<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#completo_content_llamada {
    height: 100%;
    width: 100%;
    background-color: var(--bkg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

    /* Display*/
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
}

#completo_bk {
    position: absolute;
    animation: ease-in-out 1s aparece;
    z-index: 0;
    top: 0;
    width: 100%;
}

#completo_bk figure img { width: 100%;}

.completo_tit,
.completo_text {
    color: var(--texto-blanco);
}

#completo_logo,
#completo_parrafo {
    z-index: 3;
}

/* Inicio */


    #completo_parrafo {
        text-align: center;
    }

    #init_logo {
        animation: ease-in-out 2s aparece_se_acerca, 3s ease-in-out 2s infinite crecer-achicar;
    }

/* Login ingresa*/

    #completo_logo {
        animation: ease-in-out 2s aparece;
    }</pre></body></html>