.menu ul{
    width: 30%;
    max-width: 350px;
    margin-left: 4%;
}
.slogan h2{
    font-size: 2rem;
}
.menu ul a{
    font-size: 2rem;
}
.menu .icono{
    margin-left: 0;
}
.icono img{
    width: 100px;
}
.formu{
    width: 500px;
    height: 700px;
}
.formu #cerrar{
    font-size: 5rem;
    margin-right: 8px;
}
.formu form{
    display: grid;
    height: 600px;
    width: 350px;
    gap: 25px;
}
.formu form span{
    font-size: 2.2rem;
}
.formu label{
    width: 320px;
}
.formu input{
    height: 38px;
    width: 320px;
    font-size: 1.7rem;
}
.formu .file{
    padding: 6px;
}
.colaboration{
    height: 110px;
    width: 320px;
    font-size: 1.7rem;
}
.formu .envio{
    width: 80px;
    height: 40px;    
    font-size: 1.8rem;
    font-weight: bold;
}
.envio:hover{
    width: 90px;
    height: 45px;
    padding: 4px;
    background-color:#551a8b;
    color: white; 
}
.contribucion{
    width: 150px;
    height: 110px;
    border-radius: 80px 80px 0px 0px;
    font-size: 1.6rem;    
 }
 .donacion{
    width: 430px;
    height: 520px;
 }
 #cerrarContribucion{
     font-size: 4rem;
 }
 .donacion div{
    height: 500px;
    width: 400px;
 }
 .donacion div h1{
    font-size: 3.5rem;
    margin: 0px 0 20px 0;
 }
 .donacion div p{
     text-align: center;
     font-size: 2.4rem;
     color: var(--color-footer);
     font-weight: 500;
     line-height: 2.7rem;
 }
 .donacion div span{
     font-size: 2.2rem;
     color: #551a8b;
 }
 .donacion div span:nth-child(2){
    font-size: 2.2rem;
    color: #551a8b;
}
.info{
    padding: 35px;
}
.info h1{
    font-size: 3.2rem;
}
.div-info{
    display: grid;
    grid-template-columns: repeat(2, 450px);
    grid-template-rows: 400px 330px 300px 280px;
    gap: 20px;
}
.div-info h2{
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 15px;
}
.div-info p{
    font-size: 2rem;
    line-height: 2.3rem;
}
.div-info a{
    color: #551a8b;
}
.div-info ul li{
    font-size: 2rem;
    text-align: justify;
    line-height: 2.3rem;
}
.div-info article img{
    width: 100%;
    height: 100%;
}
.empleados h2{
    font-size: 3rem;
}
.s-news h2{
    font-size: 3rem;
}
@media (min-width:1234px) {
    .empleados-div{
        justify-content: center;
    }
    .slogan h2{
        font-size: 2.4rem;
    }
    .menu ul a{
        font-size: 2.4rem;
    }
    .menu li img{
        width: 35px;
        height: 35px;
        margin: 0 5px;
    }
    .info h1{
        font-size: 3.2rem;
    }
    .div-info{
        display: grid;
        grid-template-columns: repeat(2, 550px);
        grid-template-rows: 420px 320px 300px 300px;
        gap: 20px;
    }
    .div-info h2{
        font-size: 2.8rem;
        text-align: center;
    }
    .div-info p{
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    .div-info a{
        color: #551a8b;
    }
    .div-info ul li{
        font-size: 2.2rem;
        text-align: justify;
        line-height: 2.6rem;
    }
    .div-info article img{
        max-height: 300px;
    }
    .news{
        grid-template-columns: repeat(6 , 300px);
        grid-template-rows: 300px;
        gap:30px;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
    }
    .news .new .capa h3{
        font-size: 2rem;
     }
     .news .new .capa p{
         font-size: 1.7rem;
     }
     .news .new .capa a{
        font-size: 1.7rem;
     }
}
@media (min-width:1522px) {
    .slogan h2{
        font-size: 2.6rem;
    }
    .menu ul a{
        font-size: 2.6rem;
    }
    .menu li img{
        width: 45px;
        height: 45px;
        margin: 0 10px;
    }
}
@media (min-width:2030px){
    .news{
        justify-content: center;
    }
    .info h1{
        font-size: 4rem;
        margin-bottom: 55px;
    }
    .div-info{
        display: grid;
        grid-template-columns: repeat(2, 680px);
        grid-template-rows: 520px 430px 430px 430px;
        gap: 30px;
    }
    .div-info h2{
        font-size: 3.2rem;
        text-align: center;
    }
    .div-info p{
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
    .div-info a{
        color: #551a8b;
    }
    .div-info ul li{
        font-size: 2.6rem;
        text-align: justify;
        line-height: 3.2rem;
    }
    .div-info article img{
        max-height: 430px;
    }
    .mision{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #vision{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .joinus{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
footer{
    flex-direction: row;
    justify-content: center;
}
.text{
    width: 45%;
}
.b-text li{
    margin: 1vh 4vw;
    font-size: 2.4rem;
}
.socialIcons{
    height: auto;
    width: 25%;
    margin: 10px 0;
}
.socialIcons img{
    width: 40px;
    height: 40px;
    margin: 5px 0;
}