.boton {
  font-family: "Inter";
  align-items: center;
  background: #0a3871;
  border: 1px solid #0a3871;
  border-radius: 24px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-width: 317px;
  min-height: 114px;
  text-decoration: none;
}

.boton:hover {
  color: #ffffff;
}
