.botao_campus {
  display: inline-block !important;
  width: 240px;
  cursor: pointer;
  padding: 32px 20px;
  color: #570809;
}

.botao_campus h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.botao_campus span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.botao-campus-selected {
  background-color: #570809;
}

.botao_campus:hover {
  color: #bc463b !important;
}

.botao_campus-mobile:hover {
  color: #bc463b !important;
}

.botao_campus, .botao_campus-mobile {
  cursor: pointer;
  transition: all 0.15s ease;
}

.bg-darker {
  background-color: #570809;
}