.v2__bannerPrensa {
    margin-top: 67px;
}

.v2__bannerPrensa {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: var(--v2_white);
}

.v2__banner__contenedorPrensa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 100px;
   
}


.v2__banner__contenedorPrensa .banner_mobile {
    width: 100%;
    height: auto;
}


@media (min-width: 992px) {

    /* ------------------------------------------- banner ------------------------------------------- */
    .v2__bannerPrensa {
        margin-top: 129px;
    }
    
    
    .v2__bannerPrensa {
        flex-direction: column;
        /* height: 100px; */
        justify-content: flex-end;
        /* background: linear-gradient(to right, #5481E0 50%, #1F4CAC 50%); */
    }


    .v2__banner__contenedorPrensa {
        display: flex;
        max-width: 1366px;
        margin-inline: auto;
        background: url("/themes/contrib/iplan_b4/NEW/img/banner-prensa.svg");
        height: 423px;
        justify-content: center;
       
    }
}
