---
title: "VENTA DE TECNOLOGIA EN Arauca REPUESTOS IMPRESORAS ❤️"
description: "Venta De❤️Tecnologia  En ✈️Arauca, Repuestos 🖨️Impresoras, hp, Epson, Kyocera, Lexmark,Whirlpool"
url: "https://tiendait.co/partes/venta-de-tecnologia-en-villavicencio-repuestos-arauca"
date: "2026-07-22T21:37:44+00:00"
language: "es-ES"
---

Featured

   Visitas: 20286

    Tiendait · Repuestos Impresoras y Tecnología en Arauca          🖨️

💻

📱

🔧

⚡

📦

🖥️

📠

⌨️

🖱️

    ARAUCA · ENVÍOS A TODO EL DEPARTAMENTO

 #  Repuestos Impresoras ❤️ Tecnología para Arauca

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

   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%20Arauca%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 DE EXPERIENCIA

 100 MARCAS DISPONIBLES

 24 HORAS DE ENTREGA

 32 DEPARTAMENTOS

   **Cobertura en Arauca:** Arauca capital, Arauquita, Cravo Norte, Fortul, Puerto Rondón, Saravena, Tame

   Envíos a todos los municipios de Arauca y a toda Colombia

## 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 VILLAVICENCIO REPUESTOS Arauca", "item": "https://tiendait.co/partes/venta-de-tecnologia-en-villavicencio-repuestos-arauca" } ] }
```

```json
{ "@context": "https://schema.org", "@type": "Product", "name": "VENTA DE TECNOLOGIA EN Arauca REPUESTOS Impresoras", "image": "https://tiendait.co/", "description": "Tiendait · Repuestos Impresoras y Tecnología en Arauca * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: &#039;Inter&#039;, sans-serif; background: #f5f7fa; overflow-x: hidden; } /* ===== HERO ANIMADO PARA ARAUCA ===== */ .hero-arauca { width: 100%; min-height: 100vh; background: linear-gradient(135deg, #1a4d2e 0%, #2d6a4f 50%, #40916c 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-arauca { max-width: 1300px; width: 100%; margin: 0 auto; position: relative; z-index: 10; color: white; } /* Badge animado con bandera de Arauca */ .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: latirBandera 2s ease infinite; } @keyframes latirBandera { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); color: #ff6b6b; } } /* Título principal con Arauca */ .hero-arauca 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: #1a4d2e; 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: #1a4d2e; } .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 Arauca */ .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; } } /* 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; } .stat-hero .label { font-size: 13px; } .marcas-hero { justify-content: center; } .badge-animado { font-size: 16px; padding: 12px 20px; } } @media (max-width: 480px) { .stats-hero { flex-direction: column; align-items: center; gap: 30px; } .hero-arauca { padding: 20px 15px; } .marca-hero { font-size: 14px; padding: 8px 16px; } } 🖨️ 💻 📱 🔧 ⚡ 📦 🖥️ 📠 ⌨️ 🖱️ ARAUCA · ENVÍOS A TODO EL DEPARTAMENTO Repuestos Impresoras ❤️ Tecnología para Arauca Suministros de impresión · Computadores Portátiles · Plotter · Escáner · Servidores · UPS Vertiv 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 DE EXPERIENCIA 100 MARCAS DISPONIBLES 24 HORAS DE ENTREGA 32 DEPARTAMENTOS Cobertura en Arauca: Arauca capital, Arauquita, Cravo Norte, Fortul, Puerto Rondón, Saravena, Tame Envíos a todos los municipios de Arauca y a toda Colombia", "brand": { "@type": "Brand", "name": "Tiendait" }, "offers": { "@type": "Offer", "price": "0.00", "priceCurrency": "COP", "url": "https://tiendait.co/partes/venta-de-tecnologia-en-villavicencio-repuestos-arauca", "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 } }
```
