/* Hero compacto aprovechando tu estilo */
.hero.hero--slim {
  min-height: 36vh;
}
.hero .hero-title { font-size: 2rem; }


/* -------------------------------------------------- */
/* Operaciones (1 columna + carrusel) */
/* -------------------------------------------------- */

.operations {
  padding: 3.5rem 1rem;
  background: #ffffff;
  color: #123456;
}

.operations .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.operations-title {
  text-align: center;
  width: 100%;
  margin: 0 auto 2rem;
  font-size: 1.6rem;
  color: #203864;
  padding: 0 1rem;
}

/* bloque de texto (igual que .services-intro) */
.operations-copy {
  max-width: 100%;            /* ocupa todo el ancho del .container */
  margin: 0 auto 2rem auto;   /* centrado dentro del container */
  text-align: justify;           /* igual que en "Servicios" */
  color: #444;
  font-size: 1rem;
  line-height: 1.8;
}

.operations-copy p {
  margin-bottom: 1.1rem;
  color: #2f465f;
  line-height: 1.8;
}

.operations {
  position: relative;
}

.operations-overlay-link {
  position: absolute;
  inset: 0; /* ocupa todo el ancho y alto de la sección */
  z-index: 5;
  display: block;
  text-decoration: none;
}

