.card_registro_home {
    background-color: var(--sello-rojo-fondo);
    border: 3px solid var(--sello-amarillo);
    min-height: 300px;
    display: flex;
    justify-content: center;
    width: 90%;
    animation: brillocaja 2s linear infinite alternate;
    border-radius: 40px;
}

.subir_elemento {
    margin-top: -250px;
}

.informacion {
    background-color: var(--sello-amarillo);
    border-radius: 40px;
    padding: 5px 10px;
    text-align: center;
}

.fondo_decoracion {
    background-image: url('../img/home/decoracion_curva.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 500px;
    margin-bottom: -30px;
}

.fondo_ejemplo_empaque {
    background-image: url('../img/home/raya_login.png');
    background-repeat: no-repeat;
    background-size: 100% 120px;
    background-position: center bottom;
    margin-top: -350px;
    z-index: -1;
}

.fondo_animacion_footer{
    background-image: url('../img/home/animacion_raya_footer.gif');
    background-repeat: no-repeat;
    background-size: 100% 320px;
    background-position: center bottom;
    height: 470px;
    margin-bottom: -10px;
}

/* ESTILOS DERCORACIONES DE FONDO */
.estrella1 {
    position: absolute;
    width: 150px;
    right: 0;
    bottom: 25%;
    z-index: -1;
}

.estrella2 {
    position: absolute;
    width: 150px;
    z-index: -1;
    left: 10%;
}

.estrella3 {
    position: absolute;
    width: 150px;
    z-index: -1;
    top: 100px;
    right: 30%;
}

.aleluya1 {
    position: absolute;
    width: 120px;
    z-index: -1;
}

.aleluya2 {
    position: absolute;
    width: 95px;
    z-index: -1;
}

.aleluya3 {
    position: absolute;
    width: 150px;
    z-index: -1;
    right: 0;
    bottom: -100px;
}

.moverlinea {
    width: -webkit-fill-available;
    margin-left: -38px;
    position: relative;
    z-index: -1;
}
.unir_footer{
    margin-bottom: -40px;
}
@keyframes brillocaja {
    0% {
        box-shadow: 0 0 8px 8px rgba(255, 243, 74, 0.493);
    }

    100% {
        box-shadow: 0 0 8px 8px rgba(255, 243, 74, 0);
    }
}

@media (min-width: 2050px) {
    .fondo_decoracion {
        height: 700px;
    }

}

@media (min-width: 2800px) {
    .fondo_decoracion {
        height: auto;
        background-image: none;
        margin-bottom: 50px;
    }

}

@media (max-width: 1620px) {
    .subir_elemento {
        margin-top: -230px;
    }
}

@media (max-width: 1550px) {
    .subir_elemento {
        margin-top: -200px;
    }
}

@media (max-width: 1350px) {
    .subir_elemento {
        margin-top: -180px;
    }
    .fondo_ejemplo_empaque {
        margin-top: -100px;
    }
}

@media (max-width: 1350px) {
    .subir_elemento {
        margin-top: -150px;
    }
}

@media (max-width: 1250px) {
    .subir_elemento {
        margin-top: -130px;
    }

    .fondo_decoracion {
        background-image: none;
        height: auto;
    }
}

@media (max-width: 1200px) {
    .fondo_ejemplo_empaque {
        margin-top: 0px;
    }
    .fondo_animacion_footer {
        background-size: 100% 250px;
        height: 400px;
    }
    .subir_elemento {
        margin-top: 0px;
    }

    .aleluya1 {
        top: 50%;
        left: 50%;
    }

    .estrella3 {
        width: 100px;
        top: 40px;
        left: 50%;
    }

    .estrella1 {
        width: 100px;
        top: 40%;
    }
    .estrella2 {
        width: 100px;
        left: auto;
        right: 0;
    }
    .aleluya3 {
        width: 100px;
        right: 0;
        bottom: 0;
    }

    
}

@media (max-width: 990px) {
    .aleluya1 {
        top: 100px;
        width: 75px;
        left: 200px;
    }
    .card_registro_home h1{
        font-size: 22px;
    }
}

@media (max-width: 780px) {
    .fondo_animacion_footer {
        background-image: none;
        height: auto;
    }
    .informacion h1{
        font-size: 25px;
    }
}

@media (max-width: 600px) {
    .card_registro_home {
        min-height: 240px;
    }
    .aleluya1 {
        width: 60px;
        top: 200px;
        left: 0;
    }
    .aleluya2 {
        width: 55px;
    }
    .estrella1 {
        width: 80px;
    }
    .estrella2 {
        width: 80px;
    }
    .estrella3 {
        width: 80px;
    }


    
}
