.header-top-fixed {
  background: rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 55, 55, 0.075) !important;
  min-height: 120px;
}

.header-top-fixed .main-menu > li a {
  color: var(--px-black) !important;
}

.header-top-fixed .logo-light {
  display: none !important;
}

.header-top-fixed .logo-dark {
  display: block !important;
}

.toggler-menu {
  color: var(--px-black);
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.mobile-margin {
  margin-top: 3rem !important;
}

@media only screen and (max-device-width: 768px) {
  .mobile-margin {
    margin-bottom: 7rem !important;
  }
}

/*# sourceMappingURL=software.css.map */
