#neubar {
  background: #90a9e0;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.4);
}

.nav-item .active {
  border-radius: 6px;
  background: linear-gradient(145deg, #4335d8, #6057dd);
  box-shadow: none;
  color: white !important;
}

.nav-item .salir {
  border-radius: 6px;
  background: #fa3737;
  box-shadow: none;
  color: white !important;
  margin-left: 50px !important;
  text-align: center;
}

#neubar .nav-item {
  margin: auto 4px;
}
#neubar a {
  padding-left: 12px;
  padding-right: 12px;
}

.nav-link {
  font-weight: bold;
}

.nav-link:hover {
  color: white !important;
}

.dropdown-menu {
  background-color: #d6e2fe;
}
