+52-987.878.5126

Gallery of Fun, Freedom & Scenic Rides

Our Happy Riders Speak

Don’t forget all your tour photos will be on our Facebook page the next day for you to view, share, and comment.

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); });