.sectionPDF {
    margin: 60px 0;
    padding: 15px;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.contentPDF {
    align-items: center;
    justify-content: center;
}

.PDF {
    width: 100%;
    height: 600px;
}

.pdf__RESUMEN {
    width: 100%;
    height: 750px;
}

.liga-salud__MODAL {
    width: 100%;
    height: 34.4rem;
}

.liga-salud__PDF {
    width: 100%;
    height: 34.4rem;
}

.revista__MODAL {
    width: 100%;
    height: 34.4rem;
}

.revista__PDF {
    width: 100%;
    height: 53rem;
}

.information__title {
    margin-top: 20px;
    margin-bottom: 35px;
    font-size: 2.2rem;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media only screen and (max-height: 768px) and (max-width: 1024px){
    .liga-salud__MODAL {
        height: 30rem;
    }
    
    .liga-salud__PDF {
        height: 21rem;
    }
}

@media (max-width: 480px) {
    .liga-salud__MODAL {
        height: 23rem;
    }

    .liga-salud__PDF {
        height: 23rem;
    }
}