#navwrap.affix {
	position: fixed;
}
.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;
}