Distribuidor Autorizado de Claro

Con Esmas+, no solo conectas, te sumerges en un mundo de posibilidades. ¡Únete a nosotros y descubre la mejor velocidad de conectividad en Guatemala!

Ver más
Planes Claro

Conoce los planes de Claro Residencial Claro Móvil Claro Recargas que te ofrecemos.
Precalificación en 45 minutos e instalación en 1 a 2 días (según disponibilidad)

Producto

Servicio Hogar

Internet Residencial 200 MEGAS:

  • Claro Video con Paramount+
  • Claro Sports
  • HBO Max (2 meses de cortesía)
  • Prime (1 mes de cortesía)

Solicítalo Aquí
Producto

Servicio Hogar

Cable - Internet Residencial 120 MEGAS:

  • Claro TV Avanzado HD
  • Claro Video con Paramount+
  • Claro Sports
  • HBO Max (2 meses de cortesía)
  • Prime (1 mes de cortesía)

Solicítalo Aquí
Producto

Servicio Hogar

Internet Residencial 120 MEGAS:

  • Claro Video con Paramount+
  • Claro Sports
  • HBO Max (2 meses de cortesía)
  • Prime (1 mes de cortesía)

Solicítalo Aquí

Producto

Galaxy A05 (Liberado)

  • Almacenamiento de 64GB
  • Pantalla HD+ 6,7"
  • Lente Principal 50MP
  • RAM de 4GB
  • Color Plateado | Verde

Más info
Producto

Galaxy A16 (Liberado)

  • Almacenamiento de 128GB
  • Pantalla HD+ 6,7"
  • Lente Principal 50MP
  • RAM de 4GB
  • Color Negro | Plateado | Verde

Más info
Producto

Servicio Móvil

  • 25GB de Internet
  • Redes y Llamadas ILIMITADAS
  • Uso de aplicaciones sin gastar sus datos (aplicaciones seleccionadas)

Solicítalo Aquí
Publicidad
Contacto
Síguenos en redes sociales
Facebook Twitter Instagram LinkedIn
userAgent: data.userAgent, maxScroll: Math.round(maxScroll * 100), clicks: extraClicks.length ? extraClicks : data.clicks, duration: Math.round((Date.now() - data.startTime) / 1000) }; console.log("🚀 Sending visit/click with:", payload); fetch('/CMS/TrackVisit', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(payload) }).then(res => { if (!res.ok) { console.warn('❌ Failed to track'); } else { console.log('✅ Sent successfully'); } }).catch(err => { console.error('🚨 Error:', err); }); } document.addEventListener('click', function (e) { const el = e.target.closest('a, button, div, p, h1, h2, h3, h4, h5, h6'); if (el) { const tag = el.tagName; const text = el.innerText.trim().substring(0, 50); const href = el.getAttribute('href') || null; console.log("🖱️ Clicked:", tag, text); const clickInfo = { tag, text, href }; data.clicks.push(clickInfo); sendVisit([clickInfo]); if (tag === 'A') { e.preventDefault(); const destination = href; if (destination && destination !== '#') { setTimeout(() => { window.location.href = destination; }, 200); } } } }); document.addEventListener('DOMContentLoaded', function () { setTimeout(function () { if (!visitSent) { console.log("🚀 Auto-sending visit after page load"); sendVisit(); visitSent = true; } }, 1000); }); window.addEventListener('beforeunload', function () { sendVisit(); }); })();