@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat/static/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

*{
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior:smooth;
    padding-top:90px;
    font-family:'Montserrat',sans-serif;
}

/* header */
#header{
    background-color: #bd815d;
    height:90px;
    width: 100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 clamp(20px,4vw,50px);
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    opacity: 0.96;
}

.menu{
    position: relative;
}

#menu-btn{
    background: transparent;
    border: none;
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;;
}

#menu-btn:hover{
    opacity: .8;
}

#seta{
    font-size: 1rem;
    transition: .3s;
}

#menu-dropdown{
    position: absolute;
    top: 45px;
    left: 0;

    display: none;
    flex-direction: column;

    min-width: 280px;

    background: #bd815d;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0,0,0,.25);

    z-index: 999;
}

#menu-dropdown a{
    color: white;
    text-decoration: none;

    padding: 14px 18px;

    transition: .2s;
}

#menu-dropdown a:hover{
    background:#9e5f36;
}

#menu-dropdown.show{
    display:flex;
}

#seta.rotate{
    transform:rotate(180deg);
}

#rosto,
#formacao,
#consulta,
#procedimentos,
#terapia,
#sobre,
#faq,
#locais{
    scroll-margin-top: 14vh;
}

.logo-desktop{
    height:68px;
    width: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.logo-mobile{
    display: none;
}

.sociais{
    display: flex;
    align-items: center;
    gap:20px;
}

.sociais-img{
    width:42px;
    height:42px;
    transition:.25s;
}

/* rosto */
#rosto{
    background-color: #9e5f36;
    min-height:700px;
    width: 100%;
    padding:50px clamp(30px,5vw,80px);
    display: flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

.rosto-left{
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
    flex:1;
    max-width:700px;
    justify-content: center;
    align-items: center;
    gap: 4vh;
}

.rosto-left-top{
    display: flex;
    flex-direction: column;
    /* gap: 0;
    padding: 0;
    margin: 0; */
    /* background-color: blue; */
}

.rosto-left-top h1{
    color: white;
    font-weight: 600;
    text-shadow: 2px 2px 3px rgb(56, 56, 56);
    font-size:clamp(2.8rem,5vw,4.8rem);
    margin: 0px 0px 0px 17px;
    line-height: 9vh;
}

.rosto-left-top h3{
    color: white;
    text-shadow: 2px 2px 1px rgb(56, 56, 56);
    font-size:clamp(1.2rem,2vw,1.9rem);
    margin: 0px 0px 0px 22px;
}

.rosto-left-bottom{
    background-color: #bd815d;
    width:100%;
    max-width:650px;
    min-height:95px;
    padding:20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rosto-left-bottom p{
    color: white;
    font-weight: 600;
    font-size:clamp(1rem,1.5vw,1.5rem);
    line-height:1.5;
    margin: 0;
    padding: 0;
}

.rosto-right{
    width: 40%;
    display: flex;
    flex:0 0 420px;
    align-items: center;
    justify-content:center;
}

#rosto-foto-bruna{
    aspect-ratio:4/5;
    max-width:500px;
    width:100%;
    object-fit:cover;
    border-radius: 15px;
    margin: 0px 0px 0px 20px;
}

/* formação */
#formacao{
    background-color: white;
    min-height: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 5px solid #9e5f36;
    border-right: 5px solid #9e5f36;
    justify-content: space-around;
    padding: 40px clamp(20px,4vw,60px);
}

#formacao-titulo{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(2rem,4vw,3.3rem);
    font-weight: 700;
    text-align:center;
}

#formacao-conteudo{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap:30px;
}

#formacao-lista{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(1.1rem,1.3vw,1.4rem);
    width:min(100%,1000px);
    line-height:1.8;
}

#formacao-lista li{
    margin-bottom:8px;
}

#formacao-imgs{
    width:100%;
    min-width: 400px;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:18px;
    margin: 0;
}

.formacao-img{
    height:auto;
    width:clamp(110px,10vw,170px);
    margin: 0;
    object-fit:cover;
}

