@media (min-width: 768px) and (max-width: 1023px){


nav .options ul{
    display: none;
}

nav .botao-profissional {
    display: none;
}

nav button.menu-mb {
        display: block;
        background-color: transparent;
        width: 20px;
        height: 20px;
        position: relative;
    }

    nav button.menu-mb span {
        background-color: #4c5d51;
        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 {
    position: absolute;
    z-index: 0;
    height: auto;
    transform: scale(0.7);
    right: 48%;
    top: -12%;
}
.um {
    display: flex;
    position: relative;
    height: 35vh;
    background: rgb(245, 245, 245);
    background: radial-gradient(circle, rgba(245, 245, 245, 1) 0%, rgba(249, 249, 249, 1) 100%);
}
.carrossel .carrossel-item h1 {
    width: 100%;
    color: var(--azul);
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    margin-left: 10%;
    margin-bottom: -5px;
    margin-top: -5px;
}
.carrossel .carrossel-item h3 {
    margin-top: 20%;
    color: var(--verde);
    font-family: 'Rubik', serif;
    font-size: 20px;
    margin-left: 10%;
}
.carrossel .carrossel-item .agendar {
    display: flex;
    background-color: var(--azul);
    font-family: 'Rubik', serif;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    height: 60px;
    color: var(--branco);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10%;
    position: inherit;
    margin-top: 5%;
    margin-bottom: 5%;
    transition: all 1s ease-out;
}

.dois .especialidades {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
    align-items: center;
    justify-content: space-evenly;
}
.dois {
    z-index: 30;
    position: relative;
    z-index: 3;
    width: 100vw;
    margin-left: 0;
    height: auto;
    min-height: 500px;
    padding-bottom: 60px;
    background-color: #fff;
    filter: hue-rotate(0);
}



.dois .especialidades .especialidade-item {
    display: flex;
    background-color: #f9f9f9;
    font-family: 'Rubik', serif;
    text-decoration: none;
    color: #045573;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
    border-radius: 55px;
    min-width: 27%;
    max-width: 300px;
    width: 300px;
    padding: 20px;
    margin: 20px;
    border: 2px solid #70a887;
    transition: all 0.5s;
}


    .tres .right .portal {
        background-color: var(--branco);
        border-radius: 20px;
        /* padding: 10px 10px; */
        max-width: 90%;
        max-height: 100%;
        margin-right: 30px;
    }

.quatro .left {
    padding: 30px 30px 30px 50px;
    width: 55%;
    background: rgba(245, 245, 245, 0.5);
    z-index: 999;
}

.quatro .right {
    display: flex;
    justify-content: flex-end;
    margin-left: -4%;
}
.quatro {
    
background: #dfd9d2;
}
.cinco {
    padding: 50px 50px;
    width: 100%;
    background-color: var(--azul);
}

.quatro .left form .buttons .curriculo {
    margin-right: 10px;
}
.cinco .itensSlider .item .card {
    padding: 15px;
}
.cinco .itensSlider .item .card h4 {
    font-size: 15px;
}
.seis {
    display: block;
    background: #e0e0e0;
     padding: 0 0 0 0;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: none;
}
    .seis .right .itens-depoimento .item {
        max-width: 300px;
        margin-right: 60px;
    }
    .seis .right .itens-depoimento {
        display: block;
        margin: auto;
        padding: 0 50px 30px 50px;
    }
.seis .left .btn-avaliacoes {
    display: none;
}
.seis .left {
    display: flex;
    /* flex-direction: column; */
    margin-right:0;
    justify-content: center;
}

.sete {
    padding: 50px 20px;
}
footer .footer-top {
    padding: 100px 50px 30px 50px;
}
footer .footer-bottom {
    padding: 30px 50px 30px 50px;
}
    /** fim arquivo **/
}