/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2026 | 14:16:47 */
.animacion {
  transition: all 0.3s ease;
}

.animacion:hover {
  transform: translateY(-5px);
}