<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --boxLightStream: #49A5E6 url('../images/backgrounds/lightstream_azul_claro.svg') no-repeat;
}

/* HeroBanner */
.hero-cliente{
    background: url('../images/tdc/header-tdc-cliente.png');
}
.hero-ejecutivo{
    background: url('../images/tdc/header-tdc-ejecutivo.png');
}
.hero3 {
    width: 100%;
    /* background: url('../images/herobanners/header_tdc.jpg'); */
    background-size: cover;
    height: auto;
    height: 360px;
}

@media screen and (max-width: 1024px) {
    .hero3 {
        background-position: 54% center;
    }
}

/**clipFull**/
.clipFull {
    max-width: 1176px;
    width: 92%;
    background: transparent;
    height: 360px;
    margin: 0px auto;
    position: relative;
}

.clipFull .heroTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 850px;
    max-width: 90%;
    color: #fff;
    text-align: center;
}

.clipFull h1 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 40px;

}

.clipFull h1 span {
    color: var(--aqua);
}

.clipFull h2 {
    font-family: 'BentonSansBBVA-Medium';
    font-size: 24px;
    margin-top: 22px;
    line-height: 30px;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.95);
}

/** ClipFull **/
@media screen and (max-width: 1024px) {
    .clipFull .heroTxt {
        width: 95%;
    }

    .clipFull h1 {
        font-size: 28px;
    }

    .clipFull h2 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hero3 {
        height: 250px;
    }

    .clipFull {
        height: 250px;
    }
}

@media (max-width: 420px) {
    .hero3 {
        height: 200px;
    }
    .clipFull {
        height: 200px;
    }
    .clipFull h1 {
        font-family: 'BentonSansBBVA-Medium';
        font-size: 22px;
    }
}

/* HeroBanner */

.cuota-anual {
    margin: 0px;
    padding: 72px 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
    position: relative;
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
}

.cuota-anual .parentFlex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0px auto 0;
}

.cuota-anual .childLogo {
    width: 20%;
    max-width: 200px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}

.cuota-anual .childTxt,
.cuota-anual .childTxt p {
    width: 80%;
    max-width: 760px;
    text-align: left;
    font-size: 18px;
}

.cuota-anual ul {
    font-family: 'BentonSansBBVA-Book';
}

.cuota-anual .fireIcn {
    max-width: 106px;
    height: auto;
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .cuota-anual {
        padding: 72px 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .cuota-anual .parentFlex {
        display: flex;
        flex-direction: column;
    }

    .cuota-anual .childLogo {
        width: 100%;
        max-width: 100%;
    }

    .cuota-anual .childTxt,
    .cuota-anual .childTxt p {
        width: 100%;
        margin: 24px auto;
    }

    .cuota-anual ul {
        margin-left: -10px;
    }
}

/************************** Cuota anual ***************************/

/************************** Programa Recompenzas ***************************/
.programa-recompensas {
    margin: 0px;
    padding: 72px 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
    position: relative;
    text-align: left;
    font-family: 'BentonSansBBVA-Book';
}

.programa-recompensas .parentFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    margin: 32px auto 0;
}

.programa-recompensas .half {
    width: 50%;
    padding: 24px 24px 0;
    box-sizing: border-box;
}

.programa-recompensas .img {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}

.programa-recompensas .half .img1 {
    margin: 0px auto;
}

.programa-recompensas .half .img2 {
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .programa-recompensas {
        padding: 72px 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .programa-recompensas .half {
        width: 100%;
        padding: 0px;
    }

    .programa-recompensas .half .img2 {
        margin: 24px auto auto;
    }
}

/************************** Programa Recompenzas ***************************/

/************************** Viajero de corazÃ³n ***************************/
.viajero-de-corazon {
    margin: 0px;
    padding: 72px 0;
    width: 100%;
    min-height: 400px;
    height: 100%;
    position: relative;
    text-align: left;
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
}

.viajero-de-corazon .parentFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    margin: 0px auto 0;
}

.viajero-de-corazon .half {
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
}

