/* 
======================================
  PROGRAMA TECHHOME BOT 2025 - STATIC VERSION
  Diseño simple basado en la imagen proporcionada
======================================
*/

.programa-container {
  margin: 30px 0;
  background: #fff;
  padding: 0;
}

.programa-header {
  text-align: center;
  margin-bottom: 0;
}

.programa-header h4 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  padding: 8px;
  background: #fff;
  border: 2px solid #000;
  text-align: center;
  font-family: Arial, sans-serif;
}

.programa-table-wrapper {
  overflow-x: auto;
  border: none;
}

.programa-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  min-width: 800px;
  border: 2px solid #000;
}

.programa-table td {
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  font-weight: 600;
  line-height: 1.4;
  height: 50px;
  font-size: 14px;
}

/* Estilos para las horas */
.time-slot {
  background: #f8f9fa;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  width: 80px;
  padding: 15px 8px;
}

/* Colores específicos según la imagen */

/* Entrega de credenciales - Amarillo claro */
.entrega-credenciales .activity {
  background: #fff3cd;
  color: #000;
  font-weight: 600;
}

/* Ceremonia de inauguración - Amarillo */
.ceremonia .activity {
  background: #ffd700;
  color: #000;
  font-weight: 600;
}

/* Carrera de insectos - Amarillo */
.carrera-insectos .activity {
  background: #ffd700;
  color: #000;
  font-weight: 600;
}

/* Premiación - Rojo */
.premiacion .activity {
  background: #dc3545;
  color: #fff;
  font-weight: 600;
}

/* Actividades específicas de competencias */

/* Seguidor de línea KITs - Naranja */
.seguidor-kits {
  background: #ff8c00;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* ROBOFUT - Amarillo */
.robofut {
  background: #ffd700;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* LEGO WEDO 2.0 - Verde */
.lego-wedo {
  background: #28a745;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* Evaluación - Gris claro */
.evaluacion {
  background: #e9ecef;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* Minisumo - Naranja */
.minisumo {
  background: #ff8c00;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* LEGO SUMO - Amarillo */
.lego-sumo {
  background: #ffd700;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* Robot escalador - Verde */
.robot-escalador {
  background: #28a745;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* BEEBOT - Gris claro */
.beebot {
  background: #e9ecef;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  padding: 15px 10px;
  line-height: 1.3;
}

/* Estilo para filas separadoras */
.separador {
  border: none !important;
  background: transparent !important;
}

.espacio-separador {
  height: 25px;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  line-height: 1;
}

/* Responsive Design - Simple */
@media (max-width: 768px) {
  .programa-container {
    margin: 20px 0;
    padding: 0;
  }
  
  .programa-header h4 {
    font-size: 14px;
    padding: 8px;
  }
  
  .programa-table {
    font-size: 12px;
    min-width: 600px;
  }
  
  .programa-table td {
    padding: 12px 8px;
    height: 45px;
  }
  
  .time-slot {
    width: 65px;
    font-size: 14px;
    padding: 12px 6px;
  }

  .espacio-separador {
    height: 20px;
  }
  
  .seguidor-kits,
  .robofut,
  .lego-wedo,
  .evaluacion,
  .minisumo,
  .lego-sumo,
  .robot-escalador,
  .beebot {
    font-size: 9px;
  }
}

@media (max-width: 576px) {
  .programa-table {
    font-size: 11px;
    min-width: 500px;
  }
  
  .programa-table td {
    padding: 8px 5px;
    height: 40px;
  }
  
  .time-slot {
    width: 55px;
    font-size: 12px;
    padding: 8px 4px;
  }
  
  .programa-header h4 {
    font-size: 13px;
    padding: 6px;
  }
  
  .seguidor-kits,
  .robofut,
  .lego-wedo,
  .evaluacion,
  .minisumo,
  .lego-sumo,
  .robot-escalador,
  .beebot {
    font-size: 10px;
    padding: 8px 5px;
  }

  .espacio-separador {
    height: 15px;
  }
}

/* Scroll horizontal básico */
.programa-table-wrapper::-webkit-scrollbar {
  height: 6px;
}

.programa-table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.programa-table-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.programa-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #999;
}