.botao{
  border-radius: 4px;
}

hr{
  border-color: #C3C3C3;
}

select{
  cursor: pointer;
}

.active{
  transition: background-color 0.3s ease;
  background-color: #EFEFEF;
  color: #333;
}

.li2:hover {
  background-color: #C3C3C3;
  font-family: 'Roboto', sans-serif;
}