.gsb-w{--navy:#0D2F5C;--navy-700:#1a4578;--navy-900:#0a1f3d;--red:#C8102E;--red-700:#a00d25;--light-gray:#F5F5F5;--dark-gray:#333333;--muted:#666666;--muted-2:#999999;--white:#ffffff;--line:rgba(13,47,92,.10);--font-body:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-head:'Barlow Condensed', 'Inter', 'Segoe UI', sans-serif;--container:1200px;--radius:10px;--radius-sm:5px;--shadow-sm:0 5px 15px rgba(0,0,0,.08);--shadow-md:0 10px 25px rgba(0,0,0,.15);--shadow-lg:0 24px 60px rgba(10,31,61,.18);--header-h:82px;--topbar-h:38px;--ease:cubic-bezier(.22,.61,.36,1)}.gsb-w *,.gsb-w *::before,.gsb-w *::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 10px)}.gsb-w{font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--dark-gray);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}.gsb-w img{max-width:100%;height:auto;display:block}.gsb-w [hidden]{display:none!important}.gsb-w a{color:inherit;text-decoration:none}.gsb-w ul{list-style:none}.gsb-w button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}.gsb-w h1,.gsb-w h2,.gsb-w h3{font-family:var(--font-head);font-weight:700;line-height:1.12;letter-spacing:.01em;text-wrap:balance;overflow-wrap:break-word}.gsb-w ::selection{background:var(--red);color:#fff}.gsb-w :focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:3px}.gsb-w .container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.5rem}.gsb-w .section{padding:5.5rem 0}.gsb-w .section--tight{padding:3.5rem 0}.gsb-w .skip-link{position:absolute;left:-9999px;top:0;z-index:2000;background:var(--red);color:#fff;padding:.75rem 1.25rem;font-weight:600}.gsb-w .skip-link:focus{left:0}.gsb-w .section__head{max-width:820px;margin:0 auto 3rem;text-align:center}.gsb-w .section__kicker{display:inline-block;font-family:var(--font-head);font-size:.95rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--red);margin-bottom:.65rem}.gsb-w .section__kicker--light{color:#ff8497}.gsb-w .section__title{font-size:clamp(2rem, 4vw, 2.9rem);color:var(--navy);text-transform:uppercase;margin-bottom:1rem;position:relative;padding-bottom:1rem}.gsb-w .section__title::after{content:"";position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:64px;height:4px;background:var(--red);border-radius:2px}.gsb-w .section__title--left{text-align:left}.gsb-w .section__title--left::after{left:0;transform:none}.gsb-w .section__title--light{color:#fff}.gsb-w .section__lead{font-size:1.08rem;color:var(--muted)}.gsb-w .btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:1rem 2.4rem;border-radius:var(--radius-sm);font-weight:600;font-size:1.02rem;letter-spacing:.01em;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s,color .25s,border-color .25s;will-change:transform}.gsb-w .btn--sm{padding:.72rem 1.4rem;font-size:.93rem}.gsb-w .btn--block{width:100%}.gsb-w .btn--red{background:var(--red);color:#fff;box-shadow:0 4px 14px rgba(200,16,46,.28)}.gsb-w .btn--red:hover{background:var(--red-700);transform:translateY(-2px);box-shadow:0 10px 24px rgba(200,16,46,.42)}.gsb-w .btn--ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.85)}.gsb-w .btn--ghost:hover{background:#fff;color:var(--navy);transform:translateY(-2px)}.gsb-w .btn--navy{background:var(--navy);color:#fff}.gsb-w .btn--navy:hover{background:var(--navy-700);transform:translateY(-2px)}.gsb-w .btn:disabled{opacity:.65;cursor:progress;transform:none!important;box-shadow:none}.gsb-w .topbar{background:var(--navy);color:rgba(255,255,255,.9);font-size:.86rem;position:relative;z-index:1001}.gsb-w .topbar__inner{max-width:var(--container);margin-inline:auto;padding:.5rem 1.5rem;min-height:var(--topbar-h);display:flex;align-items:center;justify-content:space-between;gap:1rem}.gsb-w .topbar__phone{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#fff}.gsb-w .topbar__phone svg{width:16px;height:16px;fill:var(--red)}.gsb-w .topbar__phone:hover{color:#ff8497}.gsb-w .topbar__meta{display:flex;align-items:center;gap:1.6rem}.gsb-w .topbar__meta a:hover{color:#fff}.gsb-w .header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:box-shadow .3s,padding .3s}.gsb-w .header.is-stuck{box-shadow:0 6px 24px rgba(10,31,61,.14)}.gsb-w .nav{max-width:var(--container);margin-inline:auto;padding:1rem 1.5rem;min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.gsb-w .logo{display:flex;align-items:center;flex-shrink:0}.gsb-w .logo__hueco{--logo-ancho:180px;--logo-alto:56px;display:flex;align-items:center;justify-content:flex-start;width:var(--logo-ancho);height:var(--logo-alto);flex-shrink:0}.gsb-w .logo__hueco img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:left center}.gsb-w .logo--marcar .logo__hueco{outline:1px dashed rgba(200,16,46,.55);outline-offset:4px;border-radius:2px}.gsb-w .logo__wordmark{display:flex;flex-direction:column;justify-content:center;line-height:1.05}.gsb-w .logo__wordmark strong{font-family:var(--font-head);font-size:1.9rem;letter-spacing:.06em;color:var(--navy);text-transform:uppercase}.gsb-w .logo__wordmark strong::first-letter{color:var(--red)}.gsb-w .logo__wordmark em{font-style:normal;font-size:.63rem;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.gsb-w .logo--footer .logo__wordmark strong{color:#fff}.gsb-w .logo--footer .logo__wordmark em{color:rgba(255,255,255,.6)}.gsb-w .logo--footer{margin-bottom:1rem}.gsb-w .nav__links{display:flex;align-items:center;gap:2.2rem;margin-left:auto}.gsb-w .nav__links a{position:relative;font-weight:500;color:var(--dark-gray);padding:.35rem 0;transition:color .25s}.gsb-w .nav__links a::after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--red);transition:width .28s var(--ease)}.gsb-w .nav__links a:hover,.gsb-w .nav__links a.is-active{color:var(--red)}.gsb-w .nav__links a:hover::after,.gsb-w .nav__links a.is-active::after{width:100%}.gsb-w .nav__cta{flex-shrink:0}.gsb-w .nav__cta-movil{display:none}.gsb-w .nav__toggle{display:none;width:44px;height:44px;flex-direction:column;justify-content:center;gap:6px}.gsb-w .nav__toggle span{display:block;height:3px;width:26px;margin-inline:auto;background:var(--navy);border-radius:2px;transition:transform .3s var(--ease),opacity .2s}.gsb-w .nav__toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(9px) rotate(45deg)}.gsb-w .nav__toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.gsb-w .nav__toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.gsb-w .hero{position:relative;min-height:clamp(560px, 88vh, 820px);min-height:clamp(560px, 88svh, 820px);display:grid;place-items:center;padding:6rem 1.5rem 7rem;text-align:center;color:#fff;overflow:hidden;isolation:isolate}.gsb-w .hero__media{position:absolute;inset:0;z-index:-2;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-700) 100%);background-size:cover;background-position:center}.gsb-w .hero__media.has-img::before{content:"";position:absolute;inset:0;background:inherit;background-size:cover;background-position:center}.gsb-w .hero__media::after{content:"";position:absolute;inset:0;opacity:.16;background-image:linear-gradient(rgba(255,255,255,.55) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.55) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse at 50% 45%,#000 10%,transparent 72%)}.gsb-w .hero__media.has-img::after{opacity:0}.gsb-w .hero__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(10,31,61,.55) 0%,rgba(10,31,61,.78) 100%)}.gsb-w .hero__inner{max-width:940px}.gsb-w .hero__eyebrow{font-family:var(--font-head);font-size:1rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#ff8497;margin-bottom:1.1rem}.gsb-w .hero__title{font-size:clamp(2.2rem, 6vw, 4.1rem);text-transform:uppercase;margin-bottom:1.4rem;text-shadow:0 4px 30px rgba(0,0,0,.35)}.gsb-w .hero__text{font-size:clamp(1.02rem, 1.7vw, 1.28rem);max-width:800px;margin:0 auto 2.4rem;color:rgba(255,255,255,.92)}.gsb-w .hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.gsb-w .hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);width:26px;height:44px;border:2px solid rgba(255,255,255,.5);border-radius:14px;display:grid;place-items:start center;padding-top:8px}.gsb-w .hero__scroll span{width:4px;height:8px;background:#fff;border-radius:2px;animation:scrollDot 1.8s var(--ease) infinite}@keyframes scrollDot{0%{opacity:0;transform:translateY(0)}40%{opacity:1}80%{opacity:0;transform:translateY(14px)}100%{opacity:0}}.stats{background:var(--light-gray);padding:0 1.5rem;position:relative;z-index:5;display:flow-root}.gsb-w .stats__grid{max-width:var(--container);margin-inline:auto;margin-top:-4.5rem;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.gsb-w .stat{padding:2.6rem 1.5rem;text-align:center;border-right:1px solid var(--line)}.gsb-w .stat:last-child{border-right:0}.gsb-w .stat__number{font-family:var(--font-head);font-weight:700;font-size:clamp(2.4rem, 4.4vw, 3.2rem);line-height:1;color:var(--red);margin-bottom:.5rem}.gsb-w .stat__number i{font-style:normal}.gsb-w .stat__label{font-size:1.02rem;font-weight:500;color:var(--navy)}.gsb-w .services{background:var(--light-gray);padding-top:4.5rem}.gsb-w .services .section__lead strong{color:var(--navy);font-weight:700}.gsb-w .services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gsb-w .service{background:#fff;padding:2.5rem 2.2rem;border-radius:var(--radius);box-shadow:var(--shadow-sm);border-bottom:4px solid transparent;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s}.gsb-w .service:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-bottom-color:var(--red)}.gsb-w .service__icon{width:78px;height:78px;border-radius:50%;background:linear-gradient(145deg,var(--red) 0%,#e0344f 100%);display:grid;place-items:center;margin-bottom:1.5rem;box-shadow:0 8px 20px rgba(200,16,46,.25)}.gsb-w .service__icon img{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}.gsb-w .service__icon .icon-fb{display:none;width:38px;height:38px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.gsb-w .service__icon.no-img img{display:none}.gsb-w .service__icon.no-img .icon-fb{display:block}.gsb-w .service h3{color:var(--navy);font-size:1.5rem;margin-bottom:.7rem;text-transform:uppercase}.gsb-w .service p{color:var(--muted);line-height:1.75}.gsb-w .specialties{margin-top:3.5rem;background:var(--navy);color:#fff;border-radius:var(--radius);padding:2.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2.5rem;box-shadow:var(--shadow-md)}.gsb-w .specialties__title{font-size:1.55rem;text-transform:uppercase;margin:0;padding-right:2rem;border-right:3px solid var(--red)}.gsb-w .specialties__list{display:flex;flex-wrap:wrap;gap:.9rem 2rem}.gsb-w .specialties__list li{display:flex;align-items:center;gap:.6rem;font-weight:500}.gsb-w .specialties__list svg{width:18px;height:18px;flex-shrink:0;fill:none;stroke:var(--red);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.gsb-w .about{background:#fff}.gsb-w .about__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.gsb-w .about__lead{font-size:1.18rem;color:var(--navy);font-weight:500;margin-bottom:1.2rem}.gsb-w .about__content p{color:var(--muted);margin-bottom:1.2rem;line-height:1.8}.gsb-w .checklist{margin:1.8rem 0 2.2rem;display:grid;gap:.55rem}.gsb-w .checklist li{display:flex;align-items:flex-start;gap:.75rem;color:var(--dark-gray)}.gsb-w .checklist svg{width:20px;height:20px;flex-shrink:0;margin-top:.28rem;fill:none;stroke:var(--red);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.gsb-w .about__figure{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:864/1039;max-height:620px}.gsb-w .about__figure img{width:100%;height:100%;object-fit:cover}.gsb-w .about__figure::before{content:"";position:absolute;inset:auto 0 0 0;height:38%;background:linear-gradient(transparent,rgba(10,31,61,.55));z-index:1;pointer-events:none}.gsb-w .projects{background:var(--light-gray)}.gsb-w .projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:2rem}.gsb-w .project{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .3s var(--ease),box-shadow .3s var(--ease);display:flex;flex-direction:column}.gsb-w .project:hover{transform:translateY(-6px);box-shadow:var(--shadow-md)}.gsb-w .project__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:var(--navy)}.gsb-w .project__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.gsb-w .project:hover .project__media img{transform:scale(1.06)}.gsb-w .project__body{padding:1.9rem;flex:1;display:flex;flex-direction:column}.gsb-w .project__body h3{color:var(--navy);font-size:1.42rem;margin-bottom:.6rem;text-transform:uppercase}.gsb-w .project__body p{color:var(--muted);line-height:1.75;margin-bottom:1rem;flex:1}.gsb-w .project__tags{display:flex;flex-wrap:wrap;gap:.5rem}.gsb-w .project__tags span{background:var(--light-gray);color:var(--navy);padding:.38rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}.gsb-w .reviews{background:#fff}.gsb-w .reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.gsb-w .review{background:var(--light-gray);border-left:5px solid var(--red);border-radius:var(--radius);padding:2.4rem 2.2rem;display:flex;flex-direction:column;gap:1rem}.gsb-w .review__stars{color:#f5a623;letter-spacing:.15em;font-size:1.05rem}.gsb-w .review blockquote{color:var(--muted);font-size:1.06rem;line-height:1.8;font-style:italic;flex:1}.gsb-w .review figcaption{display:flex;flex-direction:column}.gsb-w .review__name{color:var(--navy);font-weight:600}.gsb-w .review__role{color:var(--muted-2);font-size:.9rem}.gsb-w .gallery{background:var(--light-gray);overflow:hidden}.gsb-w .carousel{position:relative;max-width:1360px;margin-inline:auto;padding:0 3.5rem}.gsb-w .carousel__viewport{overflow:hidden;border-radius:var(--radius)}.gsb-w .carousel__track{display:flex;gap:1rem;transition:transform .55s var(--ease);will-change:transform}.gsb-w .carousel__slide{flex:0 0 calc((100% - 3rem) / 4);aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;position:relative;background:var(--navy);cursor:zoom-in;box-shadow:var(--shadow-sm)}.gsb-w .carousel__slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.gsb-w .carousel__slide:hover img{transform:scale(1.07)}.gsb-w .carousel__slide::after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,rgba(10,31,61,.4));opacity:0;transition:opacity .3s}.gsb-w .carousel__slide:hover::after{opacity:1}.gsb-w .carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;box-shadow:var(--shadow-md);transition:background .25s,color .25s,transform .25s}.gsb-w .carousel__nav:hover{background:var(--red);color:#fff}.gsb-w .carousel__nav svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.gsb-w .carousel__nav--prev{left:0}.gsb-w .carousel__nav--next{right:0}.gsb-w .carousel__nav[disabled]{opacity:.35;cursor:default}.gsb-w .carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.8rem;flex-wrap:wrap}.gsb-w .carousel__dots button{width:10px;height:10px;border-radius:50%;background:rgba(13,47,92,.22);transition:background .25s,transform .25s,width .25s}.gsb-w .carousel__dots button.is-active{background:var(--red);width:28px;border-radius:5px}.gsb-w .contact{background:var(--navy);color:#fff;padding-bottom:0}.gsb-w .contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding-bottom:5rem}.gsb-w .contact__lead{font-size:1.08rem;color:rgba(255,255,255,.86);margin-bottom:2.2rem}.gsb-w .contact__list{display:grid;gap:1.6rem}.gsb-w .contact__list li{display:flex;gap:1.1rem;align-items:flex-start}.gsb-w .contact__icon{width:50px;height:50px;flex-shrink:0;border-radius:50%;background:var(--red);display:grid;place-items:center;box-shadow:0 6px 16px rgba(200,16,46,.3)}.gsb-w .contact__icon svg{width:24px;height:24px;display:block;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.gsb-w .contact__list strong{display:block;margin-bottom:.2rem;font-size:1.02rem}.gsb-w .contact__list div a,.gsb-w .contact__list div span{display:block;color:rgba(255,255,255,.82);font-size:.97rem;line-height:1.55}.gsb-w .contact__list div a:hover{color:#ff8497}.gsb-w .contact__form-wrap{background:#fff;border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-lg)}.gsb-w .form__group{margin-bottom:1.3rem}.gsb-w .form__group label{display:block;color:var(--navy);font-weight:600;margin-bottom:.45rem;font-size:.95rem}.gsb-w .form__group label span{color:var(--red)}.gsb-w .form__group input,.gsb-w .form__group textarea{width:100%;padding:.85rem .95rem;border:2px solid #ddd;border-radius:var(--radius-sm);font:inherit;font-size:1rem;color:var(--dark-gray);background:#fff;transition:border-color .25s,box-shadow .25s}.gsb-w .form__group input:focus,.gsb-w .form__group textarea:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 4px rgba(200,16,46,.1)}.gsb-w .form__group textarea{min-height:150px;resize:vertical}.gsb-w .form__group.has-error input,.gsb-w .form__group.has-error textarea{border-color:var(--red);background:#fff6f7}.gsb-w .form__error{display:block;color:var(--red);font-size:.85rem;margin-top:.35rem;min-height:1.1em}.gsb-w .form__honey{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.gsb-w .form__status{margin-top:1rem;font-size:.95rem;text-align:center;min-height:1.4em}.gsb-w .form__status.is-ok{color:#1c7a4a;font-weight:600}.gsb-w .form__status.is-error{color:var(--red);font-weight:600}.gsb-w .contact__map{height:420px;filter:grayscale(.35) contrast(1.05)}.gsb-w .contact__map iframe{width:100%;height:100%;border:0;display:block}.gsb-w .footer{background:var(--navy-900);color:rgba(255,255,255,.72);padding:4rem 0 0}.gsb-w .footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1.3fr 1.4fr;gap:3rem;padding-bottom:3rem}.gsb-w .footer__col h3{color:#fff;font-size:1.2rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.1rem;padding-bottom:.6rem;position:relative}.gsb-w .footer__col h3::after{content:"";position:absolute;left:0;bottom:0;width:38px;height:3px;background:var(--red)}.gsb-w .footer__col p{margin-bottom:.6rem;line-height:1.7;font-size:.95rem}.gsb-w .footer__col a{display:block;margin-bottom:.5rem;font-size:.95rem;transition:color .25s,padding-left .25s}.gsb-w .footer__col a:hover{color:var(--red);padding-left:5px}.gsb-w .footer .logo__hueco{--logo-ancho:190px;--logo-alto:60px}.gsb-w .footer__bottom{text-align:center;padding:1.6rem 1.5rem;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:.9rem}.gsb-w .wa-float{position:fixed;right:22px;bottom:22px;z-index:900;width:56px;height:56px;border-radius:50%;background:#25D366;display:grid;place-items:center;box-shadow:0 8px 24px rgba(37,211,102,.42);transition:transform .25s var(--ease)}.gsb-w .wa-float:hover{transform:scale(1.08)}.gsb-w .wa-float svg{width:32px;height:32px;fill:#fff}.gsb-w .to-top{position:fixed;right:22px;bottom:90px;z-index:900;width:46px;height:46px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .3s,visibility .3s,transform .3s,background .25s}.gsb-w .to-top.is-visible{opacity:1;visibility:visible;transform:none}.gsb-w .to-top:hover{background:var(--red)}.gsb-w .to-top svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.gsb-w .lightbox{position:fixed;inset:0;z-index:2000;background:rgba(6,18,35,.95);display:grid;place-items:center;padding:3rem 4.5rem}.gsb-w .lightbox[hidden]{display:none}.gsb-w .lightbox__figure{max-width:min(1100px, 92vw);max-height:86vh;text-align:center}.gsb-w .lightbox__figure img{max-width:100%;max-height:80vh;width:auto;margin-inline:auto;border-radius:var(--radius);box-shadow:0 30px 80px rgba(0,0,0,.6)}.gsb-w .lightbox__figure figcaption{color:rgba(255,255,255,.7);margin-top:1rem;font-size:.9rem}.gsb-w .lightbox__close{position:absolute;top:1.2rem;right:1.6rem;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:2rem;line-height:1;display:grid;place-items:center;transition:background .25s}.gsb-w .lightbox__close:hover{background:var(--red)}.gsb-w .lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;transition:background .25s}.gsb-w .lightbox__nav:hover{background:var(--red)}.gsb-w .lightbox__nav svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.gsb-w .lightbox__nav--prev{left:1.2rem}.gsb-w .lightbox__nav--next{right:1.2rem}.gsb-w .img-ph{background:linear-gradient(135deg,rgba(13,47,92,.96) 0%,rgba(26,69,120,.96) 100%);position:relative}.gsb-w .img-ph::before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.6) 1px,transparent 1px);background-size:34px 34px}.gsb-w .img-ph::after{content:attr(data-label);position:absolute;inset:0;z-index:1;display:grid;place-items:center;text-align:center;padding:1.2rem;font-family:var(--font-head);font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.9);background:none;opacity:1}.gsb-w .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.gsb-w .reveal.is-visible{opacity:1;transform:none}.gsb-w .reveal:nth-child(2){transition-delay:.08s}.gsb-w .reveal:nth-child(3){transition-delay:.16s}.gsb-w .reveal:nth-child(4){transition-delay:.24s}.gsb-w .reveal:nth-child(5){transition-delay:.32s}.gsb-w .reveal:nth-child(6){transition-delay:.4s}@media (min-width:1600px){.gsb-w{--container:1360px}.gsb-w .carousel{max-width:1520px}}@media (min-width:1024px){.gsb-w .services__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:901px) and (max-width:1200px){.gsb-w .nav{gap:1rem;padding-inline:1.25rem}.gsb-w .nav__links{gap:1.4rem}.gsb-w .nav__links a{font-size:.95rem}.gsb-w .logo__hueco{--logo-ancho:148px;--logo-alto:48px}.gsb-w .logo__wordmark strong{font-size:1.6rem}.gsb-w .logo__wordmark em{font-size:.56rem;letter-spacing:.1em}.gsb-w .btn--sm{padding:.65rem 1.05rem;font-size:.86rem}}@media (max-width:1080px){.gsb-w .carousel__slide{flex:0 0 calc((100% - 2rem) / 3)}.gsb-w .footer__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1023px){.gsb-w .stats__grid{grid-template-columns:repeat(2,1fr)}.gsb-w .stat:nth-child(2){border-right:0}.gsb-w .stat:nth-child(1),.gsb-w .stat:nth-child(2){border-bottom:1px solid var(--line)}}@media (max-width:900px){.gsb-w .nav__cta{display:none}.gsb-w .nav__toggle{display:flex}.gsb-w .nav__links{position:fixed;inset:calc(var(--header-h) + var(--topbar-h)) 0 auto 0;flex-direction:column;align-items:stretch;gap:0;background:#fff;padding:.5rem 1.5rem 1.5rem;box-shadow:0 18px 30px rgba(10,31,61,.16);transform:translateY(-130%);transition:transform .35s var(--ease);max-height:calc(100vh - var(--header-h) - var(--topbar-h));overflow-y:auto}.gsb-w .nav__links.is-open{transform:none}.gsb-w .nav__links li{border-bottom:1px solid var(--line)}.gsb-w .nav__links a{display:block;padding:1rem 0;font-size:1.05rem}.gsb-w .nav__links a::after{display:none}.gsb-w .nav__links .nav__cta-movil{display:block;border-bottom:0;padding:1.1rem 0 .4rem}.gsb-w .nav__links .nav__cta-movil a{display:flex;padding:.95rem 1.5rem;font-size:1rem;color:#fff;text-align:center}.gsb-w .nav__links .nav__cta-movil a:hover{color:#fff}.gsb-w .about__grid,.gsb-w .contact__grid{grid-template-columns:1fr;gap:2.5rem}.gsb-w .about__figure{max-height:460px;aspect-ratio:4/3;order:-1}.gsb-w .specialties{flex-direction:column;align-items:flex-start}.gsb-w .specialties__title{border-right:0;border-bottom:3px solid var(--red);padding:0 0 .8rem}.gsb-w .carousel{padding:0 1.5rem}.gsb-w .carousel__slide{flex:0 0 calc((100% - 1rem) / 2)}.gsb-w .carousel__nav{width:40px;height:40px}.gsb-w .carousel__nav--prev{left:0}.gsb-w .carousel__nav--next{right:0}}@media (max-width:640px){.gsb-w .section{padding:3.8rem 0}.gsb-w .topbar__meta{display:none}.gsb-w .topbar__inner{justify-content:center}.gsb-w .logo__hueco{--logo-ancho:152px;--logo-alto:46px}.gsb-w .footer .logo__hueco{--logo-ancho:170px;--logo-alto:54px}.gsb-w .hero{min-height:auto;padding:4.5rem 1.5rem 5.5rem}.gsb-w .hero__actions{flex-direction:column}.gsb-w .hero__actions .btn{width:100%}.gsb-w .hero__scroll{display:none}.gsb-w .stats__grid{grid-template-columns:1fr;margin-top:-3rem}.gsb-w .stat{border-right:0;border-bottom:1px solid var(--line);padding:2rem 1.5rem}.gsb-w .stat:last-child{border-bottom:0}.gsb-w .service{padding:2rem 1.6rem}.gsb-w .specialties{padding:1.8rem}.gsb-w .contact__form-wrap{padding:1.8rem}.gsb-w .carousel__slide{flex:0 0 100%}.gsb-w .footer__grid{grid-template-columns:1fr;gap:2.2rem}.gsb-w .lightbox{padding:3.5rem 1rem}.gsb-w .lightbox__nav{width:42px;height:42px}.gsb-w .lightbox__nav--prev{left:.3rem}.gsb-w .lightbox__nav--next{right:.3rem}.gsb-w .wa-float{width:50px;height:50px;right:14px;bottom:14px}.gsb-w .wa-float svg{width:28px;height:28px}.gsb-w .to-top{width:40px;height:40px;right:19px;bottom:74px}}@media (orientation:landscape) and (max-height:600px){.gsb-w .hero{min-height:auto;padding:2.6rem 1.5rem 3rem}.gsb-w .hero__title{font-size:clamp(1.7rem, 4.4vw, 2.4rem);margin-bottom:.9rem}.gsb-w .hero__text{font-size:1rem;margin-bottom:1.4rem}.gsb-w .hero__eyebrow{margin-bottom:.6rem}.gsb-w .hero__scroll{display:none}.gsb-w .section{padding:3rem 0}.gsb-w .lightbox__figure img{max-height:74vh}}@media (hover:none){.gsb-w .service:hover,.gsb-w .project:hover,.gsb-w .btn:hover{transform:none}.gsb-w .project:hover .project__media img,.gsb-w .carousel__slide:hover img{transform:none}.gsb-w .carousel__slide:hover::after{opacity:0}.gsb-w .footer__col a:hover{padding-left:0}}@media (pointer:coarse){.gsb-w .carousel__nav{width:48px;height:48px}.gsb-w .carousel__dots button{height:14px;margin-block:-2px}.gsb-w .nav__links a{padding-block:1.1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.gsb-w *,.gsb-w *::before,.gsb-w *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.gsb-w .reveal{opacity:1;transform:none}}@media print{.gsb-w .topbar,.gsb-w .header,.gsb-w .wa-float,.gsb-w .to-top,.gsb-w .hero__scroll,.gsb-w .carousel__nav,.gsb-w .carousel__dots,.gsb-w .contact__map,.gsb-w .lightbox{display:none!important}.gsb-w{color:#000}.gsb-w .hero,.gsb-w .contact{background:#fff!important;color:#000!important}.gsb-w .section{padding:1.5rem 0;page-break-inside:avoid}}.gsb-w{overflow-x:visible}.elementor-widget-gsb-header .elementor-widget-container,.elementor-widget-gsb-hero .elementor-widget-container,.elementor-widget-gsb-stats .elementor-widget-container,.elementor-widget-gsb-services .elementor-widget-container,.elementor-widget-gsb-about .elementor-widget-container,.elementor-widget-gsb-projects .elementor-widget-container,.elementor-widget-gsb-reviews .elementor-widget-container,.elementor-widget-gsb-gallery .elementor-widget-container,.elementor-widget-gsb-contact .elementor-widget-container,.elementor-widget-gsb-footer .elementor-widget-container,.elementor-widget-gsb-floating .elementor-widget-container{padding:0;margin:0}.gsb-w--stats{position:relative;z-index:5}.elementor-editor-active .gsb-w .reveal,.elementor-editor-preview .gsb-w .reveal{opacity:1!important;transform:none!important}.elementor-editor-active .gsb-w .header,.elementor-editor-preview .gsb-w .header{position:relative}.elementor-editor-active .gsb-w .wa-float,.elementor-editor-preview .gsb-w .wa-float,.elementor-editor-active .gsb-w .to-top,.elementor-editor-preview .gsb-w .to-top{position:absolute}.elementor-editor-active .gsb-w .nav__links,.elementor-editor-preview .gsb-w .nav__links{position:static;transform:none;box-shadow:none}.gsb-vacio{padding:2.5rem 1.5rem;text-align:center;border:1px dashed rgba(13,47,92,.35);border-radius:10px;color:#0D2F5C;font-family:'Barlow Condensed',sans-serif;font-size:1.05rem;letter-spacing:.08em;text-transform:uppercase}.gsb-w.gsb-w .hero,.gsb-w.gsb-w .hero__inner,.gsb-w.gsb-w .hero__title,.gsb-w.gsb-w .hero h1{color:#fff!important}.gsb-w.gsb-w .hero__text{color:rgba(255,255,255,.92)!important}.gsb-w.gsb-w .hero__eyebrow{color:#ff8497!important}.gsb-w.gsb-w .hero__actions .btn--ghost{color:#fff!important;border-color:rgba(255,255,255,.85)!important}.gsb-w.gsb-w .hero__actions .btn--ghost:hover{color:var(--navy)!important}.gsb-w.gsb-w .hero__actions .btn--red{color:#fff!important}.gsb-w.gsb-w .section__title,.gsb-w.gsb-w h2.section__title{color:var(--navy)!important}.gsb-w.gsb-w .section__title--light,.gsb-w.gsb-w h2.section__title--light{color:#fff!important}.gsb-w.gsb-w .section__kicker{color:var(--red)!important}.gsb-w.gsb-w .section__kicker--light{color:#ff8497!important}.gsb-w.gsb-w .section__lead{color:var(--muted)!important}.gsb-w.gsb-w .service h3,.gsb-w.gsb-w .project__body h3{color:var(--navy)!important}.gsb-w.gsb-w .service p,.gsb-w.gsb-w .project__body p{color:var(--muted)!important}.gsb-w.gsb-w .stat__number{color:var(--red)!important}.gsb-w.gsb-w .stat__label{color:var(--navy)!important}.gsb-w.gsb-w .review blockquote{color:var(--muted)!important}.gsb-w.gsb-w .review__name{color:var(--navy)!important}.gsb-w.gsb-w .review__role{color:var(--muted-2)!important}.gsb-w.gsb-w .project__tags span{color:var(--navy)!important}.gsb-w.gsb-w .specialties,.gsb-w.gsb-w .specialties__title,.gsb-w.gsb-w .specialties__list li,.gsb-w.gsb-w .specialties h3{color:#fff!important}.gsb-w.gsb-w .about__lead{color:var(--navy)!important}.gsb-w.gsb-w .about__content p{color:var(--muted)!important}.gsb-w.gsb-w .checklist li{color:var(--dark-gray)!important}.gsb-w.gsb-w .contact,.gsb-w.gsb-w .contact__info,.gsb-w.gsb-w .contact__list strong{color:#fff!important}.gsb-w.gsb-w .contact__lead{color:rgba(255,255,255,.86)!important}.gsb-w.gsb-w .contact__list a,.gsb-w.gsb-w .contact__list div span{color:rgba(255,255,255,.82)!important}.gsb-w.gsb-w .contact__list a:hover{color:#ff8497!important}.gsb-w.gsb-w .form__group label{color:var(--navy)!important}.gsb-w.gsb-w .form__group label span{color:var(--red)!important}.gsb-w.gsb-w .form__group input,.gsb-w.gsb-w .form__group textarea{color:var(--dark-gray)!important;background:#fff}.gsb-w.gsb-w .form__error{color:var(--red)!important}.gsb-w.gsb-w .form__status.is-ok{color:#1c7a4a!important}.gsb-w.gsb-w .form__status.is-error{color:var(--red)!important}.gsb-w.gsb-w .btn--block{color:#fff!important}.gsb-w.gsb-w .footer{color:rgba(255,255,255,.72)!important}.gsb-w.gsb-w .footer__col h3,.gsb-w.gsb-w .footer h3{color:#fff!important}.gsb-w.gsb-w .footer__col p,.gsb-w.gsb-w .footer__col a{color:rgba(255,255,255,.72)!important}.gsb-w.gsb-w .footer__col a:hover{color:var(--red)!important}.gsb-w.gsb-w .footer__bottom,.gsb-w.gsb-w .footer__bottom p{color:rgba(255,255,255,.5)!important}.gsb-w.gsb-w .logo--footer .logo__wordmark strong{color:#fff!important}.gsb-w.gsb-w .logo--footer .logo__wordmark em{color:rgba(255,255,255,.6)!important}.gsb-w.gsb-w .topbar{color:rgba(255,255,255,.9)!important}.gsb-w.gsb-w .topbar__phone,.gsb-w.gsb-w .topbar__phone span{color:#fff!important}.gsb-w.gsb-w .topbar__meta span,.gsb-w.gsb-w .topbar__meta a{color:rgba(255,255,255,.9)!important}.gsb-w.gsb-w .nav__links a{color:var(--dark-gray)!important}.gsb-w.gsb-w .nav__links a:hover,.gsb-w.gsb-w .nav__links a.is-active{color:var(--red)!important}.gsb-w.gsb-w .nav__links .nav__cta-movil a{color:#fff!important}.gsb-w.gsb-w .logo__wordmark strong{color:var(--navy)!important}.gsb-w.gsb-w .logo__wordmark em{color:var(--muted)!important}.gsb-w.gsb-w h1,.gsb-w.gsb-w h2,.gsb-w.gsb-w h3{font-family:var(--font-head);font-weight:700;margin:0}.gsb-w.gsb-w p,.gsb-w.gsb-w ul,.gsb-w.gsb-w li,.gsb-w.gsb-w figure,.gsb-w.gsb-w blockquote{margin:0}.gsb-w.gsb-w ul{list-style:none;padding:0}.gsb-w.gsb-w a{text-decoration:none;box-shadow:none}.gsb-w.gsb-w button{font-family:inherit}.gsb-w.gsb-w img{border-radius:0;box-shadow:none}.gsb-w.gsb-w .project__media img,.gsb-w.gsb-w .about__figure img,.gsb-w.gsb-w .carousel__slide img{width:100%;height:100%;object-fit:cover}.gsb-w.gsb-w .hero__eyebrow{color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.45)}.gsb-w.gsb-w .services{padding-top:8rem}@media (max-width:900px){.gsb-w.gsb-w .services{padding-top:6rem}}@media (max-width:640px){.gsb-w.gsb-w .services{padding-top:5rem}}.gsb-w.gsb-w .specialties,.gsb-w.gsb-w .specialties h3,.gsb-w.gsb-w .specialties__title,.gsb-w.gsb-w .specialties__list,.gsb-w.gsb-w .specialties__list li,.gsb-w.gsb-w .specialties__list li *{color:#fff!important}.gsb-w.gsb-w .specialties__list li svg{stroke:var(--red)!important}.gsb-w.gsb-w .carousel__dots{display:none}.gsb-w.gsb-w .carousel--con-puntos .carousel__dots{display:flex}.gsb-w.gsb-w .hero__eyebrow{color:#FFFFFF!important;text-shadow:none}@media (max-width:640px){.gsb-w.gsb-w .hero{padding:3.5rem 1.25rem 4rem}.gsb-w.gsb-w .hero__eyebrow{font-size:.72rem;letter-spacing:.16em;line-height:1.5;margin-bottom:1.1rem}.gsb-w.gsb-w .hero__title{font-size:clamp(1.65rem, 7.4vw, 2.1rem);line-height:1.08;margin-bottom:1.1rem}.gsb-w.gsb-w .hero__text{font-size:.98rem;line-height:1.6;margin-bottom:2rem;max-width:34ch;margin-inline:auto}.gsb-w.gsb-w .hero__actions{gap:.75rem}}@media (max-width:380px){.gsb-w.gsb-w .hero__title{font-size:1.5rem}.gsb-w.gsb-w .hero__text{font-size:.92rem}.gsb-w.gsb-w .hero__eyebrow{font-size:.66rem;letter-spacing:.12em}}.gsb-w.gsb-w .stats{padding-bottom:4rem}.gsb-w.gsb-w .services{padding-top:5rem}@media (max-width:900px){.gsb-w.gsb-w .stats{padding-bottom:3.25rem}.gsb-w.gsb-w .services{padding-top:4rem}}@media (max-width:640px){.gsb-w.gsb-w .stats{padding-bottom:2.75rem}.gsb-w.gsb-w .services{padding-top:3.25rem}}.gsb-w.gsb-w .section__kicker--light{color:#fff!important;opacity:.92}.gsb-w.gsb-w .hero__eyebrow{color:#fff!important}.gsb-w.gsb-w{--muted:#4f5b6b}.gsb-w.gsb-w .section__lead{color:#4f5b6b!important}.gsb-w.gsb-w .stats{padding-bottom:4.5rem}@media (max-width:640px){.gsb-w.gsb-w .stats{padding-bottom:3rem}}@media (max-width:640px){.gsb-w.gsb-w .hero{padding:3.5rem 1.25rem 4rem}.gsb-w.gsb-w .hero__eyebrow{font-size:.7rem;letter-spacing:.18em;line-height:1.5;margin-bottom:.9rem;max-width:22ch;margin-inline:auto}.gsb-w.gsb-w .hero__title{font-size:clamp(1.6rem, 7.6vw, 2.15rem);line-height:1.14;letter-spacing:0;margin-bottom:1rem}.gsb-w.gsb-w .hero__text{font-size:.95rem;line-height:1.72;max-width:34ch;margin-inline:auto;margin-bottom:1.8rem}.gsb-w.gsb-w .hero__actions{gap:.7rem}.gsb-w.gsb-w .hero__actions .btn{padding:.85rem 1.6rem;font-size:.98rem}.gsb-w.gsb-w .section__head{margin-bottom:2.2rem}.gsb-w.gsb-w .section__lead{font-size:.97rem;line-height:1.75;max-width:38ch;margin-inline:auto}.gsb-w.gsb-w .section__kicker{font-size:.78rem;letter-spacing:.18em}}@media (max-width:380px){.gsb-w.gsb-w .hero__title{font-size:1.5rem}.gsb-w.gsb-w .hero__text{font-size:.9rem}}.gsb-w.gsb-w .stats{padding-bottom:6rem}.gsb-w.gsb-w .services{padding-top:9rem}@media (max-width:900px){.gsb-w.gsb-w .stats{padding-bottom:4.5rem}.gsb-w.gsb-w .services{padding-top:7rem}}@media (max-width:640px){.gsb-w.gsb-w .stats{padding-bottom:3.5rem}.gsb-w.gsb-w .services{padding-top:5.5rem}}.gsb-w.gsb-w .checklist{margin:2.2rem 0 3.2rem}.gsb-w.gsb-w .checklist li{padding-block:.15rem}.gsb-w.gsb-w .about__content .btn{margin-top:.5rem}.gsb-w.gsb-w .contact__lead{margin-bottom:3.2rem}.gsb-w.gsb-w .contact__list{gap:2rem}.gsb-w.gsb-w .contact__list strong{margin-bottom:.4rem}.gsb-w.gsb-w .contact__list div span,.gsb-w.gsb-w .contact__list div a{line-height:1.7}.gsb-w.gsb-w .section__head{margin-bottom:3.6rem}.gsb-w.gsb-w .section__lead{margin-top:.4rem}.gsb-w.gsb-w .about__lead{margin-bottom:1.4rem}.gsb-w.gsb-w .about__content p{margin-bottom:1.4rem}.gsb-w.gsb-w .specialties{margin-top:4rem}@media (max-width:640px){.gsb-w.gsb-w .section__head{margin-bottom:2.6rem}.gsb-w.gsb-w .checklist{margin:1.8rem 0 2.6rem}.gsb-w.gsb-w .contact__lead{margin-bottom:2.4rem}.gsb-w.gsb-w .contact__list{gap:1.7rem}.gsb-w.gsb-w .specialties{margin-top:3rem}}.gsb-w.gsb-w .hero__text{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.5)}.gsb-w.gsb-w .hero__title{text-shadow:0 3px 18px rgba(0,0,0,.45)}.gsb-w.gsb-w .hero__actions{margin-top:2.8rem!important;justify-content:center!important;align-items:center!important}.gsb-w.gsb-w .hero__text{margin-bottom:0!important}@media (max-width:640px){.gsb-w.gsb-w .hero{padding:3.2rem 1.4rem 3.6rem!important}.gsb-w.gsb-w .hero__eyebrow{font-size:.68rem!important;letter-spacing:.16em;line-height:1.55!important;margin-bottom:1.25rem!important;max-width:20ch!important}.gsb-w.gsb-w .hero__title{font-size:clamp(1.5rem, 7.2vw, 2rem)!important;line-height:1.18!important;margin-bottom:1.35rem!important}.gsb-w.gsb-w .hero__text{font-size:.94rem!important;line-height:1.8!important;max-width:32ch!important;margin:0 auto!important}.gsb-w.gsb-w .hero__actions{margin-top:2.4rem!important;flex-direction:column!important;gap:.85rem!important;width:100%!important;max-width:22rem!important;margin-inline:auto}.gsb-w.gsb-w .hero__actions .btn{width:100%!important;padding:.95rem 1.5rem!important;font-size:1rem!important}}@media (max-width:380px){.gsb-w.gsb-w .hero__title{font-size:1.42rem!important}.gsb-w.gsb-w .hero__text{font-size:.9rem!important;max-width:30ch!important}.gsb-w.gsb-w .hero__actions{margin-top:2rem!important}}