/*Estilos Gerais*/
@font-face {
    font-family: 'Grold';
    src: url(../img/Grold-Regular.ttf);
 }
 @font-face {
    font-family: 'Grold-Bold';
    src: url(../img/Grold-Bold.otf);
 }
 @font-face {
    font-family: 'Grold-Semi';
    src: url(../img/Grold-SemiLight.otf);
 }
 :root{
    --color-light:#f28aab;
    --color-hard:#8a1d42;
 }
*{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: 'Grold';
    overflow: hidden;
    box-sizing: border-box;
}
body,html{
    position: absolute;
    top: 0;
    overflow-y: auto;
}
.area{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.area_interna{
    width: 100vw;
    max-width: 1200px;
    height: 100%;
}
.area_interna_full{
    width: 100vw;
    max-width: 2400px;
    height: 100%;
}
/*Estilos gerais do SlideShow*/
.slideshow{
    width: 100vw;
}
.slideshow .area_interna,.slideshow .area_interna_full{
    height: 100%;
}
.slideshow .area_interna .slider,.slideshow .area_interna_full .slider{
    height: 100%;
    display: flex;
    width: 4000vw;
    transition: linear 0.7s;
}
.slideshow .area_interna .slider .slide,.slideshow .area_interna_full .slider .slide{
    height: 100%;
    width: 100vw;
    max-width: 2400px;
}
.slideshow .controles_slides{
    position: absolute;
    display: flex;
    justify-content: center;
    height: 30px;
    left: calc(50% - 60px);
    bottom: 150px;
}
.slideshow .controle_slide{
    cursor: pointer;
    width: 15px;
    height: 6px;
    border-radius: 3px;
    z-index: 90;
    transition: linear 0.7s;
    margin: 0 10px;
    background-color: var(--color-light);
}
.slideshow .controle_slide.active{
    width:40px;
    background-color: var(--color-hard);
}
.slideshow .controles_slides_setas{
    width: 96%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-left: 2%;
}
.slideshow .controles_slides_setas > div {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slideshow .controles_slides_setas img {
    width: 10px;
    height: 13px;
}
/*Estilos do Menu*/
.menu{
    background-color: rgba(255, 255, 255, 0.55);
    position: fixed;
    z-index: 99;
    padding: 0 30px;
}
.menu .area_interna{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu .menu_mobile img{
    width: 40px;
    height: 40px;
}
.menu .menu_mobile{
    display: none;
    justify-content: center;
    align-items: center;
}
.menu .logo{
    display: flex;
    align-items: center;
    overflow: visible;
}
.menu .logo,.menu .logo img{
    display: flex;
    align-items: center;
    overflow: visible;
    width: 150px;
    height: 70px;
}
.menu .lista_menu{
    display: flex;
    align-items: center;
    flex: 1;
}
.menu .lista_menu ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.menu .lista_menu ul a{
    text-transform: uppercase;
    text-decoration: none;
    color: var(--color-hard);
}
.menu .midias_sociais{
    display: flex;
    align-items: center;
}
.menu .midias_sociais a{
    margin-left: 10px;
}
/*Estilos do SlideShow1*/
.slideshow1{
    height: 41vw;
    max-height: 999px;
    margin-top: 100px;
    position: relative;
    overflow: visible;
}
.slideshow1 .controles_slides{
    bottom: 150px;
}
.slideshow1 .area_interna_full #slider1 .slide{
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.slideshow1 .area_interna_full #slider1 .slide:first-child{
    background-image: url(../img/banner1.jpg);
}
.slideshow1 .area_interna_full #slider1 .slide:nth-child(2){
    background-image: url(../img/banner2.jpg);
}
.slideshow1 .area_interna_full #slider1 .slide:nth-child(3){
    background-image: url(../img/banner3.jpg);
}
/*SlideShow2(Interno ao 1)*/
.slideshow1 .area_interna_full .slideshow2{
    position: absolute;
    left: calc(50% - 600px);
    bottom: -200px;
    height: 350px;
}
.slideshow1 .area_interna_full .slideshow2 .controles_slides_setas{
    width: 93%;
    margin-left: calc(7% / 2);
    height: 60px;
    top: calc(50% - 50px);
}
.slideshow1 .area_interna_full .slideshow2 .controles_slides_setas .setas_s2{
    background-color: var(--color-hard);
    width: 20px;
    height: 60px;
    border-radius: 10px;
}
.slideshow1 .area_interna_full .slideshow2 .slider .slide{
    max-width: 300px;    
    max-height: 300px; 
    width: 25vw;
    height: 25vw;
    background-color: white;
    margin: 0 50px;
    border-radius: 30px;
    box-shadow: 0 30px 30px #ccc;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.slideshow1 .area_interna_full .slideshow2 .slider .slide img{
    width: 40%;
    height: 40%;
}
.slideshow1 .area_interna_full .slideshow2 .slider .slide span{
    display: block;
    text-align: center;
    color: var(--color-light);
    font-size: 23px;
    font-family: 'Grold-Bold';
}
.slideshow1 .slideshow2 .controles_slides{
    bottom: 0;
}
.slideshow1 .slideshow2 .controles_slides{
    left: calc(50% - 135px);
}
.slideshow1 .slideshow2 .controles_slides .slide2_8 , .slideshow1 .slideshow2 .controles_slides .slide2_9{
    display: none;
}
/*Sessão Formação Academica*/
.formacao{
    margin-top: 200px;
    height: 700px;
}
.formacao .area_interna{
    display: flex;
    padding: 30px 0;
}
.formacao .area_interna .texto{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.formacao .area_interna .texto img{
    display: none;
}
.formacao .area_interna .texto .title{
    color: var(--color-light);
    font-size: 42px;
    line-height: 57px;
    font-family: 'Grold-Bold';
}
.formacao .area_interna .texto .title h1 span{
    color: var(--color-hard);
    font-family: 'Grold-Semi';
}
.formacao .area_interna .texto .text{
    color: #6d5d5d;
    width: 70%;
}
.formacao .area_interna .texto button{
    width: 300px;
    height: 40px;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    background-color: var(--color-hard);
}
.formacao .area_interna .imagem{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formacao .area_interna .imagem img{
    width: 500px;
    height: 500px;
}
/*Sessão Contato WhatsApp*/
.whatsapp{
    height: 40vw;
    max-height: 969px;
}
.whatsapp .area_interna_full{
    background-image: url(../img/banner_whatsapp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
/*Sessão Clinica*/
.clinica{
    height: 700px;
}
.clinica .area_interna{
    display: flex;
    padding: 50px 0;
}
.clinica .area_interna .texto{
    width: 42%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.clinica .area_interna .texto img{
    display: none;
}
.clinica .area_interna .texto .title{
    color: var(--color-light);
    font-size: 42px;
    line-height: 57px;
    font-family: 'Grold-Bold';
}
.clinica .area_interna .texto .title h1 span{
    color: var(--color-hard);
    font-family: 'Grold-Semi';
}
.clinica .area_interna .texto .text{
    color: #878787;
    width: 60%;
    font-size: 18px;
}
.clinica .area_interna .texto button{
    width: 300px;
    height: 40px;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    background-color: var(--color-hard);
    cursor: pointer;
}
.clinica .area_interna .imagem{
    width: 58%;
    height: 100%;
    display: flex;
    align-items: center;
}
.clinica .area_interna .imagem img{
    width: 500px;
    height: 500px;
}
/*Area Onde Estamos*/
.onde_estamos{
    max-height: 840px;
    min-height: 600px;
    height: 35vw;
    background-color: white;
}
.onde_estamos .area_interna{
    max-width: 2400px;
    height: 100%;
    width: 100vw;
    overflow: hidden;
    background-image: url('../img/mapa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.onde_estamos .area_interna .area_interna_util{
    max-width: 1200px;
    width: 100vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco{
    height: 380px;
    width: 300px ;
    background-color: white;
    margin-left: 5%;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco .rua{
    color: var(--color-hard);
    margin-left: 20px;
    font-size: 50px;
    font-family: 'Grold-Bold';
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco .numero{
    color: #adadad ;
    margin-left: 20px;
    font-size: 25px;
    font-size: 1.67rem;
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco .cidade{
    color: var(--color-light) ;
    margin-left: 20px;
    font-size: 23px;
    font-family: 'Grold-Bold';
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco .uber{
    color: #868686 ;
    margin-left: 20px;
    font-size: 20px;
    font-size: 1.34rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco .uber img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.onde_estamos .area_interna .area_interna_util .caixa_endereco .entre_contato{
    width: 80%;
    height: 50px;
    border-radius: 25px;
    border: 2px solid var(--color-hard);
    background-color: var(--color-hard);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin: 0 auto;
}
/*Footer*/
.footer{
    height: 434px;
}
.footer .area_interna{
    max-width: 2400px;
    max-height: 630px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    background-image: url("../img/banner_footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}
.footer .area_interna .area_interna_util{
    max-width: 1200px;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer .area_interna .area_interna_util > div{
    width: 100%;
    display: flex;
    align-items: center;
}
.footer .area_interna .area_interna_util .contatos{
    flex:4;
    display: flex;
    justify-content: space-around;
}
.footer .area_interna .area_interna_util .contatos > div{
    width: 28%;
    height: 100%;
}
.footer .area_interna .area_interna_util .contatos h1.titulo{
    color: white;
    font-size: 40px;
    height: 120px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.footer .area_interna .area_interna_util .conteudo{
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: var(--color-light);
    text-decoration: none;
}
.footer .area_interna .area_interna_util .redes_sociais .conteudo{
    margin-bottom: 40px;
}
.footer .area_interna .area_interna_util .conteudo img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.footer .area_interna .area_interna_util .logo{
    max-height: 100px;
    max-height: 70%;
    max-width: 351px;
    min-width: 170px;
    width: 30vw;
    margin-left: 30px;
}
.footer .creditos{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    color: var(--color-light);
}
.footer .creditos > div:first-child{
    cursor: pointer;
}
/*Galeria de fotos*/
iframe{
    z-index: 99;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
/*Botão Fechar iframe*/
.fecha_iframe{
    z-index: 99;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(255, 0, 0, 0.45);
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: white;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-radius: 0 0 0 5px;
}
.fecha_iframe span{
    width: 100%;
    text-align: center;
}