We Create Unforgettable Audiovisual Experiences for Your Corporate Event.

Experts in LED Displays, Professional Audio, and Solutions for Conferences and Businesses in Barcelona.

WE

More than just a supplier,
is your technical partner.

At Edgar Vásquez, excellence is process: preparation, synchrony and detail. If your brand demands a high level, here is a team that makes it possible.

WE ARE PUNCTUAL

To ensure the event goes off without a hitch, we’ll start at the agreed-upon time and have everything well organized so there are no unexpected issues.

WE MOVE AS A TEAM

Each specialist knows his or her role and we work together to make the event memorable and exceed expectations.

THERE'S ALWAYS A SOLUTION

Every project has its own unique challenges that can be overcome with knowledge, resources, and experience. That’s what we do.

We are experts in Audiovisual Solutions

OUR AUDIOVISUAL SERVICES

Streaming for events

Your event, live and flawless. High-performance multi-camera production and HD encoding.

Event production

360° technical production for corporate events: design, pre-production, stage management, and seamless execution.

Event sound system

Your message, clear and effortless. Reliable microphones, precise processing, and tuning by expert technicians.

THERE IS
ANOTHER WAY
TO GIVE VOICE AND IMAGE
TO THE EVENTS

Everyone can create an event, but not everyone knows how to create experiences.

We are more than an audiovisual services company for conventional events, we go beyond.

WE'LL SET IT UP AT YOUR EVENT

AUDIOVISUAL EQUIPMENT RENTAL

Big LED Screens Wall

Power your event with modular LED screens (indoor/outdoor) and optimized pixel pitch. Custom design for stage, booth or lobby.

Professional Monitors

Professional screens with custom mounting on mobile or wall support. Specialized technicians. Elegance, punctuality and impeccable results.

Sound equipment

High fidelity speakers for corporate events, professional microphones and digital mixing. Sound elegance and high level attention.

Portfolio

OUR EVENTS IN PICTURES

Audiovisual Culture

Learn and discover with us

We share our passion for technology. Guides, reviews, and key concepts in professional audio and video, explained in simple terms for everyone.

Featured Video

Top Professional Audio Brands for Events

We take a look at the market-leading brands: Shure, Sennheiser, Meyer Sound, and more. Which microphones and speakers should you choose based on your needs?

Featured articles

A runway at Fira de Barcelona featuring enormous vertical LED screens suspended from the ceiling using rigging.

Trends

Vertical LED Screen in Fashion: Goodbye to 16:9

What is a giant LED screen?

Technology

What is a giant LED screen, and how does it work?

Streaming Technician Following a Run-of-Show for a Live Event

Guides

Technical scale for your corporate event: Step by step guide

If you can dream it, we can do it

Customer Testimonials

FAQ

Yes: from conferences with 50 attendees to conventions and corporate trade shows. We scale our equipment and resources based on the venue’s capacity and the complexity of the event.

Our staff is properly hired, trained, and has proven experience, and is always coordinated by a production manager to ensure a successful, timely, and flawless audiovisual production.

Yes, depending on the type of installation and the equipment. For simple setups, we offer the “no on-site technician” option: we deliver, install, calibrate, and test the system; and upon completion, our team always handles the disassembly and removal.

During the event you can operate it yourself, with brief start-up, checklist and remote support. For complex setups (e.g. multi-camera, rigging, line array), the option requires an on-site technician.

Yes. We work in direct coordination with the venue and/or your agency: we conduct a technical walkthrough, verify power supply, access points, and rigging, manage loading/unloading schedules and credentials, and coordinate the technical script, rehearsals, and content.

We assign a single point of contact and share the technical rider, signage plan, and schedule to ensure that everything runs smoothly on the day of the event.

We comply with occupational safety and health regulations, provide liability insurance, and adhere to brand guidelines and streaming requirements (bandwidth, VLAN, recording permissions). If you already work with an agency, we’ll integrate into their workflow and tools to deliver a timely edit with no surprises.

Yes. Our team routinely works in Spanish, Catalan, and English. If you let us know the main language of the event, we’ll ensure that signage, presentations, and technical communications are fully aligned.

RESOURCES FOR EVENT ORGANIZERS

DOWNLOAD THE GUIDE TO A PERFECT AUDIOVISUAL EVENT

