html {
    scroll-behavior: smooth !important;
}

.home-banner .item-banner .box-infos {
    height: fit-content !important;
}

.wrap-menu .overlay-menu {
    opacity: .8 !important;
}

.pagination .active {
    background: #C79F53;
}

.pagination .active:hover {
    background: #0D0D0D;
    columns: #fff;
}

.wrap-lp-banner .box-infos h2 {
    font-size: 30px;
    line-height: 30px;
}

.wrap-lp-banner .box-infos .price {
    line-height: 35px;
}

.price del {
    font-size: 24px;
}

.wrap-content-lp-1 .box-contact .people .text .buttons .plus {
    text-align: center;
    line-height: 42px;
}

.btn-general {
    display: flex;
    margin: 0 10px;
    align-items: center;
    width: fit-content;
    height: 75px;
    width: 279px;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
    background: #E62A3E;
}

.btn-general:hover {
    color: #FFF;
    filter: opacity(0.8);
}

.home-banner .item-banner .box-infos .price {
    line-height: 35px !important;
}

.home-banner .item-banner .box-infos h2 {
    font-size: 30px;
    line-height: 30px;
}

.item-imovel .box-title-imovel h3 {
    font-size: 16px;
    line-height: 18px;
}

.item-imovel .box-price {
    gap: 20px;
}

.text-title {
    color: #0D0D0D;
    font-size: 28px;
    line-height: 35px;
}

button.favorite.js_favorite.active > svg {
    fill: #C79F53;
}

a.btn-white.js_favorite_dois.active {
    background: #C79F53;
    color: #FFF;
}

a.btn-white.js_favorite_dois.active > svg > path {
    stroke: #FFF;
}

.wrap-topbar .location select {
    color: #DCA853;
}

.wrap-lp-description .box-text .into {
    min-height: 350px;
}

.wrap-modal .overlay-modal {
    left: 0;
}

.wrap-month-news .card-news .box-infos span.btn-more {
    width: 40%;
    line-height: 55px;
    color: #FFF !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    background: #C41926 !important;
    opacity: 0;
}

.wrap-month-news .card-news:hover .box-infos span.btn-more {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .wrap-month-news .card-news .box-infos span.btn-more {
        height: 110px;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        opacity: 1;
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;

}

.bootstrap-select > .dropdown-toggle {
    border: 1px solid #C6C6C6;
    border-radius: 6px;
    height: 65px;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
}

.filter-option-inner {
    color: #000;
    height: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    height: 100%;
    align-items: center;
    display: flex;
}

.bg-select {
    background: #FFF;
}

.wrap-professional .item-team {
    max-height: 380px;
}

.wrap-blog .wrap-categories-blog li a.active {
    color: #C41926;
}

.wrap-blog .wrap-categories-blog li a.active:before {
    right: 0;
}

.home-banner .item-banner .box-text h2.white {
    color: #FFF !important;
}

.wrap-lp-faq .wrap-group-accordion .item-accordion .open-accordion {
    text-align: start;
}

.info-cidades {
    margin-bottom: 70px;
}

.infos-empresa {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.infos-empresa .cnpj {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.infos-empresa .razao-social {
    color: #fff;
}

.bottom-into {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;

}

.into .social {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.into .social a {
    margin-right: 5px;
    color: #FFF;
    font-size: 18px;
    width: 43px;
    height: 43px;
    justify-content: center;
    align-items: center;
    background: #C38C30;
    display: flex;
}

.btn-share {
    margin-right: 5px;
    color: #FFF;
    font-size: 18px;

    height: 43px;
    justify-content: center;
    align-items: center;
    background: #C38C30;
    display: flex;
    padding: 5px;
}

.btn-share span {
    margin-left: 5px;
}

.btn-share:hover {
    color: #FFF;
}

.social-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}

.testimonial-stars {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin-top: 10px;
    width: 100%;
}

.item-imovel .hide-infos {
    display: block !important;
    margin-bottom: 10px;
}

.item-imovel .box-image {
    height: 320px !important;
}

.btn-view-all-images {
    all: unset;
    position: absolute;
    top: 0;
    left: 0;
    margin: 15px;
    color: #FFF;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    background: #C38C30;
    padding: 10px;
    cursor: pointer;
    display: flex;
}

.full-gallery-lancamento .item-gallery img {
    object-fit: contain;
}

.lancamento-content-5 .blocks .item-block:last-of-type {
    margin-bottom: 30px;
}

.lancamento-content-7 #mapa {
    float: right;
    height: 600px;
    width: calc(100% + 650px);
    position: relative;
    overflow: hidden;
}

.banner-imovel {
    padding: 0px !important;
    margin-top: 100px;
}

.banner-imovel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1280px) {
    .banner-imovel {
        margin-top: 50px;
        padding: 0px 30px !important;
    }
}

@media only screen and (max-width: 990px) {
    .lancamento-content-7 #mapa {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .lancamento-content-2 .box-title {
        background: none !important;
    }
}

.wrap-lp-banner .box-infos .infos-2 {
    width: 100%;
    border-bottom: 1px solid #B4B4B4;
    padding-bottom: 20px;
    display: flex;
    float: inherit;
}

.wrap-lp-banner .box-infos .infos-2 {
    flex-wrap: wrap;
}

.item-testimonial .testimonials-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.item-testimonial .testimonials-content img {
    border-radius: 50%;
}

.wrap-full-list-imoveis h2.main-wrap-imoveis {
    margin: 0 !important;
    text-align: left !important;
}

.wrap-full-list-imoveis div.header-listagem-imoveis {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 40px;
}

.wrap-full-list-imoveis .dropdown.bootstrap-select {
    width: 50% !important;
}

.wrap-full-list-imoveis form .fields .add-fields span {
    color: #C79F53;
    font-size: 30px;
}

.banner-home {
    width: 100%;
    height: 600px;
}

.banner-home img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-bar-filter {
    margin-top: -315px;
}

@media (max-width: 1200px) {
    .banner-home {
        height: 400px;
    }
}

.container-galeria {
    width: 100%;
    overflow: hidden;
}

.imagem-principal {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 10px;
}

.galeria-miniaturas {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.galeria-miniaturas .owl-stage {
    display: flex !important;
}

.galeria-miniaturas .owl-item {
    flex: 0 0 auto;
    margin-right: 10px;
    cursor: pointer;
}

.galeria-miniaturas img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.galeria-miniaturas img.ativo,
.galeria-miniaturas img:hover {
    opacity: 1;
    border: 2px solid #007bff;
}
.galeria-miniaturas::-webkit-scrollbar {
    display: none;
}

.galeria-miniaturas .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.galeria-miniaturas .owl-nav button {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.galeria-miniaturas .owl-nav button:hover {
    opacity: 1;

}

.galeria-miniaturas .owl-nav .owl-prev {
    left: 5px;
}

.galeria-miniaturas .owl-nav .owl-next {
    right: 5px;
}

.galeria-miniaturas .owl-prev span,
.galeria-miniaturas .owl-next span {
    font-size: 40px !important;
    color: #FFF;
    margin-bottom: 5px;
}