/* #region BANNER RUTA*/
.banner-hero__centrado .yl-container {
    display: flex;
    justify-content: center;
}
.banner-hero__centrado .banner {
    padding: 0;
}

.banner-hero__centrado .banner__bg-image {
    width: 100%;
    height: 395px;
}

.banner-hero__centrado .banner__containe {
    position: absolute;
    top: 0px;
    display: block;
    width: 570px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 0 0;
    text-align: center;
}

.banner-hero__centrado .banner__title {
    font-family: 'din-black';
    font-size: 32px;
    display: block;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
}

.banner-hero__centrado .banner__content p {
    font-family: 'din-medium';
    font-size: 20px;
    display: block;
    line-height: 25px;
    color: #fff;
    padding-bottom: 20px;
}

.banner-hero__centrado .banner__links {
    justify-content: center;
}

.banner-hero__centrado .advanced-link__link {
    display: inline-block;
    zoom: 1;
    background: #fffcfc;
    color: #384f52;
    font-family: 'din-bold';
    font-size: 13px;
    line-height: 14px;
    padding: 12px 20px 10px 20px;
    text-decoration: none;
}
.ypfcom__banner-section--main .advanced-link__link:hover svg {
    fill: #0063be;

}
.carousel-banners .glider .banner .yl-container .banner__tag-text {
    padding: 0 20px;
}
@media (max-width: 768px) {
    .banner-hero__centrado .banner__bg-image {
        width: auto;
    }

    .banner-hero__centrado .banner__containe {
        width: 90%;
        padding: 40px 0 0 0;
    }
}

/* #endregion BANNER RUTA*/

/* #region TARJETAS GENERICAS*/

.card-list__container .generic-card:first-child .generic-card__links a {
    color: #333a91;
    border-color: #333a91;
}

.card-list__container .generic-card:first-child .generic-card__links a:hover {
    background-color: #333a91;
    color: #fff;
}
@media (max-width: 991px) {
    .ypfcom__list-cards-section .generic-card .generic-card__content {
        height: 90px;
    }
    .ypfcom__list-cards-section .generic-card__img-container--left + .generic-card__body {
        width: 100%;
        padding: 0 0 0 1rem;
    }
}
/* #endregion TARJETAS GENERICAS*/
