/* ===== SECCIONES Y CONTENEDORES ===== */
section {
  padding: calc(var(--spacing-unit) * 4) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-section {
  scroll-margin-top: 80px;
  width: 100%;
}

.elementor-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ===== DIVIDER ===== */
.elementor-divider {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== CONTENEDOR INTERNO ===== */
.e-con-inner {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 0 calc(var(--spacing-unit) * 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.page-content {
  width: 100%;
}

/* ===== UTILIDADES DE ESPACIADO ===== */
.elementor-widget-spacer {
  min-height: calc(var(--spacing-unit) * 2);
}
