.imagenportada {
    min-height: 35vh;
    padding: 2%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.blur-content {
    filter: blur(5px);
}

.card-alcoba,
.card-banos,
.card-garajes {
    padding: 0 !important;
}

.card-inmueble {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-space {
    flex-grow: 1;
}

.card-inmueble {

    font-size: 14px !important;

}

.card-inmueble .card-inmueble-container {
    position: relative;

}

.card-inmueble .card-inmueble-contacto {
    position: relative;
    width: 100%;

}

.card-inmueble .card-inmueble-caracteristicas {



    padding-bottom: 1rem;
    max-width: 100%;
}

.icons-inmueble .col {
    padding: 0px !important;
    text-align: center !important;
}

/*Texto descripcion */
.property-description {
    position: relative;
    font-size: 0.9rem;
    line-height: 1.4em;
    max-height: 4.2em;
    /* ~3 líneas */
    overflow: hidden;
    margin-bottom: 0;
    text-transform: lowercase;
}

/* efecto fade estilo Google */
.property-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4em;
    /* igual al line-height */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.bg-primary {
    background-color: var(--visualinmu-theme-color-primary);
}