<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-noticias-topo{
	width: 100%;
	height: 480px;
	background-image: url(../img/banner-paginas/noticias.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.div-transparencia{
	height: 100%;
	/*background-color: rgba(157,123,74,.7);*/
	background-color: rgba(4,28,44,.5);
}
.titulo-pg-noticias{
	color: #fff;
	font-size: 3.5em;
	margin-top: 200px;
	text-align: center;
}
.sub-titulo-pg-noticias{
	color: #fff;
	text-align: center;
}
.item-noticia{
	margin: 40px auto;
	padding: 40px 0;
}
.titulo-noticia{
	text-align: center;
	margin: 40px auto;
	font-weight: bold;
}
.paragrafo-noticias{
	text-align: justify;
}
.titulo-list-noticias{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	padding-top: 40px;
}
.list-noticias li{
	text-decoration: none;
	margin: 18px 0;
}
.list-noticias a{
	color: red;
}</pre></body></html>