/*!
 * simon
 */

.menu-fijo {
  z-index: 9;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  position: -webkit-sticky !important;
  position: sticky !important
}

