
            .topupAlert {
                background: #71706e  !important;
            }
        
            .btnInit {
                background: #ffcb05  !important;
                color: #202020  !important;
				animation: pulsebtn 2s infinite;
            }
			.gridProductos .item button {
				background: #ffcb05  !important;
                color: #202020  !important;
			}
            @-webkit-keyframes pulsebtn {
              0% {
                -webkit-box-shadow: 0 0 0 0 rgba(255, 203, 5, 1);
              }
              70% {
                  -webkit-box-shadow: 0 0 0 20px rgba(139, 195, 74, 0);
              }
              100% {
                  -webkit-box-shadow: 0 0 0 0 rgba(139, 195, 74, 0);
              }
            }
        