html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dl,
dt,
dd {
    font-style: normal;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}


/* Variables de color*/
:root {

    /* Primario */
    /* --P50: #fff8ec;
    --P100: #fff0d3;
    --P200: #ffdda5;
    --P300: #ffc36d;
    --P400: #ff9e32;
    --P500: #ff800a;
    --P600: #ff6700;
    --P700: #2353D2;
    --P800: #2244AB;
    --P900: #23408E;
    --P950: #461604;*/
    --P700: #2353D2;
    --P800: #2244AB;
    --P900: #23408E;

    /* Grayscale */
    --G50: #F8FAFC;
    --G100: #F1F5F9;
    --G200: #E2E8F0;
    --G300: #CBD5E1;
    --G400: #94A3B8;
    --G500: #64748B;
    --G600: #475569;
    --G700: #334155;
    --G800: #1E293B;
    --G900: #0F172A;
    --G950: #020617;

    /* Error */
    --error50: #fef2f2;
    --error100: #fde3e3;
    --error200: #fdcbcb;
    --error300: #faa7a7;
    --error400: #f46a6a;
    --error500: #eb4848;
    --error600: #d82a2a;
    --error700: #b52020;
    --error800: #961e1e;
    --error900: #7d1f1f;
    --error950: #440b0b;

    /* Exito */
    --exito50: #f0fdf5;
    --exito100: #dcfce8;
    --exito200: #bbf7d1;
    --exito300: #86efad;
    --exito400: #4ade80;
    --exito500: #22c55e;
    --exito600: #16a34a;
    --exito700: #15803c;
    --exito800: #166533;
    --exito900: #14532b;
    --exito950: #052e14;

    /* Alerta */
    --alerta50: #fef9e8;
    --alerta100: #fef0c3;
    --alerta200: #fee28a;
    --alerta300: #fdd147;
    --alerta400: #fac215;
    --alerta500: #eab308;
    --alerta600: #ca9a04;
    --alerta700: #a17c07;
    --alerta800: #85680e;
    --alerta900: #715a12;
    --alerta950: #423306;

    /* Información */
    --info50: #EFF5FF;
    --info100: #DBE8FE;
    --info200: #BFD7FE;
    --info300: #93BBFD;
    --info400: #609AFA;
    --info500: #3B82F6;
    --info600: #2570EB;
    --info700: #1D64D8;
    --info800: #1E55AF;
    --info900: #1E478A;
    --info950: #172E54;

    /* Variables de espacio */
    --medida8: 0.5rem;
    --medida12: 0.75rem;
    --medida16: 1rem;
    --medida20: 1.25rem;
    --medida24: 1.5rem;
    --medida28: 1.75rem;
    --medida32: 2rem;
    --medida36: 2.25rem;
    --medida40: 2.5rem;
    --medida44: 2.75rem;
    --medida48: 3rem;
    --medida52: 3.25rem;
    --medida56: 3.5rem;

    /* Variables de bordes radius */
    --radiusSm: 0.25rem;
    --radiusMd: 0.5rem;
    --radiusLg: 0.75rem;
}

.contenido {
    margin: 0 auto;
    max-width: 962px;
}

.contenido--gap {
    display: flex;
    flex-direction: column;
    gap: 96px;
}

/* Textos */

h1,
h2,
h3,
h4 {
    color: #334155;
    margin: 0px;
    font-weight: 600;
}

h1 {
    font-size: 2rem;
    line-height: 2.75rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.25rem;
}

span,
label,
li,
p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: #64748B;
}

ul,
ol {
    padding-inline-start: 2rem;
}

p {
    margin: 0rem;
}

strong {
    font-weight: 600;
    margin: 0px;
}

.font-semibold {
    font-weight: 600;
}

small {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 400;
}

i {
    font-size: var(--medida24);
}

a {
    outline: none;
    color: var(--M500);
    /* text-decoration: none; */
}


/* Clases */
.texto-oculto {
    display: none;
}

