a.gestion-moto {
  --link-color: #018ad2;
  font-family: YS Text, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-tap-highlight-color: transparent;
  padding: 0 1.5rem;
  margin-top: 2rem;
  height: 6.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
  background-color: #111;
  border: 0.2rem solid #fff;
  border-radius: 1rem;
  transition: all 0.25s ease;
}


#footer footer {border-radius: 0 !important}