<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Herobanner */
.hero-oferta{
    height: 630px;
    width: 100%;
    position: relative;
    display: block;
    background: #043263;
}
.hero-oferta .celphoneImg{
    position: absolute;
    bottom: -100px;
    right: -30px;
    width: 300px;
    height: auto;
    opacity: 0;
}
.animacionMobile{
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1 !important;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1 !important;
        right: 30px;
    }
}
.flex img{
    width: 100%;
    height: auto;
    display: block;
}
.hero-oferta h2 {
    max-width: 1176px;
    width: 90%;
    font-size: 32px;
    font-family: "BentonSansBBVA-Bold";
    line-height: 50px;
    margin: 0px auto 0px;
}
.hero-oferta .heroBox{
    width: 50%;
    max-width: 480px;
    height: 90%;
    text-align: left;
    position: relative;
    line-height: 1.5;
    margin-left: 30px;
}
.heroBox .centerTxt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.flex{
    display: flex;
}
.flexRR{
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.flexRC{
    flex-direction: row;
}
.flex-ai-center{
    align-items: center;
}
.heroBox .logoBBVA{
    margin-right: 16px;
}
.heroBox h3{
    font-size: 36px;
    font-family: "BentonSansBBVA-Bold";
}
.heroBox h4{
    font-size: 32px;
    width: 100%;
    font-family: "BentonSansBBVA-Medium";
}
.heroBox p{
    font-size: 18px;
    width: 100%;
    font-family: "BentonSansBBVA-Book";
}
@media screen and (max-width: 1024px){
    .hero-oferta{
        padding: 0px 16px;
        box-sizing: border-box;
    }
    .hero-oferta .celphoneImg{
        right: 0px;
    }
    .hero-oferta .heroBox{
        margin-left: 0px;
    }
}
@media screen and (max-width: 768px){
    .hero-oferta{
        height: 840px;
    }
    .hero-oferta .celphoneImg{
        bottom: -150px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 250px;
        height: auto;
    }
    .hero-oferta h2 {
        font-size: 28px;
        width: 100%;
    }
    .hero-oferta .heroBox{
        max-width: 500px;
        width: 85%;
        margin: 0px auto;
    }
    .heroBox .centerTxt{
        width: 100%;
        position: relative;
        top: 28px;
        left: 0;
        transform: none;
    }
    .heroBox h3{
        font-size: 28px;
    }
    .heroBox h4{
        font-size: 20px;
        width: 100%;
    }
    .heroBox p{
        font-size: 20px;
        width: 100%;
    }
}
@media screen and (max-width: 440px){
    .hero-oferta .celphoneImg{
        bottom: -150px;
        width: 220px;
    }
}
/* Herobanner */

/* Funcionalidades */
.bg-pale-blue{
    background: #d4edfc;
}
.funcionalidades{
    width: 100%; 
    padding: 200px 0 72px;
    position: relative;
    height: 100%;
}
.titleModule {
    max-width: 1176px;
    width: 90%;
    font-size: 32px;
    font-family: "BentonSansBBVA-Book";
    line-height: 50px;
    margin: 0px auto 0px;
}
.flexHalf{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    margin: 50px auto 0;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
    color: #072146;
}
.half{
    width: 49%;
    background: #d4edfc;
    text-align: left;
    padding: 16px;
    margin: 20px auto 0;
}
.half:nth-child(odd){
    margin-right: 1%;
}
.half:nth-child(even){
    margin-left: 1%;
}
.flexHalf h2{
    font-size: 24px;
    line-height: 1.5;
    font-family: "BentonSansBBVA-Medium";
}
.flexHalf p{
    font-size: 18px;
    line-height: 1.5;
    font-family: "BentonSansBBVA-Book";
}
@media screen and (max-width: 1024px)
{
    .titleModule {
        font-size: 28px;
    }
    .flexHalf{
        padding: 0 16px;
    }
}
@media screen and (max-width: 768px){
    .flexHalf{
        flex-direction: column;
        flex-wrap: wrap;
        padding: 0 16px;
    }
    .half{
        width: 100%;
    }
    .half:nth-child(odd){
        margin-right: 0;
    }
    .half:nth-child(even){
        margin-left: 0;
    }
}

/* Funcionalidades */



/*Cards apps*/
.cardsApps{
    width: 100%;
    margin: 0px;
    padding: 64px 0;
    position: relative;
    min-height: 600px;
    background: #004481;
}
@media screen and (max-width: 1024px){
    .cardsApps{
        padding: 64px 16px;
        box-sizing: border-box;
    }
}
/*Cards apps*/

/*Flip Effect*/
.bg-black {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
	display: none;
	opacity: 0;
}
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

/* Cards */
/*Flip Effect*/
.flip-card {
    background-color: transparent;

    position: relative;
    box-sizing: border-box;

    width: 31.6%;
    max-width: 300px;
	height: 500px;
	border: none;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    margin: 16px auto 0;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}
/* Position the front and back side */
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
    height: 100%;
    color: #fff;
    z-index: 2;
    display: flex;
    align-content: center;
    font-size: 18px;
    font-family: "BentonSansBBVA-Medium";
}
.parentLayer{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0px; padding: 0px;
    overflow: hidden;
    z-index: 2;
}
.flip-card-front .centerTxt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 3;
}
.flip-card-front .iconApp{
    max-width: 144px;
    height: auto;
    margin: 0px auto;

}
.txtApp{
    margin-top: 16px;
    display: block;
    padding: 0px
}
.flip-card-front button{
    background:transparent;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
.flip-card-front button:hover{
    color: #004481;
}
.card1{
    background-color: #5bbeff;
}
.card2{
    background-color: #b6a8ee;
}
.card3{
    background-color: #2dcccd;
}
/* Hover Card 1 */
.flip-card-front .layer1 {
	position: absolute;
	top: calc(-5% - 0px);
	left: 0;
	width: 100%;
	height: 190%;
	background: linear-gradient(-10deg, #1973b8 70%, transparent 30%);
	z-index: 1;
	transition: 0.5s;
}
.flip-card-front:hover .layer1 {
	top: -345px;
}
/* Hover Card 2 */
.flip-card-front .layer2 {
	position: absolute;
	top: calc(-5% - 0px);
	left: 0;
	width: 100%;
	height: 190%;
	background: linear-gradient(-10deg, #8f7ae5 70%, transparent 30%);
	z-index: 1;
	transition: 0.5s;
}
.flip-card-front:hover .layer2 {
	top: -345px;
}
/* Hover Card 3 */
.flip-card-front .layer3 {
	position: absolute;
	top: calc(-5% - 0px);
	left: 0;
	width: 100%;
	height: 190%;
	background: linear-gradient(-10deg, #043263 70%, transparent 30%);
	z-index: 1;
	transition: 0.5s;
}
.flip-card-front:hover .layer3 {
	top: -345px;
}
/* Style the back side */
.flip-card-back {
	background-color: #fff;
    color: #fff;
    height: 100%;
    z-index: 3;
    transform: rotateY(180deg);
    font-size: 18px;
    text-align: left;
    line-height: 1.4;
}
.flip-card-back ul{
    margin: 24px 0 0 0px;
    padding: 0;
    list-style: none;
    
}
.flip-card-back ul li{
    margin-top: 16px;
}

.card1back{
    background: #49a5e6;
}
.card2back{
    background: #6750bb;
}
.card3back{
    background: #02a5a5;
}
.flip-card-back button{
    background:transparent;
    color: #fff;
    border: none;
    width: 34px;
    height: 34px;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}
.flip-card-back button:hover{
    color: #004481;
}
/*Flip Effect*/

@media screen and (min-width: 900px) {
    .flip-card:nth-of-type(3n+2) {
        margin-left: 2.6%;
        margin-right: 2.6%;
    }
}
@media screen and (max-width: 900px) {
    .flip-card {
        width: 48%;
        max-width: 100%;
    }
    .flip-card:nth-child(even){
        margin-left: 2%;
        margin-right: 2%;
    }
}
@media screen and (max-width: 850px) {
    .flexRC{
        flex-direction: column;
    }
    .flip-card {
        width: 100%;
        height: 350px;
    }
    .flip-card:nth-child(even){
        margin-left: 0;
        margin-right: 0;
    }
    .flip-card-front:hover .layer1, .flip-card-front:hover .layer2, .flip-card-front:hover .layer3 {
        top: -295px;
    }
}
@media screen and (max-width: 500px) {
    .flip-card {
        height: 450px;
    }
}
@media screen and (max-width: 355px) {
    .flip-card {
        height: 490px;
    }
}
@media screen and (max-width: 330px) {
    .flip-card {
        height: 510px;
    }
}
/* Cards */</pre></body></html>