@media (max-width: 991.98px) {
  .nav-breakpoint-lg .t4-megamenu {
    background: #0077bb;
  }
  ul {
  padding-left: 0;
    }
}

.mx-auto {
    margin-left: 40px !important;
}

span.menu-item-title {
    font-size: medium;
}

.fa.fa-bars.toggle-bars {
  color: white;
}
.t4-megamenu .navbar-nav > li > a .item-caret::before, .t4-megamenu .navbar-nav > li > .nav-link .item-caret::before {
  border-top-color: #fff;
}

.t4-megamenu .dropdown-toggle .item-caret::before {
  border-top: 4px solid #fff;
}

.not-at-top #t4-header.t4-sticky {
  background-color: #0077bb;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}

.navbar-brand:hover a, .navbar-brand a:hover, .navbar-brand a:active, .navbar-brand a:focus {
  background: #0067a2;
  color: #ffffff;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #0067a2;
  min-height: 80px;
}

.dropdown-menu.level1 {
  background-color: #0077bb;
}

.dropdown-menu.level2 {
  background-color: #0077bb;
}

.logo-text a {
  line-height: 80px;
  padding: 0 20px;
}

.logo-text {
  text-transform: uppercase;
  font-size: 20px;
}

.avisoCookies {
	position: fixed;
	height: auto;
	width: 100%;
	bottom: 0px;
	background-color: #f0f0f0;
	z-index: 99;
	padding: 2%;
    display: none;
	opacity: 0.9;
}

.avisoCookies.cookieVisivel{
	display:block;
	text-align:center;
}

.botoesCookies button{
	padding: 10px;
	color: #003063;
	font-size:0.875em;
	margin-top: 10px;
}

.top-away #back-to-top {
  z-index: 100;
}