.link {
    color: var(--P600);
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.link--sinEstilo {
    text-decoration: none;
    color: initial;
    border: none;
    padding: 0;
    background: transparent;
}

.text--lh12 {
    line-height: 1.2rem;
}

.text--small {
    font-size: 12px;
    color: #64748B;
}

.text--smallXl {
    font-size: 14px;
}

.text--bold {
    font-weight: 600;
}

.fz12 {
    font-size: 12px;
}

.fz16 {
    font-size: 16px !important;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.color-azul {
    color: rgba(90, 173, 214, 1);
}

.color-gris {
    color: #64748B;
}

.color-blanco {
    color: white;
}

.color-verde {
    color: #16A34A;
}

.color-rojo {
    color: #d74040;
}

.mt-8 {
    margin-top: 8px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-48 {
    margin-top: 48px;
}

.mb-12 {
    margin-bottom: 12px;
}

.linea-separadora-contenido {
    width: 100%;
    height: 1px;
    background: rgba(226, 232, 240, 1);
    margin: 48px 0px;
}

.linea-separadora-contenido--m24 {
    margin: 24px 0px;
}

.linea-separadora-contenido--m0 {
    margin: 0px;
}


.linea-separadora-contenido--m12 {
    margin: 12px 0px;
}

.divBorder {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 1);
    box-shadow: 0px 4px 8px -2px rgba(71, 85, 105, 0.05);
}

.divBorder--sinPadding {
    padding: 0px;
}

.divBorder--gap24 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.divGap {
    display: flex;
    flex-direction: column;
}

.divGap--12 {
    gap: 12px;
}

.text--italic {
    font-style: italic;
}

.text--center {
    text-align: center;
}

.w100 {
    width: 100%;
}

/* Efecto zoom in */
.zoom-out {
    animation: zoomOut 1.2s ease-out;
}

@keyframes zoomOut {
    0% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Index */
.alertaClima {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 16px 270px;
    color: white;
    width: 100%;
    height: auto;
    background: black;
    position: absolute;
    background: rgba(2, 6, 23, 0.70);
    backdrop-filter: blur(6px);
    margin-top: 80px;
    gap: 12px;
    z-index: 10;
}

.alertaClima p {
    color: white;
}

.cerrar_alerta {
    cursor: pointer;
}

/* POPUPS index */
.popUpsIndexContenedor {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
}

.popUpsIndex {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 24px;
    background-color: white;
    border-radius: 12px;
    width: 500px;
    position: relative;
}

.popUpsIndex img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 8px;
}

.popUpsIndex__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
}

.popUpsIndex__cerrar {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
}

.popUpsIndexContenedor--index {
    display: flex;
}

.popUpsIndexContenedor--suscripcion {
    display: none;
}

.popUpsIndexContenedor--suscripcion .popUpsIndex {
    gap: 20px;
    width: 580px;
}

.divIcono {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 1.33px 2.67px 0px rgba(71, 85, 105, 0.05);
    box-shadow: 0px 1.33px 4px 0px rgba(71, 85, 105, 0.05);
    border-radius: 10px;
    padding: 10px;
    width: 48px;
    height: 48px;
}

/* Botones index */
.botonesIndex {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: fixed;
    left: 48px;
    top: 40%;
    z-index: 10;
}

.botonIndex {
    display: inline-flex;
    align-items: center;
    height: 50px;
    background: rgba(20, 44, 61, 0.7);
    border: 1px solid;
    border-radius: 50px;
    padding: 0 16px;
    color: white;
    gap: 8px;
    text-decoration: none !important;
    transition: all 300ms ease;
    border-image-source: linear-gradient(98.84deg,
            rgba(255, 255, 255, 0.7) -62.51%,
            rgba(255, 255, 255, 0) 100%);
    overflow: hidden;
    max-width: 50px;
    /* solo ícono al inicio */
}

.botonIndex img {
    width: 16px;
    flex-shrink: 0;
}

.botonIndex--wspp {
    background-color: rgba(64, 195, 81, 0.7);
}

.botonIndex p {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 300ms ease 100ms;
    margin: 0;
    color: white;
    flex-shrink: 0;
}

.botonIndex--activo {
    max-width: 220px;
}

.botonIndex--activo p {
    opacity: 1;
}


/* Carruseles */
.carruselIndexContenedor {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 140px;
}

.carruselIndex .slick-arrow {
    display: none !important;
}

.carruselIndex .slick-dots li button:before {
    font-size: 35px;
}

.carruselIndex .slick-dots {
    display: flex !important;
    flex-direction: column;
    bottom: 50%;
    right: 0px;
    align-items: flex-end;
}


.carruselIndex img {
    filter: brightness(80%);
    object-fit: cover;
    width: 100%;
}

.img__web {
    display: block !important;
}

.img__movil {
    display: none !important;
}

/* Reserva noches */
.contenido--reserva {
    width: 100%;
    position: absolute;
    bottom: -50px;
}

.reserva {
    display: flex;
    flex-direction: column;
}

.reserva__botones {
    display: flex;
}

.reserva__botones__ahora {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 24px;
    border-top-left-radius: 12px;
    background: white;
    color: #334155;
    z-index: 10;
}

.reserva__botones__ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: white;
    padding: 18px 24px;
    border-top-right-radius: 12px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(6px);
    z-index: 10;
}

