.col-box-licitacoes{
  margin-bottom: 30px;
}
.col-box-licitacoes a{
  color: #333333;
  font-size: 18px;
  font-family: Poppins-SemiBold;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid;
  border-color: #bdbebf;
  background-color: #e9eaea;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.col-box-licitacoes a:hover{
  color: #FFFFFF;
  background: #1b74a6;
  transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  text-decoration: none; 
}