.elementor-kit-6028{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-466c8451:#4054B2;--e-global-color-3df188f7:#23A455;--e-global-color-664c72b0:#000;--e-global-color-59a836b1:#FFF;--e-global-color-103da48:#E84C1B;--e-global-color-f7a41d1:#267079;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-size:3em;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Bebas Neue";--e-global-typography-secondary-font-size:2.5em;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Noto Sans Limbu";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans Limbu";--e-global-typography-accent-font-weight:500;}.elementor-kit-6028 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6028 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6028 h2{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6028 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6028 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6028 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6028 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*** DISEÑO TABLAS PROGRAMA ***/


/* ----- VARIABLES DE COLOR (ajustables) ----- */
:root {
  --color-primario: #003366;    /* Azul corporativo */
  --color-secundario: #006699;  /* Azul complementario */
  --color-fondo: #f5f7fa;       /* Gris claro de fondo */
  --color-borde: #d0d6e0;       /* Líneas de tabla */
  --color-texto: #1a1a1a;
  --color-acento: #fcfcfc;
}

/* ----- RESETEO BÁSICO ----- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ----- TABLA ----- */
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin: 0 auto 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  border-radius: 6px;
  overflow: hidden;
}

thead th {
  background-color:hsl(16, 82%, 50%);
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.75rem;
}

tbody tr:nth-child(even) {
  background: hsl(180, 11%, 89%);
}

.nwk1 {
  background-color:hsl(14, 82%, 95%) !important;
}
.nwk2 {
  background-color:hsl(14, 82%, 98%) !important;
}

td, th {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--color-borde);
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
}

td.time {
  font-weight: 900;
  font-size:16px;
  color: #267079;
/*  width: 12rem; */
  white-space: nowrap;
}

/* ----- DETALLES DE TIPOGRAFÍA ----- */
.note {
  text-align: center;
  font-size: 0.85rem;
  color: #267079;
  margin-top: 1rem;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 768px) {
  h1 { font-size: 1.6rem; }

  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead { display: none; }

  tr {
    margin-bottom: 1.2rem;
    border: 1px solid var(--color-borde);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  }

  td {
    padding: 0.7rem 1rem;
    border: none;
    position: relative;
    font-size: 0.95rem;
  }

  td.time {
    font-weight: 700;
    color: var(--color-primario);
    margin-bottom: 0.4rem;
    font-size: 1rem;
  }

  td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--color-secundario);
    display: block;
    margin-bottom: 0.3rem;
  }
}


/*** FIN TABLAS PROGRAMA ***//* End custom CSS */