Skip to content

Welcoming JOFERSA – Blentech’s New Partner in Spain

Blentech Welcomes Jofersa to Our Global Partner Network

At Blentech, we believe strong partnerships help build great food. That’s why we’re excited to welcome Jason Tolve and the JOFERSA team as our representative for food processing equipment in Spain.

With 50 years of experience, JOFERSA is a trusted partner to Spanish food manufacturers. Their strengths in cooking, blending, and vacuum cooling applications—for example, for sauté-heavy processes like sofrito—are backed by strong technical service and local spare parts support.

During a recent visit to our Santa Rosa, CA headquarters, Jason toured our factory and explored a fully functional cooking space at the Blentech Innovation Center. The visit offered a close look at the engineering quality, automation, and controls that power our cooking and blending systems—capabilities that align well with JOFERSA’s technical strengths and customer focus.

JOFERSA is eager to pair their market insight with Blentech’s advanced cooking and blending systems to offer great local service to Spanish customers.

Founded in 1986, Blentech engineers smart, durable solutions for food production, backed by a team that supports customers from concept to startup and beyond. Our cross-functional team—spanning applications, fabrication, controls, and service—works together to deliver smart, durable systems that help food manufacturers scale confidently.

Together with JOFERSA, we’re expanding our ability to offer localized support, enhanced service, and high-performance solutions to food processors in Spain. We’re proud to welcome Jason and his team to the Blentech network—and excited for what’s ahead.

Red oval around red word reading "JOFERSA" with maquinaria alimentaria" underneathJason Tolve
Exclusivas JOFERSA, S.A.Tfn.
(+34) 938 612 980
dircomercial@jofersa.com
www.jofersa.com

  • Please complete the form to view our product brochure.

  • This field is for validation purposes and should be left unchanged.
Blentech
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

document.addEventListener("DOMContentLoaded", function() { const video = document.getElementById('video-on-scroll'); // Check if the video element exists on the page if (video) { // Mute the video - this is essential for autoplay to work video.muted = true; const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { // Play the video when it's in view video.play(); } else { // Pause the video when it's out of view video.pause(); } }); }, { threshold: 0.5 // Trigger when 50% of the video is visible }); observer.observe(video); } });