Configuración de cookies
You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.

Loading...

BLOG

Numero de articulos: 249

ARASHIYAMA: DONDE JAPÓN APAGA EL RUIDO
  • 18/02/2026 12:44:25

{ "@context": "https://schema.org", "@type": "BlogPosting", "headline": "Arashiyama: El lugar donde Japón apaga el ruido de tu mente", "image": "https://travel.ditgestion.com/ckeditor/uploads/Gemini_Generated_Image_7glegd7glegd7gle (1) (1) (1)20260218123945.jpg", "author": { "@type": "Organization", "name": "Viajes Xsirius" }, "publisher": { "@type": "Organization", "name": "Viajes Xsirius", "logo": { "@type": "ImageObject", "url": "https://viajesxsirius.com/logo.png" } }, "datePublished": "2026-02-18", "description": "Un viaje sensorial al corazón del bambú en Kioto. Edición limitada Kintsugi 2026." } /* RESET AGRESIVO */ html, body { margin: 0 !important; padding: 0 !important; width: 100% !important; overflow-x: hidden !important; } :root { /* PALETA SENSORIAL "MUSO" */ --forest-dark: #0F1410; --forest-light: #1A261D; --bamboo-gold: #D6C68B; --mist: #A8B8B0; --accent: #9A2A2A; --text-body: #E0E5E2; --text-dim: #8A9A90; --font-title: 'Zen Antique Soft', serif; --font-body: 'Cormorant Garamond', serif; --font-ui: 'Montserrat', sans-serif; } /* --- WRAPPER MAESTRO --- */ .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper { position: absolute; top: 0 !important; left: 0 !important; width: 100% !important; min-height: 100vh; margin: 0 !important; padding: 0 !important; background-color: var(--forest-dark); color: var(--text-body); font-family: var(--font-body); font-size: 21px; line-height: 2.0; overflow-x: hidden; z-index: 99999; /* Por encima de todo */ } .container-reading { max-width: 760px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } .container-full { max-width: 1400px; margin: 0 auto; padding: 0 20px; } /* --- HERO CINEMÁTICO (Pegado al techo real) --- */ .hero-section { height: 95vh; position: relative; display: flex; align-items: flex-end; justify-content: center; overflow: hidden; padding-bottom: 8rem; /* Prevención de colapso de márgenes */ margin-top: 0 !important; padding-top: 1px !important; } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* IMAGEN BAMBÚ DITGESTION */ background-image: url('https://travel.ditgestion.com/ckeditor/uploads/Gemini_Generated_Image_7glegd7glegd7gle (1) (1) (1)20260218123945.jpg'); background-size: cover; background-position: center; transform: scale(1.1); animation: breathe 30s infinite alternate; } @keyframes breathe { from { transform: scale(1.1); } to { transform: scale(1.0); } } .hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(15,20,16,0.2) 0%, rgba(15,20,16,0.6) 50%, rgba(15,20,16,1) 100%); } .hero-content { position: relative; z-index: 3; text-align: center; max-width: 900px; padding: 0 20px; } .hero-kicker { font-family: var(--font-ui); text-transform: uppercase; letter-spacing: 4px; font-size: 0.8rem; color: var(--bamboo-gold); margin-bottom: 1.5rem; display: block; font-weight: 600; } h1 { font-family: var(--font-title); font-size: clamp(3rem, 7vw, 5.5rem); line-height: 1.05; color: #fff; margin-bottom: 2rem; text-shadow: 0 10px 30px rgba(0,0,0,0.8); } .hero-meta { display: flex; gap: 20px; justify-content: center; font-family: var(--font-ui); font-size: 0.85rem; color: var(--mist); } /* --- CUERPO DEL ARTÍCULO --- */ .article-content { padding: 6rem 0; } .dropcap { float: left; font-family: var(--font-title); font-size: 7.5rem; line-height: 0.7; color: var(--bamboo-gold); padding-right: 25px; margin-top: 15px; font-weight: 400; } p { margin-bottom: 3rem; color: #d0d6d3; } strong { color: #fff; font-weight: 600; } h2 { font-family: var(--font-title); font-size: 3rem; color: var(--bamboo-gold); margin-top: 5rem; margin-bottom: 2rem; line-height: 1.3; text-align: center; } h3 { font-family: var(--font-ui); font-size: 1.3rem; text-transform: uppercase; letter-spacing: 3px; color: var(--mist); margin-top: 4rem; margin-bottom: 1.5rem; border-left: 3px solid var(--accent); padding-left: 20px; } /* Bloque Sensorial */ .sensory-block { background: rgba(255,255,255,0.03); border-top: 1px solid var(--bamboo-gold); border-bottom: 1px solid var(--bamboo-gold); padding: 5rem 3rem; margin: 6rem 0; text-align: center; position: relative; } .sensory-icon { width: 60px; color: var(--bamboo-gold); margin-bottom: 1.5rem; opacity: 0.9; } .quote { font-family: var(--font-title); font-size: 2rem; line-height: 1.5; color: #fff; font-style: italic; margin-bottom: 2rem; } /* Imagen Parallax (Misma que Hero) */ .parallax-break { width: 100%; height: 75vh; margin: 7rem 0; position: relative; overflow: hidden; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; /* MISMA IMAGEN HERO */ background-image: url('https://travel.ditgestion.com/ckeditor/uploads/Gemini_Generated_Image_7glegd7glegd7gle (1) (1) (1)20260218123945.jpg'); } .parallax-caption { position: absolute; bottom: 40px; right: 40px; background: rgba(0,0,0,0.8); padding: 15px 25px; font-family: var(--font-ui); font-size: 0.85rem; color: var(--bamboo-gold); backdrop-filter: blur(4px); border: 1px solid rgba(214, 198, 139, 0.3); text-transform: uppercase; letter-spacing: 2px; } /* --- CTA CARD --- */ .cta-box { background: linear-gradient(180deg, var(--forest-light) 0%, #000 100%); border: 1px solid var(--border); border-radius: 4px; padding: 6rem 3rem; text-align: center; margin-top: 8rem; position: relative; overflow: hidden; } .cta-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, transparent, var(--bamboo-gold), transparent); } .cta-btn { display: inline-flex; align-items: center; gap: 15px; background: var(--accent); color: white; padding: 25px 50px; font-family: var(--font-ui); font-weight: 600; text-transform: uppercase; letter-spacing: 3px; text-decoration: none; border-radius: 2px; transition: 0.4s ease; margin-top: 3rem; font-size: 1rem; } .cta-btn:hover { background: #b33b3b; letter-spacing: 4px; } /* --- AUTOR --- */ .author-box { display: flex; align-items: center; gap: 30px; border-top: 1px solid #333; padding-top: 4rem; margin-top: 6rem; } .author-img { width: 90px; height: 90px; border-radius: 50%; object-fit: cover; border: 2px solid var(--bamboo-gold); } .author-info h4 { font-family: var(--font-ui); color: #fff; margin-bottom: 10px; font-size: 1.2rem; } .author-info p { font-family: var(--font-body); font-size: 1rem; color: var(--mist); margin-bottom: 0; } /* --- FOOTER & STICKY --- */ .footer { background: #050505; padding: 4rem; text-align: center; border-top: 1px solid #222; font-family: var(--font-ui); font-size: 0.85rem; color: #555; } .sticky-bar { position: fixed; bottom: 0; left: 0; width: 100%; padding: 20px; background: rgba(15, 20, 16, 0.95); backdrop-filter: blur(10px); border-top: 1px solid var(--bamboo-gold); display: flex; justify-content: space-between; align-items: center; transform: translateY(100%); transition: transform 0.4s ease; z-index: 10000; } .sticky-bar.visible { transform: translateY(0); } .sticky-btn { background: var(--bamboo-gold); color: var(--forest-dark); padding: 12px 24px; font-family: var(--font-ui); font-weight: 700; text-decoration: none; text-transform: uppercase; font-size: 0.85rem; border-radius: 2px; } @media(min-width: 768px) { .sticky-bar { display: none; } }     Edición Kintsugi 2026 ARASHIYAMA: DONDE JAPÓN APAGA EL RUIDO Lectura: 7 Min Solo 20 Plazas Dicen que el silencio absoluto no existe. Que, incluso en la cámara más aislada del mundo, terminarías escuchando el bombeo de tu propia sangre o el zumbido eléctrico de tus nervios. Vivimos en la Era del Ruido. Notificaciones, tráfico, urgencias, gritos digitales. El cerebro moderno nunca descansa. Pero en Kioto, al pie de las "Montañas de la Tormenta" (Arashiyama), existe una frecuencia diferente. No es la ausencia de sonido física; es la anulación del ruido mental. En nuestra expedición Travesía del Fuego 2026, Arashiyama no es una parada turística más para tachar en una lista. No vamos allí a hacernos una foto rápida. Vamos allí a iniciar un proceso de reparación neurológica. A practicar el Kintsugi con nuestra propia mente. El Fenómeno "Muso" (La Música del Viento) Imagina esto. Son las 7:00 AM. La niebla baja de la montaña y se enreda entre los tallos. Estás caminando por un sendero estrecho rodeado de miles de cañas de bambú que se alzan 20 metros hacia el cielo, creando una catedral verde infinita. La luz del sol apenas se filtra, creando lo que los japoneses llaman Komorebi (la luz que atraviesa las hojas), proyectando sombras suaves que bailan en el suelo. Pero lo más importante no es lo que ves. Es lo que escuchas. "El Gobierno de Japón ha clasificado el sonido de este bosque como uno de los '100 Paisajes Sonoros' que deben ser preservados por ley." FRECUENCIA DE RESONANCIA: 432 HZ Cuando el viento mueve los troncos huecos de bambú, chocan suavemente entre sí. Es un sonido de madera contra madera, profundo, resonante. Las hojas en la copa susurran como un océano lejano. Este sonido tiene un nombre: Muso. Estudios de psicoacústica sugieren que este tipo de "ruido rosa" natural ayuda a reducir las ondas Beta del cerebro (estado de alerta/estrés) y fomenta las ondas Alfa (relajación/creatividad). No es misticismo, es biología. La Diferencia Xsirius: La Anti-Turistada El 99% de los turistas que visitan Kioto cometen un sacrilegio: llegan a las 11 de la mañana. Para entonces, la magia se ha roto. El bosque está lleno de gente gritando, palos de selfie y prisas. Miran, pero no ven. Oyen, pero no escuchan. Nosotros jugamos con otras reglas. En este viaje, nosotros seremos los primeros. Entraremos cuando el bosque aún está despertando. Bajaremos el ritmo cardíaco. No importa lo que pase en el mundo exterior; en ese momento, solo existirás tú y el bambú. Nos detendremos. Cerraremos los ojos. Dejaremos que el Muso limpie el cortisol que traes de la oficina, del tráfico, de las obligaciones. Porque la verdadera magia de Japón no es estar solo en un bosque; es encontrar la paz interior para llevártela contigo de vuelta a casa. El Detalle: 20 Metros de Verticalidad Absoluta Aquí empieza la reparación Arashiyama es solo el principio. Es la puerta de entrada a nuestra ruta. Después de limpiar la mente aquí, estaremos listos para entender la profundidad del Ryokan Suimeikan, la historia de Hiroshima y el futurismo de Tokio. Pero para que esto funcione, necesitamos intimidad. Por eso he cerrado el grupo a solo 20 viajeros. Un autobús de 50 personas es una invasión. Un grupo de 20 es una tribu respetuosa. ¿Estás listo para escuchar lo que el silencio tiene que decirte? Noviembre 2026 SOLO 20 PLAZAS · SALIDA MADRID No es un viaje low-cost. Es una inversión en vida. Unirme al Grupo de Interesados Escrito por el Equipo Xsirius Agencia Física en Móstoles (Madrid). Expertos en Viajes de Autor desde 2006. 91 645 64 25 | C/ Barcelona 23 © 2026 Viajes Xsirius. Licencia CICMA. Diseño y Copywriting Emocional por Nelson. Japón 2026 Últimas plazas Grupo WhatsApp   document.addEventListener("DOMContentLoaded", function() { // Mover el wrapper directamente al body para saltar contenedores de CMS var wrapper = document.getElementById('xsirius-wrapper'); if (wrapper && document.body) { document.body.appendChild(wrapper); wrapper.style.position = 'absolute'; wrapper.style.top = '0'; wrapper.style.left = '0'; wrapper.style.zIndex = '99999'; } // Spacer lógico function setXsiriusSpacerHeight() { var spacer = document.getElementById('xsirius-spacer'); if (wrapper && spacer) { spacer.style.height = wrapper.offsetHeight + 'px'; } } // Scroll Sticky window.addEventListener('scroll', () => { const bar = document.getElementById('stickyBar'); if (window.scrollY > 800) { bar.classList.add('visible'); } else { bar.classList.remove('visible'); } }); setXsiriusSpacerHeight(); setInterval(setXsiriusSpacerHeight, 1000); });
Continua leyendo
Japón 2026: El Lujo del Tiempo
  • 07/02/2026 23:02:08

:root { /* --- PALETA VELOCIDAD Y LUJO --- */ --japan-red: #D90429; /* Rojo Intenso */ --luxury-gold: #D4AF37; /* Oro */ --tech-silver: #E0E0E0; /* Plata (Ingeniería) */ --bg-color: #050505; /* Negro Profundo */ --card-bg: #111; /* Gris Carbón */ --text-main: #F5F5F5; --text-muted: #A3A3A3; --whatsapp: #25D366; --font-heading: 'Cormorant Garamond', serif; --font-body: 'Montserrat', sans-serif; --radius: 6px; } /* --- ARQUITECTURA BLINDADA (APP FULLSCREEN) --- */ .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper { position: fixed !important; /* Fijo a la pantalla, ignora la web de fondo */ top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; width: 100vw !important; height: 100vh !important; background-color: var(--bg-color) !important; color: var(--text-main); font-family: var(--font-body); line-height: 1.8; font-size: 17px; z-index: 2147483647 !important; /* Z-index máximo posible */ overflow-y: auto !important; /* Scroll interno */ -webkit-overflow-scrolling: touch; } .xsirius-container { max-width: 850px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 10; } /* --- ANIMACIONES --- */ @keyframes speedPan { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); } 70% { box-shadow: 0 0 0 20px rgba(212, 175, 55, 0); } 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); } } @keyframes shimmerText { 0% { background-position: -200% center; } 100% { background-position: 200% center; } } /* --- HERO (PORTADA) --- */ .blog-header { position: relative; height: 90vh; min-height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; margin-bottom: 80px; } .header-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* IMAGEN: SHINKANSEN MOTION BLUR (VELOCIDAD) */ background-image: url('https://images.unsplash.com/photo-1532236204992-f5e85c024202?q=80&w=1932&auto=format&fit=crop'); background-size: cover; background-position: center; transform: scale(1.1); transition: transform 10s ease; z-index: 1; filter: brightness(0.4) contrast(1.2); } .header-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(5,5,5,0.2), var(--bg-color)); z-index: 2; } .header-content { position: relative; z-index: 3; padding: 0 20px; max-width: 900px; animation: fadeInUp 1.2s ease-out; } .main-title { font-family: var(--font-heading); font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1; margin-bottom: 25px; font-style: italic; letter-spacing: -1px; color: #fff; text-shadow: 0 10px 30px rgba(0,0,0,0.8); } .subtitle { font-family: var(--font-body); font-size: clamp(1rem, 3vw, 1.3rem); color: var(--luxury-gold); font-weight: 400; letter-spacing: 1px; text-transform: uppercase; border-top: 1px solid rgba(212, 175, 55, 0.5); display: inline-block; padding-top: 20px; } /* --- TEXTO Y TIPOGRAFÍA --- */ .intro-block { border-left: 4px solid var(--japan-red); padding-left: 30px; margin: 40px 0 60px 0; } .drop-cap { float: left; font-family: var(--font-heading); font-size: 5.5rem; line-height: 0.8; padding-right: 15px; color: var(--japan-red); font-weight: 700; } h2 { font-family: var(--font-heading); color: var(--text-main); font-size: 2.2rem; margin-top: 70px; margin-bottom: 25px; border-bottom: 1px solid #333; padding-bottom: 15px; } strong { color: #fff; font-weight: 700; } p { margin-bottom: 25px; color: var(--text-muted); font-weight: 300; font-size: 1.1rem; } /* --- IMÁGENES (VISUAL BREAKS) --- */ .visual-break { width: 100%; height: 400px; object-fit: cover; border-radius: var(--radius); margin: 50px 0; box-shadow: 0 20px 50px rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.1); filter: brightness(0.8); transition: filter 0.5s; } .visual-break:hover { filter: brightness(1); } /* --- CAJAS DE INGENIERÍA (LOGÍSTICA) --- */ .engineering-box { background: linear-gradient(145deg, #151515, #0a0a0a); border: 1px solid #333; border-radius: var(--radius); padding: 30px; margin-bottom: 40px; position: relative; transition: transform 0.3s; } .engineering-box:hover { transform: translateY(-5px); border-color: var(--luxury-gold); } .eng-icon { width: 40px; height: 40px; fill: var(--luxury-gold); margin-bottom: 15px; display: block; } /* --- CAJA EQUIPO (HUMAN FACTOR) --- */ .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .team-card { background: rgba(255,255,255,0.05); padding: 20px; border-radius: var(--radius); text-align: center; border: 1px solid rgba(255,255,255,0.1); } .team-role { color: var(--japan-red); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 5px; display: block; } .team-name { font-family: var(--font-heading); font-size: 1.5rem; color: #fff; } /* --- CTA WHATSAPP --- */ .cta-wrapper { text-align: center; padding: 80px 20px; margin-top: 80px; background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%); border-top: 1px solid var(--luxury-gold); } .btn-whatsapp { display: inline-flex; align-items: center; gap: 12px; background: var(--whatsapp); color: #fff; font-weight: 700; padding: 22px 45px; border-radius: 50px; text-decoration: none; font-size: 1.1rem; text-transform: uppercase; letter-spacing: 1px; transition: transform 0.3s; animation: pulseGlow 2s infinite; box-shadow: 0 0 30px rgba(37, 211, 102, 0.2); } .btn-whatsapp:hover { transform: translateY(-5px); filter: brightness(1.1); } .btn-whatsapp svg { width: 24px; height: 24px; fill: currentColor; } /* --- MANIFIESTO --- */ .manifesto { text-align: center; margin: 80px 0; padding: 40px; border: 1px solid var(--japan-red); background: rgba(217, 4, 41, 0.05); } @media (max-width: 768px) { .main-title { font-size: 2.5rem; } .visual-break { height: 250px; } .intro-block { padding-left: 20px; border-width: 3px; } .btn-whatsapp { width: 100%; justify-content: center; font-size: 0.9rem; padding: 18px 20px; } }     Japón: ¿Lujo es un hotel de cinco estrellas o que nadie te haga esperar? La ingeniería invisible detrás de la Travesía del Fuego Hay una gran mentira en el mundo de los viajes: la gente cree que el lujo es solo una cama cara. En Xsirius Viajes, después de años recorriendo el mundo, hemos aprendido que el verdadero lujo en Japón es el tiempo y la fluidez. Japón es un país de una precisión quirúrgica, pero también es un laberinto diseñado para el que vive allí, no para el que está de paso. El turista medio pierde entre 3 y 4 horas al día en "logística": descifrar trenes, cargar maletas por escaleras infinitas y buscar dónde comer sin que le engañen. Nosotros hemos diseñado la Travesía del Fuego (Noviembre 2026) para que esas 3 horas diarias las pases viendo el Monte Fuji desde un teleférico en Hakone o brindando con sake en una taberna secreta de Osaka. Aquí te abro las puertas de nuestra "ingeniería de viaje". 1. El Servicio "Takkyubin": Viajar como un fantasma   ¿Alguna vez has visto a un turista en la estación de Shinjuku sudando, con una maleta de 20kg en cada mano, intentando entrar en un tren bala lleno? Es la antítesis del placer. En nuestra expedición de 12 días, tus maletas viajan solas. Gracias al servicio Takkyubin, tus maletas salen de Kioto y aparecen mágicamente en tu habitación del Shinagawa Prince en Tokio. Tú solo llevas una mochila pequeña con lo esencial, saltas al Tren Bala y disfrutas del paisaje. Eso es libertad. 2. El Autobús Privado: Donde el tren no llega ? El Shinkansen es increíble, pero tiene un problema: solo llega a las ciudades grandes. Para ver la Cascada de Kegon en Nikko, las casas de techo de paja en Shirakawago o las aldeas samuráis de los Alpes, el turista común depende de autobuses públicos lentos y con horarios imposibles. Nosotros tenemos nuestro propio Autobús Privado de Lujo. Nos recoge en la puerta del hotel y nos deja en el corazón de la experiencia. Sin esperas. Sin colas. Sin extraños. 3. Hoteles con "Doble Intención" ? No elegimos hoteles por el nombre, sino por el propósito: ? Ubicación Estratégica: En ciudades como Osaka y Tokio, dormimos en el corazón del neón (Hearton Nishi-Umeda y Shinagawa Prince). Bajas del ascensor y ya estás viviendo la ciudad. ? Inmersión Cultural: En Gero, nos alojamos en el legendario Suimeikan. Aquí el hotel NO es para dormir, es para vivir el Onsen y la cena Kaiseki. Es un museo donde te permiten pernoctar. 4. El Factor Humano: Nelson, Elena y Paola ? Este es el mayor "hack" del viaje. Un viaje por libre es una lucha constante contra la barrera del idioma y la cultura. Con nosotros, tienes: La Visión Nelson Asegurándome de que cada momento sea épico. La Experta Elena Que conoce los rincones que no salen en las guías. El Cuidado Paola Tu ángel de la guarda para que no te falte nada. No somos guías, somos tus compañeros de expedición. Y eso marca la diferencia entre ser un cliente y ser parte de la tribu.   EL COSTE DE LA OPORTUNIDAD Japón es un viaje que, probablemente, hagas una vez en la vida. Puedes intentar ahorrarte unos euros haciéndolo por tu cuenta y acabar agotado, frustrado y habiendo visto solo la superficie. O puedes unirte a las 20 Almas que han decidido que su tiempo vale más que cualquier otra cosa. La puerta de la Travesía del Fuego se está cerrando. Cuando lleguemos a 20, no habrá más. Ni por todo el oro del mundo. Asegura tu lugar en la historia aquí ? ENTRAR A LA LISTA VIP DE WHATSAPP El tiempo vuela. Nosotros también. Nelson - Xsirius Viajes   function setXsiriusSpacerHeight() { var wrapper = document.querySelector('.xsirius-wrapper'); var spacer = document.getElementById('xsirius-spacer'); if (wrapper && spacer) { spacer.style.height = (wrapper.offsetHeight + 50) + 'px'; } } window.addEventListener('load', setXsiriusSpacerHeight); window.addEventListener('resize', setXsiriusSpacerHeight); setInterval(setXsiriusSpacerHeight, 1000);
Continua leyendo
El arte de romperse y volver a brillar
  • 07/02/2026 22:55:37

/* ========================================= ESTILO KINTSUGI - ORO SOBRE NEGRO ========================================= */ :root { --kintsugi-gold: #D4AF37; /* Oro Puro */ --kintsugi-shine: #F9E5BC; /* Brillo Oro */ --japan-red: #8a1c1c; /* Rojo Sangre Seca (Acento) */ --bg: #050505; /* Negro Profundo */ --text: #F0F0F0; /* Blanco Roto */ --font-heading: 'Cormorant Garamond', serif; --font-body: 'Montserrat', sans-serif; } /* RESET */ .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } /* BLINDAJE TOTAL (APP FULLSCREEN) */ .xsirius-wrapper { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; width: 100vw !important; height: 100vh !important; background-color: var(--bg) !important; color: var(--text); font-family: var(--font-body); line-height: 1.9; z-index: 2147483647 !important; /* Capa suprema */ font-size: 18px; overflow-y: auto !important; /* Scroll interno */ -webkit-overflow-scrolling: touch; } /* TEXTURA DE FONDO (SUTIL) */ .xsirius-wrapper::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E"); opacity: 0.4; pointer-events: none; z-index: 999; mix-blend-mode: overlay; } /* ANIMACIONES */ @keyframes goldFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes slowZoom { 0% { transform: scale(1); } 100% { transform: scale(1.15); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulseGold { 0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); } 70% { box-shadow: 0 0 0 20px rgba(212, 175, 55, 0); } 100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); } } /* HERO */ .hero-immersive { position: relative; height: 95vh; min-height: 600px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 80px; overflow: hidden; } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* IMAGEN: HOJAS DORADAS/ROJAS CON LUZ (Vetas de oro) */ background-image: url('https://images.unsplash.com/photo-1523712999610-f77fbcfc3843?q=80&w=1920&auto=format&fit=crop'); background-size: cover; background-position: center; animation: slowZoom 45s infinite alternate ease-in-out; z-index: 1; filter: brightness(0.5) contrast(1.2); } .hero-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(5,5,5,0.2) 0%, rgba(5,5,5,0.6) 50%, rgba(5,5,5,1) 95%); z-index: 2; } .hero-text-box { position: relative; z-index: 3; max-width: 900px; padding: 0 20px; text-align: center; animation: fadeInUp 1.5s ease-out; } /* TÍTULO KINTSUGI (ORO LÍQUIDO) */ .hero-h1 { font-family: var(--font-heading); font-size: clamp(3rem, 9vw, 6.5rem); line-height: 0.95; margin-bottom: 20px; font-style: italic; letter-spacing: -1px; /* Degradado Oro */ background: linear-gradient(45deg, #996515 0%, #D4AF37 25%, #FFF 50%, #D4AF37 75%, #996515 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: goldFlow 4s linear infinite; filter: drop-shadow(0 0 25px rgba(212, 175, 55, 0.3)); } .hero-subtitle { font-size: clamp(1.1rem, 3vw, 1.5rem); color: #e0e0e0; font-weight: 300; max-width: 800px; margin: 0 auto; border-top: 1px solid rgba(212, 175, 55, 0.5); padding-top: 20px; letter-spacing: 1px; } /* CONTENIDO */ .content-wrapper { max-width: 800px; margin: 0 auto; position: relative; z-index: 4; padding: 60px 20px; } .intro-hook { margin-bottom: 60px; } .drop-cap { float: left; font-family: var(--font-heading); font-size: 6rem; line-height: 0.7; padding-right: 15px; padding-top: 5px; color: var(--kintsugi-gold); font-weight: 700; } .intro-p { font-size: 1.25rem; color: #e0e0e0; line-height: 1.7; font-weight: 300; } /* TÍTULOS H2 CON DETALLE ORO */ .sensory-h2 { font-family: var(--font-heading); font-size: 2.5rem; margin-bottom: 30px; line-height: 1.1; display: flex; align-items: center; gap: 15px; color: var(--text); } .sensory-h2::after { content: ''; flex-grow: 1; height: 1px; background: linear-gradient(to right, var(--kintsugi-gold), transparent); } .h2-icon { width: 35px; height: 35px; fill: var(--kintsugi-gold); flex-shrink: 0; } /* IMÁGENES */ .cinematic-image-container { margin: 60px 0; position: relative; border-radius: 4px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.7); border: 1px solid rgba(212, 175, 55, 0.2); } .cinematic-img { width: 100%; height: 450px; object-fit: cover; display: block; transition: transform 0.8s ease; filter: brightness(0.9) sepia(0.1); } .cinematic-image-container:hover .cinematic-img { transform: scale(1.05); filter: brightness(1) sepia(0); } /* CAJA TRIBU */ .tribe-box { background: linear-gradient(180deg, #111, #080808); border: 1px solid var(--kintsugi-gold); border-radius: 8px; padding: 40px; margin: 60px 0; text-align: center; } /* MANIFIESTO & CTA */ .manifesto { text-align: center; padding: 60px 20px; margin-top: 60px; border-top: 1px solid #222; border-bottom: 1px solid #222; } .manifesto h2 { font-size: 2rem; color: var(--japan-red); margin-bottom: 20px; } .final-cta-wrapper { background: radial-gradient(circle at center, #1a1a1a 0%, #000 100%); padding: 80px 20px; text-align: center; margin-top: 60px; border-top: 1px solid var(--kintsugi-gold); } .whatsapp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; background: #25D366; color: white; padding: 22px 40px; border-radius: 100px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; font-size: 1.1rem; box-shadow: 0 0 30px rgba(37, 211, 102, 0.2); animation: pulseGold 2s infinite; transition: transform 0.2s; } .whatsapp-btn:hover { transform: translateY(-5px); filter: brightness(1.1); } .signature-footer { text-align: center; padding: 60px 20px; color: #666; font-size: 0.9rem; } @media (max-width: 768px) { .drop-cap { font-size: 5rem; } .hero-h1 { font-size: 3.5rem; } .cinematic-img { height: 280px; } .sensory-h2 { font-size: 2rem; flex-direction: column; align-items: flex-start; } .sensory-h2::after { display: none; } }     El arte de romperse y volver a brillar Por qué este viaje a Japón se llama "Edición Kintsugi" Hay una palabra japonesa que resume perfectamente por qué hacemos lo que hacemos en Xsirius Viajes: Kintsugi. Es el arte de reparar la cerámica rota con resina mezclada con polvo de oro. En lugar de ocultar las grietas, los maestros japoneses las resaltan. Dicen que el objeto es ahora más fuerte, más bello y tiene más historia que antes de romperse. Occidente nos rompe. El estrés, las pantallas, la prisa constante y la sensación de que los días son fotocopias unos de otros nos van agrietando por dentro. "Por eso, este Noviembre de 2026, no te llevamos a Japón a 'ver cosas'. Te llevamos a buscar el oro para tus grietas." El sonido del silencio en Kioto Imagina despertarte en el Miyako Hotel Kyoto Hachijo. El aire es fresco. No hay ruidos de tráfico, solo la promesa de lo que está por venir. Caminamos hacia Arashiyama. No es solo un bosque de bambú; es una catedral natural. El verdadero lujo aquí no es el dinero, es el sonido: el crujir rítmico de los tallos de bambú chocando entre sí. Es una frecuencia que no existe en las ciudades y que, de repente, hace que tu respiración se calme. Visitamos el Templo Tenryu-ji. Te sientas frente a su jardín zen. No hay nada que hacer. No hay correos que responder. Solo estás tú, el jardín y el siglo XIV d.C. saludándote. El fuego del Momiji y el agua de Gero Viajamos en la "Travesía del Fuego" porque es el momento del Momiji. Los arces no se vuelven naranjas; se vuelven de un rojo tan violento que parece que el bosque está ardiendo en vida. Es el recordatorio de que todo tiene su ciclo y que el final de una etapa puede ser lo más hermoso que veas jamás. Y tras el fuego, el agua. Llegamos a Gero, al legendario Suimeikan. Aquí practicarás el arte del Onsen. Sumergir tu cuerpo en aguas termales milenarias mientras el vapor sube hacia el cielo de los Alpes Japoneses. En ese momento, las grietas de las que hablábamos empiezan a sellarse. La mirada que lo cambia todo Japón te enseña resiliencia. Estar bajo la Cúpula de la Bomba Atómica en Hiroshima te pone los pelos de punta. Es el peso de la historia. Pero luego, cruzamos en barco a la isla de Miyajima. Ves el Gran Torii flotando sobre el mar, majestuoso, eterno. Entiendes que el ser humano es capaz de lo peor, pero también de crear la belleza más absoluta. Ese contraste es el que te llevas a casa. Es el que te hace volver siendo otra persona. La Tribu de las 20 Almas ? Este viaje no se puede hacer con 50 personas. No podrías entrar en la pequeña taberna de Osaka donde probaremos el mejor takoyaki de tu vida. No podrías sentir el respeto en el Santuario Toshogu en Nikko. No podrías compartir tus miedos y tus sueños con Nelson, Elena y Paola mientras cenamos en Shinjuku rodeados de rascacielos. Este viaje es para 20 personas que han decidido que ya basta de posponer su felicidad. ?? EL ÚLTIMO TREN BALA No te engañes: este viaje no se repetirá. Es una Edición Única. Las plazas no son un recurso infinito. Son 20 asientos hacia una versión de ti mismo que aún no conoces. Si buscas un hotel barato y una guía de papel, hay mil opciones ahí fuera. Si buscas el oro para tus grietas, solo hay una. La Travesía del Fuego está llamando. ¿Vas a responder? Únete a la Tribu VIP antes de que se cierre la puerta ? QUIERO MI PLAZA EN LA LISTA DE ESPERA Te esperamos donde el sol nace. Nos vemos en Japón. Nelson - Xsirius Viajes Sede central en Móstoles (Madrid). Especialistas en Japón.
Continua leyendo
Japón 2026: Por qué he cerrado la puerta a los turistas (y solo dejo entrar a 20 viajeros)
  • 07/02/2026 20:34:10

/* ========================================= ARQUITECTURA SENSORIAL V11 (NEUROMARKETING) ========================================= */ :root { --primary: #D90429; /* Rojo Urgencia */ --accent: #FFD700; /* Oro Lujo */ --whatsapp: #25D366; --bg: #030303; /* Negro Infinito */ --text: #F2F2F2; --font-heading: 'Cormorant Garamond', serif; --font-body: 'Montserrat', sans-serif; } /* 1. BLINDAJE NUCLEAR (CERO ESPACIOS BLANCOS) */ .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; background-color: var(--bg) !important; color: var(--text); font-family: var(--font-body); line-height: 1.9; z-index: 999999; /* Capa suprema */ font-size: 18px; } /* TRUCO PARA MÓVIL: MODO APP FULLSCREEN */ @media (max-width: 768px) { .xsirius-wrapper { position: fixed !important; /* Fija la capa sobre todo */ top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; height: 100% !important; overflow-y: scroll !important; /* Scroll interno */ -webkit-overflow-scrolling: touch; padding-top: 0 !important; margin-top: 0 !important; } } /* 2. TEXTURA CINEMATOGRÁFICA (SENSORIAL) */ .xsirius-wrapper::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E"); opacity: 0.4; pointer-events: none; z-index: 999; mix-blend-mode: overlay; } /* ANIMACIONES SENSORIALES */ @keyframes gradientFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } @keyframes heartbeat { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 20px rgba(37, 211, 102, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } } @keyframes slowZoom { 0% { transform: scale(1); } 100% { transform: scale(1.15); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } /* NUEVA ANIMACIÓN TÍTULO (FUEGO LÍQUIDO) */ @keyframes textShimmer { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } /* HERO */ .hero-immersive { position: relative; height: 95vh; min-height: 600px; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 80px; overflow: hidden; } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* IMAGEN CAMBIADA: PAGODA CHUREITO + FUJI (EPIC) */ background-image: url('https://images.unsplash.com/photo-1490806843957-31f4c9a91c65?q=80&w=1920&auto=format&fit=crop'); background-size: cover; background-position: center; animation: slowZoom 40s infinite alternate ease-in-out; z-index: 1; filter: brightness(0.5) contrast(1.2); /* Más oscura para que el texto BRILLE */ } .hero-gradient { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(3,3,3,0.1) 0%, rgba(3,3,3,0.6) 50%, rgba(3,3,3,1) 95%); z-index: 2; } .hero-text-box { position: relative; z-index: 3; max-width: 900px; padding: 0 20px; text-align: center; animation: fadeInUp 1.5s ease-out; } /* TÍTULO H1 NEUROMARKETING (MODIFICADO) */ .hero-h1 { font-family: var(--font-heading); font-size: clamp(3.5rem, 10vw, 7rem); /* Tamaño aumentado */ line-height: 0.9; margin-bottom: 20px; font-style: italic; letter-spacing: -2px; /* EFECTO DEGRADADO EN MOVIMIENTO */ background: linear-gradient(45deg, #ff0000 0%, #ffffff 25%, #d4af37 50%, #ff0000 100%); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textShimmer 4s linear infinite; /* GLOW TRASERO */ filter: drop-shadow(0 0 25px rgba(217, 4, 41, 0.6)); } /* EFECTO SHIMMER EN SUBTÍTULO */ .hero-subtitle { font-size: clamp(1.2rem, 3vw, 1.6rem); background: linear-gradient(45deg, #D4AF37, #F8F8FF, #D4AF37); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: gradientFlow 5s linear infinite; font-weight: 600; max-width: 800px; margin: 0 auto; border-top: 1px solid rgba(212, 175, 55, 0.3); padding-top: 20px; } /* CUERPO DEL ARTÍCULO */ .content-wrapper { max-width: 800px; margin: 0 auto; position: relative; z-index: 4; padding: 60px 20px; } /* INTRO */ .intro-hook { margin-bottom: 80px; } .drop-cap { float: left; font-family: var(--font-heading); font-size: 7rem; line-height: 0.7; padding-right: 20px; padding-top: 10px; color: var(--primary); font-weight: 700; text-shadow: 0 0 20px rgba(217, 4, 41, 0.3); /* Glow rojo sutil */ } .intro-p { font-size: 1.35rem; color: #e0e0e0; line-height: 1.6; font-weight: 300; } .strong-hook { color: #fff; font-weight: 600; border-bottom: 2px solid var(--primary); } /* TÍTULOS VIVOS (EFECTO DEGRADADO EN MOVIMIENTO) */ .sensory-h2 { font-family: var(--font-heading); font-size: 2.8rem; margin-bottom: 30px; line-height: 1.1; display: flex; align-items: center; gap: 15px; /* Degradado Oro-Rojo Animado */ background: linear-gradient(90deg, var(--accent), #fff, var(--accent)); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: gradientFlow 8s ease infinite; } .h2-icon { width: 40px; height: 40px; fill: var(--primary); flex-shrink: 0; filter: drop-shadow(0 0 5px rgba(217,4,41,0.5)); } /* IMÁGENES DE IMPACTO */ .cinematic-image-container { margin: 60px 0; position: relative; border-radius: 4px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.6); border: 1px solid #222; } .cinematic-img { width: 100%; height: 500px; object-fit: cover; display: block; transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); filter: contrast(1.1) brightness(0.9); } .cinematic-image-container:hover .cinematic-img { transform: scale(1.05); filter: contrast(1) brightness(1); } .img-caption { position: absolute; bottom: 0; left: 0; width: 100%; background: linear-gradient(to top, rgba(0,0,0,1), transparent); padding: 40px 20px 15px; color: rgba(255,255,255,0.9); font-family: var(--font-heading); font-style: italic; font-size: 1.1rem; } /* LOGÍSTICA (CAJA CON BORDE ANIMADO) */ .logistics-box { background: #0a0a0a; padding: 50px 30px; border-radius: 8px; position: relative; margin: 80px 0; text-align: center; /* Borde falso con degradado */ border: 1px solid transparent; background-image: linear-gradient(#0a0a0a, #0a0a0a), linear-gradient(45deg, var(--primary), var(--accent)); background-origin: border-box; background-clip: content-box, border-box; } /* LISTAS */ .icon-list { list-style: none; margin: 30px 0; padding: 0; } .icon-list li { display: flex; gap: 20px; margin-bottom: 25px; align-items: flex-start; text-align: left; } .svg-icon-wrap { flex-shrink: 0; width: 40px; height: 40px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; fill: var(--primary); } .svg-icon-wrap svg { width: 20px; height: 20px; } /* MANIFIESTO */ .manifesto { text-align: center; padding: 60px 20px; border-top: 1px solid #222; border-bottom: 1px solid #222; } .manifesto h2 { font-size: 2.5rem; color: #fff; display: flex; justify-content: center; align-items: center; gap: 15px; text-shadow: 0 0 30px rgba(217, 4, 41, 0.4); } /* CTA FINAL HIPNÓTICO */ .final-cta-wrapper { /* Fondo con degradado radial sutil rojo */ background: radial-gradient(circle at center, rgba(26, 5, 5, 0.8) 0%, rgba(5, 5, 5, 1) 100%); padding: 80px 20px; text-align: center; margin-top: 60px; border-top: 1px solid #1a1a1a; } .whatsapp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 15px; background: var(--whatsapp); color: white; padding: 25px 40px; border-radius: 100px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; font-size: 1.1rem; box-shadow: 0 0 30px rgba(37, 211, 102, 0.3); animation: heartbeat 2.5s infinite; transition: transform 0.2s; } .whatsapp-btn:hover { filter: brightness(1.2); transform: translateY(-5px); } .cta-fire-icon { width: 30px; height: 30px; fill: #ff4500; display: inline-block; vertical-align: middle; margin-left: 10px; filter: drop-shadow(0 0 5px #ff4500);} /* FOOTER */ .signature-footer { text-align: center; padding: 60px 20px; color: #666; font-size: 0.9rem; } @media (max-width: 768px) { .drop-cap { font-size: 5rem; } .hero-h1 { font-size: 3.5rem; } .cinematic-img { height: 280px; } .sensory-h2 { font-size: 2rem; flex-direction: column; align-items: flex-start; } }     Japón 2026: Por qué he cerrado la puerta a los turistas "La diferencia entre visitar un país y dejar que te atraviese el alma. Bienvenidos a la Travesía del Fuego." Voy a ser brutalmente honesto contigo. Si tu idea de ir a Japón es hacerte una foto rápida, comer sushi de supermercado y correr detrás de una bandera amarilla junto a 50 desconocidos... este artículo no es para ti. Puedes cerrar la página ahora mismo. Hay cientos de agencias que te venderán eso encantadas. Pero si sigues leyendo, es porque intuyes que viajar es algo más. Es porque sientes que la vida se te está pasando "respirando" en lugar de "viviendo". "En Xsirius Viajes, hemos diseñado la ruta más ambiciosa de nuestra historia: La Travesía del Fuego (Noviembre 2026). Solo hay 20 plazas." 1. Impacto Espiritual Olvídate de ver templos desde la ventanilla de un autobús lleno. Aquí vamos a pisar tierra sagrada. Empezaremos fuerte. En Nara, caminarás entre ciervos sagrados y te sentirás diminuto ante el Gran Buda del Templo Todaiji (la construcción de madera más grande del mundo). Arashiyama: Donde el viento canta entre el bambú. Pero la verdadera magia nos espera en Kioto: Escucharás el choque de los tallos de bambú en Arashiyama, un sonido que limpia la mente, y visitaremos el templo Zen Tenryu-ji. Te quedarás sin aliento ante las 1001 estatuas de Kannon en Sanjusangendo y el imponente Torii rojo del Santuario Heian. Nos perderemos por las calles empedradas de Sannenzaka y Ninenzaka hasta llegar al barrio de Gion, buscando esa atmósfera de película. 2. Historia y Resiliencia Este viaje también es un homenaje a la paz. Tomaremos el Tren Bala hacia Hiroshima. Estar bajo la Cúpula de la Bomba Atómica y visitar el Museo de la Paz es un momento duro, pero absolutamente necesario. Te cambia la mirada. El contraste será inmediato: cruzaremos en barco a Miyajima, la "Isla de los Dioses", para ver el famoso Gran Torii flotando sobre el mar. El Gran Torii: Silencio y eternidad. 3. El Japón Profundo Aquí es donde el turista promedio no llega. Nosotros sí, gracias a nuestro Autobús Privado: Shirakawago: Entraremos en un cuento. Una aldea Patrimonio de la Humanidad con casas de techo de paja (Gassho-zukuri) rodeadas de montañas. Takayama: Pasearemos por la calle antigua y probaremos el sake en sus destilerías tradicionales. La Joya de la Corona (Gero): Dormiremos en el legendario Ryokan Suimeikan. Bañarse en sus aguas termales (Onsen) al aire libre y cenar vestido con tu Yukata no tiene precio. 4. El Futuro y el Neón Del silencio absoluto pasaremos a la energía pura. Hakone: Navegaremos por el Lago Ashi en barco pirata y subiremos al teleférico buscando al tímido Monte Fuji. Tokio y Osaka: Cenaremos bajo los neones locos de Dotombori en Osaka. En Tokio, subiremos a la Torre de Tokio, cruzaremos Shibuya y sentiremos el futurismo en Odaiba. La ciudad que nunca duerme. La Logística del "Fantasma" ¿Cómo es posible vivir todo esto en 12 días sin morir de estrés? Porque hemos eliminado lo que te frena: Tus maletas viajan solas: De Kioto a Tokio, usamos el servicio Takkyubin. Tú viajas ligero en el Tren Bala. Hoteles Estratégicos: Dormimos en el centro de la acción (Hearton Osaka, Miyako Kioto, Shinagawa Prince Tokio). MANIFIESTO FINAL: ¿POR QUÉ SOLO 20? Podríamos haber llenado dos autobuses. Hubiera sido más fácil. Pero hemos decidido cerrar el grupo a 20 ALMAS. Porque para entrar en las tabernas escondidas, para caminar en silencio o para conectar de verdad... no puedes ir en manada. Tienes que ir en Tribu. Elena, Paola y yo, Nelson, estaremos ahí cuidando cada detalle. "Dejarás de 'ver' la vida pasar para empezar a protagonizarla." La lista de espera está ardiendo Pulsa el botón y únete al grupo VIP ahora. QUIERO ACCESO A LA LISTA DE ESPERA (Sin compromiso. Solo para asegurar tu plaza). Nos vemos en Japón. Nelson - Xsirius Viajes Sede central en Móstoles (Madrid). Especialistas en Japón.   function setXsiriusSpacerHeight() { var wrapper = document.querySelector('.xsirius-wrapper'); var spacer = document.getElementById('xsirius-spacer'); if (wrapper && spacer) { spacer.style.height = (wrapper.offsetHeight + 150) + 'px'; } } window.addEventListener('load', setXsiriusSpacerHeight); window.addEventListener('resize', setXsiriusSpacerHeight); setInterval(setXsiriusSpacerHeight, 2000);
Continua leyendo
Japón: Manual de Supervivencia Cultura
  • 26/01/2026 15:50:03

:root { /* --- BRANDING XSIRIUS DARK EDITORIAL --- */ --c-bg: #0b0e11; --c-text: #e2e8f0; --c-gold: #D4AF37; --c-gold-dim: #8a7035; --c-red: #b91c1c; /* Rojo Japón Oscuro */ --c-card: #151a21; --c-border: #2d3748; --f-title: 'Cinzel', serif; /* Fuente muy elegante para títulos */ --f-serif: 'Cormorant Garamond', serif; --f-body: 'Montserrat', sans-serif; } /* --- RESET & BASE --- */ .xsirius-blog-wrapper *, .xsirius-blog-wrapper *::before, .xsirius-blog-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; } .xsirius-blog-wrapper { position: absolute; top: 0; left: 0; width: 100%; min-height: 100vh; background-color: var(--c-bg); color: var(--c-text); font-family: var(--f-body); font-size: 18px; line-height: 1.8; z-index: 9999; } /* --- LAYOUT DE LECTURA (Optimizado SEO) --- */ .article-container { max-width: 800px; margin: 0 auto; padding: 0 25px; } .hero-container { width: 100%; height: 60vh; position: relative; overflow: hidden; } /* --- TIPOGRAFÍA --- */ h1, h2, h3, h4 { color: var(--c-gold); margin-top: 3rem; margin-bottom: 1.5rem; line-height: 1.2; } h1 { font-family: var(--f-title); font-size: clamp(2.5rem, 6vw, 4.5rem); text-transform: uppercase; letter-spacing: 2px; text-align: center; background: linear-gradient(to bottom, #fff, #aaa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 1rem; } h2 { font-family: var(--f-serif); font-size: 2.5rem; border-bottom: 1px solid var(--c-gold); padding-bottom: 10px; display: inline-block; } h3 { font-family: var(--f-body); font-size: 1.5rem; font-weight: 700; color: #fff; margin-top: 2rem; } p { margin-bottom: 1.5rem; color: #cbd5e0; font-weight: 300; text-align: justify; } strong { color: var(--c-gold); font-weight: 600; } em { font-family: var(--f-serif); font-size: 1.1em; color: #fff; } /* --- HERO VISUAL (CSS PURE ART - NO IMAGES) --- */ .hero-visual { width: 100%; height: 100%; background: radial-gradient(circle at 50% 50%, #2c0b0e 0%, #0b0e11 100%); display: flex; flex-direction: column; justify-content: center; align-items: center; border-bottom: 4px solid var(--c-gold); } .japan-sun { width: 150px; height: 150px; background: var(--c-red); border-radius: 50%; box-shadow: 0 0 60px rgba(185, 28, 28, 0.4); margin-bottom: 30px; animation: rise 3s ease-out; } @keyframes rise { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } /* --- CAJAS DE CONTENIDO (RICH SNIPPETS) --- */ .info-box { background: var(--c-card); border: 1px solid var(--c-border); padding: 30px; border-radius: 8px; margin: 40px 0; position: relative; overflow: hidden; } .info-box::before { content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background: var(--c-gold); } .info-title { font-family: var(--f-serif); font-size: 1.8rem; color: var(--c-gold); margin-bottom: 15px; display: flex; align-items: center; gap: 10px; } /* --- LISTAS ESTILIZADAS --- */ ul.check-list { list-style: none; padding: 0; } ul.check-list li { margin-bottom: 15px; padding-left: 30px; position: relative; } ul.check-list li::before { content: '?'; color: var(--c-gold); position: absolute; left: 0; top: 0; font-weight: bold; } ul.cross-list { list-style: none; padding: 0; } ul.cross-list li { margin-bottom: 15px; padding-left: 30px; position: relative; color: #fda4af; } ul.cross-list li::before { content: '?'; color: var(--c-red); position: absolute; left: 0; top: 0; font-weight: bold; } /* --- TABLE OF CONTENTS (TOC) --- */ .toc { background: #111; padding: 30px; margin: 40px 0; border: 1px solid #333; } .toc summary { cursor: pointer; color: var(--c-gold); font-weight: bold; margin-bottom: 10px; } .toc ul { list-style: none; padding-left: 20px; margin-top: 10px; } .toc li a { color: #888; text-decoration: none; font-size: 0.9rem; transition: 0.3s; } .toc li a:hover { color: #fff; padding-left: 5px; } /* --- WORD BOX (GLOSSARY) --- */ .word-card { display: inline-block; background: #222; padding: 5px 10px; border-radius: 4px; font-family: monospace; color: var(--c-gold); border: 1px solid #444; margin: 0 2px; } /* --- FOOTER --- */ .article-footer { border-top: 1px solid var(--c-border); margin-top: 80px; padding: 40px 0; text-align: center; color: #666; font-size: 0.9rem; } .author-sig { font-family: var(--f-title); color: var(--c-gold); font-size: 1.5rem; margin-bottom: 10px; display: block; } /* --- MEDIA QUERIES --- */ @media (max-width: 768px) { h1 { font-size: 2.2rem; } .hero-container { height: 40vh; } p { text-align: left; } }   Japón: Manual de Supervivencia Cultural Lo que nadie te cuenta antes de subir al avión Viajar a Japón no es solo desplazarse en el espacio; es desplazarse a otra dimensión social. Es un país donde lo que no se dice es más importante que lo que se dice. Donde el silencio es una forma de respeto y donde equivocarse con los palillos puede cambiar la atmósfera de una cena. Muchos viajeros regresan fascinados por los neones pero confundidos por la frialdad aparente de la gente. La realidad es que no son fríos; son respetuosos hasta el extremo. Si vas a viajar en 2026, esta guía no es opcional. Es tu pasaporte para dejar de ser un turista molesto y convertirte en un invitado honorable. ÍNDICE DE CONTENIDOS 1. La Regla de Oro: El Espacio Compartido 2. El Ritual del Dinero (Cash is King) 3. Etiqueta en la Mesa: Sorber es Bueno 4. La Verdad Desnuda de los Onsen 5. El Misterio de las Papeleras Fantasma 1. La Regla de Oro: El Espacio Compartido En Occidente, el protagonista eres tú. En Japón, el protagonista es el "Wa" (?), la armonía del grupo. Todo comportamiento que rompa esa armonía está mal visto. ? En el Tren y Metro Prohibido hablar por teléfono: Verás carteles pidiendo poner el móvil en "Manner Mode". Si te llaman, cuelga o sal al espacio entre vagones. No comer ni beber: Salvo en el Shinkansen (tren bala) donde sí está permitido (y es tradición comer un Ekiben), en el metro urbano está mal visto comer. Mochilas delante: Si el tren va lleno, ponte la mochila en el pecho o en la rejilla superior para no golpear a nadie. No escucharás música alta. No escucharás gritos. Es un silencio denso, pero pacífico. Intenta mimetizarte con él. Si viajas en grupo con amigos, bajad el volumen. Si gritáis en español, seréis el centro de miradas de desaprobación (aunque nadie os dirá nada). 2. El Ritual del Dinero Japón es una paradoja tecnológica: robots en los hoteles, pero obsesión por el dinero en efectivo. Aunque esto está cambiando rápido, muchos templos, máquinas de tickets y pequeños restaurantes solo aceptan Cash. La Bandeja Azul Cuando pagues en una tienda (Konbini) o restaurante, verás una pequeña bandeja junto a la caja. Nunca entregues el dinero en mano al cajero. Deposita los billetes y monedas en la bandeja. El cajero lo recogerá de ahí. Te devolverá el cambio también en la bandeja o, si te lo da en mano, lo hará sujetando los billetes con ambas manos como si fuera un regalo. ? NO DEJES PROPINA Es el error número 1. En Japón, la propina no existe. El buen servicio se da por orgullo profesional, no por recompensa extra. Si dejas monedas en la mesa, el camarero saldrá corriendo detrás de ti pensando que se te han olvidado. No insistas. 3. Etiqueta en la Mesa La comida es sagrada. Antes de comer, siempre se dice Itadakimasu (recibo humildemente este alimento) y al terminar Gochisousama deshita (gracias por este festín). Los Palillos (Ohashi) Nunca claves los palillos en el arroz: Se parece al incienso de los funerales. Es tabú. No pases comida de palillo a palillo: Recuerda al ritual de pasar los huesos del difunto tras la cremación. Si quieres compartir, deja la comida en el plato de la otra persona. No chupes los palillos: Es de mala educación. El Ruido es un Elogio Si comes Ramen o Soba (fideos), escucharás a los japoneses sorber ruidosamente (Slurping). Al contrario que en España, aquí está bien visto. Sirve para enfriar los fideos y potenciar el aroma. ¡Inténtalo sin mancharte la camisa! 4. La Verdad Desnuda de los Onsen Sumergirse en aguas volcánicas es la quintaesencia de Japón. Pero el Onsen (baño termal) es un lugar de pureza, no una piscina. Desnudez Total: Nada de bañadores. La ropa está considerada "sucia" para el agua pura. Hombres y mujeres suelen estar separados (salvo en algunos mixtos rurales). Ducharse ANTES: Tienes que entrar al agua impoluto. Siéntate en los taburetes, lávate a conciencia con jabón y aclárate bien. Ni una gota de jabón debe tocar la piscina termal. La Toallita: Te darán una toalla pequeña. Puedes ponerla en tu cabeza mientras te bañas, pero nunca sumergirla en el agua. *Nota sobre Tatuajes: Históricamente asociados a la Yakuza. Muchos onsen públicos prohíben la entrada. Si tienes tatuajes, busca lugares "Tattoo Friendly" o reserva un baño privado (Kashikiri). 5. El Misterio de las Papeleras Fantasma Caminarás por Tokyo y verás calles inmaculadas, pero no verás papeleras. ¿Cómo es posible? La mentalidad japonesa es: "Si tú generas basura, tú eres responsable de ella". La gente lleva sus envoltorios y botellas vacías en el bolso hasta llegar a casa o hasta encontrar una estación de reciclaje (suelen estar junto a las máquinas de vending). No tires nada al suelo. Jamás. Sería una ofensa grave a la comunidad. Conclusión: El Viaje Interior Japón te cambiará. Volverás a casa y te molestará que la gente grite en el autobús. Echarás de menos que el cajero te salude con una reverencia. Aprenderás que el respeto al prójimo hace la vida más fácil para todos. Viajar allí no es solo ver templos; es aprender una forma diferente de ser humano. Xsirius Blog Contenido Editorial para Viajeros Exigentes. Investigación y redacción propia basada en 20 años de experiencia en destino. Volver al Inicio ? Ver Guía de Destinos   function setSpacerHeight() { var wrapper = document.querySelector('.xsirius-blog-wrapper'); var spacer = document.getElementById('xsirius-spacer'); if (wrapper && spacer) { spacer.style.height = wrapper.offsetHeight + 'px'; } } window.addEventListener('load', setSpacerHeight); window.addEventListener('resize', setSpacerHeight); setInterval(setSpacerHeight, 2000);
Continua leyendo
La Gran Guía de Perú: Todo lo que necesitas saber
  • 20/01/2026 21:08:43

:root { /* --- PALETA IMPERIAL OSCURA --- */ --hub-gold: #C5A059; /* Oro Inca */ --hub-dark: #0F172A; /* Fondo Principal */ --hub-card: #1E293B; /* Fondo Tarjetas */ --hub-text: #F8FAFC; /* Texto Claro */ --hub-mute: #94A3B8; /* Texto Secundario */ --wa-color: #25D366; /* WhatsApp */ --f-title: 'Cinzel', serif; --f-body: 'Manrope', sans-serif; --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.5); --radius: 8px; /* GRADIENTES DE SEGURIDAD (Si falla la foto) */ --grad-gold: linear-gradient(135deg, #3E2723, #C5A059); --grad-blue: linear-gradient(135deg, #0D47A1, #42A5F5); --grad-green: linear-gradient(135deg, #1B5E20, #66BB6A); --grad-red: linear-gradient(135deg, #B71C1C, #EF5350); --grad-grey: linear-gradient(135deg, #263238, #78909C); } /* --- RESET NUCLEAR --- */ html, body { margin: 0; padding: 0; background-color: var(--hub-dark); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--hub-dark); color: var(--hub-text); font-family: var(--f-body); line-height: 1.6; font-size: 16px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 0.5s ease; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-title); color: white; margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 8vw, 5rem); line-height: 1.1; margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 2px; text-align: center; text-shadow: 0 10px 30px rgba(0,0,0,0.5); } .xsirius-wrapper h2 { font-size: 2rem; text-align: center; margin: 5rem 0 3rem; color: var(--hub-gold); border-bottom: 1px solid rgba(197, 160, 89, 0.3); padding-bottom: 20px; display: flex; flex-direction: column; align-items: center; gap: 5px; } .xsirius-wrapper h2 span { font-family: var(--f-body); font-size: 0.9rem; color: var(--hub-mute); letter-spacing: 3px; font-weight: 400; text-transform: uppercase; } .xsirius-wrapper h3 { font-size: 1.2rem; margin-bottom: 0.5rem; line-height: 1.3; color: white; } .intro-text { font-size: 1.2rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: var(--hub-mute); font-weight: 300; padding: 0 20px; } /* --- LAYOUT --- */ .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-hub { position: relative; height: 70vh; min-height: 500px; background-color: #0F172A; /* Fallback color */ /* IMAGEN DE FONDO PRINCIPAL */ background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/eb/Machu_Picchu%2C_Peru.jpg'); background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; border-bottom: 4px solid var(--hub-gold); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 1)); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeIn 1.5s ease; } .badge-top { background: var(--hub-gold); color: var(--hub-dark); padding: 8px 20px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 0.8rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 0 20px rgba(197, 160, 89, 0.4); } /* --- GRID SYSTEM --- */ .blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 30px; margin-bottom: 4rem; } /* --- CARD DESIGN --- */ .blog-card { background: var(--hub-card); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-card); transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.05); display: flex; flex-direction: column; height: 100%; } .blog-card:hover { transform: translateY(-5px); border-color: var(--hub-gold); } .blog-card:hover .card-img img { transform: scale(1.1); opacity: 0.8; } .blog-card:hover h3 { color: var(--hub-gold); } /* ZONA DE IMAGEN CON FONDO DE SEGURIDAD */ .card-img { height: 200px; overflow: hidden; position: relative; cursor: pointer; display: block; } /* CLASES DE FONDO POR SI FALLA LA FOTO */ .bg-history { background: var(--grad-gold); } .bg-nature { background: var(--grad-green); } .bg-water { background: var(--grad-blue); } .bg-tips { background: var(--grad-grey); } .bg-alert { background: var(--grad-red); } .card-tag { position: absolute; top: 15px; left: 15px; background: rgba(15, 23, 42, 0.9); color: var(--hub-gold); padding: 5px 10px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; z-index: 2; border-left: 3px solid var(--hub-gold); } .card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; } .card-excerpt { color: var(--hub-mute); font-size: 0.95rem; margin-bottom: 1.5rem; flex: 1; } .card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; } /* --- BUTTONS --- */ .btn-read { text-align: center; padding: 10px; border: 1px solid rgba(255,255,255,0.2); color: white; font-weight: 700; font-size: 0.8rem; border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 5px; text-transform: uppercase; } .btn-read:hover { background: white; color: var(--hub-dark); } .btn-wa { text-align: center; padding: 10px; background: var(--wa-color); color: white; font-weight: 800; font-size: 0.8rem; border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 5px; text-transform: uppercase; } .btn-wa:hover { background: #1DB954; } /* --- FOOTER --- */ .footer { background: #020617; padding: 5rem 2rem; text-align: center; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 5rem; } .footer-contact { display: flex; justify-content: center; gap: 30px; margin-top: 2rem; flex-wrap: wrap; color: white; font-weight: 700; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.5); border: 2px solid white; transition: 0.3s; animation: pulse 3s infinite; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); } 70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); } 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-hub { height: 60vh; } .blog-grid { grid-template-columns: 1fr; } .card-actions { gap: 10px; } }   HUB DE CONTENIDOS PERÚ: LA GRAN GUÍA Tu viaje empieza aquí. La colección completa de guías, secretos y consejos de Viajes Xsirius. HABLAR CON UN EXPERTO FASE 1 ANTES DE VIAJAR RESUMEN GUÍA DE PREPARATIVOS El resumen ejecutivo: documentación, fechas clave y primeros pasos para organizar tu aventura. LEER CONSULTAR ESENCIAL EL ARTE DE LA MALETA El sistema de capas definitivo para no pasar frío ni calor. Checklist PDF incluida. LEER CONSULTAR MODA QUÉ ROPA LLEVAR Guía de vestuario: qué ponerte para la selva, la costa y los Andes. LEER CONSULTAR SALUD ADIÓS AL SOROCHE ¿Miedo a la altura? Te enseñamos cómo aclimatarte, qué comer y medicamentos. LEER CONSULTAR PREVENCIÓN VACUNAS: LA VERDAD ¿Fiebre Amarilla? Despejamos tus dudas sanitarias con información oficial. LEER CONSULTAR TRANQUILIDAD ¿ES SEGURO PERÚ? La verdad sin filtros. Zonas a evitar y por qué viajar en grupo es tu mejor seguro. LEER CONSULTAR FINANZAS DINERO Y CAMBIO ¿Dónde cambiar euros? Uso de tarjetas, cajeros y cómo evitar estafas. LEER CONSULTAR TECH INTERNET Y ENCHUFES No te quedes offline. Tipos de enchufes, voltaje y tarjetas eSIM recomendadas. LEER CONSULTAR CONTEXTO GEOGRAFÍA: 3 MUNDOS Costa, Sierra y Selva. Entiende la geografía para entender tu viaje. LEER CONSULTAR FASE 2 DESTINOS LEGENDARIOS VIRREINAL LIMA: CIUDAD REYES Catacumbas, Casa Aliaga y el impresionante Museo Larco. Historia viva de la capital. VISITA CONSULTAR CIUDAD BLANCA AREQUIPA Y S. CATALINA Volcanes, sillar blanco y el misterio del Monasterio de Santa Catalina. VISITA CONSULTAR NATURALEZA RESERVA DE PAMPAS La ruta escénica de Arequipa al Colca: vicuñas salvajes y volcanes a 4.910m. VISITA CONSULTAR WOW MOMENT EL VUELO DEL CÓNDOR Asómate al abismo del cañón y contempla al rey de los Andes en libertad. VISITA CONSULTAR MÍSTICO LAGO TITICACA VIP Islas flotantes de Uros y Taquile con guía privado. Navega el origen Inca. VISITA CONSULTAR HISTORIA DE PUNO A CUSCO La Ruta del Sol, la Capilla Sixtina Andina y la llegada a la Capital Imperial. VISITA CONSULTAR LA JOYA MACHU PICCHU MÍSTICO Valle Sagrado, tren panorámico Vistadome y la visita a la Ciudad Perdida. VISITA CONSULTAR FASE 3 EXPERIENCIAS ÚNICAS FOODIE GASTRONOMÍA El mejor destino culinario. Qué comer, dónde probar Pisco y qué comprar. LEER GUÍA CONSULTAR COMPRAS ARTE DEL REGATEO Cómo comprar Alpaca real y Plata sin que te engañen. Guía de precios. LEER GUÍA CONSULTAR LUJO SANTUARIOS DE LUJO Descansa como un rey inca. Los mejores hoteles con oxígeno y spa. VER CONSULTAR ETIQUETA GUÍA DE PROPINAS ¿Cuánto dejar? Manual de etiqueta para no quedar mal. LEER CONSULTAR FRIENDLY PERÚ DIVERSO Guía de viaje seguro y ambiente friendly en Lima y Cusco. LEER CONSULTAR TOP SECRET LO QUE NADIE CUENTA 10 curiosidades y datos ocultos que no salen en las guías. DESCUBRIR CONSULTAR VIAJES XSIRIUS Tu puerta de entrada a Perú desde Móstoles. Calle Barcelona 23 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Maleta para Perú: Checklist Definitiva y Documentación
  • 20/01/2026 20:58:22

:root { /* --- PALETA "LISTO PARA DESPEGAR" --- */ --pack-navy: #2C3E50; /* Azul Marino (Orden) */ --pack-orange: #E67E22; /* Naranja (Atención) */ --pack-grey: #BDC3C7; /* Gris Técnico */ --pack-bg: #F4F6F7; /* Fondo Limpio */ --white: #ffffff; --wa-color: #25D366; --f-head: 'Oswald', sans-serif; --f-body: 'Roboto Flex', sans-serif; --shadow-pack: 0 10px 30px rgba(44, 62, 80, 0.15); --radius: 8px; } /* --- RESET NUCLEAR V36 --- */ html, body { margin: 0; padding: 0; background-color: var(--pack-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--pack-bg); color: var(--pack-navy); font-family: var(--f-body); line-height: 1.6; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 60px; height: 60px; fill: var(--pack-navy); margin-bottom: 20px; } .icon-white { fill: white; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-head); color: var(--pack-navy); margin-top: 0; font-weight: 700; text-transform: uppercase; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: 1px; text-shadow: 0 10px 40px rgba(0,0,0,0.5); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 5px; background: var(--pack-orange); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--pack-navy); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; } /* --- LAYOUT --- */ .container { max-width: 1000px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-pack { position: relative; height: 75vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1505935428862-770b6f24f629?q=80&w=2067&auto=format&fit=crop'); /* Maleta o mapa */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--pack-navy); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(44, 62, 80, 0.6) 0%, rgba(44, 62, 80, 0.9) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: slideDown 1.5s ease; } .badge-top { background: var(--pack-orange); color: white; padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- CRITICAL DOCS (RED ZONE) --- */ .doc-box { background: white; border: 2px solid var(--pack-orange); border-radius: var(--radius); padding: 3rem; margin-bottom: 5rem; box-shadow: var(--shadow-pack); display: flex; flex-wrap: wrap; gap: 40px; align-items: center; } .doc-icon { flex: 0 0 100px; text-align: center; } .doc-icon svg { width: 80px; height: 80px; fill: var(--pack-orange); } .doc-content { flex: 1; } .doc-warning { color: var(--pack-orange); font-weight: 700; font-size: 1.1rem; text-transform: uppercase; margin-bottom: 10px; display: block; } /* --- THE ONION SYSTEM --- */ .layer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 5rem; } .layer-card { background: white; padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow-pack); text-align: center; border-bottom: 5px solid var(--pack-navy); } .layer-card h4 { font-family: var(--f-head); font-size: 1.3rem; margin-bottom: 10px; color: var(--pack-navy); } .layer-num { display: inline-block; width: 40px; height: 40px; line-height: 40px; background: var(--pack-navy); color: white; border-radius: 50%; font-weight: 700; margin-bottom: 15px; } /* --- TECH & HEALTH --- */ .kit-section { background: var(--pack-navy); color: white; padding: 4rem 2rem; border-radius: var(--radius); margin-bottom: 5rem; } .kit-section h2 { color: white; border-color: white; } .kit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 3rem; } .kit-col h3 { color: var(--pack-orange); border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; } .check-list { list-style: none; padding: 0; } .check-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; } .check-item svg { width: 20px; height: 20px; fill: var(--pack-orange); flex-shrink: 0; margin-top: 3px; } /* --- BANNED ITEMS --- */ .banned-box { background: #FFEBEE; border-left: 6px solid #D32F2F; padding: 2rem; margin-bottom: 5rem; } .banned-title { color: #D32F2F; font-weight: 700; font-family: var(--f-head); font-size: 1.2rem; display: flex; align-items: center; gap: 10px; } /* --- CTA BUTTONS --- */ .btn-pack { background: var(--pack-orange); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(230, 126, 34, 0.4); transition: 0.3s; margin-top: 2rem; } .btn-pack:hover { background: var(--pack-navy); transform: translateY(-3px); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes slideDown { from { opacity: 0; transform: translateY(-30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-pack { height: 65vh; } .doc-box { flex-direction: column; text-align: center; } .kit-grid { grid-template-columns: 1fr; } }   CHECKLIST DEFINITIVA 2026 EL ARTE DE LA MALETA PERFECTA ¿Frío, calor y lluvia en el mismo viaje? Sí. Aprende a empacar como un experto y evita sorpresas en el aeropuerto. DESCARGAR LISTA EN PDF "Preparar la maleta para Perú es un desafío. Pasamos de la humedad de Lima al frío seco de los Andes y al calor tropical de la Selva. La clave no es llevar MÁS ropa, sino la ropa CORRECTA." ?? REGLA DE ORO: EL PASAPORTE LA REGLA DE LOS 6 MESES Este es el error que arruina viajes: Tu pasaporte debe tener una vigencia mínima de 6 meses desde la fecha de entrada a Perú. Si caduca antes, NO te dejarán subir al avión. Revísalo AHORA. Lleva también: Seguro de viaje impreso (Xsirius te lo da) y una copia digital de todo en tu móvil. SISTEMA DE CAPAS (LA CEBOLLA) En los Andes, el clima cambia cada hora. Vístete para poder adaptarte. 1 BASE: TÉRMICA Camisetas sintéticas (no algodón) de manga larga. Evacúan el sudor si hace calor y mantienen el calor si hace frío. 2 MEDIA: ABRIGO Forro polar o jersey de lana. Es la capa que te quitas y pones 20 veces al día. Fundamental para las mañanas y noches. 3 EXTERNA: ESCUDO Cortavientos impermeable y ligero. En Machu Picchu y la selva llueve de repente. Debe caber en tu mochila de día. ? GADGETS Y TECH Adaptador Universal: Perú usa enchufes planos (tipo A/B) y redondos (tipo C). Voltaje 220V. Power Bank: El frío de la altura descarga las baterías del móvil rapidísimo. Imprescindible. Cámara + Tarjetas SD: Vas a hacer más fotos de las que crees. Lleva memoria extra. ? BOTIQUÍN DE ALTURA Protector Solar 50+: El sol en los Andes quema en minutos por la radiación UV. Repelente (DEET): Vital para Machu Picchu y Selva. Marca Relec Fuerte o Goibi. Básicos: Paracetamol (dolor cabeza altura), Fortasec (estómago) y tiritas (ampollas). DÉJALO EN CASA ? Tacones o zapatos de vestir: Las calles son de adoquines y hay cuestas. Inútiles. ? Joyas caras: No es necesario y atrae miradas indeseadas. ? Maleta rígida gigante: Mejor una maleta resistente o mochila grande + mochila pequeña de día. ¿LISTO PARA CERRAR LA MALETA? Si viajas con Xsirius, te enviamos una lista de verificación personalizada dos semanas antes de volar. CONSULTAR DUDAS VIAJES XSIRIUS Preparamos cada detalle desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Gastronomía y Compras en Perú: Qué Comer y Qué Llevar
  • 20/01/2026 20:52:05

:root { /* --- PALETA "AJÍ Y PLATA" --- */ --flavor-red: #D94337; /* Rojo Rocoto (Pasión/Comida) */ --flavor-dark: #3E2723; /* Café/Cacao Oscuro */ --flavor-silver: #B0BEC5; /* Plata Andina */ --flavor-bg: #FFFBF7; /* Crema Suave */ --white: #ffffff; --wa-color: #25D366; --f-title: 'DM Serif Display', serif; --f-body: 'Urbanist', sans-serif; --shadow-dish: 0 15px 35px rgba(217, 67, 55, 0.15); --radius: 12px; } /* --- RESET NUCLEAR V33 --- */ html, body { margin: 0; padding: 0; background-color: var(--flavor-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--flavor-bg); color: var(--flavor-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 60px; height: 60px; fill: var(--flavor-red); margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-title); color: var(--flavor-dark); margin-top: 0; } .xsirius-wrapper h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; text-shadow: 0 10px 40px rgba(0,0,0,0.6); } .xsirius-wrapper h2 { font-size: 2.5rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--flavor-red); border-radius: 50px; } .xsirius-wrapper h3 { font-size: 1.5rem; color: var(--flavor-red); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #666; font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-flavor { position: relative; height: 80vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1535399831218-d5bd36d1a6b3?q=80&w=2070&auto=format&fit=crop'); /* Comida peruana vibrante */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--flavor-red); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(62, 39, 35, 0.4) 0%, rgba(62, 39, 35, 0.9) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: tastyUp 1.5s ease; } .badge-top { background: var(--flavor-red); color: white; padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- FOOD GRID --- */ .dish-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .dish-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-dish); transition: 0.3s; } .dish-card:hover { transform: translateY(-10px); } .dish-img { height: 250px; background-size: cover; background-position: center; } .dish-content { padding: 2rem; } .drink-box { background: var(--flavor-red); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; display: flex; align-items: center; gap: 40px; box-shadow: var(--shadow-dish); } .drink-text { flex: 1; } .drink-icon svg { width: 120px; height: 120px; fill: white; opacity: 0.9; } /* --- SHOPPING SECTION --- */ .shop-section { background: var(--flavor-dark); color: white; padding: 4rem 2rem; border-radius: var(--radius); margin-bottom: 5rem; position: relative; overflow: hidden; text-align: center; } .shop-section h2 { color: var(--flavor-silver); border-color: var(--flavor-silver); } .shop-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-top: 3rem; text-align: left; } .shop-item { border: 1px solid rgba(255,255,255,0.2); padding: 2rem; border-radius: 8px; transition: 0.3s; } .shop-item:hover { background: rgba(255,255,255,0.05); border-color: var(--flavor-silver); } .shop-item h4 { color: var(--flavor-silver); margin: 0 0 10px 0; font-family: var(--f-title); font-size: 1.4rem; } .shop-item p { color: #cfd8dc; font-size: 0.95rem; margin: 0; } /* --- SUPERFOODS --- */ .super-box { background: white; padding: 3rem; border-radius: var(--radius); border-left: 6px solid var(--flavor-dark); box-shadow: var(--shadow-dish); margin-bottom: 5rem; } .super-list { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 2rem; justify-content: center; } .super-tag { background: #EFEBE9; padding: 10px 20px; border-radius: 50px; font-weight: 700; color: var(--flavor-dark); display: flex; align-items: center; gap: 10px; } /* --- CTA BUTTONS --- */ .btn-tasty { background: var(--flavor-red); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(217, 67, 55, 0.4); transition: 0.3s; margin-top: 2rem; } .btn-tasty:hover { background: var(--flavor-dark); transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes tastyUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.8rem; } .hero-flavor { height: 70vh; } .drink-box { flex-direction: column; text-align: center; } .drink-icon svg { width: 80px; height: 80px; } }   DESTINO CULINARIO Nº1 PERÚ: UN VIAJE PARA LOS SENTIDOS Más que ver, a Perú se va a saborear. Guía esencial de qué comer y qué tesoros llevarte de vuelta. GUÍA DE RESTAURANTES XSIRIUS "Olvídate de la dieta. La cocina peruana es una fusión de 500 años entre técnicas incas, españolas, africanas, chinas y japonesas. Y sus artesanías no son simples souvenirs, son piezas de arte con historia." LA TRINIDAD DEL SABOR   EL CEVICHE El rey indiscutible. Pescado crudo "cocinado" en zumo de lima, ají limo, cebolla y cilantro. En Lima, cómelo solo de almuerzo (para asegurar la frescura del pescado).   LOMO SALTADO La obra maestra de la fusión chino-peruana (Chifa). Trozos de solomillo salteados al wok con salsa de soja, cebolla y tomate. Se sirve con arroz Y patatas fritas. Delicioso.   EL CUY (SOLO PARA VALIENTES) El conejillo de indias es un manjar andino desde tiempos pre-incas. Se sirve entero (frito o al horno). Tiene un sabor similar al conejo, pero con la piel muy crujiente. EL ELIXIR NACIONAL: PISCO SOUR No te puedes ir sin probarlo. Pisco (aguardiente de uva), zumo de lima, jarabe de goma, clara de huevo y amargo de angostura. Consejo Xsirius: Cuidado, es dulce y suave, pero el Pisco tiene 40º de alcohol. Se sube rápido a la cabeza, especialmente en la altura de Cusco. TESOROS NATURALES PARA LLEVAR Perú es la despensa del mundo. Llévate salud en la maleta (productos empaquetados y sellados). CACAO (Chocolate) QUINOA CAFÉ DE ALTURA SAL DE MARAS ARTESANÍA: QUÉ COMPRAR Y DÓNDE Invierte en piezas que duren toda la vida. BABY ALPACA La lana más suave. Compra en tiendas certificadas (Kuna o Sol Alpaca) para evitar el sintético. Un buen jersey es para siempre. PLATA PERUANA Busca el sello "950" (mayor pureza que la 925 estándar). Los diseños incas son únicos. El mejor sitio: Cusco y el Mercado Indio de Lima. TORITOS DE PUCARÁ Esas figuras de toros coloridos que se ponen en los tejados para protección y prosperidad. Un regalo con significado. RETABLOS AYACUCHANOS Cajas de madera con puertas de colores que guardan escenas en miniatura hechas de pasta de patata. Arte puro. EN XSIRIUS SABEMOS DÓNDE IR Nuestros guías te llevarán a los mercados auténticos y a los restaurantes donde comen los locales. RESERVAR EL VIAJE COMPLETO VIAJES XSIRIUS Gusto y Distinción desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Valle Sagrado y Machu Picchu: La Ruta Mística
  • 20/01/2026 20:49:09

:root { /* --- PALETA "SANTUARIO" --- */ --sacred-green: #2E5845; /* Verde Valle Sagrado */ --sacred-gold: #D4AF37; /* Oro del Maíz */ --sacred-stone: #546E7A; /* Gris Granito Inca */ --sacred-light: #F1F8E9; /* Blanco Natural */ --sacred-dark: #1B2923; /* Verde Noche */ --white: #ffffff; --wa-color: #25D366; --f-epic: 'Cinzel', serif; --f-body: 'Work Sans', sans-serif; --shadow-green: 0 15px 40px rgba(46, 88, 69, 0.2); --radius: 10px; } /* --- RESET NUCLEAR V32 --- */ html, body { margin: 0; padding: 0; background-color: var(--sacred-light); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--sacred-light); color: var(--sacred-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 70px; height: 70px; fill: var(--sacred-green); margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-epic); color: var(--sacred-green); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 10px 40px rgba(0,0,0,0.6); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: var(--sacred-gold); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--sacred-stone); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-sacred { position: relative; height: 85vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1526392060635-9d6019884377?q=80&w=2000&auto=format&fit=crop'); /* Valle Sagrado / Machu Picchu */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--sacred-green); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46, 88, 69, 0.4) 0%, rgba(27, 41, 35, 0.8) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeIn 1.5s ease; } .badge-top { background: var(--sacred-gold); color: var(--sacred-dark); padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- VALLE SAGRADO GRID --- */ .valley-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .valley-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-green); transition: 0.3s; border-bottom: 5px solid var(--sacred-gold); } .valley-card:hover { transform: translateY(-10px); } .valley-img { height: 220px; background-size: cover; background-position: center; } .valley-content { padding: 2rem; } /* --- YUCAY MUSEUM (FEATURED) --- */ .yucay-box { background: var(--sacred-green); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; display: flex; align-items: center; gap: 40px; box-shadow: var(--shadow-green); } .yucay-icon { flex: 0 0 100px; } .yucay-icon svg { width: 100px; height: 100px; fill: var(--sacred-gold); } .yucay-text { flex: 1; } .yucay-text h3 { color: white; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; display: inline-block; } /* --- TRAIN TRANSITION --- */ .train-banner { background-color: var(--sacred-stone); color: white; padding: 3rem; text-align: center; margin-bottom: 5rem; position: relative; overflow: hidden; } .train-track { border-top: 2px dashed rgba(255,255,255,0.5); width: 100%; position: absolute; top: 50%; left: 0; z-index: 0; } .train-content { position: relative; z-index: 1; background: var(--sacred-stone); padding: 0 20px; display: inline-block; } /* --- MACHU PICCHU IMMERSIVE --- */ .mp-section { display: flex; flex-direction: column; gap: 0; border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.3); margin-bottom: 5rem; } .mp-hero { height: 400px; background-image: url('https://images.unsplash.com/photo-1587595431973-160d0d94add1?q=80&w=2070&auto=format&fit=crop'); background-size: cover; background-position: center; position: relative; } .mp-content { background: white; padding: 4rem; text-align: center; position: relative; } .mp-badge { position: absolute; top: -25px; left: 50%; transform: translateX(-50%); background: var(--sacred-dark); color: var(--sacred-gold); padding: 10px 30px; text-transform: uppercase; font-weight: 700; letter-spacing: 2px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- INKATERRA LUNCH --- */ .lunch-box { background: #F9FBE7; border: 2px solid #C0CA33; padding: 2rem; border-radius: var(--radius); text-align: center; margin-bottom: 5rem; } .lunch-title { color: #827717; font-weight: 700; font-size: 1.2rem; margin-bottom: 1rem; display: flex; align-items: center; justify-content: center; gap: 10px; } /* --- CTA BUTTONS --- */ .btn-sacred { background: var(--sacred-gold); color: var(--sacred-dark); padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(212, 175, 55, 0.4); transition: 0.3s; margin-top: 2rem; } .btn-sacred:hover { background: var(--sacred-dark); color: white; transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeIn { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-sacred { height: 70vh; } .yucay-box { flex-direction: column; text-align: center; padding: 2rem; } .mp-hero { height: 250px; } .mp-content { padding: 2rem; } }   LA JOYA DE LOS INCAS DEL VALLE SAGRADO A MACHU PICCHU Un recorrido místico por Chinchero, Ollantaytambo y la Ciudad Perdida. Incluye almuerzo de lujo en Inkaterra. VER ITINERARIO COMPLETO "Este no es un día cualquiera. Es el día que has esperado toda la vida. Comenzaremos conectando con la tierra en el Valle Sagrado, donde el maíz crece gigante, para terminar tocando el cielo en la ciudadela de piedra más famosa del mundo." TESOROS DEL VALLE   CHINCHERO: PUEBLO ARCOÍRIS Un pueblo mágico donde el tiempo se detuvo. Visitaremos su iglesia colonial del siglo XVII, construida (literalmente) sobre los cimientos de un palacio inca. Es el mejor ejemplo del sincretismo andino.   OLLANTAYTAMBO: LA FORTALEZA La única ciudad inca que sigue habitada hoy en día. Sus calles de piedra, canales de agua y terrazas agrícolas son un museo vivo. Subiremos a la fortaleza que protegió el valle de los conquistadores. MUSEO VIVO DE YUCAY No es un museo de vitrinas aburridas. Es un centro de interpretación donde verás a las alpacas y llamas de cerca, aprenderás cómo tiñen la lana con plantas naturales y verás trabajar a los maestros artesanos. Una inmersión total en la cultura andina.   RUMBO A LA SELVA Trasladamos a la estación de Ollantaytambo. El tren desciende siguiendo el río Urubamba. Verás cómo el paisaje árido se transforma en selva exuberante. MARAVILLA DEL MUNDO LA CIUDAD PERDIDA Llegaremos a Machu Picchu Pueblo y subiremos en bus hasta la ciudadela (2.430m). Y ahí está. La imagen que has visto mil veces, pero que nunca deja de emocionar. Nuestro guía experto te llevará por los templos, las terrazas y las plazas sagradas. Entenderás por qué los incas eligieron este lugar imposible, rodeado de picos sagrados (Apus). Es una obra maestra de ingeniería y espiritualidad. GASTRONOMÍA PREMIUM Tras la visita, descenderemos para almorzar en el Café Inkaterra (o similar). Un restaurante de primera categoría rodeado de orquídeas y colibríes, donde la comida es tan memorable como la vista. El broche de oro perfecto. REGRESO A OLLANTAYTAMBO Volveremos en tren con el corazón lleno y la cámara repleta de recuerdos. RESERVAR EXPERIENCIA VIP VIAJES XSIRIUS Hacemos realidad lo imposible desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
De Puno a Cusco y la Ciudad Imperial: La Ruta del Sol
  • 20/01/2026 20:45:17

:root { /* --- PALETA "IMPERIO INCA" --- */ --inca-gold: #C5A059; /* Oro del Koricancha */ --inca-stone: #37474F; /* Gris Muro Inca */ --inca-red: #8E2800; /* Rojo Colonial/Arcilla */ --inca-sky: #B3E5FC; /* Cielo Serrano */ --inca-bg: #F9F7F2; /* Blanco Pergamino */ --white: #ffffff; --wa-color: #25D366; --f-epic: 'Cinzel', serif; --f-text: 'Lato', sans-serif; --shadow-stone: 0 15px 40px rgba(55, 71, 79, 0.2); --radius: 6px; } /* --- RESET NUCLEAR V31 --- */ html, body { margin: 0; padding: 0; background-color: var(--inca-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--inca-bg); color: var(--inca-stone); font-family: var(--f-text); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 70px; height: 70px; fill: var(--inca-gold); margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-epic); color: var(--inca-stone); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: 2px; text-transform: uppercase; text-shadow: 0 10px 40px rgba(0,0,0,0.7); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: var(--inca-gold); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--inca-red); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-cusco { position: relative; height: 85vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1587595431973-160d0d94add1?q=80&w=2070&auto=format&fit=crop'); /* Cusco panorámica */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--inca-gold); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(55, 71, 79, 0.4) 0%, rgba(55, 71, 79, 0.9) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeIn 1.5s ease; } .badge-top { background: var(--inca-red); color: white; padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- PART 1: THE ROUTE --- */ .route-section { background: white; border-radius: var(--radius); box-shadow: var(--shadow-stone); padding: 3rem; margin-bottom: 5rem; position: relative; } .route-timeline { display: flex; flex-direction: column; gap: 30px; position: relative; margin-top: 3rem; } .route-timeline::before { content: ''; position: absolute; left: 20px; top: 0; bottom: 0; width: 4px; background: #eee; } .route-stop { display: flex; gap: 30px; align-items: flex-start; position: relative; } .stop-marker { width: 44px; height: 44px; background: var(--inca-gold); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--f-epic); flex-shrink: 0; z-index: 2; border: 4px solid white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .stop-info { flex: 1; background: #f9f9f9; padding: 20px; border-radius: 8px; border-left: 4px solid var(--inca-gold); } /* --- PART 2: CUSCO CITY --- */ .city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .city-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-stone); transition: 0.3s; } .city-card:hover { transform: translateY(-10px); } .city-img { height: 250px; background-size: cover; background-position: center; position: relative; } .city-content { padding: 2rem; } .city-tag { position: absolute; top: 15px; left: 15px; background: rgba(0,0,0,0.8); color: var(--inca-gold); padding: 5px 10px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; } /* --- THE 4 RUINS --- */ .ruins-box { background: var(--inca-stone); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; text-align: center; } .ruins-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-top: 3rem; text-align: left; } .ruin-item { border-left: 1px solid rgba(255,255,255,0.2); padding-left: 20px; } .ruin-item h4 { color: var(--inca-gold); margin: 0 0 10px 0; font-family: var(--f-epic); } .ruin-item p { font-size: 0.9rem; color: #ccc; } /* --- CTA BUTTONS --- */ .btn-cusco { background: var(--inca-gold); color: var(--inca-stone); padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; display: inline-block; box-shadow: 0 10px 20px rgba(197, 160, 89, 0.3); transition: 0.3s; margin-top: 2rem; } .btn-cusco:hover { background: white; transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeIn { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.8rem; } .hero-cusco { height: 70vh; } .route-stop { flex-direction: column; gap: 10px; } .route-timeline::before { left: 21px; } .stop-marker { align-self: flex-start; } }   EL OMBLIGO DEL MUNDO CUSCO: CAPITAL IMPERIAL Un viaje desde el Altiplano hasta el corazón de los Andes. Templos, fortalezas y el legado vivo de los Incas. VER PROGRAMA DETALLADO "El trayecto de Puno a Cusco no es un simple traslado; es conocido como 'La Ruta del Sol'. Cruzaremos la columna vertebral de los Andes, descubriendo tesoros ocultos antes de llegar a la ciudad más impresionante de América." LA RUTA DEL SOL (DÍA 1) Un viaje de día completo con paradas estratégicas y almuerzo incluido. 1 MUSEO DE PUCARÁ La cuna de la civilización andina (antes de los Incas). Aquí descubriremos los famosos "Toritos de Pucará" que verás en los tejados de las casas para la buena suerte, y monolitos de piedra con formas de degolladores. 2 RAQCHI: EL TEMPLO DE WIRACOCHA Impresionante. Un templo colosal dedicado al Dios Creador. Sus muros de adobe alcanzan los 12 metros de altura sobre cimientos de piedra volcánica. Es una de las estructuras techadas más grandes que construyeron los Incas. 3 ANDAHUAYLILLAS Conocida como la "Capilla Sixtina de América". Por fuera parece una iglesia humilde, pero por dentro es una explosión de arte barroco, pan de oro y frescos murales que cubren cada centímetro. Te dejará sin palabras. LA CIUDAD DE CUSCO (DÍA 2) TEMPLO DEL SOL KORICANCHA El recinto más sagrado del Imperio Inca. Sus paredes estaban cubiertas de láminas de oro macizo. Hoy, el convento de Santo Domingo se erige sobre sus muros perfectos, creando un contraste único en el mundo. PLAZA DE ARMAS LA CATEDRAL Construida sobre el palacio del Inca Wiracocha. Dentro guarda tesoros del arte cusqueño, como la famosa pintura de la "Última Cena" donde el plato principal es un cuy (conejillo de indias). LAS 4 RUINAS ALEDAÑAS A solo unos minutos de la ciudad, visitaremos estos complejos arqueológicos: SACSAYHUAMÁN Una fortaleza ciclópea. Piedras de hasta 120 toneladas encajadas con precisión milimétrica. ¿Cómo las movieron? Sigue siendo un misterio. QENQO Un laberinto tallado en la roca viva. Se cree que fue un centro ceremonial donde se realizaban momificaciones y sacrificios. PUKA PUKARA La "Fortaleza Roja". Un puesto de control militar y administrativo situado en un punto estratégico del camino inca. TAMBOMACHAY El Templo del Agua. Fuentes ceremoniales donde el agua fluye incesantemente desde hace 500 años. Un lugar de purificación. LA HISTORIA ESTÁ VIVA Cusco no se visita, se respira. Cada esquina tiene una leyenda. RESERVAR EXPERIENCIA VIAJES XSIRIUS Especialistas en Perú desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Lago Titicaca: Uros y Taquile con Guía Privado
  • 20/01/2026 20:41:56

:root { /* --- PALETA "AGUAS DE ORIGEN" --- */ --titi-blue: #104E8B; /* Azul Zafiro (Lago) */ --titi-reed: #E5BE01; /* Amarillo Totora */ --titi-red: #C0392B; /* Rojo Textil Taquile */ --titi-dark: #1F2A44; /* Azul Noche */ --titi-light: #F4F6F7; /* Blanco Nube */ --white: #ffffff; --wa-color: #25D366; --f-title: 'Alegreya', serif; --f-body: 'Nunito', sans-serif; --shadow-lake: 0 15px 40px rgba(16, 78, 139, 0.15); --radius: 8px; } /* --- RESET NUCLEAR V30 --- */ html, body { margin: 0; padding: 0; background-color: var(--titi-light); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--titi-light); color: var(--titi-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 80px; height: 80px; fill: var(--titi-reed); margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-title); color: var(--titi-blue); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: 1px; text-shadow: 0 10px 40px rgba(0,0,0,0.6); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: var(--titi-reed); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--titi-blue); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-lake { position: relative; height: 85vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1551829288-0a0670878bd2?q=80&w=2070&auto=format&fit=crop'); /* Barco totora Titicaca */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--titi-blue); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 78, 139, 0.3) 0%, rgba(16, 78, 139, 0.8) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: float 3s ease-in-out infinite alternate; } .badge-top { background: var(--titi-reed); color: var(--titi-dark); padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- PRIVATE GUIDE BOX --- */ .guide-box { background: white; border: 2px solid var(--titi-blue); border-radius: var(--radius); padding: 3rem; text-align: center; margin-bottom: 5rem; box-shadow: var(--shadow-lake); position: relative; overflow: hidden; } .guide-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--titi-reed); } .guide-badge { background: var(--titi-blue); color: white; padding: 5px 15px; border-radius: 50px; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 1rem; display: inline-block; } /* --- UROS SECTION --- */ .island-section { display: flex; align-items: center; gap: 40px; margin-bottom: 5rem; background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lake); } .island-section:nth-child(even) { flex-direction: row-reverse; } .island-img { flex: 1; min-height: 400px; background-size: cover; background-position: center; position: relative; } .island-content { flex: 1; padding: 3rem; } /* --- TAQUILE TEXTILES --- */ .textile-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 2rem; } .textile-item { text-align: center; padding: 15px; background: var(--titi-light); border-radius: 8px; border: 1px dashed var(--titi-red); } .textile-item strong { color: var(--titi-red); display: block; margin-bottom: 5px; } /* --- CTA BUTTONS --- */ .btn-lake { background: var(--titi-blue); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(16, 78, 139, 0.4); transition: 0.3s; margin-top: 2rem; border: 2px solid white; } .btn-lake:hover { background: var(--titi-reed); color: var(--titi-dark); transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes float { from { transform: translateY(0); } to { transform: translateY(-15px); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-lake { height: 70vh; } .island-section, .island-section:nth-child(even) { flex-direction: column; } .island-img { width: 100%; min-height: 250px; } .island-content { padding: 2rem; } }   3.812 METROS SOBRE EL NIVEL DEL MAR EL ESPEJO DEL CIELO Navegación exclusiva por el Lago Titicaca. Descubre los secretos de Uros y Taquile con tu guía privado. VER ITINERARIO "Según la leyenda, de estas aguas azules emergieron Manco Cápac y Mama Ocllo, fundadores del Imperio Inca. Hoy, navegar el Titicaca es viajar al origen. La luz aquí es diferente, el aire es puro y las tradiciones son inquebrantables." DIFERENCIA XSIRIUS LANCHA COMPARTIDA, GUÍA PRIVADO ¿Por qué hacemos esto? Usamos una lancha rápida compartida para optimizar tiempos y costes, pero una vez desembarcamos en las islas, tu guía es solo para ti (o tu pequeño grupo). Mientras otros grupos de 40 personas intentan escuchar una explicación genérica, tú tendrás a tu experto local respondiendo tus dudas y llevándote a los rincones menos masificados.   ISLAS FLOTANTES DE LOS UROS Parece imposible, pero es real. Una comunidad entera viviendo sobre islas artificiales hechas de Totora (una especie de junco). Los Uros se llaman a sí mismos "Hijos del Lago". Te explicarán cómo tejen el suelo que pisas (que hay que renovar cada 15 días) y cómo sus casas y barcos dependen de esta planta. Es una lección de ingeniería ancestral y supervivencia.   ISLA DE TAQUILE: PATRIMONIO VIVO Aquí no hay coches, ni hoteles, ni policía. La vida se rige por el código inca: "Ama sua, ama llulla, ama quella" (no robes, no mientas, no seas ocioso). Taquile es famosa mundialmente porque los hombres tejen. Su arte textil es tan fino y complejo que la UNESCO lo declaró Obra Maestra del Patrimonio Inmaterial. GORRO ROJO Hombre Casado GORRO BLANCO/ROJO Hombre Soltero UN DÍA QUE NO OLVIDARÁS Disfrutaremos de un almuerzo tradicional (trucha o tortilla) con vistas al lago infinito. UNIRME AL GRUPO VIAJES XSIRIUS Experiencias auténticas desde Móstoles. * Calle Barcelona 23 * 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Cruz del Cóndor y Ruta a Puno: El Vuelo Sagrado
  • 20/01/2026 20:38:17

:root { /* --- PALETA "ABISMO Y CIELO" --- */ --sky-deep: #0C2461; /* Azul Cielo Profundo */ --wing-black: #1E272E; /* Negro Pluma Cóndor */ --canyon-earth: #D35400; /* Tierra Cañón */ --stone-gray: #95A5A6; /* Piedra Volcánica */ --cloud-white: #FDFEFE; /* Blanco Nube */ --wa-color: #25D366; --f-epic: 'Cinzel', serif; --f-text: 'Mulish', sans-serif; --shadow-wing: 0 20px 50px rgba(12, 36, 97, 0.2); --radius: 8px; } /* --- RESET NUCLEAR V29 --- */ html, body { margin: 0; padding: 0; background-color: #F4F6F7; overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: #F4F6F7; color: var(--wing-black); font-family: var(--f-text); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 80px; height: 80px; fill: var(--sky-deep); margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-epic); color: var(--sky-deep); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: 1; color: var(--cloud-white); margin-bottom: 1.5rem; text-transform: uppercase; letter-spacing: 2px; text-shadow: 0 10px 40px rgba(0,0,0,0.6); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: var(--canyon-earth); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--canyon-earth); margin-bottom: 1rem; font-weight: 700; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-weight: 300; font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-condor { position: relative; height: 85vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1518182170546-0766be6f5a56?q=80&w=2070&auto=format&fit=crop'); /* Cañón del Colca */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--sky-deep); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(12, 36, 97, 0.3) 0%, rgba(12, 36, 97, 0.8) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: soar 1.5s ease; } .badge-top { background: var(--canyon-earth); color: white; padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- CONDOR HIGHLIGHT --- */ .condor-section { background: white; border-radius: var(--radius); box-shadow: var(--shadow-wing); overflow: hidden; margin-bottom: 5rem; display: flex; flex-wrap: wrap; } .condor-visual { flex: 1; min-width: 300px; background: var(--sky-deep); padding: 3rem; display: flex; align-items: center; justify-content: center; flex-direction: column; color: white; text-align: center; position: relative; } .condor-text { flex: 1; min-width: 300px; padding: 4rem; display: flex; flex-direction: column; justify-content: center; } .stat-row { display: flex; gap: 30px; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 2rem; } .stat-item { text-align: center; } .stat-val { font-size: 2rem; font-weight: 700; font-family: var(--f-epic); color: var(--canyon-earth); } .stat-lbl { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; } /* --- VILLAGES GRID --- */ .village-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .village-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-wing); transition: 0.3s; } .village-card:hover { transform: translateY(-10px); } .village-img { height: 200px; background-size: cover; background-position: center; } .village-content { padding: 2rem; } /* --- THE ROAD TO PUNO (TIMELINE) --- */ .journey-box { background: var(--wing-black); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; text-align: center; position: relative; } .journey-box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 6px; background: linear-gradient(90deg, var(--canyon-earth), var(--sky-deep)); } .journey-steps { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; margin-top: 3rem; text-align: left; } .step-item { flex: 1; min-width: 200px; border-left: 2px solid var(--canyon-earth); padding-left: 20px; } .step-item h4 { color: var(--canyon-earth); margin: 0 0 10px 0; font-family: var(--f-epic); font-size: 1.2rem; } .step-item p { color: #BDC3C7; font-size: 0.95rem; margin: 0; } /* --- CTA BUTTONS --- */ .btn-epic { background: var(--canyon-earth); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(211, 84, 0, 0.4); transition: 0.3s; margin-top: 2rem; border: 2px solid white; } .btn-epic:hover { background: var(--wing-black); color: white; transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes soar { from { opacity: 0; transform: translateY(50px) scale(0.9); } to { opacity: 1; transform: translateY(0) scale(1); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-condor { height: 70vh; } .condor-section { flex-direction: column; } .journey-steps { flex-direction: column; } .step-item { border-left: none; border-top: 2px solid var(--canyon-earth); padding-left: 0; padding-top: 15px; } }   LA MARAVILLA NATURAL EL SANTUARIO DEL CÓNDOR Donde la tierra se abre 3.400 metros y el rey de los Andes vuela libre. VER ITINERARIO "Madrugaremos. Vale la pena. Ver salir el sol sobre el cañón mientras las corrientes térmicas empiezan a elevar a los cóndores es un espectáculo que conecta con lo divino. No es un zoológico; es la naturaleza en su estado más puro." CRUZ DEL CÓNDOR 3 m Envergadura 3.400 m Profundidad EL VUELO SAGRADO Esperaremos en el mirador a que el sol caliente el aire. De repente, desde la oscuridad del abismo, empiezan a subir. El Cóndor Andino (Vultur gryphus) es el ave voladora más grande del mundo. Pasan tan cerca que podrás escuchar el sonido del viento cortado por sus alas. Para los Incas, era el mensajero de los dioses. Cuando lo veas, entenderás por qué. PUEBLOS CON ALMA De regreso a Chivay, el tiempo se detiene en las comunidades del valle.   MACA Famoso por su iglesia colonial Santa Ana (que ha sobrevivido a terremotos) y por su bebida típica: el Colca Sour, hecho con Sancayo (fruto de cactus).   YANQUE En su plaza principal, los niños bailan la danza del Wititi (Patrimonio Inmaterial UNESCO) cada mañana con sus trajes bordados de colores vibrantes. LA RUTA DE LOS LAGOS Tras un almuerzo buffet andino (incluido), emprendemos el viaje hacia Puno. No duermas; el paisaje es hipnótico. EL ALTIPLANO Una inmensa meseta a 4.000m de altura. El cielo aquí es de un azul que no has visto nunca. LAGUNILLAS Parada escénica. Un conjunto de lagunas azules donde veremos flamencos andinos y aves migratorias. LLEGADA A PUNO Al atardecer, divisaremos el Lago Titicaca. Cena y descanso para aclimatarnos a la altura. EL LAGO SAGRADO TE ESPERA Mañana navegaremos por las aguas donde nació el Imperio Inca. UNIRME A LA AVENTURA VIAJES XSIRIUS Expertos en cumplir sueños. ? Calle Barcelona 23, Móstoles ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
De Arequipa al Colca: Reserva de Pampas Cañahuas y Patapampa
  • 20/01/2026 16:51:45

:root { /* --- PALETA "ALTIPLANO" --- */ --puna-gold: #D4AC0D; /* Ocre / Paja Brava */ --puna-sky: #2E86C1; /* Azul Cielo Intenso */ --puna-vicuna: #B9770E; /* Marrón Vicuña */ --puna-stone: #283747; /* Gris Volcánico */ --puna-bg: #FDFBF0; /* Blanco Hueso */ --white: #ffffff; --wa-color: #25D366; --f-title: 'Cinzel', serif; --f-body: 'Raleway', sans-serif; --shadow-wild: 0 15px 40px rgba(185, 119, 14, 0.15); --radius: 12px; } /* --- RESET NUCLEAR V28 --- */ html, body { margin: 0; padding: 0; background-color: var(--puna-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--puna-bg); color: var(--puna-stone); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 70px; height: 70px; fill: var(--puna-vicuna); margin-bottom: 20px; } .icon-white { fill: white; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-title); color: var(--puna-stone); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5.5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: 1px; text-shadow: 0 10px 40px rgba(0,0,0,0.5); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: var(--puna-vicuna); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--puna-vicuna); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-weight: 500; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-colca { position: relative; height: 80vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1534234828563-025993e92bb6?q=80&w=2069&auto=format&fit=crop'); /* Vicuñas y volcán */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--puna-vicuna); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46, 134, 193, 0.4) 0%, rgba(40, 55, 71, 0.8) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeInUp 1.5s ease; } .badge-top { background: var(--puna-gold); color: var(--puna-stone); padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- ROUTE CARDS (TIMELINE) --- */ .route-grid { display: flex; flex-direction: column; gap: 40px; margin-bottom: 5rem; position: relative; } .route-grid::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 4px; background: #ddd; transform: translateX(-50%); z-index: 0; } .route-card { display: flex; align-items: center; gap: 40px; position: relative; z-index: 1; background: white; padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow-wild); } .route-card:nth-child(even) { flex-direction: row-reverse; } .route-img { flex: 1; height: 250px; background-size: cover; background-position: center; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); } .route-text { flex: 1; } .altitude-badge { background: var(--puna-stone); color: white; padding: 4px 10px; border-radius: 4px; font-weight: 700; font-size: 0.8rem; display: inline-block; margin-bottom: 10px; } /* --- FAUNA SPOTLIGHT (VICUÑA) --- */ .vicuna-box { background: var(--puna-vicuna); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; text-align: center; position: relative; overflow: hidden; } .vicuna-icon { width: 100px; height: 100px; fill: var(--puna-gold); margin-bottom: 1rem; } .vicuna-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 3rem; text-align: left; } .vicuna-item { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 8px; } .vicuna-item h4 { color: var(--puna-gold); margin: 0 0 10px 0; font-family: var(--f-title); } /* --- ALTITUDE CHART --- */ .chart-section { background: white; padding: 3rem; border-radius: var(--radius); box-shadow: var(--shadow-wild); margin-bottom: 5rem; text-align: center; } .chart-visual { display: flex; align-items: flex-end; justify-content: space-between; height: 300px; margin-top: 2rem; border-bottom: 2px solid #ccc; padding-bottom: 10px; } .chart-bar { width: 18%; background: linear-gradient(to top, var(--puna-stone), var(--puna-sky)); border-radius: 5px 5px 0 0; position: relative; color: white; font-weight: 700; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 10px; transition: 0.3s; font-size: 0.8rem; } .chart-bar:hover { transform: scaleY(1.02); background: var(--puna-vicuna); } .chart-label { position: absolute; bottom: -40px; width: 100%; color: #333; font-weight: 700; line-height: 1.2; font-size: 0.8rem; } /* --- XSIRIUS SAFETY --- */ .safety-box { background: #EBF5FB; border-left: 5px solid var(--puna-sky); padding: 2rem; margin-bottom: 5rem; display: flex; align-items: center; gap: 20px; } /* --- CTA BUTTONS --- */ .btn-colca { background: var(--puna-vicuna); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(185, 119, 14, 0.4); transition: 0.3s; margin-top: 2rem; border: 2px solid white; } .btn-colca:hover { background: var(--puna-stone); transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-colca { height: 70vh; } .route-grid::before { display: none; } .route-card, .route-card:nth-child(even) { flex-direction: column; } .route-img { width: 100%; height: 200px; } .safety-box { flex-direction: column; text-align: center; } .chart-visual { gap: 2px; } .chart-label { font-size: 0.7rem; bottom: -50px; } }   SAFARI ANDINO RUMBO AL TECHO DEL MUNDO Un viaje escénico desde Arequipa al Cañón del Colca. Vicuñas salvajes, volcanes humeantes y el paso más alto de la ruta. VER DETALLES "Este no es un simple traslado. Es una de las carreteras más espectaculares de América del Sur. Dejamos atrás la ciudad para adentrarnos en la Reserva Nacional de Salinas y Aguada Blanca, un paisaje lunar donde reinan los volcanes y las vicuñas." 3.800 msnm PAMPAS CAÑAHUAS Una inmensa planicie dorada a los pies del volcán Misti (cara norte). Aquí no hay árboles, solo "Ichu" (paja brava) y silencio. El Protagonista: La Vicuña. Verás cientos de ellas pastando en libertad. Son tímidas y elegantes. Es el momento perfecto para fotos de naturaleza.   4.000 msnm PATAHUASI: BOSQUE DE PIEDRA Una parada técnica obligatoria para tomar un Mate de Coca caliente. El paisaje cambia radicalmente: formaciones rocosas extrañas esculpidas por el viento durante milenios. Aquí el aire ya se siente más fino. Es vital moverse despacio y abrigarse (el viento corta).   4.910 msnm - EL RETO MIRADOR DE LOS VOLCANES El punto más alto de todo el viaje (Patapampa). Estarás más alto que el Mont Blanc. Desde aquí se ven los volcanes Ampato, Sabancaya (a veces echando humo) y Hualca Hualca. Es un lugar místico donde los viajeros dejan "Apachetas" (torres de piedras) como ofrenda a la Pachamama para pedir un buen viaje.   LA REINA DE LOS ANDES La vicuña es el camélido más pequeño y elegante. Su lana es la fibra animal más fina y cara del mundo. ES SALVAJE A diferencia de la llama o la alpaca, la vicuña nunca se domesticó. Vive libre y es protegida por el Estado. SÍMBOLO NACIONAL Aparece en el escudo de la bandera de Perú representando la riqueza animal del país. FOTO TIP No te acerques demasiado, huirán. Usa el zoom de tu cámara. Se mueven en manadas familiares. PERFIL DE ALTITUD Mira cómo subiremos. Es un reto para el cuerpo, pero la bajada a Chivay alivia la presión. 2.335mAREQUIPA Salida 3.800mPAMPAS Vicuñas 4.910mPATAPAMPA Mirador 3.635mCHIVAY Llegada SEGURIDAD A BORDO Subir a 4.900m puede marear. Nuestro transporte privado lleva BALÓN DE OXÍGENO y botiquín de primeros auxilios. Paramos el tiempo que sea necesario. No corremos. DESPUÉS DEL FRÍO... EL RELAX Al llegar a Chivay nos esperan las aguas termales de La Calera. El premio perfecto. RESERVAR EXPEDICIÓN VIAJES XSIRIUS Aventura y Confort desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Arequipa: La Ciudad Blanca y el Monasterio de Santa Catalina
  • 20/01/2026 16:49:31

:root { /* --- PALETA "SILLAR & FUEGO" --- */ --aqp-white: #F5F5F0; /* Blanco Sillar (Piedra) */ --aqp-red: #C0392B; /* Rojo Santa Catalina */ --aqp-blue: #2980B9; /* Azul Cielo Andino */ --aqp-volcano: #2C3E50; /* Gris Volcánico */ --aqp-gold: #D4AF37; /* Oro Altar */ --white: #ffffff; --wa-color: #25D366; --f-serif: 'Lora', serif; --f-sans: 'Montserrat', sans-serif; --shadow-stone: 0 20px 50px rgba(44, 62, 80, 0.15); --radius: 8px; } /* --- RESET NUCLEAR V27 --- */ html, body { margin: 0; padding: 0; background-color: var(--aqp-white); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--aqp-white); color: var(--aqp-volcano); font-family: var(--f-sans); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 60px; height: 60px; fill: var(--aqp-red); margin-bottom: 20px; } .icon-white { fill: white; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-serif); color: var(--aqp-volcano); margin-top: 0; font-weight: 600; } .xsirius-wrapper h1 { font-size: clamp(3rem, 7vw, 6rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: 2px; text-transform: uppercase; text-shadow: 0 10px 40px rgba(0,0,0,0.6); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 3px; background: var(--aqp-red); } .xsirius-wrapper h3 { font-size: 1.5rem; color: var(--aqp-red); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-style: italic; font-family: var(--f-serif); } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-aqp { position: relative; height: 85vh; min-height: 600px; background-image: url('https://images.unsplash.com/photo-1596306499300-0b7c168e4f44?q=80&w=2070&auto=format&fit=crop'); /* Volcán Misti */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--aqp-volcano); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(41, 128, 185, 0.4) 0%, rgba(44, 62, 80, 0.9) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeIn 1.5s ease; } .badge-top { background: var(--aqp-red); color: white; padding: 8px 30px; text-transform: uppercase; letter-spacing: 3px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 20px rgba(0,0,0,0.3); } /* --- VIEWPOINTS (CARDS) --- */ .view-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .view-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-stone); transition: 0.3s; } .view-card:hover { transform: translateY(-10px); } .view-img { height: 250px; background-size: cover; background-position: center; position: relative; } .view-content { padding: 2.5rem; } .view-tag { position: absolute; bottom: 0; left: 0; background: var(--aqp-volcano); color: white; padding: 5px 15px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; } /* --- ARCHITECTURE SECTION --- */ .arch-section { background: var(--aqp-volcano); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; text-align: center; position: relative; overflow: hidden; } .arch-section h2 { color: var(--aqp-white); border-color: var(--aqp-gold); } .arch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 3rem; text-align: left; } .arch-icon { width: 50px; height: 50px; fill: var(--aqp-gold); margin-bottom: 1rem; } /* --- SANTA CATALINA HIGHLIGHT --- */ .catalina-box { background: var(--aqp-red); color: white; padding: 0; border-radius: var(--radius); margin-bottom: 5rem; overflow: hidden; display: flex; flex-wrap: wrap; box-shadow: 0 20px 60px rgba(192, 57, 43, 0.3); } .catalina-img { flex: 1; min-width: 300px; background-image: url('https://upload.wikimedia.org/wikipedia/commons/9/97/Santa_Catalina_Arequipa.jpg'); background-size: cover; background-position: center; min-height: 400px; } .catalina-content { flex: 1; min-width: 300px; padding: 4rem; display: flex; flex-direction: column; justify-content: center; } .catalina-title { font-family: var(--f-serif); font-size: 2.5rem; line-height: 1.1; margin-bottom: 1.5rem; text-transform: uppercase; } /* --- CTA BUTTONS --- */ .btn-aqp { background: var(--aqp-gold); color: var(--aqp-volcano); padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; display: inline-block; box-shadow: 0 10px 20px rgba(0,0,0,0.2); transition: 0.3s; margin-top: 2rem; font-family: var(--f-sans); } .btn-aqp:hover { background: white; transform: translateY(-3px); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeIn { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 3rem; } .hero-aqp { height: 70vh; } .arch-grid { grid-template-columns: 1fr; } .catalina-content { padding: 2rem; } }   PATRIMONIO DE LA HUMANIDAD AREQUIPA: LA CIUDAD BLANCA Custodiada por tres volcanes y construida en piedra volcánica. Un tesoro colonial bajo el cielo azul de los Andes. VER PROGRAMA COMPLETO "Arequipa no se parece a ninguna otra ciudad. Su luz es cegadora y su arquitectura única. El 'sillar', una piedra volcánica blanca y porosa, da forma a templos y casonas que han resistido terremotos y el paso de los siglos." DOMINANDO EL VALLE MIRADOR DE YANAHUARA ARCOS DE SILLAR Famoso por sus arcos blancos con inscripciones de poetas arequipeños. Es el marco perfecto para la foto icónica del volcán Misti dominando la ciudad. MIRADOR DE CARMEN ALTO VALLE Y VOLCANES Una vista panorámica del Valle de Chilina. Aquí se aprecia el verdor de la agricultura en terrazas pre-incas contrastando con la aridez de los volcanes Chachani, Misti y Pichu Pichu. LA PLAZA DE ARMAS Considerada una de las plazas más bellas de América. Rodeada de portales de granito y sillar con balcones neorrenacentistas. LA CATEDRAL Única en Perú por ocupar todo el ancho de la plaza. Su fachada es majestuosa. Dentro, destaca su órgano traído de Bélgica y el púlpito tallado en Francia. Un museo de arte sacro en sí misma. COMPAÑÍA DE JESÚS La joya del "Barroco Mestizo". Su fachada no es solo arquitectura, es un tapiz de piedra tallada con motivos andinos (pumas, maíz) mezclados con símbolos cristianos.   OBRA MAESTRA MONASTERIO DE SANTA CATALINA No es solo un edificio, es una ciudad dentro de la ciudad. Fundado en 1579, fue cerrado al mundo durante 400 años. Caminarás por sus calles empedradas (con nombres de ciudades españolas), entrarás en las celdas de las novicias y te perderás en sus claustros pintados de rojo óxido y azul añil. Es un laberinto de historia, silencio y luz. El lugar más fotogénico de todo el viaje. PARAÍSO FOTOGRÁFICO LA CIUDAD QUE NUNCA SE OLVIDA La gastronomía, la arquitectura y los volcanes te esperan. UNIRME A LA EXPEDICIÓN VIAJES XSIRIUS Excelencia y Detalle desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Lima Colonial y Museo Larco: La Ciudad de los Reyes
  • 20/01/2026 16:43:58

:root { /* --- PALETA "VIRREINATO" --- */ --lima-wood: #5D4037; /* Madera Caoba (Balcones) */ --lima-gold: #C5A059; /* Oro Precolombino */ --lima-stone: #CFD8DC; /* Piedra Catedral */ --lima-dark: #263238; /* Negro Pizarra */ --lima-paper: #FDFBF7; /* Papel Antiguo */ --white: #ffffff; --wa-color: #25D366; --f-title: 'Cinzel', serif; --f-body: 'Libre Baskerville', serif; --shadow-col: 0 15px 35px rgba(93, 64, 55, 0.15); --radius: 4px; /* Bordes más rectos, más clásicos */ } /* --- RESET NUCLEAR V26 --- */ html, body { margin: 0; padding: 0; background-color: var(--lima-paper); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--lima-paper); color: var(--lima-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 64px; height: 64px; fill: var(--lima-wood); margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-title); color: var(--lima-wood); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.8rem, 7vw, 5.5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; text-transform: uppercase; text-shadow: 0 10px 40px rgba(0,0,0,0.7); border-bottom: 3px solid var(--lima-gold); display: inline-block; padding-bottom: 10px; } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 100px; height: 2px; background: var(--lima-gold); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--lima-dark); margin-bottom: 1rem; border-left: 4px solid var(--lima-gold); padding-left: 15px; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1000px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-lima { position: relative; height: 80vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1568607620263-99732163b772?q=80&w=2070&auto=format&fit=crop'); /* Plaza de Armas Lima */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 12px solid var(--lima-wood); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(38, 50, 56, 0.5) 0%, rgba(38, 50, 56, 0.9) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeIn 1.5s ease; } .badge-top { background: var(--lima-gold); color: black; padding: 8px 30px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; font-family: var(--f-title); display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- TIMELINE DE VISITA --- */ .tour-section { display: flex; flex-direction: column; gap: 4rem; position: relative; margin-bottom: 5rem; } .tour-section::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; background: var(--lima-stone); transform: translateX(-50%); z-index: 0; } .stop-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; z-index: 1; } .stop-card:nth-child(even) { flex-direction: row-reverse; } .stop-content { flex: 1; background: white; padding: 2.5rem; border-radius: var(--radius); box-shadow: var(--shadow-col); position: relative; } .stop-content::before { content: ''; position: absolute; top: 50%; width: 20px; height: 2px; background: var(--lima-gold); } .stop-card:nth-child(odd) .stop-content::before { right: -20px; } .stop-card:nth-child(even) .stop-content::before { left: -20px; } .stop-visual { flex: 1; height: 300px; background-size: cover; background-position: center; border-radius: var(--radius); box-shadow: var(--shadow-col); border: 5px solid white; } .stop-number { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; background: var(--lima-wood); color: var(--lima-gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--f-title); font-weight: 700; font-size: 1.5rem; border: 4px solid white; } /* --- MUSEO LARCO HIGHLIGHT --- */ .larco-box { background: var(--lima-dark); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; position: relative; overflow: hidden; text-align: center; } .larco-box::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--lima-wood), var(--lima-gold)); } .larco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 3rem; } .larco-item svg { width: 50px; height: 50px; fill: var(--lima-gold); margin-bottom: 15px; } .larco-item h4 { color: var(--lima-gold); font-family: var(--f-title); margin-bottom: 10px; } .larco-item p { font-size: 0.95rem; color: #B0BEC5; } /* --- CTA BUTTONS --- */ .btn-lima { background: var(--lima-wood); color: white; padding: 20px 50px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; display: inline-block; box-shadow: 0 10px 20px rgba(93, 64, 55, 0.4); transition: 0.3s; border: 1px solid var(--lima-gold); font-family: var(--f-title); } .btn-lima:hover { background: var(--lima-gold); color: var(--lima-dark); transform: translateY(-3px); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 900px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-lima { height: 60vh; } .stop-card, .stop-card:nth-child(even) { flex-direction: column; } .tour-section::before { display: none; } .stop-number { position: static; transform: none; margin: 0 auto 20px; } .stop-content::before { display: none; } .stop-visual { width: 100%; height: 250px; } }   PATRIMONIO DE LA HUMANIDAD LIMA: LA CIUDAD DE LOS REYES Más que una capital, un museo vivo. Adéntrate en la historia colonial y prehispánica de Perú. VER ITINERARIO COMPLETO "Lima es la única capital de Sudamérica ubicada frente al mar. Fundada por Francisco Pizarro en 1535, sus calles aún guardan los secretos de la nobleza española y el misticismo religioso. Este no es un tour cualquiera; es un acceso privilegiado a la historia." EL RECORRIDO XSIRIUS 1. CASA ALIAGA Es una joya oculta. Construida sobre un adoratorio indígena, esta mansión colonial fue entregada por Francisco Pizarro a su capitán Jerónimo de Aliaga en 1535. Lo increíble: Es la mansión más antigua de América habitada ininterrumpidamente por la misma familia (17 generaciones). Entrar aquí es un privilegio exclusivo; recorrerás sus salones de madera tallada y patios sevillanos en silencio, lejos de las multitudes. I   2. CORAZÓN HISTÓRICO Caminaremos hacia la Plaza de Armas, el centro neurálgico del poder. A un lado, el Palacio de Gobierno (Casa de Pizarro); al otro, la majestuosa Catedral de Lima. Visitaremos el interior de la Catedral, donde descansa la tumba del conquistador Francisco Pizarro. Observa los impresionantes altares recubiertos de pan de oro y la sillería del coro, testigos de la fe y el poder del Virreinato. II   3. CONVENTO DE SAN FRANCISCO Una obra maestra del barroco limeño. Su biblioteca antigua parece sacada de una película, pero el verdadero secreto está bajo tierra. Las Catacumbas: Descenderemos a las criptas subterráneas que sirvieron de cementerio en la época colonial. Un laberinto de pasadizos donde reposan (de forma artística y ordenada) los huesos de más de 25.000 personas. Una experiencia sobrecogedora e inolvidable. III   4. EL TESORO: MUSEO LARCO Ubicado en una casona virreinal del siglo XVIII rodeada de jardines de buganvillas, este museo alberga la colección de oro y plata más impresionante del antiguo Perú. EL ORO DE LOS INCAS Coronas, orejeras y narigueras de oro macizo que vestían los antiguos gobernantes. El brillo es hipnótico. SALA DE ARTE ERÓTICO Famosa mundialmente. Una colección de cerámicas (huacos) que representan la sexualidad y la fertilidad con una naturalidad asombrosa. DEPÓSITOS VISITABLES Es uno de los pocos museos del mundo que permite entrar a sus almacenes. Verás miles de piezas clasificadas en estanterías. LIMA ES SOLO EL PRINCIPIO Tras este baño de historia, estaremos listos para volar a los Andes. La aventura continúa. RESERVAR MI PLAZA VIAJES XSIRIUS Cultura y Excelencia desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Perú LGTBIQ+: Guía de Viaje Friendly y Seguro
  • 20/01/2026 16:39:30

:root { /* --- PALETA "PRIDE ANDINO" --- */ --pride-purple: #6c5ce7; /* Púrpura Inclusivo */ --pride-pink: #fd79a8; /* Rosa Vibrante */ --pride-teal: #00cec9; /* Turquesa Libertad */ --pride-dark: #2d3436; /* Gris Oscuro */ --pride-bg: #F8F9FA; /* Fondo Neutro */ --white: #ffffff; --wa-color: #25D366; --f-head: 'Montserrat', sans-serif; --f-body: 'Nunito', sans-serif; --shadow-pride: 0 15px 40px rgba(108, 92, 231, 0.15); --radius: 12px; } /* --- RESET NUCLEAR V23 --- */ html, body { margin: 0; padding: 0; background-color: var(--pride-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--pride-bg); color: var(--pride-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 60px; height: 60px; fill: var(--pride-purple); margin-bottom: 20px; } .icon-white { fill: white; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-head); color: var(--pride-dark); margin-top: 0; font-weight: 800; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: -1px; text-transform: uppercase; text-shadow: 0 10px 30px rgba(0,0,0,0.4); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; background: -webkit-linear-gradient(45deg, var(--pride-purple), var(--pride-pink)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--pride-purple); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; } /* --- LAYOUT --- */ .container { max-width: 1000px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-pride { position: relative; height: 75vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1572602755290-79ba22934449?q=80&w=2070&auto=format&fit=crop'); /* Pareja viajera o paisaje vibrante */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 10px solid var(--pride-purple); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(45, 52, 54, 0.7), rgba(108, 92, 231, 0.8)); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: slideUp 1.2s ease; } .badge-top { background: linear-gradient(90deg, var(--pride-purple), var(--pride-pink)); color: white; padding: 8px 30px; border-radius: 50px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); } /* --- REALITY CHECK BOX --- */ .reality-box { background: white; padding: 3rem 2rem; border-radius: var(--radius); box-shadow: var(--shadow-pride); margin-bottom: 5rem; display: flex; flex-wrap: wrap; gap: 40px; align-items: center; } .reality-text { flex: 2; min-width: 300px; } .reality-chart { flex: 1; min-width: 250px; text-align: center; border-left: 2px solid #eee; padding-left: 20px; } .safe-tag { display: inline-block; background: #E8F8F5; color: #00b894; padding: 5px 10px; border-radius: 4px; font-weight: 700; margin: 5px; } .caution-tag { display: inline-block; background: #FFF3E0; color: #e17055; padding: 5px 10px; border-radius: 4px; font-weight: 700; margin: 5px; } /* --- CITIES GRID --- */ .city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .city-card { background: white; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-pride); transition: 0.3s; } .city-card:hover { transform: translateY(-10px); } .city-header { background: var(--pride-dark); color: white; padding: 1.5rem; text-align: center; } .city-body { padding: 2rem; } .night-life { margin-top: 15px; border-top: 1px solid #eee; padding-top: 15px; } .night-life strong { color: var(--pride-pink); } /* --- XSIRIUS PROMISE --- */ .promise-section { background: linear-gradient(135deg, var(--pride-purple), var(--pride-teal)); color: white; padding: 4rem 2rem; border-radius: var(--radius); text-align: center; margin-bottom: 5rem; } .promise-grid { display: flex; justify-content: center; gap: 40px; margin-top: 3rem; flex-wrap: wrap; } .promise-item { max-width: 250px; } .promise-item svg { width: 50px; height: 50px; fill: white; margin-bottom: 1rem; } /* --- TIPS LIST --- */ .tips-box { background: white; padding: 3rem; border-radius: var(--radius); box-shadow: var(--shadow-pride); margin-bottom: 5rem; border-top: 5px solid var(--pride-pink); } .tip-row { display: flex; gap: 20px; margin-bottom: 20px; align-items: flex-start; } .tip-icon-box { background: #fdf2f7; padding: 10px; border-radius: 50%; color: var(--pride-pink); } /* --- CTA BUTTONS --- */ .btn-pride { background: white; color: var(--pride-purple); padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(0,0,0,0.2); transition: 0.3s; margin-top: 2rem; } .btn-pride:hover { transform: scale(1.05); color: var(--pride-pink); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes slideUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-pride { height: 65vh; } .reality-box { flex-direction: column; } .reality-chart { border-left: none; border-top: 2px solid #eee; padding-top: 20px; padding-left: 0; } }   GUÍA INCLUSIVA XSIRIUS PERÚ CON ORGULLO Una guía honesta para viajeros LGTBIQ+. Dónde ir, cómo es el ambiente y por qué viajar con Xsirius es garantía de respeto. HABLAR CON UN ASESOR "Perú es un país de contrastes, también en lo social. Mientras Lima y Cusco vibran con una escena gay cosmopolita, las zonas rurales siguen siendo conservadoras. La clave es saber dónde estás y viajar con quien te cuida." LA REALIDAD SOCIAL Aunque el matrimonio igualitario aún no es legal, Perú avanza. La homosexualidad es legal desde 1924 y existen leyes contra la discriminación. Como turista, en el circuito Xsirius (hoteles 4/5* y zonas turísticas) serás recibido con total normalidad y respeto. La discreción es aconsejable en zonas rurales o religiosas, pero en Miraflores (Lima) verás parejas del mismo sexo de la mano sin problema. SEMÁFORO DE AMBIENTE ? LIMA (Miraflores/Barranco) Muy Friendly. Ambiente abierto. ? CUSCO (Centro) Cosmopolita y turístico. Seguro. ? ZONAS RURALES Conservador. Se recomienda discreción en muestras de afecto. ZONAS FRIENDLY LIMA (Miraflores) Es la capital gay de Perú. El Parque del Amor es un icono para todos. Barranco es el barrio bohemio y artístico donde la diversidad es la norma. ? Vida Nocturna: "Valetodo Downtown" (Miraflores) es la discoteca LGTBI más grande y famosa. Imprescindible. CUSCO (Imperial) Cusco recibe millones de turistas y su mentalidad es muy abierta en el centro. Muchos hoteles boutique son propiedad de parejas extranjeras o locales del colectivo. ? Vida Nocturna: "Fallen Angel" (Plaza Nazarenas) es un restaurante/bar icónico, extravagante y súper friendly. LA GARANTÍA XSIRIUS No vendemos viajes que no haríamos nosotros. CAMA MATRIMONIAL Garantizamos que si viajas en pareja, tendrás una cama King/Queen. Sin preguntas incómodas en recepción. PROVEEDORES FILTRADOS Trabajamos con cadenas como Inkaterra o Casa Andina que tienen políticas estrictas de diversidad e inclusión. RESPETO TOTAL Nuestros guías y conductores están formados para tratar a todos nuestros clientes con la misma calidez. CONSEJOS DE EXPERTO Apps de Citas: Grindr y Tinder funcionan perfectamente en Lima y Cusco. Son una buena forma de conocer gente local para salir, pero usa el sentido común y queda siempre en lugares públicos. PDA (Muestras de afecto): En Miraflores, Lima, verás parejas de la mano. En pueblos pequeños de los Andes, la cultura es más tradicional. Un poco de discreción evita miradas curiosas, aunque rara vez hay hostilidad. VIAJA LIBRE, VIAJA SEGURO Únete a nuestro grupo de Junio 2026. Ambiente genial garantizado. VER ITINERARIO VIAJES XSIRIUS Inclusivos y Profesionales. Agencia en Móstoles. * Calle Barcelona 23 * 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Geografía de Perú: Tres Mundos en un Solo Viaje
  • 20/01/2026 16:36:41

:root { /* --- PALETA "TRES MUNDOS" --- */ --geo-blue: #2980B9; /* Costa / Pacífico */ --geo-brown: #8D6E63; /* Sierra / Andes */ --geo-green: #27AE60; /* Selva / Amazonía */ --geo-dark: #2C3E50; /* Texto Principal */ --geo-paper: #F4F6F7; /* Fondo Mapa */ --white: #ffffff; --wa-color: #25D366; --f-title: 'Cinzel', serif; --f-body: 'Merriweather Sans', sans-serif; --shadow-map: 0 15px 40px rgba(44, 62, 80, 0.15); --radius: 10px; } /* --- RESET NUCLEAR V22 --- */ html, body { margin: 0; padding: 0; background-color: var(--geo-paper); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--geo-paper); color: var(--geo-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 64px; height: 64px; margin-bottom: 20px; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-title); color: var(--geo-dark); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; text-shadow: 0 10px 30px rgba(0,0,0,0.5); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 4px; background: var(--geo-dark); } .xsirius-wrapper h3 { font-size: 1.4rem; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-weight: 300; } /* --- LAYOUT --- */ .container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-geo { position: relative; height: 75vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1587595431973-160d0d94add1?q=80&w=2070&auto=format&fit=crop'); /* Machu Picchu Panorámico */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--geo-brown); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(44, 62, 80, 0.4) 0%, rgba(44, 62, 80, 0.8) 100%); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: zoomIn 1.5s ease; } .badge-top { background: var(--white); color: var(--geo-dark); padding: 8px 25px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); } /* --- LOCATION CARD --- */ .location-box { background: white; padding: 3rem; border-radius: var(--radius); box-shadow: var(--shadow-map); margin-bottom: 5rem; display: flex; flex-wrap: wrap; align-items: center; gap: 40px; } .location-text { flex: 1; min-width: 300px; } .location-visual { flex: 1; min-width: 300px; background: #ECF0F1; height: 300px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; padding: 20px; } .neighbor-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1rem; } .neighbor-tag { background: #eee; padding: 5px 15px; border-radius: 20px; font-size: 0.9rem; color: #555; } /* --- THE THREE WORLDS GRID --- */ .worlds-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0; margin-bottom: 5rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-map); } .world-card { padding: 3rem 2rem; text-align: center; color: white; transition: 0.3s; } .world-card:hover { transform: scale(1.05); z-index: 2; box-shadow: 0 10px 30px rgba(0,0,0,0.3); } .world-costa { background: var(--geo-blue); } .world-sierra { background: var(--geo-brown); } .world-selva { background: var(--geo-green); } .world-percent { font-size: 3rem; font-weight: 700; opacity: 0.2; line-height: 1; display: block; margin-bottom: 10px; } /* --- ALTITUDE GRAPHIC --- */ .altitude-section { background: white; padding: 4rem 2rem; border-radius: var(--radius); box-shadow: var(--shadow-map); margin-bottom: 5rem; text-align: center; } .altitude-steps { display: flex; align-items: flex-end; justify-content: center; gap: 5px; height: 300px; margin-top: 3rem; padding-bottom: 20px; border-bottom: 2px solid #ddd; } .alt-bar { width: 14%; background: linear-gradient(to top, var(--geo-dark), #95a5a6); border-radius: 5px 5px 0 0; position: relative; transition: 0.3s; display: flex; flex-direction: column; justify-content: flex-end; color: white; font-size: 0.8rem; padding-bottom: 10px; } .alt-bar:hover { background: var(--geo-brown); transform: scaleY(1.02); } .alt-label { position: absolute; bottom: -40px; width: 100%; text-align: center; color: #333; font-weight: 700; font-size: 0.8rem; line-height: 1.2; } /* --- CTA BUTTONS --- */ .btn-geo { background: var(--geo-dark); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; display: inline-block; box-shadow: 0 10px 20px rgba(44, 62, 80, 0.4); transition: 0.3s; margin-top: 2rem; border: 1px solid var(--geo-dark); } .btn-geo:hover { background: transparent; color: var(--geo-dark); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes zoomIn { from { opacity: 0; transform: scale(1.1); } to { opacity: 1; transform: scale(1); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-geo { height: 65vh; } .worlds-grid { grid-template-columns: 1fr; } .location-box { flex-direction: column; } .alt-label { font-size: 0.7rem; bottom: -50px; } }   ENTENDIENDO EL DESTINO GEOGRAFÍA DE PERÚ: EL DESAFÍO VERTICAL Más que un país, un continente comprimido. Entender su geografía es la clave para preparar tu maleta y tu mente. VER MAPA DE RUTA 2026 "Perú no se explica de norte a sur, sino de abajo a arriba. La Cordillera de los Andes actúa como una columna vertebral gigante que divide el país en tres franjas climáticas totalmente opuestas. En un solo viaje, pasarás del desierto más árido a la selva más húmeda." UBICACIÓN ESTRATÉGICA Perú domina la costa oeste de Sudamérica. Es el tercer país más grande del subcontinente (después de Brasil y Argentina). Su ubicación tropical debería hacerlo caluroso y húmedo, pero los Andes y la corriente fría de Humboldt cambian las reglas del juego. Sus 5 vecinos: ?? Ecuador (Norte) ?? Colombia (Norte) ?? Brasil (Este) ?? Bolivia (Sureste) ?? Chile (Sur) LATITUD SUR Hemisferio Sur. Las estaciones son opuestas a Europa. TRES MUNDOS EN UNO 11% LA COSTA Una franja desértica y árida frente al Océano Pacífico. Aquí están Lima, Paracas y las Líneas de Nazca. Clima: Templado, húmedo y brumoso ("panza de burro"), pero con muy poca lluvia real. 30% LA SIERRA (ANDES) El corazón inca. Montañas, valles profundos y altiplanos. Aquí están Cusco, Arequipa y el Lago Titicaca. Clima: Seco. Sol radiante de día, heladas de noche. Estación seca de Mayo a Octubre. 59% LA SELVA El pulmón verde. Aunque ocupa casi el 60% del país, es la zona menos poblada. Aquí está Puerto Maldonado y la Amazonía. Clima: Tropical, caluroso y muy lluvioso todo el año. EL PERFIL DE TU VIAJE El itinerario de Xsirius está diseñado en "Escalera" para evitar el mal de altura. Mira cómo subiremos: 0mLIMA (Costa) 2.335mAREQUIPA (Aclimatación) 3.400mCUSCO (Historia) 2.430mMACHU PICCHU (Selva Alta) 3.812mPUNO (Titicaca) 4.910mMIRADOR (Paso Patapampa) DATO CURIOSO: Machu Picchu está más bajo que la ciudad de Cusco. Por eso al llegar a las ruinas respirarás mejor y te sentirás con más energía. ¿LISTO PARA RECORRER ESTOS MUNDOS? La geografía marca el viaje, pero nosotros marcamos el ritmo. Únete a la expedición. VER ITINERARIO COMPLETO VIAJES XSIRIUS Tu agencia experta en Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
Propinas en Perú: Cuánto dejar y cuándo
  • 20/01/2026 16:33:26

:root { /* --- PALETA "BRONCE ANDINO" --- */ --tip-bronze: #B08D55; /* Bronce/Cobre Moneda */ --tip-dark: #232323; /* Negro Carbón */ --tip-slate: #4A5568; /* Gris Pizarra */ --tip-bg: #FDFCF8; /* Papel Antiguo */ --white: #ffffff; --wa-color: #25D366; --f-head: 'Playfair Display', serif; --f-body: 'Work Sans', sans-serif; --shadow-coin: 0 10px 30px rgba(176, 141, 85, 0.15); --radius: 6px; } /* --- RESET NUCLEAR V21 --- */ html, body { margin: 0; padding: 0; background-color: var(--tip-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--tip-bg); color: var(--tip-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 60px; height: 60px; fill: var(--tip-bronze); margin-bottom: 20px; } .icon-white { fill: white; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-head); color: var(--tip-dark); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: 1px; text-shadow: 0 10px 40px rgba(0,0,0,0.6); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 2px; background: var(--tip-bronze); } .xsirius-wrapper h3 { font-size: 1.3rem; color: var(--tip-slate); margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-family: var(--f-head); font-style: italic; } /* --- LAYOUT --- */ .container { max-width: 1000px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-tip { position: relative; height: 70vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1565557623262-b51c2513a641?q=80&w=2071&auto=format&fit=crop'); /* Restaurante peruano o detalle */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 10px solid var(--tip-bronze); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(35, 35, 35, 0.8), rgba(60, 60, 60, 0.8)); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: fadeInUp 1.2s ease; } .badge-top { background: var(--tip-bronze); color: white; padding: 8px 25px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; } /* --- RULE OF THUMB BOX --- */ .rule-box { background: white; border: 1px solid var(--tip-bronze); border-radius: var(--radius); padding: 3rem; text-align: center; margin-bottom: 5rem; box-shadow: var(--shadow-coin); position: relative; } .rule-box::before { content: '"'; position: absolute; top: 20px; left: 30px; font-size: 8rem; color: rgba(176, 141, 85, 0.1); font-family: var(--f-head); line-height: 0; } /* --- SITUATION CARDS --- */ .tip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .tip-card { background: white; padding: 2.5rem; border-radius: var(--radius); box-shadow: var(--shadow-coin); transition: 0.3s; border-top: 4px solid var(--tip-bronze); } .tip-card:hover { transform: translateY(-5px); } .amount-badge { background: var(--tip-dark); color: var(--tip-bronze); padding: 5px 15px; border-radius: 50px; font-weight: 700; font-size: 0.9rem; margin-top: 1rem; display: inline-block; } /* --- CHEAT SHEET TABLE --- */ .sheet-table { width: 100%; border-collapse: collapse; background: white; margin-bottom: 4rem; box-shadow: var(--shadow-coin); border-radius: var(--radius); overflow: hidden; } .sheet-table th { background: var(--tip-slate); color: white; padding: 20px; text-transform: uppercase; } .sheet-table td { padding: 20px; border-bottom: 1px solid #eee; text-align: center; } .sheet-table tr:last-child td { border-bottom: none; } /* --- THE "SENCILLO" ADVICE --- */ .coin-section { background: var(--tip-dark); color: white; padding: 4rem; border-radius: var(--radius); margin-bottom: 5rem; text-align: center; } .coin-icon { width: 80px; height: 80px; fill: var(--tip-bronze); margin-bottom: 1.5rem; } /* --- CTA BUTTONS --- */ .btn-tip { background: var(--tip-bronze); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 2px; display: inline-block; box-shadow: 0 10px 20px rgba(176, 141, 85, 0.3); transition: 0.3s; margin-top: 2rem; } .btn-tip:hover { background: white; color: var(--tip-bronze); box-shadow: none; } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes fadeInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-tip { height: 60vh; } .rule-box { padding: 2rem; } }   GUÍA DE ETIQUETA EL ARTE DE LA PROPINA No es obligatorio, pero es cultural. Descubre cuánto dejar sin pasarte ni quedarte corto. GUÍA DE PRESUPUESTO "En España, la propina es un gesto extra. En Perú, es parte de la economía del servicio. No es una obligación legal, pero si no dejas nada, se entiende que el servicio fue malo. Aquí tienes la brújula para no equivocarte." LA REGLA DEL 10% Si solo recuerdas una cosa, que sea esta: En restaurantes y servicios, el 10% es el estándar de cortesía y satisfacción. Si el servicio fue excepcional, puedes subir al 15%. GUÍA POR SITUACIÓN RESTAURANTES En locales turísticos o de gama media/alta. A veces incluyen un 10% de "servicio" en la cuenta, pero suele ir al dueño, no al camarero. Se estila dejar otro 10% en efectivo. 10% de la cuenta GUÍAS TURÍSTICOS Para guías de día completo (ej: Machu Picchu). Su trabajo es intenso y viven de esto. Si te ha gustado la explicación y el trato, agradécelo. 20 - 40 Soles / día MALETEROS El personal que te lleva la maleta a la habitación en hoteles de categoría. Es un gesto rápido y muy agradecido. 3 - 5 Soles / maleta TAXIS / UBER En Perú los taxis NO esperan propina, ya que el precio se negocia antes de subir. Si redondeas para no recibir monedas de cambio, te lo agradecerán, pero no es norma. No necesaria TABLA RÁPIDA DE REFERENCIA Servicio Sugerido (Soles) Sugerido (Euros aprox) Botones Hotel 5 PEN 1,20 ? Limpieza Habitación 5 PEN / noche 1,20 ? Guía Excursión 20-30 PEN 5 - 8 ? Conductor Privado 10-15 PEN 2,5 - 4 ? Foto con Llama (Cusco) 2-5 PEN 0,50 - 1 ? EL SECRETO: LLEVA "SENCILLO" En Perú, "sencillo" son las monedas y billetes pequeños. Nadie tendrá cambio de 100 Soles para una propina de 5. Acumula monedas de 1, 2 y 5 Soles como si fueran oro. Son vitales para propinas y baños. EN LOS GRUPOS XSIRIUS ES MÁS FÁCIL En nuestros viajes organizados, el guía acompañante suele gestionar un "bote común" para simplificar las propinas generales (conductores, maleteros). ¡Pregúntanos! VER ITINERARIO DE GRUPO VIAJES XSIRIUS Asesoramiento integral desde Móstoles. * Calle Barcelona 23 * 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
El Arte del Regateo en Perú: Guía de Compras y Artesanía
  • 20/01/2026 16:30:18

:root { /* --- PALETA "MERCADO ANDINO" --- */ --mkt-pink: #E91E63; /* Rosa Textil */ --mkt-orange: #FF9800; /* Naranja Cempasúchil */ --mkt-purple: #8E44AD; /* Morado Papa */ --mkt-dark: #2C3E50; /* Gris Pizarra */ --mkt-bg: #FFF5F8; /* Fondo Suave */ --white: #ffffff; --wa-color: #25D366; --f-head: 'Comfortaa', cursive; --f-body: 'Nunito Sans', sans-serif; --shadow-pop: 0 10px 25px rgba(233, 30, 99, 0.15); --radius: 15px; } /* --- RESET NUCLEAR V20 --- */ html, body { margin: 0; padding: 0; background-color: var(--mkt-bg); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--mkt-bg); color: var(--mkt-dark); font-family: var(--f-body); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 60px; height: 60px; fill: var(--mkt-pink); margin-bottom: 20px; } .icon-white { fill: white; } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-head); color: var(--mkt-dark); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 7vw, 5rem); line-height: 1; color: var(--white); margin-bottom: 1.5rem; letter-spacing: -1px; text-shadow: 0 5px 15px rgba(0,0,0,0.3); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; color: var(--mkt-purple); } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 80px; height: 5px; background: var(--mkt-orange); border-radius: 50px; } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--mkt-pink); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-weight: 300; } /* --- LAYOUT --- */ .container { max-width: 1000px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-mkt { position: relative; height: 75vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1535953580479-792679237690?q=80&w=2070&auto=format&fit=crop'); /* Mercado colorido */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 15px solid var(--mkt-pink); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(142, 68, 173, 0.7), rgba(233, 30, 99, 0.8)); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: popIn 1s ease; } .badge-top { background: var(--mkt-orange); color: white; padding: 8px 30px; border-radius: 50px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); } /* --- RULES GRID --- */ .rules-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .rule-card { background: white; padding: 3rem 2rem; border-radius: var(--radius); box-shadow: var(--shadow-pop); text-align: center; transition: 0.3s; border-bottom: 5px solid var(--mkt-purple); } .rule-card:hover { transform: translateY(-10px) rotate(1deg); } /* --- ALPACA VS SYNTHETIC --- */ .vs-box { background: white; border-radius: var(--radius); box-shadow: var(--shadow-pop); overflow: hidden; margin-bottom: 5rem; display: grid; grid-template-columns: 1fr 1fr; } .vs-col { padding: 3rem; } .vs-real { background: #E8F8F5; color: #00695C; } .vs-fake { background: #FFEBEE; color: #C62828; } /* --- ETHICS BOX --- */ .ethics-box { background: var(--mkt-dark); color: white; padding: 4rem; border-radius: var(--radius); text-align: center; margin-bottom: 5rem; position: relative; overflow: hidden; } .ethics-box svg { width: 60px; height: 60px; fill: var(--mkt-orange); margin-bottom: 1rem; } /* --- SHOPPING LIST --- */ .shop-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 5rem; } .shop-item { background: white; padding: 15px 30px; border-radius: 50px; font-weight: 700; box-shadow: 0 5px 15px rgba(0,0,0,0.05); border: 2px solid transparent; transition: 0.3s; display: flex; align-items: center; gap: 10px; } .shop-item:hover { border-color: var(--mkt-pink); transform: scale(1.05); } /* --- CTA BUTTONS --- */ .btn-shop { background: var(--mkt-pink); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(233, 30, 99, 0.4); transition: 0.3s; border: 2px solid white; margin-top: 2rem; } .btn-shop:hover { background: var(--mkt-purple); transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes popIn { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-mkt { height: 65vh; } .vs-box { grid-template-columns: 1fr; } }   GUÍA DE COMPRAS EL ARTE DEL REGATEO Cómo comprar artesanía en Perú sin pagar de más y respetando la cultura local. MAPA DE MERCADOS "El regateo en Perú no es una pelea, es una danza social. El vendedor espera que negocies, pero siempre con una sonrisa. Si pagas el primer precio, te respetarán menos (y pagarás el doble). Si aprietas demasiado, ofenderás." LAS 3 REGLAS DE ORO DÓNDE SÍ / DÓNDE NO SÍ: Mercados de artesanía (Pisac, San Pedro), venta ambulante y taxis sin taxímetro. NO: Restaurantes, supermercados, tiendas de marca (con precios fijos etiquetados) y farmacias. LA REGLA DEL 20% Si te piden 100 Soles, no ofrezcas 20 (es ofensivo). Empieza ofreciendo un 30-40% menos para cerrar el trato con un descuento del 20-25% sobre el precio inicial. LA SONRISA GANA Llama al vendedor "Casero" o "Casera". Sé amable. Si no llegáis a un acuerdo, sonríe y vete despacio. El 80% de las veces te llamarán y aceptarán tu oferta. EL GRAN TIMO: ¿ALPACA O SINTÉTICO? * BABY ALPACA REAL * Tacto frío: Al tocarla se siente fresca y pesada. * Interior: No brilla excesivamente. * Precio: Un jersey real no baja de 80-100? (350+ Soles). * "MAYBE" ALPACA (SINTÉTICO) * Brillo: Si brilla mucho bajo el sol, es plástico/acrílico. * Precio: Si te piden 10-20? por un jersey, es sintético (aunque ponga "100% Alpaca" en la etiqueta). * Estática: Genera electricidad estática. QUÉ TRAERSE (LA WISHLIST) Jerséis de Alpaca Plata y Joyería Toritos de Pucará Chocolates y Sal de Maras LA FILOSOFÍA XSIRIUS "Regatea con el corazón, no con el bolsillo" Recuerda que para ti 5 Soles es un café en España (1,20?). Para una artesana que ha tejido durante semanas, es comida. Busca el Precio Justo, no el precio más bajo a costa de su trabajo. ¿QUIERES IR A LOS MEJORES MERCADOS? Nuestros guías saben dónde están los artesanos auténticos, lejos de las trampas para turistas. UNIRME AL GRUPO VIAJES XSIRIUS Tu agencia en Móstoles. * Calle Barcelona 23 * 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo
¿Es seguro viajar a Perú? La Verdad y Guía de Seguridad
  • 20/01/2026 16:27:34

:root { /* --- PALETA "SEGURIDAD TOTAL" --- */ --sec-navy: #1A2530; /* Azul Policía/Autoridad */ --sec-blue: #3498DB; /* Azul Confianza */ --sec-gold: #F1C40F; /* Alerta/Atención */ --sec-light: #ECF0F1; /* Fondo Neutro */ --sec-dark: #2C3E50; /* Texto Oscuro */ --white: #ffffff; --wa-color: #25D366; --f-serif: 'Roboto Slab', serif; --f-sans: 'Roboto', sans-serif; --shadow-shield: 0 15px 40px rgba(44, 62, 80, 0.15); --radius: 8px; } /* --- RESET NUCLEAR V19 --- */ html, body { margin: 0; padding: 0; background-color: var(--sec-light); overflow-x: hidden; -webkit-font-smoothing: antialiased; } .xsirius-wrapper { position: absolute !important; top: -100px !important; left: 0 !important; width: 100vw !important; min-height: calc(100vh + 100px) !important; padding-top: 100px !important; z-index: 2147483647 !important; background-color: var(--sec-light); color: var(--sec-dark); font-family: var(--f-sans); line-height: 1.8; font-size: 17px; } .xsirius-wrapper *, .xsirius-wrapper *::before, .xsirius-wrapper *::after { margin: 0; padding: 0; box-sizing: border-box; } .xsirius-wrapper img { width: 100%; height: auto; display: block; object-fit: cover; } .xsirius-wrapper a { text-decoration: none; transition: 0.3s; color: inherit; } /* --- SVG SYSTEM --- */ .icon { width: 24px; height: 24px; fill: currentColor; display: inline-block; vertical-align: middle; } .icon-lg { width: 64px; height: 64px; fill: var(--sec-navy); margin-bottom: 20px; } .icon-shield { width: 50px; height: 50px; fill: var(--sec-blue); } /* --- TYPOGRAPHY --- */ .xsirius-wrapper h1, .xsirius-wrapper h2, .xsirius-wrapper h3 { font-family: var(--f-serif); color: var(--sec-navy); margin-top: 0; font-weight: 700; } .xsirius-wrapper h1 { font-size: clamp(2.5rem, 6vw, 5rem); line-height: 1.1; color: var(--white); text-transform: uppercase; margin-bottom: 1.5rem; letter-spacing: 1px; text-shadow: 0 10px 30px rgba(0,0,0,0.5); } .xsirius-wrapper h2 { font-size: 2.2rem; text-align: center; margin: 4rem 0 2rem; position: relative; padding-bottom: 15px; } .xsirius-wrapper h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--sec-gold); } .xsirius-wrapper h3 { font-size: 1.4rem; color: var(--sec-navy); margin-bottom: 1rem; } .intro-text { font-size: 1.3rem; text-align: center; max-width: 800px; margin: 0 auto 4rem; color: #555; font-family: var(--f-serif); } /* --- LAYOUT --- */ .container { max-width: 1000px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; } /* --- HERO --- */ .hero-sec { position: relative; height: 75vh; min-height: 500px; background-image: url('https://images.unsplash.com/photo-1533658607629-45308b260f4c?q=80&w=2070&auto=format&fit=crop'); /* Policía turística o ciudad segura */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 5rem; border-bottom: 10px solid var(--sec-navy); } .hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26, 37, 48, 0.7), rgba(44, 62, 80, 0.9)); } .hero-content { position: relative; z-index: 10; text-align: center; padding: 20px; animation: shieldUp 1.2s ease; } .badge-top { background: var(--sec-gold); color: var(--sec-navy); padding: 8px 25px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 0.9rem; display: inline-block; margin-bottom: 20px; box-shadow: 0 5px 15px rgba(0,0,0,0.3); } /* --- "THE BUBBLE" SECTION --- */ .bubble-box { background: white; padding: 4rem 2rem; border-radius: var(--radius); box-shadow: var(--shadow-shield); margin-bottom: 5rem; text-align: center; border-top: 5px solid var(--sec-blue); } .bubble-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 3rem; } .bubble-item { text-align: left; padding: 20px; border: 1px solid #eee; transition: 0.3s; } .bubble-item:hover { border-color: var(--sec-blue); transform: translateY(-5px); } .bubble-item h4 { margin: 0 0 10px 0; color: var(--sec-blue); font-size: 1.2rem; display: flex; align-items: center; gap: 10px; } /* --- REGIONAL SAFETY --- */ .zone-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 5rem; } .zone-card { background: var(--sec-navy); color: white; padding: 2rem; border-radius: var(--radius); position: relative; overflow: hidden; } .zone-card h3 { color: var(--sec-gold); border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; } .zone-card p { opacity: 0.9; font-size: 0.95rem; } /* --- SCAM ALERT BOX --- */ .scam-box { background: #FFF3E0; border-left: 6px solid #E67E22; padding: 2rem; margin-bottom: 5rem; border-radius: var(--radius); } .scam-title { display: flex; align-items: center; gap: 15px; color: #D35400; font-weight: 700; font-size: 1.3rem; margin-bottom: 1rem; } /* --- EMERGENCY CONTACTS --- */ .sos-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 5rem; } .sos-card { background: white; padding: 2rem; border-radius: var(--radius); box-shadow: var(--shadow-shield); text-align: center; flex: 1; min-width: 250px; border: 1px solid #eee; } .sos-number { font-size: 2rem; font-weight: 700; color: var(--sec-blue); display: block; margin: 10px 0; } /* --- CTA BUTTONS --- */ .btn-safe { background: var(--sec-navy); color: white; padding: 18px 45px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border-radius: 50px; display: inline-block; box-shadow: 0 10px 20px rgba(44, 62, 80, 0.4); transition: 0.3s; border: 2px solid var(--sec-gold); margin-top: 2rem; } .btn-safe:hover { background: var(--sec-gold); color: var(--sec-navy); transform: scale(1.05); } /* --- FOOTER --- */ .footer { background: white; padding: 5rem 2rem; text-align: center; border-top: 1px solid #ddd; } /* --- STICKY WA --- */ .sticky-wa { position: fixed; bottom: 30px; right: 30px; width: 65px; height: 65px; background: var(--wa-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999999; box-shadow: 0 10px 30px rgba(0,0,0,0.3); border: 3px solid white; transition: 0.3s; } .sticky-wa:hover { transform: scale(1.1); } @keyframes shieldUp { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } @media (max-width: 768px) { .xsirius-wrapper h1 { font-size: 2.5rem; } .hero-sec { height: 65vh; } }   REALIDAD Y CONSEJOS ¿ES SEGURO VIAJAR A PERÚ? Separamos los mitos de la realidad. Cómo viajar tranquilo y disfrutar sin preocupaciones con la garantía Xsirius. HABLAR CON UN EXPERTO "La respuesta corta es: SÍ, si sabes cómo moverte. Perú recibe 4.5 millones de turistas al año. Los incidentes ocurren, pero casi siempre se deben a la improvisación. Viajar en grupo organizado elimina el 99% de los riesgos." LA "BURBUJA DE SEGURIDAD" XSIRIUS Cuando viajas con nosotros, no eres un turista perdido en el mapa. Estás dentro de un sistema diseñado para protegerte. TRANSPORTE PRIVADO Olvídate de taxis piratas o autobuses nocturnos inseguros. Nuestro autocar es exclusivo para el grupo y el conductor es de total confianza. ZONAS PREMIUM Nuestros hoteles están en Miraflores/San Isidro (Lima) y zonas céntricas vigiladas en Cusco. No te alojamos en barrios periféricos. GUÍA ACOMPAÑANTE Un "local" experto siempre contigo. Sabe por qué calles ir y cuáles evitar. Es tu mejor seguro de vida. LIMA Es una megalópolis de 10 millones de personas. El Centro Histórico es seguro de día (hay mucha policía), pero hay que evitarlo de noche. Miraflores y Barranco son zonas muy seguras para pasear y cenar tranquilamente. CUSCO Y ANDES Son zonas muy tranquilas. El turismo es su motor y cuidan al visitante. Puedes caminar por el centro de Cusco de noche sin problema. Solo ten cuidado con los carteristas en mercados abarrotados (como San Pedro). AEROPUERTOS Dentro de la terminal es seguro. El riesgo está al salir si coges un taxi no oficial. Con Xsirius, nuestro transporte te espera en la puerta con un cartel. Cero riesgo. OJO A ESTO: BILLETES FALSOS Es la estafa más común. Al recibir cambio en un taxi o quiosco, revisa las monedas y billetes. El truco: "El cambiazo". Te dicen que tu billete es falso y te lo devuelven, pero en realidad te han dado el cambiazo por uno falso de verdad. Solución: Paga con importe exacto siempre que puedas (lleva monedas). CONTACTOS DE EMERGENCIA POLICÍA TURÍSTICA 0800-22221 Especializada en ayudar a extranjeros. EMERGENCIAS 105 Policía Nacional (General). ASISTENCIA XSIRIUS 24H Teléfono exclusivo para nuestros viajeros. LA TRANQUILIDAD TIENE UN NOMBRE: XSIRIUS Llevamos 20 años operando en Perú sin incidentes graves. Tu seguridad es nuestro prestigio. VIAJAR CON GARANTÍAS VIAJES XSIRIUS Seguridad y Confianza desde Móstoles. ? Calle Barcelona 23 ? 91 645 64 25 © 2026 Viajes Xsirius. Licencia CICMA. (function() { var wrapper = document.getElementById('xsirius-root'); function forceLayout() { if (wrapper && wrapper.parentNode !== document.body) { document.body.appendChild(wrapper); document.body.style.margin = "0"; document.body.style.padding = "0"; document.body.style.overflowX = "hidden"; } } function stickToTop() { if (wrapper) { wrapper.style.top = "-100px"; wrapper.style.paddingTop = "100px"; wrapper.style.minHeight = (window.innerHeight + 100) + "px"; } } window.addEventListener('load', function() { forceLayout(); stickToTop(); }); setInterval(stickToTop, 200); })();
Continua leyendo