.decoracion{
    position: absolute;
    left: 0;
    max-height: 100%;
    z-index: -1;
    top: 40%;
}
.informacion{
    background-color: var(--sello-amarillo);
    border-radius: 40px;
    padding: 5px 10px;
    text-align: center;
}
.text-shadow{
    font-size: 50px;
    text-shadow: 2px 2px 17px #000000a3;
}

.decoracion_informacion{
    color: var(--sello-amarillo);
    margin: 0px;
    border-top: 5px solid var(--sello-amarillo);
    opacity: 1;
    width: 100%;
}
.bajarcontenido{
    height: 10px;
}
/* ESTILOS DERCORACIONES DE FONDO */

.estrella2{
    position: absolute;
    width: 200px;
    z-index: -1;
    right: 0;

}
@media (max-width: 1700px) {
    .informacion h1{
        font-size: 32px;
    }
}
@media (max-width: 990px) {
    .decoracion{
        display: none;
    }
    .bajarcontenido{
        height: 30px;
    }
    .estrella2{
        width: 150px;
    
    }
    .informacion h1{
        font-size: 22px;
    }
    .informacion h1{
        font-size: 25px;
    }
}
@media (max-width: 500px) {
    .informacion h1{
        font-size: 18px;
    }
}