* {
    margin: 0px;
    padding: 0px;
}

.btn-donar {
    background-color: var(--color-button-donar-ora) !important;
}
.headerOraciones {
    position: relative;
    background-image: url(../images/backgrounOraciones.jpg);
    background-position-y: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
    max-height: 440px !important;
    border-bottom: 50px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: visible;
}

.headerOraciones::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: var(--color-gradientheaderOraciones) !important;
    z-index: 0;
}

.headerOraciones::before {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.informacionheaderOraciones {
    font-family: Outfit, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    width: 100%;
    color: white;
    margin-top: 5%;
    padding-left: 7%;
    z-index: 2;
}
.informacionheaderOraciones h1{
    width: 592px ;
    height: 64px;
    font-weight: 700;
    font-size: 57px;
    line-height: 64px;
    letter-spacing: 0.4%;
    vertical-align: middle;
}

.informacionheaderOraciones .primerparraOraciones {
    max-width: 592px !important;
    height: 48px;
    /*font-weight: 400;*/
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}
@media (max-width: 520px){
    .informacionheaderOraciones{
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: auto;
        margin-top: 10rem;
    }
    .headerOraciones{
        height: 60rem;
    }
    .informacionheaderOraciones h1{
        font-size: 45px;
        line-height: 52px;
        letter-spacing: 0.4%;
        max-width: 90%;
        width: 248px !important;
        height: 52px !important;
        max-width: 504px;
    }
    .informacionheaderOraciones .primerparraOraciones{
        width: 248px !important;
        height: 44px !important;
        max-width: 504px;
    }
    .headerOraciones::before{
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -35.93%, rgba(0, 100, 166, 0.9) 100.7%) !important;
    }
}
@media(max-width: 600px){
    .headerOraciones::before{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -35.93%, rgba(0, 100, 166, 0.9) 100.7%) !important;
    }
}
@media(max-width: 768px){
    .informacionheaderOraciones{
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: auto;
        margin-top: 9rem;
    }
    .informacionheaderOraciones h1{
        font-size: 45px;
        line-height: 52px;
        letter-spacing: 0.4%;
        max-width: 90%;
    }
    .informacionheaderOraciones .primerparraOraciones{
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.5px;
        max-width: 90%;
    }
}
@media (min-width:425px){
    .informacionheaderOraciones h1{
        width: auto !important;
        height: auto !important;
    }
    .informacionheaderOraciones .primerparraOraciones{
        width: auto !important;
    }
}





@media (min-width: 768px) and (max-width: 1024px) {
    .informacionheaderOraciones{
        margin-top: 9rem;
    }
}

@media(max-width:601px){
    .headerOraciones {
        position: relative;
        background-image: url(../images/backgrounOraciones.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100% !important;
        max-height: 440px !important;
        border-bottom: 50px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        overflow: visible;
        height: 20rem;
    }

}