/* #noticia-selecionada {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
} */

.img-face {
	/* width: 650px; */
	border-radius: 20px;
}

.card-img-top {
	height: 150px;
	border-radius: 15px;
	object-fit: cover;
	margin-top: 10px;
  }

.news-title {
	font-size: 13px;
	font-weight: 600;
  }

.news-date {
	font-size: 11px;
	color: #14232D;
}

.news-link {
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-link a {
	font-size: 13px;
	text-decoration: none;
	color: #EC1C27;
	font-weight: bold;
}

.mini-noticia:hover {
	background-color: #DEDEDE;
	border-radius: 10px;
	cursor: pointer;
}