@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Montserrat:wght@300;400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    color: #3f3029;
    font-family: 'Montserrat', sans-serif;
}

.cabecalho {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 22px 3%;

    background-color: #967259;

    overflow: hidden;

    position: sticky;
    top: 0;
    z-index: 1000;
}

.marca {
    display: flex;
    align-items: center;
    gap: 3px;
}

.simbolo-logo {
    width: 90px;
    height: auto;
    transform: translateX(12px) scale(1.9);
}

.dra {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #e4c584;
    margin-bottom: 2px;
}

.nome-marca h1 {
    font-family: 'Cinzel', serif;
    font-size: 31px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 0.9;
    color: #e4c584;
    margin-left: -2px;
}

.nome-marca p {
    color: #e4c584;
    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 6px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 0;

    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.menu a {
    color: #D9B77E;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    padding: 0 18px;
}

.menu a:visited {
    color: #edd4ae;
}

.menu a:hover {
    color: #ffffff;
}

.menu a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.onca-marca {
    position: absolute;
    left: 45%;
    top: 54%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.onca-marca img {
    width: 420px;
    height: auto;
    opacity: 0.24;
    display: block;
    transform: scaleX(1.30);
}

.botao-menu {
    display: none;
}

.menu-mobile {
    display: none;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 620px;

    padding: 60px 7%;

    background-color: #f8f4ee;
}

.hero-imagem {
    width: 46%;
    display: flex;
    justify-content: center;
}

.hero-imagem img {
    width: 100%;
    max-width: 500px;
    height: 540px;

    object-fit: cover;
    object-position: center 48%;

    border-radius: 4px;
    border-radius: 12px;
}

.hero-conteudo {
    width: 46%;
    max-width: 600px;
}

.hero-destaque {
    color: #967259;
}

.hero-texto.hero-destaque {
    color: #967259;
}

.hero-texto-secundario {
    margin-bottom: 21px;
}

.hero-destaque {
    margin-bottom: 0px;
}

.hero-boas-vindas {
    margin-bottom: 18px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero h2 {
    margin-bottom: 22px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 42px;
    font-weight: 400;

    line-height: 1.18;
}

.hero h2 span {
    display: block;

    margin-top: 8px;

    color: #967259;
}

.hero-texto {
    max-width: 520px;
    margin-bottom: 32px;

    color: #4e4843;

    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 510;

    line-height: 1.8;
}

.hero-destaque {
    margin-bottom: 4px;
}

.hero-texto-secundario {
    margin-top: 0;
    margin-bottom: 32px;
}

.botao-agendar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 14px 28px;

    background-color: #967259;
    color: #ffffff;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;

    border: 1px solid #967259;

    transition: 0.3s;
}

.icone-botao-agendar {
    width: 20px;
    height: 20px;

    object-fit: contain;
    flex-shrink: 0;
}

.botao-agendar:hover {
    background-color: transparent;
    color: #967259;
}

.sobre {
    padding: 90px 7%;
    background-color: #ffffff;
}

.sobre-cabecalho {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.sobre-etiqueta {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 12.6px;
    font-weight: 500;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.sobre-cabecalho h2 {
    margin-bottom: 24px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 38px;
    font-weight: 400;

    letter-spacing: 0.5px;
}

.sobre-apresentacao {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.9;
}

.sobre-conteudo {
    max-width: 1100px;
    margin: 0 auto;
}

.sobre-bloco {
    padding: 34px 0;
    border-top: 1px solid rgba(150, 114, 89, 0.25);
}

.sobre-bloco:last-of-type {
    border-bottom: 1px solid rgba(150, 114, 89, 0.25);
}

.sobre-bloco h3 {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 400;
}

.sobre-bloco p {
    max-width: 850px;

    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;
}

.sobre-valores {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 55px;
}

.valor {
    padding: 28px 22px;

    background-color: #f8f4ee;

    border: 1px solid rgba(150, 114, 89, 0.18);
}

.valor span {
    display: block;

    margin-bottom: 12px;

    color: #e4c584;

    font-family: 'Cinzel', serif;
    font-size: 18px;
}

.valor h4 {
    color: #5f4637;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;

    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.procedimentos {
    padding: 90px 7%;
    background-color: #f8f4ee;
}

.sobre {
    position: relative;
    overflow: hidden;
}

.sobre::after {
    content: "";
    position: absolute;

    top: 50%;
    right: 300px;

    width: 1500px;
    height: 220%;

    background-image: url("./imagens/listra-onca.PNG");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    opacity: 0.21;

    transform: translateY(-50%) rotate(-90deg);

    pointer-events: none;
    z-index: 0;
}

.sobre-cabecalho,
.sobre-conteudo {
    position: relative;
    z-index: 1;
}

.sobre-conteudo {
    position: relative;
    z-index: 1;
}

.procedimentos-cabecalho {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.procedimentos-etiqueta {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.procedimentos-cabecalho h2,
.outros-procedimentos-cabecalho h2 {
    margin-bottom: 20px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 36px;
    font-weight: 400;

    line-height: 1.2;
}

.procedimentos-introducao {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.8;
}


/* GRADE DOS RESULTADOS */

.resultados-procedimentos {
    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 45px 35px;
}

.procedimento-card {
    background-color: transparent;
    border: none;
    overflow: hidden;
}

.procedimento-card img {
    width: 100%;
    height: 400px;

    object-fit: contain;
    object-position: center;

    display: block;
    background-color: #ffffff;
}

.procedimento-texto {
    padding: 26px 24px 30px;
    background-color: #ffffff;
}

.procedimento-texto h3 {
    margin-bottom: 8px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 23px;
    font-weight: 400;

    line-height: 1.25;
}

.procedimento-nome {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.procedimento-texto p:not(.procedimento-nome) {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;
}


/* BIOESTIMULAÇÃO EM DESTAQUE */

.procedimento-destaque {
    grid-column: 1 / -1;
}

.procedimento-conteudo-destaque {
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
}

.procedimento-conteudo-destaque .procedimento-texto {
    padding: 45px;
}

.procedimento-conteudo-destaque img {
    width: 100%;
    height: 430px;

    object-fit: contain;
    object-position: center;

    display: block;
    background-color: #ffffff;
}

.tratamento-imagem-skin {
    display: block;

    width: 100%;
    height: 400px;

    object-fit: contain;

    background-color: #ffffff;
}

.tratamento.tratamento-com-imagem {
    padding: 0;
    overflow: hidden;
}

.tratamento-conteudo {
    padding: 28px 24px;
}


/* OUTROS PROCEDIMENTOS */

.outros-procedimentos {
    max-width: 1100px;

    margin: 100px auto 0;
}

.outros-procedimentos-cabecalho {
    max-width: 720px;
    margin: 0 auto 45px;

    text-align: center;
}

.outros-procedimentos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    max-width: 720px;
    margin: 0 auto;

    gap: 20px;
    align-items: stretch;
}

.tratamento {
    padding: 28px 24px;

    background-color: #ffffff;

    border: 1px solid rgba(150, 114, 89, 0.15);

    min-height: 270px;
}

.tratamento h3 {
    margin-bottom: 12px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 19px;
    font-weight: 400;

    line-height: 1.35;
}

.tratamento p,
.tratamento li {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;

    line-height: 1.7;
}

.tratamento-categoria {
    margin-bottom: 8px;

    color: #967259 !important;

    font-size: 10px !important;
    font-weight: 500 !important;

    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.tratamento-detalhes {
    margin-top: 15px;

    color: #967259 !important;

    font-size: 11px !important;
    font-weight: 500 !important;
}

.tratamento ul {
    margin-top: 12px;
    padding-left: 18px;
}

.tratamento li {
    margin-bottom: 6px;
}


/* CARD QUE POSSUI SOMENTE A FOTO */

.tratamento-imagem {
    padding: 0;
    overflow: hidden;
}

.tratamento-imagem img {
    width: 100%;
    height: 100%;

    min-height: 260px;

    object-fit: cover;
    object-position: center;

    display: block;
}

/* CONTATO */

.contato {
    padding: 90px 7%;
    background-color: #f8f4ee;
}

.contato-conteudo {
    max-width: 1100px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.15fr 0.85fr;

    gap: 70px;
    align-items: center;
}

.contato-texto {
    max-width: 620px;
}

.contato-etiqueta {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.contato-texto h2 {
    margin-bottom: 22px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 34px;
    font-weight: 400;

    line-height: 1.25;
}

.contato-destaque {
    margin-bottom: 18px;

    color: #967259;

    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 400;

    line-height: 1.4;
}

.contato-chamada {
    margin-bottom: 24px;

    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.8;
}

.contato-lista {
    margin-bottom: 34px;
    padding-left: 20px;
}

.contato-lista li {
    margin-bottom: 10px;

    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.6;
}

.contato-acoes {
    margin-top: 20px;
}

.contato-clique {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.contato-botoes {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.botao-contato {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    min-width: 235px;
    padding: 13px 18px;

    background-color: #967259;
    color: #ffffff;

    border: 1px solid #967259;

    text-decoration: none;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 0.8px;
    text-transform: uppercase;

    transition: 0.3s;
}

.botao-contato:hover {
    background-color: transparent;
    color: #967259;
}

.icone-contato {
    width: 22px;
    height: 22px;

    object-fit: contain;

    flex-shrink: 0;
}

.contato-marca {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    margin-top: 24px;

    border-top: 1px solid rgba(150, 114, 89, 0.25);
padding-top: 0px;
}

.oncas-contato {
    width: 100%;
    max-width: 390px;
    height: auto;

    display: block;

    opacity: 0.90;

    margin-top: -30px;
}

.imagem-slogan-contato {
    width: 100%;
    max-width: 402px;
    height: auto;

    display: block;

    margin-top: -66px;
}

.foto-contato {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.imagem-contato {
    width: 100%;
    max-width: 510px;
    height: 760px;

    object-fit: cover;
    object-position: center 30%;

    display: block;
    border-radius: 12px;
}

.contato-locais {
    margin: 28px 0 30px;
}

.contato-locais-titulo {
    margin-bottom: 10px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.contato-locais {
    margin: 30px 0 34px;
}

.contato-locais-titulo {
    margin-bottom: 12px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.contato-locais-texto {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.6;
}

.contato-locais-texto span {
    margin: 0 10px;

    color: #967259;
}

.contato-manifesto {
    margin: 30px 0 10px;
}

.contato-manifesto p {
    margin: 0 0 5px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 400;

    line-height: 1.2;

    letter-spacing: 0.5px;
}

.linha-contato {
    width: 150px;
    height: 1px;

    background-color: rgba(150, 114, 89, 0.35);

    margin: 22px 0;
}

.contato-convite {
    margin-top: 22px;
    margin-bottom: 18px;
}

.contato-convite-texto {
    margin-bottom: 8px;

    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.6;
}

.contato-convite-destaque {
    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 22px;
    font-weight: 400;

    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.contato-clique {
    margin-bottom: 10px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 9px;
    font-weight: 500;

    letter-spacing: 1.8px;
    text-transform: none;
}

.contato-topo,
.contato-restante {
    width: 100%;
}

.texto-marrom {
    color: #a56f45;
}

.texto-escuro {
    color: #241b17;
}

.texto-preto {
    color: #111111;
}

.contato-link {
    position: relative;
    z-index: 5;
}

/* =========================
   DESEJOS
========================= */

.desejos {
    padding: 90px 7%;
    background: #ffffff;
}

.desejos-cabecalho {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.desejos-etiqueta {
    margin-bottom: 14px;

    color: #967259;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.desejos-cabecalho h2 {
    margin-bottom: 18px;

    color: #2f2622;
    font-family: 'Cinzel', serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.25;
}

.desejos-cabecalho h2 span {
    color: #a56f45;
}

.desejos-intro {
    max-width: 620px;
    margin: 0 auto;

    color: #5f514a;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

.desejos-grid {
    max-width: 1050px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.desejo-card {
    position: relative;

    min-height: 410px;
    padding: 58px 28px 30px;

    background: #ffffff;

    border: 1px solid rgba(150, 114, 89, 0.28);
    border-radius: 14px;
}

.desejo-icone {
    position: absolute;
    top: -30px;
    left: 50%;

    width: 64px;
    height: 64px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f8f4ee;
    border-radius: 50%;
}

.desejo-icone img {
    width: 34px;
    height: 34px;

    object-fit: contain;
}

.desejo-card h3 {
    margin-bottom: 14px;

    color: #241b17;
    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.desejo-card h3 span {
    color: #a56f45;
}

.desejo-descricao {
    min-height: 48px;
    margin-bottom: 18px;

    color: #5f514a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6;
}

.desejo-linha {
    width: 100%;
    height: 1px;

    margin: 18px 0;

    background: rgba(150, 114, 89, 0.22);
}

.desejo-ajuda {
    margin-bottom: 12px;

    color: #967259;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.4px;
}

.desejo-card ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.desejo-card li {
    position: relative;

    margin-bottom: 7px;
    padding-left: 14px;

    color: #4f4540;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.45;
}

.desejo-card li::before {
    content: "•";

    position: absolute;
    left: 0;

    color: #a56f45;
}

.desejos-final {
    max-width: 1050px;
    margin: 70px auto 0;

    display: grid;
    grid-template-columns: 1fr 1fr;

    overflow: hidden;

    border: 1px solid rgba(150, 114, 89, 0.25);
    border-radius: 14px;
}

.desejos-final-texto {
    position: relative;

    padding: 48px 45px;

    background: #f8f4ee;
}

.desejos-interrogacao {
    width: 58px;
    height: 58px;

    margin-bottom: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #967259;
    border-radius: 50%;

    color: #f8f4ee;
    font-family: 'Cinzel', serif;
    font-size: 32px;
}

.desejos-final-texto h3 {
    margin-bottom: 8px;

    color: #2f2622;
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}

.desejos-final-texto h4 {
    margin-bottom: 22px;

    color: #a56f45;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    .desejos-final-destaque {
    font-style: italic;
}
}

.desejos-final-texto p {
    margin-bottom: 10px;

    color: #5f514a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.65;
}

.desejos-final-imagem {
    position: relative;
    min-height: 360px;
}

.desejos-final-imagem img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}

.desejos-botao {
    position: absolute;
    left: 50%;
    bottom: 28px;

    transform: translateX(-50%);

    min-width: 220px;
    padding: 14px 24px;

    text-align: center;
    text-decoration: none;

    background: #967259;
    color: #ffffff;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1px;
    text-transform: uppercase;

    transition: 0.3s;
}

.desejos-botao:hover {
    background: #7f5d48;
}

.desejos-frase-final {
    margin-top: 34px;

    text-align: center;

    color: #5f514a;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.desejos-titulo-secao {
    margin-bottom: 22px;

    color: #967259;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.desejos {
    position: relative;
    overflow: hidden;
}

.desejos > * {
    position: relative;
    z-index: 1;
}

.desejos::after {
    content: "";
    position: absolute;

    top: 50%;
    left: 300px;

    width: 2400px;
    height: 220%;

    background-image: url("./imagens/listra-onca.PNG");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    opacity: 0.50;

    transform: translateY(-50%) rotate(90deg);

    pointer-events: none;
    z-index: 0;
}

.desejos-conteudo {
    position: relative;
    z-index: 1;
}

.autoridade {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    max-width: 100%;
    margin: 0 auto;

    border-top: 1px solid #d8c9bd;
    border-bottom: 1px solid #d8c9bd;

    background-color: #f8f4ee;
}

.autoridade-item {
    padding: 24px 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.autoridade-item + .autoridade-item {
    border-left: 1px solid #d8c9bd;
}

.autoridade-item strong {
    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 28px;
    font-weight: 400;

    line-height: 1;
}

.autoridade-item span {
    margin-top: 8px;

    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.procedimento-slider {
    position: relative;

    width: 100%;
    height: 400px;

    overflow: hidden;

    background-color: #ffffff;
}

.procedimento-slider .slide-procedimento {
    display: none;

    width: 100%;
    height: 100%;

    object-fit: contain;
}

.procedimento-slider .slide-procedimento.ativo {
    display: block;
}

.slider-seta {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);

    width: 38px;
    height: 38px;

    border: none;
    border-radius: 50%;

    background-color: rgba(150, 114, 89, 0.75);
    color: #ffffff;

    font-size: 26px;
    line-height: 1;

    cursor: pointer;

    z-index: 2;

    transition: 0.3s;
}

.slider-seta:hover {
    background-color: #967259;
}

.slider-anterior {
    left: 12px;
}

.slider-proximo {
    right: 12px;
}

.tratamento-subtitulo {
    margin-top: 48px;
    margin-bottom: 10px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 18px;
    font-weight: 400;
}

.tratamento-destaque {
    margin-top: 12px;
    margin-bottom: 8px;

    color: #967259;

    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 400;

    line-height: 1.3;
}

/* =========================
   FAQ - CONTATO
========================= */

.faq-contato {
    margin-top: 9px;
    padding-top: 70px;

    border-top: 1px solid #d8c9bd;
}

.faq-cabecalho {
    max-width: 760px;
    margin: 0 auto 50px;

    text-align: center;
}

.faq-etiqueta {
    margin-bottom: 14px;

    color: #967259;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 4px;
    text-transform: uppercase;
}

.faq-cabecalho h2 {
    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 32px;
    font-weight: 400;

    line-height: 1.3;
}

.faq-lista {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    padding: 28px 5px;

    border-bottom: 1px solid #d8c9bd;
}

.faq-item:first-child {
    border-top: 1px solid #d8c9bd;
}

.faq-item h3 {
    margin-bottom: 10px;

    color: #5f4637;

    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: 400;

    line-height: 1.4;
}

.faq-item p {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.8;
}


/* =========================
   RODAPÉ DO CONTATO
========================= */

.contato-rodape {
    margin-top: 30px;
    padding-top: 0px;

    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}

.logo-contato-rodape {
    width: 200px;
    height: auto;

    margin-bottom: -72px;

    object-fit: contain;

    transform: scale(1.6) translateY(-20px);
}

.contato-informacoes {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 24px;

    flex-wrap: wrap;

}

.contato-informacoes > *:not(:last-child)::after {
    content: "•";

    margin-left: 9px;

    color: #967259;
    font-size: 39px;
}

.contato-link {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;

    text-decoration: none;

    transition: 0.3s;
}

.contato-link:hover {
    color: #967259;
}

.icone-contato-info {
    width: 20px;
    height: 20px;

    object-fit: contain;
}

.contato-local {
    color: #5f514a;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.contato-localizacao {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.contato-localizacao img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.faq-cta {
    max-width: 900px;
    margin: 6px auto 0;
    padding: 21px 21px;

    border-bottom: 1px solid #d8c9bd;

    text-align: center;

    position: relative;
    z-index: 5;
}

.faq-cta-frase {
    margin-bottom: 24px;

    color: #5f514a;

    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 400;

    line-height: 1.5;
}

.faq-cta-frase span {
    color: #967259;
}

.faq-cta-botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 14px 24px;

    background-color: #967259;
    color: #ffffff;

    text-decoration: none;

    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;

    letter-spacing: 1px;
    text-transform: uppercase;

    transition: 0.3s;
}

.faq-cta-botao {
    position: relative;
    z-index: 10;
}

.faq-cta-botao:hover {
    background-color: transparent;
    color: #967259;

    border: 1px solid #967259;
}

.faq-cta-icone {
    width: 18px;
    height: 18px;

    object-fit: contain;
}

@media (max-width: 768px) {

    .cabecalho {
        padding: 14px 4%;
        min-height: 90px;
        overflow: visible;
    }

    .marca {
        gap: 4px;
    }

    .simbolo-logo {
        width: 70px;
        transform: translateX(8px) scale(1.5);
    }

    .dra {
        font-size: 7px;
        letter-spacing: 2px;
    }

    .nome-marca h1 {
        font-size: 23px;
        letter-spacing: 0;
        margin-left: -1px;
    }

    .nome-marca p {
        font-size: 6.5px;
        letter-spacing: 0.8px;
        margin-left: 0;
    }

  .onca-marca {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transform: none;

    overflow: hidden;
    pointer-events: none;

    z-index: 1;
}

   .onca-marca img {
    position: absolute;

    width: 250px;
    height: auto;

    left: 68%;
    top: 50%;

    transform: translate(-50%, -50%) scaleX(1.30);

    opacity: 0.18;

    display: block;
}

    .menu {
        display: none;
    }

    .botao-menu {
    display: block;

    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);

    background: none;
    border: none;

    color: #e4c584;
    font-size: 28px;

    cursor: pointer;

    z-index: 3;
}

.menu-mobile {
    position: absolute;

    top: 100%;
    right: 0;

    width: 220px;

    background-color: #967259;

    display: none;
    flex-direction: column;

    padding: 15px 0;

    z-index: 4;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.menu-mobile a {
    color: #e4c584;

    text-decoration: none;

    font-family: 'Montserrat', sans-serif;

    font-size: 13px;

    padding: 12px 20px;
}

.menu-mobile a:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

.menu-mobile.ativo {
    display: flex;
}

.hero {
    flex-direction: column;
    min-height: auto;
    padding: 28px 5% 40px;
}

.hero-imagem {
    width: 100%;
    margin-bottom: 28px;
    align-items: center;
}

.hero-imagem img {
    width: 94%;
    max-width: 360px;
    height: 430px;

    margin-left: auto;
    margin-right: auto;

    object-fit: cover;
    object-position: center 48%;

    border-radius: 4px;
}

.hero-conteudo {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.hero-boas-vindas {
    margin-bottom: 14px;

    font-size: 10px;
    letter-spacing: 3px;
}

.hero h2 {
    margin-bottom: 18px;

    font-size: 28px;
    line-height: 1.2;
}

.hero h2 span {
    margin-top: 6px;
}

.hero-texto {
    max-width: 100%;
    margin: 0 auto 26px;

    font-size: 13px;
    line-height: 1.7;
}

.botao-agendar {
    padding: 13px 22px;

    font-size: 11px;
    letter-spacing: 1.2px;
}

.sobre {
    padding: 60px 5%;
}

.sobre-cabecalho {
    margin: 0 auto 40px;
}

.sobre-etiqueta {
    font-size: 11px;
    letter-spacing: 3px;
}

.sobre-cabecalho h2 {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.sobre-apresentacao {
    font-size: 14px;
    line-height: 1.8;
}

.sobre-bloco {
    padding: 24px 0;
}

.sobre-bloco h3 {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.sobre-bloco p {
    font-size: 14px;
    line-height: 1.8;
}

.sobre-valores {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 35px;
}

.valor {
    padding: 20px 16px;
}

.valor span {
    font-size: 16px;
    margin-bottom: 8px;
}

.valor h4 {
    font-size: 12px;
    letter-spacing: 1px;
}

/* PROCEDIMENTOS - MOBILE */

.procedimentos {
    padding: 60px 5%;
}

.procedimentos-cabecalho {
    margin: 0 auto 40px;
}

.procedimentos-etiqueta {
    font-size: 11px;
    letter-spacing: 3px;
}

.procedimentos-cabecalho h2,
.outros-procedimentos-cabecalho h2 {
    font-size: 27px;
    line-height: 1.25;
}

.procedimentos-introducao {
    font-size: 14px;
    line-height: 1.7;
}


/* RESULTADOS / ANTES E DEPOIS */

.resultados-procedimentos {
    grid-template-columns: 1fr;
    gap: 28px;
}

.procedimento-card img {
    width: 100%;
    height: auto;
    max-height: none;

    object-fit: contain;
}

.procedimento-texto {
    padding: 22px 20px 26px;
}

.procedimento-texto h3 {
    font-size: 20px;
}

.procedimento-nome {
    font-size: 10px;
    letter-spacing: 1.2px;
}

.procedimento-texto p:not(.procedimento-nome) {
    font-size: 13px;
    line-height: 1.7;
}


/* BIOESTIMULAÇÃO */

.procedimento-destaque {
    grid-column: auto;
}

.procedimento-conteudo-destaque {
    grid-template-columns: 1fr;
}

.procedimento-conteudo-destaque .procedimento-texto {
    padding: 26px 20px;
}

.procedimento-conteudo-destaque img {
    width: 100%;
    height: auto;

    object-fit: contain;
}


/* OUTROS CUIDADOS */

.outros-procedimentos {
    margin-top: 70px;
}

.outros-procedimentos-cabecalho {
    max-width: 100%;
    margin: 0 auto 35px;

    text-align: center;
}

.outros-procedimentos-grid {
    grid-template-columns: 1fr;

    max-width: 100%;
    gap: 16px;
}

.tratamento {
    min-height: auto;

    padding: 24px 20px;
}

.tratamento h3 {
    font-size: 18px;
}

.tratamento p,
.tratamento li {
    font-size: 13px;
}

.tratamento-imagem {
    min-height: auto;
}

.tratamento-imagem img {
    width: 100%;
    height: auto;
    min-height: 0;

    object-fit: contain;
}

/* CONTATO - MOBILE */

.contato {
    padding: 60px 5%;
}

.contato-conteudo {
    display: grid;
    grid-template-columns: 48% 52%;
    gap: 12px;
    align-items: start;
}

.contato-texto {
    display: contents;

}

.contato-topo {
    grid-column: 1;
}

.foto-contato {
    grid-column: 2;
    grid-row: 1;

    width: 100%;
    align-self: stretch;
}

.imagem-contato {
    width: 100%;
    max-width: none;
    height: 430px;

    object-fit: cover;
    object-position: center top;

    border-radius: 10px;
}

.contato-restante {
    grid-column: 1 / -1;
    margin-top: 20px;
}

.contato-topo h2 {
    font-size: 20px;
    line-height: 1.3;
}

.contato-destaque {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.contato .contato-destaque {
    text-transform: none;
}

/* =========================
   DESEJOS - MOBILE
========================= */

.desejos {
    padding: 60px 5%;
}

.desejos-cabecalho {
    margin-bottom: 45px;
}

.desejos-titulo-secao {
    font-size: 10px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.desejos-etiqueta {
    font-size: 10px;
    letter-spacing: 2px;
}

.desejos-cabecalho h2 {
    font-size: 27px;
    line-height: 1.3;
}

.desejos-intro {
    font-size: 14px;
    line-height: 1.7;
}

.desejos-grid {
    grid-template-columns: 1fr;
    gap: 48px;
}

.desejo-card {
    min-height: auto;
    padding: 55px 24px 28px;
}

.desejo-icone {
    width: 60px;
    height: 60px;
    top: -28px;
}

.desejo-icone img {
    width: 32px;
    height: 32px;
}

.desejo-card h3 {
    font-size: 19px;
    line-height: 1.4;
}

.desejo-descricao {
    min-height: 0;
    font-size: 13px;
    line-height: 1.6;
}

.desejo-ajuda {
    font-size: 10px;
}

.desejo-card li {
    font-size: 13px;
}

.desejos-final {
    grid-template-columns: 1fr;
    margin-top: 55px;
}

.desejos-final-texto {
    padding: 35px 25px;
}

.desejos-final-texto h3 {
    font-size: 22px;
}

.desejos-final-texto h4 {
    font-size: 17px;
}

.desejos-final-texto p {
    font-size: 13px;
}

.desejos-final-imagem {
    min-height: 280px;
}

.desejos-botao {
    min-width: 210px;
    bottom: 20px;

    font-size: 10px;
}

.desejos-frase-final {
    margin-top: 28px;
    font-size: 10px;
    line-height: 1.7;
    letter-spacing: 1.8px;
}

.desejos::after {
    top: 50%;
    left: calc(50% + 330px);

    width: 4000px;
    height: 1100px;

    background-image: url("./imagens/listra-onca.PNG");

    background-repeat: repeat-x;
    background-size: 700px 100%;
    background-position: left center;

    opacity: 0.27;

    transform: translate(-50%, -50%)
        rotate(90deg);

    pointer-events: none;
    z-index: 0;
}

/* =========================
   RODAPÉ - MOBILE
========================= */

.logo-contato-rodape {
    width: 210px;
    max-width: 80%;

    margin-top: -54px;
    margin-bottom: -15px;

    transform: none;
}

.contato-rodape {
    width: 100%;

    margin-top: 0;
    padding: 15px 10px 25px;
}

.contato-informacoes {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: nowrap;

    gap: 7px;
}

.contato-link,
.contato-local {
    font-size: 10px;

    white-space: nowrap;
}

.icone-contato-info {
    width: 14px;
    height: 14px;
}

.contato-localizacao {
    display: inline-flex;
    align-items: center;

    gap: 5px;

    font-size: 10px;
    white-space: nowrap;
}

.contato-localizacao img {
    width: 13px;
    height: 13px;
}

.contato-informacoes > *:not(:last-child)::after {
    margin-left: 7px;

    font-size: 6px;
}

.hero-texto.hero-destaque {
    margin-bottom: 8px;
    line-height: 1.5;
}

.hero-texto.hero-texto-secundario {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.5;
}

.faq-cta-frase {
    font-size: 18px;
    line-height: 1.5;
}

}