@media screen and (max-width: 990px) {

    .navbar-munu-item.active {
      color: var(--bs-primary) !important;
      background-color: white !important;
    }
    .navbar.nav-site {
      background-color: white !important;
    }

    .nav-site .custom-mobile-navbar {
      background-color: white;
      border-radius: 20px;
      margin-top: 20px;
      padding: 0 20px;
    }

    .nav-site a.nav-link.active {
      border: 0;
      color: var(--bs-primary) !important;
      font-weight: bolder;
    }

    .nav-site a.nav-link {
      font-size: 1.2em;
    }

    .nav-site .bb-light {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-site .bt-light {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-site .dropdown-menu {
      border: none;
      box-shadow: none;
    }

    .custom-mobile-navbar > .nav-item {
      -webkit-align-items: center;  
    }

    .nav-site .dropdown-item {
      padding: 10px 0 !important;
      color: var(--bs-nav-link-color);
    }

    .nav-site .close-navbar-minus-icon {
      -webkit-appearance: button-bevel;
      font-size: 3em;
      opacity: 0.7;
    }
  }

  @media screen and (min-width: 990px) {
    .navbar.nav-site {
      background-color: white !important;
    }
    .nav-site .dropdown-menu > .dropdown-item {
      color: var(--bs-nav-link-color);
    }
  }