@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;900&display=swap");:root{--white:#FFF;--verde-oscuro:#17312C;--turquesa:#22CBAD;--amarillo:#F7C044;--black:#040404;--coral:#F2735B;--primary-green:#71F2AF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;background:var(--white)}.Footer_footer__0IXn3{background:var(--verde-oscuro);color:var(--white);padding:4rem 2rem 2rem;margin-top:auto}.Footer_content__WG3KU{max-width:1280px;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin:0 auto 3rem}.Footer_linksSection__LCOEL{display:flex;gap:2.5rem;flex:1 1}.Footer_contactColumn__iESkG{min-width:211px}.Footer_contactColumn__iESkG a{text-decoration:none;color:var(--white)}.Footer_contactColumn__iESkG a:hover{text-decoration:underline}.Footer_columnHeading__2OGYK{font-weight:700;margin-bottom:1rem}.Footer_columnHeading__2OGYK,.Footer_contactInfo__vAxpV{font-family:Poppins,sans-serif;font-size:14px;line-height:1.6;color:var(--white)}.Footer_contactInfo__vAxpV{font-weight:400}.Footer_navColumn__8GbO8{min-width:108px}.Footer_columnTitle__J5O1K{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;margin-bottom:1rem;color:var(--white)}.Footer_linkList__vbbOi{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.Footer_footerLink__N575X{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.6;color:var(--white);text-decoration:none;transition:opacity .2s ease}.Footer_footerLink__N575X:hover{opacity:.8}.Footer_logoSection__Hdfes{display:flex;justify-content:flex-end;align-items:center;flex-shrink:0}.Footer_logo__I6svY{width:295px;height:auto;max-width:100%}.Footer_divider__OvB0t{max-width:1280px;height:1px;background:var(--white);margin:0 auto 2rem}.Footer_bottomSection___9kex{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.Footer_legalLinks__aZp_6{display:flex;gap:1.5rem;align-items:center}.Footer_legalLink__pYyC2{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:var(--white);text-decoration:underline;transition:opacity .2s ease}.Footer_legalLink__pYyC2:hover{opacity:.8}.Footer_copyright__t4WoK{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;color:var(--white);text-align:left}.Footer_socialLinks__Fh6yT{display:flex;gap:.75rem;align-items:center}.Footer_socialLink__IdjKO{display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .2s ease}.Footer_socialLink__IdjKO:hover{opacity:.8}.Footer_socialLink__IdjKO svg{width:100%;height:100%}.Footer_languageSwitcherWrapper__byEHz{display:flex;align-items:center}@media (max-width:1024px){.Footer_footer__0IXn3{padding:3rem 1.5rem 2rem}.Footer_content__WG3KU{flex-direction:column;gap:3rem}.Footer_logoSection__Hdfes{justify-content:flex-start;order:-1}.Footer_logo__I6svY{width:250px}.Footer_linksSection__LCOEL{justify-content:flex-start;gap:3rem}}@media (max-width:768px){.Footer_footer__0IXn3{padding:2.5rem 1rem 1.5rem}.Footer_linksSection__LCOEL{flex-direction:column;gap:2rem;text-align:left}.Footer_bottomSection___9kex{flex-direction:column;gap:1.5rem;text-align:left;align-items:flex-start}.Footer_legalLinks__aZp_6{flex-direction:column;gap:1rem;align-items:flex-start}.Footer_logo__I6svY{width:200px}}@media (max-width:480px){.Footer_footer__0IXn3{padding:1rem 42px}.Footer_linksSection__LCOEL{gap:1.5rem}.Footer_content__WG3KU{gap:2rem;margin-bottom:2rem}.Footer_logo__I6svY{width:180px}.Footer_legalLinks__aZp_6{flex-direction:column;justify-content:flex-start}.Footer_socialLinks__Fh6yT{justify-content:flex-start;gap:1rem}}.LanguageSwitcher_languageSwitcher__fBp5V{position:relative;display:inline-block}.LanguageSwitcher_switcherButton__3WpHE{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.LanguageSwitcher_switcherButton__3WpHE:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.LanguageSwitcher_switcherButton__3WpHE:focus{outline:2px solid #22CBAD;outline-offset:2px}.LanguageSwitcher_globeIcon__1r2jz{flex-shrink:0;color:#22CBAD}.LanguageSwitcher_currentLanguage__SP1Dq{font-size:.875rem;white-space:nowrap}.LanguageSwitcher_chevron__1xyE9{flex-shrink:0;transition:transform .2s ease}.LanguageSwitcher_chevronOpen__RAF6I{transform:rotate(180deg)}.LanguageSwitcher_dropdown__8HAJ8{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;min-width:200px;background:#17312C;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.3);z-index:1000;animation:LanguageSwitcher_slideUp__PcL96 .2s ease}@keyframes LanguageSwitcher_slideUp__PcL96{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.LanguageSwitcher_dropdownHeader__kuJoq{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.LanguageSwitcher_dropdownTitle__MxsTu{margin:0;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}.LanguageSwitcher_languageList__uEN0h{list-style:none;margin:0;padding:.5rem 0;max-height:300px;overflow-y:auto}.LanguageSwitcher_languageList__uEN0h::-webkit-scrollbar{width:6px}.LanguageSwitcher_languageList__uEN0h::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.LanguageSwitcher_languageList__uEN0h::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.LanguageSwitcher_languageList__uEN0h::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.LanguageSwitcher_languageOption__yEg_t{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;color:#fff;font-size:.875rem;text-align:left;cursor:pointer;transition:background .2s ease}.LanguageSwitcher_languageOption__yEg_t:hover{background:rgba(34,203,173,.1)}.LanguageSwitcher_languageOption__yEg_t.LanguageSwitcher_active__hdGCF{background:rgba(34,203,173,.15);color:#22CBAD;font-weight:600}.LanguageSwitcher_languageName__eNOxA{flex:1 1}.LanguageSwitcher_checkIcon__oY9i1{flex-shrink:0;color:#22CBAD}@media (max-width:768px){.LanguageSwitcher_dropdown__8HAJ8{left:auto;right:0;min-width:180px}.LanguageSwitcher_switcherButton__3WpHE{padding:.4rem .6rem;font-size:.8125rem}.LanguageSwitcher_currentLanguage__SP1Dq,.LanguageSwitcher_dropdownTitle__MxsTu{font-size:.8125rem}.LanguageSwitcher_languageOption__yEg_t{padding:.625rem .875rem;font-size:.8125rem}}@media (prefers-reduced-motion:reduce){.LanguageSwitcher_chevron__1xyE9,.LanguageSwitcher_languageOption__yEg_t,.LanguageSwitcher_switcherButton__3WpHE{transition:none}.LanguageSwitcher_dropdown__8HAJ8{animation:none}}.Navbar_navbar__XlgWY{display:flex;width:100%;padding:16px 64px;flex-direction:column;align-items:flex-start;gap:10px;background:var(--white);position:relative;height:73px}.Navbar_navbarContainer__PU731{height:41px;align-self:stretch;position:relative}.Navbar_navbarContent__MviWL{display:flex;justify-content:space-between;align-items:center;width:100%;height:41px}.Navbar_logoSection__VYN6w{display:inline-flex;justify-content:flex-start;align-items:flex-start;width:292px;height:41px;position:relative}.Navbar_logoIcon__cbOP0{width:192px;height:41px;padding:2.06px 4.784px 2.384px 1.67px;left:0}.Navbar_logoIcon__cbOP0,.Navbar_logoText__4ifaj{display:flex;justify-content:center;align-items:center;position:absolute;top:0}.Navbar_logoText__4ifaj{width:135px;height:28px;left:192px}.Navbar_navigationLinks__jfium{display:inline-flex;align-items:flex-start;gap:32px;height:24px}.Navbar_navLink__NoUWm{color:var(--verde-oscuro);font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.Navbar_navLink__NoUWm:hover{opacity:.8}.Navbar_navbarActions__5eqoe{display:inline-flex;justify-content:flex-end;align-items:center;height:40px}.Navbar_teaserButton__Juw07{display:flex;padding:8px 20px;justify-content:center;align-items:center;gap:8px;border-radius:5px;background:var(--turquesa);color:var(--verde-oscuro);font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-decoration:none;transition:opacity .2s ease}.Navbar_teaserButton__Juw07:hover{opacity:.9}.Navbar_hamburgerButton__wT9e2{display:none;background:none;border:none;cursor:pointer;padding:4px;z-index:1001;flex-shrink:0}.Navbar_hamburgerButton__wT9e2 svg{width:36px;height:21px}.Navbar_hamburgerButton__wT9e2{position:relative;width:36px;height:24px}.Navbar_closeIcon__1EOjO,.Navbar_hamburgerIcon__Kezqt{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease}.Navbar_hamburgerIcon__Kezqt{opacity:1}.Navbar_closeIcon__1EOjO{opacity:0}.Navbar_isOpen__9mYRv .Navbar_hamburgerIcon__Kezqt{opacity:0;transform:scale(.9)}.Navbar_isOpen__9mYRv .Navbar_closeIcon__1EOjO{opacity:1;transform:scale(1)}.Navbar_mobileMenuOverlay__TMIyr{position:absolute;top:64px;left:0;right:0;width:100%;background:var(--white);z-index:1000;display:block;border-top:1px solid #f0f0f0;box-shadow:0 8px 20px rgba(0,0,0,.06);max-height:0;opacity:0;visibility:hidden;overflow:hidden;transform:translateY(-8px);transition:max-height .26s ease,opacity .22s ease,transform .22s ease,visibility 0s linear .26s}.Navbar_mobileMenuOpen__o4uWh{max-height:80vh;opacity:1;visibility:visible;overflow-y:auto;transform:translateY(0);transition:max-height .3s ease,opacity .22s ease,transform .22s ease,visibility 0s}.Navbar_mobileMenuContent__cDzwi{flex:1 1;display:flex;flex-direction:column;padding:40px 20px;gap:24px}.Navbar_mobileNavLink__B2Yve{color:var(--verde-oscuro);font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%;text-decoration:none;padding:12px 0;border-bottom:1px solid #f0f0f0;transition:opacity .2s ease}.Navbar_mobileNavLink__B2Yve:hover{opacity:.7}.Navbar_mobileMenuActions__nY4x6{margin-top:auto;display:flex;flex-direction:column;gap:16px;padding-top:24px}.Navbar_mobileTeaserButton__BeKl_{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:5px;border:1px solid var(--verde-oscuro);background:transparent;color:var(--verde-oscuro);font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-decoration:none;transition:all .2s ease}.Navbar_mobileTeaserButton__BeKl_:hover{background:var(--verde-oscuro);color:var(--white)}.Navbar_mobileWhatsAppButton__NPq8_{display:flex;padding:12px 24px;justify-content:center;align-items:center;border-radius:5px;background:var(--turquesa);color:var(--verde-oscuro);font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-decoration:none;transition:opacity .2s ease}.Navbar_mobileWhatsAppButton__NPq8_:hover{opacity:.9}@media (max-width:1024px){.Navbar_navbar__XlgWY{padding:16px 32px}.Navbar_navigationLinks__jfium{gap:24px}.Navbar_navLink__NoUWm{font-size:14px}.Navbar_teaserButton__Juw07{font-size:14px;padding:6px 16px}}@media (max-width:768px){.Navbar_navbar__XlgWY{padding:16px 20px;height:64px;position:-webkit-sticky;position:sticky;top:0;z-index:1200;background:var(--white)}.Navbar_navbarContent__MviWL{flex-direction:row;justify-content:space-between;align-items:center;height:100%;gap:0}.Navbar_logoSection__VYN6w{width:auto;height:auto}.Navbar_logoIcon__cbOP0{width:152px;height:33px;position:relative;left:0;top:0}.Navbar_navbarActions__5eqoe,.Navbar_navigationLinks__jfium{display:none}.Navbar_hamburgerButton__wT9e2{display:flex;align-items:center;justify-content:center}}@media (max-width:480px){.Navbar_navbar__XlgWY{padding:12px 20px}.Navbar_logoIcon__cbOP0{width:130px;height:28px}.Navbar_hamburgerButton__wT9e2 svg{width:32px;height:18px}.Navbar_mobileMenuOverlay__TMIyr{top:56px}.Navbar_mobileMenuContent__cDzwi{padding:32px 20px;gap:20px}.Navbar_mobileNavLink__B2Yve{font-size:16px;padding:10px 0}.Navbar_mobileTeaserButton__BeKl_,.Navbar_mobileWhatsAppButton__NPq8_{padding:10px 20px;font-size:14px}}.StickyHeader_stickyHeader__I_bZq{position:-webkit-sticky;position:sticky;top:0;z-index:100}.StickyHeader_announcementBar__izrWH{display:flex;align-items:center;justify-content:space-between;width:100%;height:46px;padding:10px 64px;background:var(--amarillo);color:var(--black)}.StickyHeader_announcementContent__uz1tX{flex:1 1;display:flex;justify-content:center;align-items:center}.StickyHeader_announcementText__QC8tp{font-family:Poppins,-apple-system,Roboto,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:150%;color:var(--black);text-align:center;text-decoration:none;cursor:pointer}.StickyHeader_announcementText__QC8tp:hover{text-decoration:underline}.StickyHeader_announcementClose__Awg__{background:transparent;border:0;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.StickyHeader_announcementClose__Awg__:hover{opacity:.8}.StickyHeader_announcementClose__Awg__ svg{width:21px;height:19px}@media (max-width:1024px){.StickyHeader_announcementBar__izrWH{padding:10px 32px}.StickyHeader_announcementText__QC8tp{font-size:14px}}@media (max-width:768px){.StickyHeader_announcementBar__izrWH{padding:10px 20px}.StickyHeader_announcementText__QC8tp{font-size:13px}}@media (max-width:480px){.StickyHeader_announcementText__QC8tp{font-size:12px}}.WhatsAppFloat_whatsappFloat__nZCZu{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;align-items:center;justify-content:center;width:63px;height:63px;border-radius:50%;transition:all .3s ease;cursor:pointer;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.WhatsAppFloat_whatsappFloat__nZCZu:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.2)}.WhatsAppFloat_whatsappFloat__nZCZu:active{transform:scale(.95)}.WhatsAppFloat_whatsappIcon__VNqX9{width:100%;height:100%;border-radius:50%;display:block}@media (max-width:768px){.WhatsAppFloat_whatsappFloat__nZCZu{bottom:1.5rem;right:1.5rem;width:56px;height:56px}}@media (max-width:480px){.WhatsAppFloat_whatsappFloat__nZCZu{bottom:1rem;right:1rem;width:50px;height:50px}}@media (prefers-reduced-motion:reduce){.WhatsAppFloat_whatsappFloat__nZCZu{transition:none}.WhatsAppFloat_whatsappFloat__nZCZu:hover{transform:none}}.WhatsAppFloat_whatsappFloat__nZCZu:focus{outline:2px solid #4AC14B;outline-offset:2px}@media (prefers-contrast:high){.WhatsAppFloat_whatsappFloat__nZCZu{border:2px solid}}