I Nostri pacchetti

Cabina di pilotaggio simulatore Airbus A320 a Catania
A320 Single pilot

ENTRA NELLA CABINA E METTITI AI COMANDI DI UN AIRBUS A320. PROGRAMMA LA TUA ROTTA, ESEGUI LE CHECKLIST, METTI IN MOTO E AVVIATI VERSO LA PISTA PER IL TUO PRIMO DECOLLO. SARAI ACCOMPAGNATO DAL NOSTRO STAFF IN UN'ESPERIENZA UNICA.

Prenota
Strumentazione di volo simulatore A320 – esperienza professionale
A320 CREW

VOLA IN COMPAGNIA DI UN AMICO O DI UN ALTRO APPASSIONATO, GESTENDO L'AEROMOBILE COME UN VERO EQUIPAGGIO. ASSISTITI DAL NOSTRO STAFF POTRETE METTERVI ALLA PROVA CON DECOLLI, ATTERRAGGI E PROCEDURE!

PRENOTA
20210717_151112
CORSI

ORGANIZZIAMO CORSI RIVOLTI AD APPASSIONATI E PROFESSIONISTI. CONTATTACI PER SAPERNE DI PIU'







CONTATTI

SEI INDECISO O NON TROVI IL PACCHETTO ADEGUATO? CONTATTACI E SAREMO LIETI DI AIUTARTI A PERSONALIZZARE LA TUA ESPERIENZA DI VOLO!

CONTATTI
/* Privacy Policy Modal - Vola Catania */ document.addEventListener('DOMContentLoaded', function() { var links = document.querySelectorAll('a.privacy-modal-link'); if (!links.length) return; /* Create modal HTML */ var modal = document.createElement('div'); modal.id = 'vola-privacy-modal'; modal.style.cssText = 'display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);z-index:99999;overflow-y:auto;padding:20px;box-sizing:border-box;'; var box = document.createElement('div'); box.style.cssText = 'background:#fff;max-width:800px;margin:20px auto;padding:30px 40px;border-radius:8px;position:relative;max-height:85vh;overflow-y:auto;box-sizing:border-box;'; var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.setAttribute('aria-label', 'Chiudi'); closeBtn.style.cssText = 'position:absolute;top:10px;right:15px;font-size:28px;background:none;border:none;cursor:pointer;color:#555;line-height:1;padding:5px;'; closeBtn.onclick = function() { modal.style.display = 'none'; }; var contentDiv = document.createElement('div'); contentDiv.id = 'vola-privacy-content'; contentDiv.innerHTML = '

Caricamento...

'; box.appendChild(closeBtn); box.appendChild(contentDiv); modal.appendChild(box); document.body.appendChild(modal); /* Close on backdrop click */ modal.addEventListener('click', function(e) { if (e.target === modal) modal.style.display = 'none'; }); /* Close on Escape */ document.addEventListener('keydown', function(e) { if (e.key === 'Escape') modal.style.display = 'none'; }); var loaded = false; links.forEach(function(link) { link.addEventListener('click', function(e) { e.preventDefault(); modal.style.display = 'block'; document.body.style.overflow = 'hidden'; modal.addEventListener('transitionend', function() {}, {once:true}); if (!loaded) { fetch('/privacy-policy/') .then(function(r) { return r.text(); }) .then(function(html) { var parser = new DOMParser(); var doc = parser.parseFromString(html, 'text/html'); var entry = doc.querySelector('.entry-content, .page-content, article .content, main article'); contentDiv.innerHTML = entry ? entry.innerHTML : '

Errore nel caricamento della Privacy Policy. Aprila in una nuova scheda.

'; loaded = true; }) .catch(function() { contentDiv.innerHTML = '

Errore nel caricamento. Apri la Privacy Policy in una nuova scheda.

'; }); } }); }); /* Restore scroll on close */ var observer = new MutationObserver(function() { if (modal.style.display === 'none') document.body.style.overflow = ''; }); observer.observe(modal, {attributes: true, attributeFilter: ['style']}); });