ABOUT US

Built by people who love sport as much as you do

We handle the tickets, hospitality, hotels and transfers — so all you have to think about is the match. From the first inquiry to the final whistle, our team is with you every step of the way, in Argentina and at the biggest sporting stages around the world.

OUR STORY

Built to handle the details

Sol Experiences started with a simple idea: the best sports trips happen when someone else handles the details. We’ve spent years coordinating hospitality, tickets and logistics for fans and companies chasing the world’s biggest sporting events — from World Cups to Grand Prix weekends.
No call centers, no fine print. Just a team that picks up the phone and gets it done.
INTERNATIONAL EXPERIENCE

Trusted across major sporting stages

From Argentina’s biggest rivalries to sport’s biggest global stages, our experience spans destinations worldwide — giving us a real understanding of different cultures, markets and client expectations, wherever the next big match takes you.

International football events, including the FIFA World Cup and top-tier European competitions.

Design and coordination of sports hospitality experiences for corporate clients.

End-to-end logistics management for VIP travelers at international sporting events.

Formula 1 hospitality programs in key markets around the world.

OUR PHILOSOPHY

Great sporting events aren’t just watched — they’re lived

Every trip takes planning, destination knowledge and attention to detail — plus a real understanding of what each client is looking for.
Technology can book a ticket. It can’t replace someone who picks up the phone when you need them.
WHAT WE DO

Three ways we get you closer to the game

From the first message to the final whistle, everything runs through one team — no handoffs, no call center, no guesswork.
01

Event Access & Hospitality

Tickets and premium hospitality for the matches and tournaments that matter most.

02

Custom Itineraries

Hotels, transfers and full logistics built around your schedule, not a fixed package.

03

Corporate Partnerships

Hospitality programs for brands and companies looking to connect with clients through sport.

Got a match in mind?

Tell us the sport and the date — we’ll take it from there.
Sol Experiences FZE
Registration No 41548 — Ajman Free Zone, United Arab Emirates
Miembros de la Red Latinoamericana de Turismo Deportivo
© 2026 Sol Experiences Sport Travel.
) ============================================================ */ 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(); } })();