.hero-ordenanzas {
  position: relative;
  height: 80vh;
  background: url('../images/hero/Archivo-municipal-digitalizacion.jpg') center center / cover no-repeat fixed;
  color: #fff;
}

.hero-ordenanzas .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

.hero-ordenanzas h1 {
  color: #ffc107;
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(58, 90, 64, 0.08); /* verde oliva suave */
}

.btn-dorado {
  background-color: #ffc107;
  color: #000;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-dorado:hover {
  background-color: #3a5a40;
  color: #fff;
}
