.panel-opciones-estacion.meteorologia-pronostico-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.46rem;
    margin-top: 2.25rem;
    padding: 0 0 8rem;
    overflow: visible;
    text-align: left;
}

.panel-opciones-estacion.meteorologia-pronostico-panel > div {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    min-height: 3.95rem;
    padding: 0.82rem 1.05rem 0.82rem 1.25rem;
    border: 0;
    border-radius: 4px;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.panel-opciones-estacion.meteorologia-pronostico-panel > div:hover {
    background: rgba(0, 103, 178, 0.045);
    box-shadow: none;
    transform: none;
}

.panel-opciones-estacion.meteorologia-pronostico-panel div {
    color: #4d6170;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.18;
}

.panel-opciones-estacion.meteorologia-pronostico-panel .meteorologia-modelo-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.06rem;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0;

}

.panel-opciones-estacion.meteorologia-pronostico-panel .meteorologia-modelo-label span {
    display: block;
}

.panel-opciones-estacion.meteorologia-pronostico-panel .meteorologia-modelo-abreviado {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  
}

.panel-opciones-estacion.meteorologia-pronostico-panel .plugin-principal-seleccionado {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #0067b2 !important;
    font-weight: 800;
    padding: 0;
}

.panel-opciones-estacion.meteorologia-pronostico-panel > div:has(.plugin-principal-seleccionado) {
    background: #eaf5fd;
    color: #0067b2;
}

.panel-opciones-estacion.meteorologia-pronostico-panel > div:has(.plugin-principal-seleccionado)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.28rem;
    border-radius: 999px;
    background: #0067b2;
}

.panel-opciones-estacion.meteorologia-pronostico-panel > div:has(.plugin-principal-seleccionado) div {
    color: #0067b2;
    font-weight: 800;
}

.meteorologia-precipitacion-tabs {
    display: flex;
    align-items: stretch;
    gap: 12px;
    min-height: 58px;
    width: 95%;
    margin: 1.25em auto 0;
    border-bottom: 1px solid #d8e6f1;
    background: #fff;
    overflow-x: auto;
    scrollbar-width: thin;
    box-sizing: border-box;
}