Get the ultimate step-by-step guide to organizing conferences and presentations without technical glitches delivered right to your inbox. It includes our expert checklist for audio, video, and streaming.

Contact

Let's talk about your
upcoming event

Let us know if you need full-scale production or equipment rental, and we’ll send you a proposal with a detailed quote.

Phone

Email

Location

Contact Form

Get a detailed estimate.

You will receive confirmation by email

Request via WhatsApp

Direct response to our team

When you send it, WhatsApp will open with your message already typed out

(function($) { var whatsappWindow = null; // Detección de dispositivos (incluye la corrección para iPad) var isIPad = (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1); var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) || isIPad; document.addEventListener('submit', function(e) { var form = e.target; // Identificamos que es el formulario del popup de WhatsApp por el campo "necesidad" if (form.matches && form.matches('form.elementor-form') && form.querySelector('[name="form_fields[necesidad]"]')) { if (!isMobile) { // En ordenador, abrimos preventivamente la pestaña para evitar bloqueos whatsappWindow = window.open('', '_blank'); } } }, true); // Binding delegado: 'this' es siempre el real que disparó el evento, // nunca "el primero que encuentre en la página" (fix del conflicto entre formularios) jQuery(document).on('submit_success', 'form.elementor-form', function(event) { var form = this; if (!form.querySelector('[name="form_fields[necesidad]"]')) return; function getVal(id) { var el = form.querySelector('[name="form_fields[' + id + ']"]'); return el ? el.value.trim() : ''; } // Campos del formulario del popup de WhatsApp var nombre = getVal('name') || '[Nombre]'; var empresa = getVal('company') || '[Empresa]'; var email = getVal('email') || '[Email]'; var telefono = getVal('phone') || '[Teléfono]'; var necesidad = getVal('necesidad') || '[Tipo de necesidad]'; var fecha = getVal('date') || '[Fecha no especificada]'; var evento = getVal('message') || '[Detalles del evento]'; // Mensaje estructurado para el popup de WhatsApp var mensaje = "Hola, buenas.\n\n" + "Soy *" + nombre + "*.\n" + "Trabajo en *" + empresa + "*.\n" + "Mi correo es *" + email + "*.\n" + "Mi teléfono es *" + telefono + "*.\n\n" + "Os contacto porque necesito: *" + necesidad + "*.\n\n" + "Fecha del evento: *" + fecha + "*.\n\n" + "Detalles del evento:\n" + evento; // === GTM: evento de conversión WhatsApp === window.dataLayer = window.dataLayer || []; dataLayer.push({ 'event': 'whatsapp_click', 'whatsapp_necesidad': necesidad }); // 1. URL Directa (whatsapp://) - Fuerza abrir la App Nativa (Móviles) var urlDirectaApp = "whatsapp://send?phone=34622788280&text=" + encodeURIComponent(mensaje); // 2. URL Estándar (api.whatsapp) - Versión web intermedia (Ordenadores) var urlSeguraWeb = "https://api.whatsapp.com/send?phone=34622788280&text=" + encodeURIComponent(mensaje); if (isMobile) { // En móviles salta directo a la app en la misma pestaña window.location.href = urlDirectaApp; } else { // En ordenadores usamos la pestaña segura (sin redirección de gracias) if (whatsappWindow && !whatsappWindow.closed) { whatsappWindow.location.href = urlSeguraWeb; } else { window.open(urlSeguraWeb, '_blank'); } } }); })(jQuery); jQuery(document).ready(function($) { // Escuchamos el clic en el texto de aceptación $(document).on('click', '.elementor-field-type-acceptance label', function(e) { // Si el usuario NO ha hecho clic en el enlace azul de la política... if (e.target.tagName.toLowerCase() !== 'a') { e.preventDefault(); // ¡Magia! Esto evita el scroll a la parte inferior e.stopPropagation(); // Esto evita que el pop-up se cierre // Buscamos la casilla exacta que está al lado de este texto y la marcamos manualmente var $checkbox = $(this).closest('.elementor-field-subgroup').find('input[type="checkbox"]'); $checkbox.prop('checked', !$checkbox.prop('checked')); } }); });

Contact Form

Get a detailed estimate.

You will receive confirmation by email