*{
    margin: 0;
    border: 0;
    padding: 0;
}
/*Importação da fonte*/
@font-face {
    font-family: "Inter";
    src: url("fontes/Inter-Regular.ttf");
}
@font-face{
    font-family: "Inder";
    src: url("fontes/Inder-Regular.ttf");
}
/*Fundo roxo*/
.fundo_roxo{
    background-color: #9D6BFF;
    width: 98.4vw;
    height: 60vh;
    display: flex;
    flex-direction: row;
    border-bottom-right-radius: 2vw;
}
/*NAV CINTYA*/
header{
    position: relative;
    width: 82%;
    height: 57px;
    background-color: #FFFFFF;
    border-radius: 50px;
    margin-left: 9%;
    top: 39px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Inter";
    font-size: 20px;
}
  
.nav-title{
    width: 20%;
    height: 30px;
    margin: auto;
}
  
.nav-title a{
    text-decoration: none;
    color: #000000;
}
  
.title-purple{
    color: #9D6BFF;
}
  
.nav-elements{
    width: 60%;
    height: 30px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
  
.nav-elements a{
    text-decoration: none;
    color: #000000;
}
/*NAV
nav{
    width: 80vw;
    height: 10vh;
    margin-top: 5vh;
    margin-left: 2.5vw;
    border-radius: 2vw;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 10vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav a{
    text-decoration: none;
}
span{
    color: #9D6BFF;
}
.logo h1{
    font-family: "Inter";
    font-size: 3vh;
    color: #000;
}
.outras_opcoes{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 65vw;
    height: 10vh;
    border-bottom-right-radius: 2vw;
    border-top-right-radius: 2vw;
    margin-right: 2vw;
}
.opcao{
    width:5vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.opcao h1{
    font-family: "Inter";
    font-size: 3vh;
    color: #000;
}
.opcao a{
    text-decoration: none;
}
.opcao a:hover h1{
    color:#9D6BFF;
}/*
/*Perfil usuario*/
.perfil_usuario{
    width: 15.5vw;
    height: 40vh;
    background-color: #9D6BFF;
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -10vw;
}
.foto_usuario{
    width: 9vw;
    height: 15vh;
    background-color: #9D6BFF;
    margin-top: 3vh;
}
.foto_usuario img{
    width: 100%;
    height: 100%;
}
.nome_usuario{
    width:11vw;
    height: 5vh;
    background-color: #9D6BFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vh;
}
.nome_usuario p{
    color: #FFFFFF;
    font-family: "Inter";

}
.opcao_usuario{
    width: auto;
    height: 4vh;
    background-color: #9D6BFF;
    margin-top: 8vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.engrenagem{
    height: 4vh;
    width: 1.5vw;
    background-color: #9D6BFF;
}
.engrenagem img{
    width: 100%;
    height: 100%;
}

.editar_perfil{
    height: 4vh;
    width: auto;
    background-color: #9D6BFF;
    display: flex;
    align-items: flex-end;
}
.perfil_usuario a{
    text-decoration: none;
    color: white;
    font-family: "Inter";
    font-size: 2vh;
    
}
/*Conteudo do site*/
.container_conteudo{
    width: 98.4vw;
    height: 100vh;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
}
.fundo_cinza{
    width:70vw;
    height:auto;
    background-color: #ebebeb;
    margin-top: -30vh;
    margin-left: 5vw;
    border-top-right-radius: 2vw;
    border-top-left-radius: 2vw;
}

/*Area de filtros*/
.filtros{
    display: flex;
    flex-direction: row;
    margin-top: 6vh;
    width: 70vw;
    height: 8vh;
}
form{
    width:80vw;
    height: 8vh;
    background-color: #ebebeb;
    display: flex;
    flex-direction: row;

}
input{
    height: 8vh;
    margin-left: 3vw;
    width: 45vw;
    font-family: "Inter";
    border-radius: 2vh;
}
.botao_busca{
    cursor: pointer;
    height: 8vh;
    width: 5vw;
    border-radius: 2vh;
    background-color: #9D6BFF;
    color: #FFFFFF;
    margin-left: 14vw;
}
/*Conteudo_especialista*/
.conteudo_especialista{
    width: 70vw;
    height: 60vh;
    background-color: #ebebeb;
    margin-top: 6vh;
    display: flex;
    flex-direction: row;
}
.foto_horarios{
    margin-left: 3vw;
    width:20vw;
    height: 60vh;
    background-color: #ffffff;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto_do_especialista{
    width: 20vw;
    height: 35vh;
    background-color: #ffffff;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foto_especialista{
    width: 8vw;
    height: 15vh;
    margin-top: 2vh;
}

.foto_especialista img{
    width: 100%;
    height: 100%;
}

.descricao_especialista{
    width: 20vw;
    height: 7vh;
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.descricao_especialista h1{
    font-family: "Inter";
    font-size: 3vh;
    color: #9D6BFF;
}
.descricao_especialista p{
    font-family: "Inter";
    font-size: 2vh;
}
.botao_conhecer{
    width:9vw;
    height: 5vh;
    background-color: #56C62E;
    border-radius: 1vw;
    margin-top: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.botao_conhecer p{
    color: #FFFFFF;
    font-family: "Inter";
    font-size: 2vh;
}
.foto_do_especialista a{
    text-decoration: none;
}
.dias_semana{
    width: 20vw;
    height: 8vh;
    background-color: #9D6BFF;
    margin-top: 2vh;
    border: #000 0.1vh solid;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.dias_semana p{
    font-family: "Inter";
    color:#FFFFFF;
    font-size: 1.7vh;
}
.dias_semana a{
    text-decoration: none;
}
.dias_semana a:hover p{
    color: #56C62E;
}
.horarios_amostra{
    margin-top: 2vh;
    width: 20vw;
    height:14vh;
    background-color: #9D6BFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.horarios{
    width: 18vw;
    height:7vh;
    background-color: #c4c4c4;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hora{
    width:5vw;
    height: 7vh;
    background-color: #FFFFFF;
    border: #000 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hora p{
    font-family: "Inter";
    color: #000;
}
.horarios a{
    text-decoration: none;
}
.horarios a:hover .hora{
    background-color: #9D6BFF;
}
.horarios a:hover .hora p{
    color: #fff;
}
/*Conteudo especialista*/
.formacao_especialista{
    margin-left: 3vw;
    height: 60vh;
    width: 41vw;
    background-color: #FFFFFF;
    border-radius: 1vw;
}
.titulo_especialista{
    width: 39vw;
    height: 4vh;
    background-color: #ffffff;
    margin-top: 2vh;
    margin-left: 1vw;
    display: flex;
    align-items: center;
}
.titulo_especialista h1{
    font-family: "Inter";
    color: #9D6BFF;
    font-size: 3vh;
}
.youtube_idiomas{
    width: 39vw;
    height: 4vh;
    margin-top: 1vh;
    margin-left: 1vw;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.youtube{
    width: 15vw;
    height: 4vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
}
.icone_youtube{
    width:2.5vw;
    height: 4vh;
    background-color: #ffffff;
}
.icone_youtube img{
    width: 100%;
    height: 100%;
}
.nome_youtube{
    width: 13.3vw;
    margin-left: 0.2vw;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nome_youtube p{
    font-family: "Inter";

}
.idiomas{
    width: 23vw;
    height: 4vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.idiomas p{
    font-family: "Inter";
}
.tipo_consulta{
    width: 39vw;
    height: 8vh;
    margin-top: 1vh;
    margin-left: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 1vw;
    border: #000 0.1vh solid;
}
.tipos{
    width:15vw;
    height: 8vh;
    border-radius: 1vw;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tipos p{
    font-family: "Inter";
    color:#9D6BFF;
}
.tipo_consulta a{
    text-decoration: none;
}
.tipo_consulta a:hover .tipos{
    background-color: #9D6BFF;
}
.tipo_consulta a:hover .tipos p{
    color: #FFFFFF;
}
.secao_valor{
    width: 39vw;
    height: 6vh;
    margin-top: 1vh;
    margin-left: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #ffffff;
}
.secao_min{
    width: 12vw;
    height: 6vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.secao_min h1{
    font-size: 3vh;
    font-family: "Inter";
    color:#9D6BFF;
}
.secao_min p{
    font-size: 2vh;
    font-family: "Inter";
}
.botao_valor{
    width:6vw;
    height: 6vh;
    background-color: #9D6BFF;
    border-radius: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.botao_valor p{
    color: #fff;
    font-family: "Inter";
}
.secao_valor a{
    text-decoration: none;
}
.secao_valor a:hover .botao_valor{
    background-color: #FFFFFF;
}
.secao_valor a:hover .botao_valor p{
    color: #9D6BFF;
}
.especialidades_profissionais{
    width: 39vw;
    height: 15vh;
    margin-top: 1vh;
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
}
.titulo_especialidade{
    width: 39vw;
    height: 4vh;
    background-color: #ffffff;
}
.titulo_especialidade h1{
    font-size: 3vh;
    font-family: "Inter";
    color:#9D6BFF;
}
.conteudo_especialidade{
    width: 39vw;
    height: 11vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}
.conteudo_especialidade p{
    color: #000;
    font-family: "Inter";
    font-size: 2vh;

}
.descricao_profissional{
    width: 39vw;
    height: 15vh;
    margin-top: 1vh;
    margin-left: 1vw;
    display: flex;
    border-radius: 1vw;
    background-color: #ebebeb;
    border: #000 0.1vh solid;
}
.conteudo_descricao{
    width: 37vw;
    height: 13vh;
    margin-left: 1vw;
    margin-top: 1vh;
    background-color: #ebebeb;
}
.conteudo_descricao p{
    color: #000;
    font-family: "Inter";
    font-size: 2vh;

}

/*Menu acessibilidade*/
#acessibilidade{
    position: relative;
    width: 23.5%;
    height: auto;
    margin-left: 0vw;
    margin-top: 5vh;
}
  
.acessibilidade-box{
    background: #F6F6F6;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 106px;
    height: 89px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
  
.box-partition{
   display: flex;
   flex-direction: row;
   justify-content: space-evenly;
}
  
.acessibilidade-box p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #9D6BFF; 
}
/*NAV Carloto*/
.nav_responsiva {
    display:none;
    justify-content:space-around;
    align-items:center;
    font-family:Inter;
    background-color:#FFF;
    height:8vh;
    border-bottom:1px solid #AFAFAF;
}
  
.nav-list {
    list-style:none;
    display:none;
}

.nav-list.active {
    background-color:#FFF;
}
  
.nav-list li {
    letter-spacing:3px;
    margin-left:32px;
}

.nav-list ul {
    width:80vw;
    height:92vh;
}

.nav-list li a {
    text-decoration:none;
    color:#000;
}
  
.mobile-menu {
    display:none;
    cursor:pointer;
    margin-left:70vw;
}
  
.mobile-menu div {
    width:32px;
    height:2px;
    background:#ADADAD;
    margin:8px;
    transition:0.3s;
}
/*
.menu_acessibilidade{
    width: 18.5vw;
    height: 45vh;
    /*background-color: pink;
    margin-left: 3vw;
}
.opcoes_acessibilidade{
    width: 18.5vw;
    height: 12vh;
    margin-top: 3vh;
    /*background-color: aqua;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.opcao_acessivel{
    width: 9vw;
    height: 12vh;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1vw;
}
.icone_acessivel{
    width: 1.6vw;
    height: 3vh;
    margin-top: 3vh;
}
.icone_acessivel img{
    width: 100%;
    height: 100%;

}

.texto_acessivel{
    width: 8vw;
    height:3vh;
    /*background-color: blueviolet;
    margin-top: 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.texto_acessivel p{
    font-family: "Inter";
    font-size: 2vh;
    color: #9D6BFF;
    
}
.opcoes_acessibilidade a{
    text-decoration: none;
}
.opcoes_acessibilidade a:hover .opcao_acessivel{
    background-color: #9D6BFF;
}
.opcoes_acessibilidade a:hover .opcao_acessivel .texto_acessivel p{
    color:#FFFFFF;
}
*/
/*Perfil usuário celular*/
.perfil_usuario_responsivo{
    display: none;
}
/*Responsivo celular: */
@media only screen and (min-width: 319px) and (max-width: 767px) {
    header{
        display: none;
    }
    .container_conteudo{
        width: 96.3vw;
    }
    main{
        background-color: #FFFFFF;
    }
    /*NAV responsiva*/
    nav{
        width: 95.3vw;
        height:8.3vh;
        background-color: #FFFFFF;
        margin-top: 0;
        margin-left: 0;
        border-radius: 0;
    }
    /*NAV RESPONSIVO CARLOTO*/
    .nav_responsiva {
        display:flex;
    }

    .nav-list {
        position:absolute;
        top:8vh;
        right:0;
        width:200px;
        height:92vh;
        flex-direction:column;
        align-items:center;
        justify-content:space-around;
        transition:0.3s ease-in;
        display:flex;
    }

    .nav-list li {
        margin-left:0;
        opacity:0;
    }

    .mobile-menu {
        display:block;
        
    }
    
    .nav-list.active {
        z-index:10;
        transform: translateX(0);
    }
    
    @keyframes navLinkFade {
        from {
            opacity:0;
            transform:translateX(50px);
        }
        to {
            opacity:1;
            transform:translateX(0);
        }
    }
    
    .mobile-menu.active .line1 {
      transform:rotate(-45deg) translate(-8px, 8px);
    }
    
    .mobile-menu.active .line2 {
      opacity:0;
    }
    
    .mobile-menu.active .line3 {
      transform:rotate(45deg) translate(-5px, -7px);
    }
    .logo{
        display:none;
    }
    .outras_opcoes{
        display: none;
    }
    .perfil_usuario{
        display: none;
    }
    .logo{
        display: none;
    }
    .outras_opcoes{
        display: none;
    }
    .perfil_usuario{
        display: none;
    }
    .fundo_roxo{
        width: 96.3vw;
        background-color: #F3F3E9;
        border-bottom-right-radius: 0;
        display: flex;
        flex-direction: column;
    }
    /*Perfil usuário*/
    .perfil_usuario_responsivo{
        display: block;
        width: 96.3vw;
        height:10vh;
        background-color: #F3F3E9;
        display: flex;
        flex-direction: row;
    }
    .foto_usuario_responsivo{
        width: 11vw;
        height: 10vh;

    }
    .foto_usuario_responsivo img{
        width: 100%;
        height: 100%;
    }
    .nome_usuario_responsivo{
        width:81vw;
        height: 10vh;
        background-color: #F3F3E9;
        margin-left: 0.5vw;
        display: flex;
        align-items: center;
    }
    .nome_usuario_responsivo p{
        font-size: 3vh;
        color:#000;
        font-family: "Inter";
    }
    .menu_acessibilidade_mobile{
        position: fixed;
        width:5vw;
        height: 6vh;
        background-color: #F3F3E9;
        border-top-left-radius: 5vw;
        border-bottom-left-radius: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: 91vw;
        top: 35vh;
    }
    .opcoes_acessibilidade_responsivo1{
        display: none;
        width: 4vw;
        height: 4vh;
    }
    .opcoes_acessibilidade_responsivo1 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo2{
        display: none;
        width: 4vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo2 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo3{
        display: none;
        width: 4vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo3 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo4{
        display: none;
        width: 4vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo4 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo5{
        display: none;
        width: 4vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo5 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo6{
        display: none;
        width: 4vw;
        height: 4vh;
        margin-top: 2vh;
        cursor: pointer;
    }
    .opcoes_acessibilidade_responsivo6 img{
        width: 100%;
        height: 100%;
    }
    .icone_acessibilidade_mobile{
        display: block;
        width: 4vw;
        height: 4vh;
        background-color: #F3F3E9;
        margin-top: 0;
        margin-left: 1vw;
        cursor: pointer;

    }
    .icone_acessibilidade_mobile img{
        width:100%;
        height: 100%;
    }

    /*Menu responsivo*/
    #acessibilidade{
        display: none;
    }
    /*Filtro responsivo*/
    .filtros{
        width: 96.3vw;
        display: flex;
        justify-content: space-between;
        margin-top: 3vh;
        margin-left: 0;
    }
    form{
        width: 96.3vw;
        background-color: #F3F3E9;
    }
    input{
        width: 69vw;
    }
    .botao_busca{
        width: 15vw;
    }
    /*Conteudo site responsivo*/
    .fundo_cinza{
        width: 96.3vw;
        margin-left: 0;
        margin-top: -39vh;
        border-radius: 0;
        background-color: #F3F3E9;
        height: auto;
    }
    .conteudo_especialista{
        width: 96.3vw;
        height: 40vh;
        margin-top: 8vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F3F3E9;
    }
    .foto_horarios{
        width:50vw;
        height: 40vh;
        background-color: #FFFFFF;
    }
    .foto_do_especialista{
        width: 50vw;
        height: 40vh;
        background-color: #E4E4E4;
    }
    .foto_especialista{
        width: 20vw;
        height: 18vh;
    }
    .descricao_especialista{
        width: 40vw;
        background-color: #E4E4E4;
    }
    .botao_conhecer{
        margin-top: 2.5vh;
        width: 20vw;
    }
    .dias_semana{
        display: none;
    }
    .horarios_amostra{
        display: none;
    }
    .formacao_especialista{
        display: none;
    }
    

}
@media only screen and (min-width: 767px) and (max-width: 1023px) {
    header{
        display: none;
    }
    .container_conteudo{
        background-color: #9D6BFF;
        width: 50.5vw;
    }
    /*filtro*/
    main{
        background-color: burlywood;
        width: 97vw;
    }
    /*NAV responsiva*/
    nav{
        width: 97.3vw;
        height:8.3vh;
        background-color: #FFFFFF;
        margin-top: 0;
        margin-left: 0;
        border-radius: 0;
    }
    /*NAV RESPONSIVO CARLOTO*/
    .nav_responsiva {
        display:flex;
    }

    .nav-list {
        position:absolute;
        top:8vh;
        right:0;
        width:200px;
        height:92vh;
        flex-direction:column;
        align-items:center;
        justify-content:space-around;
        transition:0.3s ease-in;
        display:flex;
    }

    .nav-list li {
        margin-left:0;
        opacity:0;
    }

    .mobile-menu {
        display:block;
        
    }
    
    .nav-list.active {
        z-index:10;
        transform: translateX(0);
    }
    
    @keyframes navLinkFade {
        from {
            opacity:0;
            transform:translateX(50px);
        }
        to {
            opacity:1;
            transform:translateX(0);
        }
    }
    
    .mobile-menu.active .line1 {
      transform:rotate(-45deg) translate(-8px, 8px);
    }
    
    .mobile-menu.active .line2 {
      opacity:0;
    }
    
    .mobile-menu.active .line3 {
      transform:rotate(45deg) translate(-5px, -7px);
    }
    .logo{
        display:none;
    }
    .outras_opcoes{
        display: none;
    }
    .perfil_usuario{
        display: none;
    }
    .logo{
        display: none;
    }
    .outras_opcoes{
        display: none;
    }
    .perfil_usuario{
        display: none;
    }
    .fundo_roxo{
        background-color: #F3F3E9;
        border-bottom-right-radius: 0;
        display: flex;
        flex-direction: column;
        width: 97.5vw;
    }
    /*Perfil usuário*/
    .perfil_usuario_responsivo{
        display: block;
        width: 97.5vw;
        height:10vh;
        background-color: #F3F3E9;
        display: flex;
        flex-direction: row;
    }
    .foto_usuario_responsivo{
        width: 8vw;
        height: 10vh;
    }
    .foto_usuario_responsivo img{
        width: 100%;
        height: 100%;
    }
    .nome_usuario_responsivo{
        width:84vw;
        height: 10vh;
        background-color: #F3F3E9;
        margin-left: 0.5vw;
        display: flex;
        align-items: center;
    }
    .nome_usuario_responsivo p{
        font-size: 3vh;
        color:#000;
        font-family: "Inter";
    }
     .menu_acessibilidade_mobile{
        position: fixed;
        width:4vw;
        height: 5vh;
        background-color: #F3F3E9;
        border-top-left-radius: 5vw;
        border-bottom-left-radius: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: 93vw;
        top: 35vh;
    }
    .opcoes_acessibilidade_responsivo1{
        display: none;
        width: 3vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo1 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo2{
        display: none;
        width: 3vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo2 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo3{
        display: none;
        width: 3vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo3 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo4{
        display: none;
        width: 3vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo4 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo5{
        display: none;
        width: 3vw;
        height: 4vh;
        margin-top: 2vh;
    }
    .opcoes_acessibilidade_responsivo5 img{
        width: 100%;
        height: 100%;
    }
    .opcoes_acessibilidade_responsivo6{
        display: none;
        width: 3vw;
        height: 4vh;
        margin-top: 2vh;
        cursor: pointer;
    }
    .opcoes_acessibilidade_responsivo6 img{
        width: 100%;
        height: 100%;
    }
    .icone_acessibilidade_mobile{
        display: block;
        width: 3vw;
        height: 4vh;
        background-color: #F3F3E9;
        margin-top: 0;
        margin-left: 1vw;
        cursor: pointer;

    }
    .icone_acessibilidade_mobile img{
        width:100%;
        height: 100%;
    }
    /*Menu responsivo*/
    #acessibilidade{
        display: none;
    }
    /*Filtro responsivo*/
    .filtros{
        width: 97.5vw;
        display: flex;
        justify-content: space-between;
        margin-top: 3vh;
        background-color: #F3F3E9;
    }
    form{
        width: 97.5vw;
        background-color: #F3F3E9;
    }
    input{
        width: 69vw;
    }
    .botao_busca{
        width: 10vw;
    }
    /*Conteudo site responsivo*/
    .fundo_cinza{
        width: 97.5vw;
        margin-left: 0;
        margin-top: -39vh;
        border-radius: 0;
        background-color: #F3F3E9;
        height: auto;
    }
    .conteudo_especialista{
        width: 97.5vw;
        height: 50vh;
        margin-top: 8vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #F3F3E9;
    }
    .foto_horarios{
        width:50vw;
        height: 50vh;
        background-color: #000;
    }
    .foto_do_especialista{
        width: 50vw;
        height: 50vh;
        margin-top: 0vh;
        background-color: #E4E4E4;
    }
    .foto_especialista{
        width: 20vw;
        height: 25vh;
        margin-top: 2vh;
    }
    .descricao_especialista{
        width: 40vw;
        margin-top: 3vh;
        background-color: #E4E4E4;
    }
    .botao_conhecer{
        margin-top: 3vh;
        width: 20vw;
    }
    .dias_semana{
        display: none;
    }
    .horarios_amostra{
        display: none;
    }
    .formacao_especialista{
        display: none;
    }

}
