.header.black {
	background: #000;
}
/* Estilos para a barra de política das cookies */

.cookie_bar {
	position: fixed;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #494e54;
	color: white;
	z-index: 9999;
	font-family: Arial, Helvetica;
	font-size: 12px;
	min-height: 50px;
	line-height: 16px;
}

.center_cookie_container {
	position: relative;
	max-width: 850px;
	width: 100%;
	margin: 0 auto;
}

.cookie_bar .cookie_texto {
	position: relative;
	float: left;
	max-width: 830px;
	width: 100%;
	margin-right: -95px;
	padding: 0px 0;
	text-align: center;
}

.cookie_bar .cookie_texto .cookie_interior {
	margin-right: 95px;
	padding: 10px 10px;
}

.cookie_bar .cookie_texto a {
	color: white;
	text-decoration: underline;
}

.cookie_bar .cookie_aceitar {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background: white;
	margin-top: 10px;
}

.cookie_bar .cookie_aceitar #cookie_botao {
	background: white;
	border: 1px #FFFFFF solid;
	position: relative;
	width: 75px;
	height: 30px;
	color: #494e54;
	font-weight: bold;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.cookies_politicas {
	position: relative;
	display: none;
	color: white;
	clear: both;
	width: 100%;
	max-width: 810px;
	margin: 0 auto;
}

.cookies_politicas a {
	color: white;
	text-decoration: underline;
}

.cookies_politicas .center_cookie_container {
	padding: 10px;
	width: 95%;
}


.fakebanner{
    height: 150px;
}


/*===============================*/
/*MENU*/
/*===============================*/

.header .logo img {
    filter: brightness(100);
    -o-filter: brightness(100);
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
}
.header.header-sticky .logo img {
    filter: brightness(1);
    -o-filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
}

@media screen and (max-width: 960px){
    .header .logo img {
        filter: brightness(1);
        -o-filter: brightness(1);
        -webkit-filter: brightness(1);
        -moz-filter: brightness(1);
    }
}