body {
  font-family: 'Poppins', sans-serif;
  color: #333;
  background-color: #fff;
  line-height: 1.7;
}

h2 {
  color: #005baa;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.cabecalho {
  background-color: #f4f4f4;
  box-shadow: none;
  border-bottom: 1px solid #eee;
}

.cabecalho .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  max-height: 60px;
  width: auto;
}

.contato {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.contato a {
  text-decoration: none;
  font-weight: bold;
}

.contato a[href^="mailto"] {
  color: #005baa;
}

.botao-cta {
  background-color: #25D366;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
  display: inline-block;
  margin-top: auto;
}
.botao-cta:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}


@media (max-width: 768px) {
  .cabecalho .container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .logo {
    max-height: 60px;
    width: auto;
  }
}

/* Hero */
.hero {
  background-color: #e6f0fa;
  text-align: center;
  padding: 1rem 1.5rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.hero h1 {
  font-size: 2rem;
  word-break: break-word;
  margin-top: 0,2rem;
  margin-bottom: 0rem;
  font-weight: bold;
  color: #005baa;
}

.subtitulo-hero {
  font-size: 1rem;
  font-weight: 400;
  color: #444;
  max-width: 800px;
  margin: auto;
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.8rem;
  }
}

/* Seções */
.section-bloco {
  padding: 2rem 1rem;
  background-color: #f7f7f7;
}

.section-bloco h2 {
  margin-bottom: 2rem;
}

/* Seção Consorciar */
.section-consorciar {
  background-color: #f7f7f7;
  text-align: center;
}

/* Texto */
.section-consorciar p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  color: #333;
}


.section-consorciar .legenda {
  font-size: 1rem;
  color: #666;
  text-align: center;
  margin-top: 0.5rem;
}

.imagem-consorcio {
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 20px auto;
}
.section-consorciar .botao-whatsapp-maior {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

/* Ajuste para celulares */
@media (max-width: 480px) {
  .imagem-consorcio {
    max-width: 300px;
  }
}

/* Produtos */
.section-produtos {
  background-color: #fff;
  text-align: center;
}

.section-produtos .produtos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.section-produtos .produto {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  width: 240px;
  padding: 2rem 1rem;
  text-align: center;
  box-sizing: border-box;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-produtos .produto .icone {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.section-produtos .produto h3 {
  color: #005baa;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.section-produtos .produto p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.section-funciona {
  background-color: #fff;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 0.5rem; /* Ajuste conforme necessário */
}

/* Cards */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.card {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem 1rem;
  text-align: center;
  width: 240px;
  box-sizing: border-box;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card .icone {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.card strong {
  font-size: 1.1rem;
  color: #005baa;
  margin-bottom: 0.5rem;
}

.card p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1rem;
}

/* Botões */
.botao-produto, .botao-whatsapp-maior {
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.2rem;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: 0.2s ease-in-out;
}

.botao-whatsapp-maior {
  margin-top: 1.5rem;
}

.botao-produto:hover, .botao-whatsapp-maior:hover {
  background-color: #1ebe5d;
  transform: scale(1.05);
}

/* FAQ */
/* Seção FAQ */
.section-faq {
  background-color: #fff;
  padding: 2rem 1rem;
  margin-top: 1rem; /* Ajuste para aproximar da seção de cima */
}

/* Gaiola FAQ */
#faq .faq-item {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#faq .faq-item:hover {
  background-color: #f0f0f0;
}

#faq .faq-pergunta {
  display: block;
  text-align: left;
  background: none;
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
  color: #005baa;
  cursor: default;
  padding: 0.5rem 0;
  width: 100%;
}

.section-faq h2 {
  margin-bottom: 0rem;
}

#faq .faq-resposta {
  display: none;
}

#faq .faq-item:hover .faq-resposta {
  display: block;
}

#faq .faq-resposta-inner {
  background-color: #f5faff;
  border-left: 3px solid #25D366;
  padding: 0.5rem 1rem 1rem;
  animation: fadeIn 0.3s ease-in-out;
  max-width: 800px;
  margin: 0 auto 1rem auto;
  margin-top: 1rem; /* Ajuste para aproximar da seção de cima */
}

.section-faq .botao-whatsapp-maior {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

/* Formulário */
.section-formulario {
  background-color: #fff;
  padding: 2rem 1rem;
  margin-top: -1rem; 
}

.form-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  max-width: 600px;
  margin: auto;
  text-align: center
}

.form-box h2 {
  color: #005baa;
  font-size: 1.7rem;
  margin-bottom: 0rem;
  margin-top: 0rem
}

.form-box .intro {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 2rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

input, select {
  padding: 0.5rem;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}

label {
  font-size: 0.85rem;
  color: #444;
  line-height: 1.4;
  text-align: left;
}

button {
  background: #25D366;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

button:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.rodape {
  background-color: #0e1a2b;
  color: #ccc;
  padding: 2rem 1rem 3rem;
  text-align: center;
  font-size: 1rem;
  font-family: 'Poppins', sans-serif;
}

.rodape a {
  color: #ccc;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.rodape a:hover {
  color: #25D366;
}

.rodape .logos-parceiros {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.2rem; /* Pequeno aumento para dar respiro */
}

.rodape .logos-parceiros img {
  max-height: 80px;
  width: auto;
}

.rodape .institucional {
  margin-top: 0.5rem; /* Separação das logos */
  margin-bottom: 1rem; /* Mais espaço após o texto */
  line-height: 1.6;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: none;
  padding-bottom: 0.8rem;
}


.rodape .logo-porto img {
  max-height: 65px;
  margin-bottom: 0; /* Menor espaçamento entre logo e frase */
}

.rodape .credibilidade {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.2rem; /* Menor espaço entre logo Porto e frase */
  margin-bottom: 0; /* Para separar do grupo de ícones */
  color: #ccc;
}

.rodape .contato-icones {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem; /* Para separar da frase anterior */
  margin-bottom: 1.2rem; /* Ajustado para menos espaço */
}

.rodape .contato-icones img {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.rodape .contato-icones img:hover {
  transform: scale(1.1);
}

.rodape .politicas {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
}

.rodape-copy {
  text-align: center;
  border-top: none;
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .rodape .logos-parceiros {
    flex-direction: column;
    gap: 1rem;
  }

  .rodape .contato-icones {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }

  .rodape .logos-parceiros img {
    max-height: 70px;
  }

  .rodape .contato-icones img {
    width: 32px;
    height: 32px;
  }

  .rodape {
    padding: 1.5rem 1rem;
  }
}


/* Flutuante WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 80px; /* Afastado do banner de urgência */
  right: 20px;
  background-color: #25D366;
  padding: 0.75rem;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  z-index: 1000;
}

.whatsapp-float img {
  width: 32px;
  height: 32px;
  display: block;
}
/* Centralizar títulos das seções */
.section-consorciar h2,
.section-funciona h2,
.section-depoimentos h2,
#faq h2,
.section-formulario h2 {
  text-align: center;
}
