section#__fv_home_banners {
    display        : flex;
    align-content  : flex-start;
    justify-content: flex-start;
    align-items    : flex-start;
    gap            : 1rem;
    flex-direction : row;
    flex-wrap      : nowrap;
    width          : 100%;
    overflow       : auto;
    padding        : 0 0.5rem 3rem 0.5rem;
}

section#__fv_home_banners .fav-card {
    display: inline-flex;
    margin: unset;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: fit-content;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0.5rem;
    background-color: #ffffff;
    align-content: flex-start;
    flex: 1 0 260px;
    min-height: 330px;
    gap: 0rem;
}
.fav-card {
    display: flex;
    margin: 0 auto 2rem auto;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    box-shadow: 0px 3px 10px 0 rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1.5rem;
    background-color: #ffffff;
}

.fav-card a {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.fav-card a img {
    width: 100%;
    position: relative;
    z-index: 0;
}

.fav-card a span {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 1rem;
    font-family: 'bold';
}

.fav-card a span.t-blanco {
    color: var(--color-fav);
}

.fav-card a span.t-violeta {color: #4F2B4D;}

section.titulodsktop 
{
    display: block;
    width: 90%;
    margin: 1rem auto 2rem auto;
}
section.titulodsktop span {
    display: block;
    color: var(--color-fav);
    font-family: 'medium';
    margin-bottom: 3px;
}
section.titulodsktop img {
    width: 90px;
    margin-left: 1px;
}