body,
#conteudo {
	background: #ddd !important;
}

#header,
#breadcrumb,
.arquivo-noticias,
#sidebar,
.sociais,
.maissobre,
#rodape,
#links,
.titulo-arquivos,
#rodape-info,
br {
	display: none !important;
}

#main,
#conteudo,
.noticia {
	background: #fff;
	width: initial;
	max-width: none;
	margin: 0 !important;
	padding: 0;
	float: none;
}

#conteudo {
	padding: 0 3vh;
}

.pagina, .pagina-inicial {
	margin-bottom: 0;
}

#conteudo br {
	display: initial !important;
}

#conteudo h1,
#conteudo h2,
#conteudo h3,
#conteudo h4,
p {
	color: #000;
	margin: 0 0 1.5em !important;
	font-size: 13px;
	font-family: sans-serif;
}

#conteudo h1 {
	color: #04326D;
	font-weight: 600;
}

#conteudo p a {
	font-weight: normal;
}

.sombra::after{
	display: none;
}

#lista-edicoes {
	background: #ddd;
	width: auto;
	margin: -20px -20px -10px;
	padding: 1px 0;
}

#lista-edicoes .edicao-atual {
	background: #fff;
	border: 0 none;
	width: auto;
	height: auto;
	margin: 2vh;
	overflow: hidden;
	float: none;
	text-align: left;

	box-shadow: 0 0 1vh #80808050;
	border-radius: 4px;
}

#lista-edicoes .edicao-atual a { 
	color: inherit;
	display: block;
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
}

#lista-edicoes .edicao-atual .imagem {
	height: 20vh;
	display: block;
	overflow: hidden;
}

#lista-edicoes .edicao-atual .imagem img {
	width: 100%;
	margin: 0;
	height: auto;
	display: block;
}

.attachment-thumbnail {
	border: none !important;
	padding: 0 !important;
}

#lista-edicoes .titulo-lista {
	color: #03316C;
	margin: 2vh 2vh 0;
	display: block;
	font-size: 2.5vh;
	font-weight: 600;
	text-align: center;
	word-break: break-word;
}

#lista-edicoes .resumo-lista {
	margin: 2vh 2vh 0;
	display: block;
	font-size: 2vh;
	font-weight: normal;
	text-align: left;
}

#lista-edicoes .data-lista {
	color: #808080;
	border: 0 none;
	margin: 1vh 2vh 2vh;
	display: block;
	font-size: 1.8vh;
	font-weight: 400;
	text-align: center;
}

#lista-edicoes .mais {
	display: none;
	/*
	display: block;
	font-size: 2vh;
	text-transform: uppercase;
	color: #03316C;
	margin: 1vh 2vh 2vh;
	text-align: right;
	font-weight: normal;
	*/
}

#lista-edicoes br {
	display: none !important;
}

#conteudo .paginacao {
	background: #ddd;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

#conteudo .paginacao br,
#conteudo .paginacao .page,
#conteudo .paginacao .inactive {
	display: none;
}

#conteudo .paginacao .current::before {
	content: "Página ";
}

#conteudo .paginacao .current {
	color: #03316C;
	padding: 0 11.6vh;
	float: none;
	display: block;
	line-height: 2.6em;
	font-size: 3vh;
	font-weight: normal;
	text-align: center;
}

#conteudo .paginacao .label,
#conteudo .paginacao::before,
#conteudo .paginacao::after {
	background-color: #03316C;
	color: #fff;
	width: 4vh;
	height: 4vh;
	margin: 1.8vh 0.9vh;
	padding: 0.9vh 0;
	position: absolute;
	top: 0;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	line-height: 0.2em;
	font-size: 5vh;
	text-indent: 1vh;
	text-align: center;

	border-radius: 100%;
}

#conteudo .paginacao::before {
	content: "‹";
	background-color: #aaa;
	width: 4.1vh;
	height: 4.1vh;
	box-sizing: border-box;
	margin: 1.8vh 0.8vh;
	text-indent: -0.1vh;
	z-index: 2;
}

#conteudo .paginacao .inactive ~ .label {
	z-index: -1;
}

#conteudo .paginacao .inactive + .label {
	right: 0;
	z-index: 2;
	text-indent: -20.5vh;
}

#conteudo .paginacao::after {
	content: "›";
	background-color: #aaa;
	width: 4.1vh;
	height: 4.1vh;
	box-sizing: border-box;
	margin: 1.8vh 0.9vh;
	text-indent: 0.4vh;
	right: 0;
	z-index: 1;
}