.boton-registro {
  background-color: #900C3F;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-radius: 8px;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}
.botones-info {
  font-size: 10px;
}
.disable{
  cursor: not-allowed;
  pointer-events: none;
}