.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#35A39B;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Kaushan Script";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Righteous";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Merriweather";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Dancing Script";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.clase .elementor-icon {
  color: #25D366; /* Color original de WhatsApp */
  transition: all 0.3s ease;
  animation: neon-flicker 1.5s infinite alternate;
  position: relative;
  border-radius: 50%;
}



/* Efecto fosforescente de fondo que parpadea */
.clase .elementor-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 211, 102, 0.4) 0%, rgba(37, 211, 102, 0.2) 50%, transparent 80%);
  z-index: -1;
  animation: neon-bg-flicker 1.5s infinite alternate;
}

/* Animación para parpadeo del icono */
@keyframes neon-flicker {
  0%, 100% {
    opacity: 1;
    text-shadow: 0 0 3px #25D366, 0 0 6px #25D366;
    box-shadow: 0 0 10px rgba(37, 211, 102, 0.5), 0 0 20px rgba(37, 211, 102, 0.3);
  }
  50% {
    opacity: 0.8;
    text-shadow: 0 0 2px #25D366, 0 0 4px #25D366;
    box-shadow: 0 0 5px rgba(37, 211, 102, 0.3), 0 0 10px rgba(37, 211, 102, 0.2);
  }
}

/* Animación para el fondo fosforescente */
@keyframes neon-bg-flicker {
  0%, 100% {
    opacity: 1;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.4) 0%, rgba(37, 211, 102, 0.2) 50%, transparent 80%);
  }
  50% {
    opacity: 0.6;
    background: radial-gradient(circle, rgba(37, 211, 102, 0.2) 0%, rgba(37, 211, 102, 0.1) 50%, transparent 80%);
  }
}

/* Nuevo: Efecto de notificación */
.clase .elementor-icon::after {
  content: '';
  position: absolute;
  top: 5%;
  right: 5%;
  width: 12px;
  height: 12px;
  background: red;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 0, 0, 0.7);
  animation: notification-pulse 1.2s infinite ease-in-out;
}/* End custom CSS */