.ingreso-card{
  width:100%;
  max-width:850px;
  height:650px;

  display:flex;
  flex-direction:column;
  justify-content:space-between;

  overflow:hidden;
}

