@media (max-width: 991px) {
  /* Elimina cualquier separación del header y cuerpo */
  #t4-header,
  .t4-header,
  #t4-main-body,
  .t4-main-body,
  #t4-main-top,
  .t4-main-top,
  .t4-section {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    line-height: 1 !important;
  }

  /* Quita cualquier espacio entre módulos */
  .t4-module,
  .t4-spotlight,
  .t4-row,
  .t4-container,
  .container {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Asegura que los elementos se peguen visualmente */
  #t4-header + #t4-main-body,
  .t4-header + .t4-main-body {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* A veces Purity mete una altura por defecto en las secciones */
  [class*="t4-section"] {
    height: auto !important;
  }
}

}

