.col-box-licitacoes{
	margin-bottom: 30px;
}
.col-box-licitacoes a{
	color: #333333;
	font-size: 14px;
	font-family: Poppins-SemiBold;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid #bdbebf;
	background-color: rgba(37, 131, 97, 0.1);
	width: 100%;
	float: left; 

}
.col-box-licitacoes a:hover{
  	color: #333333;
	background: rgba(255, 212, 59, 0.02);
	transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	text-decoration: none; 
}