<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-perfil-tecnologia.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;
    }
}
.element1{
    background: url('../../images/Hero_Perfil_Compras-09.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    animation: element1 3s infinite;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 250px;
    right: 340px;
    z-index: 2;

}
.element2{
    background: url('../../images/Hero_Perfil_Compras-07.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    animation: element2 1s infinite;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 70px;
    right: 150px;
    z-index: 2;
}
.element3{
    background: url('../../images/Hero_Perfil_Compras-08.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    animation: element3 5s infinite;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 120px;
    right: 60px;
    z-index: 2;
}
.element4{
    background: url('../../images/Nube.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 240px;
    animation: element4 4s infinite;
    width: 240px;
    height: 90px;
    position: absolute;
    top: 70px;
    right: 360px;
    z-index: 2;
}
.reloj{
    background: url('../../images/Geek.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 210px;
    height: 350px;
    position: absolute;
    top: 150px;
    right: 110px;
    z-index: 1;
}

@keyframes element1 {
    10%   {
    transform: scale(0.6);
        }
    50%   {
    transform: scale(0.8);
        }
    100%   {
    transform: scale(1.1);
        }
}
@keyframes element2 {
    10%   {
    transform: scale(0.7);
        }
    50%   {
    transform: scale(0.9);
        }
    100%   {
    transform: scale(1.1);
        }
}
@keyframes element3 {
    10%   {
    transform: scale(0.5);
        }
    50%   {
    transform: scale(0.9);
        }
    100%   {
    transform: scale(1.1);
        }
}
@keyframes element4 {
    0%   {
    transform: translateX(0%);
        }
    50%   {
    transform: translateX(15%);
        }
    100%   {
    transform: translateX(0%);
        }
}
.copyHero {
    background-color: rgba(212, 237, 252, 0.7);
    background: rgba(212, 237, 252, 0.7);
    padding: 26px;
    max-width: 491px;
    max-height: 400px;

    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:3;
}
@media screen and (max-width: 1024px) {
    .heroB{
        height: 590px;
        padding-top: 110px;
    }
    .heroB .s40{
        font-size: 32px;
    }
}
@media screen and (max-width: 960px) {
    .heroB {
        height: 850px;
        background: url('../../images/Hero-perfil-tecnologia-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        padding-top: 60px;
    }
    .heroB .inner {
        height: 100%;
    }
    .element1{
        top: 180px;
        left: 30%;
    }
    .element2{
        top: 40px;
        right: 45%;
    }
    .element3{
        top: 180px;
        right: 30%;
    }
    .reloj{
        width: 210px;
        height: 280px;
        top: 130px;
        right: 0;
        left: 0;
        margin-left: auto; 
        margin-right: auto; 
    }
    .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%;
    }
    .element1{
        top: 180px;
        left: 10%;
    }
    .element2{
        top: 40px;
        right: 45%;
    }
    .element3{
        top: 180px;
        right: 10%;
    }
    .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>