.hero-contacto {
  position: relative;
  height: 70vh;
  background: url('../images/hero/asi.jpg') bottom / cover no-repeat fixed;
  color: #fff;
}

.hero-contacto .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)); /* más contraste */
  z-index: 1;
}

.hero-contacto .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.hero-contacto h1 {
  font-size: 3rem;
  text-shadow: 0 3px 10px rgba(0,0,0,0.6);
  color: #ffc107; /* resalta con el color institucional */
}

.hero-contacto p {
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  font-size: 1.15rem;
}

/* Línea decorativa debajo del título */
.hero-contacto .divider {
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 4px;
}
