h1 {
	margin-bottom: 20px;
}
.noticia {
	width: 100%
	box-sizing: border-box;
	margin: 10px 10px 20px 0;
	height: 100px;
	/*background-color: red;*/
}

.data-noticia {
	margin-left: -10px;
	/*background-color: green;*/
	height: 100px;
	width: 120px;
	display: inline-block;
	font-family: "Aurora";
	font-size: 23px;
	text-align: center;
	border-right: 2px solid rgba(0, 165, 79, .6);
}

.data-noticia div:first-child {
	padding-top: 10px;
}

.texto-noticia {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	padding-left: 20px;
	max-width: 750px;
}

.texto-noticia h3 {
	font-size: 20px;
}

.texto-noticia a {
	color: #083E89;
	font-weight: 400;
	padding-left: 5px;
}
	.texto-noticia p a:hover {
		text-decoration: underline;
	}

.texto-noticia p {
	margin-top: 2px;
}

#navegacao-noticias {
	margin: 35px 0px 0 20px;
}

.botao-navegacao {
	height: 30px;
	width: 30px;
	background-color: #BCBDC0;
	margin-right: 2px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	font-family: sans-serif;
	trasition: all .1s ease-in-out;
}
	.botao-navegacao:hover {
		background-color: #858689;
	}

.ativo {
	background-color: #073D8E;
}
	.ativo:hover {
		background-color: #05285C;
	}