@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Source+Sans+Pro:400,400i,700,700i');
@import url(../../js/jquery/bootstrap/bootstrap.inline-responsive.css);
@import url(menu_responsivo.css);

body,
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', verdana, sans-serif;
    font-size: 13px;
    color: #333;
}

p {
    font-size: 16px;
}

.desc p {
    font-size: 20px;
}
p.ampli {
    font-size: 16px;
}

ul.itens li{
    font-size: 20px;

}

#contato-ref-im, #form-contato-home{
    margin:20px
}

#contato-ref-im input, #form-contato-home input{
    height: 35px;
    font-size: 16px;

    
}

#contato-ref-im textarea{
    font-size: 16px;

}

.label-filter{

    position: relative;
    display: flex;
    width: 152px;
    background-color: red;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;

} 

.label-filter label{
    margin-bottom: 0;

}

body {
    /* background: url(../../images/layout/stripes.gif); */
    /* background: url(https://picsum.photos/1000/400.jpg); */
    /* background-color: #fafafa; */
}

.header {
    background: #fff url(../../images/layout/casa.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;

}

/*TOP MENU*/
#top_wrap {
    /*background: url(../../images/layout/bkgtopo.jpg) no-repeat center;*/
    /* background: #fff url(../../images/layout/bkg_top.jpg) no-repeat center top; */
    /* background: #fff url(../../images/layout/bkg_top2.jpg) no-repeat center center; */
    /* background: #fff url(../../images/layout/topo_jn.jpg) no-repeat center bottom; */
    /* background: #fff url(../../images/layout/topo_jn.jpg) no-repeat center bottom; */
    background-attachment: cover;
    background-size: 100%;
}

#top_wrap .bglogo {
    /* background: rgba(255,255,255,0.85); */
}

#top_wrap #logo {
    padding: 30px 0;
    text-align: center;
    /* 	height: 172px;
	background: url(../../images/layout/logo.png) no-repeat center; */
    cursor: pointer;
    background-size: 100%;
}

#top_wrap #logo img {
    display: inline;
}

#top_wrap .infos {
    /* background: rgba(255,255,255,0.85); */
    font-size: 15px;
    font-weight: 700;
    color: #000;
    padding: 27px 6px 29px 6px;
    text-align: center;
}

#top_wrap .infos .telefone {
    font-size: 22px;
}

#top_wrap .infos a {
    color: #000;
    font-size: 13px;
}

#top_wrap .infos i {
    color: #3F3FB0;
}

#top_wrap .infos i.fa-whatsapp {
    color: #0C8A3A;
    font-size: 1.3em;
}

#top_wrap .infos i.glyphicon-envelope {
    font-size: 12px;
}

#top_wrap .topoim {
    text-align: center;
}

#top_wrap .topoim img {
    max-width: 100%;
}


.item-box .ribbon {
    font-size: 15px;
    z-index: 1000 !important;
    position: absolute;
    width: 100%;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    background-color: #5BC0DE !important;
    border-radius: 0px !important;
    background: url(../../images/layout/ribbon.png) no-repeat right top !important;
    background-size: cover !important;
    left: 0;
    height: fit-content;
    top: 0;
    padding-left: 17px;
}

.lightSlider .item-box .ribbon {

    line-height: 35px;
}



.item-box a {
    position: relative;
    display: block;
}

@media only screen and (max-width: 991px) {
    #top_wrap {
        background-size: auto;
    }
}

@media only screen and (max-width: 800px) {
    #top_wrap .infos {
        font-size: 14px;
        padding: 13px 6px;
        margin: 0px 0 0 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 800px) {
    #top_wrap #logo {
        background-size: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #top_wrap .infos {
        font-size: 13px;
    }
}

@media only screen and (min-width: 801px) {
    #top_wrap .infos {
        height: 172px;
    }

    #top_wrap .topoim {
        height: 172px;
        line-height: 172px;
    }
}

@media only screen and (max-width: 767px) {
    #top_wrap {
        background-position: center top;
    }
}

#top-search {
    margin: 0px;
    height: 50px;
    padding-top: 8px;
    /*background: #e2e2e2;
    background: #0981A1;*/
    background: #0000F6;
}

/*END TOP MENU*/

/*FOOTER*/
#footer {
    background: url(../../images/layout/footer_bg_alt.jpg);
    border-top: 2px solid #9D9D9E;
    min-height: 150px;
    /*clear: both; */
    bottom: 0px;
    font-size: 14px;
    padding: 10px;
    color: #fff;
}