/* texto */
.texto{
    background-color: #9e5f36;
    min-height:180px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding:30px clamp(20px,5vw,80px);
}

.texto h3{
    margin: 0;
    max-width:1100px;
    color: white;
    font-weight: 600;
    line-height:1.5;
    font-size:clamp(1.15rem,1.8vw,2rem);
}

/* problemas */
#problemas{
    background: radial-gradient(white 20%, #F2CAB0 80%);
    min-height:700px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding:50px clamp(20px,5vw,80px);
    gap:35px;
    /* align-items: center; */
}

#problemas h1{
    margin: 0;
    color: #9e5f36;
    text-shadow: 2px 2px 4px rgb(109, 109, 109);
    font-weight: 600;
    font-size:clamp(2rem,4vw,3.6rem);
    margin-left: 5%;
}

#problemas-exemplos{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:22px;
}

.problema-exemplo{
    margin: 0;
    width:100%;
    min-height:60px;
    background-color: #bd815d;
    border-radius: 50px;
    display: flex;
    align-items: center;
    color: white;
    padding:16px 24px;
    font-size:clamp(1.2rem,1.5vw,1.6rem);
    font-weight:500;
}

#problemas-conclusao{
    margin: 0;
    color: #9e5f36;
    font-weight: 600;
    line-height:1.5;
    font-size:clamp(1.2rem,2vw,2rem);
    text-align: center;
}

/* consulta */
#consulta{
    background-color: white;
    min-height:650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:50px clamp(20px,5vw,70px);
    gap:30px;
}

#consulta-titulo{
    margin:0 auto;
    width:min(1200px,100%);
    padding:18px 24px;
    background-color: #bd815d;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size:clamp(1rem,1.5vw,1.45rem);
    text-align: center;
    align-self: center;
    margin-bottom: 10px;
}

#consulta h2{
    margin: 0;
    color: #9e5f36;
    font-weight: 600;
    /*margin-left: 38px;*/
    font-size:clamp(1.6rem,2vw,2.2rem);
}

#consulta-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    /*gap:40px;*/
    flex-wrap:wrap;
}

#consulta-estrutura{
    border: 4px solid #9e5f36;
    border-right: 0;
    margin: 0;
    min-width:320px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:25px 35px;
    flex:1;
}

#consulta-estrutura ul{
    margin:0;
    padding-left:22px;
}

#consulta-estrutura li{
    margin: 0;
    padding: 0;
    color: #9e5f36;
    font-weight: 600;
    line-height:1.8;
    font-size:clamp(1rem,1.3vw,1.35rem);
}

#consulta img{
    margin: 0;
    width:100%;
    max-width:400px;
    height:auto;
    object-fit:cover;
}

/* sintomas */
#sintomas{
    background: linear-gradient(#F2CAB0,#bd825dc0,#F2CAB0);
    min-height:fit-content;
    padding:60px clamp(20px,5vw,70px);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding:60px clamp(20px,5vw,70px);
    gap:35px;
}

#sintomas-titulo{
    background-color: #9e5f36;
    padding:18px;
    width: 100%;
    margin: 0;
    color: white;
    font-size:clamp(1.4rem,2vw,2rem);
    text-align: center;
    font-weight:600;
}

.sintomas-linha{
    /* margin: 0; */
    /* display: flex; */
    /* width: 100%; */
    /* height: 28%; */
    /* justify-content: space-evenly; */
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.sintoma-card{
    background-color: #F2CAB0;
    border-radius: 20px;
    overflow:hidden;
    box-shadow:0 10px 20px rgba(0,0,0,.18);
    display:flex;
    flex-direction:column;
    width: 60%;
    justify-self:center;
}

.sintoma-card img{
    margin: 0;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.sintoma-card p{
    margin: 0;
    font-weight: 600;
    color: #9e5f36;
    font-size:clamp(1rem,1.2vw,1.3rem);
    flex:1;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 20px;
}

/* doenças */
#doencas{
    background-color: white;
    min-height:720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding:60px clamp(20px,5vw,70px);
    gap:45px;
}

#doencas-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align:center;
    gap:15px;
}