.viajero-de-corazon ul {
    margin-left: -15px;
}

.viajero-de-corazon ul li&gt;a {
    color: #121212;
    text-decoration: underline;
    font-family: 'BentonSansBBVA-Medium';
}

.viajero-de-corazon ul li&gt;a:hover {
    color: #333;
    text-decoration: underline;
    font-family: 'BentonSansBBVA-Medium';
}

.viajero-de-corazon .img {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}

.viajero-de-corazon .img1 {
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .viajero-de-corazon {
        padding: 72px 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .viajero-de-corazon .half {
        width: 100%;
        padding: 0px;
    }

    .viajero-de-corazon .title {
        margin-top: 24px;
    }

    .viajero-de-corazon .half .img2 {
        margin: 24px auto auto;
    }

    .viajero-de-corazon .parentFlex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        box-sizing: border-box;
        margin: 32px auto 0;
    }

    .viajero-de-corazon .parentFlex {
        margin: 0px auto 0;
    }
}

/************************** Viajero de corazÃ³n ***************************/

/************************** Promociones del aÃ±o ***************************/
.promociones-del-ano {
    margin: 0px;
    padding: 72px 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
    position: relative;
    text-align: left;
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
}

.promociones-del-ano .parentFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box;
    margin: 0px auto 0;
}

.promociones-del-ano .half {
    width: 50%;
    padding: 0px;
    box-sizing: border-box;
}

.promociones-del-ano ul {
    margin-left: -15px;
    width: 80%;
}

.promociones-del-ano .img {
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
}

.promociones-del-ano .img1 {
    margin: 0px auto;
}

@media screen and (max-width: 1024px) {
    .promociones-del-ano {
        padding: 72px 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 768px) {
    .promociones-del-ano .half {
        width: 100%;
        padding: 0px;
    }

    .promociones-del-ano .title {
        margin-top: 24px;
    }

    .promociones-del-ano .half .img2 {
        margin: 24px auto auto;
    }

    .promociones-del-ano .parentFlex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        box-sizing: border-box;
        margin: 32px auto 0;
    }

    .promociones-del-ano .parentFlex {
        margin: 0px auto 0;
    }
}

/************************** Promociones del aÃ±o ***************************/

/************************** Swiper Nomina ***************************/
.swiperNomina {
    margin: 0px;
    padding: 72px 0;
    width: 100%;
    min-height: 500px;
    height: 100%;
    position: relative;
    text-align: left;
    font-family: 'BentonSansBBVA-Book';
    font-size: 18px;
}

.swiperNomina {
    padding: 72px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiperNomina .swiper-button-next {
    color: transparent;
}

.swiperNomina .swiper-button-prev {
    color: transparent;
}

.swiperNomina .swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    background-size: 27px 44px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.tdc {
    transition: .5s all;
    filter: blur(2px);
}

.thr {
    transform: scale(0.6);
    z-index: 60;
}

.sec {
    transform: scale(0.8);
    z-index: 80;
}

.selected {
    transform: scale(1.4);
    filter: blur(0px);
    z-index: 100;
}

.percentajeCard {
    width: 140px;
    margin: 26px auto 26px;
    padding: 16px 48px;
    font-size: 24px;
    font-family: 'BentonSansBBVA-Medium';
    color: var(--darkish-blue);
    border: 0px;
    text-align: center;
    background: #fff;
}

.swiperNomina .tablaPorcentajes {
    color: #004481;
    font-family: 'BentonSansBBVA-Medium';
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    text-decoration: underline;
}

.swiperNomina .tablaPorcentajes:hover {
    color: #1465a5;
    text-decoration: underline;

}

/* BotÃ³n animado con gradient */
.icnSize {
    font-size: 15px;
}
@media screen and (max-width: 768px){
    .selected {
        transform: scale(1.2);
    }
}
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 560px;
    }
}

/************************** Swiper Nomina ***************************/


/***********************General Cards***********************/
.containerCards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.containerCards .single {
    position: relative;
    max-width: 350px;
    height: 251px;
    overflow: hidden;
    width: 31.6%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 24px;
}

