/*
Theme Name: Gestion3SG
Theme URI: https://devsgo.com.co
Template: hello-elementor
Author: Devsgo
Author URI: https://devsgo.com.co
Description: Theme design for gestion3GS
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.1.1763676792
Updated: 2025-11-20 22:13:12

*/
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 87, 34, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 87, 34, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 87, 34, 0);
  }
}

.pulse-infinit {
  animation: pulse 1.5s infinite;
}

