.menu-wrap,
#open-button {
    display: none;


}

.lightSlider.lsGrab>* {
    /* cursor: grab; */
    cursor: pointer !important;
}


#busca_venda_aluga .form-group {
    margin-bottom: 15px;
}

#content2 {
    margin-top: 40px;
    width: 100%;

}


.menu-plenitude {
    color: white !important;
    text-decoration: none !important;
    border: 0;
    text-align: center;
    display: inline-flex;

}

.menuplenitude {
    text-align: center;
    /* line-height: .8; */

}

.menu-plenitude li {
    height: auto;
    width: auto !important;
    border-radius: 0;
    float: left !important;
    margin: 0px 3px !important;

}

.menu-plenitude li a {

    background-color: rgba(29, 127, 32, 0.9);
    opacity: 0.9;
    color: white;
    border-radius: 0 !important;
    display: block;
    padding: 16px 20px;
}

.menu-plenitude li.active a {
    background-color: #eeebeb !important;
    border-radius: 0;
    color: black;

}

.menu-plenitude li a:hover {
    background-color: #5EC780 !important;
    color: white;

}

.filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg_filter {

    background-color: #eeebeb;
    opacity: 0.9;

    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 20px;

}

input.input-plenitude {
    border-radius: 0;
}

input.input-plenitude:hover {
    border-color: black;

}

.input-group-btn {
    padding-right: 3px !important;
}

.dropdown-plenitude {
    border-color: #1d7f20;
    background-color: white;
    border-radius: 0;
    color: #1d7f20 !important
}

.plenitude-select {
    border-radius: 0;
    /* border-color: #1d7f20; */
}

.dropdown-plenitude {

    width: 100% !important;
    height: 38px !important;
    border-radius: 0;
    border-color: #1d7f20;
    color: #1d7f20 !important;
    text-align: left !important;

}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.select i.fas {
    position: absolute;
    right: 15px;
    top: 10px;
    pointer-events: none;
}

select {
    cursor: pointer;
}

.telefones {
    margin-top: -75px !important;
    margin-left: -5px !important;
}

@media only screen and (max-width: 1366px) {

    .menu-plenitude li a {
        padding: 16px 15px;
    }

}

@media only screen and (max-width: 1200px) {

    .menu-plenitude li a {

        padding: 10px 9px;
    }

    .telefones span {
        font-size: 14px;
    }


}

@media only screen and (max-width: 1024px) {

    .menu-plenitude li a {

        padding: 10px 9px !important;
    }

    .telefones span {
        font-size: 14px
    }


}

@media only screen and (max-width: 991px) {

    .menuplenitude {
        padding: 20px 40px;
    }

    .menu-plenitude {
        text-align: center;
    }

    .menu-plenitude li {
        float: inherit !important;
        margin-top: 3px !important;
    }

    .telefones span {
        font-size: 14px;
    }

    .filter .select {
        margin: 5px 0;
    }



}


@media only screen and (max-width: 767px) {
    .menu-plenitude li {
        width: 100% !important;
        margin: 1px 1px !important;
    }

    .slogan {
        display: none;
    }

    /* .lSSlideOuter, .destaquestitulo {
        display: none;

    } */

    #ofertas {
        text-align: center;
    }

    .menuplenitude {
        padding: 0px 20px;
    }

    .menu-plenitude {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 6px;
    }

    .menu-plenitude li a {
        padding: 10px 10px !important;
        font-size: 14px;
        text-align: center;


    }

    .bg_filter {
        height: none;

    }

    .telefones {
        text-align: center !important;
        margin-top: 0 !important;

    }

    #menu_container {
        margin-top: 0 !important;
    }

    #content2 {
        margin-top: 460px;

    }


    .menu-wrap,
    #open-button {
        display: block;

    }

    .no-mobile-menu {
        display: none;

    }

    .menu-wrap {
        position: fixed;
        right: 0;
        z-index: 1001;
        width: 300px;
        height: 100%;
        padding: 10px;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
        transform: translate3d(360px, 0, 0);
        top: 0;
    }

    .menu-wrap.active {
        transform: translate3d(0px, 0, 0);
    }

    .menu-wrap .menu .icon-list a {
        position: relative;
        font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
        display: block;
        padding: 20px;
        text-decoration: none;
        color: black;
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .menu-wrap .menu .icon-list a::before {
        position: absolute;
        content: "";
        width: 0%;
        height: 2px;
        top: 80%;
        transition: all 0.3s ease;
    }

    .menu-wrap .menu .icon-list a:hover {
        color: black;
    }

    .menu-wrap .menu .icon-list a:hover::before {
        width: 50%;
        background-color: #00923f;
    }

    /* Buttons */
    .menu-button,
    .close-button {
        position: fixed;
        top: 50px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        font-size: 20px;
        border: none;
        outline: none;
        cursor: pointer;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .menu-button {
        right: 0px;
        z-index: 102;
        top: 20px;
    }

    .close-button {
        left: -50px;
        z-index: 100;
        top: 20px;
    }

    /* Content */
    .content {
        text-align: center;
        color: #282828;
        padding-top: 80px;
    }

    .content h2 {
        position: relative;
        text-transform: uppercase;
        margin-bottom: 30px;
        font-size: 35px;
        font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
    }

    .content h2::after {
        position: absolute;
        content: "";
        width: 100px;
        height: 2px;
        background-color: #222;
        bottom: -15px;
        left: 50%;
        margin-left: -50px;
    }

    .content p {
        width: 80%;
        margin: 10px auto;
        line-height: 1.85;
        color: white;
        /* font-family: "Lato", "Helvetica Neue", Helvetica, sans-serif; */
    }




}

@media only screen and (max-width: 375px) {
    .menu-plenitude li a {
        padding: 10px 9px;
    }


}

@media only screen and (max-width: 574px) {
    .menuplenitude {
        /* padding: 00px 0px; */
    }

    .menu-plenitude {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 6px;
    }

    .menu-plenitude li a {
        padding: 10px 8px !important;
    }

    .btn-plenitude {
        /* margin: 5px 0; */
    }


}