*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}:root{--color-red-500:#D41B00;--color-red-700:#88000A;--color-blue-500:#0080A9;--color-white:#FFFFFF;--color-gray-50:#F5F5F5;--color-gray-100:#E3E3E3;--color-gray-300:#ADADAD;--color-gray-500:#4F4F4F;--color-gray-600:#3D3D3D;--color-gray-700:#242424;--itau-orange:#EC7000;--itau-orange-dark:#CC5F00;--itau-orange-light:#FFF3E6;--itau-dark-blue:#003366;--itau-dark-blue-light:#004A8F;--itau-error:#c0392b;--itau-success:#27ae60;--mat-sys-primary:#EC7000}body{font-family:Barlow,sans-serif;font-size:1.6rem;line-height:2.4rem;color:var(--color-gray-500);background-color:var(--color-white);overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 2rem}h1{font-size:4.8rem;line-height:5.2rem;font-weight:600;letter-spacing:-.02em}h2{font-size:3.6rem;line-height:4rem;font-weight:600;letter-spacing:-.01em}h3{font-size:2.8rem;line-height:3.2rem;font-weight:500}h4{font-size:2rem;line-height:2.8rem;font-weight:500}h5{font-size:1.6rem;font-weight:500;color:var(--color-white)}.material-symbols-rounded{font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 24}.material-symbols-rounded.fill{font-variation-settings:'FILL' 1,'wght' 300}.text-center{text-align:center}.text-white{color:var(--color-white)}.d-flex{display:flex}.flex-column{flex-direction:column}.align-items-center{align-items:center}.justify-content-center{justify-content:center}.mr-2{margin-right:.8rem}.ml-2{margin-left:.8rem}.ml-3{margin-left:1.2rem}.mt-3{margin-top:1.2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1.4rem 3.2rem;font-size:1.6rem;font-weight:600;border-radius:.6rem;border:none;cursor:pointer;transition:.3s;text-decoration:none;font-family:Barlow,sans-serif;letter-spacing:.03em;text-transform:uppercase}.btn-primary{background-color:var(--itau-orange);color:#fff;box-shadow:0 4px 16px rgba(236,112,0,.35)}.btn-primary:hover{background-color:var(--itau-orange-dark);box-shadow:0 8px 24px rgba(236,112,0,.5);transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--itau-orange);border:2px solid var(--itau-orange)}.btn-outline:hover{background-color:var(--itau-orange);color:#fff}.preheader{background:var(--color-white);color:var(--color-white);width:100%;position:relative;border-bottom:1px solid var(--color-gray-100)}.preheader .container-preheader{display:flex;justify-content:space-between;height:60px}.preheader .brand{display:flex;align-items:center}.preheader .brand img.logo{max-width:200px;max-height:45px}.preheader .brand img.logo-mobile{display:none}.preheader .isotype{fill:var(--color-red-500)}.preheader .menu{display:flex;justify-content:flex-end;color:var(--color-gray-500);font-size:1.3rem;align-items:center;cursor:pointer}.preheader .menu .item{display:flex;align-items:center;position:relative;padding-left:10px;padding-right:10px;cursor:pointer;text-decoration:none;color:var(--color-gray-500);transition:color .3s}.preheader .menu .item:last-child{padding-right:0;margin-right:0}.preheader .menu .item:hover{color:var(--mat-sys-primary)}.preheader .menu .item:hover::after{content:'';background:rgba(212,27,0,.3);display:block;position:absolute;right:0;height:2px;width:100%;bottom:-10px}.preheader .menu .item .material-symbols-rounded{color:var(--color-gray-500);font-size:2rem}.preheader .menu .item:hover .material-symbols-rounded{color:var(--mat-sys-primary)}.preheader .menu .phone-link{display:flex;align-items:center;text-decoration:none;color:inherit}@media (max-width:1023px){h1{font-size:3.2rem;line-height:3.6rem}h2{font-size:2.8rem;line-height:3.2rem}h3{font-size:2.2rem;line-height:2.6rem}.logo-mobile{display:block!important}.logo-desktop{display:none!important}.preheader{background-color:#f47920}}.cx-header{background-color:rgba(255,255,255,.98);border-bottom:1px solid var(--color-gray-100);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.header-nav{display:flex;overflow-x:auto;padding:1.6rem 0 0}@media (min-width:1024px){.header-nav{justify-content:space-between;padding:0}}.header-nav .option{position:relative;display:flex;flex-direction:column;align-items:center;margin-right:1.2rem;padding-bottom:1rem;cursor:pointer;transition:.3s;min-width:fit-content;text-decoration:none;color:var(--color-gray-500)}.header-nav .option .circle{position:relative;border-radius:50%;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-gray-50);transition:.3s}@media (min-width:1024px){.header-nav .option{width:100%;padding:1rem 0 1.4rem;margin-right:0}.header-nav .option .circle{width:4rem;height:4rem;margin:.6rem}}.header-nav .option .circle .material-symbols-rounded{font-size:2.4rem;color:var(--color-gray-500)}.header-nav .option .circle .rotate-flight-icon{transform:rotate(90deg)}.header-nav .option .title{margin-top:.5rem;font-size:1.4rem;white-space:nowrap;color:var(--color-gray-500);text-align:center}@media (min-width:1024px){.header-nav .option .title{font-size:1.1rem;text-transform:uppercase}.header-nav .option .title span{text-transform:uppercase;white-space:nowrap}}.header-nav .option:hover .circle{background-color:var(--mat-sys-primary)}.header-nav .option:hover .circle .material-symbols-rounded{color:#fff}.header-nav .option:hover .title{font-weight:600;color:var(--mat-sys-primary)}.header-nav .option.active .circle{background:var(--mat-sys-primary)}.header-nav .option.active .circle .material-symbols-rounded{color:#fff}.header-nav .option.active .title{font-weight:600;color:var(--mat-sys-primary);position:relative}.header-nav .option.active .title span{position:relative}.header-nav .option.active .title span::after{content:'';position:absolute;left:0;bottom:-.6rem;height:.2rem;width:100%;border-top-left-radius:2px;border-top-right-radius:2px;background-color:var(--mat-sys-primary)}.contact-information{background-color:var(--color-gray-600);color:var(--color-white);padding-block:4rem}.contact-information .container{display:flex;flex-direction:column;align-items:center}.contact-information .contact-numbers{display:flex;justify-content:center;margin-bottom:1.5rem}.contact-information .contact-numbers .material-symbols-rounded{color:var(--color-white)}.contact-information .phone-info,.contact-information .whatsapp-info{display:flex;align-items:center}.contact-information .phone-info a,.contact-information .whatsapp-info a{cursor:pointer;text-decoration:none}.contact-information .phone-number-container,.contact-information .whatsapp-number-container{display:flex;flex-direction:column;font-size:2rem;font-weight:500;color:var(--color-white);padding-left:1.6rem;line-height:28px}.contact-information .phone-number-container span,.contact-information .whatsapp-number-container span{white-space:nowrap}.contact-information .whatsapp-info{padding-left:12rem}.contact-information .phone-hours{margin-top:1.5rem;font-size:1.4rem}.contact-information .phone-hours span:nth-child(2){margin-left:.5rem}footer{padding:4rem 0;background:var(--color-gray-700);color:var(--color-white)}footer a{text-decoration:none}footer .content{display:flex;width:100%;justify-content:space-between}footer .content h5{color:var(--color-white)}footer .link-container a{color:var(--color-gray-300)!important;padding-top:1rem;cursor:pointer}footer .link-container a:first-child{padding-top:2rem}footer .link-container div.section{color:var(--color-gray-300);padding-top:2rem}footer .link-container div.section a{padding-top:.8rem;display:flex;align-items:center}footer .content.bottom{display:flex;width:100%;align-items:center;justify-content:space-between;border-top:1px solid var(--color-gray-500);margin-top:4rem;padding-top:2rem}footer .content.bottom .follow-us{display:flex;width:35%;justify-content:space-between}footer .content.bottom .follow-us .logo{display:flex;align-items:center}footer .content.bottom .red-social{display:flex;justify-content:flex-end;align-items:center;margin-left:20rem}footer .content.bottom .red-social span{color:var(--color-gray-300)}footer .content.bottom .red-social a{margin-left:.8rem}footer .content.bottom .copyright{display:flex;justify-content:space-between;align-items:center;color:var(--color-gray-300)}footer .content.bottom .copyright .scroll-up{color:var(--color-white);display:flex;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;border-radius:50%;background:var(--color-gray-500);margin-left:2rem;cursor:pointer;transition:background .3s}footer .content.bottom .copyright .scroll-up:hover{background:var(--color-gray-600)}.icon-24{font-size:2.4rem}.icon-32{font-size:3.2rem}.fs-sm{font-size:1.4rem}@media (max-width:1023px){.contact-information{padding:3.2rem 0}.contact-information .container .contact-numbers{flex-direction:column;align-items:center;margin-bottom:0}.contact-information .phone-info,.contact-information .whatsapp-info{margin-right:0;margin-bottom:0;display:flex;align-items:center;flex-direction:column}.contact-information .phone-number-container,.contact-information .whatsapp-number-container{display:flex;align-items:center;flex-direction:column;padding:0;margin:0}.contact-information .whatsapp-number-container{margin-top:.8rem;padding:0}.contact-information .whatsapp-info{margin-top:1.6rem;padding-left:0}.contact-information .phone-info{margin-left:0}.contact-information .phone-hours{display:flex;flex-direction:column;margin-top:3.2rem;text-align:center}footer{padding:3.2rem 0}footer .content{flex-direction:column;align-items:center}footer .content>div:nth-child(n+2){margin-top:4.5rem}footer .content div{display:flex;flex-direction:column;align-items:center}footer .link-container a{padding-top:2rem}footer .link-container a span{text-align:center}footer .link-container div.section.list{padding-top:5rem}footer .link-container div.section.list a{padding-top:0}footer .content.bottom{padding-top:4.6rem;position:relative;margin-top:3.2rem;flex-direction:column}footer .content.bottom .logo{margin-bottom:2rem}footer .content.bottom .red-social{flex-direction:row;margin-left:0;margin-bottom:2rem}footer .content.bottom .red-social svg{margin:0 .4rem}footer .content.bottom .copyright{font-size:1.4rem}footer .content.bottom .scroll-up{position:absolute;right:.5rem;top:3rem}}.hero-itau{position:relative;min-height:480px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:url('https://images.unsplash.com/photo-1565026057447-bc90a3dceb87?w=1920&q=80') center center/cover no-repeat}.hero-itau::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,51,102,.75) 0,rgba(236,112,0,.55) 100%);z-index:1}.hero-itau .hero-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:860px;padding:6rem 1rem}.hero-itau .hero-content h1{color:#fff;margin-bottom:2rem}.hero-itau .hero-content p{font-size:2rem;line-height:3rem;margin-bottom:3.2rem;font-weight:300;color:rgba(255,255,255,.95)}.hero-itau .hero-content .btn{font-size:1.6rem}@media (max-width:1023px){.hero-itau{min-height:400px}.hero-itau .hero-content p{font-size:1.6rem;line-height:2.4rem}}.catalog-section{padding:8rem 0;background:var(--color-gray-50)}.catalog-section h2{text-align:center;margin-bottom:2rem;color:var(--itau-dark-blue)}.catalog-section .catalog-subtitle{text-align:center;font-size:1.6rem;color:var(--color-gray-500);margin-bottom:5rem}.catalog-grid{display:grid;grid-template-columns:1fr;gap:2.4rem;max-width:960px;margin:0 auto}@media (min-width:480px){.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.catalog-grid{grid-template-columns:repeat(4,1fr)}}.catalog-card{background:#fff;border-radius:1.2rem;padding:3rem 2rem;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,.06);border:2px solid transparent;cursor:pointer;transition:.3s;display:flex;flex-direction:column;align-items:center}.catalog-card:hover{border-color:var(--itau-orange);box-shadow:0 8px 24px rgba(236,112,0,.15);transform:translateY(-4px)}.catalog-card.selected{border-color:var(--itau-orange);background:var(--itau-orange-light)}.catalog-card .card-icon{font-size:5.6rem;color:var(--itau-orange);margin-bottom:1.6rem}.catalog-card .card-destination{font-size:1.4rem;font-weight:600;color:var(--itau-dark-blue);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.03em}.catalog-card .card-weight{font-size:1.3rem;color:var(--color-gray-500);margin-bottom:1.2rem}.catalog-card .card-points{font-size:2rem;font-weight:700;color:var(--itau-orange);line-height:1.2}.catalog-card .card-points small{font-size:1.3rem;font-weight:400;color:var(--color-gray-500);display:block;margin-top:.2rem}.catalog-card .card-btn{margin-top:2rem;padding:1rem 2rem;font-size:1.3rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--itau-orange);color:#fff;border:none;border-radius:.6rem;cursor:pointer;transition:.3s;font-family:Barlow,sans-serif}.catalog-card .card-btn:hover{background:var(--itau-orange-dark)}.form-section{padding:8rem 0;background:#fff}.form-section h2{text-align:center;margin-bottom:1.2rem;color:var(--itau-dark-blue)}.form-section .form-intro{text-align:center;font-size:1.6rem;color:var(--color-gray-500);margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.selected-baggage{display:none;max-width:600px;margin:0 auto 2.4rem;padding:1.6rem 2rem;background:var(--itau-orange-light);border:1px solid var(--itau-orange);border-radius:.8rem;text-align:center;font-size:1.5rem;color:var(--itau-dark-blue);font-weight:500}.selected-baggage.visible{display:block}.selected-baggage .change-link{display:inline-block;margin-left:1rem;font-size:1.3rem;color:var(--itau-orange);cursor:pointer;text-decoration:underline}.contact-form-container{max-width:600px;margin:0 auto;padding:4rem;background:var(--color-gray-50);border-radius:1.2rem;box-shadow:0 4px 20px rgba(0,0,0,.06)}.contact-form-container h3{font-size:2.2rem;font-weight:500;color:var(--itau-dark-blue);margin-bottom:.4rem;text-align:center}.contact-form-container .form-subtitle{font-size:1.4rem;color:var(--color-gray-500);margin-bottom:2.4rem;text-align:center}.form-group{margin-bottom:2rem}.form-group label{display:block;font-size:1.4rem;font-weight:500;color:var(--color-gray-600);margin-bottom:.6rem}.form-label-block{display:block;font-size:1.4rem;font-weight:500;color:var(--color-gray-600);margin-bottom:1rem}.radio-group{display:flex;flex-direction:column;gap:1rem}.radio-label{display:flex;align-items:flex-start;gap:1rem;font-size:1.5rem;font-weight:400;color:var(--color-gray-600);cursor:pointer;line-height:1.5}.radio-label input[type=radio]{flex-shrink:0;margin-top:.3rem;width:1.8rem;height:1.8rem;accent-color:var(--itau-orange);cursor:pointer}.form-group.error .radio-label{color:var(--color-gray-600)}.form-group label .required{color:var(--itau-error);margin-left:.2rem}.form-input,.form-select{width:100%;padding:1.2rem 1.6rem;font-family:Barlow,sans-serif;font-size:1.6rem;color:var(--color-gray-700);background:#fff;border:2px solid var(--color-gray-100);border-radius:.6rem;transition:.3s;outline:0}.form-input:focus,.form-select:focus{border-color:var(--itau-orange);box-shadow:0 0 0 3px rgba(236,112,0,.12)}.form-input::placeholder{color:var(--color-gray-300)}.form-group.error .form-input,.form-group.error .form-select{border-color:var(--itau-error);background:#fdf2f2}.form-group[data-field=tramo].error .radio-group{padding:1rem;border-radius:.6rem;border:2px solid var(--itau-error);background:#fdf2f2}.form-group .error-message{display:none;font-size:1.2rem;color:var(--itau-error);margin-top:.4rem}.form-group.error .error-message{display:block}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ADADAD' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:1.6rem;padding-right:4rem;cursor:pointer}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media (max-width:600px){.form-row{grid-template-columns:1fr}}.document-field{display:grid;grid-template-columns:120px 1fr;gap:1rem}@media (max-width:600px){.document-field{grid-template-columns:1fr}}.phone-field{display:grid;grid-template-columns:100px 1fr;gap:1rem}.form-section-title{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--itau-dark-blue);margin:2.4rem 0 1.2rem;padding-bottom:.6rem;border-bottom:1px solid var(--color-gray-100)}.form-submit{width:100%;padding:1.6rem 3.2rem;margin-top:2.4rem;font-family:Barlow,sans-serif;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--itau-orange);border:none;border-radius:.6rem;cursor:pointer;transition:.3s}.form-submit:hover{background:var(--itau-orange-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(236,112,0,.35)}.form-submit:active{transform:translateY(0)}.form-submit:disabled{background:var(--color-gray-300);cursor:not-allowed;transform:none;box-shadow:none}.form-submit.loading{position:relative;color:transparent}.form-submit.loading::after{content:'';position:absolute;top:50%;left:50%;width:2rem;height:2rem;margin:-1rem 0 0 -1rem;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.form-success{display:none;text-align:center;padding:4rem 2rem}.form-success.visible{display:block}.form-success .success-icon{font-size:6rem;color:var(--itau-success);margin-bottom:2rem}.form-success h4{font-size:2.4rem;font-weight:500;color:var(--itau-dark-blue);margin-bottom:1.2rem}.form-success p{font-size:1.6rem;color:var(--color-gray-500);margin-bottom:2.4rem}.form-section:has(.form-success.visible) .form-intro,.form-section:has(.form-success.visible) .selected-baggage,.form-section:has(.form-success.visible) h2{display:none!important}.contact-form-container:has(.form-success.visible) .form-subtitle,.contact-form-container:has(.form-success.visible) h3{display:none!important}.form-reset-btn{display:inline-block;padding:.8rem 1.6rem;font-family:Barlow,sans-serif;font-size:1.4rem;color:var(--color-gray-500);background:0 0;border:1px solid var(--color-gray-300);border-radius:.6rem;cursor:pointer;transition:color .2s,border-color .2s}.form-reset-btn:hover{color:var(--itau-dark-blue);border-color:var(--itau-dark-blue)}.privacy-note{font-size:1.2rem;color:var(--color-gray-500);text-align:center;margin-top:2rem}.privacy-note a{color:var(--itau-dark-blue);text-decoration:underline}@media (max-width:768px){.contact-form-container{padding:2.4rem;margin:0 1.6rem;border-radius:.8rem}}.steps-section{padding:8rem 0;background:var(--itau-dark-blue);color:#fff}.steps-section h2{text-align:center;color:#fff;margin-bottom:5rem}.steps-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:960px;margin:0 auto}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(4,1fr)}}.step-item{text-align:center;padding:2rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:5.6rem;height:5.6rem;border-radius:50%;background:var(--itau-orange);color:#fff;font-size:2.4rem;font-weight:700;margin-bottom:2rem}.step-item h4{color:#fff;margin-bottom:1rem;font-weight:500;font-size:1.6rem}.step-item p{font-size:1.4rem;color:rgba(255,255,255,.75);line-height:2.2rem}.restrictions-section{padding:6rem 0;background:var(--color-gray-50)}.restrictions-section h2{text-align:center;margin-bottom:4rem;color:var(--itau-dark-blue)}.restrictions-content{max-width:800px;margin:0 auto}.restriction-group{margin-bottom:3rem}.restriction-group h4{color:var(--itau-dark-blue);margin-bottom:1.2rem;font-size:1.8rem;display:flex;align-items:center;gap:.8rem}.restriction-group h4 .material-symbols-rounded{color:var(--itau-orange);font-size:2.4rem}.restriction-group ul{list-style:none;padding:0}.restriction-group ul li{position:relative;padding-left:2rem;margin-bottom:.8rem;font-size:1.5rem;line-height:2.4rem;color:var(--color-gray-500)}.restriction-group ul li::before{content:'';position:absolute;left:0;top:.9rem;width:6px;height:6px;border-radius:50%;background:var(--itau-orange)}.restriction-group p{font-size:1.5rem;line-height:2.4rem;color:var(--color-gray-500)}.schedule-notice{max-width:800px;margin:0 auto;padding:2rem 2.4rem;background:var(--itau-orange-light);border-left:4px solid var(--itau-orange);border-radius:0 .8rem .8rem 0;font-size:1.5rem;color:var(--color-gray-600);line-height:2.4rem}.schedule-notice strong{color:var(--itau-dark-blue)}