0

About Us – Empowering Brands Through Visual Impact

About Us – Empowering Brands Through Visual Impact


At Nega Graphic Inc., we turn ideas into visual experiences that inspire and connect. Founded by Elein Figuera, a Venezuelan-born industrial engineerand proud Latina entrepreneur, our company brings over 13 years of expertisein large-format printing, visual branding, and custom event signageto the U.S. market.

From Venezuela to Florida, our mission has always been clear: to help individuals and businesses communicate boldly through design.

We specialize in producing:

  • Custom signage

  • Banners

  • Acrylic displays

  • Foam boards

  • Event and retail decor
    These solutions are designed to elevate events, strengthen brand identity, and enhance visual communication in both public and private spaces.

What Sets Us Apart

✅ Cutting-edge, automated printing equipment
✅ Personalized service for individuals and corporations
✅ Bilingual support (English & Spanish)
✅ Commitment toquality,community engagement, and sustainability

Recognitions & Community Impact

Our founder, Elein Figuera, has received multipleEntrepreneur of the Year awards, been featured in Latino-focused publications, and was selected to participate in the prestigious Stanford Latino Entrepreneurship Initiative (LBAN) Scaling Program.

At Nega Graphic Inc., we also contribute to the community by partnering with schools, nonprofits, and local organizations. We proudly offersponsored branding solutions that support educational events, cultural celebrations, and Hispanic-led initiatives.

Let’s Build Something Great Together

Whether you're planning a grand opening, launching a new brand, or producing a standout event, we’re here to help you shine with powerful visual branding.


                                                                                                                            🔎 Want to learn more about our journey?
👉 Read our founder’s story on Medium

Items have been added to cart.
One or more items could not be added to cart due to certain restrictions.
Added to cart
- There was an error adding to cart. Please try again.
Quantity updated
- An error occurred. Please try again later.
Deleted from cart
- Can't delete this product from the cart at the moment. Please try again later.
// --- OCULTAR CAMPOS DE ENVÍO SI PICK-UP ESTÁ SELECCIONADO --- document.addEventListener("DOMContentLoaded", function () { function updateShippingVisibility() { const shippingOptions = document.querySelectorAll("input[name='shippingMethod']"); const shippingFields = document.querySelectorAll( "input[name='shippingAddress.firstName'], input[name='shippingAddress.lastName'], textarea[name='shippingAddress.address1'], input[name='shippingAddress.city'], select[name='shippingAddress.stateOrProvince'], input[name='shippingAddress.postalCode'], input[name='shippingAddress.phone']" ); let isPickup = false; shippingOptions.forEach(opt => { if (opt.checked && opt.value.toLowerCase().includes("pick")) { isPickup = true; } }); shippingFields.forEach(field => { const fieldWrapper = field.closest("div"); if (fieldWrapper) { fieldWrapper.style.display = isPickup ? "none" : "block"; } }); // Mensaje opcional let notice = document.getElementById("pickupNotice"); if (!notice) { notice = document.createElement("p"); notice.id = "pickupNotice"; notice.style.color = "green"; notice.style.fontWeight = "bold"; document.querySelector(".shipping-address")?.prepend(notice); } notice.innerText = isPickup ? "📍 You selected Store Pickup. Shipping address is not required." : ""; } const observer = new MutationObserver(updateShippingVisibility); observer.observe(document.body, { childList: true, subtree: true }); document.addEventListener("change", updateShippingVisibility); setTimeout(updateShippingVisibility, 500); });