Diseñado para embellecer tus muros y cuidar tu presupuesto
Panel Muro anti-humedad, anti-termitas, 100% impermeable, retardante del fuego. Revestimiento eco-sustentable a base de fibra de bambú.
La mejor relación calidad/precio
Los revestimientos WallPanel®️ son fáciles y rápidos de instalar, 4 a 5 minutos por m² además son higiénicos y no necesitan mantención.
Material | Fibra de bambú |
---|---|
Tamaño | 240 x 40 x 0,8 cm |
Unidades por caja | 6 |
Rendimiento | 5,76 m² |
Precio por m² desde | 11.456 |
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 WallPanel®. Todos los colores y diseños se instalan de la misma forma.
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() };