- Destinations
- July 20, 2018
Visitando México desde SJC
El Aeropuerto Internacional de la Ciudad de San José (SJC) ahora ofrece vuelos directos desde Silicon Valley a CINCO ciudades diferentes en México. Éstas incluyen León, Guadalajara, Morelia, Zacatecas y Cabo San Lucas. Con más opciones que nunca, San José se está convirtiendo en un camino fácil a México.
Más detalles a continuación. English
(BJX) León
Cerca de León, México – Parroquia de Basílica Colegiata de Nuestra Señora de Guanajuato
Volaris ofrece vuelos directos entre San José and León los Miércoles y Sábados.
|
|
|
|
|---|---|---|
| Volaris | 3 hr 40 m |
2 veces por semana |
Encuentre horarios, precios y compre boletos en:
https://www.volaris.com
(GDL) Guadalajara
Dos aerolíneas ofrecen un total de 13 vuelos directos y sin escalas entre San José y Guadalajara.

Guadalajara, México
|
|
|
|
|---|---|---|
| Alaska | 3 hr 40 min |
1 tiempo por semana |
| Volaris | 3 hr 50 m |
9 veces por semana |
Encuentre horarios, precios y compre boletos en:
https://www.alaskaair.com
https://www.volaris.com
(MLM) Morelia

Morelia, México
Los viernes y domingos, Volaris ofrece vuelos directos entre San José y Morelia.
|
|
|
|
|---|---|---|
| Volaris | 3 hr 58 m |
3 veces por semana |
Encuentre horarios, precios y compre boletos en:
https://www.volaris.com
(SJD) Cabo San Lucas

Cabo San Lucas, México
Alaska Airlines opera vuelos diarios y directos entre San José y Cabo San Lucas, y Southwest Airlines ofrece vuelos sin escalas los sábados.
|
|
|
|
|---|---|---|
| Alaska | 2 h 53m |
Diario |
Encuentre horarios, precios y compre boletos en:
https://www.alaskaair.com
(ZCL) Zacatecas

Zacatecas, México
Volaris vuela directo entre San José y Zacatecas los lunes y jueves.
|
|
|
|
|---|---|---|
| Volaris | 3 h 33 m | 2 veces por semana |
Encuentre horarios, precios y compre boletos en:
https://www.volaris.com
document.addEventListener('DOMContentLoaded', function () { const acceptButton = document.querySelector('.cm-btn-success')[0]; const declineButton = document.querySelector('.cm-btn-danger')[0]; acceptButton.addEventListener('click', function () { // Handle accept action loadChatbot(); // Load chatbot immediately on accept }); declineButton.addEventListener('click', function () { loadChatbot(); // Load chatbot immediately on decline }); function loadChatbot() { (function (d, m) { var defaultSettings = { "defaultBotIds": ["sjc-oj2ht"], "defaultAssignee": "sjc-oj2ht", "skipRouting": true, }; var kommunicateSettings = { "appId": "115795fb883b8512e78ed54540345f318", "popupWidget": true, "automaticChatOpenOnNavigation": true, "talkToHuman": true, "primaryCTA": "TALK_TO_HUMAN", "onInit": function () { /* Hide Kommunicate branding */ var css = ".mck-running-on {display:none !important;}"; Kommunicate.customizeWidgetCss(css); // Disable input - before widget loads document.addEventListener("DOMContentLoaded", function () { const attempt = setInterval(() => { const iframeDoc = window.KommunicateGlobal?.document; if (!iframeDoc) return; const box = iframeDoc.querySelector(".mck-box-form.mck-row"); if (box) { box.style.pointerEvents = "none"; box.style.opacity = "0.5"; clearInterval(attempt); // stop polling } }, 50); }); // Main logic - Run after widget loaded setTimeout(() => { const kmDoc = window.KommunicateGlobal?.document; if (!kmDoc) return; let consentGiven = false; function disableInput() { const box = kmDoc.querySelector(".mck-box-form.mck-row"); if (box) { box.style.pointerEvents = "none"; box.style.opacity = "0.5"; } } function enableInput() { const box = kmDoc.querySelector(".mck-box-form.mck-row"); if (box) { box.style.pointerEvents = "auto"; box.style.opacity = "1"; } } /* Disable input again (persistent) */ disableInput(); /* Detect clicking the “I Agree” button */ Kommunicate.subscribeToEvents({ onRichMessageButtonClick: function (resp) { if (resp.eventLabel === "I Agree") { consentGiven = true; } } }); /* Keep enforcing the rule even after re-renders */ const observer = new MutationObserver(() => { if (consentGiven) enableInput(); else disableInput(); }); const target = kmDoc.querySelector("#mck-sidebox-content") || kmDoc.body; observer.observe(target, { childList: true, subtree: true }); }, 1200); // widget render delay Kommunicate.updateSettings(defaultSettings); } }; /* Default Kommunicate loader */ kommunicateSettings.restartConversationByUser = true; var s = document.createElement("script"); s.type = "text/javascript"; s.async = true; s.src = "https://widget.kommunicate.io/v2/kommunicate.app"; var h = document.getElementsByTagName("head")[0]; h.appendChild(s); window.kommunicate = m; m._globals = kommunicateSettings; })(document, window.kommunicate || {}); } });