/* XS */
@media (max-width: 575.98px) {
}

/* SM */
@media (max-width: 767.98px) { 

    /* MENU */
    .wrap-menu{
        position: fixed;
        top: 110px;
        left:0;
        height: calc(100vh - 110px);
        width: 100vw;
        background: rgb(1, 41, 66, .95);
        z-index: 1050;
        overflow-y: auto;
        opacity: 0;
        pointer-events: none;
        padding-bottom: 40px;
        display: block!important;
        transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
    }

    .wrap-menu .wrap{
        height: 100%;
        background: #EEE8D8;
        overflow-y: auto;
    }

    .wrap-menu .item-menu .submenu{
        position: fixed;
        left: 0;
        top: 115px;
        height: 50vh;
        width: 100%;
        transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
        overflow-y: auto;
    }

    .wrap-menu .submenu.active{
        z-index: 1060;
        width: calc(100% - 40px);
        margin-left: 20px;
        text-align: center;
        top: 115px!important;
        /* border: 2px solid #C30000; */
        /* border-top-color: transparent; */
        transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }

    .wrap-menu .submenu .item-menu{
        line-height: 35px!important;
        height: auto!important;
        color: #012942;
        text-align: center!important;
    }

    .wrap-menu.active{
        opacity: 1;
        pointer-events: inherit;
        transition: all 0.2s cubic-bezier(0.605, 0, 0.345, 1.005);
    }

    .wrap-menu .item-menu{
        height: 50px;
        font-weight: 600;
    }

    /* INTRO */
    /* .wrap-intro{
        max-height: calc(100vh - 150px);
    } */

    .wrap-intro .wrap-form .wrap{
        width: 100%;
    }

    .wrap-intro .wrap-form .wrap h1{
        font-size: 1.5rem;
    }

    /* PAGES */
    .wrap-page .wrap-fotos .d-grid .item .overlay{
        font-size: 1.1rem;
    }

    /* IMOVEL */
    .wrap-imovel .wrap-preco .label-preco, .wrap-imovel .tipo{
        font-size: 1rem;
    }

    .wrap-imovel .wrap-proposta .formulario{
        max-width: 100%;
    }

    .wrap-imovel .wrap-proposta-chamada .text{
        font-size: 1rem;

    }
}

/* MD */
@media (max-width: 991.98px) {
    
}

/* LG */
@media (max-width: 1199.98px) { 

    body{
        margin-top: 110px;
    }        
}