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

.btn-donar {
    background-color: var(--color-Donarrojo) !important;
}

.headerEventos {
    position: relative;
    background-image: url(../images/backgrounEventos.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 34rem;
    border-bottom: 50px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: visible;
}
.headerEventos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-gradientheaderEventos);
    z-index: 0;
}
.headerEventos::before {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.informacionheaderEventos {
    font-family: Outfit, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    height: 20vh;
    width: 100%;
    color: white;
    margin-top: 9rem;
    padding-left: 7%;
    z-index: 2;
}
#btn-quieroregistrarme {
    width: 206px;
    height: 40px;
    border-radius: 50px;
    padding: 7px 20px 7px 20px;
    gap: 10px;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    background: var(--color-Donarrojo);
    color: var(--color-whiteforwhite);
    margin-top: 0px;
}
.informacionheaderEventos h1 {
    width: 439px;
    height: 128px;
    /*font-weight: 700;*/
    font-size: 57px;
    line-height: 64px;
    letter-spacing: 0.4%;
    vertical-align: middle;
}
.informacionheaderEventos .primerparraEventos {
    width: 439px;
    height: 48px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    content: "";
}
@media(max-width: 425px){
    .informacionheaderEventos .primerparraEventos::before {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.5px;
        display: block;
        text-align: center;
        margin-top: 25px !important;
    }
}
@media (max-width: 520px) {
    .informacionheaderEventos {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: auto;
        margin-top: 10rem;
    }
    .informacionheaderEventos h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 52px;
        letter-spacing: 0.4%;
        max-width: 90%;
        margin-top: 0rem !important;
    }
    .informacionheaderEventos .primerparraEventos {
        max-width: 90%;
    }
    .informacionheaderEventos .primerparraEventos::before {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.5px;
        display: block;
        text-align: center;
        margin-top: 25px !important;
    }
    #btn-quieroregistrarme {
        margin: 20px auto;
        display: block;
    }
    .headerEventos::before {
        background: linear-gradient(to top, rgba(255, 0, 0, 0.5), transparent);
    }
}
@media(max-width: 768px){
    .informacionheaderEventos {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;

    }
    .informacionheaderEventos h1 {
        font-size: 40px;
        line-height: 52px;
        font-weight: 700;
        max-width: 90%;
        margin-bottom: auto;


    }
    .informacionheaderEventos .primerparraEventos {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.5px;
        max-width: 90%;
    }
    #btn-quieroregistrarme {
        margin-bottom: 30px;
        margin-top: 12px;
        display: block;
    }
}

@media (min-width:994px) {
    .informacionheaderEventos{
        margin-top: 5rem;
    }
}

@media (min-width:905px) and (max-width: 1000px){
    .informacionheaderEventos{
        margin-top: 13rem;
    }
}


@media (min-width:425px) and (max-width:600px){
    .informacionheaderEventos{
        margin-top: 8rem;
    }
}


@media (max-width: 360px) {
    .informacionheaderEventos {
        margin-top: 14vh;
        height: 35vh;
    }
}

@media(max-width:901px){
    .headerEventos {
        position: relative;
        background-image: url(../images/backgrounEventos.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 28rem;
        border-bottom: 50px;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        overflow: visible;
    }
}

@media (max-width: 435px) {
    .informacionheaderEventos {
        margin-top: 8rem;
        height: 35vh;
    }
}


@media (min-width: 520px) and (max-width: 780px){
    .informacionheaderEventos {
        margin-top: 11rem;

    }
}