{"id":554,"date":"2023-07-18T18:29:39","date_gmt":"2023-07-18T18:29:39","guid":{"rendered":"http:\/\/calespachs.local.jamgo.org\/innovem-per-un-mon-millor\/"},"modified":"2024-07-29T19:21:01","modified_gmt":"2024-07-29T19:21:01","slug":"innovem-per-un-mon-millor","status":"publish","type":"page","link":"https:\/\/www.calespachs.com\/en\/","title":{"rendered":"We innovate for a better world"},"content":{"rendered":"\n<p class=\"has-text-align-center has-white-color has-text-color has-medium-font-size wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Cales de Pachs   Corporativo subsESP\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/XiqhoKYsUfg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\">FAMILY VALUES, INNOVATIVE SPIRIT<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cales de Pachs Group, founded in 1967, is the leading company in Catalonia in the manufacture of calcium oxide, calcium hydroxide and magnesium oxide. A family tradition, over the course of more than 50 years we have based our growth strategy on R+D+i to give unusual uses to lime that allow us to improve the environment.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/www.calespachs.com\/en\/production-process\/\" style=\"border-radius:16px;background-color:#337a6b\">MORE INFORMATION<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\">NEW USES FOR LIME, AND A BRAND IN CONSTANT GROWTH<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cales de Pachs products are used in a wide variety of sectors. Environmental protection, animal feed and agriculture are just some of the most important ones. In recent years, the company has expanded its presence around the globe. Cales de Pachs Group employs roughly a hundred people directly and indirectly, and sells in more than 30 countries all over the world.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-black-color has-text-color has-background wp-element-button\" href=\"https:\/\/www.calespachs.com\/en\/products\/\" style=\"border-radius:16px;background-color:#abd6e7\">MORE INFORMATION<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"609\" height=\"438\" src=\"http:\/\/calespachs.local.jamgo.org\/wp-content\/uploads\/2023\/07\/Seleccion_157.png\" alt=\"\" class=\"wp-image-109\" srcset=\"https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/Seleccion_157.png 609w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/Seleccion_157-300x216.png 300w\" sizes=\"auto, (max-width: 609px) 100vw, 609px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n<div class=\"w-full flex flex-col md:flex-row  items-center justify-center md:space-x-10  py-16 space-y-4 md:space-y-0\" style=\"background-color:#337a6b\"><div class=\"flex flex-col items-center justify-center  space-y-2\" style=\"color:white\"><div id=\"counter_6a10c426c033a\" class=\"text-4xl md:text-6xl\">0<\/div><div class=\"counter-description\">of experience<\/div><\/div><div class=\"flex flex-col items-center justify-center  space-y-2\" style=\"color:white\"><div id=\"counter_6a10c426c033b\" class=\"text-4xl md:text-6xl\">0<\/div><div class=\"counter-description\"> annual production capacity<\/div><\/div><div class=\"flex flex-col items-center justify-center  space-y-2\" style=\"color:white\"><div id=\"counter_6a10c426c033c\" class=\"text-4xl md:text-6xl\">0<\/div><div class=\"counter-description\"> were it exports<\/div><\/div><\/div><script>\n        \/\/ Funci\u00f3n para verificar si un elemento est\u00e1 en la pantalla\n        function isElementInViewport(el) {\n            var rect = el.getBoundingClientRect();\n            return (\n                rect.top >= 0 &&\n                rect.left >= 0 &&\n                rect.bottom <= (window.innerHeight || document.documentElement.clientHeight) &&\n                rect.right <= (window.innerWidth || document.documentElement.clientWidth)\n            );\n        }\n\n        \/\/ Funci\u00f3n para activar el contador cuando est\u00e1 en la pantalla\n        function activateCounterOnScroll(counterId, unit, icon,  targetNumber, duration) {\n            var counterElement = document.getElementById(counterId);\n\n            function startCounter() {\n                var currentNumber = 0;\n                var increment = targetNumber \/ (duration * 1000);\n\n                var interval = setInterval(function() {\n                    if (currentNumber >= targetNumber) {\n                        clearInterval(interval);\n                    } else {\n                        currentNumber += increment;\n                        counterElement.textContent = icon + Math.floor(currentNumber) + \" \" + unit;\n                    }\n                }, 1);\n            }\n\n            window.addEventListener(\"scroll\", function() {\n                if (isElementInViewport(counterElement)) {\n                    startCounter();\n                    \/\/ Eliminar el evento de desplazamiento despu\u00e9s de activar el contador\n                    window.removeEventListener(\"scroll\", arguments.callee);\n                }\n            });\n        }\n\n        window.addEventListener(\"load\", function() {\n            \/\/ Agregar activadores para cada contador\n            activateCounterOnScroll(\"counter_6a10c426c033a\",\" YEARS\", \"+\", 50, 0.5);activateCounterOnScroll(\"counter_6a10c426c033b\",\"  KT\", \"+\",  240, 0.5);activateCounterOnScroll(\"counter_6a10c426c033c\",\"  COUNTRIES\", \"+\",  30, 0.5);});\n    <\/script>\n\n\n\n<div class=\"wp-block-cover is-light mapa-portada has-small-font-size wp-duotone-unset-1\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\"><\/span><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"616\" class=\"wp-block-cover__image-background wp-image-143\" alt=\"\" src=\"http:\/\/calespachs.local.jamgo.org\/wp-content\/uploads\/2023\/07\/mapa-cales-1024x616.png\" data-object-fit=\"cover\" srcset=\"https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/mapa-cales-1024x616.png 1024w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/mapa-cales-300x181.png 300w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/mapa-cales-768x462.png 768w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/mapa-cales.png 1153w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<p class=\"has-text-align-left has-medium-font-size wp-block-paragraph\"><strong>EXPORT AND SALES<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Currently, the products made by the Cales de Pachs Group are exported all over the world, and we continue to invest in our growth. The destination of the company&#8217;s production is very diversified. The main clients of Cales de Pachs are the Steel Industry, Paper, Agriculture, Mining and the Environment sector.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns align-center justify-center has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff54\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\"> INNOVATIVE PRODUCTS, THE STAMP OF OUR COMPANY<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Cales de Pachs we invest a large part of what we invoice in research, which has allowed us to become a benchmark in the development of tailor-made products. For years we have collaborated with reference centers in research to realize diverse and original applications for lime, creating unique products.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column productos-slider-parent is-layout-flow wp-block-column-is-layout-flow\"><div id=\"parent-productos-slider\" class=\"w-full\"><div id=\"productos-slider\" class=\"w-full flexslider\"><ul class=\"slides\"><li><p class=\"flex-caption\">Sewage sludge treatment<\/p><\/li><li><p class=\"flex-caption\">Additive for shrinkage compensated concrete<\/p><\/li><li><p class=\"flex-caption\">Effluent treatment<\/p><\/li><li><p class=\"flex-caption\">Sewage sludge treatment<\/p><\/li><li><p class=\"flex-caption\">Expansive cement production<\/p><\/li><li><p class=\"flex-caption\">Moisture absorber<\/p><\/li><li><p class=\"flex-caption\">Production of calcium soaps for animal feeding<\/p><\/li><li><p class=\"flex-caption\">Production of calcium silicate bricks<\/p><\/li><li><p class=\"flex-caption\">Flue gas treatment<\/p><\/li><li><p class=\"flex-caption\">Moisture absorber<\/p><\/li><li><p class=\"flex-caption\">Effluent treatment<\/p><\/li><\/ul><\/div><\/div><script>( function( $ ) {\n        $(window).load(function() {\n            var sliderOptions = {\n                animation: \"slide\",\n                animationLoop: true,\n                itemWidth: 250,\n                minItems: 1,\n                maxItems: 2,\n                itemMargin: 5,\n                move:1,\n            };jQuery('#productos-slider').flexslider(sliderOptions);\n            });\n        }( jQuery ) );\n     <\/script>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"http:\/\/calespachs.local.jamgo.org\/wp-content\/uploads\/2023\/07\/img-head-scaled-1-1024x768.jpg\" alt=\"\" class=\"wp-image-522\" srcset=\"https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/img-head-scaled-1-1024x768.jpg 1024w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/img-head-scaled-1-300x225.jpg 300w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/img-head-scaled-1-768x576.jpg 768w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/img-head-scaled-1-1536x1152.jpg 1536w, https:\/\/www.calespachs.com\/wp-content\/uploads\/2023\/07\/img-head-scaled-1-2048x1536.jpg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-large-font-size wp-block-paragraph\">A GREAT COMPANY, HEADQUARTERS ON THE IBERIAN PENINSULA<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Cales de Pachs Group currently has three quarries, one in Pacs del Pened\u00e8s and another in Vilanova i la Geltru, in Spain, and one in Portugal. Since the group was founded, it has expanded gradually and has shares in various companies and now includes a stake in various companies in the lime sector and in others working in complementary areas.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-fe48e5de wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-black-color has-text-color has-background wp-element-button\" href=\"https:\/\/www.calespachs.com\/en\/company-headquarters\/\" style=\"border-radius:16px;background-color:#ffe279\">MORE INFORMATION<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>FAMILY VALUES, INNOVATIVE SPIRIT Cales de Pachs Group, founded in 1967, is the leading company in Catalonia in the manufacture of calcium oxide, calcium hydroxide and magnesium oxide. A family tradition, over the course of more than 50 years we have based our growth strategy on R+D+i to give unusual uses to lime that allow [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":68,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template\/homepage.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-554","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/pages\/554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/comments?post=554"}],"version-history":[{"count":20,"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/pages\/554\/revisions"}],"predecessor-version":[{"id":2053,"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/pages\/554\/revisions\/2053"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/media\/68"}],"wp:attachment":[{"href":"https:\/\/www.calespachs.com\/en\/wp-json\/wp\/v2\/media?parent=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}