body {
    overflow: hidden !important;
}
#page {
    height: 100vh;
    position: relative;
}
.slider-track-high, .slider-track-low {
    background-color: #eee;
}
.page-busca-resultado {
    display: inline-block;
    width: 80%;
    margin-left: 20%;
}
.clb-search-result-property {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    padding: 15px 0;
}
.page-busca-resultado .page {
    display: inline-block;
    width: 100%;
}
.page-busca-filters {
    display: block;
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
}
.dropdown-orderby {
    position: absolute;
    bottom: 15px;
    right: 65px;
}
.dropdown-orderby .btn {
    padding: 0 25px;
    height: 40px;
    font-size: 15px;
    border-radius: 4px;
    color: #333;
    background-color: #f1f1f1;
    font-weight: 400;
    border-color: #f1f1f1;
    text-transform: initial;
    line-height: initial;
}
.dropdown-orderby ul {
    padding: 0;
    cursor: pointer;
}
.dropdown-orderby li a {
    transition: background-color 0.5s ease;
}
.dropdown-orderby li a.selected {
    background-color: var(--clb_cor_botao);
    color: var(--clb_cor_botao_texto);
}
.result-listing-header {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.list-sort {
    margin: 10px 0 0;
}
.results-container {
    /*max-width: 75%;*/
}
.search-titles-row {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 5px 5px -7px #888;
    transition: top 1s ease;
    position: relative;
    z-index: 2;
    top: 0;
    border-bottom: 1px solid #d8d8d8;
}
.search-titles-row.fade-titles { 
    top: -200px;
}
.search-titles-row header h1 {
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 10px;
}
.search-titles-row header p, .search-titles-row header h2 {
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: inherit;
    clear: both;
}
.breadcrumb-nav {
    position: relative;
    background: none;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
    z-index: 0;
}
.breadcrumb-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb-nav li {
    display: block;
    float: left;
}
.breadcrumb-nav li a {
    color: #777;
}
.breadcrumb-nav li a:hover {
    color: #000;
}
.breadcrumb-nav li.last-bread a {
    color: inherit;
    font-weight: bold;
}
.breadcrumb-nav li i {
    font-size: 10px;
    margin: 0 5px;
}
.page-busca-resultado {
    --swiper-navigation-size: 36px;
    --swiper-theme-color: var(--clb_cor_botao);
}
.page-busca-resultado .swiper-button-next:after, .page-busca-resultado .swiper-button-prev:after {
    opacity: 0.8;
}
#cost-summary-modal .modal-content, #cost-summary-modal .modal-dialog {
    width: 360px;
}
#cost-summary-modal .modal-header h4 {
    font-size: 17px;
    text-align: left;
    padding-right: 20px;
    color: var(--clb_cor_botao_texto);
}
#cost-summary-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
#cost-summary-modal .modal-body {
    padding: 0;
    margin-top: 10px;
}
#cost-summary-modal .modal-body span {
    display: block;
    width: 100%;
    padding: 0 15px;
}
#cost-summary-modal .modal-body .valor-total-grid-imovel {
    padding: 5px 15px;
    margin-top: 5px;
    background: #f1f1f1;
    text-decoration: underline;
}
#cost-summary-modal span.cost-summary-link {
    display: none;
}
.banner-bottom {
    display: block;
    background: #fff;
    margin: 15px 15px 30px;
}
.side-banner-sticky {
    display: none;
    width: calc(25% - 15px);
    float: right;
    background: #fff;
    position: sticky;
    top: 0;
    margin-bottom: 35px;
    margin-right: 15px
}
.page-busca-resultado footer section {
    display: none;
}
.page-busca-resultado section div.container {
    width: auto !important;
}
.page-busca-resultado .fb-page {
    visibility: hidden;
}
.page-busca-resultado #footer-copyright, .page-busca-resultado #footer-sobre, .page-busca-resultado #clb-footer-linha1 {
    display: block;
}
body a.clb-whatsapp-fixo {
    display: none;
}
#clb-compartilhar .clb-compartilhe {
    position: absolute;
    bottom: 15px;
    right: 35px;
}
#clb-compartilhar .clb-compartilhe .media-box {
    color: #fff;
    padding: 9px 12px;
    text-align: center;
    transition: padding 0.2s ease;
    border-radius: 4px;
}
#clb-compartilhar .clb-compartilhe .media-box:hover {
    padding: 10px 13px;
}
.rdstation-popup-position-bottom_left {
    display: none !important;
}

@media screen and (min-width: 2880px) {
    .page-busca-resultado .page {
        float: left;
        clear: both;
    }
    .side-banner-sticky {
        float: left;
    }
}

@media screen and (min-width: 1920px) {
    .page-busca-resultado .page {
        width: 75%;
        max-width: 1170px;
    }
    .side-banner-sticky {
        display: block;
    }
    .banner-bottom {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    div.navbar-inverse {
        box-shadow: none !important;
    }
    div.clb-search-result-property::-webkit-scrollbar {
    width: 10px;
    }
    div.clb-search-result-property::-webkit-scrollbar-track {
        background-color: #fafafa;
    }
    div.clb-search-result-property::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #ccc;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
    .page-busca-filters #sidebar-search-form {
        width: 23%;
    }
    .page-busca-filters {
        width: 23%;
    }
    .page-busca-resultado {
        width: 77%;
        margin-left: 23%;
    }
    .clb-search-result-property {
        width: 77%;
    }
}

@media (min-width: 1024px) {
    .page-busca-resultado .search-titles-row {
        z-index: 1;
    }
}

@media screen and (max-width: 1024px) {
    .page-busca-resultado {
        width: 100%;
        margin-left: 0;
    }
    .breadcrumb-nav {
        display: none;
    }
    .dropdown-orderby {
        bottom: 15px;
        right: 70px;
        padding: 0;
        width: auto;
    }
    .dropdown-orderby .btn {
        padding: 0 15px;
        height: 50px;
        font-size: 18px;
    }
    .clb-search-result-property {
        width: 100%;
        background-color: #f1f1f1;
        z-index: 1;
        padding: 0;
    }
    .page-busca-filters {
        margin: 0;
    	width: 100%;
    }
    .search-titles-row header h3, .search-titles-row header h2 {
        margin: 0 0 10px;
        font-size: 14px;
    }
    .search-titles-row img {
        width: 20px;
    }
    .list-sort {
        margin: 0px;
    }
    .list-sort li {
        margin-bottom: 0;
    }
    .clb-faixa-inferior-menu {
        margin-bottom: 0;
    }
    .switch__container {
        margin: 20px 0 0 0 !important;
    }
    #clb-compartilhar  .clb-compartilhe {
        bottom: 15px;
        right: 15px;
    }
    #clb-compartilhar .clb-compartilhe .media-box {
        padding: 14px 15px;
    }
    #clb-compartilhar .clb-compartilhe a:hover {
        text-decoration:none;
    }
        #clb-compartilhar .clb-compartilhe span{
        display: block;
    }
    #clb-compartilhar .clb-compartilhe .media-box:hover {
        padding: 14px 15px;
    }
}
@media (max-width: 767px) { 
    #cost-summary-modal .modal-content, #cost-summary-modal .modal-dialog {
        width: 100%;
        margin: 0;
    }
    #cost-summary-modal .modal-content {
        margin: 15px;
    }
}