.bg-azul-prusia {
  background-color: rgb(6, 69, 104);
}

.megasubmenu {
  padding: 20px !important;
}


.megasubmenu .dropdown-item {
  white-space: normal;
}



@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent !important;
    border-right: 0 !important;
    border-bottom: 0.3em solid transparent !important;
    border-left: 0.3em solid !important;
  }

  .dropdown-menu {
    margin: 0 !important;
  }

  .megasubmenu {
    left: 100% !important;
    top: 0 !important;
    min-height: 100% !important;
    min-width: 350px !important;
    max-width: 350px !important;
  }

  .megasubmenuIzq {
    left: -350px !important;
  }



  .dropdown-menu>li:hover .megasubmenu {
    display: block !important;
  }
}

@media all and (min-width:991px) {
  .dropdown:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    pointer-events: none;
  }

  .dropdown.show .nav-link {
    position: relative;
    z-index: 12;
  }

  .dropdown.show:after {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    position: fixed;
  }
}

.text-azul-prusia {
  color: rgb(6, 69, 104);
}

.dropdown-item:active,
.dropdown-item:hover {
  background-color: rgb(6, 69, 104) !important;
  color: rgb(255, 255, 255) !important;
}

#menu .link {
  text-decoration: none;
  color: inherit;
}

#menu .menu-tools-item {
  color: #eceff2;
  background-color: #023856;
  margin-right: 0.5em;
  padding: 0.2em;
  padding-top: 0px;
  border: 0px;
  height: 100%;
  flex-wrap: wrap;
  font-size: 0.8em;
}

#menu .menu-tools-item:hover {
  background-color: #eceff2;
  color: #023856;
}

#menu .menu-tools-help-button {
  color: inherit;
  background-color: transparent;
  font-size: inherit;
  border: inherit;
  ;
  padding: 0 0.5em
}

#menu .menu-tools-help-button:focus {
  outline: none
}

/* 
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	 */