+52-987.878.5126

Discover Cozumel Trikes

Enjoy the perfect mix of adventure, fun, and breathtaking views while our expert guides make your journey safe, easy, and unforgettable.

Our Office Hours

document.addEventListener("DOMContentLoaded", function () { function getValue() { const el = document.querySelector('[data-testid="total-price"]'); if (!el) return null; const value = parseFloat(el.innerText.replace(/[^0-9.]/g, "")); return value; } function getCurrency() { const el = document.querySelector('[data-testid="total-price"]'); if (!el) return "USD"; const text = el.innerText; if (text.includes("€")) return "EUR"; if (text.includes("£")) return "GBP"; return "USD"; } function sendPurchase() { if (window.__purchase_sent) return; const value = getValue(); if (!value) return; window.fbq && fbq('track', 'Purchase', { value: value, currency: getCurrency() }); window.__purchase_sent = true; } // Bokun carga dinámico → hay que esperar const interval = setInterval(() => { sendPurchase(); if (window.__purchase_sent) clearInterval(interval); }, 800); });