#doencas-top h1{
    margin: 0;
    color: #bd815d;
    font-weight: 600;
    font-size:clamp(2rem,4vw,3.5rem);
}

#doencas-top p{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(1rem,1.3vw,1.35rem);
    max-width:850px;
}

#doencas-bottom{
    width:min(1100px,100%);
    margin:auto;
    /*height: 70%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:18px;
}

.doencas-linha{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.doenca-exemplo{
    background-color: #bd815d;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0;
    font-size:clamp(1rem,1.2vw,1.35rem);
    padding:16px 20px;
    text-align: center;
}

/* motivos */
#motivos{
    background-color: #9e5f36;
    min-height:650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding:60px clamp(20px,5vw,70px);
    gap:45px;
}

#motivos-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:15px;
}

#motivos-top h2{
    margin: 0;
    color: white;
    font-weight: 800;
    font-size:clamp(2rem,4vw,3.5rem);
    text-shadow: 3px 3px 3px #4545458b;
}

#motivos-top p{
    margin: 0;
    color: white;
    line-height:1.5;
    font-size:clamp(1.1rem,1.8vw,1.8rem);
}

#motivos-bottom{
    display: flex;
    flex-direction: column;
    /*height: 30vh;*/
    width:min(900px,100%);
    justify-content: space-between;
    gap:40px;
}

.motivos-linha{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.motivos-exemplo{
    margin: 0;
    width: 100%;
    background-color: white;
    color: #9e5f36;
    font-size:clamp(1rem,1.2vw,1.35rem);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
    padding: 30px 0px 30px;
    border-radius: 50px;
}

/* avaliação */
#avaliacao{
    background-color: white;
    min-height:200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:40px clamp(20px,5vw,70px);
    gap:15px;
}

#avaliacao h1{
    color: #9e5f36;
    font-size:clamp(1.5rem,2.5vw,2.5rem);
    font-weight: 500;
    margin: 0;
}

#avaliacao-possibilidades{
    color: #9e5f36;
    line-height:1.6;
    font-size:clamp(1rem,1.5vw,1.4rem);
    font-weight: 400;
    margin: 0;
    display: flex;
}

/* procedimentos */
#procedimentos{
    background: linear-gradient(60deg, #F2CAB0, white);
    min-height:620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:30px clamp(20px,5vw,70px);
    gap:40px;
}

#procedimentos-top{
    display: flex;
    flex-direction: column;
    /*width: 100%;*/
    /*padding-left: 40px;*/
    gap:10px;
}

#procedimentos-top h1{
    font-weight: 600;
    color: #9e5f36;
    font-size: 7vh;
    margin: 0;
    /* margin: 0px 0px 0px 80px; */
}

#procedimentos-top p{
    color: #9e5f36;
    font-size:clamp(1rem,1.4vw,1.4rem);
    line-height:1.5;
    font-weight:700;
    margin: 0;
    max-width:900px;
    /* align-self: center; */
}

#procedimentos-middle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap:wrap;
}

#procedimentos-card{
    /*height: fit-content;*/
    flex:1;
    min-width:820px;
    max-width:950px;
}

#procedimentos-exemplos-titulo{
    margin: 0;
    background-color: #bd815d;
    font-size:clamp(1rem,1.2vw,1.3rem);
    font-weight: 600;
    color: white;
    /*width: 25%;*/
    display:inline-flex;
    padding:10px 24px;
    justify-content:center;
    align-items:center;
    border-radius: 15px 15px 0px 0px;
}

#procedimentos-exemplos{
    margin: 0;
    /* margin-left: 20px; */
    background-color: white;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px 0px 0px 15px;
    padding:25px 30px;
    width: 100%;
    list-style-position:inside;
}

#procedimentos-exemplos li{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(1rem,1.2vw,1.3rem);
    line-height: 1.5;
}

