HEAVY MACHINERY BROKERS

Find the Right Machinery
Fast and at the Best Price

## Who We AreWe’re an independent equipment sourcing service.
We work with multiple trusted sellers to get you the best machines, at the best price — fast.
We don't push brands or listings — we find the right equipment for your needs.

Find the Right Machinery Fast & Easy

We work with a variety of trusted suppliers to help you find:

✅Excavators
✅Crawler Carriers
✅Wheel Loaders
✅Articulated Trucks
✅Skid Steers
✅Backhoes

And more — just ask!

Aliquam et feugiat

Morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur amet sapien risus, commodo eget convallis enim turpis, lorem ipsum dolor sit amet nullam.

Risus aliquam

Morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur amet sapien risus, commodo eget convallis enim turpis, lorem ipsum dolor sit amet nullam.

Excavadora

Excavadora ZX200

Cargadora

Cargadora Frontal X100

Retroexcavadora

Retroexcavadora CAT 420

let machines = [ { title: "Excavadora ZX200", desc: "Excavadora potente para proyectos grandes. Motor 180HP, profundidad 6m.", images: [ "https://via.placeholder.com/600x400?text=Excavadora+1", "https://via.placeholder.com/600x400?text=Excavadora+2", "https://via.placeholder.com/600x400?text=Excavadora+3" ], whatsapp: "https://wa.me/5210000000000?text=Hello!%20I%20want%20info%20about%20the%20Excavadora%20ZX200" }, { title: "Cargadora Frontal X100", desc: "Cargadora frontal con 3,000 kg de capacidad y motor de 150HP.", images: [ "https://via.placeholder.com/600x400?text=Cargadora+1", "https://via.placeholder.com/600x400?text=Cargadora+2", "https://via.placeholder.com/600x400?text=Cargadora+3" ], whatsapp: "https://wa.me/5210000000000?text=Hello!%20I%20want%20info%20about%20the%20Cargadora%20Frontal%20X100" }, { title: "Retroexcavadora CAT 420", desc: "Retroexcavadora versátil para construcción. Motor 90HP, profundidad 4.5m.", images: [ "https://via.placeholder.com/600x400?text=Retroexcavadora+1", "https://via.placeholder.com/600x400?text=Retroexcavadora+2" ], whatsapp: "https://wa.me/5210000000000?text=Hello!%20I%20want%20info%20about%20the%20Retroexcavadora%20CAT%20420" } ]; let currentMachine = 0; let currentImage = 0; function openLightbox(index) { currentMachine = index; currentImage = 0; document.getElementById("lightbox").style.display = "flex"; updateLightbox(); } function closeLightbox() { document.getElementById("lightbox").style.display = "none"; } function changeImage(direction) { currentImage += direction; if (currentImage < 0) currentImage = machines[currentMachine].images.length - 1; if (currentImage >= machines[currentMachine].images.length) currentImage = 0; updateLightbox(); } function updateLightbox() { let m = machines[currentMachine]; document.getElementById("lightbox-img").src = m.images[currentImage]; document.getElementById("lightbox-title").innerText = m.title; document.getElementById("lightbox-desc").innerText = m.desc; document.getElementById("whatsapp-link").href = m.whatsapp; }

Tu aliado en maquinaria pesada

Variedad, precio y procesos fáciles para tu proyecto

Contact Us

¿Quiénes somos?

Somos intermediarios en maquinaria pesada que buscamos siempre el mejor precio y variedad para tu proyecto. Nuestro compromiso es facilitarte el proceso de compra, asegurando calidad, rapidez y confianza.

Inventario

Excavadora

Excavadora ZX200

Cargadora

Cargadora Frontal X100

Retroexcavadora

Retroexcavadora CAT 420

let machines = [ { title: "Excavadora ZX200", desc: "Excavadora potente para proyectos grandes. Motor 180HP, profundidad 6m.", images: [ "https://via.placeholder.com/600x400?text=Excavadora+1", "https://via.placeholder.com/600x400?text=Excavadora+2", "https://via.placeholder.com/600x400?text=Excavadora+3" ], whatsapp: "https://wa.me/5210000000000?text=Hello!%20I%20want%20info%20about%20the%20Excavadora%20ZX200" }, { title: "Cargadora Frontal X100", desc: "Cargadora frontal con 3,000 kg de capacidad y motor de 150HP.", images: [ "https://via.placeholder.com/600x400?text=Cargadora+1", "https://via.placeholder.com/600x400?text=Cargadora+2", "https://via.placeholder.com/600x400?text=Cargadora+3" ], whatsapp: "https://wa.me/5210000000000?text=Hello!%20I%20want%20info%20about%20the%20Cargadora%20Frontal%20X100" }, { title: "Retroexcavadora CAT 420", desc: "Retroexcavadora versátil para construcción. Motor 90HP, profundidad 4.5m.", images: [ "https://via.placeholder.com/600x400?text=Retroexcavadora+1", "https://via.placeholder.com/600x400?text=Retroexcavadora+2" ], whatsapp: "https://wa.me/5210000000000?text=Hello!%20I%20want%20info%20about%20the%20Retroexcavadora%20CAT%20420" } ]; let currentMachine = 0; let currentImage = 0; function openLightbox(index) { currentMachine = index; currentImage = 0; document.getElementById("lightbox").style.display = "flex"; updateLightbox(); } function closeLightbox() { document.getElementById("lightbox").style.display = "none"; } function changeImage(direction) { currentImage += direction; if (currentImage < 0) currentImage = machines[currentMachine].images.length - 1; if (currentImage >= machines[currentMachine].images.length) currentImage = 0; updateLightbox(); } function updateLightbox() { let m = machines[currentMachine]; document.getElementById("lightbox-img").src = m.images[currentImage]; document.getElementById("lightbox-title").innerText = m.title; document.getElementById("lightbox-desc").innerText = m.desc; document.getElementById("whatsapp-link").href = m.whatsapp; }