




body, p {
    font-family: "Lato", sans-serif;
}

.slogan {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    color: #4A4A4A; /* tom neutro suave */
}

.title-block {
    display: inline-block; /* Faz com que o bloco se ajuste ao tamanho do h1 */
    text-align: center; /* Centraliza os textos dentro do bloco */
}


.banner h1 {
    font-family: "Merriweather", serif;
    /*"Playfair Display", serif;*/
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: calc(2rem + 1vw);
    line-height: 0.5;
    color: #B3523C;
    !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.banner h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #4A4A4A;
}


.lato-regular {
    /*lato regular*/
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    /*lato bold*/
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.montserrat-<uniquifier > {
    /*fonte para botão*/
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
}

.merriweather-<uniquifier > {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.card-body p {
    text-align: justify;
}

.card-text {
    text-align: center;
}
h1 {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-style: normal;
    font-size: calc(2rem + 1vw);
    line-height: 1.2;
    color: #7B433F;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

h2 {
    font-family: "Merriweather", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #1E2D3B;
}

.section-titleH2 {
    font-size: 2.5rem; /* Tamanho da fonte desejado */
}

.section-titleTratamento {
    font-size: 1.5rem; /* Tamanho da fonte desejado */
    color: #B35952;
}

.treatment-list {
    font-size: 1.2rem;
    line-height: 1.6;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .treatment-list li {
        padding: 8px 0;
        color: #2e2401;
    }

}

.
.treatment-list i {
    color: #ccb18b;
    margin-right: 10px;
}

.material-icons-tratamento {
    color: #B35952;
    margin-right: 10px;
    flex-shrink: 0; /* Evita que o ícone encolha */
}





/* Termina Configuração reponsividade telas */



.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.img-rounded {
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

body, html {
    height: 100%;
    overflow-x: hidden;
}

.content-wrapper {
    min-height: calc(100vh - 80px);
}


section.imagens {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #f4f4f4;
}

    section.imagens .imagem {
        text-align: center;
    }

        section.imagens .imagem img {
            max-width: 100%;
            height: auto;
        }

section.prova-social {
    padding: 20px;
    background-color: #e2e2e2;
    text-align: center;
}

    section.prova-social .depoimento {
        margin: 10px 0;
    }

.custom-bg {
    background-color: #f0f0f0;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 5px 0;
    position: relative;
    bottom: 0;
    width: 100%;
}

    footer a {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

        footer a:hover {
            text-decoration: underline;
        }





.text-left-custom {
    text-align: left !important;
}



.text-black {
    color: black;
}

.mobile-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .section-titleH2 {
        font-size: 2rem; /* Ajuste de tamanho da fonte para telas menores */
    }

    .mobile-center {
        margin-left: 0;
        margin-right: 0;
    }
}



/* Configuração do cabeçalho menor, acima do menu */



.shadow-nav {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Adicione uma sombra */
}

.navbar-nav .nav-item + .nav-item {
    border-left: 1px solid rgba(0,0,0,0.1); /* cor cinza clara, bem sutil */
    padding-left: 10px; /* espaço após a borda */
    margin-left: 10px; /* espaço antes da borda */
}




.banner {
    background: url('/img/Banner-desktop.jpg') no-repeat center center;
    background-size: cover;
   -- color: #ffffff;
   -- font-weight: bold;
    padding: 50px 20px;
    text-align: left; /* Alinha o texto à esquerda */

    min-height: 400px; /* Altura mínima para garantir que o banner apareça no mobile */
    width: 100%;
    position: relative;
}

/* Opcional: pode melhorar a responsividade */
@media (max-width: 768px) {
    .banner {
        min-height: 300px; /* Um pouco menor em telas pequenas */
        background-position: center center;
        background: url('/img/bm_novo.jpg') no-repeat center center;
        background-size: cover;
    }
}

.banner h1 {
    margin-bottom: 20px;
    font-size: 3.5em;
}

.banner .banner-content {
    -- background-color: rgba(255, 255, 255, 0.2); /* Fundo transparente */
    -- background-color: rgba(30, 45, 59, 0.3); /* Fundo transparente */
    background-color: rgba(110, 94, 76, 0.5);
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
}

    .banner .banner-content p {
        margin: 0;
        font-size: 1.2em;
        margin-bottom: 10px;
        color: white;
    }

.banner .check-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .banner .check-item .material-icons {
        color: #5B6B49;
        margin-right: 10px;
        flex-shrink: 0; /* Evita que o ícone encolha */
    }

    .banner .check-item p {
        margin: 0;
        font-size: 1.25em; /* Tamanho fonte painel*/
        text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }


.animate-words {
    display: inline-block;
    opacity: 0;
    animation: slide-in 4s forwards; /* Aplica a animação de deslizamento */
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


/* Atraso na animação para cada ícone */
.check-item:nth-child(1) .animate-words {
    animation-delay: 0s;
}

.check-item:nth-child(2) .animate-words {
    animation-delay: 0.2s;
}

.check-item:nth-child(3) .animate-words {
    animation-delay: 0.4s;
}

.check-item:nth-child(4) .animate-words {
    animation-delay: 0.4s;
}

/* Botão no JS */

.btnWhatsApp {
    font-family: "Montserrat", sans-serif;
    background-color: #5B6B49;
    color: white;
    border: none;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


    .btnWhatsApp:hover {
        background-color: #1ebe57;
        text-decoration: none;
        font-weight: bold;
        color: white;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    }

.btnWhatsMenu {
    font-family: "Montserrat", sans-serif;
    background-color: #B35952;
    color: white;
    border: none;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.btnWhatsMenu:hover {
    background-color: #1ebe57;
    text-decoration: none;
    font-weight: bold;
    color: white;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}






.btnWhatsAppTratamento {
    font-family: "Montserrat", sans-serif;
    background-color: #B35952;
    color: white;
    border: none;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .btnWhatsAppTratamento:hover {
        background-color: #1ebe57;
        text-decoration: none;
        font-weight: bold;
        color: white;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    }


.btnWhatsAppBanner {
    font-family: "Montserrat", sans-serif;
    background-color: #5B6B49;
    color: white;
    border: none;
    font-weight: bold;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .btnWhatsAppTratamento:hover {
        background-color: #1ebe57;
        text-decoration: none;
        font-weight: bold;
        color: white;
        box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    }



/* Estilos para o pop-up de consentimento de cookies */
.cookie-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    text-align: center;
}

.cookie-content {
    max-width: 600px;
    margin: 0 auto;
}

    .cookie-content p {
        margin-bottom: 10px;
    }

    .cookie-content button {
        background-color: #25D366;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin-right: 10px;
    }

        .cookie-content button:hover {
            background-color: #128C7E;
        }

.cookie-policy-link {
    color: #ffffff;
    text-decoration: underline;
}


.video-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 100%;
    margin-bottom: 10px;
}


.highlight-number {
    font-size: 3rem; /* Ajuste conforme necessário */
    font-weight: bold;
    color: #ff5722; /* Cor de destaque, altere conforme sua paleta */
}

.highlight-text {
    font-size: 1rem; /* Tamanho de fonte padrão para o texto */
    color: #333; /* Cor secundária */
    margin-top: 0.5rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border: 0;
    }


@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(100%);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-right {
    animation: slideInRight 1s ease-out forwards;
    opacity: 0; /* Inicia invisível para animar */
}


.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

    .slide-in-left.active {
        opacity: 1;
        transform: translateX(0);
    }


.section-hidden {
    opacity: 0; /* Começa invisível */
    visibility: hidden; /* Garante que não é clicável ou selecionável quando invisível */
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; /* Transição de 0.5 segundos para opacidade e visibilidade */
    transform: translateY(20px);
}

.section-visible {
    opacity: 1; /* Torna visível */
    visibility: visible; /* Torna clicável/selecionável */
    transform: translateY(0);
}



.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: "Lato", sans-serif;
}

    .faq-section h2 {
        text-align: left;
        margin-bottom: 5px;
        font-size: 1.1em;
        color: #FFFFFF;
        font-family: "Lato", sans-serif;
    }

    .faq-section h1 {
        text-align: center;
        padding: 40px 20px;
        margin-bottom: 5px;
        font-size: 2.0em;
        color: black;
        font-family: "Merriweather", serif;
    }

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.faq-question {
    width: 100%;
    padding: 15px 20px;
    background: #B35952;
    color: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 1.1em;
    transition: background 0.3s ease;
}

.faq-question:hover {
        background: #963f3a;
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f9f9f9;
    padding: 0 20px;
}

    .faq-answer p {
        margin: 15px 0;
        color: #555;
    }

    .faq-answer .row {
        margin-top: 15px;
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f9f9f9;
    padding: 0 20px;
    text-align: justify;
}


    .faq-answer .row {
        margin-top: 15px;
    }

.faq-answerTratamento {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #f9f9f9;
    padding: 0 20px;
    
}

.treatment-list {
    list-style: none;
    padding-left: 0;
}

    .treatment-list li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .treatment-list i {
        margin-right: 8px;
        color: #B35952;
    }


/* Estilo inicial dos cards animados */
.card-animado {
    opacity: 0; /* Começa invisível */
    transform: translateY(50px); /* Começa 50px abaixo da sua posição final */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Transição suave */
    /* Você pode ajustar a duração (0.8s) e a função de tempo (ease-out) */
}

    /* Estado final da animação (quando a classe 'animar' é adicionada pelo JS) */
    .card-animado.animar {
        opacity: 1; /* Torna-se totalmente visível */
        transform: translateY(0); /* Volta para sua posição original */
    }

    /* Opcional: Atraso para animar cards em sequência (efeito cascata) */
    /* Isso só funciona se você adicionar a classe 'animar' a todos ao mesmo tempo */
    .card-animado:nth-child(1).animar {
        transition-delay: 0s;
    }

    .card-animado:nth-child(2).animar {
        transition-delay: 0.1s;
    }
    /* Segundo card anima 0.1s depois */
    .card-animado:nth-child(3).animar {
        transition-delay: 0.2s;
    }
    /* Terceiro card anima 0.2s depois */
    .card-animado:nth-child(4).animar {
        transition-delay: 0.3s;
    }
    /* quarto card anima 0.2s depois */
    .card-animado:nth-child(5).animar {
        transition-delay: 0.5s;
    }
/* Quarto card anima 0.3s depois */
/* Continue adicionando se necessário, ou use JavaScript para calcular o delay dinamicamente */

.img-custom-size {
    max-width: 150px;
    width: 70%;
    height: auto;
}