.top-header {
    background-color: #535152;
}

.top-header-social {
    display: inline-flex;
}

@media screen and (min-width: 0px) {
    .slider-promocao .sp-selected-thumbnail:before, .slider-promocao .sp-selected-thumbnail:after {
        border-left-color: #363435 !important;
        border-right-color: #363435 !important;
    }

    .main-title h1:before {
        content: "";
        position: absolute;
        margin-left: -16px;
        width: 32px;
        height: 4px;
        bottom: -20px;
        left: 50%;
        background-color: #c7a981;
        border-radius: 4px;
    }

    .footer {
        color: #2b2728 !important;
        background-color: #363435;
    }

    .footer .links, .footer .links a, .footer h4 {
        color: #fff !important;
    }

    .footer .creci p, .footer .boleto p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #fff;
    }

    .footer .footer-logo {
        display: inline-block;
        padding: 20px 14px 20px;
        background: transparent;
    }

    .property-box .property-actions .btn-detail {
        background-color: #c7a981;
    }
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #c7aa82;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    background-color: #c7aa82;
}

.sub-footer .social-list li a {
    margin: 0 2px;
    color: #3e3a3b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 3px;
}

.footer .f-logo {
    margin-bottom: 10px;
    height: 150px;
    padding: 10px;
    background: #fff;
    padding: 15px 50px;
}

.footer .parceiro-logo {
    padding: 0;
    display: block;
    width: 120px;
    margin: 0 auto;
}

.footer .parceiro-logo img {
    padding: 0;
    height: auto;
    width: 100%;
    max-height: 120px;
    background: initial;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #c7a981;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #c7a981;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #363435;
}

.pagination > li > .active {
    background: #c7a981;
}

.pagination > li > a:hover {
    background: #c7a981;
    color: #fff;
}

.button-theme {
    background: #c7a981;
}

.sub-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(56 43 0 / 60%);
}

.properties-amenities ul li i {
    color: #363435;
}

.main-header .dropdown-menu a:hover {
    color: #c8aa82;
}

.btn-theme {
    background: #363435;
    border: solid 1px #c7a981;
}

.btn-theme {
    color: #c7a981;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.box-buttons-form-search .btn-success {
    background-color: #c7a981;
}

.box-buttons-form-search .btn-success:hover {
    background-color: #af9572;
}


.box-buttons-form-search .btn-success strong,
.box-buttons-form-search .btn-success i {
    color: black;
}

/** IMÓVEL **/
.advanced-search .btn-info {
    background: #363435;
    border-color: #363435;
    font-weight: 600;
    color: #fff !important;
}

.advanced-search .btn-info:hover {
    background: #c7aa82;
}

.main-header .navbar-light .navbar-toggler {
    border: solid 1px #363435;
    background: #363435;
}

.btn-info {
    color: #fff;
    background-color: #c7a981;
    border-color: #c7a981;
}

@media screen and (min-width: 0) {
    .ui__pagination .ui__bullet.ui__bullet--active {
        background: #fff;
        box-shadow: 0 0 2px #000;
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 0) {
    .ui__pagination .ui__bullet {
        height: 5px;
        width: 5px;
        border-radius: 10px;
        float: left;
        margin: 0 3px;
        box-shadow: 0 0 2px #fff;
        border: 1px solid white;
        margin-bottom: 5px;
        background: none;
    }
}

@media screen and (min-width: 0) {
    .ui__pagination {
        position: absolute;
        width: 90%;
        height: 10px;
        bottom: 15px;
        z-index: 8;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.btn-theme:hover {
    background: #c7a981;
    border: solid 1px #c7a981;
}

@media screen and (min-width: 0) {
    .property-box .box-price {
        position: absolute;
        margin: 10px 0 0 0;
        min-height: 42px;
        bottom: 10px;
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}

@media screen and (min-width: 0) {
    .property-box .price {
        margin-bottom: 10px;
        line-height: 1;
        font-weight: 700;
        color: #000;
        display: inline-block;
    }
}

/*** LOGO HOME ***/

@media screen and (min-width: 1200px) {
    .main-header.sticky-header {
        z-index: initial !important;
    }

    .main-header .logo {
        position: absolute;
        top: -44px;
        height: 135px;
        z-index: 2020;
        padding: 0px 44px;
        background: #fff;
    }

    .main-header .logo img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .top-header-phones {
        flex: 100%;
        max-width: 100%;
    }

    .top-header-social .social-list {
        min-width: 150px;
    }

    .main-header .navbar-brand.logo {
        margin: 0 auto;
    }

    .main-header .navbar-brand.logo img {
        height: 100px;
    }
}

@media screen and (max-width: 520px) {
    .top-header-phone .top-header-social,
    .top-header-social {
        display: none !important;
    }

    .top-header-phones .top-social-media {
        width: initial !important;
        padding-right: 0;
    }

    .top-header-phones .top-social-media {
        width: 100% !important;
        padding-left: 0;
        justify-content: space-between !important;
        display: flex;
    }

    .top-header > .container, .main-header > .container {
        max-width: 90%;
    }
}