.ocul{
    display: none;
}
.efecto_logo{
    
    animation: pulse 5s infinite ;
 
}

.pright {
    animation-duration: 3s;
    animation-name: bounceInRight;
  }


.a_nosostros{
    animation: bounceIn 4s  ;
}
.a_promo{
    animation: bounceInLeft 2s;
}
.a_promot{
    animation: wobble 3s;
}
.a_about{
animation: bounceInRight 2s ;
}
.a_ab_img{
    animation: swing 3s;
}
.a_misiont{
    animation: flash 4s;
}
.a_mision{
    animation: bounceInLeft 4s;
}
.a_mis_img{
    animation: swing 4s;
}
.a_visiont{
    animation: flash 4s;
}
.a_vision{
    animation: bounceInRight 4s;
}
.a_vis_img{
    animation: swing 4s;
}
@keyframes mover  {
    0% { -webkit-transform: translateX(0%); }
    15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
    30% { -webkit-transform: translateX(20%) rotate(3deg); }
    45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
    60% { -webkit-transform: translateX(10%) rotate(2deg); }
    75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
    100% { -webkit-transform: translateX(0%); }
}