@font-face{font-family:"Saira";src:url("../../fonts/Saira-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Saira";src:url("../../fonts/Saira-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Saira";src:url("../../fonts/Saira-ExtraBold.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Urbanist";src:url("../../fonts/Urbanist-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Urbanist";src:url("../../fonts/Urbanist-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Urbanist";src:url("../../fonts/Urbanist-ExtraBold.ttf") format("truetype");font-weight:900;font-style:normal;font-display:swap}.btn{outline:none;border:none;text-align:center;transition:background .3s ease;display:block;cursor:pointer;text-decoration:none;border-radius:50px}.btn::before,.btn::after,.btn span{pointer-events:none}.btn--orange{background:#ff4208;position:relative;z-index:0;color:#fff}.btn--orange::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--Gradient-Button, linear-gradient(223deg, #04263f 11.26%, #0e4577 57.64%));opacity:0;transition:opacity .3s ease;z-index:-1}.btn--orange:hover::before{opacity:1}.btn--green{background:linear-gradient(248deg, #5df776 -0.08%, #32c132 70.31%);position:relative;z-index:0;color:#fff}.btn--green::before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--Gradient-Button, linear-gradient(223deg, #04263f 11.26%, #0e4577 57.64%));opacity:0;transition:opacity .3s ease;z-index:-1}.btn--green:hover::before{opacity:1}.btn--icon{display:flex;justify-content:center;align-items:center}.btn--icon-arrow{gap:10px;display:flex;justify-content:flex-end !important;padding-right:6px !important}.btn--icon-arrow::after{content:"";width:36px;height:36px;display:inline-block;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("../../img/icons/Arrow-orange.svg")}.btn--icon-arrow:hover::after{background-image:url("../../img/icons/Arrow-blue.svg")}.btn--icon-click{gap:7px}.btn--icon-click::after{content:"";display:inline-block;width:25px;height:25px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("../../img/icons/btn-click.svg")}.btn--icon-click-hand{gap:4px}.btn--icon-click-hand::after{content:"";display:inline-block;width:13px;height:18px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("../../img/icons/btn-hand-click.svg")}.btn--icon-click-cursor{gap:4px}.btn--icon-click-cursor::after{content:"";display:inline-block;width:25px;height:25px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("../../img/icons/btn-cursor.svg")}.btn--icon-arrow-simple{gap:8px}.btn--icon-arrow-simple::after{content:"";display:inline-block;width:20px;height:20px;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("../../img/icons/arrow-simple.svg")}.btn--semi-border{border-radius:0px;border-radius:0 50px 50px 0}.input{outline:none;border:none;border-radius:none;background:hsla(0,0%,100%,.9);padding-left:10px}input[type=checkbox]{accent-color:#ff4208}.container{width:95%;margin:0px auto}@media(width > 640px){.container{max-width:640px}}@media(width > 768px){.container{max-width:768px}}@media(width > 990px){.container{max-width:990px}}@media(width > 1024px){.container{max-width:1024px}}@media(width > 1280px){.container{max-width:1140px}}*{padding:0;margin:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fff;font-family:"Saira",sans-serif}p{margin:0}.error{font-size:9px;color:#fff}.header-nav{background:#04263f;position:sticky;top:0;padding:0px 0px 41px 0px;z-index:10}@media(width > 767px){.header-nav{padding:0px 0px 22px 0px}}.header-nav .container{display:flex;align-items:center;justify-content:center;position:relative;margin-top:28px}@media(width > 767px){.header-nav .container{justify-content:space-between;margin-top:22px}}.header-nav__marca-wrapper{background:var(--Azul-Acento, #025ea3);padding:13px 0px;text-align:center;text-wrap:balance}.header-nav__marca-wrapper a,.header-nav__marca-wrapper span{color:#fff;font-family:Urbanist;font-size:12px;font-style:normal;font-weight:700;line-height:normal}@media(width > 767px){.header-nav__marca-wrapper a,.header-nav__marca-wrapper span{font-size:14px}}.header-nav__marca-wrapper a{text-decoration:underline}@media(width > 767px){.header-nav__marca-wrapper{padding:10px 0px}}.header-nav__marca-wrapper .container{display:block;margin-top:0}.header-nav__link{width:150px;height:46.118px}.header-nav__link img{height:inherit;width:inherit}.header-nav__contact{color:#fff;font-family:Saira;font-size:16px;font-style:normal;font-weight:600;line-height:16px;max-width:304px;width:100%;padding:9px 0px}@media(width > 767px){.header-nav__contact{max-width:none;width:254px;padding:9.5px 0px}}.header-nav__contact-wrapper{display:none}@media(width > 767px){.header-nav__contact-wrapper{display:flex;position:relative}}.header-nav__contact-span{height:44px;width:25px;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;opacity:0;animation:pulse 2s ease-out infinite}.header-nav__contact-span--blue{background-image:url("../../img/formas/header-contact-blue.svg");left:-20px;animation-delay:.6s}.header-nav__contact-span--aqua{background-image:url("../../img/formas/header-contact-aqua.svg");left:-10px;animation-delay:.1s}.header-nav__contact--desk::after{animation:click-hand 1.5s ease-in-out infinite;transform-origin:bottom center}.header-nav__contact--mobile{position:absolute;bottom:-60px}.header-nav__contact--mobile::after{animation:click-hand 1.5s ease-in-out infinite;transform-origin:bottom center}@media(width > 767px){.header-nav__contact--mobile{display:none}}.header-nav .spans-icons{position:absolute;top:0px;transform:translateY(60%)}.header-nav .spans-icons img{height:15px;width:5px;opacity:0;animation:pulse 2s ease-out infinite;animation-delay:calc(1s*var(--i))}.header-nav .spans-icons--left{left:30px}.header-nav .spans-icons--right{right:30px}@keyframes pulse{0%{opacity:0}70%{opacity:.8}100%{opacity:0}}@keyframes click-hand{0%{transform:scale(1) rotate(0deg)}30%{transform:scale(0.85) rotate(-10deg)}60%{transform:scale(1.1) rotate(5deg)}100%{transform:scale(1) rotate(0deg)}}.footer{background:var(--Azul-Secundario, #04263f);padding:48px 0px 64px 0px}.footer__wraper{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:62px}@media(width > 767px){.footer__wraper{flex-direction:row;align-items:center;gap:0px;justify-content:space-between}}.footer__link-home{display:block;width:148px;height:45.503px}.footer__link-home img{width:inherit;height:inherit}.footer__links{display:flex;flex-direction:column;gap:20px}@media(width > 767px){.footer__links{gap:10px}}.footer__links a,.footer__links p{color:#fff;text-align:center;font-family:Urbanist;font-size:12px;font-style:normal;font-weight:400;line-height:12px;text-decoration:none}@media(width > 767px){.footer__links a,.footer__links p{text-align:right;font-size:14px;line-height:16px}}@media(width > 990px){.footer__links a,.footer__links p{font-size:16px;line-height:18px}}.form-sticky{margin-top:36px;position:sticky;z-index:9;bottom:10px}@media(width > 767px){.form-sticky{margin-top:72px}}.form-sticky--hero{position:relative;margin-top:-20px;display:none}@media(width > 767px){.form-sticky--hero{display:block}}.form-sticky.visibleAll{position:sticky;opacity:1;animation:1.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-top-right both}@media(max-width: 767px){.form-sticky.visibleAll{animation:none}}.form-sticky.notVisible{position:relative}@media(max-width: 767px){.form-sticky.notVisible{position:sticky !important;bottom:-1px}}.form-sticky__wraper{border-radius:10px;background:var(--Gradient-Button, linear-gradient(223deg, #04263f 11.26%, #0e4577 57.64%));display:flex;gap:10px;justify-content:space-between;padding:20px 20px}@media(width > 767px){.form-sticky__wraper{padding:25px 10px 20px 15px;max-width:1230px;width:100%;margin:0px auto;align-items:center}}@media(width > 990px){.form-sticky__wraper{padding:20px 25px 20px 25px}}@media(width > 1280px){.form-sticky__wraper{gap:20px;padding:25px 25px 17px 30px}}.form-sticky__wraper--desk{display:none}@media(width > 768px){.form-sticky__wraper--desk{display:flex;flex-direction:column;gap:13px}}.form-sticky__wraper--mobile{max-width:300px;margin:0px auto;justify-content:center}.form-sticky__wraper--mobile a,.form-sticky__wraper--mobile .btn{max-width:200px;width:100%;display:flex;gap:10px;justify-content:center;align-items:center;color:#fff;font-family:Saira;font-size:16px;font-style:normal;font-weight:500;line-height:16px;padding:8px 0px}.form-sticky__wraper--mobile button.btn{border-radius:50px;background:var(--Azul-Acento, #00a4e0)}@media(width > 768px){.form-sticky__wraper--mobile{display:none}}.form-sticky__title,.form-sticky__subtitle{color:#fff;font-family:Urbanist;font-style:normal;font-weight:500;font-size:18px;line-height:22px}@media(width > 990px){.form-sticky__title,.form-sticky__subtitle{font-size:20px;line-height:24px}}@media(width > 1280px){.form-sticky__title,.form-sticky__subtitle{font-size:22px;line-height:24px}}.form-sticky__form-wrapper{display:flex;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start;max-width:100%;gap:5px}@media(width > 1280px){.form-sticky__form-wrapper{gap:8px}}.form-sticky__form-input-wrapper{display:flex;flex-direction:column;gap:5px;flex:1 1 0}.form-sticky__form-input-wrapper input,.form-sticky__form-input-wrapper select{color:var(--Azul-Secundario, #04263f);padding:13px 10px 13px 5px}@media(width > 990px){.form-sticky__form-input-wrapper input,.form-sticky__form-input-wrapper select{padding:13px 10px 13px 10px}}.form-sticky__form-input-wrapper select{padding-top:12px;padding-bottom:12px}.form-sticky__form-input-wrapper input::-moz-placeholder{font-family:Saira;font-size:12px;font-style:normal;font-weight:500;line-height:12px;color:var(--Azul-Secundario, #04263f);width:100%}.form-sticky__form-input-wrapper input,.form-sticky__form-input-wrapper input::placeholder,.form-sticky__form-input-wrapper select{font-family:Saira;font-size:12px;font-style:normal;font-weight:500;line-height:12px;color:var(--Azul-Secundario, #04263f);width:100%}@media(width > 990px){.form-sticky__form-input-wrapper input::-moz-placeholder{font-size:14px;line-height:14px}.form-sticky__form-input-wrapper input,.form-sticky__form-input-wrapper input::placeholder,.form-sticky__form-input-wrapper select{font-size:14px;line-height:14px}}.form-sticky__form-btn{display:flex;align-items:center;justify-content:center;padding:12.5px 0px}.form-sticky__form-btn span{display:none}.form-sticky__form-btn{width:50px}@media(width > 990px){.form-sticky__form-btn{width:50px;padding:14px 0px}}@media(width > 1025px){.form-sticky__form-btn{width:100px}}@media(width > 1200px){.form-sticky__form-btn{width:80px}}.form-sticky__form-btn::before{background:#00a4e0}.form-sticky__form-input-terms-wrapper{width:100%;display:flex;align-items:center;gap:5px;margin-top:5px}.form-sticky__form-input-terms-wrapper label{color:#fff;font-family:Urbanist;font-size:12.879px;font-style:normal;font-weight:400;line-height:15.455px}.form-sticky__form-input-terms-wrapper label a{color:#fff}.form-sticky__info{width:100%;display:flex;gap:5px}@keyframes wipe-in-top-right{from{clip-path:polygon(-50% 50%, 50% 150%, 50% 150%, -50% 50%)}to{clip-path:polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%)}}[transition-style="in:wipe:top-right"]{animation:2.5s cubic-bezier(0.25, 1, 0.3, 1) wipe-in-top-right both}.aviso-privacidad__title{color:var(--Azul-Primario, #0e4577);font-family:Saira;font-size:38px;font-style:normal;font-weight:700;line-height:44px;margin-top:80px}.aviso-privacidad__title span{color:#ff4208}.aviso-privacidad h2{color:#000;font-family:Urbanist;font-size:19px;font-style:normal;font-weight:700;line-height:24px;margin-top:20px}.aviso-privacidad p,.aviso-privacidad ul,.aviso-privacidad ol{margin-top:15px}.aviso-privacidad p,.aviso-privacidad li,.aviso-privacidad ol,.aviso-privacidad .aceptacion{color:#000;font-family:Urbanist;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.aviso-privacidad ul,.aviso-privacidad ol{padding-left:20px}/*# sourceMappingURL=aviso-privacidad.min.css.map */