.informacion {
    background-color: var(--sello-amarillo);
    border-radius: 40px;
    padding: 5px 10px;
    text-align: center;
}

.bajarinformacion {
    height: 90px;
}

.decoracion1 {
    position: absolute;
    height: 700px;
    top: 455px;
    left: 0;
}

.decoracion2 {
    position: absolute;
    height: 1100px;
    right: 0;
}
body{
    background-size: 100% 100%;
}
/* ESTILOS DERCORACIONES DE FONDO */
.estrella1 {
    position: absolute;
    width: 200px;
    left: 0;
    z-index: -1;
}

.estrella2 {
    position: absolute;
    width: 200px;
    z-index: -1;
    right: 0;
    top: 75%;
}

.estrella3 {
    position: absolute;
    width: 200px;
    z-index: -1;
    right: 0;
}

.aleluya1 {
    position: absolute;
    width: 100px;
    z-index: -1;
    right: 0;
}

.aleluya2 {
    position: absolute;
    width: 75px;
    z-index: -1;
}

.aleluya3 {
    position: absolute;
    width: 120px;
    z-index: -1;
    left: 0;
}

@media (min-width: 2050px) {
    .decoracion1 {
        display: none;
    }
    .bajarinformacion {
        height: 10px;
    }
}

@media (max-width: 990px) {
    .estrella1 {
        width: 150px;
    }

    .estrella2 {
        width: 150px;

    }

    .estrella3 {
        width: 150px;
    }

    .aleluya1 {
        width: 70px;
    }

    .aleluya2 {
        width: 70px;
    }

    .aleluya3 {
        width: 100px;
    }

    .decoracion1 {
        height: 380px;
        top: 570px;
    }
}

@media (max-width: 770px) {

    .decoracion1,
    .decoracion2 {
        display: none;
    }
    body{
        background-size: cover;
    }
    .informacion h1,.informacion h2{
        font-size: 24px;
    }
}

@media (max-width: 550px) {
    .bajarinformacion {
        height: 70px;
    }
}
