Reclamación de garantía de servicio

Presentar una solicitud

Service Claim - English

"*" señala los campos obligatorios

Your Contact Information
Service Details
MM barra DD barra AAAA
Tamaño máximo de archivo: 100 MB.
PO, Invoice, Pictures, Report from head service engineer or other personelle in charge.
Supporting documents must be included in the email with this form for the claim to be considered.

Descargo de responsabilidad: No se garantiza que los envíos de garantías sean válidos o aceptados. Una vez presentada la reclamación, se llevará a cabo un proceso de revisión para determinar si el artículo o servicio cumple los requisitos de la garantía. Para más detalles sobre la cobertura de la garantía, consulte los documentos de la página web de Marinsa sobre garantías del fabricante y garantías de servicio.

$(document).ready(function() { $('.fillout-button').click(function() { $('.warranty-box').addClass('show-fillout'); $('.warranty-box').removeClass('show-download'); $('.warranty-box').removeClass('show-buttons'); }); $('.download-button').click(function() { $('.warranty-box').addClass('show-download'); $('.warranty-box').removeClass('show-fillout'); $('.warranty-box').removeClass('show-buttons'); }); $('.backto-button').click(function() { $('.warranty-box').addClass('show-buttons'); $('.warranty-box').removeClass('show-fillout'); $('.warranty-box').removeClass('show-download'); }); }); .buttons-box, .fillout-box, .download-box {transition:all ease 0.5s;} body.elementor-editor-active .warranty-box .buttons-box, body.elementor-editor-active .warranty-box .fillout-box, body.elementor-editor-active .warranty-box .download-box { height:auto; overflow:visible; opacity:1; } .warranty-box .buttons-box {height:auto; overflow:visible; opacity:1;} .warranty-box .fillout-box, .warranty-box .download-box {height:0; overflow:hidden; opacity:0;} .warranty-box.show-buttons .buttons-box {height:auto; overflow:visible; opacity:1;} .warranty-box.show-buttons .fillout-box, .warranty-box.show-buttons .download-box {height:0; overflow:hidden; opacity:0;} .warranty-box.show-fillout .fillout-box {height:auto; overflow:visible; opacity:1;} .warranty-box.show-fillout .buttons-box, .warranty-box.show-fillout .download-box {height:0; overflow:hidden; opacity:0;} .warranty-box.show-download .download-box {height:auto; overflow:visible; opacity:1;} .warranty-box.show-download .buttons-box, .warranty-box.show-download .fillout-box {height:0; overflow:hidden; opacity:0;}