/* Quitar el espacio gigante antes del footer */
#main-body,
.main-body,
#content,
#container,
.body-content,
section,
.section {
  min-height: auto !important;
  height: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Asegura que el footer se pegue al contenido */
#footer, .tt-footer {
  margin-top: 0 !important;
}