#barra-topo,
#header,
#breadcrumb,
#sidebar,
#rodape,
#barra-inferior,
#botao-whatsapp,
#aviso-lgpd {
	display: none !important;
}

html, * {
	font-family: 'Roboto', sans-serif;
}

body {
	background: #fff;
}

.pagina {
	padding: 20px 0;
}

.pagina-interna {
	width: 100%;
	float: none;
}

.borda-cinza {
	border: none;
}

div[vw] {
	display: none !important;
}

/* ----- NOTÍCIAS --------------------------------------------------------------- */

#lista-noticias {
	padding: 0;
	padding-top: 20px;
	margin-bottom: 0;
}

#lista-noticias .noticia-lista {
	width: 100%;
	margin: 0 !important;
}

#lista-noticias .noticia-lista li {
	margin-bottom: 1.5em;
}

#lista-noticias .noticia-lista .attachment-medium {
	border: 1px solid #eee;
	width: 100%;
	height: auto;
	margin: 0 auto 0.5em;
	padding: 3px;
}

#lista-noticias .noticia-titulo {
	line-height: 1.2;
	font-size: 120%;
	font-weight: 700;
	margin: 1em 0;
}

#lista-noticias .noticia-leia-mais {
	display: none;
}

/* single */

.noticia-autor,
.noticia-mais-sobre {
	display: none;
}

/* ----- EVENTOS ---------------------------------------------------------------- */

.eventos-lista .evento-categoria {
	display: none;
}