{"id":14600,"date":"2025-09-22T12:44:03","date_gmt":"2025-09-22T12:44:03","guid":{"rendered":"https:\/\/www.monaflex.com\/?page_id=14600"},"modified":"2026-02-12T14:18:24","modified_gmt":"2026-02-12T14:18:24","slug":"descargo-de-responsabilidad","status":"publish","type":"page","link":"https:\/\/www.monaflex.com\/es\/disclaimer\/","title":{"rendered":"Descargo de responsabilidad"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14600\" class=\"elementor elementor-14600\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8568042 e-con-full e-flex e-con e-parent\" data-id=\"8568042\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-3203580 e-flex e-con-boxed e-con e-child\" data-id=\"3203580\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad67736 elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"ad67736\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"breadcrumb-wrapper\"><span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Go to Monaflex.\" href=\"https:\/\/www.monaflex.com\/es\" class=\"home\" ><span property=\"name\">Home<\/span><\/a><meta property=\"position\" content=\"1\"><\/span>\/<span property=\"itemListElement\" typeof=\"ListItem\"><a property=\"item\" typeof=\"WebPage\" title=\"Ir a News.\" href=\"https:\/\/www.monaflex.com\/es\/news\/\" class=\"post-root post post-post\" aria-current=\"page\"><span property=\"name\">News<\/span><\/a><meta property=\"position\" content=\"2\"><\/span><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73a8335 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"73a8335\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Disclaimer<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1db744e elementor-widget elementor-widget-heading\" data-id=\"1db744e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\"><span style=\"opacity:0.64\">Last updated:<\/span> February, 2024<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4bf02aa e-flex e-con-boxed e-con e-parent\" data-id=\"4bf02aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2459c11 e-con-full e-flex e-con e-child\" data-id=\"2459c11\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-2c9c548 e-con-full elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"2c9c548\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-8032910 e-con-full e-flex e-con e-child\" data-id=\"8032910\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;sticky_offset&quot;:100,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t<div class=\"elementor-element elementor-element-15a5b70 e-con-full e-flex e-con e-child\" data-id=\"15a5b70\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e5474f elementor-widget elementor-widget-html\" data-id=\"2e5474f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"inner-sidebar\">\n<h5>Table of contents<\/h5>\n<div id=\"titles-list-container\"><\/div>\n<script>\njQuery(document).ready(function($) {\n\n    var outputList = '<ul class=\"toc-list\">';\n    var outputSelect = '<select class=\"toc-select\">';\n    \/\/<option value=\"\">Table of contents<\/option>\n\n    $('.text-content').each(function() {\n        $(this).find('.elementor-heading-title').each(function(index) {\n            var anchor = 'anchor-' + index;\n            $(this).attr('id', anchor);\n            var text = $(this).text();\n            outputList += '<li><a href=\"#' + anchor + '\">' + text + '<\/a><\/li>';\n            outputSelect += '<option value=\"#' + anchor + '\">' + text + '<\/option>';\n        });\n    });\n\n    outputList += '<\/ul>';\n    outputSelect += '<\/select>';\n\n    $('#titles-list-container').html(outputList + outputSelect);\n\n    \/\/ Click on <a> in list\n    $('#titles-list-container a').on('click', function(e) {\n        e.preventDefault(); \n        var target = $(this).attr('href'); \n        var offset = $(target).offset().top - 105; \n        $('html, body').animate({ scrollTop: offset }, 500);\n\n        $(this).parent().addClass('active').siblings().removeClass('active');\n    });\n\n    \/\/ Change in <select>\n    $('.toc-select').on('change', function() {\n        var target = $(this).val();\n        if (target) {\n            var offset = $(target).offset().top - 105;\n            $('html, body').animate({ scrollTop: offset }, 500);\n        }\n    });\n\n    \/\/ Scroll highlighting\n    $(window).on('scroll', function() {\n        \n        if ($(window).width() <= 1024) {\n         return;\n        }\n        var scrollPosition = $(window).scrollTop();\n\n        $('.elementor-heading-title').each(function() {\n            var anchor = $(this).attr('id'); \n            var headerPosition = $(this).offset().top - 105;\n\n            if (scrollPosition >= headerPosition) {\n                $('#titles-list-container a[href=\"#' + anchor + '\"]').parent().addClass('active').siblings().removeClass('active');\n                $('.toc-select').val('#' + anchor);\n            }\n        });\n    });\n\n    \n});\n<\/script>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9c1e94e e-con-full text-content e-flex e-con e-child\" data-id=\"9c1e94e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-05caf48 e-con-full e-flex e-con e-child\" data-id=\"05caf48\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0512ed3 elementor-widget elementor-widget-text-editor\" data-id=\"0512ed3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The information contained in this website (<a href=\"https:\/\/www.monaflex.com\/\">www.monaflex.com<\/a>) including the homepage and all other pages under this domain name is provided for general information only and does not constitute advice. MVS Limited accepts no duty of care to any user of this website. Please consult your supplier of MVS products and services for advice concerning your needs. MVS Limited excludes all and any expressed implied conditions, warranties, representations, or other terms which may be sought to be inferred from this website or any content on it.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7589760 elementor-widget elementor-widget-text-editor\" data-id=\"7589760\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Any advice which may be given by MVS Limited does not replace instructions supplied by the manufacturer of repair materials, tyres, tools and any other components parts or items in use. It does not replace guidelines, recommendations, usage regulations or any type of requirement stipulated at a company, legislative or any level. All such instructions, guidelines, recommendations, regulations and requirements take precedence.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-42847c4 elementor-widget elementor-widget-text-editor\" data-id=\"42847c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>In any event, MVS Limited will not be liable for any loss or damage, whether in contract, tort (including negligence), breach of statutory duty, or otherwise, even if foreseeable , arising under or in connection with the use of its products or services. This includes (without limitation) death, injury, loss of profits, sales, business, or revenue; business interruption; loss of anticipated savings; loss of business opportunity, goodwill or reputation; or any indirect or consequential loss or damage.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-db80516 e-con-full e-flex e-con e-child\" data-id=\"db80516\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7fcd226 elementor-widget elementor-widget-text-editor\" data-id=\"7fcd226\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>This disclaimer shall not exclude or limit liability for :-\u00a0<\/p><ul><li>death or personal injury caused by negligence,<\/li><li>fraud,<\/li><li>misrepresentation as to a fundamental matter, or<\/li><li>any liability which cannot be excluded or limited under the law of Guernsey.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd06363 e-con-full e-flex e-con e-child\" data-id=\"fd06363\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6107721 elementor-widget elementor-widget-text-editor\" data-id=\"6107721\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>By using this site you agree to the terms of this disclaimer.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7556c63 e-con-full e-flex e-con e-child\" data-id=\"7556c63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-521b504 elementor-widget elementor-widget-text-editor\" data-id=\"521b504\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>This website, its contents, their effect and this disclaimer are governed by and construed in\u00a0accordance with the law of the Island of Guernsey. If any provision of this disclaimer shall be unlawful, void or for any reason enforceable then that provision shall be deemed severable and shall not affect the validity and enforceability of the remaining provisions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-647f986 e-con-full e-flex e-con e-child\" data-id=\"647f986\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08433dc elementor-widget elementor-widget-text-editor\" data-id=\"08433dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>If you have any questions, please\u00a0<a href=\"https:\/\/www.monaflex.com\/contact\/\">get in touch<\/a>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Disclaimer Last updated: February, 2024 Table of contents The information contained in this website (www.monaflex.com) including the homepage and all other pages under this domain name is provided for general information only and does not constitute advice. MVS Limited accepts no duty of care to any user of this website. Please consult your supplier of [&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":{"inline_featured_image":false,"footnotes":""},"class_list":["post-14600","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages\/14600","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/comments?post=14600"}],"version-history":[{"count":3,"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages\/14600\/revisions"}],"predecessor-version":[{"id":16893,"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/pages\/14600\/revisions\/16893"}],"wp:attachment":[{"href":"https:\/\/www.monaflex.com\/es\/wp-json\/wp\/v2\/media?parent=14600"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}