.btn-grad {background-image: linear-gradient(to right, #ffba00 0%, #FF8C94  51%, #C687E7  100%)}
.btn-grad {
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: white;            
   box-shadow: 0 0 20px #eee;
   border-radius: 10px;
   display: block;
 }

 .btn-grad:hover {
   background-position: right center;
   color: #fff;
   text-decoration: none;
 }

 .fw-height {
    font-size: 150%;
 }

 .fw-large-height {
    font-size: 125%;
 }

 .pi-5 { /* En reemplazo de py-5 */
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
 }

  /* Raffle's colors */

  .rafflestitle {
   color: rgb(248, 129, 0);
  }