.LanguageSelector_languageSelector__XPL9Z{position:relative;display:inline-block}.LanguageSelector_currentLanguage__D6FV_{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;transition:all .3s ease;backdrop-filter:blur(10px)}.LanguageSelector_currentLanguage__D6FV_:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);transform:translateY(-1px)}.LanguageSelector_flag__wa318{font-size:1.2rem}.LanguageSelector_arrow___GC2Q{font-size:.8rem;transition:transform .3s ease}.LanguageSelector_languageSelector__XPL9Z:hover .LanguageSelector_arrow___GC2Q{transform:rotate(180deg)}.LanguageSelector_dropdown___yvQH{position:absolute;top:calc(100% + .5rem);right:0;background:hsla(0,0%,100%,.95);backdrop-filter:blur(15px);border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);border:1px solid hsla(0,0%,100%,.3);min-width:150px;z-index:1000;overflow:hidden;animation:LanguageSelector_dropdownSlide__QWZbM .3s ease}@keyframes LanguageSelector_dropdownSlide__QWZbM{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.LanguageSelector_languageOption__xio4v{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;cursor:pointer;font-size:.9rem;color:#333;transition:all .2s ease;text-align:left}.LanguageSelector_languageOption__xio4v:hover{background:rgba(34,197,94,.1);color:#059669}.LanguageSelector_languageOption__xio4v.LanguageSelector_active__0UuMZ{background:rgba(34,197,94,.15);color:#059669;font-weight:600}.LanguageSelector_name__M4F_h{font-weight:500}@media (max-width:768px){.LanguageSelector_currentLanguage__D6FV_{padding:.4rem .8rem;font-size:.9rem}.LanguageSelector_dropdown___yvQH{min-width:130px}.LanguageSelector_languageOption__xio4v{padding:.6rem .8rem;font-size:.85rem}}@media (max-width:480px){.LanguageSelector_dropdown___yvQH{right:-20px;min-width:140px}}.Header_header__072v2{position:fixed;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.3);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 20px rgba(0,0,0,.1)}.Header_container__DOHRG{max-width:1200px;margin:0 auto;padding:0 1rem}.Header_navbar__g1l5B{padding:1rem 0}.Header_navContent__G9dFB{justify-content:space-between}.Header_logo__0dir7,.Header_navContent__G9dFB{display:flex;align-items:center}.Header_logo__0dir7 img{height:120px;width:auto;background:transparent;-o-object-fit:contain;object-fit:contain;max-width:120px}.Header_logo__0dir7 h2{color:#228fc5;font-size:1.75rem;font-weight:700;margin:0}.Header_navLinks__zli_f{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.Header_navLinks__zli_f a{text-decoration:none;color:#fff;font-weight:600;transition:color .3s ease;position:relative;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.Header_navLinks__zli_f a:hover{color:#0f8480}.Header_navLinks__zli_f a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#228fc5;transition:width .3s ease}.Header_navLinks__zli_f a:hover:after{width:100%}.Header_mobileMenuButton__QRUW9{display:none;background:none;border:none;cursor:pointer;color:#374151}.Header_mobileMenu__B5eYP{display:none;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 0}.Header_mobileNavLinks__hubdj{list-style:none;margin:0;padding:0}.Header_mobileNavLinks__hubdj li{border-bottom:1px solid #f3f4f6}.Header_mobileNavLinks__hubdj a{display:block;padding:1rem;text-decoration:none;color:#374151;font-weight:500;transition:background-color .3s ease}.Header_mobileNavLinks__hubdj a:hover{background-color:#f9fafb;color:#228fc5}@media (max-width:768px){.Header_contactInfo__irr5n{gap:1rem;font-size:.75rem}.Header_contactItem__4_8BT span,.Header_navLinks__zli_f{display:none}.Header_mobileMenuButton__QRUW9,.Header_mobileMenu__B5eYP{display:block}.Header_logo__0dir7 img{height:80px;max-width:80px}}@media (max-width:640px){.Header_topBar__YhxBN{padding:.25rem 0}.Header_contactInfo__irr5n{flex-direction:column;align-items:center;gap:.5rem}.Header_logo__0dir7 h2{font-size:1.5rem}}.Header_mobileLanguageSelector__0ImMG{padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.2);margin-top:1rem;display:flex;justify-content:center}.HeroSection_hero__VLtdO{height:100vh;min-height:700px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.HeroSection_heroBackground__QCYXQ{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.HeroSection_heroOverlay__7gSio{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.6),rgba(0,0,0,.3));display:flex;flex-direction:column;justify-content:center;align-items:center}.HeroSection_container__AtLLy{max-width:1200px;margin:0 auto;padding:0 1rem;text-align:center}.HeroSection_heroContent__ZSzzq{color:#fff;max-width:800px;animation:HeroSection_fadeInUp__bfKDY 1s ease-out}@keyframes HeroSection_fadeInUp__bfKDY{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection_heroBadge__ZXuIj{display:inline-flex;align-items:center;gap:.5rem;background:#228fc5 (34,197,94,.9);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-weight:700;font-size:.95rem;margin-bottom:2rem;backdrop-filter:blur(10px);box-shadow:0 4px 20px #228fc5 (34,197,94,.3);animation:HeroSection_pulse__dA9QZ 2s infinite}@keyframes HeroSection_pulse__dA9QZ{0%,to{box-shadow:0 4px 20px rgba(34,197,94,.3)}50%{box-shadow:0 6px 30px rgba(34,197,94,.5)}}.HeroSection_heroTitle__cJ_D4{font-size:4rem;font-weight:700;margin-bottom:2rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.5);animation:HeroSection_slideInLeft__L58Jp 1s ease-out .2s both}@keyframes HeroSection_slideInLeft__L58Jp{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.HeroSection_titleHighlight__IU2bM{background:linear-gradient(135deg,#0f8480,#0d6e6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.HeroSection_heroSubtitle__KmeQn{font-size:1.4rem;margin-bottom:2.5rem;line-height:1.7;text-shadow:1px 1px 2px rgba(0,0,0,.5);opacity:.95;animation:HeroSection_slideInRight__HJmoc 1s ease-out .4s both}@keyframes HeroSection_slideInRight__HJmoc{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.HeroSection_heroStats__6JWHr{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;animation:HeroSection_fadeIn__RV6AX 1s ease-out .6s both}@keyframes HeroSection_fadeIn__RV6AX{0%{opacity:0}to{opacity:1}}.HeroSection_stat__Eiem2{text-align:center}.HeroSection_statNumber__yG2GS{display:block;font-size:2.5rem;font-weight:700;color:#0f8480;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.HeroSection_statLabel__WdPul{display:block;font-size:.95rem;opacity:.9;margin-top:.25rem}.HeroSection_heroButtons__A1YdZ{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem;animation:HeroSection_slideInUp__AuHUS 1s ease-out .8s both}@keyframes HeroSection_slideInUp__AuHUS{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.HeroSection_primaryButton__6gipN,.HeroSection_secondaryButton__8yCaS,.HeroSection_tertiaryButton__d0CGF{padding:1.25rem 2.5rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:1.1rem;border:2px solid transparent;display:flex;align-items:center;gap:.75rem;position:relative;overflow:hidden}.HeroSection_primaryButton__6gipN{background:linear-gradient(135deg,#0f8480,#0d6e6a);color:#fff;border-color:transparent;box-shadow:0 6px 25px rgba(15,132,128,.4)}.HeroSection_primaryButton__6gipN:hover{transform:translateY(-3px);box-shadow:0 10px 35px rgba(15,132,128,.6);background:linear-gradient(135deg,#0d6e6a,#0a5a57)}.HeroSection_secondaryButton__8yCaS{background:hsla(0,0%,100%,.1);color:#fff;border-color:hsla(0,0%,100%,.3);backdrop-filter:blur(10px)}.HeroSection_secondaryButton__8yCaS:hover{background:hsla(0,0%,100%,.2);transform:translateY(-2px);box-shadow:0 8px 25px hsla(0,0%,100%,.2)}.HeroSection_tertiaryButton__d0CGF{background:transparent;color:#fff;border-color:#fff}.HeroSection_tertiaryButton__d0CGF:hover{background:#fff;color:#0f8480;transform:translateY(-2px);box-shadow:0 6px 20px hsla(0,0%,100%,.3)}.HeroSection_trustElements__9cI2Y{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;animation:HeroSection_fadeInUp__bfKDY 1s ease-out 1s both}.HeroSection_trustItem__ls1kT{display:flex;align-items:center;gap:.5rem;background:hsla(0,0%,100%,.1);padding:.75rem 1.25rem;border-radius:25px;font-size:.9rem;font-weight:500;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.HeroSection_scrollIndicator__rQ3ls{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);color:#fff;text-align:center;animation:HeroSection_bounce__jTc53 2s infinite}.HeroSection_scrollText__SAbbk{font-size:.9rem;margin-bottom:.5rem;opacity:.8}.HeroSection_scrollArrow__ncH0W{width:1.5rem;height:1.5rem;opacity:.9}@keyframes HeroSection_bounce__jTc53{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-10px) translateX(-50%)}60%{transform:translateY(-5px) translateX(-50%)}}@media (max-width:1024px){.HeroSection_heroTitle__cJ_D4{font-size:3.5rem}.HeroSection_heroSubtitle__KmeQn{font-size:1.25rem}.HeroSection_heroStats__6JWHr{gap:2rem}.HeroSection_statNumber__yG2GS{font-size:2rem}}@media (max-width:768px){.HeroSection_hero__VLtdO{min-height:600px}.HeroSection_heroTitle__cJ_D4{font-size:2.75rem}.HeroSection_heroSubtitle__KmeQn{font-size:1.15rem;margin-bottom:2rem}.HeroSection_heroStats__6JWHr{flex-direction:column;gap:1.5rem;align-items:center}.HeroSection_stat__Eiem2{display:flex;align-items:center;gap:1rem}.HeroSection_statNumber__yG2GS{font-size:1.75rem}.HeroSection_statLabel__WdPul{font-size:.9rem}.HeroSection_heroButtons__A1YdZ{flex-direction:column;align-items:center;gap:1rem}.HeroSection_primaryButton__6gipN,.HeroSection_secondaryButton__8yCaS,.HeroSection_tertiaryButton__d0CGF{width:100%;max-width:300px;justify-content:center}.HeroSection_trustElements__9cI2Y{flex-direction:column;gap:1rem}}@media (max-width:640px){.HeroSection_hero__VLtdO{min-height:500px}.HeroSection_heroTitle__cJ_D4{font-size:2.25rem;margin-bottom:1.5rem}.HeroSection_heroSubtitle__KmeQn{font-size:1rem}.HeroSection_heroBadge__ZXuIj{padding:.5rem 1rem;font-size:.85rem;margin-bottom:1.5rem}.HeroSection_heroStats__6JWHr{gap:1rem}.HeroSection_statNumber__yG2GS{font-size:1.5rem}.HeroSection_statLabel__WdPul{font-size:.8rem}.HeroSection_primaryButton__6gipN,.HeroSection_secondaryButton__8yCaS,.HeroSection_tertiaryButton__d0CGF{padding:1rem 2rem;font-size:1rem}.HeroSection_trustItem__ls1kT{padding:.5rem 1rem;font-size:.8rem}.HeroSection_scrollIndicator__rQ3ls{bottom:2rem}}@media (max-width:480px){.HeroSection_heroBackground__QCYXQ{background-attachment:scroll}.HeroSection_container__AtLLy{padding:0 .75rem}.HeroSection_heroTitle__cJ_D4{font-size:2rem}.HeroSection_heroSubtitle__KmeQn{font-size:.95rem}}.CabalgatasSection_cabalgatasSection__BUsgo{padding:8rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative}.CabalgatasSection_cabalgatasSection__BUsgo:before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2322C55E" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') repeat-x;background-size:cover}.CabalgatasSection_container__VqVPu{max-width:1400px;margin:0 auto;padding:0 1rem;position:relative;z-index:1}.CabalgatasSection_sectionHeader__nYC_3{text-align:center;margin-bottom:5rem}.CabalgatasSection_sectionTitle__sRQAU{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#0f8480,#0f8480);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem;line-height:1.2}.CabalgatasSection_sectionDescription__sJ0oa{font-size:1.25rem;color:#858585;max-width:800px;margin:0 auto;line-height:1.7}.CabalgatasSection_cabalgatasGrid__aiB46{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:3rem;margin-bottom:5rem}.CabalgatasSection_cabalgataCard__lxfbc{background:#fff;border-radius:25px;box-shadow:0 15px 45px rgba(0,0,0,.1);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:2px solid transparent}.CabalgatasSection_cabalgataCard__lxfbc:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 25px 60px rgba(0,0,0,.15);border-color:rgba(34,197,94,.2)}.CabalgatasSection_cardImage__ZMNb_{position:relative;height:300px;overflow:hidden}.CabalgatasSection_cardImage__ZMNb_ img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s ease}.CabalgatasSection_cabalgataCard__lxfbc:hover .CabalgatasSection_cardImage__ZMNb_ img{transform:scale(1.1)}.CabalgatasSection_difficultyBadge__bmIWS{position:absolute;top:1rem;left:1rem;background:hsla(0,0%,100%,.95);color:#374151;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.875rem;backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.CabalgatasSection_priceTag__lSaOu{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#17869f,#fff);color:#fff;padding:.75rem 1.25rem;border-radius:25px;font-weight:700;display:flex;align-items:center;gap:.5rem;box-shadow:0 6px 20px rgba(108,176,236,.4);backdrop-filter:blur(10px)}.CabalgatasSection_priceContent__Xa_xH{display:flex;flex-direction:column;align-items:center}.CabalgatasSection_currentPrice__1oz0P{font-size:1.25rem}.CabalgatasSection_originalPrice__06rlP{font-size:.875rem;opacity:.8;margin-top:-.25rem}.CabalgatasSection_ratingBadge__6XD3c{position:absolute;bottom:1rem;left:1rem;background:hsla(0,0%,100%,.95);color:#f59e0b;padding:.5rem .75rem;border-radius:15px;font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:.25rem;backdrop-filter:blur(10px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.CabalgatasSection_cardContent__i_0OO{padding:2.5rem}.CabalgatasSection_cardTitle__JEdu0{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1.25rem;line-height:1.3}.CabalgatasSection_cardDescription__IM8D9{color:#6b7280;margin-bottom:2rem;line-height:1.7;font-size:1.05rem}.CabalgatasSection_cardDetails__02_Ie{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.CabalgatasSection_detail__vRews{display:flex;align-items:center;gap:.75rem;color:#6b7280;font-size:.95rem;font-weight:500}.CabalgatasSection_detail__vRews svg{color:#1c6da0;flex-shrink:0}.CabalgatasSection_includesSection__kIonX,.CabalgatasSection_itinerarySection__UjHI4,.CabalgatasSection_recommendationsSection__N0AZr{margin:2.5rem 0;padding:2rem;border-radius:20px;border:2px solid #e5e7eb;transition:all .3s ease}.CabalgatasSection_itinerarySection__UjHI4{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#0ea5e9}.CabalgatasSection_includesSection__kIonX{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#0f8480}.CabalgatasSection_recommendationsSection__N0AZr{background:linear-gradient(135deg,#fefbef,#fef3c7);border-color:#f59e0b}.CabalgatasSection_includesTitle__sF_cx,.CabalgatasSection_itineraryTitle__WsZUv,.CabalgatasSection_recommendationsTitle__NJfJB{font-size:1.35rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.CabalgatasSection_itineraryTitle__WsZUv{color:#0f172a}.CabalgatasSection_includesTitle__sF_cx{color:#14532d}.CabalgatasSection_recommendationsTitle__NJfJB{color:#92400e}.CabalgatasSection_includesList__y1sOW,.CabalgatasSection_itineraryList__wcxSA,.CabalgatasSection_recommendationsList__ZFIHC{list-style:none;padding:0;margin:0}.CabalgatasSection_includesItem__f5V6C,.CabalgatasSection_itineraryItem__zadeX,.CabalgatasSection_recommendationsItem__0yYTZ{border-bottom:1px solid rgba(0,0,0,.1);color:#374151;line-height:1.6;position:relative;padding:1rem 0 1rem 2rem;font-size:.95rem}.CabalgatasSection_includesItem__f5V6C:last-child,.CabalgatasSection_itineraryItem__zadeX:last-child,.CabalgatasSection_recommendationsItem__0yYTZ:last-child{border-bottom:none}.CabalgatasSection_itineraryItem__zadeX:before{content:"⏰";position:absolute;left:0;top:1rem;font-size:1.1rem}.CabalgatasSection_includesItem__f5V6C:before{content:"✅";position:absolute;left:0;top:1rem;font-size:1.1rem}.CabalgatasSection_recommendationsItem__0yYTZ:before{content:"💡";position:absolute;left:0;top:1rem;font-size:1.1rem}.CabalgatasSection_cardActions__C4JcK{display:flex;gap:1.25rem;margin-top:2.5rem}.CabalgatasSection_actionSection__cDzt1{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:15px;border:2px solid #e5e7eb}.CabalgatasSection_priceDisplay__rIUOW{display:flex;align-items:center;gap:.75rem}.CabalgatasSection_priceLabel__oBS_i{font-weight:600;color:#374151;font-size:1.1rem}.CabalgatasSection_currentPrice__1oz0P{font-size:1.5rem;font-weight:700;color:#0f8480}.CabalgatasSection_originalPrice__06rlP{font-size:1rem;color:#9ca3af;text-decoration:line-through;margin-left:.5rem}.CabalgatasSection_moreInfoButton__XMBir{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#0f8480;text-decoration:none;border:2px solid #0f8480;border-radius:12px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(15,132,128,.15)}.CabalgatasSection_moreInfoButton__XMBir:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,132,128,.25);background:#0f8480;color:#fff}.CabalgatasSection_moreInfoButton__XMBir:active{transform:translateY(0)}.CabalgatasSection_reserveButton__UGf6u{flex:2;background:linear-gradient(135deg,#3b9aba,#3b9aba);color:#fff;border:none;padding:1.25rem 1.5rem;border-radius:15px;font-weight:700;cursor:pointer;transition:all .3s ease;font-size:1.05rem;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 6px 20px #3b9aba(34,197,94,.3)}.CabalgatasSection_reserveButton__UGf6u:hover{background:linear-gradient(135deg,#3b9aba,#3b9aba);transform:translateY(-2px);box-shadow:0 8px 25px #3b9aba(34,197,94,.4)}.CabalgatasSection_infoButton___Qvec{flex:1;background:transparent;color:#00a6c0;border:2px solid #229cc5;padding:1.25rem 1.5rem;border-radius:15px;font-weight:700;transition:all .3s ease;font-size:1.05rem;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.CabalgatasSection_infoButton___Qvec:hover{background:#3b9aba;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(34,197,94,.3)}.CabalgatasSection_additionalInfo__7JuiC{margin-top:4rem;text-align:center}.CabalgatasSection_infoCards__dn8EK{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.CabalgatasSection_infoCard__LlFJr{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.CabalgatasSection_infoCard__LlFJr:hover{transform:translateY(-5px)}.CabalgatasSection_infoCard__LlFJr h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.CabalgatasSection_infoCard__LlFJr p{color:#6b7280;line-height:1.6}@media (max-width:1024px){.CabalgatasSection_cabalgatasGrid__aiB46{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2.5rem}}@media (max-width:768px){.CabalgatasSection_cabalgatasSection__BUsgo{padding:5rem 0}.CabalgatasSection_sectionTitle__sRQAU{font-size:2.5rem}.CabalgatasSection_cabalgatasGrid__aiB46{grid-template-columns:1fr;gap:2rem}.CabalgatasSection_cardContent__i_0OO{padding:2rem}.CabalgatasSection_cardDetails__02_Ie{flex-direction:column;gap:1rem}.CabalgatasSection_cardActions__C4JcK{flex-direction:column}.CabalgatasSection_actionSection__cDzt1{flex-direction:column;gap:1rem;text-align:center}.CabalgatasSection_priceDisplay__rIUOW{justify-content:center}.CabalgatasSection_includesSection__kIonX,.CabalgatasSection_itinerarySection__UjHI4,.CabalgatasSection_recommendationsSection__N0AZr{padding:1.5rem}.CabalgatasSection_infoCards__dn8EK{grid-template-columns:1fr}}@media (max-width:640px){.CabalgatasSection_sectionTitle__sRQAU{font-size:2rem}.CabalgatasSection_sectionDescription__sJ0oa{font-size:1rem}.CabalgatasSection_cabalgatasGrid__aiB46{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.CabalgatasSection_cardImage__ZMNb_{height:250px}.CabalgatasSection_cardContent__i_0OO{padding:1.5rem}.CabalgatasSection_cardTitle__JEdu0{font-size:1.5rem}.CabalgatasSection_includesSection__kIonX,.CabalgatasSection_itinerarySection__UjHI4,.CabalgatasSection_recommendationsSection__N0AZr{padding:1.25rem}.CabalgatasSection_includesItem__f5V6C,.CabalgatasSection_itineraryItem__zadeX,.CabalgatasSection_recommendationsItem__0yYTZ{font-size:.875rem;padding:.75rem 0 .75rem 1.75rem}.CabalgatasSection_priceTag__lSaOu{padding:.5rem 1rem}.CabalgatasSection_currentPrice__1oz0P{font-size:1.1rem}.CabalgatasSection_originalPrice__06rlP{font-size:.8rem}}@media (max-width:480px){.CabalgatasSection_cabalgatasSection__BUsgo{padding:4rem 0}.CabalgatasSection_container__VqVPu{padding:0 .75rem}.CabalgatasSection_sectionHeader__nYC_3{margin-bottom:3rem}.CabalgatasSection_cabalgatasGrid__aiB46{gap:1.5rem}.CabalgatasSection_cardContent__i_0OO{padding:1.25rem}}.TransferSection_transferSection__a_9Xd{padding:80px 0;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative}.TransferSection_container__aCvlK{max-width:1200px;margin:0 auto;padding:0 20px}.TransferSection_header__57eK4{text-align:center;margin-bottom:60px}.TransferSection_title__N1h5z{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.TransferSection_subtitle__zeopi{font-size:1.2rem;color:#5a6c7d;max-width:600px;margin:0 auto;line-height:1.6}.TransferSection_mainContent__cx_aR{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.TransferSection_imageContainer__U_f6S{position:relative}.TransferSection_transferImage__UZYbq{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:15px;box-shadow:0 15px 35px rgba(0,0,0,.1);transition:transform .3s ease}.TransferSection_transferImage__UZYbq:hover{transform:scale(1.02)}.TransferSection_contentContainer__VZMWB{padding:20px}.TransferSection_servicesGrid__kYDOm{display:flex;flex-direction:column;gap:20px}.TransferSection_serviceCard__rjcyE{background:#fff;border-radius:15px;padding:30px;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;text-align:center}.TransferSection_serviceCard__rjcyE:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.15)}.TransferSection_iconWrapper__HYeuA{display:inline-block;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;margin-bottom:20px}.TransferSection_icon__dF1Jq{color:#fff;width:32px;height:32px}.TransferSection_serviceTitle__a5hP3{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.TransferSection_serviceDescription__uiGrW{color:#5a6c7d;margin-bottom:20px;line-height:1.6}.TransferSection_features__gxaO5{list-style:none;padding:0;margin:0}.TransferSection_features__gxaO5 li{color:#667eea;margin-bottom:8px;position:relative;padding-left:20px}.TransferSection_features__gxaO5 li:before{content:"✓";position:absolute;left:0;color:#27ae60;font-weight:700}.TransferSection_contactInfo__Roso6{background:#fff;border-radius:15px;padding:40px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1)}.TransferSection_contactTitle__JBhQD{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:15px}.TransferSection_contactText__6IoVa{color:#5a6c7d;margin-bottom:30px;font-size:1.1rem;line-height:1.6}.TransferSection_contactButtons__noteh{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.TransferSection_contactButton__e34GP,.TransferSection_phoneButton__OCuGM{padding:15px 30px;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;display:inline-block}.TransferSection_contactButton__e34GP{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.TransferSection_contactButton__e34GP:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.TransferSection_phoneButton__OCuGM{background:transparent;color:#667eea;border:2px solid #667eea}.TransferSection_phoneButton__OCuGM:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.TransferSection_transferSection__a_9Xd{padding:60px 0}.TransferSection_title__N1h5z{font-size:2.5rem}.TransferSection_mainContent__cx_aR{grid-template-columns:1fr;gap:30px}.TransferSection_transferImage__UZYbq{height:250px}.TransferSection_servicesGrid__kYDOm{gap:15px}.TransferSection_serviceCard__rjcyE{padding:25px}.TransferSection_contactInfo__Roso6{padding:30px 20px}.TransferSection_contactButtons__noteh{flex-direction:column;align-items:center}.TransferSection_contactButton__e34GP,.TransferSection_phoneButton__OCuGM{width:100%;max-width:250px}}.Footer_footer__yl3k1{background:#111827;color:#fff}.Footer_container__MaumR{max-width:1200px;margin:0 auto;padding:0 1rem}.Footer_footerContent__B4teV{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;padding:4rem 0}.Footer_footerSection__lxdDh h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#229cc5}.Footer_footerSection__lxdDh h4,.Footer_footerSubtitle__vIWHT{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.Footer_footerSection__lxdDh h5{font-size:1rem;font-weight:700;margin-bottom:1rem;color:#fff}.Footer_footerTitle__tvdxt{color:#0f8480;font-size:1.75rem;margin-bottom:1rem}.Footer_footerDescription__y8sLS{color:#d1d5db;line-height:1.6;margin-bottom:2rem}.Footer_socialMedia__f45LU h4{font-size:1.125rem;margin-bottom:1rem}.Footer_socialIcons__xzsqq{display:flex;gap:1rem}.Footer_socialIcons__xzsqq a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:rgba(34,197,94,.1);border:2px solid rgba(34,197,94,.3);border-radius:50%;color:#0f8480;transition:all .3s ease}.Footer_socialIcons__xzsqq a:hover{background:#0f8480;color:#fff;transform:translateY(-2px)}.Footer_footerLinks___h1TO{list-style:none;padding:0;margin:0}.Footer_footerLinks___h1TO li{margin-bottom:.75rem}.Footer_footerLinks___h1TO a{color:#d1d5db;text-decoration:none;transition:color .3s ease;position:relative}.Footer_footerLinks___h1TO a:hover{color:#0f8480}.Footer_footerLinks___h1TO a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#0f8480;transition:width .3s ease}.Footer_footerLinks___h1TO a:hover:after{width:100%}.Footer_contactDetails__y8HCr{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.Footer_contactItem__1KujK{display:flex;align-items:center;gap:.75rem;color:#d1d5db}.Footer_contactItem__1KujK svg{color:#0f8480;flex-shrink:0}.Footer_newsletter__XOUFP{margin-top:2rem}.Footer_newsletterForm__qteKa{display:flex;gap:.5rem;margin-top:1rem}.Footer_newsletterInput__6Hfcw{flex:1;padding:.75rem;border:2px solid hsla(0,0%,100%,.2);border-radius:8px;background:hsla(0,0%,100%,.1);color:#fff;transition:all .3s ease}.Footer_newsletterInput__6Hfcw::-moz-placeholder{color:#d1d5db}.Footer_newsletterInput__6Hfcw::placeholder{color:#d1d5db}.Footer_newsletterInput__6Hfcw:focus{outline:none;border-color:#0f8480;background:hsla(0,0%,100%,.15)}.Footer_newsletterButton__Oe7EX{background:#0f8480;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}.Footer_newsletterButton__Oe7EX:hover{background:#16a34a;transform:translateY(-1px)}.Footer_footerBottom__5n19l{border-top:1px solid hsla(0,0%,100%,.1);padding:2rem 0}.Footer_footerBottomContent__m5f6R{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.Footer_footerBottomContent__m5f6R p{color:#9ca3af;margin:0}.Footer_footerBottomLinks__Zp3vE{display:flex;gap:2rem;flex-wrap:wrap}.Footer_footerBottomLinks__Zp3vE a{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .3s ease}.Footer_footerBottomLinks__Zp3vE a:hover{color:#0f8480}@media (max-width:768px){.Footer_footerContent__B4teV{grid-template-columns:1fr;gap:2rem;padding:3rem 0}.Footer_socialIcons__xzsqq{justify-content:center}.Footer_newsletterForm__qteKa{flex-direction:column}.Footer_newsletterButton__Oe7EX{text-align:center}.Footer_footerBottomContent__m5f6R{flex-direction:column;text-align:center}.Footer_footerBottomLinks__Zp3vE{justify-content:center}}@media (max-width:640px){.Footer_footerContent__B4teV{padding:2rem 0}.Footer_footerSection__lxdDh h3,.Footer_footerTitle__tvdxt{font-size:1.25rem}.Footer_footerSection__lxdDh h4,.Footer_footerSubtitle__vIWHT{font-size:1.125rem}.Footer_socialIcons__xzsqq a{width:2rem;height:2rem}.Footer_socialIcons__xzsqq a svg{width:1rem;height:1rem}.Footer_footerBottomLinks__Zp3vE{flex-direction:column;gap:1rem}}