<> /* ============================ MODULAR HEADER STYLES ============================ */ .page-header { position: relative; overflow: hidden; /* margin-top: 120px; */ } @media (max-width: 1080px) { .page-header{ /* margin-top: 60px; */ } } .page-header .display-4 { font-family: var(--font-manrope'Manrope'); font-weight: 700; line-height: 1.2; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .header-subtitle { font-family: var(--font-family'Inter'); font-size: 1.1rem; line-height: 1.5; text-shadow: 0 1px 3px rgba(0,0,0,0.3); } .header-subtitle p { margin-bottom: 0.5rem; } .header-subtitle p:last-child { margin-bottom: 0; } .last-updated { font-family: var(--font-family'Inter'); font-size: 0.875rem; font-weight: 500; text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .text-white-50 { color: rgba(2552552550.7) !important; } .text-white-75 { color: rgba(2552552550.8) !important; } /* ============================ ZONE BADGES & PAISAJES STYLES ============================ */ .zone-badges .zone-badge { display: inline-block; background-color: var(--Soft-blue#456AEB); color: white; padding: 0.4rem 0.8rem; border-radius: 15px; text-decoration: none; font-size: 0.8125rem; font-weight: 600; text-transform: lowercase; transition: all 0.3s ease; text-shadow: none; } .zone-badges .zone-badge:hover { background-color: var(--Deep-blue#002358); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(691062350.4); } .paisajes-list { font-family: var(--font-family'Inter'); } .paisajes-label { text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .paisaje-link { font-size: 0.875rem; text-shadow: 0 1px 2px rgba(0,0,0,0.3); transition: color 0.3s ease; } .paisaje-link:hover { color: var(--Salmon#FE6565) !important; } /* ============================ ZONA-SPECIFIC STYLES ============================ */ .zona-paisajes-list { font-family: var(--font-family'Inter'); } .zona-paisajes-list h5 { text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .zona-paisajes-list .badge { backdrop-filter: blur(10px); transition: all 0.3s ease; font-size: 0.8125rem; font-weight: 500; } .zona-paisajes-list .badge:hover { background: rgba(25135840.9) !important; transform: scale(1.05); box-shadow: 0 4px 12px rgba(25135840.3); } .zona-map-image { display: flex; justify-content: flex-end; align-items: center; height: 100%; min-height: 300px; } .zona-map-image img { /* border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,0.2); border: 2px solid rgba(2552552550.1);*/ } /* ============================ ITINERARIO-SPECIFIC STYLES ============================ */ .itinerario-header-meta { font-family: var(--font-family'Inter'); } .itinerario-duration { text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .destinations-list { margin-top: 0.5rem; } .destinations-ul { list-: none; padding: 0; display: flex; flex-wrap: wrap; gap: 0.25rem 1rem; } .destination-item { position: relative; font-size: 0.9rem; text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .destination-item::before { content: "•"; color: var(--Salmon#FE6565); font-weight: bold; margin-right: 0.5rem; } .destination-link { transition: color 0.3s ease; font-weight: 500; } .destination-link:hover { color: var(--Salmon#FE6565) !important; } /* ============================ BLOG-SPECIFIC STYLES ============================ */ .blog-header-meta { font-family: var(--font-family'Inter'); } .blog-meta-item { font-size: 0.9rem; text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .blog-meta-item i { opacity: 0.8; } .blog-activities-list { text-align: right; } .blog-activities-list h6 { text-shadow: 0 1px 2px rgba(0,0,0,0.3); } .blog-activities-list .badge { font-size: 0.75rem; padding: 0.4rem 0.6rem; transition: all 0.3s ease; } .blog-activities-list .badge:hover { background-color: var(--Salmon#FE6565) !important; transform: translateY(-1px); } /* ============================ MAP ICON STYLES ============================ */ .header-map-icon { display: flex; justify-content: flex-end; align-items: center; height: 100%; min-height: 200px; } .map-icon-container { position: relative; display: flex; align-items: center; justify-content: center; width: 120px; height: 120px; } .map-icon-container .bi-geo-alt-fill { font-size: 3rem; z-index: 2; position: relative; text-shadow: 0 2px 4px rgba(0,0,0,0.3); } .map-icon-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(2552552550.1); border-radius: 50%; border: 2px solid rgba(2552552550.2); backdrop-filter: blur(10px); } /* Background image optimizations */ .page-header[*="background-image"] { background-attachment: fixed; } /* ============================ RESPONSIVE DESIGN ============================ */ @media (max-width: 992px) { .header-map-icon, .blog-activities-list, .zona-map-image { margin-top: 2rem; justify-content: center; text-align: center; min-height: 100px; } .map-icon-container { width: 80px; height: 80px; } .map-icon-container .bi-geo-alt-fill { font-size: 2rem; } .blog-meta-item { font-size: 0.85rem; } .destinations-ul { justify-content: center; } .itinerario-duration { text-align: center; } .zona-paisajes-list .d-flex { } } @media (max-width: 768px) { .page-header { min-height: 50vh !important; } .page-header .display-4 { font-size: 2.5rem; } .header-subtitle { font-size: 1rem; } .zone-badges .zone-badge, .zona-paisajes-list .badge { font-size: 0.75rem; padding: 0.3rem 0.6rem; margin-bottom: 0.5rem; } .paisajes-list { font-size: 0.8125rem; } .paisajes-label { display: block; margin-bottom: 0.5rem; } .paisaje-link { font-size: 0.8125rem; } .blog-header-meta { flex-direction: column !important; align-items: flex-start !important; gap: 0.5rem !important; } .blog-meta-item { font-size: 0.8rem; } .destinations-ul { flex-direction: column; gap: 0.25rem; align-items: flex-start; } .destination-item { font-size: 0.85rem; } .header-map-icon, .blog-activities-list, .zona-map-image { display: none; /* Hide on mobile for cleaner look */ } .page-header[*="background-image"] { background-attachment: scroll; /* Better performance on mobile */ } .zona-paisajes-list h5 { font-size: 1rem; } } @media (max-width: 576px) { .page-header { min-height: 40vh !important; } .page-header .display-4 { font-size: 2rem; } .header-subtitle { font-size: 0.95rem; } .zone-badges .zone-badge, .zona-paisajes-list .badge { font-size: 0.7rem; padding: 0.25rem 0.5rem; } .paisajes-list { font-size: 0.75rem; } .paisaje-link { font-size: 0.75rem; } .blog-meta-item { font-size: 0.75rem; } .destination-item { font-size: 0.8rem; } .zona-paisajes-list h5 { font-size: 0.9rem; } } /* ============================ ACCESSIBILITY ============================ */ .page-header:focus-within { outline: 2px solid var(--Soft-blue#456AEB); outline-offset: 2px; } .zone-badges .zone-badge:focus, .paisaje-link:focus, .destination-link:focus, .blog-activities-list .badge:focus, .zona-paisajes-list .badge:focus { outline: 2px solid var(--Salmon#FE6565); outline-offset: 2px; border-radius: 2px; } /* High contrast mode support */ @media (prefers-contrast: high) { .zone-badges .zone-badge, .zona-paisajes-list .badge { background-color: #0000FF; border: 2px solid #FFFFFF; } .zone-badges .zone-badge:hover, .zona-paisajes-list .badge:hover { background-color: #800080; } .paisaje-link, .destination-link { color: #FFFF00 !important; } .paisaje-link:hover, .destination-link:hover { color: #FF0000 !important; } .last-updated, .blog-meta-item { color: #FFFFFF !important; font-weight: 700; } .blog-activities-list .badge { background-color: #0000FF !important; border: 2px solid #FFFFFF; } .zona-map-image img { border: 3px solid #FFFFFF; } } /* Reduced motion support */ @media (prefers-reduced-motion: reduce) { .zone-badges .zone-badge, .paisaje-link, .destination-link, .blog-activities-list .badge, .zona-paisajes-list .badge { transition: none; } .zone-badges .zone-badge:hover, .blog-activities-list .badge:hover, .zona-paisajes-list .badge:hover { transform: none; } } /* Print s */ @media print { .page-header { min-height: 200px !important; background: #f8f9fa !important; color: #000000 !important; } .page-header .display-4, .header-subtitle, .last-updated, .paisaje-link, .destination-link, .blog-meta-item { color: #000000 !important; text-shadow: none !important; } .zone-badges .zone-badge, .blog-activities-list .badge, .zona-paisajes-list .badge { background-color: #6c757d !important; color: #ffffff !important; } .header-map-icon, .blog-activities-list, .zona-map-image { display: none; } .destinations-ul { flex-direction: column; } } .paisaje-link:hover { color: var(--Salmon#FE6565) !important; text-decoration: underline !important; } <> /* ============================ BREADCRUMB SECTION STYLES ============================ */ .breadcrumb-section { background-color: #f8f9fa; border-bottom: 1px solid #e9ecef; padding: 1rem 0; } .custom-breadcrumb .breadcrumb { background: transparent; padding: 0; margin: 0; font-family: var(--font-family'Inter'); } .custom-breadcrumb .breadcrumb-item { color: var(--Gray#4E5567); text-align: center; font-family: Manrope; font-size: 16px; font-: normal; font-weight: 400; line-height: 28px; /* 175% */ } .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before { content: ">"; color: #CBD6E3; font-weight: 600; padding: 0 0.5rem; } .breadcrumb-link { color: var(--Gray#4E5567); text-align: center; font-family: Manrope; font-size: 16px; font-: normal; line-height: 28px; /* 175% */ text-decoration-line: underline; text-decoration-: solid; text-decoration-skip-ink: none; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; } .breadcrumb-link:hover { } .breadcrumb-link.home-link { color: #6c757d; } .breadcrumb-link.home-link:hover { color: var(--Soft-blue#456AEB); } .breadcrumb-item.active .current-page { color: #495057; font-weight: 600; } /* Home icon styling */ .breadcrumb-link .bi-house { font-size: 0.875rem; margin-right: 0.25rem; } /* ============================ RESPONSIVE DESIGN ============================ */ @media (max-width: 768px) { .breadcrumb-section { padding: 0.75rem 0; } .custom-breadcrumb .breadcrumb-item { font-size: 0.8125rem; } .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before { padding: 0 0.375rem; } /* Truncate long breadcrumb items on mobile */ .breadcrumb-link, .current-page { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: bottom; } .breadcrumb-link.home-link { max-width: none; /* Don't truncate home icon */ } } @media (max-width: 576px) { .custom-breadcrumb .breadcrumb-item { font-size: 0.75rem; } .breadcrumb-link, .current-page { max-width: 100px; } } /* ============================ ACCESSIBILITY ============================ */ .breadcrumb-link:focus { outline: 2px solid var(--Soft-blue#456AEB); outline-offset: 2px; border-radius: 2px; } /* High contrast mode support */ @media (prefers-contrast: high) { .breadcrumb-link { color: #0000FF; } .breadcrumb-link:hover { color: #800080; } .breadcrumb-item.active .current-page { color: #000000; font-weight: 700; } } /* Reduced motion support */ @media (prefers-reduced-motion: reduce) { .breadcrumb-link { transition: none; } } /* Print s */ @media print { .breadcrumb-section { display: none; } }

Ubicado entre el Océano Pacífico y los Andesextendiéndose desde el Desierto de Atacama en el norte hasta la Patagonia y la Antártica en el surChile es un país fascinante que ofrece una diversidad inigualable de paisajes.

En el norte se ubica el desierto más árido del mundo: el Desierto de Atacamaconocido por sus paisajes surrealistas y sus cielos despejadosideales para la observación astronómica. Mientrasen la zona centro encontrarás vibrantes ciudades como Santiagola capital del paísy Valparaísofamosa por su arquitectura colorida y su vida cultural animada. Ademáspodrás visitar fértiles valles que producen vinos de renombre mundial.

Al surel país se transforma en un paraíso natural con bosqueslagos y glaciares. La Patagonia es famosa por sus impresionantes montañascon parques nacionales como Torres del Paine y otras áreas protegidas que ofrecen un sinfín de actividades al aire libredesde senderismo hasta navegación. Y en la Antárticapodrás explorar un mundo de belleza prístina y silencio sobrecogedor.

A ello se suma una rica herencia culturalque refleja la mezcla de tradiciones indígenas y europeas. Ademásla gastronomía va de la mano con la diversidad geográfica del paíscon una increíble variedad de platosmariscos y pescados únicosjunto con carnes y vinos excepcionales.

Un destino de gente amable e incontables historias. ¡Chile te espera para tu próximo viaje!

<> /* ============================ SOBRE CHILE CONTENT STYLES ============================ */ .sobre-chile-content { font-size: 1rem; line-height: 1.7; color: #333; } /* Content Text Styling */ .content-text p { margin-bottom: 1.5rem; text-align: justify; } .content-text p:last-child { margin-bottom: 0; } /* Bold text styling for key highlights */ .content-text strong { color: #002358; font-weight: 600; } /* Video Container */ .video-container { background: #000; position: relative; overflow: hidden; box-shadow: 0 8px 25px rgba(0,0,0,0.15); border-radius: 12px !important; } .video-container iframe, .video-container video { border-radius: 12px; } /* Loading state for video */ /* .video-container::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%-50%); width: 40px; height: 40px; border: 3px solid #f3f3f3; border-top: 3px solid #456AEB; border-radius: 50%; animation: spin 1s linear infinite; z-index: 1; pointer-events: none; } .video-container iframe { position: relative; z-index: 2; } @keyframes spin { 0% { transform: translate(-50%-50%) rotate(0deg); } 100% { transform: translate(-50%-50%) rotate(360deg); } } */ /* Hide loading spinner once video loads */ .video-container iframe[src] ~ ::before { display: none; } /* Responsive Design */ @media (max-width: 768px) { .sobre-chile-content { font-size: 0.95rem; } .content-text p { text-align: left; margin-bottom: 1.25rem; } .video-container { border-radius: 8px !important; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } } @media (max-width: 576px) { .content-text p { margin-bottom: 1rem; } } /* Print s */ @media print { .video-section { display: none; } .content-text p { text-align: left; margin-bottom: 0.5rem; } } /* High contrast mode */ @media (prefers-contrast: high) { .content-text strong { color: #000; background: #ffff00; padding: 0 2px; } .video-container { border: 2px solid #000; } } /* Reduced motion */ @media (prefers-reduced-motion: reduce) { .video-container::before { animation: none; } } /* Focus states for accessibility */ .video-container iframe:focus { outline: 2px solid #456AEB; outline-offset: 2px; }