/*
Theme Name: Estética PRO - Modelo 01
Author: OVZ
Author URI: https://ovz.com.br/
Description: Template do produto estética PRO modelo 01
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Rouge+Script&display=swap');

:root {
    --bg:#FBF8F5;
    --bg-section:#F5EFEA;
    --texto:#2B2623;
    --texto-claro:#6D625B;
    --borda:#E8DFD8;
}

body {
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    color: var(--texto);
    background: var(--bg);
}

.topo-clinica {
    width: 100%;
    background: rgba(251, 248, 245, 0.94);
    border-bottom: 1px solid var(--borda);
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(14px);
}

.topo-navbar {
    min-height: 82px;
}

.logo-clinica img {
    max-height: 58px;
    width: auto;
}

.lista-menu .nav-item {
    margin: 0 10px;
}

.lista-menu .nav-link {
    color: var(--texto) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 4px;
    transition: 0.25s ease;
}

.lista-menu .nav-link:hover,
.lista-menu .nav-link.active {
    color: var(--primaria) !important;
}

.botao-whatsapp {
    background: var(--primaria);
    color: #fff !important;
    border-radius: 999px;
    padding: 14px 25px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(138, 90, 68, 0.22);
    transition: 0.25s ease;
    white-space: nowrap;
}

.botao-whatsapp:hover {
    background: var(--secundaria);
    transform: translateY(-1px);
}

.icone-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 17px;
}

.botao-menu {
    border: 0;
    padding: 0;
}

.botao-menu:focus {
    outline: none;
}

@media (max-width: 991px) {
    .topo-navbar {
        min-height: 72px;
    }

    .logo-clinica img {
        max-height: 48px;
    }

    .menu-principal {
        background: var(--bg);
        border: 1px solid var(--borda);
        border-radius: 22px;
        margin-top: 18px;
        padding: 18px;
        box-shadow: 0 18px 40px rgba(43, 38, 35, 0.08);
    }

    .lista-menu .nav-item {
        margin: 0;
    }

    .lista-menu .nav-link {
        padding: 12px 0;
        font-size: 15px;
        border-bottom: 1px solid var(--borda);
    }

    .lista-menu .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .botao-whatsapp {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .topo-navbar {
        min-height: 68px;
    }

    .logo-clinica img {
        max-height: 42px;
    }
}


/* HERO */
.secao-hero {
    width: 100%;
    min-height: calc(100vh - 82px);
    background: linear-gradient(90deg, #fff 0%, var(--bg) 55%, #ead7ca 100%);
    overflow: hidden;
}

.coluna-conteudo-hero,
.coluna-imagem-hero {
    min-height: calc(100vh - 82px);
}

.coluna-conteudo-hero {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.conteudo-hero {
    width: 100%;
    max-width: 590px;
    padding: 80px 70px 80px 15px;
}

.subtitulo-hero {
    display: block;
    color: var(--primaria);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.conteudo-hero h1 {
    color: var(--texto);
    max-width: 520px;
    margin-bottom: 30px;
}

.conteudo-hero p {
    color: var(--texto-claro);
    max-width: 460px;
    margin-bottom: 36px;
}

.acoes-hero {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 64px;
}

.botao-principal {
    background: var(--primaria);
    color: #fff !important;
    border-radius: 18px;
    padding: 16px 32px;
    box-shadow: 0 18px 35px rgba(138, 90, 68, 0.24);
    transition: 0.25s ease;
}

.botao-principal i {
    margin-right: 9px;
}

.botao-principal:hover {
    background: var(--secundaria);
    transform: translateY(-2px);
}

.link-hero {
    color: #111;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.link-hero i {
    color: var(--primaria);
    margin-left: 9px;
    transition: 0.25s ease;
}

.link-hero:hover {
    color: var(--primaria);
    text-decoration: none;
}

.link-hero:hover i {
    transform: translateX(4px);
}

.beneficios-hero {
    display: flex;
    align-items: center;
    gap: 35px;
}

.beneficio-hero {
    display: flex;
    align-items: center;
    gap: 14px;
}

.beneficio-hero span {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border: 1px solid var(--borda);
    border-radius: 50%;
    background: rgba(255,255,255,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
}

.beneficio-hero i {
    color: var(--primaria);
    font-size: 16px;
}

.beneficio-hero p {
    margin: 0;
    color: #111;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
}

.imagem-hero {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 82px);
}

.imagem-hero > img {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 82px);
    object-fit: cover;
    object-position: center center;
    display: block;
}

.card-pacientes {
    position: absolute;
    left: 24%;
    bottom: 105px;
    background: rgba(255,255,255,0.84);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: 17px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 18px 40px rgba(43, 38, 35, 0.12);
}

.fotos-pacientes {
    display: flex;
    align-items: center;
}

.fotos-pacientes img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -10px;
    background: var(--bg-section);
}

.fotos-pacientes img:first-child {
    margin-left: 0;
}

.texto-pacientes strong {
    display: block;
    color: var(--texto);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.1;
}

.texto-pacientes span {
    display: block;
    color: var(--texto);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 1199px) {
    .conteudo-hero {
        max-width: 520px;
        padding-right: 45px;
    }

    .conteudo-hero h1 {
        font-size: 60px;
    }

    .beneficios-hero {
        gap: 22px;
    }
}

@media (max-width: 991px) {
    .secao-hero,
    .coluna-conteudo-hero,
    .coluna-imagem-hero,
    .imagem-hero,
    .imagem-hero > img {
        min-height: auto;
    }

    .secao-hero {
        background: var(--bg);
    }

    .coluna-conteudo-hero {
        justify-content: center;
    }

    .conteudo-hero {
        max-width: 720px;
        padding: 70px 25px 45px;
        text-align: center;
    }

    .conteudo-hero h1 {
        font-size: 54px;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
    }

    .conteudo-hero p {
        margin-left: auto;
        margin-right: auto;
    }

    .acoes-hero,
    .beneficios-hero {
        justify-content: center;
    }

    .imagem-hero {
        height: 620px;
        background: #ead7ca;
    }

    .imagem-hero > img {
        height: 620px;
        object-position: center top;
    }

    .card-pacientes {
        left: 50%;
        bottom: 35px;
        transform: translateX(-50%);
    }
}

@media (max-width: 575px) {
    .conteudo-hero {
        padding: 50px 20px 35px;
    }

    .subtitulo-hero {
        font-size: 12px;
        letter-spacing: 3px;
        margin-bottom: 18px;
    }

    .conteudo-hero h1 {
        font-size: 40px;
        line-height: 1.08;
    }

    .conteudo-hero p {
        font-size: 15px;
        line-height: 1.7;
    }

    .acoes-hero {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 40px;
    }

    .botao-principal {
        width: 100%;
        padding: 15px 25px;
    }

    .beneficios-hero {
        flex-direction: column;
        align-items: flex-start;
        max-width: 280px;
        margin: 0 auto;
        gap: 18px;
    }

    .imagem-hero,
    .imagem-hero > img {
        height: 440px;
    }

    .imagem-hero > img {
        object-position: 58% top;
    }

    .card-pacientes {
        width: calc(100% - 36px);
        justify-content: center;
        bottom: 18px;
        padding: 14px 16px;
    }

    .texto-pacientes strong {
        font-size: 19px;
    }

    .texto-pacientes span {
        font-size: 12px;
    }
}


@media (max-width: 575px) {
    .beneficios-hero {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
        gap: 10px;
        margin: 0 auto;
        align-items: stretch;
    }

    .beneficio-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
        background: rgba(255,255,255,.72);
        border: 1px solid var(--borda);
        border-radius: 16px;
        padding: 14px 8px;
    }

    .beneficio-hero span {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .beneficio-hero p {
        font-size: 12px;
        line-height: 1.25;
    }
}

/* Resultados */

.secao-resultados {
    background: linear-gradient(180deg, #fff 0%, var(--bg-section) 100%);
    padding: 52px 0 56px;
    overflow: hidden;
}

.titulo-secao {
    margin-bottom: 32px;
}

.titulo-secao h2 {
    color: var(--texto);
    font-size: 38px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 6px;
}

.titulo-secao p {
    color: var(--texto-claro);
    font-size: 16px;
    margin-bottom: 0;
}

.area-resultados {
    position: relative;
    padding: 0 70px;
}

.item-resultado {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(138, 90, 68, .12);
    transition: .3s ease;
}

.comparador-imagem {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #f8f5f3;
    border-radius: 24px 24px 0 0;
}

.comparador-imagem img-comparison-slider {
    width: 100%;
    height: 300px;
    --divider-width: 2px;
    --divider-color: #ffffff;
    --default-handle-width: 52px;
}

.comparador-imagem img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.comparador-imagem:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    background: linear-gradient(transparent, rgba(0,0,0,.12));
    pointer-events: none;
    z-index: 2;
}

img-comparison-slider::part(handle) {
    background: #fff;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    width: 52px;
    height: 52px;
}

.etiqueta-comparador {
    position: absolute;
    top: 16px;
    z-index: 4;
    background: rgba(255,255,255,.92);
    color: var(--primaria);
    border-radius: 999px;
    padding: 7px 15px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.etiqueta-antes {
    left: 16px;
}

.etiqueta-depois {
    right: 16px;
}

.conteudo-resultado {
    padding: 22px;
    background: #fff;
}

.categoria-procedimento {
    display: inline-block;
    background: #f7eee8;
    color: var(--primaria);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 13px;
}

.conteudo-resultado h3 {
    color: var(--texto);
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 7px;
}

.conteudo-resultado p {
    color: var(--texto-claro);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.controle-carrossel {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid var(--borda);
    border-radius: 50%;
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(43, 38, 35, .10);
    transition: .25s ease;
}

.controle-carrossel:hover {
    background: var(--primaria);
    color: #fff;
}

.controle-anterior {
    left: 0;
}

.controle-proximo {
    right: 0;
}

.botao-contorno {
    color: var(--primaria) !important;
    border: 1px solid var(--primaria);
    background: transparent;
    border-radius: 999px;
    padding: 12px 48px;
    font-size: 15px;
    font-weight: 700;
    transition: .25s ease;
}

.botao-contorno:hover {
    background: var(--primaria);
    color: #fff !important;
}

@media (max-width: 991px) {
    .secao-resultados {
        padding: 46px 0;
    }

    .area-resultados {
        padding: 0 45px;
    }

    .titulo-secao h2 {
        font-size: 34px;
    }

    .comparador-imagem,
    .comparador-imagem img-comparison-slider,
    .comparador-imagem img {
        height: 260px;
    }
}

@media (max-width: 575px) {
    .secao-resultados {
        padding: 42px 0;
    }

    .area-resultados {
        padding: 0;
    }

    .controle-carrossel {
        display: none;
    }

    .titulo-secao {
        margin-bottom: 24px;
    }

    .titulo-secao h2 {
        font-size: 30px;
    }

    .titulo-secao p {
        font-size: 14px;
    }

    .comparador-imagem,
    .comparador-imagem img-comparison-slider,
    .comparador-imagem img {
        height: 240px;
    }

    .comparador-imagem img-comparison-slider {
        --default-handle-width: 44px;
    }

    img-comparison-slider::part(handle) {
        width: 44px;
        height: 44px;
    }

    .conteudo-resultado {
        padding: 20px;
    }

    .conteudo-resultado h3 {
        font-size: 19px;
    }

    .conteudo-resultado p {
        font-size: 14px;
    }

    .botao-contorno {
        width: 100%;
        padding: 13px 25px;
    }
}


/* Sobre a Clínica */

.secao-sobre-clinica {
    background: #fff;
    padding: 76px 0;
    overflow: hidden;
}

.imagem-sobre-clinica {
    border-radius: 28px;
    overflow: hidden;
}

.imagem-sobre-clinica img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.conteudo-sobre-clinica {
    padding-left: 70px;
}

.subtitulo-secao {
    display: block;
    color: var(--primaria);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.conteudo-sobre-clinica h2 {
    color: var(--texto);
    font-size: 48px;
    line-height: 1.14;
    font-weight: 500;
    margin-bottom: 28px;
}

.conteudo-sobre-clinica p {
    color: var(--texto-claro);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 42px;
}

.beneficios-sobre {
    display: flex;
    align-items: stretch;
    margin-bottom: 44px;
}

.beneficio-sobre {
    flex: 1;
    text-align: center;
    padding: 0 26px;
    border-right: 1px solid var(--borda);
}

.beneficio-sobre:first-child {
    padding-left: 0;
}

.beneficio-sobre:last-child {
    border-right: 0;
    padding-right: 0;
}

.beneficio-sobre span {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: var(--bg-section);
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 34px;
}

.beneficio-sobre h3 {
    color: var(--texto);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 991px) {
    .secao-sobre-clinica {
        padding: 56px 0;
    }

    .imagem-sobre-clinica {
        margin-bottom: 42px;
    }

    .imagem-sobre-clinica img {
        height: 480px;
    }

    .conteudo-sobre-clinica {
        padding-left: 0;
        text-align: center;
    }

    .conteudo-sobre-clinica h2 {
        font-size: 38px;
    }

    .conteudo-sobre-clinica p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .secao-sobre-clinica {
        padding: 44px 0;
    }

    .imagem-sobre-clinica {
        border-radius: 22px;
        margin-bottom: 34px;
    }

    .imagem-sobre-clinica img {
        height: 360px;
    }

    .subtitulo-secao {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .conteudo-sobre-clinica h2 {
        font-size: 30px;
    }

    .conteudo-sobre-clinica p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .beneficios-sobre {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 34px;
}

.beneficio-sobre {
    border: 0;
    padding: 0;
    text-align: center;
}

.beneficio-sobre span {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
    font-size: 22px;
}

.beneficio-sobre h3 {
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
}

    .beneficio-sobre {
        border-right: 0;
        padding: 0;
    }

    .beneficio-sobre span {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .beneficio-sobre h3 {
        font-size: 16px;
    }

    .conteudo-sobre-clinica .botao-principal {
        width: 100%;
    }
}

/* Clínica */

.carrossel-clinica {
    position: relative;
    height: 620px;
}

.carrossel-clinica .owl-stage-outer,
.carrossel-clinica .owl-stage,
.carrossel-clinica .owl-item,
.carrossel-clinica .item,
.link-lightbox-clinica,
.imagem-sobre-clinica {
    height: 100%;
}

.carrossel-clinica .owl-stage-outer {
    overflow: hidden;
    line-height: 0;
}

.carrossel-clinica .owl-stage {
    line-height: 0;
}

.carrossel-clinica .item {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
}

.link-lightbox-clinica {
    display: block;
    width: 100%;
    text-decoration: none !important;
}

.imagem-sobre-clinica {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    background: var(--bg-section);
}

.imagem-sobre-clinica img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transition: .5s;
}

.imagem-sobre-clinica:hover img {
    transform: scale(1.04);
}

.carrossel-clinica .owl-nav {
    margin: 0 !important;
    height: 0 !important;
}

.carrossel-clinica .owl-prev,
.carrossel-clinica .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    background: rgba(255,255,255,.95) !important;
    color: var(--primaria) !important;
    font-size: 18px !important;
    box-shadow: 0 15px 30px rgba(0,0,0,.10);
    transition: .3s;
}

.carrossel-clinica .owl-prev:hover,
.carrossel-clinica .owl-next:hover {
    background: var(--primaria) !important;
    color: #fff !important;
}

.carrossel-clinica .owl-prev {
    left: 20px;
}

.carrossel-clinica .owl-next {
    right: 20px;
}

.carrossel-clinica .owl-dots {
    margin-top: 18px;
}

.carrossel-clinica .owl-dot span {
    width: 10px;
    height: 10px;
    background: #d8c7bc !important;
    transition: .3s;
}

.carrossel-clinica .owl-dot.active span {
    width: 28px;
    border-radius: 20px;
    background: var(--primaria) !important;
}

.icone-ampliar {
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    box-shadow: 0 12px 28px rgba(43,38,35,.16);
    transition: .25s ease;
}

.link-lightbox-clinica:hover .icone-ampliar {
    background: var(--primaria);
    color: #fff;
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .carrossel-clinica {
        height: 480px;
    }
}

@media (max-width: 575px) {
    .carrossel-clinica {
        height: 320px;
        margin-bottom: 30px;
    }

    .imagem-sobre-clinica {
        border-radius: 22px;
    }

    .carrossel-clinica .owl-prev,
    .carrossel-clinica .owl-next {
        width: 40px;
        height: 40px;
        font-size: 15px !important;
    }

    .icone-ampliar {
        width: 42px;
        height: 42px;
        right: 18px;
        bottom: 18px;
    }
}

/* Sobre o Profissional */
.secao-profissional {
    background: #fff;
    padding: 34px 0 64px;
    overflow: hidden;
}

.box-profissional {
    background: linear-gradient(90deg, #fff 0%, var(--bg) 45%, #ead7ca 100%);
    border-radius: 0 36px 36px 0;
    overflow: hidden;
    min-height: 420px;
}

.conteudo-profissional {
    padding: 64px 20px 0px 70px;
}

.conteudo-profissional h2 {
    color: var(--texto);
    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 18px;
}

.conteudo-profissional p {
    color: var(--texto-claro);
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 430px;
}

.lista-profissional {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.lista-profissional li {
    color: var(--texto);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;

}

.lista-profissional li i {
    color: var(--primaria);
    font-size: 15px;
    margin-right: 12px;
    margin-top: 5px;
}

.imagem-profissional{
    position: relative;
    height: 520px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    overflow:hidden;
}

.imagem-profissional img{
    height:100%;
    width:auto;
    max-width:110%;
    object-fit:contain;
    object-position:center bottom;
}

.card-profissional {
    position: absolute;
    right: 46px;
    bottom: 42px;
    width: 300px;
    background: rgba(255,255,255,.82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 18px;
    padding: 22px 24px;
    box-shadow: 0 20px 48px rgba(43,38,35,.12);
}

.card-profissional h3 {
    color: var(--texto);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 5px;
}

.card-profissional p {
    color: var(--texto-claro);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-profissional span {
    display: block;
    color: var(--texto);
    font-size: 13px;
    font-weight: 700;
}

.assinatura-profissional {
    color: var(--primaria);
    font-family: "Rouge Script", cursive;
    font-size: 28px;
    margin-top: 10px;
    font-weight: 700;
    text-align: right;
}

@media (max-width: 991px) {
    .box-profissional {
        border-radius: 28px;
    }

    .conteudo-profissional {
        padding: 48px 32px 34px;
        text-align: center;
    }

    .conteudo-profissional p {
        margin-left: auto;
        margin-right: auto;
    }

    .lista-profissional {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .imagem-profissional {
        height: 500px;
    }

    .card-profissional {
        right: 30px;
        bottom: 30px;
    }
}

@media (max-width: 575px) {
    .secao-profissional {
        padding: 28px 0 48px;
    }

    .box-profissional {
        border-radius: 24px;
    }

    .conteudo-profissional {
        padding: 38px 22px 28px;
    }

    .conteudo-profissional h2 {
        font-size: 32px;
    }

    .conteudo-profissional p {
        font-size: 15px;
    }

    .lista-profissional li {
        font-size: 14px;
    }

    .conteudo-profissional .botao-principal {
        width: 100%;
    }

    .imagem-profissional{
        height:420px;
    }

    .imagem-profissional img{
        height:100%;
        width:auto;
    }

    .card-profissional {
        left: 18px;
        right: 18px;
        bottom: 18px;
        width: auto;
        padding: 18px;
    }
}

/* Procedimentos */

.secao-procedimentos {
    background: linear-gradient(180deg, #fff 0%, var(--bg) 45%, var(--bg-section) 100%);
    padding: 64px 0 70px;
    overflow: hidden;
}

.area-procedimentos {
    position: relative;
    padding: 0 62px;
}

.carrossel-procedimentos .item {
    padding: 4px 0;
}

.card-procedimento {
    min-height: 185px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(138,90,68,.12);
    border-radius: 24px;
    padding: 26px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: var(--texto);
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: .35s ease;
}

.card-procedimento:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(138,90,68,.10), rgba(255,255,255,0));
    opacity: 0;
    transition: .35s ease;
}

.card-procedimento h3 {
    color: var(--texto);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    margin: 0;
    max-width: 170px;
    position: relative;
    z-index: 2;
    transition: .35s ease;
}

.botao-info-procedimento {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translate(-50%, 18px);
    opacity: 0;

    background: var(--primaria);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px;

    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;

    z-index: 3;
    transition: .35s ease;
    box-shadow: 0 14px 28px rgba(138,90,68,.22);
}

.botao-info-procedimento i {
    margin-left: 7px;
    font-size: 12px;
    transition: .3s ease;
}

.card-procedimento:hover:before {
    opacity: 1;
}

.card-procedimento:hover h3 {
    transform: translateY(-22px);
    color: var(--primaria);
}

.card-procedimento:hover .botao-info-procedimento {
    opacity: 1;
    transform: translate(-50%, 0);
}

.card-procedimento:hover .botao-info-procedimento i {
    transform: translateX(3px);
}

.controle-procedimentos {
    width: 46px;
    height: 46px;
    background: #fff;
    border: 1px solid var(--borda);
    border-radius: 50%;
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    z-index: 5;
    cursor: pointer;

    box-shadow: 0 14px 30px rgba(43,38,35,.10);
    transition: .25s ease;
}

.controle-procedimentos:hover {
    background: var(--primaria);
    color: #fff;
}

.controle-procedimentos-anterior {
    left: 0;
}

.controle-procedimentos-proximo {
    right: 0;
}

.botao-procedimentos-bog {
    min-width: 330px;
}

@media (max-width: 991px) {
    .secao-procedimentos {
        padding: 54px 0 60px;
    }

    .area-procedimentos {
        padding: 0 48px;
    }

    .card-procedimento {
        min-height: 175px;
    }
}

@media (max-width: 575px) {
    .secao-procedimentos {
        padding: 44px 0 50px;
    }

    .area-procedimentos {
        padding: 0;
    }

    .controle-procedimentos {
        display: none;
    }

    .card-procedimento {
        min-height: 160px;
        border-radius: 22px;
        padding: 24px 14px;
    }

    .card-procedimento h3 {
        font-size: 16px;
    }

    .botao-info-procedimento {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        opacity: 1;
        margin-top: 18px;
        font-size: 12px;
        padding: 9px 15px;
    }

    .card-procedimento:hover h3 {
        transform: none;
    }

    .botao-procedimentos {
        width: 100%;
        min-width: auto;
    }
}

/* Diferenciais */
.secao-diferenciais {
    background: linear-gradient(90deg, #f7ebe6 0%, #fff 50%, #f7ebe6 100%);
    padding: 34px 0;
}

.item-diferencial {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 10px 6px;
}

.icone-diferencial {
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 50%;
    background: rgba(138, 90, 68, .12);
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.item-diferencial h3 {
    color: var(--texto);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    margin-bottom: 7px;
}

.item-diferencial p {
    color: var(--texto-claro);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .secao-diferenciais {
        padding: 34px 0 20px;
    }

    .item-diferencial {
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .secao-diferenciais {
        padding: 30px 0 18px;
    }

    .item-diferencial {
        background: rgba(255,255,255,.65);
        border: 1px solid rgba(138,90,68,.10);
        border-radius: 20px;
        padding: 18px;
    }

    .icone-diferencial {
        width: 54px;
        height: 54px;
        min-width: 54px;
        font-size: 22px;
    }

    .item-diferencial h3 {
        font-size: 15px;
    }

    .item-diferencial p {
        font-size: 13px;
    }
}

/* Depoimentos */
.secao-depoimentos {
    background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
    padding: 52px 0 64px;
    overflow: hidden;
}

.secao-depoimentos .titulo-secao {
    margin-bottom: 30px;
}

.secao-depoimentos .titulo-secao h2 {
    font-size: 38px;
    margin-bottom: 0;
}

.carrossel-depoimentos .item {
    padding: 8px 6px 18px;
}

.card-depoimento {
    min-height: 220px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(138,90,68,.12);
    border-radius: 20px;
    padding: 28px 30px 24px;
    transition: .3s ease;
}

.card-depoimento:hover {
    transform: translateY(-6px);
}

.icone-aspas {
    color: var(--primaria);
    font-size: 26px;
    margin-bottom: 14px;
}

.card-depoimento p {
    color: var(--texto);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
    margin-bottom: 24px;
}

.autor-depoimento {
    display: flex;
    align-items: center;
    gap: 12px;
}

.autor-depoimento img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.autor-depoimento h3 {
    color: var(--texto);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 2px;
}

.autor-depoimento span {
    display: block;
    color: #d8a23a;
    font-size: 12px;
    line-height: 1;
}

.carrossel-depoimentos .owl-dots {
    margin-top: 12px !important;
}

.carrossel-depoimentos .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: #d8c7bc !important;
    transition: .3s ease;
}

.carrossel-depoimentos .owl-dot.active span {
    width: 26px !important;
    border-radius: 999px !important;
    background: var(--primaria) !important;
}

@media (max-width: 991px) {
    .secao-depoimentos {
        padding: 46px 0 56px;
    }

    .secao-depoimentos .titulo-secao h2 {
        font-size: 34px;
    }

    .card-depoimento {
        min-height: 230px;
    }
}

@media (max-width: 575px) {
    .secao-depoimentos {
        padding: 42px 0 50px;
    }

    .secao-depoimentos .titulo-secao h2 {
        font-size: 30px;
    }

    .card-depoimento {
        min-height: auto;
        padding: 24px 22px;
        border-radius: 18px;
    }

    .card-depoimento p {
        font-size: 14px;
    }
}

/* Chamada Final */

.secao-chamada-final {
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.box-chamada-final {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(82, 45, 32, .98) 0%,
            rgba(138, 90, 68, .94) 40%,
            rgba(138, 90, 68, .55) 58%,
            rgba(138, 90, 68, .05) 78%
        );
    background-color: var(--primaria);
}

.conteudo-chamada-final {
    max-width: 100%;
    padding: 42px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.conteudo-chamada-final h2 {
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 12px;
}

.conteudo-chamada-final p {
    color: rgba(255,255,255,.92);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 22px;
}

.acoes-chamada-final {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.botao-chamada-whatsapp {
    background: #fff;
    color: var(--primaria) !important;
    border-radius: 7px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(0,0,0,.14);
    transition: .25s ease;
}

.botao-chamada-whatsapp i {
    margin-right: 8px;
}

.botao-chamada-whatsapp:hover {
    background: var(--bg-section);
    transform: translateY(-2px);
}

.link-recepcao {
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

.link-recepcao i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}



/* Rodapé */

.rodape-site {
    background: #fff;
    padding: 44px 0 0;
    border-top: 1px solid var(--borda);
}

.coluna-rodape {
    margin-bottom: 34px;
}

.logo-rodape {
    max-width: 170px;
    margin-bottom: 22px;
}

.marca-rodape p {
    color: var(--texto-claro);
    font-size: 14px;
    line-height: 1.7;
    max-width: 220px;
    margin: 0;
}

.coluna-rodape h3 {
    color: var(--texto);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 16px;
}

.coluna-rodape ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coluna-rodape ul li {
    margin-bottom: 7px;
}

.coluna-rodape a,
.coluna-rodape span {
    color: var(--texto-claro);
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    transition: .25s ease;
}

.coluna-rodape a:hover {
    color: var(--primaria);
    text-decoration: none;
}

.lista-contato-rodape li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lista-contato-rodape i {
    color: var(--primaria);
    font-size: 15px;
    margin-top: 3px;
    width: 18px;
}

.redes-rodape {
    display: flex;
    align-items: center;
    gap: 12px;
}

.redes-rodape a {
    width: 42px;
    height: 42px;
    border: 1px solid var(--borda);
    border-radius: 50%;
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.redes-rodape a:hover {
    background: var(--primaria);
    color: #fff;
    border-color: var(--primaria);
}

.barra-rodape {
    border-top: 1px solid var(--borda);
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.barra-rodape p,
.barra-rodape a,
.barra-rodape span {
    color: var(--texto-claro);
    font-size: 13px;
    margin: 0;
    text-decoration: none;
}

.barra-rodape a:hover {
    color: var(--primaria);
}

.barra-rodape span {
    margin: 0 12px;
}

@media (max-width: 767px) {
    .rodape-site {
        padding-top: 36px;
    }

    .barra-rodape {
        flex-direction: column;
        text-align: center;
    }

    .marca-rodape p {
        max-width: 100%;
    }
}

/* ===========================
   Utilitários de animação
=========================== */

@keyframes flutuar-suave {

    0%{
        transform: translate3d(0,0,0);
    }

    50%{
        transform: translate3d(0,-8px,0);
    }

    100%{
        transform: translate3d(0,0,0);
    }

}

.animacao-flutuar{
    animation: flutuar-suave 6s ease-in-out infinite;
    will-change: transform;
}


/* Página Procedimentos */

.pagina-procedimentos {
    background: var(--bg);
}

.hero-pagina-procedimentos {
    background: linear-gradient(135deg, #fff 0%, var(--bg) 55%, #ead7ca 100%);
    padding: 92px 0 74px;
    text-align: center;
}

.hero-pagina-procedimentos h1 {
    max-width: 820px;
    margin: 0 auto 22px;
    color: var(--texto);
    font-size: 58px;
    line-height: 1.08;
    font-weight: 600;
}

.hero-pagina-procedimentos p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--texto-claro);
    font-size: 17px;
    line-height: 1.7;
}

.secao-lista-procedimentos {
    padding: 64px 0 76px;
}

.card-lista-procedimento {
    height: calc(100% - 28px);
    margin-bottom: 28px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(138,90,68,.12);
    border-radius: 26px;
    padding: 34px 30px;
    box-shadow: 0 14px 36px rgba(43,38,35,.06);
    transition: .3s ease;
}

.card-lista-procedimento:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(43,38,35,.11);
}

.card-lista-procedimento span {
    display: inline-block;
    background: #f7eee8;
    color: var(--primaria);
    padding: 7px 15px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 20px;
}

.card-lista-procedimento h2 {
    color: var(--texto);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 14px;
}

.card-lista-procedimento p {
    color: var(--texto-claro);
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 26px;
}

.botao-card-procedimento {
    color: var(--primaria);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.botao-card-procedimento i {
    margin-left: 7px;
    transition: .25s;
}

.botao-card-procedimento:hover {
    color: var(--secundaria);
}

.botao-card-procedimento:hover i {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .hero-pagina-procedimentos {
        padding: 72px 0 58px;
    }

    .hero-pagina-procedimentos h1 {
        font-size: 44px;
    }

    .secao-lista-procedimentos {
        padding: 52px 0 58px;
    }
}

@media (max-width: 575px) {
    .hero-pagina-procedimentos {
        padding: 58px 0 46px;
    }

    .hero-pagina-procedimentos h1 {
        font-size: 34px;
    }

    .hero-pagina-procedimentos p {
        font-size: 15px;
    }

    .card-lista-procedimento {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .card-lista-procedimento h2 {
        font-size: 24px;
    }
}

/* Página do Procedimento */

.pagina-procedimento {
    background: var(--bg);
}

.hero-procedimento {
    background: linear-gradient(90deg, #fff 0%, var(--bg) 48%, #ead7ca 100%);
    padding: 82px 0;
    overflow: hidden;
}

.conteudo-hero-procedimento h1 {
    color: var(--texto);
    font-size: 62px;
    line-height: 1.05;
    font-weight: 600;
    margin-bottom: 24px;
}

.conteudo-hero-procedimento p {
    color: var(--texto-claro);
    font-size: 17px;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 34px;
}

.acoes-hero-procedimento {
    display: flex;
    align-items: center;
    gap: 28px;
}

.imagem-hero-procedimento {
    height: 520px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(43,38,35,.12);
}

.imagem-hero-procedimento img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secao-detalhes-procedimento {
    background: #fff;
    padding: 38px 0;
}

.card-info-procedimento {
    height: 100%;
    background: var(--bg);
    border: 1px solid var(--borda);
    border-radius: 22px;
    padding: 28px;
    text-align: center;
}

.card-info-procedimento i {
    color: var(--primaria);
    font-size: 30px;
    margin-bottom: 15px;
}

.card-info-procedimento h3 {
    color: var(--texto);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 8px;
}

.card-info-procedimento p {
    color: var(--texto-claro);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.secao-sobre-procedimento {
    background: var(--bg);
    padding: 74px 0;
}

.conteudo-sobre-procedimento h2,
.conteudo-duvidas-procedimento h2 {
    color: var(--texto);
    font-size: 44px;
    line-height: 1.15;
    font-weight: 500;
    margin-bottom: 24px;
}

.conteudo-sobre-procedimento p,
.conteudo-duvidas-procedimento p {
    color: var(--texto-claro);
    font-size: 16px;
    line-height: 1.75;
}

.box-etapas-procedimento {
    background: #fff;
    border: 1px solid var(--borda);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(43,38,35,.06);
}

.etapa-procedimento {
    display: flex;
    gap: 20px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--borda);
}

.etapa-procedimento:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.etapa-procedimento span {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--primaria);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
}

.etapa-procedimento h3 {
    color: var(--texto);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 5px;
}

.etapa-procedimento p {
    color: var(--texto-claro);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.secao-beneficios-procedimento {
    background: #fff;
    padding: 64px 0;
}

.beneficio-procedimento {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    background: var(--bg);
    border: 1px solid var(--borda);
    border-radius: 22px;
    padding: 28px;
}

.beneficio-procedimento h3 {
    color: var(--texto);
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}

.beneficio-procedimento p {
    color: var(--texto-claro);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.secao-duvidas-procedimento {
    background: var(--bg-section);
    padding: 70px 0;
}

.card-duvida {
    border: 1px solid var(--borda);
    border-radius: 18px !important;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
}

.card-duvida .card-header {
    background: #fff;
    border: 0;
    padding: 0;
}

.card-duvida .btn-link {
    width: 100%;
    color: var(--texto);
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    padding: 20px 24px;
    text-decoration: none !important;
}

.card-duvida .card-body {
    color: var(--texto-claro);
    font-size: 15px;
    line-height: 1.7;
    padding: 0 24px 22px;
}

@media (max-width: 991px) {
    .hero-procedimento {
        padding: 62px 0;
        text-align: center;
    }

    .conteudo-hero-procedimento h1 {
        font-size: 46px;
    }

    .conteudo-hero-procedimento p {
        margin-left: auto;
        margin-right: auto;
    }

    .acoes-hero-procedimento {
        justify-content: center;
        margin-bottom: 42px;
    }

    .imagem-hero-procedimento {
        height: 440px;
    }

    .card-info-procedimento {
        margin-bottom: 18px;
    }

    .conteudo-sobre-procedimento {
        text-align: center;
        margin-bottom: 38px;
    }

    .conteudo-sobre-procedimento h2,
    .conteudo-duvidas-procedimento h2 {
        font-size: 36px;
    }

    .conteudo-duvidas-procedimento {
        text-align: center;
        margin-bottom: 32px;
    }
}

@media (max-width: 575px) {
    .hero-procedimento {
        padding: 52px 0;
    }

    .conteudo-hero-procedimento h1 {
        font-size: 36px;
    }

    .acoes-hero-procedimento {
        flex-direction: column;
        gap: 16px;
    }

    .acoes-hero-procedimento .botao-principal {
        width: 100%;
    }

    .imagem-hero-procedimento {
        height: 320px;
        border-radius: 24px;
    }

    .secao-sobre-procedimento,
    .secao-duvidas-procedimento {
        padding: 50px 0;
    }

    .conteudo-sobre-procedimento h2,
    .conteudo-duvidas-procedimento h2 {
        font-size: 30px;
    }

    .box-etapas-procedimento {
        padding: 24px;
        border-radius: 22px;
    }

    .etapa-procedimento {
        gap: 15px;
    }

    .card-duvida .btn-link {
        font-size: 15px;
        padding: 18px 20px;
    }
}


/* Página Sobre */

.pagina-sobre {
    background: var(--bg);
}

.hero-sobre {
    background: linear-gradient(90deg, #fff 0%, var(--bg) 48%, #ead7ca 100%);
    padding: 82px 0;
    overflow: hidden;
}

.conteudo-hero-sobre h1 {
    color: var(--texto);
    font-size: 56px;
    line-height: 1.08;
    font-weight: 600;
    margin-bottom: 24px;
}

.conteudo-hero-sobre p {
    color: var(--texto-claro);
    font-size: 17px;
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 34px;
}

.imagem-hero-sobre {
    height: 520px;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(43,38,35,.12);
}

.imagem-hero-sobre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secao-historia-sobre {
    background: #fff;
    padding: 70px 0;
}

.secao-historia-sobre h2 {
    color: var(--texto);
    font-size: 42px;
    line-height: 1.15;
    font-weight: 500;
}

.secao-historia-sobre p {
    color: var(--texto-claro);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.secao-valores-sobre {
    background: var(--bg-section);
    padding: 64px 0 40px;
}

.card-valor-sobre {
    height: calc(100% - 24px);
    margin-bottom: 24px;
    background: #fff;
    border: 1px solid var(--borda);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 14px 34px rgba(43,38,35,.05);
}

.card-valor-sobre span {
    color: var(--primaria);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .15em;
}

.card-valor-sobre h3 {
    color: var(--texto);
    font-size: 24px;
    font-weight: 800;
    margin: 12px 0 10px;
}

.card-valor-sobre p {
    color: var(--texto-claro);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.secao-estrutura-sobre {
    background: #fff;
    padding: 66px 0 76px;
}

.imagem-estrutura-sobre {
    height: 430px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(43,38,35,.10);
    margin-bottom: 24px;
}

.imagem-estrutura-sobre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .hero-sobre {
        padding: 62px 0;
        text-align: center;
    }

    .conteudo-hero-sobre h1 {
        font-size: 42px;
    }

    .conteudo-hero-sobre p {
        margin-left: auto;
        margin-right: auto;
    }

    .conteudo-hero-sobre {
        margin-bottom: 42px;
    }

    .imagem-hero-sobre {
        height: 440px;
    }

    .secao-historia-sobre {
        text-align: center;
    }

    .secao-historia-sobre h2 {
        font-size: 34px;
        margin-bottom: 24px;
    }
}

@media (max-width: 575px) {
    .hero-sobre {
        padding: 52px 0;
    }

    .conteudo-hero-sobre h1 {
        font-size: 34px;
    }

    .conteudo-hero-sobre .botao-principal {
        width: 100%;
    }

    .imagem-hero-sobre {
        height: 320px;
        border-radius: 24px;
    }

    .secao-historia-sobre,
    .secao-valores-sobre,
    .secao-estrutura-sobre {
        padding: 48px 0;
    }

    .secao-historia-sobre h2 {
        font-size: 30px;
    }

    .card-valor-sobre {
        padding: 26px;
        border-radius: 22px;
    }

    .imagem-estrutura-sobre {
        height: 300px;
        border-radius: 22px;
    }
}

/* Página Depoimentos */

.pagina-depoimentos {
    background: var(--bg);
}

.hero-depoimentos {
    background: linear-gradient(135deg, #fff 0%, var(--bg) 55%, #ead7ca 100%);
    padding: 86px 0 70px;
}

.hero-depoimentos h1 {
    max-width: 820px;
    margin: 0 auto 22px;
    color: var(--texto);
    font-size: 56px;
    line-height: 1.08;
    font-weight: 600;
}

.hero-depoimentos p {
    max-width: 620px;
    margin: 0 auto;
    color: var(--texto-claro);
    font-size: 17px;
    line-height: 1.7;
}

.secao-lista-depoimentos {
    padding: 64px 0 42px;
}

.card-depoimento-pagina {
    height: calc(100% - 28px);
    margin-bottom: 28px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(138,90,68,.12);
    border-radius: 26px;
    padding: 30px;
    box-shadow: 0 14px 36px rgba(43,38,35,.06);
    transition: .3s ease;
}

.card-depoimento-pagina:hover {
    transform: translateY(-7px);
    box-shadow: 0 30px 70px rgba(43,38,35,.11);
}

.card-depoimento-pagina > i {
    color: var(--primaria);
    font-size: 28px;
    margin-bottom: 18px;
}

.card-depoimento-pagina p {
    color: var(--texto);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 26px;
}

.autor-depoimento-pagina {
    display: flex;
    align-items: center;
    gap: 13px;
}

.autor-depoimento-pagina img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.autor-depoimento-pagina h3 {
    color: var(--texto);
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 3px;
}

.autor-depoimento-pagina span {
    display: block;
    color: #d8a23a;
    font-size: 12px;
    line-height: 1;
}

.secao-cta-depoimentos {
    background: linear-gradient(135deg, var(--secundaria) 0%, var(--primaria) 100%);
    padding: 58px 0;
}

.secao-cta-depoimentos h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 12px;
}

.secao-cta-depoimentos p {
    color: rgba(255,255,255,.9);
    font-size: 16px;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .hero-depoimentos {
        padding: 70px 0 58px;
    }

    .hero-depoimentos h1 {
        font-size: 42px;
    }

    .secao-lista-depoimentos {
        padding: 52px 0 34px;
    }
}

@media (max-width: 575px) {
    .hero-depoimentos {
        padding: 56px 0 46px;
    }

    .hero-depoimentos h1 {
        font-size: 34px;
    }

    .hero-depoimentos p {
        font-size: 15px;
    }

    .card-depoimento-pagina {
        padding: 26px 24px;
        border-radius: 22px;
    }

    .secao-cta-depoimentos h2 {
        font-size: 30px;
    }

    .secao-cta-depoimentos .botao-principal {
        width: 100%;
    }
}

/* Página Contato */

.pagina-contato {
    background: var(--bg);
}

.hero-contato {
    background: linear-gradient(135deg, #fff 0%, var(--bg) 55%, #ead7ca 100%);
    padding: 86px 0 70px;
}

.hero-contato h1 {
    color: var(--texto);
    font-size: 56px;
    line-height: 1.08;
    font-weight: 600;
    margin-bottom: 18px;
}

.hero-contato p {
    max-width: 580px;
    margin: 0 auto;
    color: var(--texto-claro);
    font-size: 17px;
    line-height: 1.7;
}

.secao-contato {
    padding: 64px 0;
}

.box-info-contato,
.box-formulario-contato {
    height: 100%;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(138,90,68,.12);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 16px 42px rgba(43,38,35,.07);
}

.box-info-contato h2,
.box-formulario-contato h2 {
    color: var(--texto);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-info-contato > p {
    color: var(--texto-claro);
    font-size: 15px;
    margin-bottom: 30px;
}

.item-contato {
    display: flex;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--borda);
}

.item-contato:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.item-contato span {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: var(--bg-section);
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.item-contato h3 {
    color: var(--texto);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.item-contato a,
.item-contato p {
    color: var(--texto-claro);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
    text-decoration: none;
}

.item-contato a:hover {
    color: var(--primaria);
}

.campo-formulario {
    margin-bottom: 20px;
}

.campo-formulario label {
    color: var(--texto);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
}

.campo-formulario .form-control {
    height: 52px;
    border: 1px solid var(--borda);
    border-radius: 14px;
    background: var(--bg);
    color: var(--texto);
    font-size: 15px;
    box-shadow: none;
    padding: 12px 16px;
}

.campo-formulario textarea.form-control {
    height: auto;
    resize: none;
}

.campo-formulario .form-control:focus {
    border-color: var(--primaria);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(138,90,68,.08);
}

.botao-enviar-contato {
    margin-top: 6px;
}

.secao-mapa-contato {
    background: #fff;
    padding: 76px 0;
}

.mapa-contato {
    height: 390px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 55px rgba(43,38,35,.10);
}

.mapa-contato iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991px) {
    .hero-contato {
        padding: 70px 0 58px;
    }

    .hero-contato h1 {
        font-size: 42px;
    }

    .box-info-contato {
        margin-bottom: 28px;
    }
}

@media (max-width: 575px) {
    .hero-contato {
        padding: 56px 0 46px;
    }

    .hero-contato h1 {
        font-size: 34px;
    }

    .hero-contato p {
        font-size: 15px;
    }

    .secao-contato {
        padding: 44px 0;
    }

    .box-info-contato,
    .box-formulario-contato {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .box-info-contato h2,
    .box-formulario-contato h2 {
        font-size: 26px;
    }

    .botao-enviar-contato {
        width: 100%;
    }

    .mapa-contato {
        height: 300px;
        border-radius: 22px;
    }

    .secao-mapa-contato {
        padding-bottom: 50px;
    }
}

/* Modal Pré-agendamento */

.modal-pre-agendamento {
    padding-right: 0 !important;
}

.modal-pre-agendamento .modal-dialog {
    max-width: 540px;
    width: calc(100% - 28px);
    margin: 14px auto;
    max-height: calc(100vh - 28px);
}

.modal-pre-agendamento .modal-content {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    border: 0;
    border-radius: 28px;
    padding: 34px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(43,38,35,.22);
    position: relative;
}

.modal-pre-agendamento .modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-pre-agendamento .modal-content::-webkit-scrollbar-thumb {
    background: var(--primaria);
    border-radius: 999px;
}

.modal-pre-agendamento .modal-content::-webkit-scrollbar-track {
    background: var(--bg-section);
}

/* ==================================================
   BOTÃO DE FECHAR MODAL
================================================== */

.fechar-modal{
    position:sticky;
    top:0;
    margin-left:auto;
    flex:0 0 38px;
    width:38px;
    min-width:38px;
    max-width:38px;
    height:38px;
    min-height:38px;
    max-height:38px;
    padding:0;
    border:0;
    border-radius:50%;
    background:var(--bg-section);
    color:var(--primaria);
    cursor:pointer;
    z-index:10;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    aspect-ratio:1 / 1;
    appearance:none;
    -webkit-appearance:none;
}

.fechar-modal i,
.fechar-modal svg{
    display:block;
    flex:0 0 auto;
    font-size:1.1rem;
    line-height:1;
}

.fechar-modal:hover{
    background:var(--borda);
}

.modal-header-custom {
    text-align: center;
    margin: -20px 0 22px;
}

.modal-header-custom span {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--bg-section);
    color: var(--primaria);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 16px;
}

.modal-header-custom h2 {
    color: var(--texto);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal-header-custom p {
    color: var(--texto-claro);
    font-size: 15px;
    margin: 0;
}

.aviso-pre-agendamento {
    display: flex;
    gap: 12px;
    background: #f7eee8;
    border: 1px solid rgba(138,90,68,.16);
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 24px;
}

.aviso-pre-agendamento i {
    color: var(--primaria);
    font-size: 18px;
    margin-top: 3px;
}

.aviso-pre-agendamento p {
    color: var(--texto);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 600;
    margin: 0;
}

.botao-enviar-pre-agendamento {
    width: 100%;
    background: var(--primaria);
    color: #fff !important;
    border-radius: 16px;
    padding: 15px 24px;
    font-size: 15px;
    font-weight: 800;
    margin-top: 6px;
    box-shadow: 0 14px 30px rgba(138,90,68,.22);
}

.botao-enviar-pre-agendamento:hover {
    background: var(--secundaria);
}

.botao-enviar-pre-agendamento i {
    margin-right: 8px;
}

@media (max-width: 575px) {
    .modal-pre-agendamento .modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
        max-height: calc(100vh - 20px);
    }

    .modal-pre-agendamento .modal-content {
        max-height: calc(100vh - 20px);
        padding: 26px 20px;
        border-radius: 24px;
    }

    .modal-header-custom {
        margin-top: -18px;
    }

    .modal-header-custom h2 {
        font-size: 28px;
    }
}

/* ==================================================
   CAMPO DE PROCEDIMENTOS
================================================== */

.dropdown-procedimentos{
    position:relative;
    width:100%;
}

.botao-procedimentos{
    width:100%;
    min-height:50px;
    padding:14px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    border:1px solid var(--borda);
    border-radius:16px;
    background:var(--bg);
    color:var(--texto-claro);
    font-size:1rem;
    font-weight:400;
    text-align:left;
    cursor:pointer;
    transition:.25s;
}

.botao-procedimentos:hover{
    border-color:#d7cbc2;
}

.botao-procedimentos:focus{
    outline:none;
    border-color:#9B654B;
    box-shadow:0 0 0 4px rgba(155,101,75,.10);
}

.botao-procedimentos i{
    color:var(--texto-claro);
    transition:.25s;
}

.dropdown-procedimentos.aberto .botao-procedimentos i{
    transform:rotate(180deg);
}

.lista-procedimentos{
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    width:100%;
    max-height:280px;
    overflow-y:auto;
    display:none;
    padding:8px;
    border:1px solid var(--borda);
    border-radius:16px;
    background:#fff;
    box-shadow:0 18px 40px rgba(0,0,0,.08);
    z-index:999;
}

.lista-procedimentos.aberto{
    display:block;
}

.item-procedimento{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 14px;
    margin:0;
    border-radius:12px;
    cursor:pointer;
    transition:.2s;
}

.item-procedimento:hover{
    background:var(--bg-section);
}

.item-procedimento input{
    width:18px;
    height:18px;
    margin:0;
    accent-color:#9B654B;
    cursor:pointer;
}

.item-procedimento span{
    color:var(--texto);
    font-size:.95rem;
    line-height:1.4;
}

.item-procedimento:has(input:checked){
    background:rgba(155,101,75,.08);
}

.item-procedimento:has(input:checked) span{
    color:#9B654B;
    font-weight:600;
}

.lista-procedimentos::-webkit-scrollbar{
    width:8px;
}

.lista-procedimentos::-webkit-scrollbar-thumb{
    background:#d8cbc3;
    border-radius:20px;
}

.lista-procedimentos::-webkit-scrollbar-track{
    background:transparent;
}


/* Página padrão */

.pagina-padrao {
    background: var(--bg);
}

.hero-pagina-padrao {
    padding: 86px 0 70px;
    background: linear-gradient(
        135deg,
        #fff 0%,
        var(--bg) 55%,
        #ead7ca 100%
    );
}

.hero-pagina-padrao h1 {
    max-width: 820px;
    margin: 0 auto;
    color: var(--texto);
    font-size: 56px;
    font-weight: 600;
    line-height: 1.08;
}

.secao-conteudo-pagina {
    padding: 64px 0 76px;
}

.box-conteudo-pagina {
    overflow: hidden;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(138, 90, 68, .12);
    border-radius: 28px;
    box-shadow: 0 16px 42px rgba(43, 38, 35, .07);
}

.conteudo-editor-pagina {
    padding: 48px 52px 54px;
    color: var(--texto-claro);
    font-size: 16px;
    line-height: 1.8;
}

.conteudo-editor-pagina > *:first-child {
    margin-top: 0;
}

.conteudo-editor-pagina > *:last-child {
    margin-bottom: 0;
}

.conteudo-editor-pagina p {
    margin-bottom: 22px;
    color: var(--texto-claro);
    font-size: 16px;
    line-height: 1.8;
}

.conteudo-editor-pagina strong {
    color: var(--texto);
    font-weight: 700;
}

.conteudo-editor-pagina h2,
.conteudo-editor-pagina h3,
.conteudo-editor-pagina h4,
.conteudo-editor-pagina h5,
.conteudo-editor-pagina h6 {
    color: var(--texto);
    font-weight: 700;
    line-height: 1.25;
}

.conteudo-editor-pagina h2 {
    margin: 46px 0 20px;
    font-size: 36px;
}

.conteudo-editor-pagina h3 {
    margin: 38px 0 18px;
    font-size: 28px;
}

.conteudo-editor-pagina h4 {
    margin: 32px 0 16px;
    font-size: 23px;
}

.conteudo-editor-pagina h5 {
    margin: 28px 0 14px;
    font-size: 19px;
}

.conteudo-editor-pagina h6 {
    margin: 26px 0 12px;
    font-size: 16px;
}

.conteudo-editor-pagina ul,
.conteudo-editor-pagina ol {
    margin: 0 0 26px;
    padding-left: 24px;
}

.conteudo-editor-pagina li {
    margin-bottom: 10px;
    color: var(--texto-claro);
}

.conteudo-editor-pagina li::marker {
    color: var(--primaria);
    font-weight: 700;
}

.conteudo-editor-pagina a {
    color: var(--primaria);
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.conteudo-editor-pagina a:hover {
    color: var(--secundaria);
    text-decoration: underline;
}

.conteudo-editor-pagina figure {
    margin: 36px 0;
}

.conteudo-editor-pagina img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(43, 38, 35, .09);
}

.conteudo-editor-pagina figcaption,
.conteudo-editor-pagina .wp-caption-text {
    margin-top: 10px;
    color: var(--texto-claro);
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.conteudo-editor-pagina blockquote {
    margin: 36px 0;
    padding: 28px 30px;
    border-left: 4px solid var(--primaria);
    border-radius: 0 18px 18px 0;
    background: var(--bg-section);
}

.conteudo-editor-pagina blockquote p {
    margin: 0;
    color: var(--texto);
    font-size: 18px;
    font-style: italic;
    line-height: 1.75;
}

.conteudo-editor-pagina hr,
.conteudo-editor-pagina .wp-block-separator {
    margin: 42px 0;
    border: 0;
    border-top: 1px solid var(--borda);
}

.conteudo-editor-pagina .wp-block-gallery {
    margin: 36px 0;
}

.conteudo-editor-pagina .wp-block-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conteudo-editor-pagina .wp-block-button {
    margin: 28px 0;
}

.conteudo-editor-pagina .wp-block-button__link,
.conteudo-editor-pagina .wp-element-button {
    padding: 14px 24px;
    border-radius: 999px;
    background: var(--primaria);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(138, 90, 68, .20);
    transition: .25s ease;
}

.conteudo-editor-pagina .wp-block-button__link:hover,
.conteudo-editor-pagina .wp-element-button:hover {
    background: var(--secundaria);
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.conteudo-editor-pagina .wp-block-table {
    width: 100%;
    margin: 36px 0;
    overflow-x: auto;
    border: 1px solid var(--borda);
    border-radius: 18px;
}

.conteudo-editor-pagina table {
    width: 100%;
    min-width: 600px;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
}

.conteudo-editor-pagina th {
    padding: 16px 18px;
    background: var(--primaria);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: left;
}

.conteudo-editor-pagina td {
    padding: 16px 18px;
    border-right: 1px solid var(--borda);
    border-bottom: 1px solid var(--borda);
    color: var(--texto-claro);
    font-size: 14px;
}

.conteudo-editor-pagina tbody tr:last-child td {
    border-bottom: 0;
}

.conteudo-editor-pagina tbody tr:nth-child(even) {
    background: var(--bg);
}

@media (max-width: 991px) {

    .hero-pagina-padrao {
        padding: 70px 0 58px;
    }

    .hero-pagina-padrao h1 {
        font-size: 42px;
    }

    .secao-conteudo-pagina {
        padding: 52px 0 64px;
    }

    .conteudo-editor-pagina {
        padding: 42px;
    }

}

@media (max-width: 575px) {

    .hero-pagina-padrao {
        padding: 56px 0 46px;
    }

    .hero-pagina-padrao h1 {
        font-size: 34px;
    }

    .secao-conteudo-pagina {
        padding: 48px 0;
    }

    .box-conteudo-pagina {
        border-radius: 22px;
    }

    .conteudo-editor-pagina {
        padding: 30px 24px 34px;
        font-size: 15px;
    }

    .conteudo-editor-pagina p {
        font-size: 15px;
    }

    .conteudo-editor-pagina h2 {
        margin-top: 38px;
        font-size: 29px;
    }

    .conteudo-editor-pagina h3 {
        margin-top: 32px;
        font-size: 24px;
    }

    .conteudo-editor-pagina h4 {
        font-size: 20px;
    }

    .conteudo-editor-pagina blockquote {
        padding: 24px;
    }

    .conteudo-editor-pagina blockquote p {
        font-size: 16px;
    }

}