.btnGestionarCurso {
    background-image: linear-gradient(to right, #000428 0%, #004e92  51%, #000428  100%);
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btnGestionarCurso:hover {
    background-position: right center;
    transition: 0.5s;
    color: #fff;
    text-decoration: none;
  }

  .cardGestionarCurso{
    background: linear-gradient(0deg, rgb(235, 232, 232) 95%, rgba(180, 179, 179, 0) 100%);
  }