.bajarinformacion{
    height: 50px;
}
.informacion{
    background-color: var(--sello-amarillo);
    border-radius: 40px;
    padding: 5px 10px;
    text-align: center;
}
.card_terminos{
    background-color: var(--sello-rojo-fondo);
    border: 3px solid var(--sello-amarillo);
    box-shadow: 0 0 5px 5px rgba(255, 243, 74, 0.25);
    border-radius: 30px;
}
.contenido_terminos{
    overflow: overlay;
    max-height: 550px;
    padding: 20px 40px 20px 20px;
    text-align: justify;
    font-weight: 600;
    font-size: 18px;
}
/* ESTILOS DERCORACIONES DE FONDO */
.estrella1{
    position: absolute;
    width: 200px;
    z-index: -1;
    left: 0;
    top: 40%;
}
.estrella2{
    position: absolute;
    width: 200px;
    z-index: -1;
    right: 0;
    top: 40%;

}

.aleluya1{
    position: absolute;
    width: 100px;
    z-index: -1;
    right: 0;
    top: 40%;
}
.aleluya2{
    position: absolute;
    width: 150px;
    z-index: -1;
}
@media (max-width: 1670px) {
    .bajarinformacion{
        height: 20px;
    }
}
@media (max-width: 990px) {
    .estrella1{
        width: 150px;
    }
    .estrella2{
        width: 150px;
    
    }
    
    .aleluya1{
        width: 70px;
    }
    .aleluya2{
        width: 70px;
    }
}
@media (max-width: 550px) {
    .bajarinformacion {
        height: 10px;
    }
}