/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Centralizando a área de conteúdo */
.banner1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 20px;
}

/* Logo */
.logo {
    width: 400px;
    margin-bottom: 10px;
}

/* Título principal */
h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
}

/* Primeira linha dourada */
h1 .gold {
    color: #a38f1d;
}

/* Subtítulo */
.subtitle {
    font-size: 1rem;
    margin-top: 10px;
    opacity: 0.8;
}

/* Botão do WhatsApp */
.whatsapp-button {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px;
    background-color: #25D366;
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 25px;
    transition: background 0.3s;
}

/* Efeito hover no botão */
.whatsapp-button:hover {
    background-color: #1ebe5d;
}



/* Estilização da seção de benefícios */
.benefits {
    background: #fff;
    padding: 30px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
}

.benefits h2 {
    color: #003366;
    font-size: 22px;
    margin-bottom: 20px;
}

.benefits ul {
    list-style: none;
    padding: 0;
}

.benefits li {
    font-size: 18px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.benefits li img {
    width: 24px;
    height: 24px;
}




.conheca-escritorio {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 20px;
    padding: 50px 5%;
}

.card {
    display: flex;
    flex-direction: column; /* Muda para coluna */
    width: 38%;
    height: 480px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.card-image {
    width: 100%;
    height: 60%; /* Define um tamanho fixo para a imagem */
    background-size: cover;
    background-position: center;
}

.card-text {
    width: 100%;
    height: 45%; /* Ajusta a altura do texto */
    padding: 20px;
    background: #002855; /* Cor de fundo ajustável */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


.card-text h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #a38f1d;
}

.card-text p {
    font-size: 14px;
    line-height: 1.25;
}







.faq-section {
    max-width: 1800px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
    color: #000;
  }
  
  .faq-section h2 {
    text-align: center;
    position: relative;
    font-size: 40px;
    margin-bottom: 10px;
  }
  
  .faq-section h2::before,
  .faq-section h2::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 30%;
    height: 2px;
    background: #0f658d;
  }
  
  .faq-section h2::before {
    left: 00;
  }
  
  .faq-section h2::after {
    right: 00;
  }
  
  
  .faq-item {
    border-top: 1px solid #000000;
  }
  
  .faq-Fim {
    border-top: 3px solid #000000;
    top: 30%;
    width: 100%;
    height: 2px;
  }

  .faq-question {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.5s ease;
  }
  
  .faq-question:hover {
    background: #f0f0f0;
  }
  
  .faq-answer {
    padding: 0 15px 15px 15px;
    display: none;
    font-size: 18px;
    color: #555;
  }
  
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .faq-item.active .arrow {
    transform: rotate(180deg);
  }
  













.bloco-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #f8f8f8;
  }
  
  .conteudo-bloco {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    width: 100%;
    text-align: center;
  }
  
  .conteudo-bloco h3 {
    color: #002855;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  
  .conteudo-bloco ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .conteudo-bloco li {
    font-size: 18px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  
  .conteudo-bloco li img {
    width: 24px;
    height: 24px;
  }
  









.secao-avaliacoes {
    background: #e5e5e5;
    padding: 60px 20px;
    text-align: center;
  }
  
  .titulo-avaliacoes {
    font-size: 32px;
    margin-bottom: 40px;
  }
  
  .titulo-avaliacoes .azul {
    color: #002855;
    font-weight: bold;
  }
  
  .titulo-avaliacoes .dourado {
    color: #c2a634;
    font-weight: bold;
  }
  
  .container-avaliacoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
  
  .card-avaliacao {
    background: white;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
  }
  
  .imagem-cliente {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .imagem-cliente img:first-child {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .logo-google {
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    padding: 2px;
  }
  
  .card-avaliacao h3 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  
  .data-avaliacao {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
    display: block;
  }
  
  .estrelas {
    color: gold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .card-avaliacao p {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
  }
  
  .card-avaliacao a {
    font-size: 13px;
    color: #666;
    text-decoration: underline;
  }
  


















/*
.avaliacoes {
    text-align: center;
    background: #f8f8f8;
    padding: 50px 0;
}
.titulo {
    font-size: 28px;
    color: #002855;
    margin-bottom: 20px;
}
.carrossel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 800px;
    margin: auto;
}
.avaliacoes-container {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.avaliacao {
    min-width: 100%;
    transition: transform 0.5s ease;
    padding: 20px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.avaliacao img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.nome {
    font-size: 18px;
    font-weight: bold;
    color: #002855;
}
.estrelas {
    color: #FFD700;
    font-size: 20px;
}
.texto {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
button {
    background: #002855;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}
button:hover {
    background: #a38f1d;
}
*/


/* Seção do painel de largura total */
.full-width-panel {
    position: relative;
    width: 100%;
    height: 1000px; /* Ajuste a altura conforme necessário */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Sobreposição do painel */
.panel-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Escurece a imagem para destacar o texto */
    display: flex;
    align-items: center;
    padding-left: 10%;
}

/* Texto do painel */
.panel-text {
    max-width: 500px;
    color: white;
}

.panel-text h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.panel-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Botão do WhatsApp */
.whatsapp-button {
    display: flex;
    text-align: center;
    background: #25D366;
    color: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 15px;
    border-radius: 5px;
    font-weight: bold;
    width: 320px;
    font-size: 10px;
    transition: background 0.3s;
}

.whatsapp-button:hover {
    background: #1EBE57;
}

/* Botão de contato */
.botao-whatsapp {
    display: flex;
    text-align: center;
    background: #25D366;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    width: 250px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.avaliacoes {
    background: #fff;
    padding: 40px 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.carrossel {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    margin: auto;
    position: relative;
}

.avaliacao {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #f4f4f4;
    border-radius: 10px;
}

.botoes {
    margin-top: 10px;
}

.botoes button {
    background: #003366;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
    margin: 5px;
}

.botoes button:hover {
    background: #002244;
}






.botoes {
    margin-top: 10px;
}

.botoes button {
    background: #d4af37;
    border: none;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    color: white;
}

.botoes button:hover {
    background: #b58f2e;
}









.video-fix-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .video-fix-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .video-frame {
    position: relative;
    padding-bottom: 56.25%; /* proporção 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  }
  
  .video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
  }
  



















.localizacao {
    text-align: center;
    background: #f5f5f5;
    padding: 50px 0;
}

.localizacao h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1b1b1b;
}

.localizacao h2 span {
    color: #d4af37; /* Dourado para destacar */
}

.mapa-container {
    max-width: 800px;
    margin: 20px auto;
    border: 3px solid #d4af37;
    border-radius: 8px;
    overflow: hidden;
}







.footer-contact {
    background: #003366;
    color: white;
    padding: 35px 0;
}

.container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: auto;
    flex-wrap: wrap;
}

.contact-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    background: #25D366;
    color: white;
    padding: 12px 20px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    justify-content: center;
    gap: 10px;
}

.whatsapp-button img {
    width: 24px;
    margin-right: 10px;
}

.whatsapp-button:hover {
    background: #1da851;
}

.contact-right {
    text-align: left;
}

.contact-right p {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-right img {
    width: 20px;
    margin-right: 10px;
}

.assinatura {
    width: 100%;
    text-align: right;
    padding: 10px 30px;
    font-size: 12px;
    color: #ccc;
    background-color: #003366; /* Ou #002855 se quiser cor igual ao rodapé */
}


@media (max-width: 768px) {
    .conheca-escritorio {
      flex-direction: column; /* Empilha os cards no celular */
      align-items: center;
    }
  
    .card {
      width: 100%; /* Cada card ocupa 100% da largura */
      max-width: 500px; /* Limita o tamanho pra não ficar muito largo no mobile */
    }
  }
  






/* Responsividade */
@media (max-width: 768px) {
    /* Seção Conheça o Escritório */
    .conheca-escritorio {
        flex-direction: column;
        padding: 20px;
    }

    .card {
        width: 100%;
        height: auto;
    }

    .card-image {
        height: 50%;
    }

    .card-text {
        height: 50%;
    }

    /* Título */
    h1 {
        font-size: 2rem;
    }

    /* Botão do WhatsApp */
    .whatsapp-button {
        padding: 12px 24px;
        font-size: 0.9rem;
    }

    /* Seção FAQ */
    .faq-section h2 {
        font-size: 28px;
    }

    .faq-answer {
        padding: 10px;
    }

    /* Bloco de informações */
    .bloco-info {
        flex-direction: column;
        padding: 40px 20px;
    }

    .conteudo-bloco {
        padding: 30px;
    }

    /* Seção Avaliações */
    .container-avaliacoes {
        flex-direction: column;
        gap: 20px;
    }

    .card-avaliacao {
        width: 100%;
        max-width: 400px;
    }

    .imagem-cliente img:first-child {
        width: 50px;
        height: 50px;
    }

    /* Seção de vídeo */
    .video-fix-section {
        padding: 0 20px;
    }

    .video-frame {
        padding-bottom: 75%;
    }
}

























