.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 #868f98;

	background-color: #3e3e3e0d;

	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;

}