#footer ul {
    margin: 0px;
    padding: 0px;
}

#footer h3 {
    border-bottom: 1px solid #000000;
    padding: 0 0 10px 0;
    margin: 15px 0 10px 0;
    color: #dcdcdc;
    font-size: 16px;
}

#footer ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    background: url(../../images/layout/bullet-link.png) no-repeat left center;
}

#footer ul a,
#footer ul p {
    margin: 0px;
    padding: 0px;
    color: #9D9D9E;
    font-size: 14px;
    text-decoration: none;
}

#footer ul a:hover {
    color: #f9f9f9;
}

/*END FOOTER*/

/*MAPAS*/
#map {
    min-height: 250px;
    border: 1px solid #333 !important;
    -webkit-box-shadow: 0 0 5px #888 !important;
    -moz-box-shadow: 0 0 5px #888 !important;
    box-shadow: 0 0 5px #888 !important;
    border-radius: 5px;
}

#mini-map {
    width: 100%;
    height: 360px;
    border: 1px solid #333 !important;
    -webkit-box-shadow: 0 0 8px #888 !important;
    -moz-box-shadow: 0 0 8px #888 !important;
    box-shadow: 0 0 8px #888 !important;
    margin-bottom: 10px;
    margin-top: 20px;
    background-color: #fff;
    background: url(../../images/layout/loading.png) no-repeat center center;
}

#mini-map img,
#map img {
    max-width: none;
}

/*END MAPAS*/

/*IMOVEIS DA HOME*/
.item-box {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 5px;
    padding-bottom: 20px;
    min-height: 400px;

}

.item-box img {
    border: 1px solid #eee;
    border-radius: 2px;
    width: 100%;
}

.item-box img:hover {
    opacity: .8;
}

.item-box h1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 19px;
}

.item-box h4 {
    font-size: 17px;
}

.item-box p {
    margin: 0px;
    padding: 0px;
    font-size: 13px !important;
}

.item-box .border-bottom {
    border-bottom: 1px solid #eee;
    display: block;
}

.item-box .label-info {
    font-size: 14px;
    margin-top: -22px;
    margin-right: 1px;
    z-index: 100 !important;
    position: relative;
    border-radius: 0px !important;
}

.item-box .ribbon {
    /* font-size: 14px;
    margin-top: 0px;
    z-index: 100 !important;
    position: absolute;
    width: 100%;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    background-color: #5BC0DE !important;
    border-radius: 0px !important;
    background: url(../../images/layout/ribbon.png) no-repeat !important;
    left: 25px;
    padding-right: 40px; */

}

.item-box-sprite span {
    background: url(../../images/layout/icons_class_sprite2.png) no-repeat;
    display: inline-block;
    height: 30px;
    width: 56px;
    border: 0px solid red;
    line-height: 31px;
    padding: 0px 5px 0px 0px;
    text-align: right;
    margin-left: 5px;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #A7A7A7;
}

.item-box .dorm {
    background-position: -12px 0px;
}

.item-box .vaga {
    background-position: -12px -80px;
}

.item-box .area {
    background-position: 0px -111px;
    text-align: center;
    width: 80px;
}

.item-box .wc {
    background-position: -12px -41px;
}

/*END IMOVEIS DA HOME*/

/*helpers*/
.no-border {
    border: 0px !important;
}

.no-border td {
    border: 0px !important;
}

.uppercase {
    text-transform: uppercase;
}

.hide {
    display: none;
}

