.col-box-licitacoes{
	margin-bottom: 30px;
}
.col-box-licitacoes a{
	color: #333333;
	font-size: 17px;
	font-family: Poppins-SemiBold;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid #1a81c4;
	background-color: rgba(31, 49, 78, 0.08);
	width: 100%;
	float: left;

}
.col-box-licitacoes a:hover{
	color: #3e3e3e;
	background: rgba(31, 49, 78, 0.08);
	transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	text-decoration: none;
}