.navbar {
  transition: background-color 0.2s ease, padding-top 0.2s ease;
  background-color: transparent;
  position: fixed !important;
  width: 100%;
  top: 0 !important;
  z-index: 10;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.navbar.scrolled {
  background-color: white;
}

#navcol-1 {
  background-color: transparent;
  opacity: 1;
  overflow: hidden;
}

#navcol-1.show {
  background-color: white;
}

.bg-white {
  background-color: white !important;
}

.navbar-nav {
  gap: 12px;
  display: flex;
  /*margin-top: 0;*/
  margin-right: 20px;
}

.navbar-nav.show {
  display: flex;
}

.navbar-toggler {
  border-style: none!important;
  display: flex;
  justify-content: flex-end;
  box-shadow: none !important;
  outline: none !important;
}

.iconmenu, .iconclose {
  font-size: 27px;
  margin: 5px;
}

.iconclose {
  color: #0066ff;
}

.iconmenu {
  color: #2d2a26;
}

#navcol-1 a {
  text-align: right !important;
  font-size: 16px !important;
  line-height: 20px;
}

#navcol-1 :hover {
  color: #0066ff !important;
}

.nav-link {
}

.icons-plans {
  width: 80px;
}

