<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*PANTALLA defs ESCRITORIO*/

@media only screen and (min-width:1080px) and (max-width:1920px) {

    .hero_area1 {
        position: relative;
        height: 22vh;
        width: 205vh;
        background-color: white;
        margin-top: -19px;
        width: 153%;
        margin-left: -27%;
    }

    .divSecundario2 {
        margin-top: 10px;
        background: #004868;
        color: white;
        padding: 10px 0;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: .9;
    }

    .waves1 {
        position: absolute;
        width: 100%;
        height: 85vh;
        min-height: 100px;
        max-height: 120px;
        bottom: 0px;
        left: 0px;
    }

}

@media only screen and (min-width:900px) and (max-width:1440px) {

    .hero_area1 {
        position: relative;
        height: 4vh;
        width: 100vh;
        background-color: white;
        margin-top: -19px;
        width: 122%;
        margin-left: -11%;
    }

    .divSecundario2 {
        margin-top: -20px;
        background: #004868;
        color: white;
        padding: 10px 0;
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: .9;
    }

    .waves1 {
        position: absolute;
        width: 100%;
        height: 85vh;
        min-height: 100px;
        max-height: 100px;
        bottom: 0px;
        left: 0px;
    }

}

html, body {
    min-height: 100%;
    width: 100%;
}

.ContenidoFull {
    height: 150px;
    width: 160%;
    border: 1px solid #4CAF50;
    margin-left: -27%;
}

.tituloPortal {
    color: white;
    font-size: 35px;
    /*  font-weight: bold;*/
    font-family: 'Roboto Condensed', sans-serif;
}


/****************** PRINCIPAL ******************/
.divPrincipal {
    margin-top: -2%;
    margin-left: -10%;
    margin-right: -10%;
    margin-bottom: 5%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/****************** SECCION IMG 1 ******************/

.divSecundario1 {
    margin-top: 20px;
    background: white;
    color: white;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.imgSec1 {
    width: 100px;
    height: 100px;
}

/****************** SECCION IMG 3 ******************/

.divSecundario3 {
    margin-top: 20px;
    background: white;
    color: white;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imgSec3 {
    width: 100px;
    height: 100px;
}

/****************** WAVE ******************/

.parallax &gt; use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .parallax &gt; use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 17s;
    }

    .parallax &gt; use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 20s;
    }

    .parallax &gt; use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 23s;
    }

    .parallax &gt; use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 30s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}

/* Waves Animation end*/

/************************* separadosres de wave **************************/


.div_separador_views{
    margin-top: 23%;
}

.div_separador_viewresetpass {
    margin-top: 18%;
}

.div_separador_views_confirmEmail {
    margin-top: 35%;
}

.div_separador_viewresetpassConfirm {
    margin-top: 36%;
}

.div_separador_views_login {
    margin-top: 7%;
}

.div_separador_views_confirmpassword {
    margin-top: 29%;
}</pre></body></html>