/* Header: menú principal arriba; contacto y cita en una segunda línea */
@media (min-width: 1000px) {
  #header-outer,
  #header-space {
    height: 150px !important;
  }
  #header-outer .row {
    height: 150px !important;
  }
  #header-outer .span_9 {
    position: relative !important;
    height: 150px !important;
  }
  #header-outer nav {
    height: 90px !important;
  }
  #header-outer nav > ul.sf-menu {
    height: 90px !important;
    align-items: flex-start !important;
  }
  #header-outer ul.buttons {
    top: 90px !important;
    right: 0 !important;
    height: 60px !important;
    align-items: center !important;
  }
  #header-outer .nectar-header-text-content-wrap,
  #header-outer .nectar-header-text-content {
    height: 60px !important;
  }
}