/* Destaques Imóveis — Swiper Slider */
.destaque-grid .clb-destaque-grid-bloco-img {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}
.has-tour-virt .destaque-grid .clb-destaque-grid-bloco-img {
    height: 400px;
}
.destaque-grid .clb-destaque-grid-bloco-bg {
    height: auto;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
}
.destaque-grid .clb-destaque-grid-bloco-texto {
    position: relative;
    display: block;
    width: 100%;
}
.destaque-grid .clb-destaque-grid-bloco-texto h5,
.destaque-grid .clb-destaque-grid-bloco-texto h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 19px;
}
.destaque-grid .clb-destaque-grid-bloco-texto p {
    color: #fff;
    margin: 10px auto 0;
}
.destaque-grid .clb-destaque-grid-bloco-bairro {
    font-size: 14px;
    text-align: left;
}
.destaque-grid .clb-destaque-grid-bloco-preco {
    text-align: right;
    padding: 0 15px 0 0;
    font-size: 16px;
}
.has-tour-virt .clb-destaque-grid-bloco-bairro {
    font-size: 16px;
    margin: 20px auto 0 !important;
}
.has-tour-virt .clb-destaque-grid-bloco-preco {
    margin: 0 !important;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.clb-selo-img-360::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/wp-content/themes/floripa/images/clb-tour360-selo.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    z-index: 2;
}

/* Swiper navigation */
.sw-destaques .swiper-button-next,
.sw-destaques .swiper-button-prev {
    color: var(--swiper-navigation-color, var(--clb_cor_busca_aba_residencial));
}

@media (max-width: 992px) {
    .has-tour-virt .destaque-grid .clb-destaque-grid-bloco-img {
        height: 320px;
    }
    .destaque-grid .clb-destaque-grid-bloco-bairro {
        font-size: 16px;
        margin: 5px 0 0 !important;
    }
    .has-tour-virt .clb-destaque-grid-bloco-bairro {
        margin: 5px auto 0 !important;
    }
}
