.section-espacios-container {
  height: 100%;
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: center;
  gap: 1.5rem;

  padding-top: 96px;
  padding-bottom: 96px;
  background-color: var(--color-gobierno-beige-oscuro);
}

.section-espacios {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  /* width: 100%;
  z-index: 7;
  padding-top: 96px;
  padding-bottom: 96px; */
}

.section-espacios-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}

.section-espacios-header h2 {
  width: 21ch;
}

/* tarjetas en cards.css */

@media(min-width: 1024px) {
  .section-espacios-container {
    display: flex;
    justify-content: center;
  }

  .section-espacios {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-espacios-header {
    display: flex;
    flex-direction: column;
  }
}