.elementor-kit-290{--e-global-color-primary:#F67003;--e-global-color-secondary:#D88707;--e-global-color-text:#A08208;--e-global-color-accent:#6B502B;--e-global-color-ae4e21f:#DAC8C1;--e-global-color-09a9cc8:#1C1A22;--e-global-color-5220cbd:#FFFFFF;--e-global-typography-primary-font-family:"Dancing Script";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-290 e-page-transition{background-color:#FFBC7D;}.elementor-kit-290 input:not([type="button"]):not([type="submit"]),.elementor-kit-290 textarea,.elementor-kit-290 .elementor-field-textual{color:var( --e-global-color-astglobalcolor2 );background-color:var( --e-global-color-astglobalcolor4 );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-astglobalcolor2 );border-radius:4px 4px 4px 4px;padding:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}@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%;
}

/* Fondo fosforescente parpadeante */
.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;
}

/* Mensaje SIEMPRE visible */
.clase .elementor-icon::after {
  content: "Ordena aquí";
  position: absolute;
  bottom: 130%; /* Ajusta la distancia vertical sobre el botón */
  left: 50%; /* Centra horizontalmente respecto al botón */
  transform: translateX(-50%); /* Centrado perfecto */
  background: #fff; /* Fondo blanco */
  color: #000; /* Texto negro */
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 1; /* Siempre visible */
  pointer-events: none; /* No interfiere con clics */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25); /* Sombra ligera */
  border: 1px solid #ddd; /* Borde sutil */
}

/* 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%
    );
  }
}/* End custom CSS */