body {
  font-family: Noto Sans Regular;
}
.btn-seleccion {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  font-family: Noto Sans Regular;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 1.5px;
  align-items: center;
  background-color: #77ab56;
  color: #fff;
  width: 340px;
  padding: 10px 15px;
  margin: 2px;
  border: none;
  border-radius: 30px;
}

