.elementor-kit-6{--e-global-color-primary:#0C2720;--e-global-color-secondary:#8BA89D;--e-global-color-text:#424845;--e-global-color-accent:#F4EEDA;--e-global-typography-primary-font-family:"Noto Serif";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Serif";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;--e-global-typography-82b2b5b-font-family:"Manrope";--e-global-typography-82b2b5b-font-weight:600;font-family:"Noto Serif", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Noto Serif", Sans-serif;font-size:4rem;font-weight:400;line-height:1.1;}.elementor-kit-6 h2{font-family:"Noto Serif", Sans-serif;font-size:3rem;font-weight:400;}.elementor-kit-6 h3{font-family:"Noto Serif", Sans-serif;font-size:2rem;}.elementor-kit-6 h4{font-family:"Noto Serif", Sans-serif;font-size:1.25rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:1200px;max-width:100%;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Estilo Base para Botones del Sitio */
.elementor-button {
    letter-spacing: 0.15em !important;
    border-radius: var(--austral-radius-sm) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

/* Efecto Hover Premium (Elevación sutil y cambio de opacidad) */
.elementor-button:hover {
    opacity: 0.95;
    box-shadow: var(--austral-shadow-soft);
    transform: translateY(-1px);
}

/* Efecto de enfoque accesible para Screen Readers y Navegación por Teclado */
.elementor-button:focus-visible {
    outline: 2px solid var(--austral-edge-margin);
    outline-offset: 2px;
}
/* Contenedor del Menú Desplegable Móvil */
.elementor-nav-menu--dropdown {
    background-color: #fff9e8 !important; /* Tu token 'surface' */
    border-top: 1px solid #eee8d4 !important; /* Tu token 'surface-container-high' */
    box-shadow: var(--austral-shadow-soft) !important;
    padding: var(--austral-gutter) !important;
}

/* Enlaces del Menú Móvil */
.elementor-nav-menu--dropdown a {
    font-family: 'Manrope', sans-serif !important;
    color: #1e1c10 !important; /* Tu token 'on-surface' */
    font-size: 16px !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(85, 98, 78, 0.1) !important; /* 'secondary' con opacidad */
    transition: padding-left 0.2s ease;
}

/* Microinteracción al hacer Hover en el menú móvil */
.elementor-nav-menu--dropdown a:hover {
    color: #55624e !important; /* Tu token 'secondary' */
    padding-left: 8px !important;
}

/* El botón de hamburguesa físico (las líneas) */
.elementor-menu-toggle i {
    color: #1e1c10 !important; /* 'on-surface' */
    transition: transform 0.2s ease;
}
/* Tarjeta de Expedición Automática */
.austral-tour-card {
    background-color: #eee8d4; /* surface-container-high */
    border-radius: var(--austral-radius-xl);
    box-shadow: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.austral-tour-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--austral-shadow-soft);
}
/* Títulos Editoriales de Gran Impacto (H1, H2, H3) */
.austral-display-title {
    font-family: 'Noto Serif', serif;
    color: #1e1c10; /* on-surface */
    font-weight: 400;
    letter-spacing: -0.02em;
}

/* Texto de Lectura Inmersiva (Párrafos de descripción) */
.austral-body-rich {
    font-family: 'Manrope', sans-serif;
    font-size: 1.125rem; /* 18px */
    font-weight: 400;
    line-height: 1.6;
    color: #424845; /* on-surface-variant */
}

/* Micro-copys, Fichas Técnicas o Etiquetas (Duración, Dificultad) */
.austral-metadata {
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem; /* 12px */
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #55624e; /* secondary */
}
/* Forzar al cuerpo de la página a estirarse en el Viewport */
top-container,
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* El contenido central crece, empujando al footer al fondo */
#elementor-device-mode ~ #content,
.site-content,
main {
    flex: 1 0 auto;
}

/* El footer se planta abajo sin flotar sobre el texto */
.elementor-kit-6 {
    margin-top: auto;
    flex-shrink: 0;
}/* End custom CSS */