.hero-plenos {
  position: relative;
  height: 70vh;
  background: url('../images/hero/8333956.png') top / cover no-repeat fixed;
  color: #fff;
}

.hero-plenos .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.hero-plenos h1 {
  color: #ffc107; /* amarillo dorado */
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

.hero-plenos p {
  font-size: 1.2rem;
  text-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 193, 7, 0.08); /* amarillo muy suave */
}

.btn-dorado {
  background-color: #ffc107;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.btn-dorado:hover {
  background-color: #b21807; /* rojo institucional */
  color: #fff;
}
