.hero{position:relative;height:105vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 8%;margin-top:-45px}.hero__carousel{position:absolute;inset:0}.hero__slide{position:absolute;inset:0;background-size:cover;transform:scale(1.06);opacity:0;transition:opacity 1.2s cubic-bezier(.4,0,.2,1),transform 8s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform;filter:brightness(.55) saturate(.7) contrast(1.1)}.hero__slide.is-active{opacity:1;transform:scale(1)}.hero__slide.is-leaving{opacity:0;transform:scale(1.03)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(108deg,#0000,#00000042,#0000001a 0%);z-index:1}.hero__content{position:relative;z-index:2;left:400px;text-align:center;display:flex;flex-direction:column;justify-content:end;align-items:end}@media (width <= 1660px){.hero__content{left:200px}}@media (width <= 1452px){.hero__content{left:200px}}@media (width <= 1250px){.hero__content{left:120px}}@media (width <= 1056px){.hero__content{left:0;justify-content:center;align-items:center}}.btn_hero{display:flex;gap:70px}@keyframes heroIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow{background-color:#00000057;backdrop-filter:blur(50px);border:1px solid rgba(255,255,255,.2);padding:10px 25px;border-radius:30px;width:max-content;margin-bottom:16px}.hero__title{font-size:clamp(40px,5.5vw,68px);color:#fff;margin-bottom:22px;text-shadow:0 2px 20px rgba(0,0,0,.4)}.hero__subtitle{font-size:12px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ddd;line-height:2;text-align:end;border-top:3px solid rgba(255,174,0,.76);padding-top:18px;margin-bottom:28px}.hero_cta{display:inline-block;padding:14px;background:#000000ad;color:#fff;font-family:var(--font-body);font-size:11px;border-radius:7px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;transition:background var(--transition-fast)}.hero_cta:hover{background:var(--color-red-dark)}.hero__stats{display:flex;align-items:center;gap:0;margin-top:28px;padding:18px 32px;background:#c90000a2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(200,150,42,.35);border-radius:14px}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:5px;padding:0 28px}.hero__stat-value{font-size:clamp(20px,2.2vw,28px);font-weight:300;letter-spacing:.04em;color:#c8962af2;line-height:1;font-family:Georgia,serif}.hero__stat-label{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#fff9;font-weight:400;white-space:nowrap}.hero__stat-divider{width:1px;height:36px;background:#c8962a40;flex-shrink:0}.hero__controls{position:absolute;bottom:48px;left:8%;z-index:10;display:flex;align-items:center;gap:20px}.hero__dots{display:flex;gap:8px}.hero__dot{width:28px;height:2px;background:#ffffff59;border:none;border-radius:2px;cursor:pointer;padding:0;transition:background .3s,width .3s}.hero__dot.is-active{width:52px;background:#c8962ae6}.hero__dot:hover:not(.is-active){background:#fff9}.hero__arrows{display:flex;gap:6px}.hero__arrow{width:38px;height:38px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#00000047;backdrop-filter:blur(6px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .25s,border-color .25s,transform .2s;padding:0}.hero__arrow svg{width:16px;height:16px}.hero__arrow:hover{background:#c8962ab3;border-color:#c8962acc;transform:scale(1.08)}.hero__arrow:active{transform:scale(.96)}.hero__progress{position:absolute;bottom:0;left:0;right:0;height:2px;background:#ffffff14;z-index:10}.hero__progress-bar{height:100%;background:#c8962abf;width:0%;transition:width linear}.hero__dest-label{position:absolute;bottom:38px;right:8%;z-index:10;text-align:right;display:flex;flex-direction:column;gap:2px}.hero__dest-pre{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:#c8962ab3}.hero__dest-name{font-size:13px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ffffffd9;transition:opacity .4s}@media (min-width: 769px) and (max-width: 1400px) and (max-height: 800px){.hero{height:110vh}.hero__content{padding-top:120px;padding-bottom:90px}.hero__title{font-size:clamp(36px,4.8vw,58px);margin-bottom:14px}.hero__subtitle{font-size:10px;padding-top:12px;margin-bottom:18px;line-height:1.8}.hero__stats{margin-top:18px;padding:14px 24px}.hero__stat{padding:0 20px}.hero__stat-value{font-size:clamp(18px,1.8vw,24px)}.hero__controls{bottom:32px}.hero__dest-label{bottom:28px}.hero__cta{font-size:10px}}@media (max-width: 768px){.hero{justify-content:center;padding:0 5%;margin-top:-52px;height:110svh;min-height:-webkit-fill-available;align-items:center}.hero__content{text-align:center;width:100%;padding-top:190px;padding-bottom:130px}.hero__title{font-size:clamp(28px,8vw,42px)!important;margin-bottom:12px}.hero__content h1:nth-of-type(2){font-size:clamp(36px,10vw,52px)!important}.hero__eyebrow{font-size:7px;padding:8px 16px}.hero__subtitle{font-size:9px;letter-spacing:.12em;padding-top:12px;margin-bottom:20px}.hero__stats{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:14px 8px;margin-top:20px;width:100%}.hero__stat{padding:10px 12px}.hero__stat-value{font-size:clamp(16px,5vw,22px)}.hero__stat-label{font-size:8px;letter-spacing:.1em;white-space:normal;text-align:center}.hero__stat-divider{display:none}.hero__stat:nth-child(1),.hero__stat:nth-child(3){border-right:1px solid rgba(200,150,42,.25)}.hero__stat:nth-child(3),.hero__stat:nth-child(5){border-top:1px solid rgba(200,150,42,.25)}.hero__controls{left:50%;transform:translate(-50%);bottom:32px;flex-direction:row;gap:16px}.hero__dest-label{display:none}.btn_hero{gap:10px}.hero__cta{font-size:10px}}.section-why{background:var(--color-cream);color:var(--color-dark);padding:100px var(--section-px) 110px;position:relative;overflow:hidden}.section-why:before{content:"FIESTA TOURS";position:absolute;right:-2%;top:50%;transform:translateY(-50%);font-family:var(--font-display);font-size:clamp(140px,18vw,260px);font-weight:700;color:#7c5b130e;letter-spacing:-.04em;pointer-events:none;user-select:none;line-height:1}.section-why .eyebrow{font-size:11px;letter-spacing:.45em;margin-bottom:20px}.section-why .section-title{font-size:clamp(42px,5.5vw,72px);font-weight:300;color:var(--color-darker);line-height:1.05;margin-bottom:0;letter-spacing:-.02em}.section-why .gold-rule{width:64px;height:2px;margin:28px 0}.section-why .section-body{font-size:17px;font-weight:300;line-height:2;color:#5a5a5a;max-width:620px;letter-spacing:.01em}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}.stat-card{background:#fff;border-radius:2px;padding:40px 32px 36px;box-shadow:0 2px 12px #0000000e;display:flex;flex-direction:column;gap:0;text-decoration:none;cursor:pointer;transition:transform .32s cubic-bezier(.25,.46,.45,.94),box-shadow .32s ease,background .2s ease;border:1px solid rgba(200,150,42,.1);position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-gold);transition:width .38s cubic-bezier(.25,.46,.45,.94)}.stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000001c;background:#fefcf8}.stat-card:hover:after{width:100%}.stat-icon{display:flex;align-items:center;justify-content:flex-start;width:52px;height:52px;color:var(--color-gold);margin-bottom:20px}.stat-icon svg{width:100%;height:100%;stroke:currentColor}.stat-label{font-family:var(--font-display);font-size:22px;font-weight:400;letter-spacing:.02em;text-transform:none;color:var(--color-darker);line-height:1.2;margin-bottom:10px}.stat-sub{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--color-gold);margin-top:4px}@media (max-width: 1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.stats-grid{grid-template-columns:1fr;gap:16px}.section-why{padding:72px var(--section-px) 80px}}.testimonios{background:#f2ece2;padding:100px 0 80px;position:relative}.testimonios:before{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(200,150,42,.3),transparent)}.containerTitleTestimonio{padding:0 var(--section-px);margin-bottom:60px}.containerTitleTestimonio .eyebrow{font-size:11px;letter-spacing:.45em;margin-bottom:20px}.containerTitleTestimonio .section-title{font-size:clamp(36px,4.5vw,62px);font-weight:300;color:var(--color-darker);line-height:1.1;letter-spacing:-.02em;max-width:640px}.containerTitleTestimonio .gold-rule{width:64px;height:2px;margin:28px 0 0}.container-body{display:flex;justify-content:center;background:transparent}.scroll-container{display:flex;align-items:center;position:relative;width:100%;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.container{display:flex;overflow-x:auto;scroll-behavior:smooth;padding:20px 80px 48px;width:100%;max-width:2400px;scrollbar-width:none;-ms-overflow-style:none;gap:24px}.container::-webkit-scrollbar{display:none}.Card{position:relative;flex:0 0 auto;width:clamp(300px,28vw,440px);background:#fff;border:1px solid rgba(200,150,42,.12);border-radius:4px;box-shadow:0 4px 24px #00000012;cursor:pointer;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;overflow:hidden}.Card:before{content:"“";position:absolute;top:20px;right:28px;font-family:var(--font-display);font-size:100px;color:#c8962a1a;line-height:1;pointer-events:none}.Card:hover{transform:translateY(-8px);box-shadow:0 24px 60px #00000021}.cardDesign{display:flex;flex-direction:column;justify-content:space-between;padding:36px 32px 28px;height:100%;min-height:240px}.Containerstrellas{display:flex;align-items:center;gap:3px;margin-bottom:20px}.start-svg{color:var(--color-gold);width:18px;height:18px}.container-detail-puntaje{display:flex;align-items:center}.container-parrafo{min-height:90px;max-height:130px;overflow-y:auto;-webkit-mask-image:linear-gradient(to bottom,black 0%,black 80%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 80%,transparent 100%)}.container-parrafo::-webkit-scrollbar{display:none}.descriptionComment{font-family:var(--font-display);font-size:17px;font-weight:300;font-style:italic;color:#3a3a3a;line-height:1.75;letter-spacing:.01em}.ContainerIconName{display:flex;align-items:center;gap:14px;margin-top:28px;padding-top:24px;border-top:1px solid rgba(200,150,42,.18)}.iconImageName{width:46px;height:46px;border-radius:50%;border:2px solid rgba(200,150,42,.25)}.cardDesign .titleTestimonio{font-family:var(--font-body);color:var(--color-darker);font-weight:600;font-size:15px;letter-spacing:.02em;margin:0 0 3px}.cardDesign .description{font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-gold)}@media (max-width: 768px){.testimonios{padding:72px 0 60px}.container{padding:16px 40px 40px;gap:18px}.Card{width:clamp(280px,82vw,380px)}.containerTitleTestimonio{margin-bottom:40px}}@media (max-width: 480px){.container{padding:12px 24px 32px}.Card{width:clamp(270px,88vw,340px)}.descriptionComment{font-size:15px}}.section-extra__testimonio{background:linear-gradient(135deg,#1a0f00,#2a1a05 40%,#1a1208);padding:100px var(--section-px);text-align:center;position:relative;overflow:hidden}.section-extra__testimonio:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 20% 50%,rgba(200,150,42,.12) 0%,transparent 70%),radial-gradient(ellipse 40% 40% at 80% 50%,rgba(200,150,42,.07) 0%,transparent 70%);pointer-events:none}.section-extra__testimonio:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(200,150,42,.5),transparent)}.tituloTestimonios__informe{position:relative;font-family:var(--font-display);color:#fff;font-size:clamp(36px,5vw,64px);font-weight:300;letter-spacing:-.02em;line-height:1.1;margin-bottom:20px}.testimonios_parrafo{position:relative;color:#fff9;font-size:16px;font-weight:300;letter-spacing:.05em;max-width:520px;margin:0 auto;line-height:1.8}.container_btn-link{position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:48px}.btn-testimoniosSeccion{display:inline-block;padding:16px 52px;font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;border-radius:2px;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .2s ease;text-decoration:none}.btn-testimoniosSeccion.whatsapp{background:var(--color-gold);color:#fff;border:1px solid var(--color-gold)}.btn-testimoniosSeccion.whatsapp:hover{background:var(--color-gold-light);border-color:var(--color-gold-light);transform:translateY(-2px)}.btn-testimoniosSeccion:not(.whatsapp){background:transparent;color:#ffffffd9;border:1px solid rgba(200,150,42,.45)}.btn-testimoniosSeccion:not(.whatsapp):hover{border-color:var(--color-gold-light);color:var(--color-gold-light);transform:translateY(-2px)}@media (max-width: 600px){.section-extra__testimonio{padding:80px var(--section-px)}.container_btn-link{flex-direction:column;gap:14px}.btn-testimoniosSeccion{width:100%;max-width:320px;text-align:center;padding:15px 32px}}.section-catalog{background:#1a1a1a;width:100%;box-sizing:border-box}.section-catalog iframe{display:block;border:none;width:100%;height:1000px}@media (max-width: 1024px){.section-catalog iframe{height:750px}}@media (max-width: 768px){.section-catalog iframe{height:550px}}@media (max-width: 480px){.section-catalog iframe{height:420px}}.section-map{background:#f8f5f0;padding:100px var(--section-px)}.map-layout{display:flex;flex-direction:row;gap:60px;align-items:center;min-height:680px}.map-text{display:flex;width:100%;flex-direction:column;align-items:flex-start}.map-desc{margin-top:20px;font-size:16px;line-height:2;color:#666;font-weight:300}.map-highlights{display:flex;gap:36px;margin-top:36px;padding-top:28px;border-top:1px solid rgba(200,150,42,.2);width:100%}.map-highlight-item{display:flex;flex-direction:column;gap:6px}.map-highlight-num{font-family:var(--font-display);font-size:40px;font-weight:300;color:var(--color-gold);line-height:1}.map-highlight-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#999}@media (max-width: 1100px){.map-layout{flex-direction:column;min-height:unset;gap:40px}}.section-title{font-size:clamp(28px,3.5vw,44px);color:var(--color-darker);margin-bottom:0}.section-cta{background:var(--color-darker);padding:100px var(--section-px);text-align:center}.cta-title{font-size:clamp(36px,4.5vw,60px);color:#fff;margin:16px 0 40px;font-weight:300;letter-spacing:-.02em}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-outline{display:inline-block;padding:15px 42px;border:1px solid rgba(200,150,42,.5);color:#fffc;font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;border-radius:2px;text-decoration:none;transition:border-color .2s,color .2s}.btn-outline:hover{border-color:var(--color-gold-light);color:var(--color-gold-light)}.section-about{background:#fff;padding:100px var(--section-px);position:relative}.about-container{max-width:1280px;margin:0 auto}.about-header{text-align:center;margin-bottom:60px}.about-header .eyebrow{font-size:11px;letter-spacing:.45em;margin-bottom:20px;color:var(--color-gold);display:inline-block}.about-title{font-family:var(--font-display);font-size:clamp(36px,5vw,64px);font-weight:300;color:var(--color-darker);line-height:1.15;letter-spacing:-.02em;max-width:900px;margin:0 auto}.about-content{max-width:1000px;margin:0 auto}.about-text{font-size:17px;font-weight:300;line-height:1.8;color:#5a5a5a;margin-bottom:32px;text-align:center}.about-text--highlight{font-size:18px;color:#3a3a3a;font-weight:400}.about-divider{display:flex;justify-content:center;margin-top:60px}.about-divider .gold-rule{width:90%;height:2px;background:var(--color-gold)}.section-value{background:#fff;padding:0 var(--section-px) 100px}.value-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:stretch}.value-image{display:flex;align-items:stretch}.value-image img{width:100%;height:100%;object-fit:cover;border-radius:20px;box-shadow:0 20px 40px #000000b2;transition:transform .4s ease}.value-image img:hover{transform:scale(1.01)}.value-content{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.value-title{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);font-weight:300;color:var(--color-darker);line-height:1.2;letter-spacing:-.02em;margin-bottom:48px}.value-features{display:flex;flex-direction:column;gap:40px}.value-feature{display:flex;gap:20px;align-items:flex-start}.feature-icon{flex-shrink:0;width:56px;height:56px;color:var(--color-gold);display:flex;align-items:center;justify-content:center;background:#c8962a14;border-radius:50%;transition:all .3s ease}.value-feature:hover .feature-icon{background:var(--color-gold);color:#fff;transform:scale(1.05)}.feature-text{flex:1}.feature-text h3{font-family:var(--font-body);font-size:18px;font-weight:600;color:var(--color-darker);margin-bottom:10px;letter-spacing:.02em}.feature-text p{font-size:15px;font-weight:300;line-height:1.7;color:#6a6a6a;margin:0}@media (max-width: 1024px){.section-about{padding:80px var(--section-px)}.value-container{gap:48px}}@media (max-width: 900px){.value-container{grid-template-columns:1fr;gap:40px;align-items:start}.value-content{order:1}.value-image{order:2;max-width:600px;margin:0 auto;width:100%;height:auto;min-height:400px}.value-image img{height:auto;max-height:500px;object-fit:cover}.value-title{text-align:center}.section-value{padding-bottom:80px}}@media (max-width: 768px){.section-about{padding:60px var(--section-px)}.about-text{font-size:16px;line-height:1.7}.about-text--highlight{font-size:17px}.value-feature{gap:16px}.feature-icon{width:48px;height:48px}.feature-icon svg{width:24px;height:24px}.feature-text h3{font-size:17px}.feature-text p{font-size:14px}}@media (max-width: 480px){.section-about{padding:48px var(--section-px)}.about-header{margin-bottom:40px}.about-text{font-size:15px}.value-feature{flex-direction:column;align-items:center;text-align:center}.feature-text h3,.feature-text p{text-align:center}.section-value{padding-bottom:60px}.value-image{min-height:300px}}
