.hero-delegaciones {
  position: relative;
  height: 75vh;
  background: url('../images/hero/table-pine-bluffs-featured-e1647016187615.jpg') top / cover no-repeat fixed;
  color: #fff;
}
.hero-delegaciones .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}
.hero-delegaciones h1 {
  color: #ffc107;
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}
.hero-delegaciones p {
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}
.delegado-card {
  transition: all 0.3s ease;
}
.delegado-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}
.delegaciones-section table th {
  background-color: #ffc107;
}
