/* Custom App Animations */
.pilar-card, .speaker-card, .actividad-card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}