.menu-item:nth-child(1)::before {
    content: 'QUIÉN SOMOS \e093';
}
.menu-item:nth-child(2)::before {
    content: 'PROYECTOS \e093';
}
.menu-item:nth-child(3)::before {
    content: 'CAMPAÑAS \e093';
}
.menu-item:nth-child(4)::before {
    content: 'RESULTADOS';
}
.menu-item:nth-child(5)::before {
    content: 'NEWS';
}
.menu-item:nth-child(6)::before {
    content: 'APOYANOS \e093';
}
.menu-item:nth-child(7)::before {
    content: 'CONTACTOS';
}
.menu-item:nth-child(8)::before {
    content: '\f002';
}
.menu-item:nth-child(10)::before {
    content: 'DONE AHORA \f4be';
}