/* Lotes */

.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 .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 .card p.modalidade {
    margin-bottom: 0.5rem !important;
}

.listagem-lotes .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 */