#procedimentos-video{
    width:100%;
    max-width:260px;
    height:auto;
    object-fit:cover;
}

#procedimentos-conclusao{
    margin: 0;
    color: #9e5f36;
    font-weight: 600;
    font-size:clamp(1.1rem,1.6vw,1.6rem);
    line-height:1.5;
    text-align:center;
}

/* terapia */
#terapia{
    background: radial-gradient(#F2CAB0, white);
    min-height:auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding:60px clamp(20px,5vw,70px);
    gap:40px;
}

#terapia-box{
    width:min(1200px,100%);

    display:grid;
    grid-template-columns:340px 1fr;
    column-gap:35px;
    row-gap:20px;

    align-items:start;
}

#terapia h1{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(2.3rem,5vw,4.5rem);
    text-align:center;
}

#terapia-top{
    display:contents;
}

#terapia-top p{
    color: #9e5f36; 
    font-weight: 600; 
    font-size:clamp(1rem,1.3vw,1.35rem); 
    text-align: justify;
    grid-column:2;
    margin:0;
    font-size:clamp(1rem,1.3vw,1.35rem);
    line-height:1.8;
}

#terapia-video{
    grid-column:1;
    grid-row:1 / span 2;

    width:100%;
    max-width:340px;
    height:auto;
}

#terapia-bottom{
    grid-column:2;
    flex-direction:column;
    margin:0;
    display:grid;
    row-gap:30px;
    align-content:start;
}

#terapia-bottom p{
    margin: 0;
    color: #9e5f36;
    font-weight: 600;
    font-size:clamp(1rem,1.3vw,1.35rem);
    line-height:1.8;
    text-align: justify;
}

/* sobre */
#sobre{
    /* background-color: #bd815d; */
    width:100%;
    min-height:750px;
    display: flex;
    position:relative;
    overflow:hidden;
}

#sobre-left{
    /*width: 60%;*/
    /*height: 60vh;*/
    background-color: #bd815d;
    flex:3;
    padding:60px clamp(30px,5vw,70px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position:relative;
    z-index:2;
}

#sobre-left h1{
    margin: 0;
    font-weight: 700;
    color: white;
    text-shadow: 3px 3px 3px #4545458b;
    font-size:clamp(2.5rem,5vw,4.8rem);
    padding-left: 60px;
}

#sobre-texto{
    width:min(800px,100%);
    /*height: 40vh;*/
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 60px;
    gap: 20px;
}

#sobre-left p{
    margin: 0;
    font-weight: 700;
    color: white;
    text-align:justify;
    font-size:clamp(1.2rem,1.5vw,1.6rem);
}

#sobre-right{
    /*height: 60vh;*/
    /*width: 40%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex:2;
    gap:20px;
    padding: 20px;
}

#sobre-fotos-linha1{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

#sobre-fotos-linha2{
    display: flex;
    justify-content: space-evenly;
    gap:20px;
}

#sobre-right img{
    margin: 0;
    width:100%;
    max-width:150px;
    height:auto;
    object-fit:cover;
}

/* atendimento */
#atendimento{
    background-color: white;
    min-height:300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding:50px clamp(20px,5vw,70px);
    gap:25px;
}

#atendimento h2{
    margin: 0;
    font-weight: 700;
    color: #9e5f36;
    font-size:clamp(2rem,3vw,3rem);
}

#atendimento-beneficios{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap:10px;
    padding-left:24px;
    color: #9e5f36;
}

#atendimento-beneficios li{
    margin: 0;
    font-size:clamp(1.1rem,1.5vw,1.5rem);
    line-height:1.6;
}

/* faq */
#faq{
    position: relative;
    min-height:1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    padding:60px clamp(20px,5vw,70px);
    gap:45px;
}

#faq::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(imgs/backdrop-marrom.png);
    background-repeat: repeat;
    background-size: 560px;
    opacity: .3;
    z-index: 0;
}

#faq > *{
    position: relative;
    z-index: 1;
}