.reserva__botones__ticket p {
    color: white;
}

.reserva__form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr auto;
    align-items: flex-start;
    gap: 12px;
    background-color: white;
    border-radius: 0 12px 12px 12px;
    padding: 24px;
    z-index: 10;

}

.reserva__form__titulo {
    display: none;
}


/* Actividades index */
.carruselActividades .slick-slide {
    padding-right: 40px;
    /* espacio entre slides: 20px total */
    box-sizing: border-box;
}

.carruselNovedades .slick-slide {
    padding-right: 24px;
    box-sizing: border-box;
}

.carruselNovedades .slick-list,
.carruselActividades .slick-list {
    padding: 0px 50px 0px 0px !important;
}

.encabezadoCarrusel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 12px;
}

.encabezadoCarrusel__rrss {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(58, 153, 201, 0.1);
    padding: 12px;
    border-radius: 12px;
}

.botones-navegacion-carrusel {
    display: flex;
    gap: 10px;
}

.botones-navegacion-carrusel button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0f2fe;
    border: none;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 20px;
    color: #5AADD6;
    transition: background 0.2s;
}

.botones-navegacion-carrusel button:hover {
    background-color: #bae6fd;
}

.actividad {
    display: grid !important;
    grid-template-columns: 1px auto 400px;
    align-items: center;
    gap: 32px;
    position: relative;
}

.actividad:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 180px;
    width: 2px;
    background-color: rgba(90, 173, 214, 1);
}

.actividad__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.actividad__media video,
.actividad__media img {
    width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

/* Novedades */
.novedad {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
}

.novedad img {
    width: 100%;
    border-radius: 8px;
}

.novedad__txt {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Somos nevados */
.somosNevados {
    width: 100%;
    height: auto;
    margin: 96px 0px;
}

.somosNevados__fondo {
    width: 55%;
    height: auto;
    background-image: url(/img/fondo-somos.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.somosNevados__contenido {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: var(--radius-md, 12px);
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0px 4px 25.6px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(6px);
    padding: 32px;

    transform: translateX(75%);
    /* Ajusta el valor según necesites */
}

/* Siguenos */
.siguenos__img {
    position: relative;
    width: 100%;
    height: 300px;
    /* ajusta según el tamaño deseado */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.siguenos__img a {
    position: absolute;
    transition: transform 0.3s ease, z-index 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
}

/* Posicionamiento específico */
.siguenos__img a:nth-child(1) {
    transform: translateX(-340px) translateY(-30px) scale(0.95);
    z-index: 1;
}

.siguenos__img a:nth-child(2) {
    transform: translateX(-100px) translateY(30px) scale(1);
    z-index: 2;
}

.siguenos__img a:nth-child(3) {
    transform: translateX(120px) translateY(-30px) scale(1);
    z-index: 2;
}

.siguenos__img a:nth-child(4) {
    transform: translateX(340px) translateY(30px) scale(0.95);
    z-index: 1;
}

.siguenos__img img {
    width: 300px;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Pantallas internas */
.portadaInternas {
    position: relative;
    margin-bottom: 36px;
}

.portadaInternas img {
    width: 100%;
    filter: brightness(80%);
    object-fit: cover;
}

/* Menu internas */
.menuInternas {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    align-items: center;
    width: 100%;
}

.menuInternas__n {
    display: flex;
    align-items: end;
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none !important;
}

.menuInternas__n img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: .5;
    transition: all 300ms;
}

.menuInternas__n img:hover {
    opacity: .65;
}

.menuInternas__n--active img {
    opacity: 1;
    filter: brightness(90%);
}

.menuInternas__n--active img:hover {
    opacity: 1;
}

.menuInternas__n strong {
    position: relative;
    z-index: 1;
    color: white;
    padding: 1rem;
}

/* Mapa de pistas */
.descargarMapas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}

.descargarMapas__n {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 12px;
    padding: 24px;
}

.descargarMapas__n img {
    width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: cover;
    border-radius: 12px;
}

.descargarMapas__n__texto .btn {
    width: 100%;
}

/* Camaras */
.camarasGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
}

.camara {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
}

.camara iframe {
    width: 100%;
    height: 380px;
    border-radius: 12px;
}

/* Reporte montaña */
.infoGrid {
    display: grid;
    grid-template-columns: 1fr 340px;
    align-items: flex-start;
    gap: 12px;
    margin-top: 36px;
}

.infoGrid__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tabsReportes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.tabsReportes__contenido--gap12 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tabsReportes__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    cursor: pointer;
    gap: 4px;
    opacity: 0.7;
}

.tabsReportes__btn:hover {
    opacity: 1;
}

.tabsReportes__btn--active {
    opacity: 1;
    background-color: rgba(248, 250, 252, 1);
    border-radius: 12px;
}

.tabsReportes__btn h3 {
    font-weight: 400;
    text-align: center;
}

.tabsReportes__btn h1 {
    font-size: 40px;
    text-align: center;
}

.etiqueta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 8px;
    width: fit-content;
    height: fit-content;
}

.etiqueta--rojo {
    background-color: #FEF2F2;
    color: #DC2626;
}

.etiqueta--verde {
    background-color: #e5ffe2;
    color: #26dc51;
}

.etiqueta--azul {
    background-color: #f2f3fe;
    color: #2651dc;
}

.etiqueta--amarillo {
    background-color: #fff5eb;
    color: #dca226;
}

.etiqueta--gris {
    background-color: #FEF2F2;
    color: #313130;
}

.andarivel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.andarivel__txtEstado {
    display: grid;
    grid-template-columns: 120px 1fr;
}

/* Tabla */
.tablaSimple,
table {
    width: 100%;
}

.tablaSimple th {
    color: #64748B;
    font-size: 14px;
}

.tablaSimple td {
    color: #334155;
    font-weight: 400;
}

/* Clima */
.climaHoy__encabezado {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 24px 0px 24px;
}

.climaHoy__encabezado p {
    color: #64748B;
}

.climaHoy__grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 24px;
    gap: 16px;
}