.meteorologia-precipitacion-tab {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 58px;
    padding: 0 14px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #4d6170;
    font: inherit;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.meteorologia-precipitacion-tab:hover,
.meteorologia-precipitacion-tab:focus-visible {
    color: #0067b2;
    outline: none;
}

.meteorologia-precipitacion-tab.is-active {
    color: #0067b2;
    border-bottom-color: #0067b2;
        font-weight: 700;
}

.meteorologia-precipitacion-tab .sai-ficha-tab-icon {
   width: 2rem;
    height: 2rem;
    flex: 0 0 22px;
    object-fit: contain;
}

.primera-column-pagina:not(:has(.contenedor-flecha-primera-columna.column-abierta)) .panel-opciones-estacion.meteorologia-pronostico-panel {
    align-items: center;
    gap: 0.75rem;
    padding-right: 0.65rem;
    padding-left: 0.65rem;
}

.primera-column-pagina:not(:has(.contenedor-flecha-primera-columna.column-abierta)) .panel-opciones-estacion.meteorologia-pronostico-panel > div {
    width: 3.1rem;
    height: 3.1rem;
    min-height: 3.1rem;
    justify-content: center;
    padding: 0;
    gap: 0;
}

.primera-column-pagina:not(:has(.contenedor-flecha-primera-columna.column-abierta)) .panel-opciones-estacion.meteorologia-pronostico-panel .meteorologia-modelo-abreviado {
    display: flex;
}

.primera-column-pagina:not(:has(.contenedor-flecha-primera-columna.column-abierta)) .panel-opciones-estacion.meteorologia-pronostico-panel .oculta-primera-columna {
    display: none !important;
}

.primera-column-pagina:has(.contenedor-flecha-primera-columna.column-abierta) .panel-opciones-estacion.meteorologia-pronostico-panel .oculta-primera-columna {
    display: flex !important;
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .panel-opciones-estacion.meteorologia-pronostico-panel {
        align-items: center;
        gap: 0.9rem;
        margin-top: 2.15rem;
        padding: 0 0.35rem 7rem;
        overflow-x: hidden;
    }

    .panel-opciones-estacion.meteorologia-pronostico-panel > div {
        width: 2.55rem;
        height: 2.55rem;
        min-height: 2.55rem;
        justify-content: center;
        padding: 0;
        gap: 0;
        border-radius: 8px;
        box-shadow: 0 3px 8px rgba(31, 52, 68, 0.08);
    }

    .panel-opciones-estacion.meteorologia-pronostico-panel .oculta-primera-columna {
        display: none !important;
    }

    .panel-opciones-estacion.meteorologia-pronostico-panel .meteorologia-modelo-abreviado {
        display: flex;
    }

    .primera-column-pagina:has(.contenedor-flecha-primera-columna.column-abierta) .panel-opciones-estacion.meteorologia-pronostico-panel {
        align-items: stretch;
        gap: 0.65rem;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .primera-column-pagina:has(.contenedor-flecha-primera-columna.column-abierta) .panel-opciones-estacion.meteorologia-pronostico-panel > div {
        width: 100%;
        height: auto;
        min-height: 3rem;
        justify-content: flex-start;
        gap: 0;
        padding: 0.62rem 0.75rem 0.62rem 1rem;
    }

    .primera-column-pagina:has(.contenedor-flecha-primera-columna.column-abierta) .panel-opciones-estacion.meteorologia-pronostico-panel .meteorologia-modelo-abreviado {
        display: none;
    }

    .primera-column-pagina:has(.contenedor-flecha-primera-columna.column-abierta) .panel-opciones-estacion.meteorologia-pronostico-panel .oculta-primera-columna {
        display: flex !important;
        flex: 1 1 auto;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .meteorologia-precipitacion-tabs {
        width: 100%;
        margin-top: 0.75em;
    }

    .meteorologia-precipitacion-tab {
        min-height: 52px;
        padding: 0 12px;
    }
}

.meteorologia-pronostico {
    --meteo-primary: #0067b2;
    --meteo-primary-soft: #0067b2d6;
    --meteo-primary-pale: #DEEAF6;
    --meteo-line: #d8e6f1;
    --meteo-line-soft: #e7eef6;
    --meteo-text: #273b55;
    --meteo-muted: #607187;
    --meteo-card: #ffffff;
    --meteo-good-soft: #E2EFD9;
    --meteo-good: #8EC26A;
    --meteo-warning: #ffeb00;
    --meteo-alert: #fd8928;
    --meteo-danger: #d5171c;
    color: var(--meteo-text);
    font-family: inherit;
    width: 100%;
    padding: 0 clamp(1rem, 2vw, 2rem);
    box-sizing: border-box;
}

.meteorologia-pronostico button,
.meteorologia-pronostico input,
.meteorologia-pronostico select,
.meteorologia-pronostico table {
    font-family: inherit;
}

.meteorologia-pronostico .meteorologia-precipitacion-tabs {
    width: 100%;
    margin: 0.25rem 0 0;
    padding: 0;
    border-bottom: 1px solid var(--meteo-line);
    background: transparent;
}

.meteorologia-pronostico .meteorologia-precipitacion-tab {
    min-height: 3.6rem;
    padding: 0 1.25rem;
    color: var(--meteo-muted);
    font-size: 0.92rem;
}

.meteorologia-pronostico .meteorologia-precipitacion-tab.is-active {
    color: var(--meteo-primary);
    border-bottom-color: var(--meteo-primary);
}

.meteorologia-pronostico .selector-opciones-meteo {
    width: 100%;
}

.meteorologia-pronostico .agrupacion-vista-meteorologia {
    width: 100%;
    padding: 1rem 0 0.85rem;
    justify-content: stretch;
}

.meteorologia-pronostico .agrupacion-opciones-meteo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.meteorologia-pronostico .agrupacion-opciones-meteo > div:first-child,
.meteorologia-pronostico .meteo-contenedor-completa {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-control {
    display: none;
    align-items: center;
    flex: 0 1 19rem;
    gap: 0.65rem;
    min-height: 2.75rem;
    padding: 0 0.25rem;
    color: var(--meteo-muted);
    font-size: 0.86rem;
    line-height: 1;
    white-space: nowrap;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-control.is-visible {
    display: none;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-label {
    margin: 0;
    color: var(--meteo-muted);
    font-size: 0.84rem;
    font-weight: 600;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-slider {
    width: 9em;
    flex: none;
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-slider::-webkit-slider-runnable-track {
    height: 3px;
    border-radius: 999px;
    background: #d2dae2;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-slider::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: var(--meteo-primary);
    box-shadow: 0 0 0 1px var(--meteo-primary);
    -webkit-appearance: none;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-slider::-moz-range-track {
    height: 3px;
    border-radius: 999px;
    background: #d2dae2;
}

.meteorologia-pronostico .meteorologia-mapa-tamano-slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: var(--meteo-primary);
    box-shadow: 0 0 0 1px var(--meteo-primary);
}

.meteorologia-pronostico .meteorologia-mapa-tamano-value {
    min-width: 2.8rem;
    color: var(--meteo-muted);
    font-size: 0.82rem;
    font-weight: 600;
    text-align: right;
}

.meteorologia-pronostico .contenedor-icono-vista-meteorologia,
.meteorologia-pronostico .selector-tipo-descarga {
    min-height: 2.75rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid var(--meteo-line);
    border-radius: 6px;
    background: #fff;
    color: var(--meteo-primary-soft);  
    font-size: 1rem;
    
    line-height: 1;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.meteorologia-pronostico .contenedor-icono-vista-meteorologia:hover,
.meteorologia-pronostico .selector-tipo-descarga:hover {
    border-color: #b8d5e8;
    
}

.meteorologia-pronostico .seleccionado-contenedor-meteorologia {
    border-color: var(--meteo-primary) !important;
    background: var(--meteo-primary) !important;
    color: #fff !important;
   
}
 
.meteorologia-pronostico .iconos-vista-meteorologia,
.meteorologia-pronostico .icono-video-meteorologia {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain; 
}

.meteorologia-pronostico .selector-descarga-meteo {
    position: relative;
    display: flex;
    align-items: center;
}

.meteorologia-pronostico .selector-tipo-descarga {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.meteorologia-pronostico .selector-tipo-descarga .icono-descarga {
    width: 1.15rem;
    height: 1.15rem;
}

.meteorologia-pronostico .contenedor-descarga-tabla-meteo {
    position: absolute;
    right: 0;
    top: calc(100% + 0.55rem);
    z-index: 20;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(20, 53, 84, 0.16);
}

.meteorologia-pronostico .panel-informacion {
    width: 100%;
    margin-top: 0;
    padding-bottom: 2.2rem;
    background: transparent;
}

.meteorologia-pronostico .precipitacion-solida {
    display: none;
}

.meteorologia-pronostico .panel-informacion.meteorologia-mapa-activa {
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
}

.meteorologia-pronostico .panel-informacion.meteorologia-pantalla-completa,
.meteorologia-pronostico .panel-informacion:fullscreen,
.meteorologia-pronostico .panel-informacion:-webkit-full-screen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem 1rem 1.25rem;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
}

.meteorologia-pronostico .mapa-meteorologia,
.meteorologia-pronostico .video-meteorologia {
    display: none;
    margin: 1.25rem auto 0;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 53, 84, 0.08);
}

.meteorologia-pronostico .mapa-meteorologia {
    flex: 0 0 auto;
    width: var(--meteo-map-render-width, min(100%, var(--meteo-map-natural-width, 1040px))) !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
    object-fit: contain;
    image-rendering: auto;
}

.meteorologia-pronostico .panel-informacion.meteorologia-pantalla-completa .mapa-meteorologia,
.meteorologia-pronostico .panel-informacion:fullscreen .mapa-meteorologia,
.meteorologia-pronostico .panel-informacion:-webkit-full-screen .mapa-meteorologia {
    width: auto !important;
    max-width: 100% !important;
    max-height: calc(100vh - 2.5rem) !important;
}

.meteorologia-pronostico .video-meteorologia {
    width: min(100%, 1040px);
    max-height: 68vh;
}

.meteorologia-pronostico .meteorologia-recurso-no-disponible {
    display: none;
    align-items: center;
    justify-content: center;
    width: min(100%, 1040px);
    min-height: 18rem;
    margin: 1.25rem auto 0;
    padding: 1.5rem;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    background: #f8fbfe;
    box-shadow: 0 10px 28px rgba(20, 53, 84, 0.08);
    color: var(--meteo-muted);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.meteorologia-pronostico .meteorologia-recurso-no-disponible.is-visible {
    display: flex;
}

.meteorologia-pronostico .tabla-meteorologia {
    --meteo-table-first-header-height: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin: 0.25rem 0 0;
    padding: 1rem;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    background: var(--meteo-card);
    box-shadow: 0 12px 32px rgba(20, 53, 84, 0.08);
    box-sizing: border-box;
    overflow: visible;
}

.meteorologia-pronostico .tabla-meteorologia:empty {
    min-height: 12rem;
}

.meteorologia-pronostico .tabla-meteorologia .precabecera {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0 0 0.75rem;
}

.meteorologia-pronostico .tabla-meteorologia .logo_chc {
    display: none;
}

.meteorologia-pronostico .tabla-meteorologia .estado {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    min-width: 18rem;
    max-width: 22rem;
    gap: 0.45rem;
    margin: 0;
    padding: 1rem 1.05rem;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 9px 22px rgba(20, 53, 84, 0.09);
    color: var(--meteo-text);
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .estado div:first-child {
    display: none !important;
}

.meteorologia-pronostico .tabla-meteorologia .estado div:nth-child(2) {
    width: auto;
    color: var(--meteo-muted);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
}

.meteorologia-pronostico .tabla-meteorologia .estado div:nth-child(3) {
    align-self: stretch;
    width: auto;
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    color: var(--meteo-text);
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
}

.meteorologia-pronostico .tabla-meteorologia .precabecera .azul_claro {
    background: var(--meteo-primary-pale);
}

.meteorologia-pronostico .tabla-meteorologia .datos_pronostico {
    display: grid;
    order: 1;
    align-items: flex-start;
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 22rem);
    justify-content: stretch;
    width: 100%;
        min-height: 6em;
    margin: 0;
    padding: 0 0 0.9rem 0;
    border-bottom: 0;
    column-gap: 1.25rem;
    row-gap: 0.45rem;
    font-size: 1rem;
}

.meteorologia-pronostico .tabla-meteorologia .datos_pronostico > div:first-child {
    grid-column: 1;
    color: var(--meteo-primary);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
   
}

.meteorologia-pronostico .tabla-meteorologia .datos_pronostico > div:nth-child(2) {
    display: inline-flex;
    grid-column: 1;
    justify-self: start;
    align-items: center;
    gap: 0.35rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--meteo-line);
    border-radius: 999px;
    background: #f8fbfe;
    color: var(--meteo-muted);
    font-size: 0.82rem;
    line-height: 1.2;
    text-align: left;
}



.meteorologia-pronostico .tabla-meteorologia .datos_pronostico > .precabecera {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
}

.meteorologia-pronostico .tabla-meteorologia .datos_pronostico > div:nth-child(2) span:nth-child(2) {
    color: var(--meteo-primary);
    font-weight: 600;
}

@media (min-width: 1200px) {
    .meteorologia-pronostico .tabla-meteorologia .estado div:nth-child(2) {
        white-space: nowrap;
    }
}

.meteorologia-pronostico .tabla-meteorologia .precabecera_observacion {
    order: 1;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0 0 0.9rem;
    border: 0;
    background: transparent;
    box-sizing: border-box;
}

.meteorologia-pronostico .tabla-meteorologia .precabecera_observacion .logo_chc {
    display: none;
}

.meteorologia-pronostico .tabla-meteorologia .precabecera_observacion .texto {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--meteo-primary);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .precabecera_observacion-completa {
    width: 100%;
}

.meteorologia-pronostico .panel-informacion.meteorologia-pantalla-completa .tabla-meteorologia,
.meteorologia-pronostico .panel-informacion:fullscreen .tabla-meteorologia,
.meteorologia-pronostico .panel-informacion:-webkit-full-screen .tabla-meteorologia {
    margin-top: 0;
}

.meteorologia-pronostico .panel-informacion.meteorologia-pantalla-completa .datos_pronostico,
.meteorologia-pronostico .panel-informacion:fullscreen .datos_pronostico,
.meteorologia-pronostico .panel-informacion:-webkit-full-screen .datos_pronostico {
    padding-top: 0.35rem;
    column-gap: 1rem;
}

.meteorologia-pronostico .panel-informacion.meteorologia-pantalla-completa .datos_pronostico > .precabecera,
.meteorologia-pronostico .panel-informacion:fullscreen .datos_pronostico > .precabecera,
.meteorologia-pronostico .panel-informacion:-webkit-full-screen .datos_pronostico > .precabecera {
    align-self: start;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla {
    order: 3;
    width: 100%;
    max-height: calc(100vh - 18rem);
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    background: #fff;
    overflow: auto;
    scrollbar-color: #aebdce #edf3f8;
    scrollbar-width: thin;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla table {
    width: max-content;
    min-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--meteo-text);
    font-size: 0.82rem;
    line-height: 1.25;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla th,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla td {
    padding: 0.48rem 0.58rem;
    border-right: 1px solid var(--meteo-line-soft);
    border-bottom: 1px solid var(--meteo-line-soft);
    background-clip: padding-box;
    text-align: center;
    white-space: nowrap;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:nth-child(2) th:nth-child(n+4),
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:nth-child(2) td:nth-child(n+4),
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody td:nth-child(n+5) {
    width: 4rem;
    min-width: 4rem;
    max-width: 4rem;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child th:first-child,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child td:first-child,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody td:first-child {
    width: 11rem;
    min-width: 11rem;
    max-width: 11rem;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:nth-child(2) th:nth-child(-n+3),
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:nth-child(2) td:nth-child(-n+3),
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody td:nth-child(n+2):nth-child(-n+4) {
    width: 5.8rem;
    min-width: 5.8rem;
    max-width: 5.8rem;
}

.meteorologia-pronostico .tabla-meteorologia-ecmwf .contenedor_tabla thead tr:nth-child(2) th:nth-child(-n+5),
.meteorologia-pronostico .tabla-meteorologia-ecmwf .contenedor_tabla thead tr:nth-child(2) td:nth-child(-n+5),
.meteorologia-pronostico .tabla-meteorologia-ecmwf .contenedor_tabla tbody td:nth-child(n+2):nth-child(-n+6) {
    width: 5.8rem;
    min-width: 5.8rem;
    max-width: 5.8rem;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead th,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead td {
    position: sticky;
    background: #f8fbfe;
    color: var(--meteo-primary);
    font-size: 0.74rem;
    font-weight: 600;
    
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child th,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child td {
    top: 0;
    z-index: 8;
    border-bottom-color: var(--meteo-line);
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child th:not(:first-child),
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child td:not(:first-child) {
    padding-top: 0.72rem;
    padding-bottom: 0.72rem;
}

.meteorologia-pronostico .tabla-meteorologia:not(.tabla-meteorologia-ecmwf):not(.tabla-meteorologia-observacion) .contenedor_tabla thead tr:first-child th.ultima_columna[colspan="1"],
.meteorologia-pronostico .tabla-meteorologia:not(.tabla-meteorologia-ecmwf):not(.tabla-meteorologia-observacion) .contenedor_tabla thead tr:first-child td.ultima_columna[colspan="1"] {
    width: 9rem !important;
    min-width: 9rem !important;
    max-width: 9rem !important;
    white-space: nowrap !important;
    overflow-wrap: normal;
    line-height: 1.12;
    font-size: 0.74rem;
    text-align: center;
}

.meteorologia-pronostico .tabla-meteorologia:not(.tabla-meteorologia-ecmwf):not(.tabla-meteorologia-observacion) .contenedor_tabla table:has(thead tr:first-child .ultima_columna[colspan="1"]) thead tr:nth-child(2) th:last-child,
.meteorologia-pronostico .tabla-meteorologia:not(.tabla-meteorologia-ecmwf):not(.tabla-meteorologia-observacion) .contenedor_tabla table:has(thead tr:first-child .ultima_columna[colspan="1"]) thead tr:nth-child(2) td:last-child,
.meteorologia-pronostico .tabla-meteorologia:not(.tabla-meteorologia-ecmwf):not(.tabla-meteorologia-observacion) .contenedor_tabla table:has(thead tr:first-child .ultima_columna[colspan="1"]) tbody td:last-child {
    width: 9rem !important;
    min-width: 9rem !important;
    max-width: 9rem !important;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:nth-child(2) th,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:nth-child(2) td {
    top: var(--meteo-table-first-header-height);
    z-index: 7;
    box-shadow: 0 1px 0 var(--meteo-line);
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody tr:hover td {
    background-color: #f8fbfe;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 5;
    background: #fff;
    color: var(--meteo-text);
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 1px 0 0 var(--meteo-line);
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody tr:hover td:first-child {
    background-color: #f8fbfe;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child th:first-child,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla thead tr:first-child td:first-child {
    left: 0;
    z-index: 12;
    background: var(--meteo-primary-pale);
    font-size: 0.8rem;
    box-shadow: 1px 0 0 var(--meteo-line);
}

.meteorologia-pronostico .tabla-meteorologia.meteo-exportando .contenedor_tabla {
    max-height: none;
    overflow: visible;
}

.meteorologia-pronostico .tabla-meteorologia.meteo-exportando .contenedor_tabla thead th,
.meteorologia-pronostico .tabla-meteorologia.meteo-exportando .contenedor_tabla thead td {
    position: static;
}

.meteorologia-pronostico .tabla-meteorologia.meteo-exportando .contenedor_tabla tbody td:first-child {
    position: static;
    box-shadow: none;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody tr:last-child td {
    border-bottom: 0;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tr td:last-child,
.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tr th:last-child {
    border-right: 0;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .azul_claro {
    background-color: var(--meteo-primary-pale);
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla tbody td.azul_claro:not(:first-child) {
    color: var(--meteo-text);
    font-weight: 600;
}

.meteorologia-pronostico .tabla-meteorologia-ecmwf .contenedor_tabla tbody td:nth-child(n+2):nth-child(-n+6) {
    color: var(--meteo-text);
    font-weight: 600;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .azul_oscuro {
    background-color: #0A67B1 !important;
    color: #fff;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .amarillo_meteo {
    background-color: var(--meteo-warning) !important;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .naranja_meteo {
    background-color: var(--meteo-alert) !important;
    color: #fff;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .maximo {
    background-color: var(--meteo-good-soft);
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .clase10 {
    background-color: var(--meteo-good);
}

.meteorologia-pronostico .tabla-meteorologia .subtablas_harmonie {
    order: 4;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.2fr);
    gap: 0.75rem;
    width: 75%;
    margin-top: 0.9rem;
    padding-top: 0;
    border-top: 0;
}

.meteorologia-pronostico .tabla-meteorologia .texto_subtablas_harmonie {
    order: 5;
    display: flex;       
    width: 100%;
    margin-top: 0.9rem;
    padding-top: 0;
    border-top: 0;    
    color: var(--meteo-muted);
    font-weight: 500;
    text-align: left;
	font-size:0.8em;
	gap:0.5em;
}

.meteorologia-pronostico .tabla-meteorologia .texto_subtablas_harmonie img {
	
	width: 2em;
    margin-top: -0.5em;
    vertical-align: top;
}

.meteorologia-pronostico .tabla-meteorologia .texto_subtablas_harmonie {
    order: 5;
    display: flex;       
    width: 100%;
    margin-top: 0.9rem;
    padding-top: 0;
    border-top: 0;    
    color: var(--meteo-muted);
    font-weight: 500;
    text-align: left;
	font-size:0.8em;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios {
    width: 100%;
    height: auto;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;
    color: var(--meteo-text);
    font-size: 0.8rem;
    box-sizing: border-box;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie thead th,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios thead th {
    padding: 0.7rem 0.9rem 0.45rem;
    background: #fff;
    color: var(--meteo-primary);
    font-size: 0.82rem;
    font-weight: 600;
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie thead th:not(:first-child) {
    text-align: center;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie td,
.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie th,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios td,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios th {
    border-bottom: 1px solid var(--meteo-line-soft);
    padding: 0.36rem 0.65rem;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:last-child td,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios tbody tr:last-child td {
    border-bottom: 0;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:first-child {
    color: var(--meteo-text);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:nth-child(2) {
    color: var(--meteo-text);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:nth-child(3) {
    color: var(--meteo-text);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:nth-child(4) {
    color: var(--meteo-text);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody td {
    background: #fff;
    color: var(--meteo-text);
    font-weight: 400;
    text-align: center;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody td:first-child {
    position: relative;
    padding-left: 2rem;
    color: var(--meteo-muted);
    font-weight: 500;
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody td:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9rem;
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    transform: translateY(-50%);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:first-child td:first-child::before {
       background: var(--meteo-primary-pale);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:nth-child(2) td:first-child::before {
    background: #0A67B1;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:nth-child(3) td:first-child::before {
    background: var(--meteo-warning);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_harmonie tbody tr:nth-child(4) td:first-child::before {
    background: var(--meteo-alert);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios tbody td {
    background: #fff;
    color: var(--meteo-text);
    font-weight: 400;
    line-height: 1.25;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios .maximo,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios .clase10 {
    width: 3.2rem;
    min-width: 3.2rem;
    padding-right: 0;
    background: #fff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios .maximo::before,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios .clase10::before {
    content: "";
    display: block;
    width: 1.9rem;
    height: 1.35rem;
    border-radius: 4px;
    margin: 0 auto;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios .maximo::before {
    background: var(--meteo-good-soft);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios .clase10::before {
    background: var(--meteo-good);
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .gris_cabecera {
    background: #f8fbfe;
}

.meteorologia-pronostico .tabla-meteorologia .contenedor_tabla .fin {
    border-right: 2px solid var(--meteo-line);
}

.meteorologia-pronostico .tabla-meteorologia-observacion .contenedor_tabla tbody td:first-child {
    background: #fff;
}

.meteorologia-pronostico .tabla-meteorologia-observacion .contenedor_tabla tbody tr:hover td:first-child {
    background: #f8fbfe;
}

.meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion {
    order: 4;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.2fr);
    gap: 0.75rem;
    width: 100%;
    margin-top: 0.9rem;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion .leyenda,
.meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion .intervalos {
    min-width: 0;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion {
    width: 100%;
    height: auto;
    border: 1px solid var(--meteo-line);
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    overflow: hidden;
    color: var(--meteo-text);
    font-size: 0.8rem;
    box-sizing: border-box;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion thead th,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion thead th {
    padding: 0.7rem 0.9rem 0.45rem;
    background: #fff;
    color: var(--meteo-primary);
    font-size: 0.82rem;
    font-weight: 600;
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion thead th:not(:first-child) {
    text-align: center;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion td,
.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion th,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion td,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion th {
    border-bottom: 1px solid var(--meteo-line-soft);
    padding: 0.36rem 0.65rem;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody tr:last-child td,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion tbody tr:last-child td {
    border-bottom: 0;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody td {
    background: #fff;
    color: var(--meteo-text);
    font-weight: 400;
    text-align: center;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody td:first-child {
    position: relative;
    padding-left: 2rem;
    color: var(--meteo-muted);
    font-weight: 500;
    text-align: left;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody td:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9rem;
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    transform: translateY(-50%);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody tr:first-child td:first-child::before {
    background: var(--meteo-primary-pale);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody tr:nth-child(2) td:first-child::before {
    background: var(--meteo-warning);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody tr:nth-child(3) td:first-child::before {
    background: var(--meteo-alert);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_umbrales_observacion tbody tr:nth-child(4) td:first-child::before {
    background: var(--meteo-danger);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion tbody td {
    background: #fff;
    color: var(--meteo-text);
    font-weight: 400;
    line-height: 1.25;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion .maximo,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion .clase10 {
    width: 3.2rem;
    min-width: 3.2rem;
    padding-right: 0;
    background: #fff;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion .maximo::before,
.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion .clase10::before {
    content: "";
    display: block;
    width: 1.9rem;
    height: 1.35rem;
    border-radius: 4px;
    margin: 0 auto;
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion .maximo::before {
    background: var(--meteo-good-soft);
}

.meteorologia-pronostico .tabla-meteorologia .tabla_criterios_observacion .clase10::before {
    background: var(--meteo-good);
}

.meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion .info {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--meteo-muted);
    font-size:0.8em;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
}
.meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion .info div {
	display:flex;
	gap:0.5em;	
}

.meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion .info div img{
vertical-align:bottom;
margin-top:-0.5em;	
width:2em;
}

@media (max-width: 1023.98px) {
    .meteorologia-pronostico .agrupacion-opciones-meteo,
    .meteorologia-pronostico .meteo-contenedor-completa {
        flex-wrap: wrap;
    }

    .meteorologia-pronostico .tabla-meteorologia .precabecera {
        justify-content: flex-start;
        margin-bottom: 0.85rem;
    }

    .meteorologia-pronostico .tabla-meteorologia .datos_pronostico {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-right: 0;
    }

    .meteorologia-pronostico .tabla-meteorologia-ecmwf .datos_pronostico {
        row-gap: 0.85rem;
    }

    .meteorologia-pronostico .tabla-meteorologia .datos_pronostico > .precabecera {
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        margin: 0.35rem 0 0;
    }

    .meteorologia-pronostico .tabla-meteorologia .estado {
        width: 100%;
        max-width: none;
    }

    .meteorologia-pronostico .tabla-meteorologia .subtablas_harmonie,
    .meteorologia-pronostico .tabla-meteorologia .pie_tabla_observacion {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .meteorologia-pronostico {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }

    .meteorologia-pronostico .agrupacion-opciones-meteo {
        align-items: stretch;
    }

    .meteorologia-pronostico .agrupacion-opciones-meteo > div:first-child,
    .meteorologia-pronostico .meteo-contenedor-completa {
        width: 100%;
        flex-wrap: wrap;
    }

    .meteorologia-pronostico .meteorologia-mapa-tamano-control.is-visible {
        width: 100%;
        flex: 1 1 100%;
        justify-content: center;
        padding: 0.35rem 0;
    }

    .meteorologia-pronostico .meteorologia-mapa-tamano-slider {
        width: min(12rem, 44vw);
    }

    .meteorologia-pronostico .contenedor-icono-vista-meteorologia,
    .meteorologia-pronostico .selector-tipo-descarga {
        flex: 1 1 auto;
        justify-content: center;
        min-width: 8rem;
    }

    .meteorologia-pronostico .tabla-meteorologia {
        padding: 0.75rem;
    }

    .meteorologia-pronostico .tabla-meteorologia .datos_pronostico > div:first-child {
        font-size: 0.86rem;
    }
}