.hider {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

*:focus {
    -moz-outline-style: none !important;
    outline-style: none !important;
    outline: none;
}

input:focus {
    -moz-outline-style: none !important;
    outline-style: none !important;
    outline: none !important;
    ie-dummy: expression(this.hideFocus=true) !important;
}

.invalid {
    border: 1px solid rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.invalid:focus {
    border: 1px solid rgba(255, 37, 37, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 37, 37, 0.6) !important;
}

.navbar-inner {
    border-radius: 0px;
}

.row:after {
    clear: both;
}

.w-all {
    width: 100%;
}

.pushfooter {
    clear: both;
    height: 90px;
}

.border {
    border: 1px solid red;
}

.no-mar-pad {
    margin: 0px !important;
    padding: 0px !important;
}

.no-mar-bot {
    margin-bottom: 0px !important;
}

.mar-left-20 {
    margin-left: 20px !important;
}

.mar-left-30 {
    margin-left: 30px !important;
}

.mar-left-50 {
    margin-left: 50px !important;
}

.mar-top-10 {
    margin-top: 10px !important;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.mar-top-50 {
    margin-top: 50px !important;
}

.mar-top-70 {
    margin-top: 70px !important;
}

.mar-top-80 {
    margin-top: 80px !important;
}

.pad-10 {
    padding: 10px !important;
}

.no-marLeft-nopad {
    margin-left: 0px !important;
    padding: 0px !important;
}

.no-mar-left {
    margin-left: 0px !important;
    padding-left: 0px;
}

.bg-white {
    background: #fff !important;
}

.font-20 {
    font-size: 20px;
}

/*END helpers*/

/*Form Busca - estilo select*/
select,
.custom-select {
    float: left;
    color: #333333;
    border-radius: 0;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 0;
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    text-indent: 0.01px;
    text-overflow: '';
    overflow: hidden !important;
    margin-right: 1px;
    /*background: #fafafa url(../../images/layout/formelements-select.png) right center no-repeat !important; */
    background: #fafafa url(../../images/layout/i-arrow.png) right center no-repeat !important;

}

select:focus {
    outline: none;
    -webkit-appearance: none;
}

.sel-custom {
    width: 162px !important;
    margin-right: 3px;
}

textarea {
    resize: none;
}

/*END Form Busca*/


/*DETALHES DO IMOVEL*/
/*Carousel Detalhes*/
#carousel {
    padding: 0px;
    margin: 0px !important;
    margin-bottom: 10px !important;
}

/*END Carousel Detalhes*/

/*DIV Box Detalhes*/
.box-detail {
    padding-top: 10px;
}

.box-detail h1 {
    padding: 0px;
    margin: 0px;
    font-size: 1.5em;
    font-weight: normal;
    color: #EA2825;
    line-height: 1.5em;
    margin-bottom: 10px;
}

.box-detail h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #1457AF;
    line-height: 1.5em;
}

.box-detail h3 {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0px;
    line-height: 20px;
    padding-left: 0px;
    line-height: 1.5em;
    color: #fff212;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    /* border: 1px solid #dcdcdc; */
    background: #d60505;
    /* border-radius: 5px; */
}
.box-detail.top h3{
    background: rgb(241, 241, 241);
    color: black;
}

.box-detail h3 span.gray {
    /* color: white; */
}

.box-detail h4 {
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    line-height: 1.5em;
}

.box-detail em {
    font-style: normal;
    font-size: 15px;
    color: #666;
    font-weight: normal;
    padding-right: 3px;
    padding-left: 3px;
}

/*IMOVEIS PARECIDOS*/
.media-body {
    padding-bottom: 0px !important;
}

.media-body h5 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    color: #CC323A;
}

.media-body h6 {
    font-size: 17px;
    margin: 0px;
    padding: 0px;
}

.media img {
    margin: 0px;
    margin-right: 10px;
    border: 1px solid #555 !important;
    -webkit-box-shadow: 0 0 5px #888 !important;
    -moz-box-shadow: 0 0 5px #888 !important;
    box-shadow: 0 0 5px #888 !important;
}

.media-body p {
    margin: 0px;
    padding: 0px;
}

/*END IMOVEIS PARECIDOS*/

/*END DETALHES DO IMOVEL*/


/*box da p�gina links uteis simuladores*/
.box-logo {
    height: 90px;
    margin-bottom: 30px;
}

.dv_hide,
.dl_hide {
    display: none;
}

.container_venda {
    background-color: #eaf5ff;
}

.container_aluguel {
    background-color: #fffbdb;
    margin-bottom: 30px;
}

.container_aluguel h2,
.container_venda h2 {
    color: #f00;

}



#whatsapp-btns .wp-btn ,.top-button{
    position: fixed;
    z-index: 100;
    right: 20px;
}

.top-button{
    width: 50px;
    bottom:30px;
    left: 5px;
    cursor: pointer;
}

#whatsapp-btns .wp-btn-1 {
    bottom: 30px;
}

#whatsapp-btns .wp-btn-2 {
    bottom: 80px;
}

#whatsapp-btns .wp-btn a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

#whatsapp-btns .wp-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 28px;
    color: #fff;
    background: linear-gradient(to top, #40c02c, #129809, #40c02c);
    border-radius: 50%;
}

#whatsapp-btns .wp-btn a .city-box {
    display: none;
    font-size: 16px;
    background: linear-gradient(to top, #40c02c, #129809, #40c02c);
    color: #fff;
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 100px;
}

#whatsapp-btns .wp-btn a:hover .city-box {
    display: block;
}

/*RESPONSIVO - S� ALTERE SE SOUBER O QUE EST� FAZENDO */

