.elementor-71 .elementor-element.elementor-element-681efd5{margin:-128px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-681efd5 *//* =======================================================
   PARCHE ANTICOLAPSO DE MEMORIA MÓVIL (HOME PAGE)
   ======================================================= */
@media (max-width: 767px) {
  
  /* 1. DESTRUIR EL CUELLO DE BOTELLA DE RAM (IDs específicos del HOME) */
  /* Liberamos la tarjeta gráfica de intentar guardar todo el caché del Home. */
  #bmc *, 
  #bmc .hero-wrap, 
  #bmc .wlist, 
  #bmc .vgs-panel, 
  #bmc .vpanel,
  .vp {
    will-change: auto !important;
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }

  /* 2. MUERTE SÚBITA AL PRELOADER DEL HOME */
  /* Si el preloader del Home (#bmc-pre) se traba, esto lo elimina a los 2.5s */
  #bmc-pre {
    animation: forceKillPreloaderHome 0.5s forwards 2.5s !important;
  }
  @keyframes forceKillPreloaderHome {
    99% { opacity: 0; transform: translateY(-100%); }
    100% { 
      opacity: 0; 
      transform: translateY(-100%); 
      visibility: hidden !important; 
      pointer-events: none !important; 
      z-index: -9999 !important; 
      display: none !important;
    }
  }

  /* 3. APAGAR EFECTOS PESADOS EN HOME MÓVIL */
  /* Quita efectos de cristal borroso y sombras pesadas. */
  #bmc * {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
  }
  
  /* Reemplaza efectos borrosos por color sólido */
  #bmc .hero-grad {
    background: #081028 !important;
    opacity: 0.95 !important;
  }

  /* 4. ACELERAR TRANSICIONES AL HACER SCROLL */
  /* Hace la navegación más fluida en móvil. */
  #bmc .wlist li,
  #bmc .vp,
  #bmc .wtxt h1,
  #bmc .sh-btn {
    transition: opacity 0.2s ease, transform 0.2s ease, font-size 0.2s ease !important;
  }
}/* End custom CSS */