.logo {
    max-height: 60px;
}

.topbar {
    color: #fff;
    padding: 8px 0;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.bottombar {
    display: none;
    background: #212121;
    color: #fff;
}

.navbar-light-sticky .bottombar {
    display: block;
}

.navbar-light .topbar {
    background-color: #940101;
    transition: all 0.5s;
}

.topbar ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.topbar ul li {
    display: inline-block;
    padding: 0 1.25rem;
    font-size: 0.875rem;
    line-height: 26px;
}

.topbar ul li a {
    color: #fff;
}

.sticky .sticky-area {
    position: fixed;
    top: 0px;
}

.header-hidden {
    -webkit-transform: none;
    transform: none;
    box-shadow: none!important;
}

.sticky .main-menu .nav-item {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.banner-home .bg-cover:before {
    content: "";
    background-color: rgb(0 0 0 / 60%);
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-home .slick-arrow.slick-prev {
    left: 30px;
}

.banner-home .slick-arrow.slick-next {
    right: 30px;
}

.banner-home .slick-arrow {
    background-color: rgb(255 255 255 / 20%);
}

.banner-home .slick-arrow:hover {
    background-color: rgb(148 1 1 / 70%);
}

.banner-home .slick-dots {
    margin-top: 0;
    top: -30px;
    position: relative;
}

.banner-home .slick-dots li,
.lancamentos-slider .slick-dots li,
.fotos-slider .slick-dots li,
.imoveis-slider .slick-dots li {
    padding: 0 8px;
}

.banner-home .slick-dots span {
    opacity: 1;
    width: 10px;
    height: 10px;
    background: rgb(255 255 255 / 40%);
}

.banner-home .slick-dots li.slick-active span,
.lancamentos-slider .slick-dots li.slick-active span,
.fotos-slider .slick-dots li.slick-active span,
.imoveis-slider .slick-dots li.slick-active span {
    background: #660101;
}

.imoveis-slider .slick-dots {
    margin-top: 20px !important;
}

.fotos-slider .slick-dots {
    margin-top: -40px !important;
}

.fotos-slider .slick-active {
    z-index: 9;
}

.lancamentos-slider .slick-dots span,
.fotos-slider .slick-dots span,
.imoveis-slider .slick-dots span {
    width: 10px;
    height: 10px;
}

.fotos-slider .slick-arrow.slick-prev,
.imoveis-slider .slick-arrow.slick-prev {
    left: -70px;
}

.fotos-slider .slick-arrow.slick-next,
.imoveis-slider .slick-arrow.slick-next {
    right: -70px;
}

/* Custom Select2 */
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    min-height: 50px;
    height: 50px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    width: 100% !important;
    cursor: pointer;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus
    .select2-selection--single {
    min-height: 50px;
    height: 50px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    width: 100% !important;
    cursor: pointer;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #696969;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 0;
    padding: 0 15px;
    line-height: 50px;
    width: 100% !important;
}

.select2-selection--length {
    color: #696969;
    min-width: 100%;
    line-height: 50px;
    text-align: left;
    margin-left: 15px;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default
    .select2-results__option[aria-selected="true"]:focus,
.select2-container--default
    .select2-results__option[aria-selected="true"]:active,
.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #212121;
    color: #ffffff;
}

.select2-results__option[aria-selected]:hover {
    color: #495057;
    background: #e7e7e7;
}

.select2-container--default
    .select2-results__option[aria-selected="true"]:before {
    float: right;
    margin-right: 5px;
    content: "\f00c";
    font-family: "font awesome 5 pro" !important;
    font-size: 14px;
}
/*.select2-container--default .select2-selection--single:after,*/
.select2-container--default .select2-selection--single:after,
.select2-container--default .select2-selection--multiple:after {
    font-family: "font awesome 5 pro";
    content: "\f078";
    height: 0;
    right: 10px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    font-weight: 100;
}

.select2-dropdown {
    background-color: white;
    border: none;
    margin-top: 5px;
    border-radius: 0 !important;
    box-shadow: 0 5px 30px 0 rgb(51 51 51 / 20%);
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results__option {
    padding: 0 16px;
    line-height: 45px;
}

.select2-results__option:first-child {
    border-radius: 0;
}

.select2-results__option:last-child {
    border-radius: 0;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #696969;
}

/* End Custom Select2 */

.ss-input {
    height: 50px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 400;
}

.ss-select label {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    background: #d6d6d6;
    width: 29px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.ss-select label input {
    position: absolute;
    opacity: 0;
    width: 29px;
    height: 29px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.ss-select label.selected {
    background: #940101;
    color: #fff;
}

.grid-imovel {
    height: 320px;
}

.grid-imovel .card {
    height: 320px;
}

.grid-imovel .card img {
    height: 320px;
}

.imoveis .heading-divider {
    display: block;
    width: 75px;
    height: 3px;
    background-color: #940101;
    margin: 19px auto 14px;
}

.cusstom-bg-slider-gray:before {
    background-color: #f5f5f5 !important;
}

.social-side {
    position: fixed;
    top: 40%;
    right: 0;
    background: #212121;
    border-radius: 10px 0 0 10px;
    z-index: 1000;
    border: 1px solid rgb(255 255 255 / 15%);
}

.social-side:hover div {
    width: 150px;
    transition: width 0.5s;
}

.social-side div {
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    width: 40px;
    transition: width 0.5s;
}

.social-side div span {
    margin-left: 10px;
}

.social-side div.favoritos {
    border-bottom: 0;
}

@media (max-width: 991px) {
    .topbar ul {
        text-align: center;
    }

    .topbar ul li {
        padding: 0 0.625rem !important;
    }
}

.btn-negociacao {
    z-index: 9;
    display: flex;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
    color: #fff;
    cursor: pointer;
}

.btn-negociacao a#input-venda {
    padding: 8px 0;
    min-width: 125px;
    text-align: center;
    background: #212121;
    border-radius: 3px 0 0;
}

.btn-negociacao a#input-locacao {
    padding: 8px 0;
    min-width: 125px;
    text-align: center;
    background: #212121;
    border-radius: 0 3px 0 0;
}

.btn-negociacao a.active {
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
    background: #940101 !important;
    font-weight: bold;
}

.text-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mapboxgl-marker svg g[fill="#3FB1CE"] {
    fill: #940101;
}

.btn-loading {
    background: rgb(148 1 1 / 60%);
    border-color: rgb(148 1 1 / 0%);
    cursor: no-drop;
}

.grecaptcha-badge {
    display: none !important;
}

.order-select {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
}

.badge-code {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.badge-favorite {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
}

::placeholder {
    color: #696969;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #696969;
}

::-ms-input-placeholder {
    color: #696969;
}
