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

.headerLecturas {
    position: relative;
    background-position-y: center;
    background-image: url(../images/backgrounlecturas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100% !important;
    max-height: 440px !important;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: visible;
}

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

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

.informacionheaderlecturas {
    font-family: Outfit, sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: start;
    height: 30vh;
    width: 100%;
    color: white;
    margin-top: 6rem;
    padding-left: 7%;
    z-index: 2;
}

.informacionheaderlecturas h1 {
    width: 592px ;
    height: 64px;
    font-weight: 700;
    font-size: 57px;
    line-height: 64px;
    letter-spacing: 0.4%;
    vertical-align: middle;

}

.informacionheaderlecturas .primerparrafolecturas {
    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) {
    .informacionheaderlecturas {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: auto;
    }

    .informacionheaderlecturas h1 {
        font-size: 45px;
        line-height: 52px;
        letter-spacing: 0.4%;
        max-width: 90%;
        width: 248px !important;
        height: 104px !important;
        max-width: 504px;
    }

    .informacionheaderlecturas .primerparrafolecturas {
        width: 248px !important;
        height: 88px !important;
        max-width: 504px;
    }

    .headerLecturas::before {
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 768px) {
    .headerLecturas{
        height: 60rem;
    }
    .informacionheaderlecturas {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: 35vh;
    }

    .informacionheaderlecturas h1 {
        font-size: 45px;
        line-height: 52px;
        letter-spacing: 0.4%;
        max-width: 90%;
    }

    .informacionheaderlecturas .primerparrafolecturas {
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.5px;
        max-width: 90%;
    }
    .headerLecturas::before{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(90, 207, 143, 0.9) 65.97%);

    }
}

@media (min-width: 768px) and (max-width: 993px) {
    .headerLecturas{
        height: 60rem;
    }
    .informacionheaderlecturas {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: 35vh;
    }

    .informacionheaderlecturas h1 {
        font-size: 45px;
        line-height: 52px;
        letter-spacing: 0.4%;
        max-width: 90%;
    }
}
@media (min-width:425px){
    .informacionheaderlecturas h1{
        width: auto !important;
        height: auto !important;
    }
    .informacionheaderlecturas .primerparrafolecturas{
        width: auto !important;
    }
}
@media(max-width: 900px){
    .headerLecturas::before{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(90, 207, 143, 0.9) 65.97%);
    }
}

@media(max-width:361px){
    .informacionheaderlecturas {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0 5%;
        height: 50vh;
        margin-top: 5rem;
    }
    #titleheaderformacion {
        width: 320px;
        height: 88px;
        font-size: 36px;
        text-align: center;
        margin: 1px auto;
        margin-top: -5rem;
    }
}