@keyframes ofertas-pulse {
  from {
    background: #1f335f;
  }

  to {
    background: #FF0000;
  }
}