@charset "UTF-8";.footer{background:linear-gradient(180deg,#0e0e0e,#111);color:#fff;width:100%;padding:4rem 1.5rem 2rem;display:flex;flex-direction:column;align-items:center}.footer__container{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:3.5rem}.footer__grid{display:flex;flex-direction:column;align-items:center;gap:3rem;width:100%}.footer__brand{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1.2}.footer__logo{width:150px;height:auto;display:block;margin-bottom:1.5rem;transition:transform .3s ease}.footer__logo:hover{transform:scale(1.05)}.footer__description{font-size:.9rem;line-height:1.6;color:#fff9;max-width:300px}.footer__nav,.footer__social{width:100%;text-align:center;flex:1}.footer__title{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;color:#29abe2;text-transform:uppercase;letter-spacing:.1em}.footer__list{list-style:none;padding:0;margin:0}.footer__item{margin-bottom:1rem}.footer__link{color:#ffffffb3;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s ease;display:inline-block}.footer__link:hover{color:#fff;transform:translate(8px)}.footer__icons{display:flex;justify-content:center;gap:1.8rem;margin-top:.5rem}.footer__social-link{color:#fff;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center}.footer__social-link svg{width:26px;height:26px}.footer__social-link:hover{transform:translateY(-5px) scale(1.15)}.footer__social-link:hover[aria-label*=Instagram]{color:#e1306c}.footer__social-link:hover[aria-label*=TripAdvisor]{color:#34e0a1}.footer__social-link:hover[aria-label*=Google]{color:#4285f4}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;width:100%;margin-top:1rem}.footer__copyright{font-size:.8rem;color:#fff6;text-align:center}@media(min-width:768px){.footer{padding:6rem 2.5rem 3rem}.footer__grid{flex-direction:row;justify-content:space-between;align-items:flex-start;text-align:left;gap:2rem}.footer__brand,.footer__nav,.footer__social{text-align:left;align-items:flex-start}.footer__icons{justify-content:flex-start}.footer__logo{width:180px}}.language-switcher{position:static;display:inline-flex;align-items:center}.language-switcher__trigger{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid rgba(17,17,17,.1);padding:.4rem .6rem;border-radius:6px;cursor:pointer;color:#111;transition:all .3s ease}.language-switcher__trigger .language-switcher__code{font-weight:700;font-size:.8rem}.language-switcher__trigger:after{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;transition:transform .3s ease;opacity:.5}.language-switcher__dropdown{position:absolute;top:85px;left:0;right:0;width:100%;background:#fff;border-bottom:2px solid #29abe2;box-shadow:0 10px 20px #0000001a;padding:1rem 0;margin:0;list-style:none;z-index:400;display:none;pointer-events:none}.language-switcher__link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;color:#111;font-size:1rem;width:100%;transition:background .2s ease}.language-switcher__link .flag{width:24px;height:auto;border-radius:2px}.language-switcher__link:hover{background:#29abe20d}.language-switcher__link.is-active{font-weight:700;color:#29abe2;background:#29abe208;pointer-events:none}.language-switcher.is-open .language-switcher__trigger{background:#1111110d}.language-switcher.is-open .language-switcher__trigger:after{transform:rotate(180deg)}.language-switcher.is-open .language-switcher__dropdown{display:block;pointer-events:auto;animation:slideDown .3s ease-out}@media(min-width:768px){.language-switcher{position:relative}.language-switcher__trigger{padding:.5rem .8rem}.language-switcher__dropdown{top:calc(100% + 10px);right:0;left:auto;width:180px;min-width:180px;border-radius:8px;border:1px solid rgba(17,17,17,.1);border-bottom:3px solid #29abe2;padding:.5rem 0}.language-switcher__link{padding:.6rem 1.2rem;font-size:.9rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.header{position:sticky;top:0;left:0;right:0;z-index:300;background-color:#fffffff2;backdrop-filter:blur(12px);border-bottom:1px solid rgba(17,17,17,.05);transition:transform .3s ease-in-out;width:100%}.header--hidden{transform:translateY(-100%)}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;max-width:1400px;margin:0 auto;padding:0 1.2rem;height:85px;position:relative}.header__burger{grid-column:1;justify-self:start;display:flex;flex-direction:column;gap:5px;background:none;border:none;padding:0;cursor:pointer}.header__burger span{width:26px;height:2px;background:#111;transition:.3s}.header__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__logo-link{grid-column:2;display:flex;justify-content:center;align-items:center}.header__logo{max-height:50px;width:auto}.header__actions{grid-column:3;justify-self:end;display:flex;align-items:center}.header__nav{position:absolute;top:100%;left:0;width:100%;background:#fff;max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);z-index:200}.header__nav--open{max-height:100vh;border-top:1px solid rgba(17,17,17,.05);box-shadow:0 10px 30px #0000001a}.header__nav-list{display:flex;flex-direction:column;padding:2.5rem 1.5rem;gap:1.5rem}.header__nav-link{text-decoration:none;color:#111;font-weight:700;font-size:1.1rem;transition:color .3s}.header__nav-link.is-active{color:#29abe2}.header__progress-bar{position:absolute;bottom:-1px;left:0;width:100%;height:3px;background-color:#29abe2;transform-origin:left;z-index:10;animation:header-progress-animation auto linear forwards;animation-timeline:scroll(root)}.header__overlay{position:fixed;inset:0;background:#1111114d;opacity:0;visibility:hidden;transition:.3s;z-index:150}.header__overlay.open{opacity:1;visibility:visible}@media(min-width:768px){.header__inner{height:110px;display:flex;justify-content:space-between}.header__logo-link{width:280px;justify-content:flex-start}.header__logo{max-height:75px}.header__burger{display:none}.header__nav{position:static;max-height:none;width:auto;background:transparent;overflow:visible;visibility:visible}.header__nav-list{flex-direction:row;padding:0;gap:2rem}.header__actions{min-width:280px;justify-content:flex-end}.header__overlay{display:none}}@keyframes header-progress-animation{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.scroll-button{position:fixed;right:1rem;bottom:1rem;z-index:500;display:flex;width:50px;height:50px;border:none;border-radius:50%;background-color:#29abe2;color:#fff;font-family:Poppins,sans-serif;font-size:1.5rem;box-shadow:0 10px 30px #0000000d;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(1rem);transition:all .4s ease-in-out;justify-content:center;align-items:center}.scroll-button.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-button:hover{background-color:#1e8cb8;transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}@media(min-width:768px){.scroll-button{right:2rem;bottom:2rem;width:60px;height:60px}}.whatsapp-button{position:fixed;right:1rem;bottom:80px;z-index:500;display:flex;width:50px;height:50px;border-radius:50%;background-color:#25d366;box-shadow:0 10px 30px #0000000d;opacity:0;visibility:hidden;transform:scale(.8) translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);justify-content:center;align-items:center}.whatsapp-button.is-visible{opacity:1;visibility:visible;transform:scale(1) translateY(0)}.whatsapp-button__image{width:28px;height:28px}@media(min-width:768px){.whatsapp-button{right:2rem;bottom:105px;width:60px;height:60px}.whatsapp-button__image{width:35px;height:35px}}.floating-cta{display:none}@media(min-width:768px){.floating-cta{display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:1000;background:#e53935;color:#fff;text-decoration:none;cursor:pointer;height:180px;width:54px;border-radius:12px 0 0 12px;flex-direction:column;align-items:center;justify-content:center;gap:15px;box-shadow:-4px 0 20px #00000026;transition:width .3s ease,background .3s ease}.floating-cta:hover{width:64px;background:#d32f2f}}.floating-cta__icon{display:flex;align-items:center;justify-content:center}.floating-cta__icon svg{width:20px;height:20px}.floating-cta__text{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.2em;font-size:.75rem;font-weight:700;text-transform:uppercase;white-space:nowrap}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--header-height: 80px}html{font-size:16px;scroll-behavior:smooth}body{font-family:Poppins,system-ui,sans-serif;background-color:#fff;color:#444;-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#111;line-height:1.2}a{text-decoration:none;color:inherit;display:inline-block}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}input,button{font-family:inherit;font-size:inherit}button{cursor:pointer;border:none;background:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#999;border-radius:10px}