#faq h1{
    margin: 0;
    color: #9e5f36;
    font-weight: 700;
    font-size:clamp(2.3rem,5vw,4rem);
}

#faq-perguntas{
    /*height: 90vh;*/
    width:min(1200px,100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap:28px;
}

.faq-card{
    /*width: 100%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-card-titulo{
    margin: 0;
    width:100%;
    background-color: #bd815d;
    border-radius: 10px 10px 0 0;
    color: white;
    font-weight: 600;
    font-size:clamp(1rem,1.2vw,1.3rem);
    padding: 2px 0 2px 15px;
}

.faq-card-texto{
    margin: 0;
    /*height: fit-content;*/
    width:100%;
    background-color: white;
    border: 3px solid #bd815d;
    border-radius: 0 0 10px 10px;
    padding:20px;
    color: #9e5f36;
    font-size:clamp(1rem,1.15vw,1.25rem);
    text-align: justify;
    box-sizing:border-box;
}

/* locais */
#locais{
    background-color: white;
    min-height:550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    gap:45px;
}

#locais-header{
    display:flex;
    flex-direction:column;
    gap:15px;
}

#locais-header h1{
    margin: 0;
    color: white;
    font-weight: 600;
    font-size:clamp(2rem,3vw,3rem);
    background-color: #9e5f36;
    width: 100%;
    padding:15px;
}

#locais-header p{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(1rem,1.3vw,1.35rem);
    padding-left: 8px;
}

#locais-exemplos{
    width:min(1200px,100%);
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
    align-items:start;
}

.locais-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:12px;
}

.locais-img-clinica{
    width:100%;
    max-width:230px;
    height:auto;
    margin-bottom: 15px;
}

.locais-localizacao{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:6px;
}

.locais-pin{
    margin: 0;
}

.locais-cidade{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(1rem,1.2vw,1.3rem);
}

.locais-clinica{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(1rem,1.25vw,1.35rem);
    font-weight: 700;
}

.locais-texto{
    margin: 0;
    color: #9e5f36;
    font-size:clamp(.95rem,1.1vw,1.2rem);
    text-align: center;
}

#locais-img-teleconsulta{
    width:100%;
    max-width:230px;
    height:auto;
    margin-bottom: 15px;
}

.locais-block ul{
    margin:0;
    width:80%;
}

.locais-block li{
    margin: 0;
    color:#9e5f36;
    font-weight:600;
    font-size:clamp(.95rem,1.15vw,1.2rem);
}

/* logo */
#footer{
    background-color: #9e5f36;
    width: 100%;
    min-height:220px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer img{
    height:150px;
    width: auto;
}

#footer-references{
    gap:6px;
    width:260px;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
    padding-left: 20px;
}

.footer-links{
    font-size:clamp(.85rem,.95vw,1rem);
    color: white;
    margin: 0;
}

.footer-links a{
    font-size:clamp(.85rem,.95vw,1rem);
    text-decoration:none;
    color: white;
    margin: 0;
}

#blank{
    width:260px;
}

/* ================= MOBILE ================= */