.containerCards .brandBox {
    width: 100%;
    min-height: 145px;
    height: auto;
    text-align: center;
    position: relative;
    background: #fff;
}

.containerCards .brandBox img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.containerCards .promocion {
    padding: 16px;
    height: auto;
}

.containerCards .promoTitle {
    color: var(--dark);
    font-family: 'BentonSansBBVA-Medium';
    font-size: 22px;
    display: block;
}

.containerCards .promoTxt {
    background-color: white;
    font-family: 'BentonSansBBVA-Medium';
    font-size: 18px;
    min-height: 0;
    display: block;
    margin: 16px 0;
    height: 63px;
    color: #004481;
    padding: 20px 16px;
}

.containerCards .brandLink {
    text-align: left;
    color: var(--core-blue-light);
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-family: 'BentonSansBBVA-Medium';
}

.containerCards .brandLink:hover {
    text-decoration: none;
    color: var(--sky-blue);
}

@media screen and (min-width: 900px) {
    .containerCards .single:nth-of-type(3n+2) {
        margin-left: 2.6%;
        margin-right: 2.6%;
    }
}

@media screen and (max-width: 1024px) {
    .containerBrands {
        padding: 0 16px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 900px) {
    .containerCards .single {
        width: 49%;
        max-width: 100%;
    }

    .containerCards .single:nth-child(even) {
        margin-left: 2%;
        margin-right: 0;
    }

    .containerCards .brandBox img {
        max-width: 70%;
        height: auto;
        position: absolute;
    }
}

@media screen and (max-width: 570px) {
    .containerCards .single {
        width: 100%;
    }

    .containerCards .single:nth-child(even) {
        margin-left: 0;
        margin-right: 0;
    }
}

/***********************General Cards***********************/

/*  Come in effect */
.come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 0.6s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

.itemGrid2 {
    transform: translateY(150px);
}

/*  Come in effect */








/* Modal */
.modal-content{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-top: 0px;
}
.modal-title{
    font-family: "BentonSansBBVA-Book";
    font-size: 24px;
    color: #121212;
    margin-top: 8px;
}
.modal table{
    border: none;
}
.modal .table-bordered td, .table-bordered th {
    border-bottom: 1px solid #eee !important;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}
.closeModal{
    border: none;
    color: #1465A5;
    background: transparent;
    outline: none;
    cursor: pointer;
    margin-top: 3px;
    margin-right: -16px;
}
.tarjeta-modal{
    max-width: 48px;
    height: auto;
    display: inline-block;
    margin: 0 8px 0 0;
}
@media screen and (max-width: 768px){
    .modal-content{
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 5px;
        padding-top: 0px;
    }
    .closeModal{
        margin-right: 0px;
    }
    .modal-title{
        font-family: "BentonSansBBVA-Medium";
        font-size: 18px;
        color: #121212;
        margin-top: 8px;
    }
}
/* Modal */

/* Generals */

.title-tdc {
    font-family: 'BentonSansBBVA-Bold';
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    max-width: 890px;
    margin: 0px auto;
    width: 90%;
}

.st32 {
    font-size: 32px;
}

.t32 {
    font-size: 32px;
}

.aqua {
    color: #2dcccd;
}

.bold {
    font-family: "BentonSansBBVA-Bold";
}

@media screen and (max-width: 1024px) {

    .title-tdc {
        font-size: 28px;
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .st32 {
        font-size: 20px;
        font-family: "BentonSansBBVA-Medium";
    }

    .t32 {
        font-size: 24px;
        font-family: "BentonSansBBVA-Medium";
    }

    .title-tdc {
        font-size: 24px;
        width: 90%;
    }

    .order-mdn-0 {
        order: 0;
    }

    .order-mdn-1 {
        order: 1;
    }

    .order-mdn-2 {
        order: 2;
    }

    .order-mdn-3 {
        order: 3;
    }
}

/* Generals */

.white.vista-cliente.s18 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}</pre></body></html>