Enchape Rústico Colonial
El enchape Viejo Colonial es un revestimiento de arcilla natural inspirado en la arquitectura tradicional, donde el muro es parte del carácter del espacio. Su acabado rugoso y texturizado entrega una apariencia envejecida y honesta, ideal para proyectos que buscan una estética clásica, rústica y atemporal. CONSULTA POR WHATSAPP DESCARGA FICHA DE PRODUCTO ¿No sabes cuántas unidades necesitas? Ingresa los metros cuadrados de tu proyecto y nuestro sistema calculará automáticamente la cantidad estimada para solicitar tu cotización. POR m² UNIDADES Metros cuadrados necesarios CALCULAR Cantidad de unidades CONTINUAR ¿Necesita despacho? No Sí COTIZAR ESTE PRODUCTO CERRAR function mostrarM2(){ document.getElementById('modo_m2').style.display='block'; document.getElementById('modo_unidades').style.display='none'; } function mostrarUnidades(){ document.getElementById('modo_m2').style.display='none'; document.getElementById('modo_unidades').style.display='block'; } function calcularMaterial(){ let m2 = parseFloat(document.getElementById('m2').value) || 0; let rendimiento = 55; let cantidad = Math.ceil(m2 * rendimiento); document.getElementById('resultado').innerHTML = 'Superficie: '+m2+' m² Cantidad estimada: '+cantidad+' unidades'; document.getElementById('modalidad').value='Por m²'; document.getElementById('superficie_hidden').value=m2; document.getElementById('cantidad_hidden').value=cantidad; document.getElementById('formulario').style.display='block'; } function usarUnidades(){ let cantidad = parseInt(document.getElementById('unidades').value) || 0; document.getElementById('resultado').innerHTML = 'Cantidad solicitada: '+cantidad+' unidades'; document.getElementById('modalidad').value='Por unidades'; document.getElementById('superficie_hidden').value=''; document.getElementById('cantidad_hidden').value=cantidad; document.getElementById('formulario').style.display='block'; } function toggleDespacho(){ var despacho = document.getElementById('despacho').value; var ubicacion = document.getElementById('ubicacion_cliente'); if(despacho === 'Si'){ ubicacion.style.display = 'block'; }else{ ubicacion.style.display = 'none'; } } function cerrarFormulario(){ document.getElementById('formulario').style.display='none'; document.getElementById('resultado').innerHTML=''; document.getElementById('m2').value=''; document.getElementById('unidades').value=''; }
AI Readiness
Good foundation, but some important product data is still missing.