/* ============================================================ FLOTANTE */
.btn-recargar-flotante {
  position: fixed;
  right: 18px;
  bottom: 20px;
  z-index: 2200;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  color: #fff8ef;
  font-size: 24px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(78, 52, 46, 0.24)
}

.btn-recargar-flotante:disabled {
  opacity: .7;
  cursor: not-allowed
}
