.ahora-gratis-glow {
  color: #4ade80;
  text-shadow: 0 0 8px rgba(74, 222, 128, 0.6);
  animation: ahora-gratis-pulse 2s ease-in-out infinite;
}

@keyframes ahora-gratis-pulse {
  0%, 100% {
    text-shadow: 0 0 6px rgba(74, 222, 128, 0.45);
  }
  50% {
    text-shadow: 0 0 14px rgba(74, 222, 128, 0.9), 0 0 22px rgba(74, 222, 128, 0.5);
  }
}

.garantia-seal {
  width: 190px;
  height: 190px;
}

@media (min-width: 768px) {
  .garantia-seal {
    width: 240px;
    height: 240px;
  }
}