/* FIX PARA LARGURA 100% FACEBOOK LIKE BOX*/
#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

/* adicional fix responsivo
@media only screen and (max-width: 767px) {
.fb-comments{width: 100% !important;}
.fb-comments iframe[style]{width: 100% !important;}
.fb-like-box{width: 100% !important;}
.fb-like-box iframe[style]{width: 100% !important;}
.fb-comments span{width: 100% !important;}
.fb-comments iframe span[style]{width: 100% !important;}
.fb-like-box span{width: 100% !important;}
.fb-like-box iframe span[style]{width: 100% !important;} }
*/
/*END FIX FACEBOOK*/

/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MAIOR QUE 1200*/
@media (max-width: 1200px) {
    #form-busca .sel-custom {
        width: 121px !important;
    }

    #busca-ref {
        padding-top: 8px !important;
    }

    .item-box .ribbons {
        font-size: 14px;
        width: 80%;
        font-weight: bold;
        color: #fff;
        padding-left: 30px;
        line-height: 35px;
        opacity: .8
    }

    #whatsapp-btns .wp-btn a .city-box {
        display: block;
    }
}

/*ALTERA O ESTILO PARA DISPOSITIVOS COM RESOLUCAO MENOR QUE 767 (tablet) */
@media (max-width: 800px) {
    #form-busca {
        width: 100% !important;
        margin-bottom: 40px !important;
        float: left;
        display: block;
    }

    #form-busca .sel-custom {
        width: 100% !important;
    }

    #busca-ref {
        padding-top: 8px !important;
    }

    #top-search {
        margin: 0px;
        height: auto;
        display: block;
        margin-bottom: 20px !important;
        padding-top: 5px;
        background: #e2e2e2;
    }

    .item-box .ribbon {
        line-height: 60px;
        /* font-size: 14px;
        width: 99%;
        background: url(../../images/layout/ribbon.png) no-repeat;
        font-weight: bold;
        color: #fff;
        padding-left: 0px;
        line-height: 35px;
        opacity: .8;
        left: 212px; */
    }

    .lightSlider .item-box .ribbon {
        line-height: 40px;
    
    }

    body {
        /* padding: 2px; */
    }

    .font-20 {
        font-size: 16px;
    }
}

/* landscape E desktop */
@media (min-width: 801px) and (max-width: 1200px) {
    #busca-ref {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .box-detail {
        padding: 10px;
    }
}

/* SMARTPHONE e TABLET
*/
@media (min-width: 1024px) {
    .hamburger-menu {
        display: none;
    }


}

@media (max-width: 1024px) {

    .btn-group,
    .btn-group-vertical {
        width: 100%;

    }

    #menu__toggle {
        opacity: 0;
    }

    #menu__toggle:checked+.menu__btn>span {
        transform: rotate(45deg);
    }

    #menu__toggle:checked+.menu__btn>span::before {
        top: 0;
        transform: rotate(0deg);
    }

    #menu__toggle:checked+.menu__btn>span::after {
        top: 0;
        transform: rotate(90deg);
    }

    #menu__toggle:checked~.menu__box {
        left: 0 !important;
    }

    .menu__btn {
        position: fixed;
        top: 20px;
        left: 20px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        z-index: 102;
    }

    .menu__btn>span,
    .menu__btn>span::before,
    .menu__btn>span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        /* background-color: #ffff12; */
        background-color: black;
        transition-duration: .25s;
    }

    .menu__btn>span::before {
        content: '';
        top: -8px;
    }

    .menu__btn>span::after {
        content: '';
        top: 8px;
    }

    .menu__box {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        background-color: #ECEFF1;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
        transition-duration: .25s;
        z-index: 101;
    }

    .menu__item {
        display: block;
        padding: 12px 24px;
        color: #333;
        /* font-family: 'Roboto', sans-serif; */
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        transition-duration: .25s;
    }

    .menu__item:hover {
        background-color: #ff0000;
        color: yellow;
        text-decoration: none;
    }

    .menu__item a {}

    .no-mobile {

        display: none !important;

    }

    .menu__box:hover {}


}


@media (max-width: 767px) {


    .filter-select {
        flex-direction: column;
    }

}

/*  phones and down */
@media (max-width: 480px) {


    .filter-select {
        flex-direction: column;
    }




}


.filter-box {
    padding: 50px 50px 50px;
    background: #8080805c;
}

.filter-button {
    padding-left: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 0;
    height: 50px;
    background-color: red;
}

