.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: 1px solid;
	border-color: #bdbebf;
	background-color: rgba(31, 49, 78, 0.16);
	width: 100%;
	float: left; 

}
.col-box-licitacoes a:hover{
  	color: #135DC9;
	background: rgba(255, 212, 59, 0.02);
	transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	text-decoration: none; 
}
.col-box-licitacoes .card-publicacoes{
	min-height: 112px;
	display: flex;
	justify-content: center;
	align-items: center;
}