🎮 Juegos · 📺 Streaming · 📡 TV Digital

🔥 Productos destacados

Elegí tu producto y consultanos por WhatsApp

Oferta juegos
🔥 OFERTA

Juegos PS4 / PS5

Consultá por nuestro catálogo actualizado.

Consultar
📲 Ver catálogo

Entrega rápida

Recibí tus productos digitales rápidamente.

🛡️

Atención

Consultanos antes de comprar y te ayudamos.

📲

WhatsApp

Realizá tu consulta directamente desde la tienda.

💻

Productos digitales

Juegos, streaming y TV Digital en un solo lugar.

} .categorias button { border: 1px solid #343b4c; background: #151b27; color: white; padding: 11px 18px; border-radius: 25px; cursor: pointer; font-weight: bold; transition: 0.2s; } .categorias button:hover, .categorias button.activo { background: linear-gradient(135deg, #7c3aed, #2563eb); border-color: transparent; } /* CONTENEDOR */ .contenedor { max-width: 1200px; margin: auto; padding: 25px 15px 80px; } .titulo-seccion { text-align: center; margin-bottom: 25px; } .titulo-seccion h1 { font-size: 28px; } .titulo-seccion p { color: #8e98aa; margin-top: 7px; } /* PRODUCTOS */ .productos { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; } .producto { background: #111722; border: 1px solid #252d3c; border-radius: 18px; overflow: hidden; transition: transform 0.2s, border 0.2s; } .producto:hover { transform: translateY(-4px); border-color: #6d3df5; } .producto img { width: 100%; height: 210px; object-fit: cover; display: block; background: #171d29; } .info { padding: 18px; } .etiqueta { display: inline-block; background: #252b38; color: #aeb8ca; padding: 5px 9px; border-radius: 6px; font-size: 11px; margin-bottom: 10px; } .producto h3 { font-size: 18px; margin-bottom: 8px; } .descripcion { color: #9ba5b6; font-size: 13px; line-height: 1.5; min-height: 40px; } .precio { font-size: 25px; font-weight: bold; margin: 15px 0; color: #ffffff; } .comprar { display: block; text-align: center; text-decoration: none; background: linear-gradient(135deg, #16a34a, #22c55e); color: white; padding: 12px; border-radius: 10px; font-weight: bold; transition: 0.2s; } .comprar:hover { filter: brightness(1.1); } /* INFORMACION */ .informacion { margin-top: 45px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; } .info-box { background: #111722; border: 1px solid #252d3c; border-radius: 15px; padding: 20px; text-align: center; } .info-box .icono { font-size: 30px; margin-bottom: 10px; } .info-box h3 { margin-bottom: 8px; } .info-box p { color: #9ba5b6; font-size: 13px; line-height: 1.5; } /* FOOTER */ footer { background: #06080d; border-top: 1px solid #252b38; padding: 30px 15px; text-align: center; color: #7f8999; font-size: 13px; } footer strong { color: white; } /* WHATSAPP */ .whatsapp { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: flex; justify-content: center; align-items: center; text-decoration: none; color: white; font-size: 28px; box-shadow: 0 5px 20px rgba(0,0,0,0.4); z-index: 2000; } /* CELULAR */ @media (max-width: 600px) { .logo { font-size: 27px; } .productos { grid-template-columns: 1fr; } .producto img { height: 220px; } .titulo-seccion h1 { font-size: 24px; } }
🎮 Juegos · 📺 Streaming · 📡 TV Digital

🔥 Productos destacados

Elegí tu producto y consultanos por WhatsApp

Oferta juegos
🔥 OFERTA

Juegos PS4 / PS5

Consultá por nuestro catálogo actualizado.

Consultar
📲 Ver catálogo

Entrega rápida

Recibí tus productos digitales rápidamente.

🛡️

Atención

Consultanos antes de comprar y te ayudamos.

📲

WhatsApp

Realizá tu consulta directamente desde la tienda.

💻

Productos digitales

Juegos, streaming y TV Digital en un solo lugar.

background: #7c3aed; } .hero { padding: 55px 20px; text-align: center; background: radial-gradient(circle at top, #25144d 0%, #080b12 55%); } .hero h1 { font-size: 42px; margin-bottom: 15px; } .hero h1 span { color: #a855f7; } .hero p { color: #c4c8d0; max-width: 650px; margin: auto; line-height: 1.6; } .contenedor { max-width: 1100px; margin: auto; padding: 30px 20px 70px; } .titulo-seccion { font-size: 26px; margin: 35px 0 20px; } .titulo-seccion span { color: #a855f7; } .productos { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; } .producto { background: #111621; border: 1px solid #252c3a; border-radius: 16px; overflow: hidden; transition: 0.3s; } .producto:hover { transform: translateY(-5px); border-color: #8b5cf6; box-shadow: 0 10px 35px rgba(124,58,237,0.18); } .producto img { width: 100%; height: 220px; object-fit: cover; background: #171c27; } .producto-contenido { padding: 18px; } .producto h3 { font-size: 18px; margin-bottom: 8px; } .descripcion { color: #9ca3af; font-size: 14px; line-height: 1.5; min-height: 42px; } .precio { font-size: 23px; font-weight: bold; color: #a78bfa; margin: 15px 0; } .boton { display: block; width: 100%; text-align: center; background: linear-gradient(135deg, #7c3aed, #9333ea); color: white; text-decoration: none; padding: 12px; border-radius: 10px; font-weight: bold; } .boton:hover { opacity: 0.85; } .info { margin-top: 45px; background: #111621; border: 1px solid #252c3a; border-radius: 16px; padding: 25px; text-align: center; } .info h2 { margin-bottom: 12px; } .info p { color: #aeb4c0; line-height: 1.6; } footer { text-align: center; padding: 30px 20px; border-top: 1px solid #252b38; color: #777f8e; font-size: 14px; } .whatsapp { position: fixed; right: 20px; bottom: 20px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; font-size: 28px; box-shadow: 0 5px 20px rgba(0,0,0,0.4); z-index: 2000; } @media (max-width: 600px) { .hero h1 { font-size: 32px; } .producto img { height: 190px; } .logo { font-size: 25px; } }
Tienda online de productos digitales

Todo lo digital,
en un solo lugar

Juegos digitales, servicios de streaming y TV Digital. Elegí tu producto y consultanos directamente por WhatsApp.

🔥 Productos destacados

🚀 ¿Cómo comprar?

Elegí el producto que te interesa, tocá el botón de WhatsApp y escribinos. Te responderemos con disponibilidad, medios de pago y entrega.