@media(max-width: 1023px){


    .hide-for-mobile{
        display: none;
    }

    .menu-mobile img {
        width: 190px;
    }
    
    .menu-mobile {padding: 20px;Z-INDEX: 199;position: relative;display: flex !important;align-items: center;justify-content: space-between;}

    .mobile-only{
        display: block;
    }

    .MenuChef[data-scheme=black] {
        background-color: #854f99!important;
        background-color: var(--MenuChef-scheme-bgcolor, #854f99) !important;
        background-color: var(--MenuChef-scheme-bgcolor, #854f99eb) !important;
    }

    .MenuChef[data-scheme=black] .MenuChef-links-link {
        color: #fff !important;
        color: var(--MenuChef-scheme-color, #fff ) !important;
    }

    .hamburger-box {
        margin-top: 14px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #fff !important;
    }

    .is-active .hamburger-inner, .is-active .hamburger-inner::before,  .is-active .hamburger-inner::after {
        background-color: #fff !important;
    }

    .MenuChefOpen, .MenuChef-close {
        display: block !important;
        right: 0 !important;
        top: 20px !important;
    }


    #banner {
        background: #fff url(../imagens/bg.jpg) no-repeat -620px top;
        padding: 160px 0 20px;
        margin-top: -160px;
        background-size: 1400PX;
    }

    #banner .title {
        margin-top: 20px;
    }

    .section {
        padding: 30px 0px 40px;
    }

    .quem-somos-imagens {
        display: none;
    }

    .quem-somos-img-grande {
        width: 450px !important;
        margin-left: -50px;
    }

    .quem-somos-img-pequena {
        bottom: 40px;
        left: 10px;
        display: none;
    }

    .quem-somos-img-media {
        top: 30px;
        right: 10px;
        display: none;
    }

    .quem-somos-imagens {
        /* margin-bottom: 30px; */
        order: 2;
        /* margin-top: 80px; */
        /*display: none;*/
    }

    .btn-center {
        flex-wrap: wrap;
        margin-top: 40px;
        align-items: center;
    }

    .btn-center > .btn + .btn {
        margin-left: 10px;
        margin-top: 10px;
    }

    .modalidade {
        height: 340px;
        margin-bottom: 30px;
    }

    .modalidade-img {
        height: unset;
    }

    .modalidade-conteudo {
        padding: 20px 10px;
    }

    .titulo-modalidade {
        font-size: 18px;
    }

    .modalidades-lista {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        padding: 10px;
    }

    #unidades {
        padding: 100px 0 0;
    }
    .unidades-lista {
        margin-bottom: 50px;
    }

    #fale-conosco {
        padding: 70px 0 0px;
    }

    .porque {
        flex-direction: column;
    }

    .porque img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .porque span {
        margin-bottom: 5px;
        display: block;
    }

    #depoimentos {
        padding: 150px 0 30px;
        margin-top: -80px;
    }

    .imagem-mulher {
        display: none;
    }

    .seguradoras-container{
        -webkit-box-shadow: 0px 0px 10px -1px #00000054;
        box-shadow: 0px 0px 10px -1px #00000054;
        justify-content: space-between;
    }

    .footer-top-item {
        margin-bottom: 30px;
    }

    .titulo-section span:after {
        display: none;
    }

    .titulo-section-menor {
        margin-bottom: 10px;
    }

    #vantagens {
        background-size: cover;
    }

    .vantagens-lista {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .vantagens-item {
        flex: 0 0 50%;
        margin: 30px 0;
    }

    .vantagens-item + .vantagens-item {
        margin-left: 0;
    }

    .logo-footer {
        display: none;
    }    

    #quem-somos {
        padding: 20px 0 50px;
        margin-top: -40px;
    }

    #vantagens {
        margin-bottom: 0;
    }

    .quem-somos-conteudo {
        margin-top: 25px;
    }

    .vantagens-item:after {
        display: none;
    }

    .depoimento {
        height: 334px;
    }

    .marcas-slide.owl-theme .owl-nav {
        width: 130%;
        left: -15%;
        top: -35%;
    }

    section#instagram {
        padding: 50px 0 0px;
        margin-top: 0;
    }

    .footer-top {
        padding: 50px 0 0px;
    }

    .footer-bottom {
        flex-direction: column;
        padding-bottom: 70px;
    }

    .footer-bottom img{
        margin-top: 20px;
    }

    body {
        /* background: #fff url(../imagens/bg.png) no-repeat -950px top; */
        /* background-size: 1400px; */
    }

    .marcas-slide.owl-carousel .owl-item img {
        height: unset;
        width: 120px;
    }

    .title {
        font-size: 34px;
        line-height: 30px;
    }

    .friends-vantagens {
        grid-template-columns: repeat(1, 1fr);
    }

    .btn-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-left .btn + .btn {
        margin-left: 0px;
        margin-top: 10px;
    }

    .contato-imagem {
        display: none;
    }

    section#fale-conosco {
        padding: 90px 0 50px;
    }

    form#form-contato {
        padding: 0 10px;
    }

    .btn-menu-mobile .btn {
        /* border-radius: 50%; */
        padding: 0 30px;
        margin-left: 5px;
        border-width: 2px;
        animation: pulse 3s infinite;
        line-height: 20px;
    }
    
    .btn-menu-mobile {
        margin-right: 60px;
        margin-top: 0;
    }

    .quem-somos-flutuante-pequeno {
        top: -30px;
        left: 20px;
        width: 45px;
    }
    
    .quem-somos-flutuante-medio {
        top: -70px;
        right: 0px;
        z-index: 2;
        width: 60px;
    }

    .quem-somos-flutuante-maior {
        bottom: 0;
        left: 130px;
        z-index: 4;
        width: 100px;
    }

    .agenda-box {
        margin-top: 50px;
        border-radius: 25px;
        padding: 25px 20px;
    }

    .search-exams {
        width: 100%;
    }
    
    .exames-lista {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px 10px;
        max-height: 385px;
    }

    .exame {
        padding: 20px 10px;
        width: 164px;
    }
    .exame h4 {
        font-size: 13px;
        word-wrap: anywhere;
    }

    .quem-somos-texto {
        margin-top: 50px;
    }

    .unidades-imagem img {
        margin-top: 0;
        display: none;
    }
    
    .unidades-slide .owl-nav {
        top: 100%;
        justify-content: center;
    }
    
    .unidades-lista {
        margin-bottom: 100px;
    }

    .form-contato-box:after{
        display: none;
    }

}

@media (max-width: 400px){

    .marcas-slide.owl-theme .owl-nav {
        width: 136%;
        left: -18%;
        top: -45%;
    }

    .marcas-slide.owl-carousel .owl-item img {
        width: 100px;
    }

    #banner {
        padding: 150px 0 20px;
    }

    .title {
        font-size: 26px;
    }
    
    .banner-texto p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    
    .banner-texto a {
        margin-top: 10px;
    }

    .search-exams{
        margin-top: 25px;
    }

    .exames-lista{
        margin-top: 25px;
    }
    section#atividades{
        padding-top: 0;
    }

    .form-contato-box{

        padding: 30px;
    }
}