#_sectorBanner
{
    display: block;
    width: 100%;
    height: 40vh;
}
div#_swiperBanner {
    height: 100%;
    min-height: 40vh;
}
.texto-tarjeta-overlay {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
}
.texto-tarjeta-overlay span {
    width: 100%;
    display: block;
    text-align: left;
}
.transition-hover-card figure img
{
    transition: transform 0.8s linear;
}
.transition-hover-card:hover figure img
{
    transform: scale(1.03);
}
.card-full, .card-full figure, .card-full figure img
{
    min-height:200px;
}

@media (max-width: 768px) {
    div#_traeNoticiasBlog {
        /* white-space: nowrap; */
        width: 100%;
        overflow-x: auto;
    }

    div#_traeNoticiasBlog .columns {
        width: 100%;
        white-space: nowrap;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
    }
}