:root{--txc-green: #2D6A4F;--txc-green-light: #40916C;--txc-green-pale: #D8F3DC;--txc-terra: #C0603A;--txc-terra-light: #E07A5F;--txc-cream: #FAFAF7;--txc-cream-dark: #F0EDE8;--txc-text: #1A1A1A;--txc-muted: #6B7280;--txc-white: #ffffff;--txc-border: #E0DDD8}.txc-section *,.txc-section *:before,.txc-section *:after{box-sizing:border-box}.txc-font-heading{font-family:Playfair Display,Georgia,serif}.txc-section h1,.txc-section h2,.txc-section h3{font-family:Playfair Display,Georgia,serif;line-height:1.15}.txc-section h1{font-size:clamp(2.6rem,5.5vw,5rem);font-weight:900}.txc-section h2{font-size:clamp(1.9rem,3.5vw,3rem);font-weight:700}.txc-section h3{font-size:clamp(1.3rem,2.2vw,1.8rem);font-weight:700}.txc-section p{line-height:1.75;color:var(--txc-muted);font-family:Inter,sans-serif}.txc-section{padding:5.5rem 2rem}.txc-container{max-width:1180px;margin:0 auto}.txc-label{display:block;font-size:.75rem;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--txc-green);margin-bottom:.8rem;font-family:Inter,sans-serif}.txc-btn-primary{display:inline-block;background:var(--txc-green);color:#fff;padding:.95rem 2.2rem;border-radius:50px;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;letter-spacing:.2px}.txc-btn-primary:hover{background:var(--txc-green-light);color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #2d6a4f59}.txc-btn-outline{display:inline-block;background:transparent;color:#fff;padding:.95rem 2.2rem;border-radius:50px;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;text-decoration:none;border:2px solid rgba(255,255,255,.65);transition:all .3s ease}.txc-btn-outline:hover{background:#ffffff1f;border-color:#fff;color:#fff}.txc-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.txc-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.04);transition:transform 7s ease}.txc-hero-bg.loaded{transform:scale(1)}.txc-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000004d,#0000008c,#000000b8)}.txc-hero-content{position:relative;z-index:1;text-align:center;color:#fff;padding:0 1.5rem;max-width:880px}.txc-hero-badge{display:inline-block;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:.5rem 1.4rem;border-radius:50px;margin-bottom:1.5rem;font-family:Inter,sans-serif}.txc-hero-content h1{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4);margin-bottom:1.2rem;font-family:Playfair Display,serif}.txc-hero-content h1 em{font-style:italic;color:#b7e4c7}.txc-hero-desc{font-size:1.08rem;color:#ffffffd9;max-width:540px;margin:0 auto 2.5rem;line-height:1.75;font-family:Inter,sans-serif}.txc-hero-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.txc-hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#ffffffa6;font-size:.72rem;letter-spacing:2px;text-transform:uppercase;font-family:Inter,sans-serif;animation:txc-bounce 2.2s infinite}@keyframes txc-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(7px)}}.txc-pillars{background:var(--txc-cream-dark)}.txc-pillars-header{margin-bottom:3rem}.txc-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.txc-pillar{background:#fff;border-radius:20px;padding:2.4rem 2rem;text-align:center;border:1px solid var(--txc-border);transition:all .35s;position:relative;overflow:hidden}.txc-pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--txc-green);transform:scaleX(0);transition:transform .35s}.txc-pillar:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000017}.txc-pillar:hover:before{transform:scaleX(1)}.txc-pillar-icon{width:62px;height:62px;background:var(--txc-green-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem;font-size:1.7rem}.txc-pillar h3{font-size:1.15rem;margin-bottom:.7rem;color:var(--txc-text)}.txc-quiz-section{background:linear-gradient(135deg,#1b4332,#2d6a4f 45%,#40916c);position:relative;overflow:hidden}.txc-quiz-section:before{content:"";position:absolute;top:-40%;right:-15%;width:550px;height:550px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);border-radius:50%}.txc-quiz-inner{max-width:760px;margin:0 auto}.txc-quiz-header{text-align:center;margin-bottom:2.8rem}.txc-quiz-header .txc-label{color:#b7e4c7}.txc-quiz-header h2{color:#fff}.txc-quiz-header p{color:#ffffffbf;max-width:490px;margin:.8rem auto 0;font-family:Inter,sans-serif}.txc-quiz-card{background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:24px;padding:2.4rem}.txc-quiz-progress{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.txc-quiz-step-label{color:#fff9;font-size:.8rem;font-family:Inter,sans-serif}.txc-progress-bar{flex:1;height:4px;background:#ffffff2e;border-radius:2px;margin:0 1rem;overflow:hidden}.txc-progress-fill{height:100%;background:#b7e4c7;border-radius:2px;transition:width .5s ease}.txc-quiz-q{color:#fff;font-family:Playfair Display,serif;font-size:1.38rem;font-weight:700;margin-bottom:1.7rem;line-height:1.3}.txc-quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.txc-quiz-opt{background:#ffffff14;border:2px solid rgba(255,255,255,.14);border-radius:14px;padding:1.15rem 1rem;cursor:pointer;transition:all .3s;text-align:center;color:#fff}.txc-quiz-opt .txc-opt-icon{font-size:1.75rem;margin-bottom:.45rem}.txc-quiz-opt .txc-opt-label{font-size:.88rem;font-weight:600;font-family:Inter,sans-serif}.txc-quiz-opt .txc-opt-desc{font-size:.75rem;color:#ffffff9e;margin-top:.2rem;font-family:Inter,sans-serif}.txc-quiz-opt:hover,.txc-quiz-opt.selected{background:#ffffff2b;border-color:#b7e4c7;transform:translateY(-2px)}.txc-quiz-opt.selected{background:#b7e4c226}.txc-email-step{display:none}.txc-quiz-input-wrap{margin-bottom:1rem}.txc-quiz-input-wrap label{display:block;color:#fffc;font-size:.82rem;font-weight:600;margin-bottom:.5rem;font-family:Inter,sans-serif}.txc-quiz-input{width:100%;padding:.85rem 1.1rem;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.22);border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;outline:none;transition:border-color .3s}.txc-quiz-input::placeholder{color:#ffffff73}.txc-quiz-input:focus{border-color:#b7e4c7}.txc-quiz-nav{display:flex;justify-content:space-between;align-items:center}.txc-btn-quiz-back{background:transparent;border:none;color:#fff9;cursor:pointer;font-size:.88rem;font-family:Inter,sans-serif;padding:.65rem 1.1rem;border-radius:8px;transition:all .3s}.txc-btn-quiz-back:hover{color:#fff;background:#ffffff1a}.txc-btn-quiz-next{background:#b7e4c7;color:#1b4332;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;padding:.85rem 2rem;border-radius:50px;transition:all .3s}.txc-btn-quiz-next:hover{background:#fff}.txc-btn-quiz-next:disabled{opacity:.38;cursor:not-allowed}.txc-result-card{background:#fffffff7;border-radius:20px;padding:2.4rem;text-align:center}.txc-result-tag{display:inline-block;background:var(--txc-green-pale);color:var(--txc-green);font-size:.73rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:.4rem 1rem;border-radius:50px;margin-bottom:1rem;font-family:Inter,sans-serif}.txc-result-title{font-size:1.65rem;color:var(--txc-text);margin-bottom:.4rem;font-family:Playfair Display,serif}.txc-result-subtitle{color:var(--txc-muted);margin-bottom:1.7rem;font-size:.92rem;font-family:Inter,sans-serif}.txc-result-itinerary{text-align:left;background:var(--txc-cream);border-radius:14px;padding:1.4rem;margin-bottom:1.7rem;list-style:none}.txc-result-itinerary li{display:flex;align-items:flex-start;gap:1rem;padding:.65rem 0;border-bottom:1px solid #E8E4DF;font-size:.87rem;color:var(--txc-text);font-family:Inter,sans-serif}.txc-result-itinerary li:last-child{border-bottom:none}.txc-result-time{background:var(--txc-green);color:#fff;padding:.2rem .55rem;border-radius:6px;font-size:.73rem;font-weight:700;white-space:nowrap;flex-shrink:0}.txc-result-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:.5rem}.txc-confirm-note{background:var(--txc-green-pale);border-radius:10px;padding:.9rem 1.2rem;margin-bottom:1.4rem;font-size:.83rem;color:var(--txc-green);font-family:Inter,sans-serif;display:flex;align-items:center;gap:.6rem}.txc-btn-wa{display:inline-flex;align-items:center;gap:.5rem;background:#25d366;color:#fff;padding:.9rem 1.8rem;border-radius:50px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:.88rem;transition:all .3s}.txc-btn-wa:hover{background:#1ebe5d;color:#fff;transform:translateY(-2px)}.txc-btn-reservar{display:inline-flex;align-items:center;gap:.5rem;background:var(--txc-green);color:#fff;padding:.9rem 1.8rem;border-radius:50px;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:.88rem;transition:all .3s}.txc-btn-reservar:hover{background:var(--txc-green-light);color:#fff;transform:translateY(-2px)}.txc-btn-reset{background:transparent;border:2px solid var(--txc-green);color:var(--txc-green);padding:.88rem 1.8rem;border-radius:50px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:.88rem;transition:all .3s}.txc-btn-reset:hover{background:var(--txc-green);color:#fff}.txc-gallery-section{background:var(--txc-cream-dark)}.txc-gallery-grid{columns:4;column-gap:1rem;margin-top:3rem}.txc-gallery-item{break-inside:avoid;margin-bottom:1rem;border-radius:14px;overflow:hidden;position:relative;cursor:pointer}.txc-gallery-item img{width:100%;display:block;transition:transform .5s ease}.txc-gallery-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#2d6a4f00;transition:background .3s}.txc-gallery-item:hover:after{background:#2d6a4f38}.txc-gallery-item:hover img{transform:scale(1.04)}.txc-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000ed;display:none;align-items:center;justify-content:center;padding:2rem}.txc-lightbox.open{display:flex}.txc-lightbox img{max-width:90vw;max-height:88vh;border-radius:12px;object-fit:contain}.txc-lightbox-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:none;color:#fff;width:44px;height:44px;border-radius:50%;cursor:pointer;font-size:1.3rem;display:flex;align-items:center;justify-content:center;transition:background .3s}.txc-lightbox-close:hover{background:#ffffff38}.txc-testimonials{background:#fff}.txc-test-header{text-align:center;margin-bottom:.5rem}.txc-test-desc{text-align:center;max-width:490px;margin:0 auto 3rem}.txc-test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.txc-testimonial{background:var(--txc-cream);border-radius:20px;padding:2rem;border:1px solid var(--txc-border);transition:all .35s}.txc-testimonial:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.txc-stars{color:#f4a622;font-size:1rem;margin-bottom:1rem;letter-spacing:2px}.txc-testimonial p{font-size:.92rem;color:var(--txc-text);margin-bottom:1.4rem;font-style:italic;font-family:Inter,sans-serif}.txc-reviewer{display:flex;align-items:center;gap:.8rem}.txc-reviewer-avatar{width:42px;height:42px;border-radius:50%;background:var(--txc-green-pale);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--txc-green);font-size:.95rem;font-family:Inter,sans-serif}.txc-reviewer-name{font-weight:600;font-size:.88rem;color:var(--txc-text);font-family:Inter,sans-serif}.txc-reviewer-origin{font-size:.75rem;color:var(--txc-muted);font-family:Inter,sans-serif}.txc-contact{background:var(--txc-cream-dark)}.txc-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.txc-contact-info h2{margin-bottom:1rem}.txc-contact-info p{margin-bottom:2rem;font-family:Inter,sans-serif}.txc-contact-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.txc-contact-icon{width:44px;height:44px;border-radius:12px;background:var(--txc-green-pale);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.txc-contact-item span{font-size:.88rem;color:var(--txc-text);font-family:Inter,sans-serif}.txc-contact-form{background:#fff;border-radius:24px;padding:2.4rem;border:1px solid var(--txc-border)}.txc-form-group{margin-bottom:1.2rem}.txc-form-group label{display:block;font-size:.8rem;font-weight:600;color:var(--txc-text);margin-bottom:.45rem;font-family:Inter,sans-serif}.txc-form-group input,.txc-form-group select,.txc-form-group textarea{width:100%;padding:.82rem 1rem;border:1.5px solid var(--txc-border);border-radius:10px;font-family:Inter,sans-serif;font-size:.88rem;background:var(--txc-cream);color:var(--txc-text);transition:border-color .3s;outline:none}.txc-form-group input:focus,.txc-form-group select:focus,.txc-form-group textarea:focus{border-color:var(--txc-green)}.txc-form-group textarea{resize:vertical;min-height:95px}.txc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.txc-form-submit{width:100%;background:var(--txc-green);color:#fff;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;padding:1rem 2rem;border-radius:50px;transition:all .3s}.txc-form-submit:hover{background:var(--txc-green-light);transform:translateY(-2px)}.txc-wa-float{position:fixed;bottom:2rem;right:2rem;z-index:8888;background:#25d366;color:#fff;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #25d36680;text-decoration:none;transition:all .3s;animation:txc-pulse-wa 3s infinite}.txc-wa-float:hover{transform:scale(1.1);color:#fff}@keyframes txc-pulse-wa{0%,to{box-shadow:0 4px 18px #25d36680}50%{box-shadow:0 4px 28px #25d366cc,0 0 0 8px #25d3661a}}.txc-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.txc-reveal.txc-visible{opacity:1;transform:translateY(0)}.txc-divider{height:1px;background:linear-gradient(90deg,transparent,#D0C8BE,transparent);margin:0}@media(max-width:900px){.txc-pillars-grid{grid-template-columns:1fr}.txc-gallery-grid{columns:2}.txc-test-grid{grid-template-columns:1fr}.txc-contact-grid{grid-template-columns:1fr;gap:2.5rem}.txc-form-row{grid-template-columns:1fr}}@media(max-width:600px){.txc-quiz-options{grid-template-columns:1fr}.txc-quiz-card{padding:1.7rem 1.1rem}.txc-gallery-grid{columns:1}.txc-section{padding:3.5rem 1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/tourxchile.css.map */
