.informacion {
    background-color: var(--sello-amarillo);
    border-radius: 40px;
    padding: 5px 10px;
    text-align: center;
}

.decoracion_informacion {
    color: var(--sello-amarillo);
    margin: 0px;
    border-top: 5px solid var(--sello-amarillo);
    opacity: 1;
    width: 100%;
}

.bajarcontenido {
    height: 40px;
}

.text-shadow {
    font-size: 50px;
    text-shadow: 2px 2px 17px #000000a3;
}

.decoracion {
    position: absolute;
    left: 0;
    max-height: 400px;
}

.decoracion2 {
    position: absolute;
    right: 0;
    max-height: 400px;
}

/* ESTILOS DERCORACIONES DE FONDO */
.estrella1 {
    position: absolute;
    width: 200px;
    z-index: -1;
}

.estrella2 {
    position: absolute;
    width: 200px;
    z-index: -1;
    right: 0;

}

.estrella3 {
    position: absolute;
    width: 200px;
    z-index: -1;
    right: 0;
}

.aleluya1 {
    position: absolute;
    width: 90px;
    z-index: -1;
    right: 0;
}

.aleluya2 {
    position: absolute;
    width: 90px;
    z-index: -1;
}

.aleluya3 {
    position: absolute;
    width: 180px;
    z-index: -1;
    left: 0;
}

@media (min-width: 2050px) {
    .bajarinformacion {
        height: 10px;
    }

    .decoracion {
        height: 700px;
        max-height: 700px;
    }

    .decoracion2 {
        height: 700px;
        max-height: 700px;
    }
}
@media (max-width: 1300px) {
    .decoracion,.decoracion2 {
        max-height: 300px;
    }
}
@media (max-width: 990px) {
    .decoracion_informacion{
        display: none;
    }
    .estrella1 {
        width: 150px;
    }

    .estrella2 {
        width: 150px;

    }

    .estrella3 {
        width: 150px;
    }

    .aleluya1 {
        width: 70px;
    }

    .aleluya2 {
        width: 120px;
    }

    .aleluya3 {
        width: 150px;
    }

    .decoracion,.decoracion2 {
        max-height: 200px;
    }
    .informacion h1{
        font-size: 25px;
    }
}

@media (max-width: 780px) {
    .decoracion,.decoracion2,.estrella1 {
        display: none;
    }
}

@media (max-width: 550px) {
    .bajarcontenido {
        height: 30px;
    }
    .informacion h1,.informacion h2{
        font-size: 22px;
    }
}
