.navbar-default {
  background-color: #ebebeb !important;
}
.dropdown-menu {
  left: -205% !important;
}
.area-logo {
  background: #d1e7f0;
  background: -moz-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d1e7f0), color-stop(100%, #80b6d0));
  background: -webkit-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: -o-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: -ms-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: linear-gradient(to bottom, #d1e7f0 0%, #80b6d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1e7f0', endColorstr='#80b6d0', GradientType=0);
  height: 85px;
}
span.glyphicon.glyphicon-menu-right {
  color: #80B6D0;
}
span.glyphicon.glyphicon-triangle-right {
  color: #80B6D0;
}
.toolbar {
  min-height: 60px;
  background: #d1e7f0;
  background: -moz-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #d1e7f0), color-stop(100%, #80b6d0));
  background: -webkit-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: -o-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: -ms-linear-gradient(top, #d1e7f0 0%, #80b6d0 100%);
  background: linear-gradient(to bottom, #d1e7f0 0%, #80b6d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1e7f0', endColorstr='#80b6d0', GradientType=0);
  z-index: 9999;
  height: 85px;
  position: fixed;
  width: 80%;
}
.n0 > li > a {
  color: black !important;
}
.n1 > li > a {
  color: black !important;
}
.n2 > li > a {
  color: black !important;
}
.nav.navbar-nav.n0 {
  background-color: #e7e7e7;
}
.nav.navbar-nav.n1 {
  background-color: #dadada;
}
.nav.navbar-nav.n2 {
  background-color: #cdcdcd;
}
a.item-menu.active {
  font-weight: bold;
}
.img-operadora {
  content: url("/gen/img/TS_000043/logo.png");
  display: block;
  height: 150px;
  width: 170px;
  background-size: cover;
  background-repeat: no-repeat;
}
.img-operadora-mini {
  content: url("/gen/img/TS_000043/logo.png");
  display: block;
  height: 60px;
  width: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 20px;
}
/*# sourceMappingURL=menu.css.map */