.section{
    padding-left: 1%;
    padding-right: 1%;
    width: 100.85%;
}
.contPDF1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contendoresPDF{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

    .pdfContenedor{
        transition: 1s;
        width: 250px;
        margin: 25px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: flex-start;
        border-radius: 20px;
        background: #ffffff;
        box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
        cursor: pointer;


        a{
            text-decoration: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            align-content: center;
        }
        
        i{
            color: red;
            font-size: 6rem;
        }
        p{
            color: black;
            width: 90%;
            text-align: center;
            font-size: 0.8rem;
        }
    }
    .pdfContenedor:hover{
        transform: scale(1.2);
        transition: 1s;
    }
}

.linkBlog{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: 1s;
    margin-bottom: 20px;

    a{
        text-decoration: none;
        background: red;
        color: white;
        width: 200px;
        height: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 1.2rem;
        font-weight: 700;
        border-radius: 15px;
        transition: 1s;
    }
    a:hover{
        transform: scale(1.2);
        transition: 1s;
        color: white;
    }
}

@media (min-width: 280px){
    .imgPrimerSeccion{
        width: 100%;
    }
    .textTitulo{
        font-size: .7rem;
    }
    .navLinks{
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }
    .icon-nav-menu{
        display: flex;
        text-align: center;
        flex-direction: column;
    }
    .section{
        margin: 0;
        width: 100%;
    }
    .section-1{
        margin: 0;
        width: 100%;
    }
    .text-promo{
        width: 100%;
    }
    .central-img{
        margin-top: 0;
    }
    .navPartePrincipal{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .imgParteNav{
        padding: 0;
        display: flex;
        align-content: flex-start;
        flex-wrap: wrap;
        padding-top: 5px;
    }
    .seccion2{
        width: 95%;
    }
    #underConstruction{
        width: 100%;
    }
    .under-construction{
        width: 40%;
    }
    .aviso, .section-2{
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .section-2{
        margin-top: 40px;
        margin-bottom: 100px;
    }
    .aviso{
        background-image: url(/assets/fondoUnderConstruction.png);
        background-size: cover;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
}
@media (min-width: 320px){

}
@media (min-width: 360px){

}
@media (min-width: 375px){
    .textTitulo {
        font-size: 1.2rem;
    }
    .imgParteNav{
        padding-top: 15px;
    }
}
@media (min-width: 390px){
    .textTitulo {
        font-size: 1.5rem;
    }

}
@media (min-width: 540px){
    .imgPrimerSeccion {
        width: 60px;
    }
    .imgParteNav{
        justify-content: center;
    }
}
@media (min-width: 550px){

}
@media (min-width: 576px){
    .imgPrimerSeccion {
        width: 70px;
    }
}
@media (min-width: 720px){
    .icon-nav-menu {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        font-size: 1.2rem;
    }
    .section-1 {
        margin: 0;
        width: 100%;
        margin-top: 40px;
    }
}
@media (min-width: 767px){
    .textTitulo {
        font-size: 2.1rem;
    }
    .imgPrimerSeccion {
        width: 85px;
    }
}
@media (min-width: 769px){

}
@media (min-width: 816px){

}
@media (min-width: 820px){

}
@media (min-width: 920px){

}
@media (min-width: 1024px){
    .text-promo {
        width: 37%;
        margin-bottom: 200px;
    }
    .seccion2{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .central-img{
        width: 60%;
    }
    .central-img img {
        width: 600PX;
        height: 55%;
        margin-right: 300px;
    }
    #imgAmasaomosf{
        width: 150px;
    }
}
@media (min-width: 1280px){
    .text-promo {
        width: 37%;
        margin-bottom: 300px;
    }
    .central-img img {
        width: 700PX;
        height: 55%;
        margin-right: 400px;
    }
}
@media (min-width: 1366px){
    .central-img img {
        width: 800PX;
        height: 55%;
        margin-right: 400px;
    }
}
@media (min-width: 1440px){

}
@media (min-width: 1920px){
    .text-promo {
        width: 30%;
        margin-bottom: 300px;
    }
    .central-img img {
        width: 1000PX;
        height: 55%;
        margin-right: 600px;
    }
}