/* Banner principal */

/* #banner-principal img {
    max-height: 350px;
    object-fit: cover;
} */

#banner-principal {
    /* height: 250px; */
    min-height: 250px;
    height: 18.75vw;
    --bg-banner-principal: url(../img/img-banner.jpg);
    background: var(--bg-banner-principal) no-repeat;
    /* background-position: 0 -340px; */
    background-position: center;
    background-size: cover;
}

/* Banner principal */


/* Lotes */

.listagem-lotes .card-title {
    font-size: 0.855rem !important
}

.listagem-lotes h5.text-uppercase {
    font-size: 1rem !important
}

.listagem-lotes p.card-text {
    font-size: 0.75rem !important
}

.listagem-lotes div.card-infos {
    margin: 0 -7.55px;
    font-size: 0.81rem !important
}

.listagem-lotes .card-body {
    font-size: 0.9rem !important
}

.listagem-lotes>.col-auto.position-absolute button.btn {
    padding: 0.75rem !important;
}

.listagem-lotes .slick-slider .slick-track {
    align-items: flex-start;
}

.listagem-lotes .slick-slider .slick-track .slick-slide {
    margin: 0px 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.listagem-lotes .slick-slider .slick-track .slick-slide>div {
    display: flex;
    gap: 2rem;
}

.listagem-lotes .card:hover {
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
    scale: 1.01;
}

.listagem-lotes .card {
    transition: 0.3s ease !important;
}

.listagem-lotes .slick-slide .card img {
    min-height: 150px;
    height: 12.5vw;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    filter: blur(0.45px);
}

.listagem-lotes .slick-slide .card p.modalidade {
    margin-bottom: 0.5rem !important;
}

.listagem-lotes .slick-slide .card p.modalidade::after {
    content: '';
    display: block;
    height: 1px;
    width: 50px;
    margin-top: 0.15rem;
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.1) 100%);
}

/* Lotes */


/* Parceiros */

#parceiros-home img {
    filter: grayscale(0.75) opacity(0.4);
    transition: all 0.3s ease !important;
    max-width: 100%;
}

#parceiros-home img:hover {
    filter: grayscale(0) opacity(1);
    transform: scale(1.1);
}

/* Parceiros */


/* Aviso importante */

#aviso-importante .row {
    background: url(../img/pattern.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--cor-secundaria);
    /* background-blend-mode: color-burn; */
}

/* Aviso importante */




/* Medias */


/* Desktop */

/* @media (min-width: 992px) {

} */

/* Desktop */


/* Mobile */

@media all and (max-width: 991px) {


    /* Lotes */

    .listagem-lotes .slick-slide .card img {
        min-height: 200px;
    }

    /* Lotes */


    /* Tabela de alienações */

    .tblAlienacoes {
        overflow-x: scroll !important;
    }

    .tblAlienacoes .row {
        flex-wrap: nowrap;
        width: max-content;
    }

    .tblAlienacoes .row>.col-1 {
        width: 117px !important;
    }

    .tblAlienacoes .row>.col {
        width: 85px !important;
    }

    .tblAlienacoes .row>.col-7 {
        width: 650px !important;
    }

    .tblAlienacoes .row>.col-2 {
        width: 175px !important;
    }

    /* Tabela de alienações */

}

/* Mobile */


/* Medias */