{"id":3922,"date":"2022-02-17T14:15:17","date_gmt":"2022-02-17T13:15:17","guid":{"rendered":"https:\/\/thermogel.it\/lineas-industrial\/"},"modified":"2022-02-17T14:17:32","modified_gmt":"2022-02-17T13:17:32","slug":"lineas-industrial","status":"publish","type":"page","link":"https:\/\/thermogel.it\/es\/lineas-industrial\/","title":{"rendered":"Lineas Industrial"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3922\" class=\"elementor elementor-3922 elementor-2121\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb2acf8 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"cb2acf8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-57d1439\" data-id=\"57d1439\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-713511d elementor-widget elementor-widget-html\" data-id=\"713511d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n\r\n  let nh = 0;\r\n  let oh = 0;\r\n\r\n\/\/ First we get the viewport height and we multiple it by 1% to get a value for a vh unit\r\n  let vh = window.innerHeight * 0.01;\r\n  \r\n\/\/ Then we save the viewport height and we multiple it by 1% to get a value for a vh unit to apply to the parallax bg (fix scroll zoom)\r\n    let vhb = window.innerHeight * 0.01;\r\n\r\n\/\/ Then we set the values in the --vh and --vhb custom property to the root of the document\r\n  document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n  document.documentElement.style.setProperty('--vhb', `${vhb}px`);\r\n  \r\n\/\/ We listen to the resize event\r\nwindow.addEventListener('resize', () => {\r\n  nh = window.innerHeight;\r\n  if (nh != oh)\r\n  {\r\n    let vh = window.innerHeight * 0.01;\r\n    document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n    oh = nh;\r\n }\r\n});\r\n\r\nwindow.addEventListener('orientationchange', () => {\r\n  if (window.innerWidth > window.innerHeight) {\r\n      document.documentElement.style.setProperty('--vh', `1vh`);\r\n    }\r\n});\r\n\r\nwindow.addEventListener('scroll', () => {\r\n   nh = window.innerHeight;\r\n   if (nh != oh)\r\n   {\r\n     let vh = window.innerHeight * 0.01;\r\n     document.documentElement.style.setProperty('--vh', `${vh}px`);\r\n     oh = nh;\r\n  }\r\n});\r\n\r\n<\/script>\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function(event) {\r\n  \/\/the event occurred\r\nvar a = document.querySelector('a[href=\"#circle-mobile-audio-on\"]');\r\n a.setAttribute('id', 'circle-mobile-audio-on')\r\n a.setAttribute('href', 'javascript:unmuteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-mobile-audio-off\"]');\r\n a.setAttribute('id', 'circle-mobile-audio-off')\r\n a.setAttribute('href', 'javascript:muteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-mobile-play\"]');\r\n a.setAttribute('id', 'circle-mobile-play')\r\n a.setAttribute('href', 'javascript:pauseVideo()')\r\n\r\n\r\nvar a = document.querySelector('a[href=\"#circle-desktop-audio-on\"]');\r\n a.setAttribute('id', 'circle-desktop-audio-on')\r\n a.setAttribute('href', 'javascript:unmuteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-desktop-audio-off\"]');\r\n a.setAttribute('id', 'circle-desktop-audio-off')\r\n a.setAttribute('href', 'javascript:muteVideo()')\r\nvar a = document.querySelector('a[href=\"#circle-desktop-play\"]');\r\n a.setAttribute('id', 'circle-desktop-play')\r\n a.setAttribute('href', 'javascript:pauseVideo()')\r\n\r\n})\r\n\r\nfunction playVideo() {\r\n    var video = document.querySelector('video');\r\n    var bottone = document.getElementById(\"circle-mobile-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Pause\")    \r\n    bottone.setAttribute('href', 'javascript:pauseVideo()')\r\n    var bottone = document.getElementById(\"circle-desktop-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Pause\")    \r\n    bottone.setAttribute('href', 'javascript:pauseVideo()')  \r\n    video.play();\r\n}\r\n\r\nfunction pauseVideo() {\r\n    var video = document.querySelector('video');\r\n    var bottone = document.getElementById(\"circle-mobile-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Play-Music\")\r\n    bottone.setAttribute('href', 'javascript:playVideo()')\r\n    var bottone = document.getElementById(\"circle-desktop-play\")\r\n    bottone.children[0].setAttribute(\"class\", \"iconsmind-Play-Music\")\r\n    bottone.setAttribute('href', 'javascript:playVideo()') \r\n    video.pause();\r\n}\r\n\r\nfunction unmuteVideo() {\r\n    var video = document.querySelector('video');\r\n    video.muted = false;\r\n    var bottone = document.getElementById(\"attiva-audio\")\r\n    bottone.style.display = \"none\";\r\n    var bottone = document.getElementById(\"disattiva-audio\")\r\n    bottone.style.display = \"block\";\r\n}\r\n\r\nfunction muteVideo() {\r\n    var video = document.querySelector('video');\r\n    video.muted = true;\r\n    var bottone = document.getElementById(\"attiva-audio\")\r\n    bottone.style.display = \"block\";\r\n    var bottone = document.getElementById(\"disattiva-audio\")\r\n    bottone.style.display = \"none\";\r\n}\r\n<\/script>\r\n<script>\r\n\r\n\/* var prevScrollpos = window.pageYOffset;\r\n\r\nwindow.onscroll = function() {\r\n\r\nvar currentScrollPos = window.pageYOffset;\r\n\r\nif(window.innerHeight + window.pageYOffset >= document.body.offsetHeight - 10){\r\n\/\/at the bottom of the page\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"0\";\r\n}\r\n  else if (prevScrollpos > currentScrollPos+10) {\r\n\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"0\";\r\n\r\n  } else if ((prevScrollpos < currentScrollPos) && (currentScrollPos > 0)) {\r\n\r\n    document.getElementById(\"capristo-custom-header\").style.top = \"-120px\";\r\n\r\n  }\r\n\r\n  prevScrollpos = currentScrollPos;\r\n\r\n}*\/\r\n\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-d79983e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d79983e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d83776f\" data-id=\"d83776f\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7ee0d6e text-center elementor-invisible elementor-widget elementor-widget-tp-heading-title\" data-id=\"7ee0d6e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style6a3500b5c2d79 style-1 \"  data-tp-gsap-heading-text=\"\" data-tp-gsap-sub-heading-text=\"\"><div class=\"sub-style \"  ><div class=\"head-title \" > <h2  class=\"heading-title   \"   data-hover=\"LINEAS\">LINEAS<span class=\"title-s \"> INDUSTRIALES <\/span><\/h2><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> M\u00c1QUINAS Y SISTEMAS REFRIGERANTES <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b1ba20 elementor-widget elementor-widget-tp-row-background\" data-id=\"7b1ba20\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-row-background.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n(function($) {\n\t\t\t\t\t\t\"use strict\";\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t$(\"#bgGallaryslide6a34d2c75db9f\").vegas({\n\t\t\t\t\t\t\t\toverlay: \"\",\n\t\t\t\t\t\t\t\ttransitionDuration: 4e3,\n\t\t\t\t\t\t\t\tdelay: 7000,\n\t\t\t\t\t\t\t\tslides: [{src: \"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120559\/evaporatori-blast-freezer.jpg\",transition: \"fade2\",transitionDuration: 5000},{src: \"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120558\/20151118_150144.jpg\",transition: \"fade2\",transitionDuration: 5000},]\n\t\t\t\t\t\t\t});\t\t\n\t\t\t\t\t\t});\n\t\t\t\t\t\t})(jQuery);\n<\/script>\n<div id=\"pt-plus-row-settings\" class=\"pt-plus-row-set theplus_row6a34d2c75db90     \" data-no=\"theplus_row6a34d2c75db90\"  data-section-hidden=\"inherit\"><div  id=\"bgGallaryslide6a34d2c75db9f\" class=\"pt-plus-row-slideshow \"><\/div><div class=\"pt-plus-row-overlay\" style=\"background:#000000BF\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0eb8733 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0eb8733\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-117d280\" data-id=\"117d280\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88a82e3 text-left text--mobilecenter elementor-widget elementor-widget-tp-heading-title\" data-id=\"88a82e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"tp-heading-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"heading heading_style heading_style6a3500b5c435a style-1 \"  data-tp-gsap-heading-text=\"\" data-tp-gsap-sub-heading-text=\"\"><div class=\"sub-style \"  ><div class=\"head-title \" > <h2  class=\"heading-title   \"   data-hover=\"NUESTRAS L\u00cdNEAS\">NUESTRAS L\u00cdNEAS<span class=\"title-s \"> DE PRODUCCION <\/span><\/h2><\/div><div class=\"sub-heading\"><h3 class=\"heading-sub-title  \"> Actualizado continuamente <\/h3><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-e5f0753 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e5f0753\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4d59c3f\" data-id=\"4d59c3f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-859cce5 elementor-widget elementor-widget-image\" data-id=\"859cce5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"598\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1.jpg\" class=\"attachment-large size-large wp-image-3770\" alt=\"unit\u00e0 trattamento aria per spirale di lievitazione controllata\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1.jpg 803w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1-300x224.jpg 300w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1-768x574.jpg 768w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/uta-sammontana-1-600x448.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4e11f8 elementor-widget elementor-widget-image\" data-id=\"b4e11f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"550\" height=\"413\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/retarder-prover.png\" class=\"attachment-large size-large wp-image-3772\" alt=\"\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/retarder-prover.png 550w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120535\/retarder-prover-300x225.png 300w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-7c59fb6\" data-id=\"7c59fb6\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5bdd3b4 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"5bdd3b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 1\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h5>FERMENTACI\u00d3N CONTROLADA<\/h5>\n<p>Las instalaciones de fermentacio\u0301n Thermogel ofrecen garanti\u0301a de uniformidad y precision en la temperatura de funcionamiento, con la posibilidad de configuraciones personalizadas en relacio\u0301n con la especificidad del producto al que esta\u0301n destinados.<\/p>\n<p>Potencias y dimensiones dependen del tipo, cantidad y tiempo de rotacio\u0301n del producto a ser introducido.<br \/>\nTenemos experiencia en productos como:<\/p>\n<p>&#8211; Croissants y mini croissants &#8211; Snack<br \/>\n&#8211; Pan en efectivo<br \/>\n&#8211; Pan de pita<br \/>\n&#8211; Baguette<br \/>\n&#8211; Pizzas<\/p>\n<p>Las soluciones te\u0301cnicas que se adaptan a los diferentes sistemas de movimiento:<\/p>\n<div class=\"page\" title=\"Page 1\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>1 -Camaras esta\u0301ticas con carros<br \/>\n2 -Camaras dina\u0301micas a cinta<br \/>\n3 -Camaras dina\u0301micas a bastidores<br \/>\n4 -Camaras dinamicas a espiral<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-62aac58 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"62aac58\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a78f613\" data-id=\"a78f613\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c4fca12 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"c4fca12\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"page\" title=\"Page 1\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<h5>ULTRACONGELACI\u00d3N<\/h5>\n<p>Quick freezing, sistema modular por carros rotativos de 600x800x1850, 800x1000x1900 y producciones que van desde 50 kg \/ h hasta 690 kg \/ h para los que necesitan un alta productividad.<br \/>\nNuestro abatimeno asegura el alcazar de la temperatura al corazon de -18 \u00b0 C en una hora sin dan\u0303ar el producto.<\/p>\n<p>&#8211; Estructuras modulares pre-installadas con alto aislamiento.<br \/>\n&#8211; Unidad de estaciones de enfriamiento progresivo.<br \/>\n&#8211; Ficha de controle con microprocesador programable en tiempos de abatimiento y temperaturas.<\/p>\n<\/div>\n<\/div>\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>Para productos frescos, cocidos o precocidos.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8bf6ed0\" data-id=\"8bf6ed0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-caf7c64 elementor-widget elementor-widget-image\" data-id=\"caf7c64\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"538\" height=\"720\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/storage1.jpg\" class=\"attachment-large size-large wp-image-3782\" alt=\"cella di raffreddamento rapido per palle di pizza\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/storage1.jpg 538w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/storage1-224x300.jpg 224w\" sizes=\"(max-width: 538px) 100vw, 538px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8ea7e88 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"8ea7e88\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"scheda\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/scheda-san-cassiano.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (2)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/foto_box-2.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"img_0330-1\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/img_0330-1.jpg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"linea automatica di lievitazione\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120533\/foto_box-3.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Anterior\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Siguiente\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-436df7d elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"436df7d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-9779c75\" data-id=\"9779c75\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3d4d7dd elementor-widget elementor-widget-image\" data-id=\"3d4d7dd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1.jpg\" class=\"attachment-large size-large wp-image-3792\" alt=\"impianto industriale di raffreddamento impasti\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1.jpg 800w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1-300x225.jpg 300w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1-768x576.jpg 768w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/cooling1-600x450.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-1d44e24\" data-id=\"1d44e24\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce234f7 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ce234f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h5>CLIMATIZACI\u00d3N<\/h5>\n<div class=\"page\" title=\"Page 2\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>Los sistemas de enfriamiento ofrecen seguridad y con respeto a la calidad original del producto, sin la dureza del trabajo, la deshidratacio\u0301n o la condensacio\u0301n.<br \/>\nProyectado para alcanzar los requisitos (temperatura y humedad relativa%) utilizando las tecnologi\u0301as ma\u0301s apropiadas.<\/p>\n<p>Las soluciones te\u0301cnicas que se adaptan a los diferentes sistemas de movimiento:<\/p>\n<p>1 &#8211; cameras esta\u0301ticas por carros<br \/>\n2 &#8211; camaras dinamicas por cintas<br \/>\n3 &#8211; camaras dina\u0301mica por bastidores<br \/>\n4 &#8211; camaras dina\u0301mica por espirales<\/p>\n<p>Aplicaciones te\u0301cnicas en continua actualizacio\u0301n para un ma\u0301ximo rendimiento y precisio\u0301n de la operacio\u0301n.<\/p>\n<p>&#8211; Los volu\u0301menes del aire y potencia de calefaccio\u0301n de gran taman\u0303o.<br \/>\n&#8211; El uso de los recursos energe\u0301ticos compatibles con la logi\u0301stica.<\/p>\n<p>&#8211; El uso de sistemas de compresores convencionales con expansio\u0301n directa o agua enfriada que circula en el intercambiador de calor.<br \/>\n&#8211; Controle con PLC por la precision de la operacio\u0301n.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd42f5d elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"bd42f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"impianto di raffreddamento croissant su linea automatica\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-4.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (5)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-5.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (6)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-6.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (7)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120532\/foto_box-7.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Anterior\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Siguiente\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3abb034 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3abb034\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-803fc71\" data-id=\"803fc71\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b8aed24 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"b8aed24\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h5>CONSERVACI\u00d3N<\/h5>\n<div class=\"page\" title=\"Page 2\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>Camaras de conservacion o congelacio\u0301n progresiva -25\u00b0C\/ -30\u00b0C de productos empaquetados o sueltos de panaderi\u0301a y confiteri\u0301a.<br \/>\nEl uso de las estructuras y la logi\u0301stica que se adhieren a los criterio de la organizacio\u0301n con la garanti\u0301a de calidad y seguridad de los productos.<\/p>\n<p>Las soluciones te\u0301cnicas que se adaptan a los diferentes sistemas de movimiento:<\/p>\n<p>1 &#8211; camaras esta\u0301ticas por carros<br \/>\n2 &#8211; camaras dinamicas por cintas<br \/>\n3 &#8211; camaras dinamicas por bastidores<br \/>\n4 &#8211; camaras dinamicas por estock<\/p>\n<p>Aplicaciones te\u0301cnicas en continua actualizacio\u0301n para un ma\u0301ximo rendimiento y la precisio\u0301n de la operacio\u0301n.<\/p>\n<p>&#8211; Volu\u0301men de aire y poder calorico de gran taman\u0303o.<br \/>\n&#8211; Controle con PLC por la precision del funcionamiento.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-b60bc11\" data-id=\"b60bc11\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e45e23d elementor-widget elementor-widget-image\" data-id=\"e45e23d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"600\" src=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2.jpg\" class=\"attachment-large size-large wp-image-3802\" alt=\"\" srcset=\"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2.jpg 1024w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2-300x225.jpg 300w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2-768x576.jpg 768w, https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/storage2-600x450.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-f040318 elementor-skin-carousel elementor-arrows-yes elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-media-carousel\" data-id=\"f040318\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin&quot;:&quot;carousel&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;show_arrows&quot;:&quot;yes&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;speed&quot;:500,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;loop&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]}}\" data-widget_type=\"media-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper\">\n\t\t\t\t\t<div class=\"elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Diapositivas\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/foto_box-8.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-carousel-image\" role=\"img\" aria-label=\"foto_box (1)\" style=\"background-image: url(&#039;https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120531\/foto_box-1-1.jpeg&#039;)\">\n\n\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\" aria-label=\"Anterior\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-left\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\" aria-label=\"Siguiente\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-chevron-right\"><\/i>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d980ec6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d980ec6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wider\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5f29952\" data-id=\"5f29952\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-94270e2 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"94270e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:150}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thermobake srl<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae553ec elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"ae553ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contacto<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af34412 elementor-widget-divider--view-line elementor-invisible elementor-widget elementor-widget-divider\" data-id=\"af34412\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a3c853 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"9a3c853\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Utilice el formulario para solicitar m\u00e1s informaci\u00f3n.<br \/>\n\u00a1THERMOGEL TE ESPERA!<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-aec9f73 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"aec9f73\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-8a3f517 elementor-invisible\" data-id=\"8a3f517\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:150}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-10ceca6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"10ceca6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Via Alessandro Volta 62B 21010 Cardano al Campo (VA)<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"tel:+39%200331%201835350\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">+39 0331 1835350<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"mailto:info@thermogel.it\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-envelope-open\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">info@thermogel.it<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-8465923 elementor-widget elementor-widget-tp-row-background\" data-id=\"8465923\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tp-row-background.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"pt-plus-row-settings\" class=\"pt-plus-row-set theplus_row6a34d2c778978     \" data-no=\"theplus_row6a34d2c778978\"  data-section-hidden=\"inherit\"><div class=\"pt-plus-columns-bg-wrap tp_bg_desktop columns-bg-anim-colors columns-bg-image   columns_simple_image   \"  id=\"theplus_bgimage6a34d2c778979\"    data-parallax_sense=\"30\"  style=\"background:url(https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2021\/03\/04120558\/20151118_150144.jpg);background-position: center center;background-repeat: no-repeat;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;background-attachment: scroll;-webkit-animation: bg-kenburns-effect 15s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite normal both;animation: bg-kenburns-effect 15s cubic-bezier(0.445, 0.050, 0.550, 0.950) infinite normal both;\"><\/div><div class=\"pt-plus-row-overlay\" style=\"background:#000000ED\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-894e523 envato-kit-141-newsletter-inline elementor-invisible\" data-id=\"894e523\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;pulse&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7b6da4e elementor-widget elementor-widget-heading\" data-id=\"7b6da4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Enviar un mensaje<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78706f1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"78706f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94ea5f2 elementor-button-align-stretch elementor-invisible elementor-widget elementor-widget-form\" data-id=\"94ea5f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Siguiente&quot;,&quot;step_previous_label&quot;:&quot;Precedente&quot;,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New Form\" aria-label=\"New Form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"3922\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"94ea5f2\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Lineas Industrial - Thermogel\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"3922\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tNombre\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Nombre\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-6850d19 elementor-col-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-6850d19\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[6850d19]\" id=\"form-field-6850d19\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Email\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_2cf0a67 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2cf0a67\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompa\u00f1\u00eda\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_2cf0a67]\" id=\"form-field-field_2cf0a67\" class=\"elementor-field elementor-size-md  elementor-field-textual\" placeholder=\"Compa\u00f1\u00eda\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-da6d553 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-da6d553\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMensaje\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[da6d553]\" id=\"form-field-da6d553\" rows=\"4\" placeholder=\"Mensaje\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-md elementor-animation-shrink\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Enviar un mensaje<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>LINEAS INDUSTRIALES M\u00c1QUINAS Y SISTEMAS REFRIGERANTES NUESTRAS L\u00cdNEAS DE PRODUCCION Actualizado continuamente FERMENTACI\u00d3N CONTROLADA Las instalaciones de fermentaci\u00f3n Thermogel ofrecen garant\u00eda de uniformidad y precision en la temperatura de funcionamiento, con la posibilidad de configuraciones personalizadas en relaci\u00f3n con la especificidad del producto al que est\u00e1n destinados. Potencias y dimensiones dependen del tipo, cantidad y [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3922","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lineas Industrial - Thermogel<\/title>\n<meta name=\"description\" content=\"Sistemas clim\u00e1ticos para l\u00edneas industriales del sector alimentario. Gesti\u00f3n de las diferentes fases del proceso con estudio e implementaci\u00f3n.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/thermogel.it\/es\/lineas-industrial\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lineas Industrial - Thermogel\" \/>\n<meta property=\"og:description\" content=\"Sistemas clim\u00e1ticos para l\u00edneas industriales del sector alimentario. Gesti\u00f3n de las diferentes fases del proceso con estudio e implementaci\u00f3n.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thermogel.it\/es\/lineas-industrial\/\" \/>\n<meta property=\"og:site_name\" content=\"Thermogel\" \/>\n<meta property=\"article:modified_time\" content=\"2022-02-17T13:17:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/\",\"url\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/\",\"name\":\"Lineas Industrial - Thermogel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/uta-sammontana-1.jpg\",\"datePublished\":\"2022-02-17T13:15:17+00:00\",\"dateModified\":\"2022-02-17T13:17:32+00:00\",\"description\":\"Sistemas clim\u00e1ticos para l\u00edneas industriales del sector alimentario. Gesti\u00f3n de las diferentes fases del proceso con estudio e implementaci\u00f3n.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/#primaryimage\",\"url\":\"https:\\\/\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/uta-sammontana-1.jpg\",\"contentUrl\":\"https:\\\/\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/uta-sammontana-1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/es\\\/lineas-industrial\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/thermogel.it\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lineas Industrial\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#website\",\"url\":\"https:\\\/\\\/thermogel.it\\\/\",\"name\":\"Thermogel\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thermogel.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#organization\",\"name\":\"Thermogel\",\"url\":\"https:\\\/\\\/thermogel.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/thermogel.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/d3k5h7g0brc3kj.cloudfront.net\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/04120559\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/d3k5h7g0brc3kj.cloudfront.net\\\/thermogel.it\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/04120559\\\/logo.png\",\"width\":233,\"height\":84,\"caption\":\"Thermogel\"},\"image\":{\"@id\":\"https:\\\/\\\/thermogel.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lineas Industrial - Thermogel","description":"Sistemas clim\u00e1ticos para l\u00edneas industriales del sector alimentario. Gesti\u00f3n de las diferentes fases del proceso con estudio e implementaci\u00f3n.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/thermogel.it\/es\/lineas-industrial\/","og_locale":"es_ES","og_type":"article","og_title":"Lineas Industrial - Thermogel","og_description":"Sistemas clim\u00e1ticos para l\u00edneas industriales del sector alimentario. Gesti\u00f3n de las diferentes fases del proceso con estudio e implementaci\u00f3n.","og_url":"https:\/\/thermogel.it\/es\/lineas-industrial\/","og_site_name":"Thermogel","article_modified_time":"2022-02-17T13:17:32+00:00","og_image":[{"url":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thermogel.it\/es\/lineas-industrial\/","url":"https:\/\/thermogel.it\/es\/lineas-industrial\/","name":"Lineas Industrial - Thermogel","isPartOf":{"@id":"https:\/\/thermogel.it\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thermogel.it\/es\/lineas-industrial\/#primaryimage"},"image":{"@id":"https:\/\/thermogel.it\/es\/lineas-industrial\/#primaryimage"},"thumbnailUrl":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg","datePublished":"2022-02-17T13:15:17+00:00","dateModified":"2022-02-17T13:17:32+00:00","description":"Sistemas clim\u00e1ticos para l\u00edneas industriales del sector alimentario. Gesti\u00f3n de las diferentes fases del proceso con estudio e implementaci\u00f3n.","breadcrumb":{"@id":"https:\/\/thermogel.it\/es\/lineas-industrial\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thermogel.it\/es\/lineas-industrial\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/thermogel.it\/es\/lineas-industrial\/#primaryimage","url":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg","contentUrl":"https:\/\/thermogel.it\/wp-content\/uploads\/2021\/03\/uta-sammontana-1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/thermogel.it\/es\/lineas-industrial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thermogel.it\/es\/"},{"@type":"ListItem","position":2,"name":"Lineas Industrial"}]},{"@type":"WebSite","@id":"https:\/\/thermogel.it\/#website","url":"https:\/\/thermogel.it\/","name":"Thermogel","description":"","publisher":{"@id":"https:\/\/thermogel.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thermogel.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/thermogel.it\/#organization","name":"Thermogel","url":"https:\/\/thermogel.it\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/thermogel.it\/#\/schema\/logo\/image\/","url":"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2020\/11\/04120559\/logo.png","contentUrl":"https:\/\/d3k5h7g0brc3kj.cloudfront.net\/thermogel.it\/wp-content\/uploads\/2020\/11\/04120559\/logo.png","width":233,"height":84,"caption":"Thermogel"},"image":{"@id":"https:\/\/thermogel.it\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/pages\/3922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/comments?post=3922"}],"version-history":[{"count":0,"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/pages\/3922\/revisions"}],"wp:attachment":[{"href":"https:\/\/thermogel.it\/es\/wp-json\/wp\/v2\/media?parent=3922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}