.list-realty-container {
    display: inline-block !important;
}
.img-list {
    width: 100%;
    height: 255px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.carregando {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 10000;
    display: none
}
.carregando .loading-realty {
    width: 154px;
    height: 154px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    margin-left: -77px;
    margin-top: -77px;
    position: absolute;
    z-index: 9999999999
}
#passageWrapper{
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 10px;
    font-size: 15px;
    display: none;
}
.container-multi-search {
    min-height: 111px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.checkgroup .checkgroup-title {
    display: block;
    width: 100%;
}
.checkgroup .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
} 
.checkgroup .btn-check:checked+.btn-orange {
    color: #fff;
    background-color: #212121;
    border-color: #222020;
}
.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 0;
}

.select2-container--open .select2-dropdown--above, 
.select2-container--open .select2-dropdown--below {
    border-radius: 0;
    border: none;
    box-shadow: 0 1.5rem 4rem rgb(22 28 45 / 15%);
}

.select2-container--default .select2-results__group {
    display: block;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #252525;
    white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #666666;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    position: relative;
    font-size: 14px;
}
.select2-container--default .select2-results__option .select2-results__option:hover,
.select2-container--default .select2-results__option .select2-results__option:focus{
    color:#16181b;
    text-decoration:none;
    background-color:#f8f9fa 
}
.select2-container--default .select2-results__option .select2-results__option.active,
.select2-container--default .select2-results__option .select2-results__option:active{
    color:#fff;
    text-decoration:none;
    background-color:#0ec6d5 
}
.select2-container--default .select2-results__option .select2-results__option.disabled,
.select2-container--default .select2-results__option .select2-results__option:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:transparent 
}
.parent-category .select2-selection__choice,
.parent-city .select2-selection__choice {
    display: none;
}
.js-out-tags-container ul {
    list-style: none;
    padding: 0;
}
.container-multi-search .select2-search, 
.container-multi-search .select2-search .select2-search__field {
    width: 100% !important;
    font-size: 14px;
}
.group_search_negocio {
    width: 300px;
}
.group_search_negocio .radio-group__label {
    display: inline-block;
    height: 35px;
    width: 50%;
    padding: 5px;
    color: #999;
    z-index: 1;
    vertical-align: middle;
    text-align: center;
    background-color: #ebebeb;
    position: relative;
    border-radius: 5px 0 0 5px;
    -moz-transition: border 250ms, color 250ms;
    -o-transition: border 250ms, color 250ms;
    -webkit-transition: border 250ms, color 250ms;
    transition: border 250ms, color 250ms;
    cursor: pointer;
}
.group_search_negocio .radio-group__label:hover {
    background-color: #f7d08c;
    color: #ffffff;
}
.group_search_negocio .radio-group__label:last-child {
    border-radius: 0 5px 5px 0;
}
.group_search_negocio .radio-group__label.active {
    color: #ffffff;
    background-color: #f6b333;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
} 
.advanced-search-filters {
    right: 0;
    top: 15px;
}
#form-sidebar .close,
#sidebar .close {
    display: none;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('assets/frontend/theme_default/images/marcadagua.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    opacity: 0.5;
}
@media(max-width:991.98px){
    #form-sidebar .primary-sidebar,
    #sidebar.primary-sidebar {
        background-color: #ffffff;
        width: 100%;
        height: 100vh;
        position: fixed;
        display: none;
        bottom: -100%;
        z-index: 9999;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 100px;
    }
    #form-sidebar .close,
    #sidebar .close {
        display: block;
        background: #4c4ca9;
        border: 1px solid #4c4ca9;
        border-radius: 4px;
        font-size: 26px;
        color: #fff;
        height: 35px;
        position: absolute;
        right: 17px;
        opacity: 1;
        padding: 4px 6px;
        top: 13px;
    }
}