button.btn-danger,
#btn-busca {
    width: 100%;
    background-color: red;
    border-radius: 0px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;

}

button.nav-link {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.filter-button li {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding-top: 10px;

}

.filter-button li.comercial {
    background-color: #c40404;
}

.filter-button li.terrenos {
    background-color: #990202;
}

.filter-button li:hover {
    /* text-decoration: none; */
    background-color: rgb(172, 3, 3);

}

.filter-button li a {
    display: block;
    width: 100%;
    color: yellow;
    /* background-color: red; */

}

.filter-button li a:hover {
    text-decoration: none;
    /* background-color: rgb(218, 4, 4); */

}


.filter-select {
    padding-left: 0;
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.filter-select li {
    width: 100%;
}

.filter-select li select,
#cidade-bairro,
button,
select {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
}

.input-group .input-group-text {
    background-color: white;
    border-radius: 0;

}

.filter-select li button {
    background-color: red !important;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.filter-select li button:hover {
    background-color: rgb(218, 4, 4);
    color: yellow
}



/* //////////// */
nav.navbar, .card-body.destaque-header, .destaques .container-fluid{
    padding-left: 60px;
    padding-right: 60px;

}


.navbar-brand {
    display: flex !important;
    align-items: end;
    text-align: center;
}

.navbar-brand img {
    width: 170px;
}

a.navbar-brand:hover,
a.navbar-brand:active,
a.navbar-brand:target,
a.navbar-brand:visited {
    text-decoration: none !important;
}

.navbar-red {
    background-color: red;
}

.brand,
.slogan {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
}

.brand:hover {
    color: yellow !important;

}

.slogan:hover {
    color: white;
    text-decoration: none;
}

.brand {
    text-transform: uppercase;
    font-size: 50px;
    color: yellow
}

.slogan {
    color: white;
    font-size: 20px;
}

.slogan p {
    margin-bottom: 0px;
}

.location-name {
    color: white;
    text-align: center;
    font-weight: bolder;
}

.location-name p {
    margin-bottom: 0 !important;
}

.nav-links {
    display: flex;
    list-style: none;
    padding-left: 0;
    align-items: center;
    margin-bottom: 0px !important;
}

.nav-links li {
    margin-right: 10px;
}

.nav-links li a {
    color: white;
    font-size: 14px;
    font-weight: bolder;
}

.location-name p i {
    color: yellow
}


.dropdown-menu {
    overflow: auto;
    height: 300px;

}

.card {
    border: none !important;
}

.item-box h4 span {
    font-weight: bolder;


}

input.form-control {
    border-radius: 0;

}

#search {
    margin-bottom: 30px;

}

.destaques {
    padding: 30px 0px !important;
}

.box-title {
    text-align: center;
    padding: 5px;
    height: 50px;
}

.box-title h2 {
    font-size: 24px;

}

.box-body {
    height: 100px;
}

.destaque-header {
    background: red;
    padding: 15px;
    color: yellow;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bolder;
}


.lSAction a.lSPrev,
.lSAction a.lSNext {
    opacity: 1 !important
}

#campo-busca,
#campo-busca-sidebar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
}

#campo-busca {
    max-height: 50px;
    overflow-y: auto;
}
#campo-busca .badge-danger {
    max-width: 75px;
    white-space: normal;
}

#campo-busca .badge-danger a, .campo-busca-sidebar a{
    margin-left: 5px;
    
}

span.badge a {
    cursor: pointer;
}

.side-bar-wrap {
    background-color: #e1e1e1;
    padding: 15px;

}

.side-bar-wrap .btn-group {
    width: 100%;

}

.btn-group label.btn.actve {
    color: white;

}


.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: red !important;
    color: white !important;
    font-weight: bold;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif !important;


}

.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; */
}

.search-code {

    margin: 20px
}

.dropdown-menu {
    overflow: auto;
    height: 300px;

}

ul li label {
    color: white
}

.sessao-avancado .btn-group-toggle .btn {
    border-radius: 0;
    /* width: 100%; */

}

input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            /* color-stop(0.15, #ff0000), */
            color-stop(0.15, #ffffff));
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background-color: rgb(214, 5, 5);
    border: 1px solid rgb(214, 5, 5);
    height: 15px;
    width: 15px;
}

.avancado {
    background-color: rgb(214, 5, 5);
    width: 150px;
    padding: 5px;
    text-align: center;
}

.avancado #abrir-avancado {
    color: white;
    font-size: 15px;
    cursor: pointer;
    font-weight: bolder;

}

.dropdown-item.active {
    background-color: #dc3545 !important;


}