.shared-module__XXKUqa__pageHeader{background-color:var(--color-primary);color:var(--color-surface);padding:calc(var(--spacing-2xl) + 80px) 0 var(--spacing-xl);text-align:center}.shared-module__XXKUqa__pageTitle{margin-bottom:var(--spacing-sm);color:var(--color-surface);font-size:3rem}.shared-module__XXKUqa__pageSubtitle{color:var(--color-accent);font-size:1.2rem}.shared-module__XXKUqa__contentSection{padding:var(--spacing-2xl) 0;min-height:50vh}
.activities-module__s4ZZ9W__heroSection{justify-content:center;align-items:center;width:100%;height:50vh;min-height:400px;display:flex;position:relative;overflow:hidden}.activities-module__s4ZZ9W__heroImage{object-fit:cover;z-index:1}.activities-module__s4ZZ9W__heroOverlay{z-index:2;background:linear-gradient(#0000001a,#0006);width:100%;height:100%;position:absolute;top:0;left:0}.activities-module__s4ZZ9W__heroContent{z-index:3;text-align:center;color:#fff;padding:0 var(--spacing-md);margin-top:80px;position:relative}.activities-module__s4ZZ9W__heroTitle{font-size:clamp(2.5rem,4vw,4rem);font-family:var(--font-heading);margin-bottom:var(--spacing-sm);letter-spacing:2px;color:#fff;font-weight:500}.activities-module__s4ZZ9W__filterBar{justify-content:center;gap:var(--spacing-md);margin-top:-30px;margin-bottom:var(--spacing-xl);padding:0 var(--spacing-md);z-index:10;flex-wrap:wrap;display:flex;position:relative}.activities-module__s4ZZ9W__filterBtn{background-color:var(--color-surface);font-family:var(--font-primary);letter-spacing:.5px;color:var(--color-text);cursor:pointer;transition:all var(--transition-normal);border:1px solid #0000000d;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;display:flex;box-shadow:0 4px 15px #0000000d}.activities-module__s4ZZ9W__filterBtn:hover{color:var(--color-accent);transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.activities-module__s4ZZ9W__weatherSection{padding:var(--spacing-2xl) 0}.activities-module__s4ZZ9W__weatherHeader{justify-content:center;align-items:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);color:var(--color-primary);display:flex}.activities-module__s4ZZ9W__weatherHeader h2{margin:0;font-size:2.5rem}.activities-module__s4ZZ9W__categoryGrid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(320px,1fr));display:grid}.activities-module__s4ZZ9W__categoryBlock{background-color:#0000}.activities-module__s4ZZ9W__categoryHeader{align-items:center;gap:var(--spacing-sm);margin-bottom:var(--spacing-md);color:var(--color-primary);border-bottom:2px solid var(--color-accent);padding-bottom:var(--spacing-xs);display:flex}.activities-module__s4ZZ9W__categoryTitle{margin:0;font-size:1.3rem}.activities-module__s4ZZ9W__activityList{gap:var(--spacing-sm);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.activities-module__s4ZZ9W__activityCard{background-color:var(--color-surface);border-radius:var(--border-radius);padding:var(--spacing-md);transition:transform var(--transition-normal), box-shadow var(--transition-normal);border-left:3px solid #0000;justify-content:space-between;align-items:center;display:flex;box-shadow:0 4px 15px #00000008}.activities-module__s4ZZ9W__activityLink:hover .activities-module__s4ZZ9W__activityCard{border-left-color:var(--color-accent);transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.activities-module__s4ZZ9W__activityInfo{padding-right:var(--spacing-md);flex-grow:1}.activities-module__s4ZZ9W__activityName{color:var(--color-text);margin-bottom:4px;font-size:1.1rem;font-weight:600}.activities-module__s4ZZ9W__activityDesc{color:var(--color-text-light);margin:0;font-size:.95rem}.activities-module__s4ZZ9W__actionIcon{color:var(--color-accent);opacity:.7;transition:opacity var(--transition-normal), transform var(--transition-normal)}.activities-module__s4ZZ9W__activityLink:hover .activities-module__s4ZZ9W__actionIcon{opacity:1;transform:translate(3px)translateY(-3px)}.activities-module__s4ZZ9W__activityLink{text-decoration:none;display:block}
.contact-module__VyiFjq__contactWrapper{gap:var(--spacing-xl);grid-template-columns:1fr;max-width:900px;margin:0 auto;display:grid}@media (min-width:768px){.contact-module__VyiFjq__contactWrapper{grid-template-columns:1fr 1fr}}.contact-module__VyiFjq__contactInfo{gap:var(--spacing-lg);padding:var(--spacing-xl);background-color:var(--color-surface);border-radius:var(--border-radius);box-shadow:var(--box-shadow);flex-direction:column;display:flex}.contact-module__VyiFjq__infoItem{align-items:flex-start;gap:var(--spacing-md);display:flex}.contact-module__VyiFjq__icon{color:var(--color-accent);margin-top:4px}.contact-module__VyiFjq__infoItem h3{margin-bottom:4px;font-size:1.1rem}.contact-module__VyiFjq__infoItem p{color:var(--color-text-light)}.contact-module__VyiFjq__contactAction{padding:var(--spacing-xl);background-color:var(--color-primary);color:var(--color-surface);border-radius:var(--border-radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.contact-module__VyiFjq__contactAction h2{color:var(--color-surface);margin-bottom:var(--spacing-sm)}.contact-module__VyiFjq__contactAction p{color:#e0e0e0;margin-bottom:var(--spacing-lg)}.contact-module__VyiFjq__whatsappBtn{color:#fff;background-color:#25d366;justify-content:center;align-items:center;gap:.5rem;width:100%;display:inline-flex}.contact-module__VyiFjq__whatsappBtn:hover{color:#fff;background-color:#128c7e}.contact-module__VyiFjq__mapWrapper{width:100%;max-width:900px;margin:var(--spacing-xl) auto 0;border-radius:var(--border-radius);min-height:450px;box-shadow:var(--box-shadow);transition:transform var(--transition-normal);border:1px solid #91723b26;position:relative;overflow:hidden}.contact-module__VyiFjq__mapWrapper iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}
.gallery-module__hC67rG__filterBar{justify-content:center;gap:var(--spacing-md);margin-bottom:var(--spacing-xl);padding:0 var(--spacing-md);flex-wrap:wrap;display:flex}.gallery-module__hC67rG__filterBtn{font-family:var(--font-primary);letter-spacing:1px;text-transform:uppercase;color:var(--color-text-light);cursor:pointer;transition:color var(--transition-normal);background:0 0;border:none;padding:.5rem 1rem;font-size:.9rem}.gallery-module__hC67rG__filterBtn:hover,.gallery-module__hC67rG__filterBtn.gallery-module__hC67rG__active{color:var(--color-primary);font-weight:500}.gallery-module__hC67rG__galleryContainer{width:100%;padding:0 0 var(--spacing-2xl) 0;margin:0}.gallery-module__hC67rG__masonry{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-rows:350px;gap:24px;width:100%;margin-top:10px;padding:0 20px;display:grid}@media (max-width:768px){.gallery-module__hC67rG__masonry{grid-template-columns:1fr;grid-auto-rows:300px;gap:16px;padding:0 15px}}.gallery-module__hC67rG__galleryItem{background-color:var(--color-surface);border-radius:var(--border-radius,8px);width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000a}.gallery-module__hC67rG__galleryItem:hover{transform:translateY(-5px);box-shadow:0 12px 25px #00000014}.gallery-module__hC67rG__galleryImage{object-fit:cover;transition:transform 1.5s cubic-bezier(.25,.46,.45,.94)}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__galleryImage{transform:scale(1.08)}.gallery-module__hC67rG__lightbox{z-index:9999;opacity:0;background-color:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s forwards gallery-module__hC67rG__fadeInFast;display:flex;position:fixed;top:0;left:0}@keyframes gallery-module__hC67rG__fadeInFast{to{opacity:1}}.gallery-module__hC67rG__lightboxClose{color:#fff;cursor:pointer;z-index:10000;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:30px;right:30px}.gallery-module__hC67rG__lightboxClose:hover{opacity:1;transform:scale(1.1)}.gallery-module__hC67rG__lightboxPrev,.gallery-module__hC67rG__lightboxNext{color:#fff;cursor:pointer;z-index:10000;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:20px;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-module__hC67rG__lightboxPrev:hover,.gallery-module__hC67rG__lightboxNext:hover{opacity:1;transform:translateY(-50%)scale(1.1)}.gallery-module__hC67rG__lightboxPrev{left:20px}.gallery-module__hC67rG__lightboxNext{right:20px}.gallery-module__hC67rG__lightboxContent{background-color:#0b0b0b;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;width:92vw;max-width:980px;height:80vh;max-height:700px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #000c}.gallery-module__hC67rG__lightboxImage{object-fit:contain;padding:10px}.gallery-module__hC67rG__videoWrapper{background-color:#000;width:100%;height:100%;position:relative;overflow:hidden}.gallery-module__hC67rG__galleryVideo{object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.25,.46,.45,.94)}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__galleryVideo{transform:scale(1.08)}.gallery-module__hC67rG__playOverlay{opacity:.85;background:#00000026;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s,background .3s;display:flex;position:absolute;top:0;left:0}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__playOverlay{opacity:1;background:#00000059}.gallery-module__hC67rG__playIcon{color:#fff;-webkit-backdrop-filter:blur(4px);background:#00000080;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:12px;transition:transform .3s,background .3s,color .3s;display:flex;box-shadow:0 4px 15px #0000004d}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__playIcon{color:#000;background:#c5a880;border-color:#0000;transform:scale(1.1)}.gallery-module__hC67rG__lightboxVideo{object-fit:contain;outline:none;width:100%;max-width:100%;height:100%;max-height:100%}.gallery-module__hC67rG__socialBanner{width:100%;max-width:calc(100% - 40px);margin:0 auto var(--spacing-xl) auto;-webkit-backdrop-filter:blur(12px);background:#121212b3;border:1px solid #c5a88033;border-radius:12px;justify-content:center;align-items:center;padding:24px 32px;animation:.5s gallery-module__hC67rG__fadeInFast;display:flex;box-shadow:0 10px 30px #00000026}@media (max-width:768px){.gallery-module__hC67rG__socialBanner{max-width:calc(100% - 30px);padding:20px}}.gallery-module__hC67rG__socialBannerContent{align-items:center;gap:var(--spacing-md);flex-wrap:wrap;justify-content:space-between;width:100%;display:flex}@media (max-width:768px){.gallery-module__hC67rG__socialBannerContent{text-align:center;flex-direction:column;gap:16px}}.gallery-module__hC67rG__socialBannerLogo{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex;box-shadow:0 4px 15px #dc27434d}.gallery-module__hC67rG__socialBannerText{flex:1;min-width:250px}.gallery-module__hC67rG__socialBannerText h3{font-family:var(--font-primary);letter-spacing:1px;text-transform:uppercase;color:var(--color-primary,#c5a880);margin:0 0 6px;font-size:1.15rem;font-weight:500}.gallery-module__hC67rG__socialBannerText p{font-family:var(--font-secondary);color:var(--color-text-light,#ccc);opacity:.85;margin:0;font-size:.85rem}.gallery-module__hC67rG__socialBannerBtn{font-family:var(--font-primary);letter-spacing:1px;text-transform:uppercase;color:#000;background-color:var(--color-primary,#c5a880);border:1px solid var(--color-primary,#c5a880);border-radius:6px;padding:12px 24px;font-size:.8rem;font-weight:500;text-decoration:none;transition:all .3s;box-shadow:0 4px 15px #c5a88033}.gallery-module__hC67rG__socialBannerBtn:hover{color:var(--color-primary,#c5a880);background-color:#0000;transform:translateY(-2px);box-shadow:0 6px 20px #c5a8804d}.gallery-module__hC67rG__instagramWrapper{width:100%;height:100%;position:relative;overflow:hidden}.gallery-module__hC67rG__instagramOverlay{opacity:.9;background:linear-gradient(#00000026 0%,#0000004d 50%,#000000d9 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:20px;transition:opacity .3s,background .3s;display:flex;position:absolute;top:0;left:0}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__instagramOverlay{opacity:1;background:linear-gradient(#0003 0%,#0006 50%,#000000e6 100%)}.gallery-module__hC67rG__instagramPlayBtn{color:#fff;-webkit-backdrop-filter:blur(4px);background:#0009;border:1px solid #fff3;border-radius:30px;align-self:flex-end;align-items:center;gap:8px;padding:6px 14px;transition:all .3s;display:flex}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__instagramPlayBtn{background:var(--color-primary,#c5a880);color:#000;border-color:#0000;transform:scale(1.05)}.gallery-module__hC67rG__instagramBadgeIcon{opacity:.9}.gallery-module__hC67rG__instagramTitle{font-family:var(--font-primary);letter-spacing:.5px;color:#fff;margin-top:auto;font-size:.9rem;transition:transform .3s;transform:translateY(4px)}.gallery-module__hC67rG__galleryItem:hover .gallery-module__hC67rG__instagramTitle{transform:translateY(0)}.gallery-module__hC67rG__lightboxInstagramContainer{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.gallery-module__hC67rG__lightboxInstagramIframe{background:#000;border:none;border-radius:8px;width:100%;max-width:440px;height:100%;max-height:680px;box-shadow:0 10px 40px #000c}@media (max-width:768px){.gallery-module__hC67rG__lightboxInstagramIframe{border-radius:0;max-width:100%;max-height:90vh}}
.transfers-module__OTfSYG__grid{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.transfers-module__OTfSYG__transferCard{background-color:var(--color-surface);border-radius:var(--border-radius);padding:var(--spacing-2xl) var(--spacing-lg);text-align:center;box-shadow:var(--box-shadow);border-top:4px solid var(--color-accent);flex-direction:column;justify-content:space-between;height:100%;display:flex}.transfers-module__OTfSYG__icon{color:var(--color-accent);margin:0 auto var(--spacing-md)}.transfers-module__OTfSYG__transferCard h2{margin-bottom:var(--spacing-sm)}.transfers-module__OTfSYG__transferCard p{color:var(--color-text-light);margin-bottom:var(--spacing-xl);flex-grow:1}.transfers-module__OTfSYG__actionBtn{border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-normal);text-align:center;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;display:inline-flex}.transfers-module__OTfSYG__whatsappBtn{color:#fff;background-color:#25d366}.transfers-module__OTfSYG__whatsappBtn:hover{color:#fff;background-color:#128c7e}.transfers-module__OTfSYG__instagramBtn{color:#fff;background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.transfers-module__OTfSYG__instagramBtn:hover{filter:brightness(1.1);color:#fff}
