@media (max-width: 768px){

nav {
    padding: 20px 10px;
}

nav .botao-profissional {
    display: none;
}

nav button.menu-mb {
        display: block;
        background-color: transparent;
        width: 20px;
        z-index: 99;
        height: 20px;
        position: relative;
    }

    nav button.menu-mb span {
        background-color: #000;
        position: absolute;
        border-radius: 5px;
        height: 4px;
        transition: all 0.3s;
    }

    nav button.menu-mb span.um {
        width: 25px;
        top: 4px;
        right: 0;
    }

    nav button.menu-mb span.dois {
        width: 30px;
        bottom: 3px;
        right: 0;
    }

    nav button.menu-mb.ativo span.um {
        width: 30px;
        top: 7px;
        right: -5px;
        transform: rotate(45deg);
    }

    nav button.menu-mb.ativo span.dois {
        width: 30px;
        bottom: 9px;
        right: -5px;
        transform: rotate(-45deg);
    }

    nav .options #menu {
        display: none;
    }
    
.carrossel .carrossel-item .imagem-slider img {
    position: inherit;
    transform: scale(1);
    -ms-transform-origin-y: 0%;
    z-index: 0;
}

.carrossel .carrossel-item .imagem-slider {
    position: absolute;
    z-index: 0;
    height: auto;
    transform: scale(0.5);
    right: 56%;
    top: 2%;
}
.carrossel .carrossel-item .imagem-slider img{
    z-index: 0;
}
.carrossel .carrossel-item h3 {
    margin-top: 10%;
    color: var(--verde);
    font-family: 'Rubik', serif;
    font-size: 20px;
    margin-left: 10%;
}
.carrossel .carrossel-item h1 {
    width: 100%;
    color: var(--azul);
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    margin-left: 10%;
    z-index: 99;
    position: relative;
    background-color: rgba(255,255,255,0.9);
}

.carrossel .carrossel-item .agendar {
    margin-left: 10%;
    z-index: 99;
}
    .um {
    height: auto;
        padding-bottom: 30px;

    }



    .dois {
    margin-left: 0%;
}
.dois .especialidades {
    margin: auto;
}
.tres {
    display: block;
    position: relative;
    background-color: var(--azul);
    color: var(--branco);
    filter: hue-rotate(0);
    min-height: 450px;
     height: auto;
     max-height: 10000px;
}
.tres .left {
    display: none;
}
.tres .right {
    width: 90%;
    margin-left: 10%;
    padding: 80px 0;
    max-height: 80%;
}
.tres .right .portal {
    background-color: var(--branco);
    border-radius: 40px;
    padding: 25px 10px;
    max-width: 90%;
    max-height: 90%;
}
.quatro .right img {
    height: 100%;
    display: none;
}
.quatro .left {
    padding: 30px 30px 30px 30px;
    width: 80%;
}
.quatro .left form .buttons .curriculo {
    background-color: #9BCCAF;
    font-family: 'Rubik', serif;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    width: 300px;
    transition: all 0.5s;
    font-size: 12px;
        margin-right: 10px;
}
.cinco {
    padding: 50px 0px;
    width: 100%;
    background-color: var(--azul);
}
.cinco .itensSlider {
    display: flex;
    margin-left: 10%;
    width: 80%;
    justify-content: center;
    align-items: center;
}


.mapa .content-mapa .title h2 {
    font-family: 'Rubik', serif;
    color: var(--branco);
    font-weight: 700;
    font-size: 25px;
}
.mapa .content-mapa .title {
    width: 200px;
    height: 60px;
}
.sete {
    padding: 50px 10px;
    background-color: #f9f9f9;
}    
.oito {
        padding: 10px 0px 100px 0px;
        background-color: #f9f9f9;
    }
.sete .contacts .contact {
 margin-right: 30px;
    text-decoration: none;
}
.sete .contacts .contact h6{
    font-family: 'Poppins', serif;
    font-size: 8px;
    color: #045573;
    font-weight: 600;
    margin: 20px 0;
}
.seis .left .btn-avaliacoes {
    display: none;
}
.dois .especialidades .especialidade-item .arrow{
    display: none;
}
.seis{
    background-image: url('');
    background: var(--azul);
    display: block;
    height: auto;
        padding: 50px 10px 40px 10px;

}
footer .footer-top {
    display:block;
        padding: 0px 10px 30px 10px;
    }
footer .footer-top .right {
    text-align: left;
}
footer .footer-bottom {
        display: block;
padding: 60px 10px 60px 10px;
}
footer .footer-bottom .right ul li {
    list-style-type: none;
    padding-left: 10px;
}
footer .footer-bottom .left p {
    margin-left: 10px;
}

    /** fim arquivo **/
}