@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;color:#2d3436}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.875rem 2rem;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn--primary{background:#ff6b35;color:#fff}.btn--primary:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:0 8px 20px #ff6b354d}.btn--secondary{background:transparent;color:#2d3436;border:2px solid #2d3436}.btn--secondary:hover{background:#2d3436;color:#fff}.btn--large{padding:1rem 2.5rem;font-size:1.1rem}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#2d3436}.section-subtitle{text-align:center;font-size:1.2rem;color:#636e72;margin-bottom:3rem}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffffa;padding:.5rem 0;display:flex;justify-content:center;z-index:1000;box-shadow:0 2px 10px #0000000f}.navbar__shell{display:flex;flex-direction:column;align-items:center;width:100%}.navbar__top{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem 1.75rem;width:100%}.navbar__logo{display:flex;align-items:center;gap:.5rem}.navbar__logo a{display:inline-flex;line-height:0;text-decoration:none}.navbar__logo-img{display:block;height:88px;width:auto;max-width:min(400px,62vw);object-fit:contain}.navbar__menu{display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 1.75rem;width:100%;padding:.35rem 0 .45rem}.navbar__menu a{color:#2d3436;text-decoration:none;font-weight:500;transition:color .3s}.navbar__menu a:hover{color:#ff6b35}.navbar__cta{flex-shrink:0}.navbar__toggle{display:none;position:relative;z-index:1004;flex-shrink:0;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;padding:0;border:none;border-radius:10px;background:transparent;cursor:pointer;color:#2d3436}.navbar__toggle:hover{background:#2d34360f}.navbar__toggle:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.navbar__toggle-bar{display:block;width:22px;height:2px;border-radius:1px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.navbar--open .navbar__toggle-bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar--open .navbar__toggle-bar:nth-child(2){opacity:0}.navbar--open .navbar__toggle-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar__backdrop{display:none}@media (min-width: 969px){.navbar__shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"logo nav cta";align-items:center;gap:.75rem 1.5rem;padding:.35rem 0}.navbar__top{display:contents}.navbar__logo{grid-area:logo;justify-self:start}.navbar__menu{grid-area:nav;justify-self:center;width:100%;max-width:44rem;padding:0}.navbar__cta{grid-area:cta;justify-self:end}.navbar__toggle{display:none!important}}.hero{position:relative;background:#0f141f;padding:0}.hero__cover{position:relative;min-height:clamp(21rem,52vh,40rem);display:flex;align-items:center;overflow:hidden}.hero__cover-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__cover-img{width:100%;height:100%;object-fit:cover;object-position:center 42%;transform:scale(1.02)}.hero__cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(100deg,#0f141fed,#0f141f85 46%,#0f141f2e)}.hero__cover-inner{position:relative;z-index:1;width:100%;padding-top:clamp(6rem,12vh,7.5rem);padding-bottom:clamp(2.25rem,5vh,3.75rem)}.hero__content{max-width:36rem}.hero__title{font-size:clamp(2rem,3.5vw + 1rem,3.35rem);line-height:1.12;margin-bottom:1rem;color:#fff;text-shadow:0 2px 28px rgba(0,0,0,.35)}.hero__subtitle{font-size:clamp(1.1rem,1vw + .9rem,1.45rem);color:#ff6b35;font-weight:600;margin-bottom:.85rem;text-shadow:0 1px 12px rgba(0,0,0,.4)}.hero__text{font-size:1.05rem;color:#ffffffe0;margin-bottom:.85rem;line-height:1.65}.hero__highlight{font-size:1.1rem;color:#fffffff5;font-weight:600;margin-bottom:1.5rem;line-height:1.45}.hero__buttons{display:flex;gap:.75rem;flex-wrap:wrap}.hero__buttons .btn--secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.88)}.hero__buttons .btn--secondary:hover{background:#fff;color:#2d3436;border-color:#fff}.hero__icon{font-size:8rem;margin-bottom:1rem}.features{padding:6rem 0;background:#fff}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 20px #0000001a;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card__icon{font-size:3rem;margin-bottom:1rem;display:block}.feature-card__title{font-size:1.3rem;margin-bottom:.5rem;color:#2d3436}.feature-card__description{color:#636e72}.testimonials{padding:6rem 0;background:#f7f7f7}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.testimonial-card__stars{color:#f1c40f;font-size:1.3rem;margin-bottom:1rem}.testimonial-card__text{font-size:1.1rem;color:#636e72;margin-bottom:1.5rem;font-style:italic}.testimonial-card__author strong{display:block;color:#2d3436}.testimonial-card__author span{color:#636e72;font-size:.9rem}.tour{padding:5rem 0 6rem;background:#141b2d;color:#fff}.tour__title{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:400;text-align:center;color:#fff;max-width:52rem;margin:0 auto 3rem;line-height:1.35}.tour__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.tour__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.tour-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px #00000040;display:flex;flex-direction:column;min-height:0}.tour-card__media{position:relative;aspect-ratio:16/10;background:#e8eaed}.tour-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:1;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#e63946;color:#fff;font-weight:700;font-size:1rem;line-height:1;font-family:Segoe UI,system-ui,sans-serif}.tour-card__img{width:100%;height:100%;object-fit:cover;display:block}.tour-card__body{padding:1.25rem 1.35rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.tour-card__time{font-size:1.05rem;font-weight:700;color:#2d3436;margin:0;font-family:Segoe UI,system-ui,sans-serif}.tour-card__text{margin:0;font-size:.95rem;line-height:1.55;color:#636e72}.tour-card--brand{background:#2d4a7c;align-items:center;justify-content:center;min-height:280px;padding:2rem;aspect-ratio:auto}@media (min-width: 640px){.tour-card--brand{min-height:0;grid-column:2;grid-row:3}}.tour-card__logo{width:100%;max-width:240px;height:auto;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.hotel{padding:6rem 0;background:linear-gradient(135deg,#2d3436,#1a1a1a);color:#fff}.hotel .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hotel .section-title{color:#fff;text-align:left}.hotel__text{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.hotel__features{list-style:none;margin-bottom:2rem}.hotel__features li{padding:.5rem 0;font-size:1.1rem}.hotel__video .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hotel__video-player{width:100%;border-radius:12px;box-shadow:0 20px 60px #0000004d}.faq{padding:6rem 0;background:#f7f7f7}.faq__list{max-width:800px;margin:0 auto}.faq__item{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 4px 20px #0000001a}.faq__question{padding:1.5rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq__question:after{content:"▼";font-size:.8rem;transition:transform .3s}details[open] .faq__question:after{transform:rotate(180deg)}.faq__answer{padding:0 1.5rem 1.5rem;color:#636e72;line-height:1.7}.location{padding:6rem 0;background:#fff}.location__map{margin-bottom:3rem;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.location__map iframe{display:block;width:100%;border:none}.location .cta-box{background:#141b2d;color:#fff;padding:3rem;border-radius:12px;text-align:center;margin-bottom:3rem}.location .cta-box h3{font-size:2rem;margin-bottom:1rem}.location .cta-box p{font-size:1.2rem;margin-bottom:2rem;opacity:.95;max-width:36rem;margin-left:auto;margin-right:auto}.location .cta-box .cta-box__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;align-items:center}.location .cta-box .cta-box__btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:1rem 1.75rem;border-radius:10px;font-weight:600;font-size:1.05rem;text-decoration:none;border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;min-width:min(100%,220px)}.location .cta-box .cta-box__btn:hover{transform:translateY(-2px)}.location .cta-box .cta-box__btn:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.location .cta-box .cta-box__btn--whatsapp{background:#f5d547;color:#141b2d;border-color:#f5d547}.location .cta-box .cta-box__btn--whatsapp:hover{background:#edd03a;border-color:#edd03a;box-shadow:0 8px 24px #f5d54759}.location .cta-box .cta-box__btn--call{background:transparent;color:#ff6b35;border-color:#ff6b35}.location .cta-box .cta-box__btn--call:hover{background:#ff6b351f;box-shadow:0 8px 24px #ff6b3533}.location .cta-box .cta-box__btn-icon{display:flex;flex-shrink:0;line-height:0}.location__info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.location__card{background:#f7f7f7;padding:1.5rem;border-radius:12px;text-align:center}.location__card h4{color:#2d3436;margin-bottom:.5rem}.location__card p{color:#636e72}.location__card p a{color:#ff6b35;text-decoration:none}.location__card p a:hover{text-decoration:underline}.photo-gallery{padding:6rem 0;background:#f7f7f7}.photo-gallery__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 640px){.photo-gallery__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.photo-gallery__grid{grid-template-columns:repeat(4,1fr)}}.photo-gallery__item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:12px;cursor:pointer;transition:transform .3s ease;min-width:0}.photo-gallery__item:hover{transform:scale(1.02)}.photo-gallery__item:hover .photo-gallery__img{transform:scale(1.1)}.photo-gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.social-icons{display:flex;gap:.75rem;align-items:center;margin-top:.35rem}.social-icons__link{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:10px;text-decoration:none;transition:color .2s ease,background .2s ease,transform .2s ease}.social-icons__link:hover{transform:translateY(-2px)}.social-icons__link:focus-visible{outline:2px solid #ff6b35;outline-offset:2px}.social-icons--on-dark .social-icons__link{color:#ffffffeb;background:#ffffff1a}.social-icons--on-dark .social-icons__link:hover{color:#fff;background:#ff6b3573}.social-icons--on-light .social-icons__link{color:#2d3436;background:#2d34360f}.social-icons--on-light .social-icons__link:hover{color:#ff6b35;background:#ff6b351f}.location__social-handle{margin-top:.85rem;margin-bottom:0;font-size:.9rem;line-height:1.5}.location__social-handle a{color:#636e72;text-decoration:none}.location__social-handle a:hover{color:#ff6b35;text-decoration:underline}.footer{background:#2d3436;color:#fff;padding:4rem 0 2rem}.footer__content{display:grid;grid-template-columns:2fr 3fr;gap:4rem;margin-bottom:3rem}.footer__logo{display:block;margin-bottom:1rem}.footer__logo-img{display:block;height:90px;width:auto;max-width:380px;object-fit:contain}.footer__brand p{opacity:.8}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer__links h4{margin-bottom:1rem;color:#ff6b35}.footer__links p{margin-bottom:.5rem;opacity:.8}.footer__links p a{color:#fff;text-decoration:none}.footer__links p a:hover{color:#ff6b35}.footer__bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);opacity:.6}@media (max-width: 968px){.navbar{padding:.45rem 0}.navbar__shell{align-items:stretch}.navbar__top{position:relative;z-index:1003;justify-content:flex-start;align-items:center;flex-wrap:nowrap;gap:.5rem .75rem}.navbar__logo{flex:1;min-width:0}.navbar__toggle{display:inline-flex}.navbar__cta{padding:.65rem 1.1rem;font-size:.9rem}.navbar__logo-img{height:76px;max-width:min(280px,58vw)}.navbar__menu{display:flex;position:fixed;top:0;bottom:0;margin:0;padding:5.5rem 1.25rem 2rem;flex-direction:column;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.2rem;width:100vw;max-width:100vw;left:0;right:0;background:#fff;-webkit-overflow-scrolling:touch;overflow-y:auto;z-index:1002;transform:translate(100%);transition:transform .28s ease,visibility .28s ease;visibility:hidden;pointer-events:none;box-shadow:none}.navbar__menu a{display:block;width:100%;max-width:18rem;text-align:center;padding:.9rem 1rem;font-size:1.12rem;border-radius:10px;color:#2d3436}.navbar__menu a:active{background:#ff6b351f}.navbar--open .navbar__menu{transform:translate(0);visibility:visible;pointer-events:auto}.navbar__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001;margin:0;padding:0;border:none;background:#00000073;cursor:pointer}.hero__cover{min-height:clamp(18rem,44vh,30rem)}.hero__cover-img{object-position:center 38%}.hero__cover-inner{padding-top:clamp(5.35rem,16vw,6rem);padding-bottom:clamp(2rem,5vh,2.75rem);padding-inline:clamp(1.35rem,5.5vw,2rem);text-align:center}.hero__cover-overlay{background:linear-gradient(165deg,#0f141fe0,#0f141f9e 38%,#0f141fe6)}.hero__title{font-size:clamp(1.65rem,6.2vw,2.05rem);line-height:1.18;margin-bottom:.85rem;text-align:center;width:100%;text-wrap:balance}.hero__subtitle{font-size:clamp(.98rem,3.8vw,1.2rem);margin-bottom:.75rem;line-height:1.35;text-align:center;width:100%}.hero__text{font-size:.98rem;line-height:1.62;margin-bottom:.75rem;text-align:center;width:100%}.hero__highlight{font-size:1rem;line-height:1.42;margin-bottom:1.25rem;text-align:center;width:100%}.hero__content{display:flex;flex-direction:column;align-items:center;max-width:26rem;margin-inline:auto;text-align:center;width:100%}.hero__buttons{flex-direction:column;align-items:stretch;justify-content:center;gap:.65rem;max-width:20rem;margin-inline:auto;width:100%}.hero__buttons .btn{width:100%;text-align:center}.hotel .container{grid-template-columns:1fr}.hotel .section-title{text-align:center}.footer__content,.footer__links{grid-template-columns:1fr;text-align:center}}
