.seccion--contenido {
  padding: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin: 0 auto;
  /**/
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.491) 0%,
    rgba(255, 255, 255, 0.53) 100%
  );
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.seccion--contenido h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #113b8a;
  text-align: center;
}
