/* Contenedor general */
.observatorio-obpass {
  background: linear-gradient(135deg, #bbdefb, #e1f5fe, #fff9c4);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 1200px;
  margin: auto;
}
/* Título */
.observatorio-obpass h1 {
  font-size: 32px;
  font-weight: 800;
  color: #0a3bc2;
  text-shadow: 1px 1px 2px #ccc;
  margin-bottom: 10px;
  text-align: center;
}
/* Texto */
.observatorio-obpass p {
  font-size: 16px;
  color: #424242;
  line-height: 1.6;
  text-align: center;
}