:root{--color-bg: #ffffff;--color-surface: #f5f7fa;--color-surface-elevated: #eef1f6;--color-primary: #1d71b8;--color-primary-dim: #165a94;--color-secondary: #49b812;--color-secondary-dim: #3d9a0f;--color-accent: #1d71b8;--color-text: #1a202c;--color-text-muted: #5a6578;--color-border: rgba(0, 0, 0, .08);--font-sans: "Outfit", system-ui, sans-serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--shadow-glow: 0 0 40px rgba(29, 113, 184, .12);--shadow-card: 0 2px 12px rgba(0, 0, 0, .06);--header-height: 5rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + .75rem)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.reveal{opacity:0;transform:translateY(12px);transition:opacity .45s ease-out,transform .45s ease-out}.reveal--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal,.reveal--visible{opacity:1;transform:none;transition:none}}body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);font-weight:700;line-height:1.2}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-primary-dim)}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none}section{padding:5rem 1.5rem;max-width:1200px;margin:0 auto}@media(min-width:768px){section{padding:6rem 2rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border)}.header--menu-open{z-index:250;background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.header__inner{max-width:1200px;margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;position:relative;z-index:1}.header__logo img{height:52px;width:auto}.header__nav ul{list-style:none;display:flex;align-items:center;gap:.25rem;margin:0;padding:0}.header__link{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted);background:none;border:none;border-radius:var(--radius-sm);transition:color .2s,background .2s;text-decoration:none;font-family:inherit;cursor:pointer;line-height:1.4}.header__link:hover{color:var(--color-text);background:var(--color-surface-elevated)}.header__link:focus-visible{color:var(--color-text);background:var(--color-surface-elevated);outline:2px solid var(--color-primary);outline-offset:2px}.header__link--active{color:var(--color-primary)}.header__link--cta{color:#fff!important;background:var(--color-primary)!important;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600}.header__link--cta:hover{background:var(--color-primary-dim)!important;color:#fff!important}.header__link--cta-outline{color:var(--color-primary)!important;background:transparent!important;padding:.5rem 1rem;border-radius:var(--radius-md);border:2px solid var(--color-primary);font-weight:600}.header__link--cta-outline:hover{background:var(--color-primary)!important;color:#fff!important;border-color:var(--color-primary)}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:var(--color-surface-elevated);border-radius:var(--radius-sm);position:relative;z-index:1}.header__burger span{display:block;height:2px;background:var(--color-text);border-radius:1px;transition:transform .3s,opacity .3s}.header__burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger[aria-expanded=true] span:nth-child(2){opacity:0}.header__burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-root{display:none}@media(max-width:900px){.header__nav--desktop{display:none}.header__burger{display:flex}.header__mobile-root{display:block;position:fixed;inset:0;z-index:200}.header__overlay{position:absolute;inset:0;margin:0;padding:0;border:none;background:#0f172a8c;cursor:pointer}.header__nav--mobile{position:absolute;top:var(--header-height);right:0;bottom:0;width:min(320px,100%);display:block;background:#fff;border-left:1px solid var(--color-border);padding:1rem 1.25rem max(2rem,env(safe-area-inset-bottom,0px));box-shadow:-12px 0 40px #00000024;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.header__mobile-list{list-style:none;display:flex;flex-direction:column;gap:.35rem;margin:0;padding:0}.header__mobile-list li{display:block;width:100%}.header__mobile-list .header__link{display:flex;align-items:center;justify-content:flex-start;width:100%;box-sizing:border-box;padding:.85rem 1rem;font-size:1rem;text-align:left}.header__mobile-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;padding-bottom:.25rem;border-top:1px solid var(--color-border)}.header__mobile-actions .header__link{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:.9rem 1rem;font-size:1rem}}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:2.5rem 1.5rem 1.5rem}.footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2rem 2.5rem}@media(min-width:640px){.footer__inner{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.footer__inner{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:2.5rem 3rem}}.footer__section{min-width:0}.footer__heading{font-size:.9375rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.03em}.footer__brand .footer__logo{display:inline-block;margin-bottom:.75rem}.footer__brand .footer__logo img{height:48px;width:auto}.footer__slogan{font-size:.9375rem;color:var(--color-text-muted);line-height:1.5;margin:0;max-width:280px}.footer__brand-name{color:var(--color-secondary);font-weight:600}.footer__social{display:flex;gap:.75rem;margin-top:1.25rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:color .2s,background .2s,border-color .2s}.footer__social-link:hover{color:var(--color-primary);background:#1d71b814;border-color:#1d71b84d}.footer__social-link svg{width:20px;height:20px}.footer__contact-list{list-style:none;margin:0;padding:0}.footer__contact-list li{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:.375rem}.footer__contact-label{color:var(--color-text-muted)}.footer__contact-link{color:var(--color-primary);text-decoration:none;transition:color .2s}.footer__contact-link:hover{color:var(--color-primary-dim);text-decoration:underline}.footer__stores{display:flex;flex-wrap:wrap;gap:.75rem}.footer__store{display:inline-block;transition:transform .2s,opacity .2s}.footer__store:hover{transform:scale(1.05);opacity:.9}.footer__store img{height:44px;width:auto;display:block}@media(min-width:480px){.footer__store img{height:48px}}.footer__nav{list-style:none;margin:0;padding:0}.footer__nav li{margin-bottom:.5rem}.footer__link{font-size:.9375rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--color-primary)}.footer__copy{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-text-muted);opacity:.8;text-align:center}@media(min-width:900px){.footer__copy{text-align:left}}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#25d366;color:#fff;border-radius:50%;box-shadow:0 4px 16px #25d36673;transition:transform .2s,box-shadow .2s,background .2s}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 20px #25d36680;background:#20bd5a;color:#fff}.whatsapp-float:active{transform:scale(.98)}.whatsapp-float__icon{width:30px;height:30px}@media(min-width:768px){.whatsapp-float{width:60px;height:60px;bottom:2rem;right:2rem}.whatsapp-float__icon{width:32px;height:32px}}.hero{width:100%;max-width:none;display:flex;align-items:center;justify-content:flex-start;margin:0;position:relative;overflow:hidden;min-height:clamp(520px,78vh,760px)}.hero--home,.hero--flex,.hero--comunidad{padding:calc(var(--header-height) + 1.5rem) 1.5rem 3.5rem 1.25rem}.hero--flex .hero__lcp-img{object-fit:contain;object-position:28% 58%}.hero--comunidad .hero__lcp-img{object-fit:cover;object-position:center center;max-width:none}button.hero__cta{border:none;cursor:pointer;font-family:inherit}.hero__media{position:absolute;inset:0;z-index:0;overflow:hidden}.hero__img-wrap{position:absolute;inset:-4%;will-change:transform;transition:transform .45s ease-out}.hero__lcp-img{width:100%;height:100%;object-fit:contain;object-position:27% 60%;pointer-events:none}.hero__lcp-img--motion{animation:heroKenBurns 22s ease-in-out infinite alternate}@keyframes heroKenBurns{0%{transform:scale(1) translate(0)}to{transform:scale(1.05) translate(-.8%,-.4%)}}.hero__overlay{position:absolute;inset:0;background:linear-gradient(95deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 38%,rgba(255,255,255,.25) 62%,transparent 78%);pointer-events:none}.hero__content{position:relative;z-index:1;max-width:720px;text-align:left;margin-left:clamp(0px,4vw,50px)}.hero__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.85rem;opacity:0;transform:translateY(16px)}.hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1rem;color:var(--color-primary);opacity:0;transform:translateY(20px)}.hero__brand{color:var(--color-secondary);position:relative;display:inline-block}.hero__brand:after{content:"";position:absolute;left:0;bottom:.08em;width:100%;height:.14em;background:#49b81247;border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .6s ease-out .9s}.hero--mounted .hero__brand:after{transform:scaleX(1)}.hero__subtitle{font-size:clamp(1rem,2vw,1.125rem);color:var(--color-text-muted);margin-bottom:1.25rem;max-width:480px;font-weight:500;line-height:1.55;opacity:0;transform:translateY(20px)}.hero__pills{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 2rem;padding:0;opacity:0;transform:translateY(16px)}.hero__pills li{font-size:.8125rem;font-weight:600;color:var(--color-primary);padding:.4rem .85rem;background:#ffffffd9;border:1px solid rgba(29,113,184,.15);border-radius:999px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.hero__pills li:hover{border-color:#1d71b859;box-shadow:0 4px 14px #1d71b81a;transform:translateY(-1px)}.hero__cta-wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem 1rem;margin-top:clamp(1.25rem,4vw,2.5rem);margin-bottom:2rem;opacity:0;transform:translateY(20px)}.hero__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:1rem 1.85rem;font-size:1.0625rem;font-weight:600;font-family:var(--font-sans);color:#1a202c;background:#edc70a;border-radius:var(--radius-lg);box-shadow:0 4px 18px #edc70a59;overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out}.hero__cta svg{width:1.15rem;height:1.15rem;transition:transform .2s ease-out}.hero__cta:after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.45) 50%,transparent 60%);transform:translate(-120%);transition:transform .55s ease-out}.hero__cta:hover{transform:translateY(-3px);box-shadow:0 10px 28px #edc70a73;color:#1a202c}.hero__cta:hover:after{transform:translate(120%)}.hero__cta:hover svg{transform:translateY(2px)}.hero__cta:active{transform:translateY(-1px)}.hero__cta-secondary{display:inline-flex;align-items:center;padding:.95rem 1.35rem;font-size:.975rem;font-weight:600;font-family:var(--font-sans);color:var(--color-primary);background:#ffffffd1;border:1px solid rgba(29,113,184,.22);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease-out,border-color .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out}.hero__cta-secondary:hover{background:#fff;border-color:#1d71b866;transform:translateY(-2px);box-shadow:0 8px 20px #1d71b81f;color:var(--color-primary-dim)}.hero--mounted .hero__eyebrow{animation:heroEnter .7s ease-out .05s forwards}.hero--mounted .hero__title{animation:heroEnter .75s ease-out .15s forwards}.hero--mounted .hero__subtitle{animation:heroEnter .75s ease-out .28s forwards}.hero--mounted .hero__pills{animation:heroEnter .75s ease-out .4s forwards}.hero--mounted .hero__cta-wrap{animation:heroEnter .75s ease-out .52s forwards}@keyframes heroEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.hero--home,.hero--flex,.hero--comunidad{padding-top:calc(var(--header-height) + 1rem);padding-bottom:2.5rem}.hero{min-height:auto}.hero__overlay{background:linear-gradient(180deg,#fffffff2,#ffffffe0 55%,#ffffff80)}.hero__lcp-img{object-position:50% 70%}.hero--flex .hero__lcp-img,.hero--comunidad .hero__lcp-img{object-position:50% 65%}.hero__content{margin-left:0}.hero__cta-wrap{margin-top:1.5rem}}@media(prefers-reduced-motion:reduce){.hero__lcp-img--motion{animation:none}.hero__img-wrap{transition:none}.hero__eyebrow,.hero__title,.hero__subtitle,.hero__pills,.hero__cta-wrap{opacity:1;transform:none;animation:none}.hero__brand:after{transform:scaleX(1);transition:none}.hero__cta,.hero__cta-secondary,.hero__pills li{transition:none}.hero__cta:after{display:none}}.destacados{padding:5rem 1.5rem;margin:0;max-width:none;width:100%;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.destacados__header{max-width:640px;margin:0 auto 3rem;text-align:center}.destacados__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem}.destacados__title{font-size:clamp(1.75rem,4vw,2.35rem);color:var(--color-primary);margin-bottom:.75rem;line-height:1.15}.destacados__intro{font-size:.975rem;color:var(--color-text-muted);line-height:1.55;margin:0}.destacados__grid{list-style:none;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto;padding:0}@media(min-width:640px){.destacados__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.destacados__grid{grid-template-columns:repeat(4,1fr)}}.destacados__item{min-height:100%}.destacados__card{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.35rem 1.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out,opacity .45s ease-out;opacity:0;transform:translateY(10px);transition-delay:var(--reveal-delay, 0ms)}.reveal--visible .destacados__card{opacity:1;transform:translateY(0)}.destacados__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));opacity:0;transition:opacity .2s ease-out}.destacados__card:hover{border-color:#1d71b838;box-shadow:0 14px 36px #1d71b81a;transform:translateY(-3px)}.destacados__card:hover:before{opacity:1}.destacados__icon-wrap{display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;margin-bottom:1.25rem;border-radius:50%;background:linear-gradient(135deg,#1d71b814,#49b81214);border:1px solid rgba(29,113,184,.1);transition:transform .25s ease-out,box-shadow .25s ease-out}.destacados__card:hover .destacados__icon-wrap{transform:scale(1.05);box-shadow:0 8px 20px #1d71b81f}.destacados__icon{width:3.25rem;height:3.25rem;object-fit:contain}.destacados__label{font-family:var(--font-sans);font-size:1.0625rem;font-weight:700;color:var(--color-primary);line-height:1.25;margin:0 0 .65rem}.destacados__desc{font-size:.9375rem;line-height:1.55;color:var(--color-text-muted);margin:0}@media(prefers-reduced-motion:reduce){.destacados__card,.destacados__card:hover,.destacados__card:hover .destacados__icon-wrap,.reveal--visible .destacados__card{opacity:1;transform:none;transition:none}}.como-reservar{padding:5rem 1.5rem;margin:0;max-width:none;width:100%;background:var(--color-bg)}.como-reservar__header{max-width:640px;margin:0 auto 3rem;text-align:center}.como-reservar__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem}.como-reservar__title{font-size:clamp(1.75rem,4vw,2.35rem);color:var(--color-primary);margin-bottom:.75rem;line-height:1.15}.como-reservar__intro{font-size:.975rem;color:var(--color-text-muted);line-height:1.55;margin:0}.como-reservar__timeline{list-style:none;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto;padding:0;position:relative}@media(min-width:640px){.como-reservar__timeline{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.como-reservar__timeline{grid-template-columns:repeat(4,1fr);gap:1.25rem}.como-reservar__timeline:before{content:"";position:absolute;top:3.4rem;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#1d71b826,#49b81259,#1d71b826);z-index:0;pointer-events:none}}.como-reservar__item{position:relative;z-index:1}.como-reservar__card{height:100%;display:flex;flex-direction:column;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.como-reservar__card:hover{border-color:#1d71b838;box-shadow:0 14px 36px #1d71b81a;transform:translateY(-3px)}.como-reservar__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--color-surface)}.como-reservar__image{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .35s ease-out}.como-reservar__card:hover .como-reservar__image{transform:scale(1.04)}.como-reservar__step-badge{position:absolute;top:.85rem;left:.85rem;display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:700;letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dim));border-radius:999px;box-shadow:0 4px 12px #1d71b859}.como-reservar__body{display:flex;flex-direction:column;flex:1;gap:.65rem;padding:1.35rem 1.25rem 1.5rem}.como-reservar__icon{display:flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:50%;background:linear-gradient(135deg,#1d71b81f,#49b8121a);color:var(--color-primary)}.como-reservar__icon svg{width:1.15rem;height:1.15rem}.como-reservar__step-title{font-size:1.0625rem;font-weight:700;color:var(--color-primary);margin:0;line-height:1.25}.como-reservar__step-desc{flex:1;font-size:.9375rem;line-height:1.55;color:var(--color-text-muted);margin:0}.como-reservar__link{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;margin-top:.35rem;font-size:.875rem;font-weight:600;color:var(--color-primary);transition:color .2s ease-out,gap .2s ease-out}.como-reservar__link svg{width:.95rem;height:.95rem;transition:transform .2s ease-out}.como-reservar__link:hover{color:var(--color-primary-dim);gap:.55rem}.como-reservar__link:hover svg{transform:translate(2px)}@media(prefers-reduced-motion:reduce){.como-reservar__card,.como-reservar__card:hover,.como-reservar__image,.como-reservar__card:hover .como-reservar__image,.como-reservar__link svg{transform:none;transition:none}}.descarganos{position:relative;padding:5rem 1.5rem;margin:0;max-width:none;width:100%;overflow:hidden;background:linear-gradient(160deg,#eef5fc 0%,var(--color-bg) 42%,#f4faf0 100%);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.descarganos__glow{position:absolute;width:420px;height:420px;border-radius:50%;pointer-events:none;filter:blur(60px);opacity:.45}.descarganos__glow--left{top:-120px;left:-140px;background:#1d71b82e}.descarganos__glow--right{bottom:-160px;right:-100px;background:#49b81224}.descarganos__panel{position:relative;z-index:1;max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding:2rem 1.5rem;background:#ffffffe0;border:1px solid rgba(29,113,184,.12);border-radius:var(--radius-xl);box-shadow:0 20px 50px #1d71b814;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(min-width:900px){.descarganos__panel{grid-template-columns:1.05fr .95fr;gap:3rem;padding:3rem 3.5rem}}.descarganos__content{display:flex;flex-direction:column;gap:1.25rem}.descarganos__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin:0}.descarganos__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.12;color:var(--color-primary);margin:0}.descarganos__lead{font-size:1.0625rem;line-height:1.6;color:var(--color-text-muted);margin:0;max-width:34rem}.descarganos__features{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin:.25rem 0 0;padding:0}.descarganos__feature{display:flex;align-items:center;gap:.85rem;font-size:.975rem;font-weight:500;color:var(--color-text)}.descarganos__feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(135deg,#1d71b81f,#49b8121a);color:var(--color-primary)}.descarganos__feature-icon svg{width:1.1rem;height:1.1rem}.descarganos__actions{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.descarganos__stores{display:flex;flex-wrap:wrap;gap:.85rem 1rem;align-items:center}.descarganos__store{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:10px;transition:transform .2s ease-out,box-shadow .2s ease-out}.descarganos__store:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.descarganos__store img{height:48px;width:auto;display:block;border-radius:10px}@media(min-width:480px){.descarganos__store img{height:54px}}.descarganos__store:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}.descarganos__more{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;font-size:.9375rem;font-weight:600;color:var(--color-primary);transition:color .2s ease-out,gap .2s ease-out}.descarganos__more svg{width:1rem;height:1rem;transition:transform .2s ease-out}.descarganos__more:hover{color:var(--color-primary-dim);gap:.55rem}.descarganos__more:hover svg{transform:translate(2px)}.descarganos__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:280px}.descarganos__visual-ring{position:absolute;width:min(88%,320px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(29,113,184,.12) 0%,rgba(73,184,18,.06) 55%,transparent 72%);border:1px solid rgba(29,113,184,.08)}.descarganos__img{position:relative;z-index:1;max-width:min(100%,300px);width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 24px 40px rgba(29,113,184,.18))}@media(min-width:900px){.descarganos__img{max-width:340px}}@media(prefers-reduced-motion:reduce){.descarganos__store,.descarganos__store:hover,.descarganos__more,.descarganos__more svg{transform:none;transition:none}}.servicios{padding-top:4rem;padding-bottom:4rem}.servicios__title{font-size:clamp(1.75rem,4vw,2.25rem);text-align:center;color:var(--color-primary);margin-bottom:2.5rem}.servicios__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.servicios__grid{grid-template-columns:1fr 1fr;gap:2rem}}.servicios__card{display:flex;flex-direction:column;padding:2rem;border-radius:var(--radius-xl);border:1px solid var(--color-border);transition:border-color .2s,box-shadow .2s}.servicios__card:hover{box-shadow:var(--shadow-card)}.servicios__card--flex{background:linear-gradient(145deg,rgba(29,113,184,.08) 0%,var(--color-surface) 50%);border-color:#1d71b833}.servicios__card--flex:hover{border-color:#1d71b859}.servicios__card--comunidad{background:var(--color-surface)}.servicios__card--comunidad:hover{border-color:#49b81240}.servicios__badge{display:inline-block;font-size:.8125rem;font-weight:600;font-family:var(--font-sans);color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.servicios__card-title{font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.3;margin-bottom:1rem;color:var(--color-primary)}.servicios__card-text{flex:1;color:var(--color-text-muted);font-size:.9375rem;line-height:1.6;margin-bottom:1.5rem}.servicios__card-text strong{color:var(--color-text)}.servicios__card--comunidad .servicios__card-text strong{color:var(--color-secondary)}.servicios__cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;border-radius:var(--radius-md);transition:background .2s,color .2s;align-self:flex-start}.servicios__cta--flex{color:var(--color-primary);background:#1d71b81f}.servicios__cta--flex:hover{background:#1d71b833;color:var(--color-primary-dim)}.servicios__cta--comunidad{color:var(--color-primary);background:#1d71b81a}.servicios__cta--comunidad:hover{background:#1d71b82e;color:var(--color-primary-dim)}.testimonios{padding:5rem 1.5rem;margin:0;max-width:none;width:100%;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface) 45%,var(--color-bg) 100%);border-top:1px solid var(--color-border)}.testimonios__header{max-width:640px;margin:0 auto 3rem;text-align:center}.testimonios__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.75rem}.testimonios__title{font-size:clamp(1.75rem,4vw,2.35rem);color:var(--color-primary);margin-bottom:.75rem;line-height:1.15}.testimonios__intro{font-size:.975rem;color:var(--color-text-muted);line-height:1.55;margin:0}.testimonios__grid{list-style:none;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto;padding:0}@media(min-width:640px){.testimonios__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.testimonios__grid{grid-template-columns:repeat(4,1fr)}.testimonios__grid>li:nth-child(1),.testimonios__grid>li:nth-child(2){grid-column:span 2}}.testimonios__card{position:relative;height:100%;display:flex;flex-direction:column;margin:0;padding:1.75rem 1.5rem 1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out;overflow:hidden}.testimonios__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary),var(--color-secondary));opacity:0;transition:opacity .2s ease-out}.testimonios__card:hover{border-color:#1d71b838;box-shadow:0 12px 32px #1d71b81a;transform:translateY(-2px)}.testimonios__card:hover:before{opacity:1}.testimonios__mark{position:absolute;top:.5rem;right:1.25rem;font-family:Georgia,Times New Roman,serif;font-size:4.5rem;line-height:1;color:var(--color-primary);opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none}.testimonios__stars{display:flex;gap:.15rem;margin-bottom:1rem}.testimonios__star{width:1rem;height:1rem;fill:#0000001f}.testimonios__star--filled{fill:#e8a317}.testimonios__quote{flex:1;font-size:.975rem;line-height:1.65;color:var(--color-text);margin:0 0 1.25rem}.testimonios__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .5rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--color-border);font-size:.8125rem;color:var(--color-text-muted)}.testimonios__location{font-weight:600;color:var(--color-primary);letter-spacing:.01em}.testimonios__meta-sep{opacity:.45}.testimonios__source{display:inline-flex;align-items:center;gap:.35rem}.testimonios__source-icon{width:.95rem;height:.95rem;opacity:.7}@media(prefers-reduced-motion:reduce){.testimonios__card,.testimonios__card:hover{transform:none;transition:none}}.destacados--flex{padding:5rem 1.5rem}.destacados--flex .destacados__grid{grid-template-columns:1fr;max-width:1100px;margin:0 auto}@media(min-width:768px){.destacados--flex .destacados__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.destacados--flex .destacados__card{opacity:1;transform:none}.flex-page{display:block;width:100%;min-height:100vh;background:var(--color-bg)}.flex-page>.hero.hero--flex,.flex-page>.flex-page__what,.flex-page>.flex-page__cta{max-width:none;margin-left:0;margin-right:0}.flex-section__header{margin-bottom:1.5rem}.flex-section__header--center{text-align:center;max-width:640px;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}.flex-section__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.65rem}.flex-section__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--color-primary);line-height:1.15;margin-bottom:.65rem}.flex-section__intro{font-size:.975rem;color:var(--color-text-muted);line-height:1.55;margin:0}.flex-page__what{padding:5rem 1.5rem;margin:0;max-width:none;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.flex-page__what-panel{max-width:760px;margin:0 auto;padding:2.5rem 2rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.flex-page__what-text{font-size:1.0625rem;line-height:1.65;color:var(--color-text);margin:0}.flex-page__plataforma{padding:5rem 1.5rem;max-width:1100px;margin:0 auto;scroll-margin-top:calc(var(--header-height) + 1rem)}#plataforma-empresas{scroll-margin-top:calc(var(--header-height) + 1rem)}.flex-page__plataforma-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media(min-width:900px){.flex-page__plataforma-inner{grid-template-columns:1fr 1fr;gap:3.5rem}}.flex-page__plataforma-media{order:1}.flex-page__plataforma-content,.flex-page__plataforma--reverse .flex-page__plataforma-media{order:2}.flex-page__plataforma--reverse .flex-page__plataforma-content{order:1}@media(max-width:899px){.flex-page__plataforma--reverse .flex-page__plataforma-media,.flex-page__plataforma--reverse .flex-page__plataforma-content{order:unset}}.flex-page__plataforma-img{width:100%;height:auto;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:0 16px 48px #1d71b81f;display:block}.flex-page__feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.flex-page__feature-list li{padding:1rem 1.15rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s ease-out,box-shadow .2s ease-out}.flex-page__feature-list li:hover{border-color:#1d71b838;box-shadow:0 6px 18px #1d71b814}.flex-page__feature-list strong{display:block;font-size:.975rem;color:var(--color-primary);margin-bottom:.25rem}.flex-page__feature-list span{font-size:.9rem;color:var(--color-text-muted);line-height:1.5}.flex-page__how{padding:5rem 1.5rem;max-width:1100px;margin:0 auto;background:var(--color-bg)}.flex-page__steps{list-style:none;display:grid;grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0}@media(min-width:640px){.flex-page__steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.flex-page__steps{grid-template-columns:repeat(4,1fr)}}.flex-page__step{position:relative;height:100%;padding:1.75rem 1.35rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.flex-page__step:hover{border-color:#1d71b838;box-shadow:0 12px 32px #1d71b81a;transform:translateY(-2px)}.flex-page__step-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;margin-bottom:1rem;font-family:var(--font-sans);font-size:.8125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dim));border-radius:999px}.flex-page__step-title{font-size:1.0625rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem;line-height:1.25}.flex-page__step-desc{font-size:.9375rem;color:var(--color-text-muted);line-height:1.55;margin:0}.flex-page__beneficios{padding:5rem 1.5rem;max-width:1100px;margin:0 auto;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%);border-top:1px solid var(--color-border)}.flex-page__beneficios-grid{list-style:none;display:grid;grid-template-columns:1fr;gap:1.25rem;margin:0;padding:0}@media(min-width:640px){.flex-page__beneficios-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.flex-page__beneficio{padding:1.75rem 1.5rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.flex-page__beneficio:hover{border-color:#1d71b838;box-shadow:0 12px 32px #1d71b81a;transform:translateY(-2px)}.flex-page__beneficio-title{font-size:1.0625rem;font-weight:700;color:var(--color-primary);margin-bottom:.5rem;line-height:1.3}.flex-page__beneficio-text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.6;margin:0}.flex-page__cta{padding:5rem 1.5rem;margin:0;max-width:none;background:linear-gradient(160deg,#eef5fc 0%,var(--color-bg) 50%,#f4faf0 100%);border-top:1px solid var(--color-border)}.flex-page__cta-panel{max-width:640px;margin:0 auto;padding:2.5rem 2rem;text-align:center;background:#ffffffeb;border:1px solid rgba(29,113,184,.12);border-radius:var(--radius-xl);box-shadow:0 20px 50px #1d71b814}.flex-page__cta-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--color-primary);margin-bottom:.75rem;line-height:1.2}.flex-page__cta-text{font-size:1rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem}.flex-page__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.85rem;font-size:1rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--color-primary);border:none;border-radius:var(--radius-lg);cursor:pointer;transition:background .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out}.flex-page__cta-btn:hover{background:var(--color-primary-dim);transform:translateY(-2px);box-shadow:0 10px 28px #1d71b847}.flex-page__modal-overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.flex-page__modal{position:relative;display:flex;flex-direction:column;width:min(100%,480px);max-height:calc(100dvh - 2rem);background:var(--color-bg);border-radius:var(--radius-xl);box-shadow:0 24px 48px #00000040;overflow:hidden}.flex-page__modal-header{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem .75rem;border-bottom:1px solid var(--color-border);background:var(--color-bg)}.flex-page__modal-title{font-size:clamp(1.1rem,3.5vw,1.3rem);font-weight:700;color:var(--color-primary);line-height:1.35;margin:0;padding-right:.25rem}.flex-page__modal-close{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.flex-page__modal-close:hover{color:var(--color-text);background:var(--color-surface-elevated);border-color:#1d71b840}.flex-page__modal-body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.25rem 1.25rem;-webkit-overflow-scrolling:touch}.flex-page__modal-success{font-size:1rem;color:var(--color-text-muted);line-height:1.6;margin:0}.flex-page__modal-form{display:flex;flex-direction:column;gap:.85rem}.flex-page__modal-label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500;color:var(--color-text-muted)}.flex-page__modal-input,.flex-page__modal-select,.flex-page__modal-textarea{width:100%;padding:.7rem .9rem;font-size:1rem;font-family:inherit;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s}.flex-page__modal-input:focus-visible,.flex-page__modal-select:focus-visible,.flex-page__modal-textarea:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-color:var(--color-primary)}.flex-page__modal-select{cursor:pointer;appearance:auto}.flex-page__modal-textarea{resize:vertical;min-height:4.5rem;max-height:8rem}.flex-page__modal-turnstile{display:flex;justify-content:center;overflow:hidden;margin:.25rem 0}.flex-page__modal-error{font-size:.875rem;color:#c00;margin:0}.flex-page__modal-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;margin-top:.25rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.flex-page__modal-btn{padding:.7rem 1.15rem;font-size:.9375rem;font-weight:600;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:background .2s,color .2s}.flex-page__modal-btn:not(.flex-page__modal-btn--secondary){color:#fff;background:var(--color-primary);border:none}.flex-page__modal-btn:not(.flex-page__modal-btn--secondary):hover:not(:disabled){background:var(--color-primary-dim)}.flex-page__modal-btn--secondary{color:var(--color-text-muted);background:var(--color-surface);border:1px solid var(--color-border)}.flex-page__modal-btn--secondary:hover{color:var(--color-text);border-color:var(--color-primary)}@media(max-width:480px){.flex-page__modal-overlay{padding:.75rem;align-items:flex-end}.flex-page__modal{max-height:calc(100dvh - 1.5rem);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}.flex-page__modal-actions{flex-direction:column-reverse}.flex-page__modal-btn{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.flex-page__step,.flex-page__beneficio,.flex-page__cta-btn{transition:none}.flex-page__step:hover,.flex-page__beneficio:hover,.flex-page__cta-btn:hover{transform:none}}.comunidad-page{display:block;width:100%;min-height:100vh;background:var(--color-bg)}.comunidad-page>.hero.hero--comunidad,.comunidad-page>.comunidad-page__atributos,.comunidad-page>.comunidad-page__what,.comunidad-page>.comunidad-page__steps,.comunidad-page>.comunidad-page__cta{max-width:none;width:100%;margin:0}.comunidad-page__steps{scroll-margin-top:calc(var(--header-height) + 1rem)}.comunidad-section__header{margin-bottom:1.5rem}.comunidad-section__header--center{text-align:center;max-width:640px;margin-left:auto;margin-right:auto;margin-bottom:2.5rem}.comunidad-section__eyebrow{font-family:var(--font-sans);font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--color-secondary);margin-bottom:.65rem}.comunidad-section__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--color-primary);line-height:1.15;margin-bottom:.65rem}.comunidad-section__intro{font-size:.975rem;color:var(--color-text-muted);line-height:1.55;margin:0}.comunidad-page__atributos{padding:5rem 1.5rem;margin:0;max-width:none;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.comunidad-page__atributos-grid{list-style:none;display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1100px;margin:0 auto;padding:0}@media(min-width:640px){.comunidad-page__atributos-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.comunidad-page__atributos-grid{grid-template-columns:repeat(4,1fr)}}.comunidad-page__atributo-card{height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem 1.35rem 1.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:border-color .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.comunidad-page__atributo-card:hover{border-color:#1d71b838;box-shadow:0 14px 36px #1d71b81a;transform:translateY(-3px)}.comunidad-page__atributo-icon-wrap{display:flex;align-items:center;justify-content:center;width:5.5rem;height:5.5rem;margin-bottom:1.25rem;border-radius:50%;background:linear-gradient(135deg,#1d71b814,#49b81214);border:1px solid rgba(29,113,184,.1)}.comunidad-page__atributo-icon{width:3.25rem;height:3.25rem;object-fit:contain}.comunidad-page__atributo-label{font-family:var(--font-sans);font-size:1.0625rem;font-weight:700;color:var(--color-primary);line-height:1.25;margin:0 0 .65rem}.comunidad-page__atributo-desc{font-size:.9375rem;line-height:1.55;color:var(--color-text-muted);margin:0}.comunidad-page__what{padding:5rem 1.5rem;margin:0;max-width:none;background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface) 100%);border-bottom:1px solid var(--color-border)}.comunidad-page__what-panel{max-width:760px;margin:0 auto;padding:2.5rem 2rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.comunidad-page__what-text{font-size:1.0625rem;line-height:1.65;color:var(--color-text);margin:0 0 .85rem}.comunidad-page__what-text:last-child{margin-bottom:0}.comunidad-page__what-text strong{color:var(--color-primary)}.comunidad-page__cta{padding:5rem 1.5rem;margin:0;max-width:none;background:linear-gradient(160deg,#eef5fc 0%,var(--color-bg) 50%,#f4faf0 100%);border-top:1px solid var(--color-border)}.comunidad-page__cta-panel{max-width:640px;margin:0 auto;padding:2.5rem 2rem;text-align:center;background:#ffffffeb;border:1px solid rgba(29,113,184,.12);border-radius:var(--radius-xl);box-shadow:0 20px 50px #1d71b814}.comunidad-page__cta-title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;color:var(--color-primary);margin-bottom:.75rem;line-height:1.2}.comunidad-page__cta-text{font-size:1rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem}.comunidad-page__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.85rem;font-size:1rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--color-primary);border-radius:var(--radius-lg);transition:background .2s ease-out,transform .2s ease-out,box-shadow .2s ease-out}.comunidad-page__cta-btn:hover{background:var(--color-primary-dim);transform:translateY(-2px);box-shadow:0 10px 28px #1d71b847;color:#fff}@media(prefers-reduced-motion:reduce){.comunidad-page__atributo-card,.comunidad-page__cta-btn{transition:none}.comunidad-page__atributo-card:hover,.comunidad-page__cta-btn:hover{transform:none}}.contacto-page{display:block;width:100%;padding-top:6rem;min-height:100vh;background:var(--color-bg)}.contacto-page__hero{padding:3rem 1.5rem 2rem;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%);text-align:center}.contacto-page__title{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--color-primary);margin-bottom:.75rem}.contacto-page__subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:560px;margin:0 auto}.contacto-page__subtitle strong{color:var(--color-primary)}.contacto-page__content{padding:2rem 1.5rem 4rem;max-width:720px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.contacto-page__content{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.contacto-page__section-title{font-size:1.25rem;margin-bottom:1rem;color:var(--color-primary)}.contacto-page__info{padding:1.5rem;background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.contacto-page__email,.contacto-page__legal,.contacto-page__countries{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:.5rem}.contacto-page__email a{color:var(--color-primary)}.contacto-page__countries{margin-top:1rem;margin-bottom:0}.contacto-page__social{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.contacto-page__social-label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.contacto-page__social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:.5rem;color:var(--color-text-muted);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:color .2s,background .2s,border-color .2s}.contacto-page__social-link:hover{color:var(--color-primary);background:#1d71b814;border-color:#1d71b84d}.contacto-page__social-link svg{width:20px;height:20px}.contacto-page__form{display:flex;flex-direction:column;gap:1.25rem}.contacto-page__label{display:flex;flex-direction:column;gap:.375rem;font-size:.9375rem;font-weight:500;color:var(--color-text-muted)}.contacto-page__input{padding:.875rem 1rem;font-size:1rem;font-family:inherit;color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:border-color .2s}.contacto-page__input::placeholder{color:var(--color-text-muted);opacity:.7}.contacto-page__input:focus{outline:none;border-color:var(--color-primary)}.contacto-page__textarea{resize:vertical;min-height:100px}.contacto-page__turnstile{margin:1rem 0}.contacto-page__message{font-size:.9375rem;padding:.75rem 1rem;border-radius:var(--radius-md)}.contacto-page__message--success{background:#49b8121f;color:var(--color-secondary)}.contacto-page__message--error{background:#ff646426;color:#ff6b6b}.contacto-page__submit{padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--color-primary);border-radius:var(--radius-md);transition:background .2s,opacity .2s}.contacto-page__submit:hover:not(:disabled){background:var(--color-primary-dim)}.contacto-page__submit:disabled{opacity:.7;cursor:not-allowed}.contacto-page__slogan{width:100%;max-width:none;min-height:280px;display:flex;align-items:center;justify-content:center;background-image:url(/fondo_como_se_usaa.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:4rem 1.5rem;position:relative}.contacto-page__slogan:before{content:"";position:absolute;inset:0;background:#ffffffb3;pointer-events:none;z-index:0}.contacto-page__slogan-inner{position:relative;z-index:1;text-align:center;max-width:640px}.contacto-page__slogan-text{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:800;color:var(--color-primary);line-height:1.35;margin:0;text-shadow:0 1px 2px rgba(255,255,255,.8)}.contacto-page__slogan-brand{color:var(--color-secondary)}@media(min-width:768px){.contacto-page__slogan{min-height:320px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.mapa-page{display:block;width:100%;padding-top:6rem;min-height:100vh;background:var(--color-bg)}.mapa-page__header{padding:1.5rem;text-align:center;max-width:720px;margin:0 auto}.mapa-page__title{font-size:clamp(1.5rem,3.5vw,2rem);color:var(--color-primary);margin-bottom:.5rem}.mapa-page__subtitle{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:1rem}.mapa-page__back{display:inline-block;font-size:.9375rem;font-weight:500;color:var(--color-primary)}.mapa-page__back:hover{color:var(--color-primary-dim)}.mapa-page__map-wrap{width:100%;margin:0;padding:0 0 2rem;height:calc(100vh - 12rem);min-height:420px}.mapa-page__map{width:100%;height:100%;border-radius:0;border:none;border-top:1px solid var(--color-border);z-index:0}.mapa-page__loading,.mapa-page__error{text-align:center;padding:3rem 1.5rem;color:var(--color-text-muted)}.mapa-page__error{color:#c53030}.mapa-page__error-hint{font-size:.875rem;margin-top:.75rem;color:var(--color-text-muted)}.mapa-page__count{text-align:center;font-size:.875rem;color:var(--color-text-muted);margin-bottom:2rem}.download-page{padding-top:6rem;min-height:100vh;background:var(--color-bg)}.download-page__hero{max-width:560px;margin:0 auto;padding:4rem 1.5rem;text-align:center}.download-page__title{font-size:clamp(2rem,5vw,2.75rem);font-weight:800;color:var(--color-primary);margin-bottom:.75rem;line-height:1.2}.download-page__subtitle{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2.5rem;line-height:1.5}.download-page__stores{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 1.5rem;margin-bottom:3rem}.download-page__store{display:inline-block;transition:transform .2s,opacity .2s}.download-page__store:hover{transform:scale(1.05);opacity:.9}.download-page__store img{height:72px;width:auto;display:block}@media(min-width:480px){.download-page__store img{height:88px}}@media(min-width:768px){.download-page__store img{height:96px}}.download-page__cta{padding:2.5rem 1rem;margin:0 -1rem 2rem;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 100%);border-radius:var(--radius-xl);border:1px solid var(--color-border)}.download-page__slogan{font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;color:var(--color-primary);line-height:1.4;margin:0 0 1.5rem}.download-page__brand{color:var(--color-secondary)}.download-page__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1.0625rem;font-weight:600;font-family:var(--font-sans);color:#fff;background:var(--color-primary);border-radius:var(--radius-lg);text-decoration:none;box-shadow:0 4px 16px #1d71b840;transition:background .2s,transform .2s,box-shadow .2s}.download-page__cta-btn:hover{background:var(--color-primary-dim);transform:translateY(-2px);box-shadow:0 6px 20px #1d71b84d}.download-page__back{font-size:.9375rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:color .2s}.download-page__back:hover{color:var(--color-primary-dim)}.legal-page{padding-top:6rem;min-height:100vh;background:var(--color-bg)}.legal-page__inner{max-width:720px;margin:0 auto;padding:2rem 1.5rem 4rem}.legal-page__updated{font-size:.9375rem;color:var(--color-text-muted);margin-bottom:.5rem}.legal-page__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:var(--color-primary);margin-bottom:1.5rem;line-height:1.2}.legal-page__inner>p{font-size:1rem;line-height:1.65;color:var(--color-text);margin:0 0 .75rem}.legal-page__h2{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin:2rem 0 .75rem;line-height:1.3}.legal-page__h2:first-of-type{margin-top:1rem}.legal-page__h3{font-size:1.0625rem;font-weight:700;color:var(--color-primary);margin:1.5rem 0 .5rem;line-height:1.3}.legal-page__section{margin-bottom:2rem}.legal-page__section h2{font-size:1.25rem;font-weight:700;color:var(--color-primary);margin-bottom:.75rem;line-height:1.3}.legal-page__section p{font-size:1rem;line-height:1.65;color:var(--color-text);margin:0 0 .75rem}.legal-page__section p:last-child{margin-bottom:0}.legal-page__section a{color:var(--color-primary);font-weight:500;text-decoration:underline;text-underline-offset:2px}.legal-page__section a:hover{color:var(--color-primary-dim)}.legal-page__disclaimer{margin-top:2rem;padding:1rem;font-size:.875rem;color:var(--color-text-muted);background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border)}.legal-page__back{display:inline-block;margin-top:2rem;font-size:.9375rem;font-weight:500;color:var(--color-primary);text-decoration:none;transition:color .2s}.legal-page__back:hover{color:var(--color-primary-dim)}.legal-page__content{margin:0 0 1.5rem}.legal-page__p{font-size:1rem;line-height:1.65;color:var(--color-text);margin:0 0 .85rem}.legal-page__h4{font-size:1rem;font-weight:700;color:var(--color-text);margin:1.25rem 0 .5rem;line-height:1.35}.legal-page__list{margin:0 0 1rem;padding-left:1.35rem;font-size:1rem;line-height:1.65;color:var(--color-text)}.legal-page__list li{margin-bottom:.65rem}.legal-page__list li:last-child{margin-bottom:0}.legal-page__list--letter{list-style:none;padding-left:0}.legal-page__list--letter li{padding-left:0}
