---
title: "VENTA DE TECNOLOGIA❤️ EN Bogota REPUESTOS Impresoras"
description: "Venta De❤️Tecnologia  En ✈️Bogota, Repuestos 🖨️Impresoras, hp, Epson, Kyocera, Lexmark,Lenovo"
url: "https://tiendait.co/partes/venta-de-tecnologia-en-bogota-repuestos-impresoras"
date: "2026-07-22T21:36:48+00:00"
language: "es-ES"
---

![VENTA DE TECNOLOGIA EN Bogota REPUESTOS Impresoras](https://tiendait.co/images/2025/07/16/Repuestos%20Originales%20y%20Suministros%20Samsung%20Colombia.jpg)

 Featured

   Visitas: 19713

    Tiendait · Repuestos Impresoras y Tecnología en Bogotá          🖨️

💻

📱

🔧

⚡

📦

🖥️

📠

⌨️

🖱️

    BOGOTÁ D.C. · ENVÍOS A TODAS LAS LOCALIDADES

 #  Repuestos Impresoras ❤️ Tecnología para Bogotá

   Suministros de impresión · Computadores Portátiles · Plotter · Escáner · Servidores · UPS

   iPhone  HP  Lenovo  Samsung  Kyocera  Epson  Canon  Linksys  Microsoft  Dell  Logitech  Aruba  TP-Link  MacBook Air  Cisco  Western Digital

  [  WhatsApp: 317 223 3176 ](https://api.whatsapp.com/send?phone=573172233176&text=Hola!%20Necesito%20informaci%C3%B3n%20sobre%20productos%20tecnol%C3%B3gicos%20en%20Bogot%C3%A1%20%F0%9F%96%A8%EF%B8%8F%E2%9D%A4%EF%B8%8F) [  Llamar a Tiendait ](tel://+573172233176) [  Soporte Técnico ](tel://+573172233176)

  15 AÑOS EN BOGOTÁ

 5000 EMPRESAS ATENDIDAS

 24 HORAS DE ENTREGA

 20 LOCALIDADES

   Nuestros Productos en Bogotá

 ### Repuestos Impresoras

Toner, cartuchos, cabezales, rodillos y más para todas las marcas

 ### Computadores Portátiles

Repuestos y accesorios para HP, Lenovo, Dell, MacBook y más

 ### Plotter

Repuestos para plotter HP, Canon, Epson de todas las series

 ### Servidores

Componentes y repuestos para servidores HP, Dell, IBM

 ### UPS Vertiv

Respaldo de energía, baterías y mantenimiento

 ### iPhone y Samsung

Repuestos originales para celulares de alta gama

   Marcas que manejamos

  iPhone  HP  Lenovo  Samsung  Kyocera  Epson  Canon  Linksys  Microsoft  Dell  Logitech  Aruba  TP-Link  MacBook Air  Cisco  Western Digital

   Cobertura en Bogotá por Localidades

  Realizamos envíos a todas las localidades de Bogotá D.C.:

  Usaquén  Chapinero  Santa Fe  San Cristóbal  Usme  Tunjuelito  Bosa  Kennedy  Fontibón  Engativá  Suba  Barrios Unidos  Teusaquillo  Los Mártires  Antonio Nariño  Puente Aranda  La Candelaria  Rafael Uribe  Ciudad Bolívar  Sumapaz

  Entregas en 24 horas en la mayoría de localidades

   Visítanos o Contáctanos

 ### WhatsApp

317 223 3176

Respuesta inmediata

 ### Teléfono

317 223 3176

Lun-Vie 8am-6pm

 ### Email

Esta dirección de correo electrónico está siendo protegida contra los robots de spam. Necesita tener JavaScript habilitado para poder verlo.

Respuesta en 1 hora

 [  Cómo llegar ](https://api.whatsapp.com/send?phone=573172233176&text=Hola!%20Quiero%20visitar%20la%20tienda%20en%20Bogot%C3%A1)

  ## Tiendait Bogotá

Repuestos para Impresoras y Tecnología en Colombia

📍 Cl. 43f Sur #72 B 29, Bogotá

📞 317 223 3176

© 2024 Tiendait · Todos los derechos reservados

## Schema

```json
{ "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Tiendait Soluciones en Informatica", "item": "https://tiendait.co" }, { "@type": "ListItem", "position": 2, "name": "VENTA DE TECNOLOGIA EN Bogota REPUESTOS Impresoras", "item": "https://tiendait.co/partes/venta-de-tecnologia-en-bogota-repuestos-impresoras" } ] }
```

```json
{ "@context": "https://schema.org", "@type": "Product", "name": "VENTA DE TECNOLOGIA EN Bogota REPUESTOS Impresoras", "image": "https://tiendait.co/", "description": "Tiendait · Repuestos Impresoras y Tecnología en Bogotá * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: &#039;Inter&#039;, sans-serif; background: #f5f7fa; overflow-x: hidden; } /* ===== HERO ANIMADO PARA BOGOTÁ ===== */ .hero-bogota { width: 100%; min-height: 100vh; background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%); position: relative; overflow: hidden; display: flex; align-items: center; padding: 40px 20px; } /* Partículas tecnológicas de fondo */ .particulas-tech { position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; } .particula { position: absolute; color: rgba(255,255,255,0.15); font-size: 45px; animation: flotarTecnologia 20s linear infinite; } @keyframes flotarTecnologia { 0% { transform: translateY(100vh) rotate(0deg); opacity: 0; } 10% { opacity: 0.4; } 90% { opacity: 0.4; } 100% { transform: translateY(-100px) rotate(360deg); opacity: 0; } } /* Posiciones de las partículas */ .p1 { left: 5%; animation-delay: 0s; } .p2 { left: 15%; animation-delay: 2s; } .p3 { left: 25%; animation-delay: 4s; } .p4 { left: 35%; animation-delay: 1s; } .p5 { left: 45%; animation-delay: 3s; } .p6 { left: 55%; animation-delay: 5s; } .p7 { left: 65%; animation-delay: 0.5s; } .p8 { left: 75%; animation-delay: 2.5s; } .p9 { left: 85%; animation-delay: 4.5s; } .p10 { left: 95%; animation-delay: 1.5s; } /* Contenido principal */ .hero-contenido-bogota { max-width: 1300px; width: 100%; margin: 0 auto; position: relative; z-index: 10; color: white; } /* Badge animado con localidad de Bogotá */ .badge-animado { display: inline-block; background: rgba(255,255,255,0.15); backdrop-filter: blur(10px); padding: 15px 30px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.3); margin-bottom: 30px; font-weight: 700; letter-spacing: 1px; animation: aparecerBadge 1s ease-out, brillar 3s infinite; font-size: 18px; } @keyframes aparecerBadge { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes brillar { 0%, 100% { box-shadow: 0 0 20px rgba(255,215,0,0.3); } 50% { box-shadow: 0 0 40px rgba(255,215,0,0.6); } } .badge-animado i { color: #ffd700; margin: 0 8px; animation: latir 2s ease infinite; } @keyframes latir { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } } /* Título principal con Bogotá */ .hero-bogota h1 { font-size: clamp(45px, 9vw, 80px); font-weight: 800; line-height: 1.2; margin-bottom: 20px; animation: subirTitulo 1.2s ease-out; } @keyframes subirTitulo { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } } .linea1 { display: block; color: white; text-shadow: 3px 3px 0 rgba(0,0,0,0.2); } .linea2 { display: block; background: linear-gradient(135deg, #ffd700, #ffa500, #ff6b6b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.2em; animation: cambioColor 4s infinite; } @keyframes cambioColor { 0%, 100% { filter: hue-rotate(0deg); } 50% { filter: hue-rotate(10deg); } } /* Descripción */ .descripcion-hero { font-size: clamp(18px, 3.5vw, 24px); color: rgba(255,255,255,0.95); max-width: 800px; margin: 30px 0; animation: aparecerDescripcion 1.5s ease-out; line-height: 1.6; font-weight: 500; } @keyframes aparecerDescripcion { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } } /* Grid de marcas animado */ .marcas-hero { display: flex; flex-wrap: wrap; gap: 15px; margin: 35px 0; animation: aparecerMarcas 1.8s ease-out; } @keyframes aparecerMarcas { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .marca-hero { background: rgba(255,255,255,0.15); backdrop-filter: blur(5px); padding: 12px 24px; border-radius: 40px; font-weight: 600; font-size: 16px; border: 1px solid rgba(255,255,255,0.3); transition: all 0.3s; animation: levitar 3s ease infinite; animation-delay: calc(0.2s * var(--i)); cursor: default; } @keyframes levitar { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } } .marca-hero:hover { background: white; color: #1e3c72; transform: scale(1.1); border-color: #ffd700; box-shadow: 0 10px 20px -5px rgba(0,0,0,0.3); } .marca-hero i { margin-right: 8px; color: #ffd700; } /* Botones de acción */ .botones-hero { display: flex; flex-wrap: wrap; gap: 20px; margin: 45px 0 35px; animation: aparecerBotones 2s ease-out; } @keyframes aparecerBotones { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } .btn-hero { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 18px 35px; border-radius: 60px; font-weight: 700; font-size: 18px; text-decoration: none; transition: all 0.3s; border: 2px solid transparent; position: relative; overflow: hidden; } .btn-hero::before { content: &#039;&#039;; position: absolute; top: 50%; left: 50%; width: 0; height: 0; border-radius: 50%; background: rgba(255,255,255,0.3); transform: translate(-50%, -50%); transition: width 0.6s, height 0.6s; } .btn-hero:hover::before { width: 300px; height: 300px; } .btn-hero:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 15px 30px -5px rgba(0,0,0,0.4); } .btn-whatsapp { background: #25D366; color: white; } .btn-llamar { background: white; color: #1e3c72; } .btn-soporte { background: transparent; color: white; border: 2px solid white; } .btn-hero i { font-size: 22px; transition: transform 0.3s; } .btn-hero:hover i { transform: rotate(10deg) scale(1.2); } /* Estadísticas personalizadas para Bogotá */ .stats-hero { display: flex; flex-wrap: wrap; gap: 50px; margin-top: 50px; animation: aparecerStats 2.2s ease-out; } @keyframes aparecerStats { from { opacity: 0; } to { opacity: 1; } } .stat-hero { text-align: center; position: relative; } .stat-hero::after { content: &#039;&#039;; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 40px; height: 3px; background: #ffd700; border-radius: 2px; animation: expandirLinea 2s ease infinite; } @keyframes expandirLinea { 0%, 100% { width: 40px; opacity: 0.5; } 50% { width: 80px; opacity: 1; } } .stat-hero .numero { font-size: 48px; font-weight: 800; color: #ffd700; display: inline-block; animation: contar 3s ease-out; text-shadow: 2px 2px 0 rgba(0,0,0,0.2); } .stat-hero .label { font-size: 15px; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; display: block; margin-top: 8px; } /* Elementos decorativos animados */ .decoracion-circulo { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%); animation: pulsar 8s ease infinite; } .decoracion-circulo1 { top: -100px; right: -100px; } .decoracion-circulo2 { bottom: -100px; left: -100px; animation-delay: 2s; } @keyframes pulsar { 0%, 100% { transform: scale(1); opacity: 0.3; } 50% { transform: scale(1.5); opacity: 0.6; } } /* ===== SECCIONES DEL ARTÍCULO ===== */ .contenedor-articulo { max-width: 1300px; width: 100%; margin: 40px auto; padding: 0 20px; } .seccion { background: white; border-radius: 40px; padding: 50px 40px; margin-bottom: 30px; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1); border: 1px solid #e2e8f0; } .seccion-titulo { font-size: 32px; font-weight: 700; color: #1e3c72; margin-bottom: 30px; display: flex; align-items: center; gap: 15px; border-left: 6px solid #ffd700; padding-left: 20px; } .seccion-titulo i { color: #ffd700; font-size: 36px; } /* Grid de productos */ .productos-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin: 30px 0; } .producto-card { background: #f8fafc; border-radius: 30px; padding: 30px 20px; text-align: center; border: 1px solid #e2e8f0; transition: all 0.3s; } .producto-card:hover { transform: translateY(-5px); box-shadow: 0 20px 30px -10px rgba(30,60,114,0.2); border-color: #ffd700; } .producto-card i { font-size: 48px; color: #1e3c72; margin-bottom: 20px; } .producto-card h3 { font-size: 20px; margin-bottom: 10px; color: #1e3c72; } .producto-card p { color: #64748b; font-size: 14px; } /* Localidades de Bogotá */ .localidades-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 15px; margin: 30px 0; } .localidad-item { background: #f8fafc; padding: 15px 20px; border-radius: 50px; font-weight: 600; display: flex; align-items: center; gap: 10px; border: 1px solid #e2e8f0; transition: all 0.3s; } .localidad-item:hover { background: #1e3c72; color: white; transform: translateX(5px); border-color: #ffd700; } .localidad-item i { color: #ffd700; } .localidad-item:hover i { color: white; } /* Información de contacto */ .contacto-info { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; margin: 40px 0; } .contacto-card { background: linear-gradient(145deg, #1e3c72, #2a5298); color: white; padding: 30px 40px; border-radius: 30px; text-align: center; flex: 1 1 250px; transition: all 0.3s; } .contacto-card:hover { transform: translateY(-5px); box-shadow: 0 20px 30px -10px rgba(30,60,114,0.5); } .contacto-card i { font-size: 48px; color: #ffd700; margin-bottom: 20px; } .contacto-card h3 { font-size: 24px; margin-bottom: 10px; } .contacto-card p { font-size: 20px; font-weight: 600; } /* Mapa */ .mapa-container { border-radius: 30px; overflow: hidden; margin: 40px 0; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.2); } .mapa-container iframe { width: 100%; height: 400px; border: 0; } /* Footer */ .footer { background: #1e3c72; color: white; padding: 40px; border-radius: 40px 40px 0 0; margin-top: 40px; text-align: center; } .footer p { margin: 10px 0; color: rgba(255,255,255,0.8); } .footer i { color: #ffd700; margin: 0 5px; } /* Responsive */ @media (max-width: 768px) { .botones-hero { flex-direction: column; } .btn-hero { width: 100%; } .stats-hero { justify-content: space-around; gap: 25px; } .stat-hero .numero { font-size: 36px; } .seccion { padding: 30px 20px; } .seccion-titulo { font-size: 24px; } .contacto-card { padding: 20px; } .contacto-card p { font-size: 16px; } } @media (max-width: 480px) { .stats-hero { flex-direction: column; align-items: center; gap: 30px; } .hero-bogota { padding: 20px 15px; } .localidades-grid { grid-template-columns: 1fr; } .productos-grid { grid-template-columns: 1fr; } } 🖨️ 💻 📱 🔧 ⚡ 📦 🖥️ 📠 ⌨️ 🖱️ BOGOTÁ D.C. · ENVÍOS A TODAS LAS LOCALIDADES Repuestos Impresoras ❤️ Tecnología para Bogotá Suministros de impresión · Computadores Portátiles · Plotter · Escáner · Servidores · UPS iPhone HP Lenovo Samsung Kyocera Epson Canon Linksys Microsoft Dell Logitech Aruba TP-Link MacBook Air Cisco Western Digital WhatsApp: 317 223 3176 Llamar a Tiendait Soporte Técnico 15 AÑOS EN BOGOTÁ 5000 EMPRESAS ATENDIDAS 24 HORAS DE ENTREGA 20 LOCALIDADES Nuestros Productos en Bogotá Repuestos Impresoras Toner, cartuchos, cabezales, rodillos y más para todas las marcas Computadores Portátiles Repuestos y accesorios para HP, Lenovo, Dell, MacBook y más Plotter Repuestos para plotter HP, Canon, Epson de todas las series Servidores Componentes y repuestos para servidores HP, Dell, IBM UPS Vertiv Respaldo de energía, baterías y mantenimiento iPhone y Samsung Repuestos originales para celulares de alta gama Marcas que manejamos iPhone HP Lenovo Samsung Kyocera Epson Canon Linksys Microsoft Dell Logitech Aruba TP-Link MacBook Air Cisco Western Digital Cobertura en Bogotá por Localidades Realizamos envíos a todas las localidades de Bogotá D.C.: Usaquén Chapinero Santa Fe San Cristóbal Usme Tunjuelito Bosa Kennedy Fontibón Engativá Suba Barrios Unidos Teusaquillo Los Mártires Antonio Nariño Puente Aranda La Candelaria Rafael Uribe Ciudad Bolívar Sumapaz Entregas en 24 horas en la mayoría de localidades Visítanos o Contáctanos WhatsApp 317 223 3176 Respuesta inmediata Teléfono 317 223 3176 Lun-Vie 8am-6pm Email info@tiendait.co Respuesta en 1 hora Cómo llegar Tiendait Bogotá Repuestos para Impresoras y Tecnología en Colombia 📍 Cl. 43f Sur #72 B 29, Bogotá 📞 317 223 3176 © 2024 Tiendait · Todos los derechos reservados", "brand": { "@type": "Brand", "name": "Tiendait" }, "offers": { "@type": "Offer", "price": "0.00", "priceCurrency": "COP", "url": "https://tiendait.co/partes/venta-de-tecnologia-en-bogota-repuestos-impresoras", "itemCondition": "http://schema.org/NewCondition", "availability": "http://schema.org/InStock", "priceValidUntil": "2100-12-31T10:00:00" }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "5", "reviewCount": "5", "worstRating": 0, "bestRating": 5 } }
```