.climaHoy__grid2--gris {
    background-color: #F8FAFC;
}

.climaSemanaContenedor {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.climaSemana {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    padding: 16px 24px;
}

.climaSemana__dia {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
}

.climaSemana__detalle {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
}

.climaSemana__detalle__div {
    justify-content: flex-end;
}

/* Galeria de imagenes */
.gridGaleria {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.gridGaleria__img:nth-child(1) {
    grid-row: span 2;
}

.gridGaleria__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.gridGaleria__verMas {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    /* Aseguramos el mismo border-radius aquí también */
}

.gridGaleria__verMas .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    /* Hereda el mismo borde redondeado del contenedor */
    pointer-events: none;
    /* evita interferencias al hacer clic en Fancybox */
}

/* Landding */
.gridLandingContenedor {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.slick-dots li button:before {
    font-size: 35px !important;
}

.gridLanding {
    display: grid;
    grid-template-columns: 460px 1fr;
    align-items: center;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E8F0;
}

.gridLanding__lista {
    border: 1px solid #E2E8F0;
    padding: 24px;
    border-radius: 12px;
}

.gridLanding__lista .gridLanding {
    /* border-bottom: 0px; */
}

.gridLanding__contenido {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gridLanding__contenido__botones {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gridLanding__contenido__botones .btn {
    width: 200px;
}

.gridLanding__multimedia img,
.gridLanding__multimedia video {
    border-radius: 12px;
    width: 100%;
}

.gridLanding__multimedia iframe {
    width: 100%;
    height: 260px;
    border-radius: 12px;
}

.gridLanding__multimedia .slick-initialized .slick-slide {
    padding: 5px !important;
}


.gridLanding__multimedia__carrusel .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}

.gridLanding__multimedia__carrusel .slick-list {
    margin: 0 -10px;
}

.gridLanding--derecha {
    grid-template-columns: 1fr 460px;
}

.gridLanding--derecha .gridLanding__contenido {
    flex-direction: row-reverse;
}

.gridLanding--derecha .gridLanding__multimedia {
    order: 2;
}

.gridLanding--derecha .gridLanding__contenido {
    order: 1;
}

.gridLanding .slick-dotted.slick-slider {
    margin-bottom: 10px !important;
}

/* Valores */
.valor {
    border: 1px solid #E2E8F0;
    padding: 32px;
    border-radius: 12px;
    margin-right: 10px;
    background-color: #F8FAFC;
}

.valor__txt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.valor__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    margin-top: 32px;
    gap: 12px;
}

.valor__grid div {
    border-right: 1px solid #E2E8F0;
    height: 100%;
}

.valor__grid div:last-child {
    border-right: none;
}

/* Preguntas */
.preguntas {
    display: flex;
    flex-direction: column;
}

/* Formulario */
.form__contacto {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.btn--w450 {
    width: 450px;
}

/* Promociones */
.cardGris {
    display: flex;
    flex-direction: row;
    gap: 15px;
    background-color: #F8FAFC;
    border-radius: 12px;
    padding: 12px;
}

@media (max-width: 1400px) {
    .alertaClima {
        padding: 16px 220px;
    }

    /* Somos nevados */
    .somosNevados__fondo {
        width: 60%;
    }

    .somosNevados__contenido {
        transform: translateX(70%);
    }

    /* Camaras */
    .camara iframe {
        height: 320px;
    }
}


@media (max-width: 1200px) {
    .alertaClima {
        padding: 16px 60px;
    }

    /* Actividades */
}


@media (max-width: 992px) {
    .alertaClima {
        padding: 16px 40px;
        align-items: flex-start;
    }

    /* Carruseles */
    .carruselIndexContenedor {
        margin-bottom: 80px;
    }

    /* Reserva */
    .contenido {
        padding: 0px 20px;
    }

    .reserva__form {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0px;
        right: -350px;
        border-radius: 0px;
        width: 350px;
        height: 100vh;
        transition: all 300ms;
        z-index: 100;
        padding: 72px 18px;
    }

    .reserva__form .form__group {
        width: 100%;
    }

    .reserva__form__titulo {
        display: grid !important;
        grid-template-columns: 1fr auto;
        align-items: center;
        gap: 10px;
        width: 100%;
        margin-bottom: 36px;
    }

    .reserva__botones {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .reserva__botones__ahora {
        border-top-right-radius: 12px;
        cursor: pointer;
    }

    .reserva__form__cerrar {
        cursor: pointer;
    }

    .reserva__botones__ticket {
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;

    }

    .contenido--reserva {
        bottom: 60px;
        padding: 0px 180px;
    }

    .reserva__btn {
        position: absolute;
        bottom: 24px;
        width: calc(100% - 36px);
    }

    /* Actividades */
    .actividad {
        grid-template-columns: 1px auto 400px;
    }

    .actividad__media video,
    .actividad__media img {
        width: 400px;
    }

    .actividad:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 0px;
        width: 0px;
        background-color: rgba(255, 255, 255, 0);
    }

    .carruselActividades .slick-slide {
        padding-right: 0px;
    }

    .carruselActividades .slick-list {
        padding: 0px !important;
    }

    .carruselNovedades .slick-slide {
        padding-right: 20px;
    }

    .carruselNovedades .slick-list {
        padding: 0px 20px 0px 0px !important;
    }

    /* Somos nevados */
    .somosNevados__contenido {
        transform: translateX(30%);
        width: 500px;
    }

    /* Siguenos */
    .siguenos__img a:nth-child(1),
    .siguenos__img a:nth-child(2),
    .siguenos__img a:nth-child(3),
    .siguenos__img a:nth-child(4) {
        transform: none;
        z-index: auto;
    }

    .siguenos__img a {
        position: relative;
    }

    .siguenos__img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: auto;
        gap: 18px;
        margin: 0px;
    }

    .siguenos__img img {
        width: 100%;
    }

    /* Camaras */
    .camara iframe {
        height: 280px;
    }

    /* Reportes */
    .infoGrid {
        grid-template-columns: 1fr;
        gap: 12px;
        /* margin-top: 36px; */
    }

    .gridLanding {
        display: block;
    }

    .gridLanding__multimedia {
        margin-bottom: 15px;
    }

    .gridLanding__contenido,
    .gridLanding--derecha .gridLanding__contenido {
        flex-direction: column;
    }

    .gridLanding__contenido__botones {
        width: 100%;
    }

    .gridLanding__contenido__botones .btn {
        width: 100%;
    }
}


@media (max-width: 768px) {
    .alertaClima {
        padding: 16px;
    }

    .breadcrumb {
        display: none;
    }

    /* Carruseles */
    .carruselIndexContenedor {
        margin-bottom: 20px;
    }

    .img__web {
        display: none !important;
    }

    .img__movil {
        display: block !important;
    }

    /* Actividades */
    .actividad {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        position: relative;
    }

    .actividad__media {
        width: 100%;
    }

    .actividad__media video,
    .actividad__media img {
        width: 100%;
        height: 350px;
    }

    .encabezadoCarrusel {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .encabezadoCarrusel--mb {
        margin-bottom: 30px !important;
    }

    .encabezadoCarrusel__rrss,
    .botones-navegacion-carrusel,
    .botones-navegacion-carrusel button {
        width: 100%;
    }

    /* Noveddades */
    .carruselActividades .slick-slide,
    .carruselNovedades .slick-slide {
        padding-right: 8px;
    }

    .carruselNovedades .slick-list {
        padding: 0px !important;
    }

    /* Somos nevados */
    .somosNevados__fondo {
        width: 100%;
        border-radius: 0px;
        padding: 0px 18px;
    }

    .somosNevados__contenido {
        transform: none;
        width: auto;
    }

    /* Camaras */
    .camarasGrid {
        grid-template-columns: 1fr;
    }

    /* Valores */
    .valor {
        padding: 20px;
    }

    .valor__grid {
        display: flex;
        flex-direction: column;
    }

    .valor__grid div {
        border-right: 0px;
    }
}


@media (max-width: 576px) {
    .contenido--gap {
        gap: 76px;
    }

    /* Reserva */
    .contenido,
    .contenido--reserva {
        padding: 0px 18px;
    }

    .carruselIndexContenedor {
        margin-bottom: 48px;
    }

    /* Actividad */
    .actividad__text .btn {
        width: 100%;
    }

    /* Clases */
    .w100--responsivo {
        width: 100%;
    }

    /* Siguenos */
    .siguenos__img {
        grid-template-columns: 1fr;
    }

    /* Internas */
    .menuInternas {
        flex-direction: column;
    }

    /* Mapas */
    .descargarMapas {
        grid-template-columns: 1fr;
    }

    /* Tabla */
    .tablaSimple th {
        font-size: 12px;
    }

    .tablaSimple td {
        font-size: 14px;
    }

    /* Botones index */
    .botonesIndex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
        gap: 0;
    }

    .botonIndex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1 1 25%;
        /* Máximo 4 por fila, última fila se estira */
        min-width: 0;
        height: auto;
        padding: 6px 13px;
        border-radius: 0;
        max-width: none !important;
        width: auto !important;
        overflow: visible !important;
        transition: none !important;
    }

    .botonIndex img {
        height: 16px;
    }

    .botonIndex p {
        opacity: 1 !important;
        transition: none !important;
        display: block;
        font-size: 14px;
        text-align: center;
        white-space: normal !important;
        word-break: break-word;
        line-height: 1.2;
    }

    .botonIndex--activo {
        max-width: none !important;
    }


    /* Clima */
    .climaSemana__detalle__div {
        justify-content: flex-start;
    }

    .climaSemana__detalle {
        grid-template-columns: 1fr 1fr;
    }

    /* POPUPS index */
    .popUpsIndexContenedor--suscripcion .popUpsIndex {
        width: 95%;
    }

    .popUpsIndex {
        width: 95%;
    }

    .popUpsIndex img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        border-radius: 8px;
    }

    .popUpsIndex__bottom {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .popUpsIndex__bottom .btn {
        width: 100%;
    }

    /* Galeria de imagenes */
    .gridGaleria {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .gridGaleria__img:nth-child(1) {
        grid-row: auto;
    }

    .btn--w450 {
        width: 100%;
    }

    .actividad__media video,
    .actividad__media img {
        height: 250px;
    }
}


/* ======== Galeria redes sociales ========= */




@media screen and (max-width: 920px) {
    .grid-insta {
        height: 600px !important;
    }
}


@media screen and (max-width: 820px) {
    .grid-insta {
        height: 500px !important;
    }
}

@media screen and (max-width: 703px) {
    .grid-insta {
        height: 450px !important;
    }
}

@media screen and (max-width: 640px) {
    .grid-insta {
        height: 400px !important;
    }
}

@media screen and (max-width: 550px) {
    .grid-insta {
        height: 300px !important;
    }
}

@media screen and (max-width: 450px) {
    .grid-insta {
        height: 250px !important;
    }
}