@media screen and (max-width:768px){

    *{
        box-sizing: border-box;
    }

    body{
        padding-top: 72px;
    }

    /* header */
    #header{
        width:100%;
        min-height:72px;
        height:auto;
        padding:0 12px;
        display:flex;
        align-items:center;
    }
    
    .logo-desktop{
        display: none;
    }

    .logo-mobile{
        display:block;
        position:absolute;
        left:50%;
        transform:translateX(-50%);
        height:clamp(42px, 7vw, 58px);
        width:auto;
    }

    .sociais-img{
        height:clamp(32px, 6vw, 42px);
        width:auto;
    }

    #menu-btn{
        font-size: 0;
        gap: 0;
    }

    #seta{
        font-size:clamp(1.4rem, 5vw, 2rem);
    }

    /* rosto */
    #rosto{
        width:100%;
        min-height:calc(90vh - 72px);
        height:auto;
        padding:24px 0 32px;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:1.5rem;
    }

    .rosto-left{
        width:min(92%, 560px);
        order:2;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
        gap:1.25rem;
    }

    .rosto-right{
        width:min(92%, 560px);
        order:1;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    #rosto-foto-bruna{
        width:100%;
        height:clamp(300px, 50vw, 460px);
        object-fit:cover;
        object-position:center top;
        margin:0;
        border-radius: 12px;
    }

    .rosto-left-top{
        width: 100%;
    }

    .rosto-left-top h1{
        margin: 0;
        font-size:clamp(2.2rem, 7vw, 3.3rem);
        line-height:1.05;
    }

    .rosto-left-top h3{
        margin-top:.75rem;
        margin-left: 0;
        font-size:clamp(1rem, 3vw, 1.3rem);
        line-height:1.4;
    }

    .rosto-left-bottom{
        width:100%;
        min-height:60px;
        padding:12px 18px;
        border-radius:10px
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .rosto-left-bottom p{
        margin:0;
        font-size:clamp(.95rem, 2.8vw, 1.1rem);
        line-height:1.5;
        text-align:center;
    }

    /* formação */
    #formacao{
        min-height: 1100px;
        max-height: auto;
        border-width: 6px;
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
    }

    #formacao-titulo{
        font-size: clamp(2rem, 5vw, 2.6rem);
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #formacao-conteudo{
        padding: 0;
        margin: 0;
        gap: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        min-height: 980px;
    }

    #formacao-lista{
        width: 38%;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 980px;
    }

    #formacao-lista li{
        color: #9e5f36;
        font-size: clamp(1rem, 2.8vw, 1.35rem);
        line-height: 1.4;
        min-height: 120px;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    #formacao-imgs{
        width: 36%;
        min-width: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        min-height: 980px;
    }
    
    .formacao-img{
        width: 100%;
        min-width: 100px;
        max-width: 140px;
        height: auto;
        display: block;
        object-fit: cover;
    }

    /* texto */
    .texto{
        min-height: 90px;
        padding: 20px;
    }

    .texto h3{
        font-size: clamp(.95rem, 2.5vw, 1.1rem);
    }

    /* problemas */
    #problemas{
        min-height: 650px;
    }

    #problemas h1{
        margin-left: 0;
        text-align: center;
        font-size: clamp(2.2rem, 6vw, 3.3rem);
    }

    #problemas-exemplos{
        gap: 20px;
    }

    .problema-exemplo{
        font-size: clamp(1rem, 2.8vw, 1.3rem);
        min-height: 70px;
        padding: 0 0 0 20px;
    }

    #problemas-conclusao{
        font-size: clamp(1.2rem, 3vw, 1.6rem);
    }

    /* consulta */
    #consulta{
        min-height: 560px;
        justify-content: space-evenly;
    }

    #consulta-titulo{
        font-size: clamp(1rem, 2.8vw, 1.2rem);
        padding: 10px;
        margin-bottom: 0;
    }

    #consulta-bottom{
        flex-direction: column;
    }

    #consulta-estrutura{
        border: 6px solid #9e5f36;
        width: 90%;
        min-height: 220px;
        justify-content: flex-start;
    }

    #consulta-estrutura ul{
        width: 100%;
        margin: 0;
        padding: 10px 0 0 20px;
    }

    #consulta-estrutura li{
        font-size: clamp(.95rem, 2.5vw, 1.05rem);
        width: 100%;
    }

    #consulta img{
        margin: -30px -130px 0 0;
        height: clamp(140px, 24vw, 200px);
        width: auto;
    }

    /* sintomas */
    #sintomas{
        min-height: 1220px;
        padding: 0;
    }
    
    #sintomas-titulo{
        font-size: clamp(1.2rem, 3vw, 1.5rem);
        padding: 12px;
        text-align: center;
    }
    
    .sintomas-linha{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:18px;
    
        width:100%;
    }
    
    .sintoma-card{
        background:#F2CAB0;
        border-radius:10px;
        box-shadow:0 10px 20px rgba(0,0,0,.18);
        overflow:hidden;
    
        width:84%;
        height:90px;
    
        display:flex;
        flex-direction:row;
    }
    
    .sintoma-card img{
        flex:0 0 90px;
        width:90px;
        height:90px;
    
        object-fit:cover;
    
        border-radius:10px 0 0 10px;
    }
    
    .sintoma-card p{
        flex:1;
    
        margin:0;
        padding:0 15px;
    
        display:flex;
        align-items:center;
        justify-content:center;
    
        color:#9e5f36;
        font-weight:600;
    
        font-size:clamp(.9rem,2.6vw,1rem);
        line-height:1.3;
    
        text-align:center;
    }

    /* doenças */
    #doencas{
        min-height: 900px;
    }

    #doencas-top h1{
        font-size: clamp(1.4rem, 3.3vw, 2rem);
        text-align: center;
    }

    #doencas-top p{
        font-size: clamp(1rem, 2.8vw, 1.2rem);
        text-align: center;
    }

    #doencas-bottom{
        width:100%;
        display:flex;
        flex-direction:column;
        gap:16px;
    }

    .doencas-linha{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:16px;
    }

    .doenca-exemplo{
        width:90%;
        padding:16px 20px;
        font-size:clamp(1rem, 2.8vw, 1.3rem);
        text-align:center;
    }

    /* motivos */
    #motivos{
        min-height: 700px;
        padding: 0;
        justify-content: space-around;
        gap: 0;
    }
    
    #motivos-top{
        height: fit-content;
        gap: 0;
    }
    
    #motivos-top h2{
        font-size: clamp(1.6rem, 3.6vw, 2.2rem);
        text-align: center;
    }
    
    #motivos-top p{
        font-size: clamp(1rem, 2.8vw, 1.2rem);
        padding: 0;
        text-align: center;
        line-height: 1.2;
    }
    
    #motivos-bottom{
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 30px;
        padding: 0;
    }
    
    .motivos-linha{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .motivos-exemplo{
        width: 90%;
        min-height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        border-radius: 50px;
        text-align: center;
        font-size: clamp(1rem, 2.8vw, 1.3rem);
    }

    /* avaliação */
    #avaliacao{
        min-height: 140px;
    }

    #avaliacao h1{
        font-size: clamp(1.4rem, 3.5vw, 1.8rem);
    }

    #avaliacao-possibilidades{
        font-size: clamp(1rem, 2.7vw, 1.2rem);
    }

    /* procedimentos */
    #procedimentos{
        min-height: 650px;
        justify-content: space-evenly;
    }

    #procedimentos-top{
        padding: 0 10px 0 10px;
    }

    #procedimentos-top h1{
        font-size: clamp(2rem, 6vw, 3rem);
    }

    #procedimentos-top p{
        font-size: clamp(1rem, 2.8vw, 1.2rem);
        text-align: justify;
    }

    #procedimentos-middle{
        flex-direction: column;
    }

    #procedimentos-card{
        flex:none;
        min-width:0;
        width:100%;
        max-width:100%;
    }

    #procedimentos-exemplos-titulo{
        width: 70%;
        font-size: clamp(1rem, 2.6vw, 1.2rem);
    }

    #procedimentos-exemplos{
        width: 100%;
        min-height: 200px;
        padding: 20px 20px 20px 30px;
        border-radius: 0 15px 15px 15px;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    #procedimentos-exemplos li{
        font-size: clamp(.95rem, 2.8vw, 1.1rem);
        line-height: 1.5;
    }

    #procedimentos-video{
        height: clamp(180px, 20vw, 250px);
        width: clamp(180px, 20vw, 250px);
        margin-top: -40px;
        align-self: flex-end;
    }

    #procedimentos-conclusao{
        text-align: center;
        font-size: clamp(.95rem, 2.8vw, 1.1rem);
    }

    /* terapia */
    #terapia{
        min-height:auto;
        padding:30px 15px;
    }
    
    #terapia-box{
        width:100%;
    
        display:flex;
        flex-direction:column;
    
        gap:20px;
    }
    
    #terapia-top{
        display:flex;
        align-items:flex-start;
        gap:12px;
    }
    
    #terapia-video{
        width:42%;
        max-width:none;
        height:auto;
    
        grid-column:auto;
        grid-row:auto;
    
        flex-shrink:0;
    }
    
    #terapia-top p{
        grid-column:auto;
        flex:1;
        margin:0;
        font-size:clamp(1rem,3vw,1.2rem);
        line-height:1.4;
        text-align: justify;
        align-self: center;
    }
    
    #terapia-bottom{
        grid-column:auto;
        display:flex;
        flex-direction:column;
        gap:18px;
        margin:0;
    }
    
    #terapia-bottom p{
        margin:0;
        font-size:clamp(1rem,3vw,1.2rem);
        line-height:1.4;
        text-align: justify;
    }

    /* sobre */
    #sobre{
        min-height: 950px;
        flex-direction: column;
        background-color: #bd815d;
        justify-content: space-evenly;
    }

    #sobre-left{
        width: 100%;
        min-height: 500px;
        background-color: transparent;
    }

    #sobre-left::after{
        display: none;
    }

    #sobre-left h1{
        padding-left: 15px;
        font-size: clamp(2.2rem, 6vw, 3.2rem);
    }

    #sobre-texto{
        min-height: 400px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    #sobre-left p{
        font-size: clamp(1rem, 2.8vw, 1.2rem);
        text-align: justify;
        line-height: 1.6;
    }

    #sobre-right{
        background-color: white;
        width: 100%;
        min-height: 350px;
    }

    #sobre-fotos-linha1{
        padding: 0;
        gap: 30px;
        width: auto;
        justify-content: center;
    }

    #sobre-fotos-linha2{
        padding: 0;
    }

    #sobre-right img{
        height: clamp(110px, 20vw, 160px);
    }

    /* atendimento */
    #atendimento{
        min-height: auto;
        padding: 30px 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 18px;
    }
    
    #atendimento h2{
        margin: 0;
        text-align: center;
        font-size: clamp(1.5rem, 3.5vw, 2rem);
    }
    
    #atendimento-beneficios{
        width: 100%;
        margin: 0;
        padding-left: 22px;
        gap: 10px;
    }
    
    #atendimento-beneficios li{
        font-size: clamp(1rem, 2.8vw, 1.2rem);
        line-height: 1.45;
    }

    /* faq */
    #faq{
        min-height: 900px;
    }

    #faq h1{
        font-size: clamp(1.5rem, 3.6vw, 2rem);
        text-align: center;
    }

    #faq-perguntas{
        min-height: 1450px;
        gap: 0;
    }

    .faq-card-texto{
        text-align: justify;
    }

    /* locais */
    #locais{
        min-height: auto;
        padding: 20px 0;
    }
    
    #locais-header h1{
        font-size: clamp(1.5rem, 3.5vw, 2rem);
        text-align: center;
    }
    
    #locais-header p{
        text-align: center;
        font-size: clamp(1rem, 2.8vw, 1.2rem);
    }
    
    #locais-exemplos{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 40px;
    }
    
    .locais-block{
        width: 100%;
        max-width: 360px;
    }
    
    .locais-img-clinica,
    #locais-img-teleconsulta{
        width: 70%;
        max-width: 220px;
        height: auto;
    }
    
    .locais-block ul{
        width:100%;
        max-width:260px;
        padding-left:20px;
    }
    
    .locais-block li{
        font-size: clamp(.95rem, 2.8vw, 1.1rem);
        line-height: 1.5;
    }

    /* logo */
    #footer img{
       height: clamp(90px, 20vw, 140px);
    }

    .footer-links{
        font-size: clamp(.8rem, 2vw, .95rem);
    }

    .footer-links a{
         font-size: inherit;
    }
}