Skip to content
Strategic International Connections Sol Experiences

Sol Experiences

Eventos Internacionales y Turismo Deportivo en LATAM

  • Home
  • Servicios
    • Eventos Deportivos Internacionales
    • Turismo Deportivo en Latinoamérica
    • Proyectos Institucionales
  • Acerca de Mi
  • Blog
0

Carrito

Archivos: Tickets

‘Fulham – Liverpool .’ – Longside

‘Manchester City Manchester United 20-03-2027’ – Longside Lower

‘Celtic – Aberdeen . 2027’ – Shortside

‘Manchester City Manchester United 20-03-2027’ – Longside 2nd Tier

‘Lazio – Juventus’ – Tribuna Tevere

‘Everton Tottenham Hotspur 20-03-2027’ – Longside

‘Milan – Sassuolo’ – 2nd Ring Red/Orange

‘Everton Tottenham Hotspur 20-03-2027’ – Longside

‘Milan – Sassuolo’ – 1st Ring Green

‘Everton Tottenham Hotspur 20-03-2027’ – Longside

Navegación de entradas

Artículos antiguos
Artículos siguientes

Entradas recientes

  • Cómo planificar la Hospitalidad Corporativa en la Fórmula 1 de Asia: Guía para Empresas de LATAM
  • Qatar 2022: Mi primer Mundial con Argentina campeona y cómo lo organizamos desde adentro
  • Rusia 2018: Mi primer Mundial como organizadora — 200 pasajeros peruanos y una experiencia que cambió todo
  • Impacto del turismo deportivo en la economía argentina
  • Gran Premio de Mónaco 2026: la experiencia más exclusiva de la Fórmula 1

Comentarios recientes

    Archivos

    • junio 2026
    • mayo 2026
    • marzo 2026

    Categorías

    • Eventos Deportivos Internacionales
    • Representación Internacional
    • Turismo Deportivo en Latinoamérica

    Meta

    • Iniciar sesión
    • Feed de entradas
    • Feed de comentarios
    • WordPress.org
    • Home
    • Servicios
      • Eventos Deportivos Internacionales
      • Turismo Deportivo en Latinoamérica
      • Proyectos Institucionales
    • Acerca de Mi
    • Blog

    Sol Experiences FZE
    Registration No 41548 - Ajman Free Zone, United Arab Emirates

    • LinkedIn
    • Instagram

    Términos y Condiciones

    Política de Privacidad

    Política de Cookies

    Miembros de la Red Latinoamericana de Turismo Deportivo

    Red Latinoamericana de Turismo Deportivo

    Servicios de Viaje y Logística
    Reserva traslados, excursiones y tours en cualquier destino del mundo con total confianza a través de nuestro aliado estratégico.

    Civitatis
    Copyright © 2026 Sol Experiences All rights reserved. Theme: flash-child by Cristian Caratti. Powered by WordPress

    ) ============================================================ */ function initSolPrehome() { var wrapper = document.getElementById('solPageWrapper'); var prehome = document.getElementById('solPrehome'); if (!wrapper || !prehome) return; var columns = Array.prototype.slice.call(prehome.querySelectorAll('.sol-column')); if (!columns.length) return; var EXPANDED_W = '75%'; var COLLAPSED_W = '12.5%'; // (100 - 75) / 2 = 12.5% var DEFAULT_W = '33.33%'; var activeIndex = -1; // -1 = no column active /* ---------- helpers ---------- */ function setColumnWidths(expandedIdx) { columns.forEach(function (col, i) { if (i === expandedIdx) { col.style.width = EXPANDED_W; col.classList.add('is-active'); } else { col.style.width = expandedIdx === -1 ? DEFAULT_W : COLLAPSED_W; col.classList.remove('is-active'); } /* Color-tag: hide (slide down out) on active column, show normally on the others */ var tag = col.querySelector('.sol-color-tag'); if (tag) { tag.style.transform = (i === expandedIdx) ? 'translateY(100%)' : 'translateY(0)'; } }); activeIndex = expandedIdx; } function resetAll() { setColumnWidths(-1); } /* ---------- desktop mouse events ---------- */ columns.forEach(function (col, i) { col.addEventListener('mouseenter', function () { if (activeIndex !== i) { setColumnWidths(i); } }); }); prehome.addEventListener('mouseleave', function () { resetAll(); }); /* ---------- touch / mobile: tap to toggle ---------- */ columns.forEach(function (col, i) { col.addEventListener('click', function (e) { /* On desktop, clicking a link inside should navigate normally */ if (e.target.tagName === 'A') return; if (activeIndex === i) { /* Tapping the already-active column collapses it */ resetAll(); } else { setColumnWidths(i); } }); }); /* ---------- keyboard / accessibility ---------- */ columns.forEach(function (col, i) { col.setAttribute('tabindex', '0'); col.setAttribute('role', 'button'); col.addEventListener('focus', function () { setColumnWidths(i); }); col.addEventListener('keydown', function (e) { /* Enter or Space activates; Escape resets */ if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); var link = col.querySelector('a.sol-cta'); if (link) link.click(); } if (e.key === 'Escape') { resetAll(); col.blur(); } }); }); /* Blur-out: reset when focus leaves the entire prehome */ prehome.addEventListener('focusout', function (e) { /* Only reset if focus moved outside the prehome entirely */ if (!prehome.contains(e.relatedTarget)) { resetAll(); } }); /* ---------- initial state: activate first column ---------- */ setColumnWidths(0); /* After a moment, reset so it's in the neutral (no hover) state but with the first column subtly "invited" — or keep it active. Remove the setTimeout below if you want it to stay expanded. */ setTimeout(function () { resetAll(); }, 1800); } /* Run after DOM is ready */ if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSolPrehome); } else { initSolPrehome(); } })();