.dropdown-menu {
  background-color: #1a61ab !important;
}
.t4-megamenu .dropdown-toggle .item-caret::before {
  border-top: 4px solid #fff;
}

/* imagens dos parceiros */
.imagens_parceiros {
    border-top: 1px dashed lightgrey;
    padding-top: 40px;
}

.dj-image:hover {
  opacity: 0.6;
  transform: scale(0.9);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.dj-image {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.avisoCookies {
	position: fixed;
	height: auto;
	width: 100%;
	bottom: 0px;
	background-color: #f0f0f0;
	z-index: 99;
	padding: 2%;
    	display: none;
	opacity: 0.95;
}
.avisoCookies.cookieVisivel{
	display:block;
	text-align:center;
}
.botoesCookies button{
	padding: 10px;
	color: #003063;
	font-size:0.875em;
	margin-top: 10px;
	border-style: solid;
	border-width:thin;
}

#back-to-top {
  z-index: 100;
}