Una idea simplemente impecable
Una práctica e innovadora solución orientada a facilitar la etapa del revestimiento interior en plantas de proceso que requieren de un alto grado de higiene, limpieza, luminosidad y seguridad ante agentes patógenos externos.
La mejor relación precio/calidad
El m² de CleanPanel®️, su instalación y mano de obra es altamente conveniente, rentabilizando su proyecto y maximizando tiempos de construcción.
Material | PVC |
---|---|
Tamaño | 300 x 20 x 1 cm |
Unidades por caja | 15 |
Rendimiento | 9 m² |
Precio por m² desde | 7.776 |
Unión click para una rápida, limpia y práctica instalación.
Fácil y rápida instalación.
Video referencial para la instalación de Paneles muro y cielo CleanPanel®. Todos los colores y diseños se instalan de la misma forma que WallPanel® y SkyPanel®.
Características
Son innumerables las características que lo hacen un revestimiento inteligente. Piensa inteligente, construye inteligente.
Calculadora Revestick
¿Cuántas cajas necesito para mi proyecto?
Ingresa el alto y el largo, este último corresponde a la sumatoria lineal de todos los muros o perímetro de cada habitación.
* Medidas en metros.
Área: 0 m²
Cajas: 0
Precio: 0 $
if(optionProduct != undefined){
optionProduct.map( pro =>{ let title = pro.title.replace('×','x'); option = document.createElement('option'); option.value = pro.value; option.textContent = title; document.getElementById('product_f').appendChild(option); });
} let selectProductArea = document.querySelector("#calc > div > div > div:nth-child(3) > table > tbody > tr:nth-child(4) > td").innerText; selectProductArea = selectProductArea.replace(",","."); selectProductArea = parseFloat(selectProductArea);
let selectProductPricexM = document.querySelector("#calc > div > div > div:nth-child(3) > table > tbody > tr:nth-child(5) > td").innerText; selectProductPricexM = selectProductPricexM.replace("$",""); selectProductPricexM = selectProductPricexM.replace(".",""); selectProductPricexM = selectProductPricexM.replace(",","."); selectProductPricexM = parseFloat(selectProductPricexM);
let selectProductPrice = Math.ceil(selectProductArea*selectProductPricexM/5)*5;
//console.log("Área: "+selectProductArea, "Precio m²: "+selectProductPricexM, "Precio: "+selectProductPrice );
function price() { let e = document.getElementById("width").value, t = document.getElementById("long").value, n = e * t, r = Math.ceil(n / selectProductArea), c = r * selectProductPrice; if (e > 0 && t > 0) { document.getElementById("area").innerHTML = n.toFixed(2) + " m²", document.getElementById("boxes").innerHTML = r, document.getElementById("price").innerHTML = "$ " + function(e, t = 0, n = ",", r = ".") { try { t = Math.abs(t), t = isNaN(t) ? 2 : t; const c = e < 0 ? "-" : ""; let o = parseInt(e = Math.abs(Number(e) || 0).toFixed(t)).toString(), d = o.length > 3 ? o.length % 3 : 0; return c + (d ? o.substr(0, d) + r : "") + o.substr(d).replace(/(\d{3})(?=\d)/g, "$1" + r) + (t ? n + Math.abs(e - o).toFixed(t).slice(2) : "") } catch (e) { console.log(e) } }(c) } else { document.getElementById("area").innerHTML = "Error", document.getElementById("boxes").innerHTML = "Error", document.getElementById("price").innerHTML = "Error" } } document.querySelector("#long").addEventListener("keypress", function(e) { if(e == "" || t == ""){ msj = "Ingresar Ancho y Alto"; document.getElementById("area").innerHTML = msj, document.getElementById("boxes").innerHTML = msj, document.getElementById("price").innerHTML = msj; return false; } 13 === (e.which || e.keyCode) && price() }); document.getElementById("presupuesto").onclick = function() { let e = document.getElementById("width").value, t = document.getElementById("long").value;
if(e == "" || t == ""){ msj = "Ingresar Ancho y Alto"; document.getElementById("area").innerHTML = msj, document.getElementById("boxes").innerHTML = msj, document.getElementById("price").innerHTML = msj; return false; } price() };