.ast-top-bar {
  background-color: #0073aa !important; /* azul */
  color: #fff !important;               /* texto blanco */
  font-weight: 600;
  text-align: center;
  padding: .1rem;
}

.ast-top-bar a {
  color: #fff !important;
  text-decoration: underline;
}

/* Estilos para el banner superior (Above Header Bar) */
.ast-above-header-bar {
  background-color: #0073aa !important; /* azul corporativo */
  color: #fff !important;               /* texto blanco */
  font-weight: 500;
  text-align: center;
  /* padding: .1rem .1rem; */
}

.ast-above-header-bar a {
  color: #fff !important;
  text-decoration: underline;
}

.ast-above-header-bar p {
  margin: 0;
}

