<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.heroB{
    width: 100%;
    height: 590px;
    background: url('../../images/Hero_Desktop_Futurista_Fondo.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #043263;
    position: relative;
    z-index: 1;
    margin-top: 87px;
}
@media (max-width: 1024px){
    .heroB{
        margin-top: 44px;
    }
}
.heroB .inner{
    position: relative;
    height: 100%;
}
.element1{
    background: url('../../images/Hero_Perfil_Futurista_Astronauta.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;

    animation: element1 6s infinite;
    width: 380px;
    height: 430px;
    position: absolute;
    bottom: 50px;
    right: 0px;
    z-index: 2;

}
.element2{
    background: url('../../images/Hero_Perfil_Futurista_Elemento2.png');
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: 100%;

    animation: element2 10s infinite;
    width: 190px;
    height: 100px;
    position: absolute;
    top: 50px;
    right: 3%;
    z-index: 2;
}

.element3{
    background: url('../../images/Hero_Perfil_Futurista_Elemento1.png');
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: 100%;

    animation: element3 5s infinite;
    width: 220px;
    height: 100px;
    position: absolute;
    bottom: 50px;
    left: 33%;
    z-index: 2;
}
@keyframes element1 {
10%   {
    transform: scale(0.8);
        }
50%   {
    transform: scale(0.9);
        }
100%   {
    transform: scale(1);
        }
}
@keyframes element2 {
0%   {
    right: 3%
        }
50%   {
    right: 13%
        }
100%   {
    right: 3%
    }
}
@keyframes element3 {
0%   {
    left: 7%
        }
50%   {
    left: 17%
        }
100%   {
    left: 7%
    }
}


.wrapperGray{
    background: #f7f5f5;
    padding: 1px 0 50px;
    position: relative;
    display: block;
    height: auto;
}
.copyHero {
    background-color: rgba(212, 237, 252, 0.7);
    background: rgba(212, 237, 252, 0.7);
    padding: 26px;
    max-width: 491px;
    max-height: 455px;

    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.heroB h2{
    font-family: 'BentonSansBBVA-Medium';
    font-size: 18px;
}
.heroB h3{
    font-family: 'BentonSansBBVA-Bold';
    font-size: 40px;
}
.heroB h4{
    font-family: 'BentonSansBBVA-Medium';
    font-size: 18px;
    line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    .element1{
        background: url('../../images/Hero_Perfil_Futurista_Astronauta.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        animation: element1 6s infinite;
        width: 280px;
        height: 340px;
        position: absolute;
        bottom: 50px;
        right: 0px;
        z-index: 2;
    }
    .element2{
        width: 150px;
        height: 100px;
        top: 80px;
        right: 11.5%;
    }
    .element3{
        width: 150px;
        height: 100px;
        top: 80px;
    }

    .heroB{
        height: 590px;
        padding-top: 110px;
    }
    .heroB h3{
        font-size: 32px;
    }
}
@media screen and (max-width: 900px){
    .heroB{
        height: 590px;
        background-repeat: no-repeat;
        background-position: center center;
        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

    }
}
@media screen and (max-width: 850px) {
    .heroB {
        height: 850px;
        background: url('../../images/Hero_Mobile_Futurista_Fondo.png');
        background-repeat: no-repeat;
        padding-top: 60px;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .heroB .inner {
        height: 100%;
        position: relative;
        
    }
    .element1{
        top: 0px;
        right: 0px;
        left: 0px;
        margin: 0px auto;
    }
    .element2{
        top: 40px;
        right: 43%;
    }
    .element3{
        top: 180px;
        right: 22%;
    }

    .copyHero {
    box-sizing: border-box;
    background: transparent;
    padding: 26px;
    max-width: 100%;
    max-height: 400px;
    color: #fff;
    margin: 0;
    position: relative;
    top: 45%;
    -ms-transform: translateY(5%);
    transform: translateY(5%);
    }
    .heroB h3{
        font-size: 28px;
    }
}
@media screen and (max-width: 600px) {
    .heroB{
        height: 1000px;
        background-position: 50%;
    }
    .heroB .inner {
        height: 100%;
    }
.copyHero {

    top: 45%;
    -ms-transform: translateY(5%);
    transform: translateY(5%);

    }
}
@media screen and (max-width: 450px) {
    .heroB {
        height: 950px;
        padding-top: 50px;
    }
    .copyHero {
        top: 30%;
        -ms-transform: translateY(30%);
        transform: translateY(35%);
        max-height: auto;
        padding: 0px 10px 0 10px;
    }
}</pre></body></html>