@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";:root{--color-dark: #2B2B2B;--color-light: #F7F7F7;--color-accent: #F6C526;--color-white: #FFFFFF;--color-btn-default: #F1F1F1;--color-btn-hover: #FBFBFB;--color-arrow: #CBCBCB;--color-footer-bg: #2B2B2B;--font-serif: "DM Serif Display", Georgia, serif;--font-sans: "Poppins", system-ui, sans-serif;--text-hero-title: clamp(2.5rem, 5vw, 4.375rem);--text-hero-body: clamp(1.125rem, 2vw, 1.875rem);--text-section-title: clamp(2.25rem, 4.5vw, 4.375rem);--text-fullbleed-title: clamp(2.5rem, 6vw, 5rem);--text-subtitle: clamp(1.25rem, 2.5vw, 2.0625rem);--text-body: clamp(1rem, 1.5vw, 1.25rem);--underline-gap: 10px;--line-height-hero: 1.3;--container-max: 1280px;--side-pad: clamp(24px, 10vw, 160px);--navbar-height: clamp(80px, 9vh, 100px);--transition-base: .25s ease;--radius-card: 12px;--radius-pill: 9999px}@font-face{font-family:"DM Serif Display";src:url(/fonts/DMSerifDisplay-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-weight:300;color:var(--color-dark);background:var(--color-white);overflow-x:hidden;line-height:1.5}.container{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--side-pad);padding-right:var(--side-pad);width:100%}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.swiper-button-prev,.swiper-button-next{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important}.section-title{font-family:var(--font-serif);font-size:var(--text-section-title);color:var(--color-dark);line-height:1.1}.section-title--underline{display:inline-block;background:linear-gradient(transparent 73%,var(--color-accent) 73%);padding-inline:8px;margin-inline:-8px}@media(max-width:768px){:root{--side-pad: clamp(20px, 5vw, 32px);--navbar-height: 80px;--text-section-title: clamp(1.75rem, 7vw, 2.25rem);--text-subtitle: clamp(1.125rem, 4vw, 1.375rem);--text-body: clamp(.9rem, 3.5vw, 1.125rem);--text-btn: clamp(1rem, 4vw, 1.125rem);--text-footer-lg: clamp(1.25rem, 5vw, 1.5rem)}}.navbar[data-astro-cid-jp2pq5zm]{position:sticky;top:0;z-index:100;background:var(--color-white);height:var(--navbar-height);border-bottom:1px solid rgba(0,0,0,.06)}.navbar__inner[data-astro-cid-jp2pq5zm]{height:100%;display:flex;align-items:center;padding:0 var(--side-pad);max-width:var(--container-max);margin:0 auto;width:100%}.navbar__logo[data-astro-cid-jp2pq5zm]{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.navbar__logo-img[data-astro-cid-jp2pq5zm]{height:70px;width:auto}.navbar__right[data-astro-cid-jp2pq5zm]{margin-left:auto;display:flex;align-items:center;gap:1.5rem}.navbar__social[data-astro-cid-jp2pq5zm]{display:flex;align-items:center;gap:.5rem;color:var(--color-dark)}.navbar__social-link[data-astro-cid-jp2pq5zm]{color:var(--color-dark);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1.5px solid currentColor;border-radius:var(--radius-pill);flex-shrink:0;opacity:.7;transition:opacity var(--transition-base)}.navbar__social-link[data-astro-cid-jp2pq5zm]:hover{opacity:1}.navbar__social-link[data-astro-cid-jp2pq5zm] svg{width:15px;height:15px}.navbar__handle[data-astro-cid-jp2pq5zm]{font-family:var(--font-sans);font-weight:300;font-size:.875rem;color:var(--color-dark);opacity:.65;margin-left:.25rem;white-space:nowrap}.navbar__menu-wrap[data-astro-cid-jp2pq5zm]{position:relative;display:flex;align-items:center}.navbar__hamburger[data-astro-cid-jp2pq5zm]{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;gap:6px;background:none;border:none;outline:none;cursor:pointer;padding:0;margin:6px;flex-shrink:0}.navbar__hamburger[data-astro-cid-jp2pq5zm] span[data-astro-cid-jp2pq5zm]{display:block;width:30px;height:4px;background:var(--color-accent);border-radius:2px}.navbar__menu[data-astro-cid-jp2pq5zm]{position:absolute;top:0;right:0;z-index:1;background:#f1f1f1cc;border-radius:12px;padding:2.5rem 0 .75rem;min-width:280px;display:flex;flex-direction:column;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;box-shadow:0 8px 32px #0000001f}.navbar__menu[data-astro-cid-jp2pq5zm].is-open{opacity:1;visibility:visible}.navbar__link[data-astro-cid-jp2pq5zm]{font-family:var(--font-sans);font-weight:300;font-size:var(--text-navbar-item);color:var(--color-dark);padding:.85rem 2rem .85rem 1.75rem;transition:background .2s ease;display:block;white-space:nowrap}.navbar__link[data-astro-cid-jp2pq5zm]:hover{background:#f6c5261a}.navbar__link-text[data-astro-cid-jp2pq5zm]{position:relative;display:inline-block;padding-bottom:.25rem}.navbar__link-text[data-astro-cid-jp2pq5zm]:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1.5px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform .26s ease}.navbar__link[data-astro-cid-jp2pq5zm].is-active .navbar__link-text[data-astro-cid-jp2pq5zm]:after{transform:scaleX(1)}@media(max-width:768px){.navbar[data-astro-cid-jp2pq5zm]{height:auto;min-height:80px}.navbar__inner[data-astro-cid-jp2pq5zm]{padding:16px clamp(20px,5vw,32px);gap:1rem}.navbar__logo-img[data-astro-cid-jp2pq5zm]{height:48px}.navbar__handle[data-astro-cid-jp2pq5zm],.navbar__social[data-astro-cid-jp2pq5zm]{display:none}.navbar__hamburger[data-astro-cid-jp2pq5zm]{padding:8px;margin:0;gap:8px;min-width:48px;min-height:48px;align-items:center;justify-content:center}.navbar__hamburger[data-astro-cid-jp2pq5zm] span[data-astro-cid-jp2pq5zm]{width:36px;height:5px}}.footer[data-astro-cid-35ed7um5]{background:var(--color-footer-bg);color:var(--color-light);padding:clamp(60px,12vh,160px) 0}.footer__inner[data-astro-cid-35ed7um5]{max-width:var(--container-max);margin:0 auto;padding:0 var(--side-pad);display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:clamp(32px,4vw,64px);align-items:start;width:100%}.footer__brand[data-astro-cid-35ed7um5]{display:flex;flex-direction:column;gap:clamp(24px,4vh,48px);align-items:flex-start}.footer__logo[data-astro-cid-35ed7um5]{height:80px;width:auto;object-fit:contain}.footer__social[data-astro-cid-35ed7um5]{display:flex;gap:.75rem;flex-wrap:nowrap}.footer__social--mobile[data-astro-cid-35ed7um5]{display:none}.footer__social-link[data-astro-cid-35ed7um5]{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1.2px solid var(--color-light);border-radius:var(--radius-pill);color:var(--color-light);opacity:.8;transition:opacity var(--transition-base);flex-shrink:0}.footer__social-link[data-astro-cid-35ed7um5] svg{width:14px;height:14px;flex-shrink:0}.footer__social-link[data-astro-cid-35ed7um5]:hover{opacity:1}.footer__col[data-astro-cid-35ed7um5]{position:relative}.footer__col[data-astro-cid-35ed7um5]+.footer__col[data-astro-cid-35ed7um5]{padding-left:clamp(16px,2vw,32px);border-left:1px solid rgba(255,255,255,.15)}.footer__col-title[data-astro-cid-35ed7um5]{font-family:var(--font-serif);font-size:.85rem;color:var(--color-light);margin-bottom:1.5rem;line-height:1.2;display:block;white-space:nowrap}.footer__list[data-astro-cid-35ed7um5]{list-style:none;display:flex;flex-direction:column;gap:.8rem}.footer__list[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{display:flex;align-items:flex-start;gap:.6rem;font-size:.75rem;color:var(--color-light);opacity:.85;line-height:1.5;white-space:nowrap}.footer__ca[data-astro-cid-35ed7um5]{white-space:normal!important}.footer__list[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5] svg[data-astro-cid-35ed7um5]{flex-shrink:0;margin-top:3px;color:var(--color-accent);stroke:var(--color-accent)}.footer__list[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{transition:opacity var(--transition-base)}.footer__list[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]:hover{opacity:.7}.footer__link-underline[data-astro-cid-35ed7um5]{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.footer__transparency-list[data-astro-cid-35ed7um5]{gap:1.5rem}.footer__transparency-list[data-astro-cid-35ed7um5] .footer__col-title[data-astro-cid-35ed7um5]{margin-bottom:0;transition:opacity var(--transition-base)}.footer__transparency-list[data-astro-cid-35ed7um5] .footer__col-title[data-astro-cid-35ed7um5]:hover{opacity:.7}@media(min-width:769px)and (max-width:1024px){.footer__inner[data-astro-cid-35ed7um5]{grid-template-columns:1fr 1fr;gap:40px}.footer__col[data-astro-cid-35ed7um5]+.footer__col[data-astro-cid-35ed7um5]{padding-left:0;border-left:none}.footer__brand[data-astro-cid-35ed7um5]{grid-column:span 1}}@media(max-width:768px){.footer[data-astro-cid-35ed7um5]{padding:clamp(48px,7vh,64px) var(--side-pad)}.footer__inner[data-astro-cid-35ed7um5]{grid-template-columns:1fr;gap:0;text-align:center}.footer__brand[data-astro-cid-35ed7um5]{align-items:center;padding-bottom:32px;margin-bottom:0}.footer__logo[data-astro-cid-35ed7um5]{height:83px}.footer__social--desktop[data-astro-cid-35ed7um5]{display:none}.footer__col[data-astro-cid-35ed7um5]{padding:32px 0;border-top:2px solid rgba(255,255,255,.35);border-left:none!important;padding-left:0!important}.footer__brand[data-astro-cid-35ed7um5]+.footer__col[data-astro-cid-35ed7um5]{border-top:none;padding-top:0}.footer__col-title[data-astro-cid-35ed7um5]{font-size:clamp(1.25rem,5vw,1.5rem);text-align:center;margin-bottom:1.25rem}.footer__col-title[data-astro-cid-35ed7um5]:after{display:none}.footer__contact-list[data-astro-cid-35ed7um5]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:12px 20px}.footer__ci[data-astro-cid-35ed7um5]{flex:0 1 auto;justify-content:center;font-size:.8125rem}.footer__ca[data-astro-cid-35ed7um5]{flex:1 0 100%;justify-content:center;text-align:center;font-size:.8125rem;white-space:nowrap}.footer__social--mobile[data-astro-cid-35ed7um5]{display:flex;justify-content:center;margin-top:24px;gap:12px}.footer__social--mobile[data-astro-cid-35ed7um5] .footer__social-link[data-astro-cid-35ed7um5]{width:34px;height:34px}.footer__projects-list[data-astro-cid-35ed7um5]{flex-direction:row;justify-content:center;gap:40px}.footer__projects-list[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5],.footer__list[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{justify-content:center}.footer__col--transparency[data-astro-cid-35ed7um5] .footer__col-title[data-astro-cid-35ed7um5]{font-size:clamp(1rem,4vw,1.25rem);margin-bottom:1.25rem}.footer__col--transparency[data-astro-cid-35ed7um5] .footer__list[data-astro-cid-35ed7um5]{gap:1.25rem}.footer__col--transparency[data-astro-cid-35ed7um5] .footer__list[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{font-family:var(--font-serif);font-size:clamp(1rem,4vw,1.25rem);opacity:1}}.hero[data-astro-cid-bek3tsqj]{width:100%;height:calc(100svh - var(--navbar-height));min-height:420px}.hero-swiper[data-astro-cid-bek3tsqj],.hero__slide[data-astro-cid-bek3tsqj]{width:100%;height:100%}.hero__slide[data-astro-cid-bek3tsqj]{position:relative;overflow:hidden}.hero__bg[data-astro-cid-bek3tsqj]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero__overlay[data-astro-cid-bek3tsqj]{position:absolute;inset:0;background:linear-gradient(to left,#000000b3,#0006 45%,#0000 65%)}.hero__content-wrap[data-astro-cid-bek3tsqj]{position:absolute;inset:0;z-index:2}.hero__container[data-astro-cid-bek3tsqj]{height:100%;display:flex;align-items:center;justify-content:flex-start}.hero__container--right[data-astro-cid-bek3tsqj]{justify-content:flex-end}.hero__content[data-astro-cid-bek3tsqj]{max-width:800px;color:var(--color-light);text-align:left}.hero__content--narrow[data-astro-cid-bek3tsqj]{max-width:560px}.hero__title[data-astro-cid-bek3tsqj]{font-family:var(--font-serif);font-size:var(--text-hero-title);color:var(--color-light);line-height:1.1;margin-bottom:2rem}.hero__body[data-astro-cid-bek3tsqj]{font-family:var(--font-sans);font-weight:400;font-size:var(--text-hero-body);color:var(--color-light);line-height:var(--line-height-hero)}.hero__pillars[data-astro-cid-bek3tsqj]{list-style:none;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.hero__pillar-item[data-astro-cid-bek3tsqj],.hero__title--curved[data-astro-cid-bek3tsqj]{position:relative;display:inline-block;padding-left:25px;padding-bottom:8px}.hero__pillar-item[data-astro-cid-bek3tsqj]:after,.hero__title--curved[data-astro-cid-bek3tsqj]:after{content:"";position:absolute;inset:0;border-left:3px solid var(--color-accent);border-bottom:3px solid var(--color-accent);border-bottom-left-radius:18px;pointer-events:none}.hero__pillar-item[data-astro-cid-bek3tsqj]{font-family:var(--font-serif);font-weight:400;font-size:calc(var(--text-hero-title) * .85);color:var(--color-light);padding-right:1rem;padding-top:4px}.hero__title--curved[data-astro-cid-bek3tsqj]{margin-bottom:2rem;padding-right:1rem;padding-top:4px}.hero-pagination{bottom:clamp(24px,4vh,48px)!important;left:50%!important;transform:translate(-50%)!important;width:auto!important}.hero-pagination .swiper-pagination-bullet{background:transparent;border:2px solid var(--color-accent);opacity:1;width:14px;height:14px;margin:0 8px!important}.hero-pagination .swiper-pagination-bullet-active{background:var(--color-accent)}.hero-btn-prev,.hero-btn-next{color:var(--color-arrow)!important;background:transparent!important;--swiper-navigation-sides-offset: var(--side-pad)}.hero-btn-prev:after,.hero-btn-next:after{font-size:1.25rem!important}@media(max-width:1024px){.hero__overlay[data-astro-cid-bek3tsqj]{background:linear-gradient(to bottom,#0000000d,#00000080 55%,#000000bf)}.hero__content[data-astro-cid-bek3tsqj]{position:absolute;left:0;right:0;bottom:clamp(60px,8vh,100px);top:auto;transform:none;width:100%;padding:0 var(--side-pad);text-align:left;display:flex;flex-direction:column;z-index:5}.hero__title[data-astro-cid-bek3tsqj]{font-size:clamp(2rem,5.5vw,3.25rem);white-space:normal;margin-bottom:1rem}.hero__title--curved[data-astro-cid-bek3tsqj]{font-size:clamp(2rem,5.5vw,3.25rem)}.hero__body[data-astro-cid-bek3tsqj]{font-size:clamp(1rem,3vw,1.25rem);line-height:1.4}.hero-btn-prev,.hero-btn-next{display:none!important}.hero__bg--1[data-astro-cid-bek3tsqj],.hero__bg--2[data-astro-cid-bek3tsqj],.hero__bg--3[data-astro-cid-bek3tsqj],.hero__bg--4[data-astro-cid-bek3tsqj],.hero__bg--5[data-astro-cid-bek3tsqj]{object-position:center center!important}}@media(max-width:768px){.hero[data-astro-cid-bek3tsqj]{height:calc(100svh - var(--navbar-height))}.hero__container--right[data-astro-cid-bek3tsqj] .hero__content[data-astro-cid-bek3tsqj]{align-items:flex-start;left:auto;width:fit-content;max-width:85%}.hero__pillars[data-astro-cid-bek3tsqj]{align-items:flex-start}.hero__bg--1[data-astro-cid-bek3tsqj],.hero__bg--3[data-astro-cid-bek3tsqj],.hero__bg--4[data-astro-cid-bek3tsqj],.hero__bg--5[data-astro-cid-bek3tsqj]{object-position:left center!important}.hero__bg--2[data-astro-cid-bek3tsqj]{object-position:right center!important}}@media(min-width:769px)and (max-width:1024px){.hero[data-astro-cid-bek3tsqj]{height:clamp(500px,80svh,800px)}.hero__container--right[data-astro-cid-bek3tsqj] .hero__content[data-astro-cid-bek3tsqj]{align-items:flex-start;left:auto;width:fit-content;max-width:60%}.hero__title[data-astro-cid-bek3tsqj],.hero__title--curved[data-astro-cid-bek3tsqj]{font-size:calc(clamp(2rem,5.5vw,3.25rem)*.8)!important}.hero__pillar-item[data-astro-cid-bek3tsqj]{font-size:calc(clamp(2rem,5.5vw,3.25rem)*.7)}.hero__bg--3[data-astro-cid-bek3tsqj],.hero__bg--4[data-astro-cid-bek3tsqj],.hero__bg--5[data-astro-cid-bek3tsqj]{object-position:35% center!important}}.processes[data-astro-cid-ddosbhnh]{display:flex;flex-direction:column;justify-content:center;padding:clamp(60px,10vh,120px) 0}.processes__inner[data-astro-cid-ddosbhnh]{display:grid;grid-template-columns:320px 1fr;gap:clamp(2rem,5vw,4rem);align-items:flex-start;padding-top:2rem}.processes__heading[data-astro-cid-ddosbhnh]{text-align:center;padding-top:2rem}.processes__title[data-astro-cid-ddosbhnh]{font-family:var(--font-serif);font-size:var(--text-section-title);color:var(--color-dark);line-height:1.1;text-align:center}.processes__title-accent[data-astro-cid-ddosbhnh]{display:inline-block;background:linear-gradient(transparent 73%,var(--color-accent) 73%);padding-inline:10px;margin-inline:-10px}.processes__carousel-wrap[data-astro-cid-ddosbhnh]{position:relative;min-width:0;padding:0 60px}.process-swiper[data-astro-cid-ddosbhnh]{padding:0}.process__slide[data-astro-cid-ddosbhnh]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.process__media[data-astro-cid-ddosbhnh]{width:100%;max-width:750px}.process__video-wrap[data-astro-cid-ddosbhnh]{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;background:var(--color-btn-default);box-shadow:0 4px 20px #00000014}.process__thumbnail[data-astro-cid-ddosbhnh]{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.process__play[data-astro-cid-ddosbhnh]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:transform var(--transition-base)}.process__play[data-astro-cid-ddosbhnh]:not(.process__play--pending):hover{transform:scale(1.07)}.process__play[data-astro-cid-ddosbhnh] svg[data-astro-cid-ddosbhnh]{width:48px;height:48px;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18))}.process__info[data-astro-cid-ddosbhnh]{width:100%;max-width:750px;text-align:center}.process__subtitle[data-astro-cid-ddosbhnh]{font-family:var(--font-sans);font-weight:600;font-size:var(--text-subtitle);color:var(--color-dark);border-bottom:2.5px solid var(--color-accent);padding-bottom:8px;display:inline-block;margin-bottom:1rem;text-align:center}.process__body[data-astro-cid-ddosbhnh]{font-family:var(--font-sans);font-weight:300;font-size:var(--text-body);color:var(--color-dark);line-height:1.6;text-align:justify}.process-btn-prev,.process-btn-next{position:absolute;color:var(--color-arrow)!important;background:transparent!important;--swiper-navigation-size: 32px;top:var(--proc-arrow-top, 50%)!important;transform:translateY(-50%)!important;z-index:10}.process-btn-prev{left:0!important}.process-btn-next{right:0!important}@media(max-width:768px){.processes__title[data-astro-cid-ddosbhnh]{font-size:clamp(1.75rem,6vw,2.25rem);line-height:1.1;text-align:center;display:block}.processes__title[data-astro-cid-ddosbhnh] br[data-astro-cid-ddosbhnh]{display:none}.processes__title[data-astro-cid-ddosbhnh]:before{content:"Conoce nuestros";display:block;margin-bottom:.2rem}.processes__title-accent[data-astro-cid-ddosbhnh]{padding-inline:8px;margin-inline:0}.processes__title[data-astro-cid-ddosbhnh]{font-size:0}.processes__title[data-astro-cid-ddosbhnh]:before,.processes__title-accent[data-astro-cid-ddosbhnh]{font-size:var(--text-section-title)}.processes__inner[data-astro-cid-ddosbhnh]{grid-template-columns:1fr;gap:3rem}.processes__carousel-wrap[data-astro-cid-ddosbhnh]{padding:0 30px}.process__media[data-astro-cid-ddosbhnh],.process__info[data-astro-cid-ddosbhnh]{width:100%}}@media(min-width:769px)and (max-width:1024px){.processes__inner[data-astro-cid-ddosbhnh]{grid-template-columns:200px 1fr;gap:2rem}.process__media[data-astro-cid-ddosbhnh],.process__info[data-astro-cid-ddosbhnh]{max-width:90%}.processes__carousel-wrap[data-astro-cid-ddosbhnh]{padding:0 40px}}.parallax-carousel[data-astro-cid-cb3swljm]{height:50svh;min-height:280px}.par-swiper[data-astro-cid-cb3swljm],.par-slide[data-astro-cid-cb3swljm]{width:100%;height:100%}.par-slide[data-astro-cid-cb3swljm]{position:relative;overflow:hidden}.par-slide__bg[data-astro-cid-cb3swljm]{position:absolute;inset:-25% 0;background-size:cover;background-position:center;background-attachment:fixed}.par-slide__overlay[data-astro-cid-cb3swljm]{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#000c)}.par-slide__content[data-astro-cid-cb3swljm]{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;height:100%;text-align:center;padding:2rem clamp(24px,8vw,120px)}.par-slide__title[data-astro-cid-cb3swljm]{font-family:var(--font-serif);font-size:clamp(2rem,4.5vw,var(--text-fullbleed-title));color:var(--color-light);line-height:1.2;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:10px;text-decoration-color:var(--color-light)}.par-btn-prev,.par-btn-next{color:var(--color-arrow)!important;background:transparent!important;--swiper-navigation-size: clamp(28px, 4vw, 52px);--swiper-navigation-sides-offset: var(--side-pad)}@media(max-width:768px){.parallax-carousel[data-astro-cid-cb3swljm]{height:clamp(160px,22svh,190px);min-height:160px;position:relative;z-index:10}.par-slide__bg[data-astro-cid-cb3swljm]{inset:0;background-attachment:scroll}.par-slide__title[data-astro-cid-cb3swljm]{font-size:var(--text-section-title);text-underline-offset:6px}.par-btn-prev,.par-btn-next{display:none!important}}@media(min-width:769px)and (max-width:1024px){.parallax-carousel[data-astro-cid-cb3swljm]{height:30svh;min-height:220px}}.opportunities[data-astro-cid-itwjeoun]{padding:clamp(60px,10vh,120px) 0 120px;background:transparent}.opportunities__inner[data-astro-cid-itwjeoun]{display:flex;flex-direction:column;align-items:center}.opportunities__title[data-astro-cid-itwjeoun]{margin-bottom:clamp(48px,6vh,80px);text-align:center;font-family:var(--font-serif);font-size:var(--text-section-title)}.opportunities__slider-wrap[data-astro-cid-itwjeoun]{position:relative;width:100%;max-width:1200px}.opp-swiper[data-astro-cid-itwjeoun]{padding-bottom:2rem}.opp__slide[data-astro-cid-itwjeoun]{height:auto}.opp-card[data-astro-cid-itwjeoun]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 1.25rem;background:var(--color-btn-default);border-radius:var(--radius-card);transition:all var(--transition-base);text-decoration:none;color:var(--color-dark);text-align:center;min-height:200px;height:100%;overflow:hidden}.opp-card[data-astro-cid-itwjeoun]:hover{background:var(--color-btn-hover);transform:scale(1.02);box-shadow:0 12px 24px #0000001a;z-index:1;border-radius:var(--radius-card)}.opp-card__icon-wrap[data-astro-cid-itwjeoun]{width:48px;height:48px;display:flex;align-items:center;justify-content:center}.opp-card__icon[data-astro-cid-itwjeoun]{width:100%;height:100%;object-fit:contain}.opp-card__label[data-astro-cid-itwjeoun]{font-family:var(--font-sans);font-weight:500;font-size:.85rem;line-height:1.25;color:var(--color-dark)}.opp-btn-prev,.opp-btn-next{display:none!important}@media(max-width:768px){.opportunities__slider-wrap[data-astro-cid-itwjeoun]{padding:0 60px}.opportunities__title[data-astro-cid-itwjeoun]{font-size:var(--text-section-title)}.opp-card[data-astro-cid-itwjeoun]{padding:1.2rem 1rem;background:var(--color-btn-default);border-radius:var(--radius-card);min-height:144px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.opp-card__icon-wrap[data-astro-cid-itwjeoun]{width:48px;height:48px}.opp-card__icon[data-astro-cid-itwjeoun]{width:100%;height:100%}.opp-card__label[data-astro-cid-itwjeoun]{font-size:.72rem;line-height:1.25;font-weight:500}.opp-btn-prev,.opp-btn-next{display:flex!important;color:#f7f7f7!important;--swiper-navigation-size: 32px;top:50%!important;transform:translateY(-50%)!important;background:transparent!important;text-shadow:0 0 4px rgba(0,0,0,.3)}.opp-btn-prev{left:10px!important}.opp-btn-next{right:10px!important}}@media(min-width:769px)and (max-width:1024px){.opportunities__slider-wrap[data-astro-cid-itwjeoun]{padding:0 60px}.opp-card[data-astro-cid-itwjeoun]{min-height:160px;padding:1.5rem 1rem}.opp-card__label[data-astro-cid-itwjeoun]{font-size:.8rem}.opp-btn-prev,.opp-btn-next{display:flex!important;color:#fff!important;--swiper-navigation-size: 28px}}.social-banner[data-astro-cid-66pfp4ez]{padding:0 0 120px;text-align:center}.social-banner__inner[data-astro-cid-66pfp4ez]{display:flex;flex-direction:column;align-items:center}.social-banner__title[data-astro-cid-66pfp4ez]{font-family:var(--font-serif);font-size:var(--text-section-title);color:var(--color-dark);line-height:1.1;text-align:center;margin-bottom:3.5rem}.social-banner__underline[data-astro-cid-66pfp4ez]{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:12px}.social-banner__content[data-astro-cid-66pfp4ez]{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.social-banner__text[data-astro-cid-66pfp4ez]{font-family:var(--font-sans);font-weight:400;font-size:1.25rem;color:var(--color-dark)}.social-banner__links[data-astro-cid-66pfp4ez]{display:flex;align-items:center;gap:1rem;justify-content:center}.social-banner__icon[data-astro-cid-66pfp4ez]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1.5px solid var(--color-dark);border-radius:var(--radius-pill);color:var(--color-dark);transition:all var(--transition-base)}.social-banner__icon[data-astro-cid-66pfp4ez]:hover{background:var(--color-dark);color:var(--color-white)}.social-banner__handle[data-astro-cid-66pfp4ez]{font-family:var(--font-sans);font-weight:500;font-size:1.25rem;color:var(--color-dark)}@media(max-width:768px){.social-banner[data-astro-cid-66pfp4ez]{padding-bottom:60px}.social-banner__title[data-astro-cid-66pfp4ez]{font-size:clamp(1.5rem,5vw,2rem);margin-bottom:2rem}.social-banner__underline[data-astro-cid-66pfp4ez]{text-underline-offset:6px;text-decoration-thickness:1px}.social-banner__text[data-astro-cid-66pfp4ez]{font-size:.75rem;white-space:nowrap}.social-banner__handle[data-astro-cid-66pfp4ez]{font-size:.75rem}.social-banner__icon[data-astro-cid-66pfp4ez]{width:32px;height:32px}.social-banner__icon[data-astro-cid-66pfp4ez] svg[data-astro-cid-66pfp4ez]{width:16px;height:16px}.social-banner__links[data-astro-cid-66pfp4ez]{gap:.75rem}}.allies[data-astro-cid-kh2f3ckd]{padding:clamp(60px,10vh,120px) 0;background:var(--color-white)}.allies__inner[data-astro-cid-kh2f3ckd]{display:flex;flex-direction:column;align-items:center}.allies__title[data-astro-cid-kh2f3ckd]{margin-bottom:clamp(40px,6vh,64px);text-align:center}.allies-slider-wrap[data-astro-cid-kh2f3ckd]{position:relative;width:100%;max-width:1100px;padding:0 50px}.allies-swiper[data-astro-cid-kh2f3ckd]{padding:1rem 0}.allies__slide[data-astro-cid-kh2f3ckd]{display:flex;align-items:center;justify-content:center}.allies__item[data-astro-cid-kh2f3ckd]{display:flex;align-items:center;justify-content:center;padding:.5rem;filter:grayscale(100%);opacity:.5;transition:all var(--transition-base)}.allies__item[data-astro-cid-kh2f3ckd]:hover{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.allies__item[data-astro-cid-kh2f3ckd] img[data-astro-cid-kh2f3ckd]{height:var(--text-section-title);width:auto;max-width:180px;object-fit:contain}.allies__cta[data-astro-cid-kh2f3ckd]{margin-top:3rem;width:100%;display:flex;justify-content:center}.btn-ally[data-astro-cid-kh2f3ckd]{display:inline-block;background:var(--color-accent);color:var(--color-dark);font-family:var(--font-serif);font-size:calc(var(--text-section-title) * .6);padding:.75rem 2.5rem;border-radius:var(--radius-pill);cursor:pointer;transition:all var(--transition-base);text-align:center;min-width:400px;max-width:100%}.btn-ally[data-astro-cid-kh2f3ckd]:hover{transform:translateY(-3px);box-shadow:0 10px 25px #f6c52640}.allies-btn-prev,.allies-btn-next{color:var(--color-arrow)!important;--swiper-navigation-size: 24px}@media(max-width:768px){.allies-slider-wrap[data-astro-cid-kh2f3ckd]{padding:0 30px}.allies__item[data-astro-cid-kh2f3ckd]{filter:grayscale(0%);opacity:1;padding:.25rem}.allies__item[data-astro-cid-kh2f3ckd]:hover{transform:none}.allies__item[data-astro-cid-kh2f3ckd] img[data-astro-cid-kh2f3ckd]{height:46px}.allies-swiper[data-astro-cid-kh2f3ckd]{padding:.5rem 0}.btn-ally[data-astro-cid-kh2f3ckd]{font-size:1.1rem;padding:.75rem 1.5rem;width:auto;min-width:0;display:inline-block;text-align:center}}@media(min-width:769px)and (max-width:1024px){.allies__item[data-astro-cid-kh2f3ckd]{filter:grayscale(0%);opacity:1;padding:.25rem}.allies__item[data-astro-cid-kh2f3ckd] img[data-astro-cid-kh2f3ckd]{height:calc(var(--text-section-title) * 1.2)}.allies-slider-wrap[data-astro-cid-kh2f3ckd]{padding:0 40px}}.unified-parallax[data-astro-cid-j7pv25f6]{position:relative;min-height:100svh;overflow:hidden}.unified-parallax__bg[data-astro-cid-j7pv25f6]{position:absolute;inset:-20%;background-image:url(/images/oportunidades-cover.png);background-size:cover;background-position:center;background-attachment:fixed;z-index:1}.unified-parallax__content[data-astro-cid-j7pv25f6]{position:relative;z-index:2;background:linear-gradient(to bottom,#fff,#ffffffd9 15%,#fff0 40%)}@media(max-width:768px){.unified-parallax__bg[data-astro-cid-j7pv25f6]{inset:0;background-attachment:scroll}}
