@media(max-width: 1023px){
    .title {
        font-size: 28px;
    }

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

    .header-top-left div {
        display: none;
    }

    .header-top-right div {
        display: none;
    }

    .header-top-item + .header-top-item {
        margin-left: 10px;
    }

    .sobre-texto {
        margin-top: 20px;
    }

    section#procedimentos {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .procedimento{
        width: 250px;
        min-height: 330px;
        /*justify-content: center;*/
        justify-content: initial;
    }
    .procedimentos .owl-item{
        display: flex;
        justify-content: center;
    }

    .procedimentos {
        margin-top: 20px;
    }

    .procedimento-container .title,
    .procedimento-container p {
        text-align: initial;
    }

    /*--------*/
    section#locais {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .local{
        width: 250px;
        /* min-height: 330px; */
        /*justify-content: center;*/
        justify-content: initial;
    }
    .locais .owl-item{
        display: flex;
        justify-content: center;
    }

    .locais {
        margin-top: 20px;
    }

    .local-container .title,
    .local-container p {
        text-align: initial;
    }

    section#termos-e-orientacoes {
        padding-top: 0;
    }

    .equipamento-imagem {
        margin-top: 40px;
        text-align: center;
    }

    .equipamento-imagem img {
        width: 10rem;
    }

    .termos-container {
        margin-top: 40px;
    }

    .no-padding-right{
        padding-right: 15px;
        padding: 0;
    }

    .no-padding-left{
        padding-left: 15px;
        padding: 0;
    }

    .form-agendamento {
        margin-top: 20px;
    }

    section#pre-agendamento .container {
        height: 695px;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    footer {
        margin-top: -180px;
    }

    .footer-top {
        padding: 55px 0 10px;
        margin-top: 85px;
    }

    .footer-texto > p {
        display: none;
    }

    .redes-sociais a div {
        /* display: none; */
    }

    .redes-sociais {
        margin-top: 20px;
        margin: 20px auto 20px;
    }

    .footer-texto .title {
        font-size: 25px;
        /* display: none; */
    }

    .footer-bottom .container {
        flex-direction: column;
    }


    .menu-mobile img {
        width: 230px;
    }

    .menu-mobile {padding: 20px;Z-INDEX: 199;position: absolute;display: flex !important;align-items: center;justify-content: space-between; top: unset;}

    .mobile-only{
        display: block;
    }

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

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

    .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 {
        display: block !important;
        right: 0 !important;
        top: 100px !important;
    }

    /* .MenuChefOpen.is-active {
        display: block !important;
        right: 0 !important;
        top: 15px !important;
    } */

    /* .banner {
        background-size: cover;
        background-position: -780px;
    } */

    /* .side-controls{
        display: none;
    } */

    .banner{
        background-position: -970px -20px !important;
        padding-bottom: 200px;
    }

    .side-controls {
        bottom: unset;
        top: 130px;
        display: none;
    }

    .side-controls button {
        font-size: 24px;
    }

    .banner-texto .title-white {
        color: #fff;
        font-size: 1.6rem;
    }

    .banner-texto {
        margin-top: -10px;
        width: 240px;
    }

    .subtitle {
        bottom: -90px;
    }

    .procedimento h4 {
        font-size: 16px;
        /* margin-top: auto; */
    }

    .procedimento img {
        width: 80px !important;
    }

    .pre-agendamento-btn {
        padding: 0;
    }

    .footer-texto {
        margin-top: 20px;
        padding: 0 30px;
    }

    .redes-sociais a {
        line-height: 20px;
    }

    .redes-sociais div span {
        display: none;
    }

    .redes-sociais div p {
        font-weight: 400;
        font-size: 10px;
        margin-top: 0;
    }



}

@media(max-width: 400px){

}

@media(max-width:768px){
    .menu-mobile {
        pointer-events: none;
    }
    .MenuChef {
        z-index: 99;
    }
    .MenuChefOpen.is-active, .is-active.MenuChef-close {
        position: fixed;
        top: 20px !important;
    }
    .agendarVisita-header img{
        width: 30px;
    }
}

@media(max-width: 1380px){
    .agendarVisita.open{
        top:0px;
    }
}
