*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#041e41;--teal:#33b0ac;--green:#6edea3;--gray:#d3d3d3;--white:#fff;--black:#000;--gradient-teal:linear-gradient(135deg, #33b0ac, #6edea3);--gradient-navy:linear-gradient(135deg, #041e41, #33b0ac);--font:"Rubik", system-ui, -apple-system, sans-serif;font-family:var(--font);color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}html{scroll-behavior:smooth;scroll-padding-top:80px;overflow-x:hidden;max-width:100vw}body{margin:0;overflow-x:hidden;max-width:100vw;width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}button{font-family:var(--font);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font);outline:none}.intro{z-index:5;background:var(--white);opacity:1;place-items:center;transition:opacity .7s;display:grid;position:absolute;inset:0}.intro--out{opacity:0;pointer-events:none}.intro__logo{width:clamp(180px,28vw,320px);height:auto;animation:.9s cubic-bezier(.2,.8,.2,1) both introLogoIn}@keyframes introLogoIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.hero__title--waiting .w,.pre-fade{opacity:0}:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:.7s both fadeUp}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(22px)}.reveal.vis{opacity:1;transform:translateY(0)}.section__inner{max-width:1280px;margin:0 auto;padding:0 60px;width:100%;box-sizing:border-box}.section{padding:110px 0}.section--dark{background:var(--white)}.section--mint{background:linear-gradient(150deg,#edfaf4 0%,#d9f6e8 50%,#cff2e0 100%)}@media (width<=768px){.section{padding:72px 0}.section__inner{padding:0 24px;max-width:100%;width:100%}}.section__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin-bottom:18px;font-size:12px;font-weight:500;display:block}.section__eyebrow--dark{color:#041e41c2}.section__title{color:var(--navy);letter-spacing:-.8px;font-size:clamp(36px,3.8vw,56px);font-weight:600;line-height:1.06}.section__title em{color:var(--teal);font-style:italic;font-weight:300}.section__title--dark{color:var(--navy)}.section__title--dark em{color:var(--teal)}.section__header{margin-bottom:60px}.btn-main{font-family:var(--font);letter-spacing:.09em;text-transform:uppercase;color:var(--navy);background:var(--teal);cursor:pointer;border:none;border-radius:2px;align-items:center;gap:12px;padding:15px 36px;font-size:14px;font-weight:600;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.btn-main:hover{background:var(--green);transform:translateY(-2px);box-shadow:0 10px 28px #33b0ac47}.btn-main:active{box-shadow:none;background:var(--teal);transform:translateY(0)}.btn-main--sm{padding:12px 28px;font-size:13px}.btn-main--full{justify-content:center;width:100%}.btn-main__arr{filter:brightness(0);width:auto;height:14px}.btn-ghost{font-family:var(--font);letter-spacing:.06em;color:#041e41a6;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:400;transition:color .2s;display:inline-flex}.btn-ghost:hover{color:var(--navy)}.btn-ghost__arr{transition:transform .2s;display:inline-block}.btn-ghost:hover .btn-ghost__arr{transform:translate(6px)}.btn-info{font-family:var(--font);letter-spacing:.12em;text-transform:uppercase;color:var(--teal);cursor:pointer;background:0 0;border:1px solid #33b0ac33;border-radius:2px;align-items:center;gap:10px;padding:10px 20px;font-size:13px;font-weight:600;transition:background .25s,border-color .25s;display:inline-flex}.btn-info:hover{background:#33b0ac14;border-color:#33b0ac80}.btn-info__arr{width:auto;height:11px;transition:transform .2s}.btn-info:hover .btn-info__arr{transform:translate(3px)}.btn-outline{font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:#041e41b3;cursor:pointer;background:0 0;border:1px solid #041e4133;border-radius:2px;padding:11px 24px;font-size:13px;font-weight:600;transition:all .2s}.btn-outline:hover{border-color:var(--teal);background:var(--teal);color:var(--navy)}.header{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(1.4);background:#ffffffeb;border-bottom:1px solid #041e4114;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.header--scrolled{background:#fffffffa;border-bottom-color:#33b0ac1f;box-shadow:0 2px 40px #00000014}.header__inner{grid-template-columns:1fr auto 1fr;align-items:center;column-gap:24px;max-width:1280px;height:68px;margin:0 auto;padding:0 60px;display:grid}.header__logo{grid-column:1;justify-self:start;align-items:center;display:flex}.header__logo-img{width:auto;height:44px}.header__nav--desktop{grid-column:2;justify-self:center;gap:40px;display:flex}.header__cta{grid-column:3;justify-self:end;margin-left:32px}.header__nav--desktop button{letter-spacing:.07em;text-transform:uppercase;color:#041e41a6;background:0 0;padding-bottom:3px;font-size:14px;font-weight:400;transition:color .2s;position:relative}.header__nav--desktop button:after{content:"";background:var(--teal);width:0;height:1px;transition:width .28s;position:absolute;bottom:0;left:0}.header__nav--desktop button:hover{color:var(--navy)}.header__nav--desktop button:hover:after{width:100%}.header__cta{font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;color:var(--navy);background:var(--teal);cursor:pointer;border:none;border-radius:2px;padding:10px 22px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.header__cta:hover{background:var(--green);transform:translateY(-1px)}.header__cta--mobile{text-align:center;justify-content:center;width:100%;margin-top:8px}.header__hamburger{background:0 0;flex-direction:column;gap:5px;padding:8px;display:none}.header__hamburger span{background:var(--navy);border-radius:1px;width:22px;height:1.5px;transition:all .3s;display:block}.header__hamburger--open span:first-child{transform:rotate(45deg)translate(4.5px,4.5px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(4.5px,-4.5px)}.header__mobile-nav{background:#fffffffc;flex-direction:column;max-height:0;padding:0 24px;transition:max-height .4s,padding .4s;display:none;overflow:hidden}.header__mobile-nav--open{max-height:380px;padding:16px 24px 28px}.header__mobile-nav button{color:#041e41a6;text-align:left;letter-spacing:.04em;background:0 0;border-bottom:1px solid #041e4114;padding:14px 0;font-size:15px;font-weight:400;transition:color .2s}.header__mobile-nav button:hover{color:var(--navy)}@media (width<=1024px){.header__nav--desktop{gap:24px}.header__nav--desktop button{letter-spacing:.04em;font-size:13px}.header__cta{margin-left:20px;padding:9px 16px;font-size:12px}.header__inner{column-gap:16px;padding:0 32px}}@media (width<=900px){.header__inner{justify-content:space-between;padding:0 24px;display:flex}.header__nav--desktop,.header__cta:not(.header__cta--mobile){display:none}.header__hamburger,.header__mobile-nav{display:flex}}.hero{background:var(--white);grid-template-columns:1.1fr .9fr;min-height:100vh;padding-top:68px;display:grid;position:relative;overflow:hidden}.hero__deco{pointer-events:none;position:absolute}.hero__deco--mano1{opacity:.05;width:340px;bottom:-40px;right:60px}.hero__deco--garabato{opacity:.1;width:160px;animation:9s ease-in-out infinite float;top:160px;right:6%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-18px)rotate(4deg)}}.hero__sphere{pointer-events:none;border-radius:50%;position:absolute}.hero__sphere--1{background:radial-gradient(circle at 40% 40%,#33b0ac17,#0000 65%);width:480px;height:480px;animation:14s ease-in-out infinite sphereDrift1;top:-80px;right:-120px}.hero__sphere--2{background:radial-gradient(circle,#6edea30f,#0000 70%);width:220px;height:220px;animation:11s ease-in-out infinite sphereDrift2;bottom:100px;right:180px}@keyframes sphereDrift1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,20px)scale(1.08)}}@keyframes sphereDrift2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(22px,-18px)scale(.92)}}.hero__left{z-index:2;flex-direction:column;justify-content:center;padding:80px clamp(40px,4.5vw,80px) 80px clamp(48px,6vw,96px);display:flex;position:relative}.hero__location-badge{display:inline-flex;align-items:center;gap:8px;background:#33b0ac14;border:1px solid #33b0ac3d;border-radius:100px;padding:7px 14px 7px 12px;font-size:12px;font-weight:500;color:#0a6f6b;letter-spacing:.02em;margin-bottom:28px;align-self:flex-start}.hero__location-badge svg{width:14px;height:14px;flex-shrink:0;color:var(--teal)}.hero__tag{align-items:center;gap:16px;margin-bottom:36px;display:inline-flex}.hero__pill{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);background:#33b0ac1a;border:1px solid #33b0ac38;border-radius:2px;padding:6px 16px;font-size:12px;font-weight:600}.hero__tag-line{letter-spacing:.1em;text-transform:uppercase;color:#041e41bd;font-size:12px}.hero__title{color:var(--navy);letter-spacing:-.5px;margin-bottom:22px;font-size:clamp(32px,3.4vw,48px);font-weight:600;line-height:1.1}.hero__title--stagger .w{opacity:0;animation:.7s cubic-bezier(.2,.8,.2,1) forwards wordReveal;display:inline-block;transform:translateY(24px)}.hero__title--stagger .w:first-child{animation-delay:.25s}.hero__title--stagger .w:nth-child(2){animation-delay:.32s}.hero__title--stagger em .w:first-child{animation-delay:.42s}.hero__title--stagger em .w:nth-child(2){animation-delay:.49s}.hero__title--stagger em .w:nth-child(3){animation-delay:.56s}.hero__title--stagger em .w:nth-child(4){animation-delay:.63s}.hero__title--stagger .w:nth-of-type(3){animation-delay:.73s}.hero__title--stagger .w:nth-of-type(4){animation-delay:.8s}.hero__title--stagger .w:nth-of-type(5){animation-delay:.87s}.hero__title--stagger .w:nth-of-type(6){animation-delay:.94s}@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}.hero__title em{color:var(--teal);font-style:italic;font-weight:300}.hero__subtitle{color:#041e41b3;max-width:440px;margin-bottom:36px;font-size:clamp(15px,1.3vw,16px);font-weight:300;line-height:1.75}.hero__cta-group{align-items:center;gap:28px;margin-bottom:0;display:flex}.hero__divider{background:#33b0ac33;width:32px;height:1px;margin-bottom:20px}.hero__stats{background:#041e4105;border:1px solid #041e411a;grid-template-columns:repeat(3,1fr);max-width:440px;display:grid}.hero__stat{border-right:1px solid #041e411a;padding:20px 24px;transition:background .3s;position:relative;overflow:hidden}.hero__stat:last-child{border-right:none}.hero__stat:hover{background:#33b0ac0f}.hero__stat:after{content:"";background:var(--teal);width:0;height:1px;transition:width .4s;position:absolute;bottom:0;left:0}.hero__stat:hover:after{width:100%}.hero__stat-num{color:var(--teal);letter-spacing:-.5px;font-size:28px;font-weight:600;line-height:1;display:block}.hero__stat-label{letter-spacing:.14em;text-transform:uppercase;color:#041e41c2;margin-top:7px;font-size:9px;font-weight:500;display:block}.hero__right{z-index:1;border-left:1px solid #041e410f;place-items:center;display:grid;position:relative;overflow:hidden}.hero__right:before{content:"";opacity:.45;pointer-events:none;background:url(/TRAMA.png) 50%/cover no-repeat;position:absolute;inset:0}.hero__right-logo{opacity:1;filter:drop-shadow(0 0 28px #33b0ac38);z-index:1;width:60%;max-width:320px;animation:8s ease-in-out infinite heroLogoFloat;position:relative}@keyframes heroLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@media (width<=960px){.hero{grid-template-columns:1fr;min-height:auto}.hero__left{padding:100px 24px 72px}.hero__right{display:none}.hero__stats{max-width:100%}.hero__deco--mano1{width:220px;bottom:-10px;right:-10px}.hero__deco--garabato{width:110px;top:100px;right:12px}.hero__sphere--1{width:280px;height:280px;right:-80px}.hero__sphere--2{display:none}.hero__location-badge{font-size:11px;padding:6px 12px 6px 10px}}@media (width<=500px){.hero__cta-group{flex-direction:column;align-items:flex-start;gap:14px}.hero__stats{grid-template-columns:1fr}.hero__stat{border-bottom:1px solid #041e411a;border-right:none}.hero__stat:last-child{border-bottom:none}.hero__location-badge{font-size:10.5px;letter-spacing:0}}.trust-bar{background:var(--gray);border-top:none;border-bottom:none;justify-content:center;align-items:stretch;padding:0 60px;display:flex;overflow:hidden}.trust-bar__item{letter-spacing:.1em;text-transform:uppercase;color:#041e41a6;white-space:nowrap;align-items:center;gap:10px;padding:18px 0;font-size:12px;font-weight:500;transition:color .25s;display:flex}.trust-bar__item:hover{color:var(--navy)}.trust-bar__icon{opacity:.7;flex-shrink:0;width:14px;height:14px}.trust-bar__sep{background:#33b0ac1a;flex-shrink:0;align-self:stretch;width:1px;margin:0 36px}@media (width<=1280px){.trust-bar{padding:0 32px}.trust-bar__sep{margin:0 20px}.trust-bar__item{letter-spacing:.08em;font-size:11px}}@media (width<=1100px){.trust-bar__sep{margin:0 14px}.trust-bar__item{letter-spacing:.06em;gap:8px;font-size:10px}}@media (width<=900px){.trust-bar{height:6px;padding:0}.trust-bar__item,.trust-bar__sep{display:none}}.servicios__grid{background:#041e4114;grid-template-columns:repeat(3,1fr);gap:1px;margin-bottom:1px;display:grid}.s-card{background:var(--white);opacity:0;color:inherit;text-align:left;cursor:pointer;border:none;flex-direction:column;width:100%;padding:48px 40px 36px;font-family:inherit;transition:background .3s;display:flex;position:relative;overflow:hidden}.s-card.vis{animation:.6s both fadeUp}.servicios__grid .s-card.vis:first-child{animation-delay:0s}.servicios__grid .s-card.vis:nth-child(2){animation-delay:70ms}.servicios__grid .s-card.vis:nth-child(3){animation-delay:.14s}.servicios__grid .s-card.vis:nth-child(4){animation-delay:.21s}.servicios__grid .s-card.vis:nth-child(5){animation-delay:.28s}.servicios__grid .s-card.vis:nth-child(6){animation-delay:.35s}.s-card:before{content:attr(data-num);color:#33b0ac52;letter-spacing:-2px;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:56px;font-weight:700;line-height:1;transition:color .3s,transform .3s;position:absolute;top:22px;right:28px}.s-card:hover:before{color:var(--teal);transform:scale(1.05)}.s-card__icon{background:linear-gradient(135deg, var(--teal), var(--green));width:64px;height:64px;color:var(--white);border-radius:16px;justify-content:center;align-items:center;margin-bottom:24px;transition:transform .35s,box-shadow .3s;display:inline-flex;position:relative;box-shadow:0 6px 18px #33b0ac38}.s-card__icon svg{stroke-width:1.8px;width:32px;height:32px}.s-card:hover .s-card__icon{transform:translateY(-3px)rotate(-4deg);box-shadow:0 10px 24px #33b0ac52}.s-card__tags{border-top:1px dashed #041e411a;flex-wrap:wrap;gap:6px;margin-top:22px;padding-top:20px;display:flex}.s-card__tag{letter-spacing:.02em;color:#041e41c2;background:#041e4109;border-radius:100px;padding:5px 10px;font-size:12px;font-weight:500;transition:background .25s,color .25s}.s-card:hover .s-card__tag{color:var(--teal);background:#33b0ac1a}.s-card:hover{background:#33b0ac09}.s-card__glow{pointer-events:none;opacity:0;background:radial-gradient(280px circle at var(--mx,50%) var(--my,50%), #33b0ac2e, transparent 60%);z-index:0;transition:opacity .35s;position:absolute;inset:0}.s-card:hover .s-card__glow{opacity:1}.s-card>:not(.s-card__glow){z-index:1;position:relative}.s-card:after{content:"";background:var(--teal);opacity:0;height:1px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.s-card:hover:after{opacity:1}.s-card__trama{opacity:.035;pointer-events:none;width:180px;transition:opacity .4s;position:absolute;bottom:-20px;right:-20px}.s-card:hover .s-card__trama{opacity:.08}.s-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex}.s-card__id{letter-spacing:.2em;text-transform:uppercase;color:#041e41b8;font-size:12px;font-weight:500}.s-card__badge{letter-spacing:.1em;text-transform:uppercase;color:#33b0acd9;background:#33b0ac12;border:1px solid #33b0ac26;border-radius:100px;align-self:flex-start;margin-bottom:14px;padding:4px 11px;font-size:12px;font-weight:600;display:inline-block}.s-card__title{color:var(--navy);white-space:pre-line;letter-spacing:-.3px;margin-bottom:14px;font-size:26px;font-weight:600;line-height:1.15}.s-card__desc{color:#041e41b3;flex:1;margin-bottom:0;font-size:15px;font-weight:300;line-height:1.8}.s-card__footer{margin-top:auto;padding-top:28px}.s-cta{background:var(--white);text-align:center;opacity:0;border:1px solid #33b0ac1f;flex-direction:column;grid-column:span 1;justify-content:center;align-items:center;padding:48px 32px;display:flex;position:relative;overflow:hidden}.s-cta.vis{animation:.6s .3s both fadeUp}.s-cta__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--teal);margin-bottom:16px;font-size:12px;font-weight:600}.s-cta__title{color:var(--navy);letter-spacing:-.5px;margin-bottom:36px;font-size:clamp(24px,2.4vw,34px);font-weight:600;line-height:1.15}.s-cta__btn{align-self:center}@media (width<=1200px){.s-cta{grid-column:span 2;padding:48px 44px}}@media (width<=600px){.s-cta{grid-column:span 1;padding:40px 24px}}.pnc-card{opacity:0;background:#33b0ac08;border:1px solid #33b0ac1a;align-items:center;gap:48px;margin-top:1px;padding:40px 48px;transition:border-color .3s,background .3s;display:flex;position:relative;overflow:hidden}.pnc-card.vis{animation:.65s .2s both fadeUp}.pnc-card:hover{background:#33b0ac0d;border-color:#33b0ac38}.pnc-card__deco{opacity:.07;pointer-events:none;width:140px;position:absolute;top:-20px;right:-10px}.pnc-card__content{flex:1}.pnc-card__title{color:var(--navy);letter-spacing:-.2px;margin:10px 0;font-size:20px;font-weight:600;line-height:1.25}.pnc-card__desc{color:#041e41b3;font-size:15px;font-weight:300;line-height:1.8}.pnc-card__desc strong{color:var(--teal);font-weight:500}@media (width<=1200px){.servicios__grid{grid-template-columns:repeat(2,1fr)}.s-card{padding:40px 32px 32px}.s-card:before{font-size:48px;top:18px;right:22px}}@media (width<=900px){.s-card{padding:32px 24px}.pnc-card{flex-direction:column;align-items:flex-start;gap:20px;padding:32px 24px}}@media (width<=600px){.servicios__grid{grid-template-columns:1fr}}.garantizada__inner{max-width:1280px;margin:0 auto;padding:0 60px}.garantizada__layout{grid-template-columns:1fr 1.5fr;align-items:start;gap:100px;display:grid}.garantizada__lead{flex-direction:column;align-items:flex-start;gap:28px;display:flex}.garantizada__title{color:var(--navy);letter-spacing:-.6px;font-size:clamp(32px,3.2vw,50px);font-weight:600;line-height:1.08}.garantizada__title em{color:var(--teal);font-style:italic;font-weight:300}.garantizada__body{color:#041e41b3;font-size:15px;font-weight:300;line-height:1.85}.garantizada__list{border-top:1px solid #041e411f}.g-item{border-bottom:1px solid #041e4114;gap:28px;padding:22px 0;transition:border-color .2s;display:flex}.g-item:hover{border-bottom-color:#33b0ac59}.g-item__num{color:var(--teal);letter-spacing:.06em;flex-shrink:0;width:28px;padding-top:4px;font-size:13px;font-weight:400}.g-item__body{flex:1}.g-item__title{color:var(--navy);margin-bottom:6px;font-size:16px;font-weight:500;line-height:1.4}.g-item__desc{color:#041e41a6;font-size:15px;font-weight:300;line-height:1.7}@media (width<=960px){.garantizada__inner{padding:0 24px}.garantizada__layout{grid-template-columns:1fr;gap:48px}}@media (width<=560px){.g-item{gap:16px}}.ubicacion-section{background:var(--white);padding-top:60px}.ubicacion__layout{grid-template-columns:1fr 1.5fr;align-items:stretch;gap:60px;margin-top:20px;display:grid}.ubicacion__info{flex-direction:column;justify-content:center;gap:40px;display:flex}.ubicacion__label{letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:8px;font-size:12px;font-weight:600}.ubicacion__street{color:var(--navy);letter-spacing:-.3px;font-size:clamp(22px,2.2vw,30px);font-weight:600;line-height:1.2}.ubicacion__province{color:#041e41c2;margin-top:6px;font-size:15px;font-weight:300}.ubicacion__modes{flex-direction:column;gap:20px;display:flex}.ubicacion__mode{border:1px solid #041e4114;border-radius:4px;align-items:flex-start;gap:16px;padding:20px 24px;transition:border-color .2s;display:flex}.ubicacion__mode:hover{border-color:#33b0ac4d}.ubicacion__mode-icon{flex-shrink:0;margin-top:2px;font-size:22px;line-height:1}.ubicacion__mode-title{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:500}.ubicacion__mode-desc,.ubicacion__mode-text{color:#041e41c2;font-size:15px;font-weight:300;line-height:1.5}.ubicacion__mode-text strong{color:var(--navy);font-weight:500}.ubicacion__map{border:1px solid #041e4114;border-radius:4px;min-height:380px;overflow:hidden}@media (width<=900px){.ubicacion__layout{grid-template-columns:1fr;gap:36px}.ubicacion__map{min-height:300px}}.faq-section{background:linear-gradient(150deg,#edfaf4 0%,#d9f6e8 50%,#cff2e0 100%)}.faq__list{background:#041e410f;flex-direction:column;gap:1px;max-width:820px;margin:0 auto;display:flex}.faq-item{opacity:0;background:#ffffffb3;transition:background .3s;overflow:hidden}.faq__list.vis .faq-item{animation:.5s both fadeUp}.faq__list.vis .faq-item:first-child{animation-delay:0s}.faq__list.vis .faq-item:nth-child(2){animation-delay:70ms}.faq__list.vis .faq-item:nth-child(3){animation-delay:.14s}.faq__list.vis .faq-item:nth-child(4){animation-delay:.21s}.faq__list.vis .faq-item:nth-child(5){animation-delay:.28s}.faq-item--open{background:#33b0ac0a}.faq-item__q{width:100%;font-family:var(--font);color:#041e41b3;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:26px 32px;font-size:16px;font-weight:400;line-height:1.5;transition:color .2s;display:flex}.faq-item__q:hover{color:var(--navy)}.faq-item--open .faq-item__q{color:var(--navy);font-weight:500}.faq-item__chevron{width:26px;height:26px;color:var(--teal);border:1px solid #33b0ac2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:300;line-height:1;transition:transform .35s,background .25s,border-color .25s;display:flex}.faq-item--open .faq-item__chevron{background:#33b0ac1a;border-color:#33b0ac59;transform:rotate(45deg)}.faq-item__a{grid-template-rows:0fr;transition:grid-template-rows .38s cubic-bezier(.16,1,.3,1);display:grid}.faq-item--open .faq-item__a{grid-template-rows:1fr}.faq-item__a-body{min-height:0;overflow:hidden}.faq-item__a p{color:#041e41b3;padding:0 32px 28px;font-size:15px;font-weight:300;line-height:1.85}.contacto-section{background:#f8fafb;position:relative;overflow:hidden;max-width:100vw;width:100%}.contacto-section:before{content:"";background:linear-gradient(180deg, var(--teal), var(--green));width:4px;position:absolute;top:0;bottom:0;left:0;z-index:1}.contacto__grid{grid-template-columns:1fr 1.7fr;align-items:start;gap:80px;display:grid;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.contacto__left{position:sticky;top:100px}.contacto__left .section__header{margin-bottom:0}.c-form{flex-direction:column;gap:20px;display:flex;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.c-form__row{grid-template-columns:1fr 1fr;gap:16px;display:grid;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.c-form__field{flex-direction:column;gap:7px;display:flex;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.c-form__field label{letter-spacing:.1em;text-transform:uppercase;color:#041e41c2;font-size:12px;font-weight:600;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}.c-form__field input,.c-form__field select,.c-form__field textarea{font-size:16px;font-family:var(--font);color:var(--navy);background:#f8fafc;border:1px solid #041e411a;border-radius:2px;padding:14px 16px;transition:border-color .2s,background .2s,box-shadow .2s;width:100%;max-width:100%;box-sizing:border-box;display:block}.c-form__field input:hover,.c-form__field select:hover,.c-form__field textarea:hover{background:#f5f8fb;border-color:#041e4133}.c-form__field input:focus,.c-form__field select:focus,.c-form__field textarea:focus{border-color:var(--teal);background:var(--white);outline:none;box-shadow:0 0 0 3px #33b0ac14}.c-form__field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23041e41' stroke-opacity='0.35' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:44px}.c-form__field textarea{resize:vertical;min-height:120px;width:100%;max-width:100%;box-sizing:border-box}.c-form__counter{color:#041e418c;letter-spacing:.04em;align-self:flex-end;margin-top:4px;font-size:12px;font-weight:400}.c-form__field input::placeholder,.c-form__field textarea::placeholder{color:#041e4180}@media (width<=900px){.contacto__grid{grid-template-columns:1fr;gap:44px;width:100%}.contacto__left{position:static;width:100%}.c-form__row{grid-template-columns:1fr;gap:16px;width:100%}.c-form__field label{font-size:11px;letter-spacing:.06em}.c-form{width:100%}.c-form__field{width:100%}.c-form__field input,.c-form__field select,.c-form__field textarea{width:100%;max-width:100%}}@media (width<=640px){.c-form__row{grid-template-columns:1fr;width:100%}.c-form__field label{font-size:11px;letter-spacing:.02em;text-transform:none;font-weight:600;line-height:1.4}.c-form__field input,.c-form__field select,.c-form__field textarea{padding:13px 14px;font-size:16px}.contacto-section{padding-left:0;padding-right:0}.contacto-section .section__inner{padding:0 20px}}.resultados-section{background:var(--white);padding-top:60px;padding-bottom:60px}.resultados__layout{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:20px;display:grid}.resultados__card{border:1px solid #041e4112;border-radius:6px;padding:36px 32px;transition:border-color .2s,box-shadow .2s}.resultados__card:hover{border-color:#33b0ac40;box-shadow:0 4px 24px #33b0ac14}.resultados__card--google{background:#fafbfc}.resultados__card-header{align-items:center;gap:10px;margin-bottom:20px;display:flex}.resultados__google-logo{flex-shrink:0}.resultados__card-source{color:#041e41b8;letter-spacing:.02em;font-size:14px;font-weight:500}.resultados__score{align-items:baseline;gap:14px;display:flex}.resultados__score-num{color:var(--navy);letter-spacing:-1px;font-size:48px;font-weight:600;line-height:1}.resultados__score-right{flex-direction:column;gap:4px;display:flex}.resultados__stars{gap:2px;display:flex}.resultados__star{color:#fbbc04;font-size:18px}.resultados__reviews{color:#041e41b8;font-size:14px;font-weight:300}.resultados__card--counter{text-align:center;background:var(--white);flex-direction:column;justify-content:center;display:flex}.resultados__num{color:var(--teal);letter-spacing:-.5px;margin-bottom:10px;font-size:40px;font-weight:600;line-height:1;display:block}.resultados__label{color:#041e41bd;font-size:14px;font-weight:400;line-height:1.4;display:block}@media (width<=1200px){.resultados__layout{grid-template-columns:repeat(3,1fr);gap:16px}.resultados__card--google{grid-column:1/-1}.resultados__card{padding:28px 24px}}@media (width<=900px){.resultados__layout{grid-template-columns:1fr 1fr;gap:16px}.resultados__card--google{grid-column:1/-1}}@media (width<=500px){.resultados__layout{grid-template-columns:1fr}.resultados__card{padding:28px 24px}}.prensa-section{background:#f8fafb}.prensa__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px;display:grid}.prensa__card{background:var(--white);color:inherit;border:1px solid #041e4112;border-radius:6px;flex-direction:column;padding:32px;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.prensa__card:hover{border-color:#33b0ac4d;transform:translateY(-2px);box-shadow:0 6px 28px #33b0ac1a}.prensa__card-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--teal);background:#33b0ac14;border:1px solid #33b0ac26;border-radius:2px;align-self:flex-start;margin-bottom:20px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-block}.prensa__card-title{color:var(--navy);letter-spacing:-.2px;margin-bottom:12px;font-size:20px;font-weight:600;line-height:1.3}.prensa__card-date{color:#041e41b8;margin-bottom:20px;font-size:14px;font-weight:300}.prensa__card-link{color:var(--teal);margin-top:auto;font-size:14px;font-weight:500;transition:color .2s}.prensa__card:hover .prensa__card-link{color:var(--navy)}@media (width<=500px){.prensa__grid{grid-template-columns:1fr}.prensa__card{padding:24px}}.footer{background:var(--white);border-top:3px solid var(--teal);padding:72px 60px 0}.footer__grid{border-bottom:1px solid #041e4114;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:64px;max-width:1280px;margin:0 auto;padding-bottom:56px;display:grid}.footer__logo{width:auto;height:34px;margin-bottom:16px;display:block}.footer__tagline{color:#041e41c2;max-width:220px;font-size:15px;font-weight:300;line-height:1.75}.footer__col-title{letter-spacing:.16em;text-transform:uppercase;color:#041e41c2;margin-bottom:20px;font-size:12px;font-weight:600}.footer__links{flex-direction:column;gap:11px;list-style:none;display:flex}.footer__links a,.footer__links button{font-family:var(--font);color:#041e41a6;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:15px;font-weight:300;text-decoration:none;transition:color .2s}.footer__links a:hover,.footer__links button:hover{color:var(--teal)}.footer__wsp{color:#25d366;align-items:center;gap:10px;font-size:15px;font-weight:400;transition:color .2s;display:inline-flex}.footer__wsp:hover{color:#1ebe5d}.footer__bottom{justify-content:center;align-items:center;max-width:1280px;margin:0 auto;padding:22px 0 30px;display:flex}.footer__bottom span{letter-spacing:.1em;color:#041e41b8;font-size:12px}@media (width<=768px){.footer{border-top-width:2px;padding:56px 24px 0}.footer__grid{grid-template-columns:1fr 1fr;gap:36px}.footer__brand{grid-column:1/-1}}@media (width<=480px){.footer__grid{grid-template-columns:1fr}}.wsp-float{z-index:999;width:68px;height:68px;color:var(--white);background:#25d366;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex;position:fixed;bottom:28px;right:28px;box-shadow:0 10px 28px #25d36666,0 3px 10px #0003}.wsp-float:hover{background:#1ebe5d;transform:translateY(-2px);box-shadow:0 12px 28px #25d36673,0 3px 10px #0003}.wsp-float:active{transform:translateY(0)}.wsp-float svg{display:block}@media (width<=768px){.wsp-float{width:62px;height:62px;bottom:18px;right:18px}.wsp-float svg{width:30px;height:30px}}.proceso-section{background:var(--white);position:relative;overflow:hidden}.proceso-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#6edea31f,#0000 65%);width:420px;height:420px;position:absolute;top:-140px;right:-140px}.proceso__timeline{grid-template-columns:repeat(4,1fr);gap:32px;margin-top:20px;display:grid;position:relative}.proceso__line{z-index:0;transform-origin:0;background:repeating-linear-gradient(90deg,#041e412e 0 6px,#0000 6px 12px);height:2px;transition:transform 1.4s cubic-bezier(.2,.8,.2,1) .2s;position:absolute;top:26px;left:6%;right:6%;transform:scaleX(0)}.proceso__timeline.vis .proceso__line{transform:scaleX(1)}.proceso__line:after{content:"";background:var(--teal);border-radius:50%;width:10px;height:10px;transition:transform .4s 1.5s;position:absolute;top:50%;right:-2px;transform:translateY(-50%)scale(0);box-shadow:0 0 0 4px #33b0ac26}.proceso__timeline.vis .proceso__line:after{transform:translateY(-50%)scale(1)}.proceso__step{z-index:1;text-align:left;opacity:0;padding:0 6px;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.proceso__timeline.vis .proceso__step{opacity:1;transform:translateY(0)}.proceso__timeline.vis .proceso__step:nth-child(2){transition-delay:80ms}.proceso__timeline.vis .proceso__step:nth-child(3){transition-delay:.16s}.proceso__timeline.vis .proceso__step:nth-child(4){transition-delay:.24s}.proceso__timeline.vis .proceso__step:nth-child(5){transition-delay:.32s}.proceso__badge{background:var(--white);border:2px solid var(--teal);width:54px;height:54px;color:var(--navy);letter-spacing:.04em;box-shadow:0 0 0 6px var(--white);border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;font-size:15px;font-weight:600;transition:background .3s,color .3s,transform .3s;display:inline-flex;position:relative}.proceso__step:hover .proceso__badge{background:var(--teal);color:var(--white);transform:scale(1.06)}.proceso__timeline.vis .proceso__badge{animation:2.8s ease-in-out infinite badgePulse}.proceso__timeline.vis .proceso__step:nth-child(3) .proceso__badge{animation-delay:.35s}.proceso__timeline.vis .proceso__step:nth-child(4) .proceso__badge{animation-delay:.7s}.proceso__timeline.vis .proceso__step:nth-child(5) .proceso__badge{animation-delay:1.05s}@keyframes badgePulse{0%,to{box-shadow:0 0 0 6px var(--white), 0 0 0 6px #33b0ac00}50%{box-shadow:0 0 0 6px var(--white), 0 0 0 12px #33b0ac2e}}.proceso__step-title{color:var(--navy);letter-spacing:-.2px;margin-bottom:10px;font-size:18px;font-weight:600;line-height:1.25}.proceso__step-desc{color:#041e41c7;font-size:15px;font-weight:300;line-height:1.7}@media (width<=900px){.proceso__timeline{grid-template-columns:1fr;gap:28px;padding-left:28px}.proceso__line{transform-origin:top;background:repeating-linear-gradient(#041e412e 0 6px,#0000 6px 12px);width:2px;height:auto;inset:0 auto 0 26px;transform:scaleY(0)}.proceso__timeline.vis .proceso__line{transform:scaleY(1)}.proceso__line:after{inset:auto auto -4px 50%;transform:translate(-50%)scale(0)}.proceso__timeline.vis .proceso__line:after{transform:translate(-50%)scale(1)}.proceso__step{padding-left:56px}.proceso__badge{width:48px;height:48px;margin-bottom:0;font-size:15px;position:absolute;top:0;left:-28px}}