#barAcessibilidade{
	background: #31286a; /*Cor da barra*/
	color: #fff;
	padding: 6px 0;
	font-size: 12px;
}
#barAcessibilidade a{
	color: #fff;
	text-decoration: none;
}
#barAcessibilidade a:hover{
	color: #ddd;
}
#acessibilidadeFontes{
	text-align: right;
}
#acessibilidadeFontes a{
	padding: 0 5px; 
	cursor: pointer;
}
#acessibilidadeTutorial a{
	margin-left: 10px;
}
#acessibilidadeTutorial span{
	background-color: #ddd;
	color: #000;
	padding: 0 5px;
}
#acessibilidadeTutorial a:hover span{
	background-color: #fff;
}
::selection{
	background-color: #333;
	color: #FF0;
}
/********************** Contraste *****************/
.bodyBlack,
.bodyBlack #mega-menu-wrap-primary-menu,
.bodyBlack .panel-row-style,
.bodyBlack #pg-w5d9fad5e86ff1-0> .panel-row-style,
.bodyBlack #pg-w5da611ddbb2f7-0> .panel-row-style,
.bodyBlack #panel-w5da0940185113-1-1-0> .panel-widget-style,
.bodyBlack #panel-w5d9fac0897f68-1-0-0> .panel-widget-style,
.bodyBlack #panel-w5da083c66fbb7-1-1-0> .panel-widget-style,
.bodyBlack #panel-w5da46f725c53f-1-1-0> .panel-widget-style,
.bodyBlack #panel-w5da460f4833b1-0-0-0> .panel-widget-style
{ /*body*/
	background: #000 !important;
	color: #fff;
}
.bodyBlack p{color:#fff !important;}

.bodyBlack ::selection{/*texto selecionado*/
	background-color: #FF0;
	color: #000;
}

.bodyBlack .input-field input{border: 1px solid #fff !important;}
.bodyBlack .imgBlack{/*inserir esta classe em imagens sem fundos com texto em preto*/
	background: #fff;
}
.bodyBlack a{ /*links*/
	color: #ff0!important;
}
.bodyBlack #nav,
.bodyBlack #footer,
.bodyBlack #barAcessibilidade{/*menu, footer e barra de acessibiliadade*/
	background: #666;
}
/********************** Formatação Formulário **********************/
.bodyBlack input[type=text], .bodyBlack input[type=password], .bodyBlack input[type=url],
.bodyBlack input[type=search], .bodyBlack input[type=email], .bodyBlack input[type=tel],
.bodyBlack input[type=date], .bodyBlack input[type=month], .bodyBlack input[type=week],
.bodyBlack input[type=datetime], .bodyBlack input[type=datetime-local],
.bodyBlack textarea, .bodyBlack select,
.bodyBlack input[type=number] {
	background-color: #000 !important;
	color: #fff !important;
}
/********************** Buscar por voz **********************/
#buscaPorVoz{
	position: relative;
}
#speakBtn{
	position: absolute;
	font-size: 20px;
	left: 10px;
	z-index: 10;
	color: #fff;
}
#speakBtn:hover{
	color: #000;
}
/******************
Inserir divs do seu site
ex: ".bodyBlack .noticias" para div noticia
*********************/
.bodyBlack{
	background: #000;
	color: #fff;
}
/********************* Breakpoint *********************/
@media (max-width: 768px){
	#topAcessibility,
	#acessibilidadeFontes,
	#acessibilidadeTutorial{
		text-align: center;
	}
	#speakBtn{
		left: 30px;
	}
	#fieldSearch{
		padding-left: 30px;
	}
}