{"id":5326,"date":"2025-12-22T22:44:09","date_gmt":"2025-12-22T20:44:09","guid":{"rendered":"https:\/\/moodul.es\/?p=5326"},"modified":"2026-01-26T00:11:36","modified_gmt":"2026-01-25T22:11:36","slug":"el-valor-real","status":"publish","type":"post","link":"https:\/\/moodul.es\/en\/the-real-value\/","title":{"rendered":"The real value"},"content":{"rendered":"<p><script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script><style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        body {\r\n            font-family: 'Roboto', sans-serif;\r\n            font-weight: 300;\r\n            color: #54595f;\r\n            background: #ffffff;\r\n            line-height: 1.8;\r\n        }\r\n        \r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 40px;\r\n        }\r\n        \r\n        section {\r\n            padding: 100px 0;\r\n        }\r\n        \r\n        section.bg-light {\r\n            background: #fafafa;\r\n        }\r\n        \r\n        \/* Tipograf\u00eda *\/\r\n        h1 {\r\n            font-size: 64px;\r\n            font-weight: 300;\r\n            color: #54595f;\r\n            margin-bottom: 30px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        h2 {\r\n            font-size: 36px;\r\n            font-weight: 500;\r\n            color: #54595f;\r\n            margin-bottom: 50px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        h3 {\r\n            font-size: 26px;\r\n            font-weight: 400;\r\n            color: #54595f;\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        h4 {\r\n            font-size: 20px;\r\n            font-weight: 400;\r\n            color: #54595f;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        p {\r\n            font-size: 17px;\r\n            font-weight: 300;\r\n            line-height: 1.8;\r\n            margin-bottom: 25px;\r\n        }\r\n        \r\n        .subtitle {\r\n            font-size: 24px;\r\n            font-weight: 300;\r\n            color: #54595f;\r\n            margin-bottom: 50px;\r\n            opacity: 0.8;\r\n        }\r\n        \r\n        \/* Hero *\/\r\n        .hero {\r\n            text-align: center;\r\n            padding-top: 0px;\r\n            padding-bottom: 80px;\r\n        }\r\n        \r\n        .hero-intro {\r\n            max-width: 800px;\r\n            margin: 0 auto 60px;\r\n        }\r\n        \r\n        \/* Grid layouts *\/\r\n        .two-col {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            margin-bottom: 60px;\r\n        }\r\n        \r\n        .three-col {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 40px;\r\n            margin-bottom: 60px;\r\n        }\r\n        \r\n        \/* Cards *\/\r\n        .card {\r\n            background: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            padding: 40px;\r\n        }\r\n        \r\n        \/* Lists *\/\r\n        .list-item {\r\n            padding: 18px 0;\r\n            border-top: 1px solid #e0e0e0;\r\n            font-size: 17px;\r\n            font-weight: 300;\r\n        }\r\n        \r\n        .list-item:last-child {\r\n            border-bottom: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .list-item strong {\r\n            font-weight: 500;\r\n            color: #54595f;\r\n        }\r\n        \r\n        \/* Tabs *\/\r\n        .tabs {\r\n            display: flex;\r\n            justify-content: center;\r\n            border-bottom: 1px solid #e0e0e0;\r\n            margin-bottom: 60px;\r\n            flex-wrap: wrap;\r\n        }\r\n        \r\n        .tab {\r\n            padding: 20px 40px;\r\n            cursor: pointer;\r\n            border-bottom: 2px solid transparent;\r\n            transition: all 0.3s;\r\n            font-size: 16px;\r\n            font-weight: 400;\r\n        }\r\n        \r\n        .tab:hover {\r\n            opacity: 0.6;\r\n        }\r\n        \r\n        .tab.active {\r\n            border-bottom: 2px solid #54595f;\r\n            font-weight: 500;\r\n        }\r\n        \r\n        .tab-content {\r\n            display: none;\r\n        }\r\n        \r\n        .tab-content.active {\r\n            display: block;\r\n            animation: fadeIn 0.5s;\r\n        }\r\n        \r\n        @keyframes fadeIn {\r\n            from { opacity: 0; }\r\n            to { opacity: 1; }\r\n        }\r\n        \r\n        \/* Comparison Table *\/\r\n        .comparison-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            background: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .comparison-table th {\r\n            background: #fafafa;\r\n            padding: 20px;\r\n            text-align: left;\r\n            font-weight: 500;\r\n            border-bottom: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .comparison-table td {\r\n            padding: 20px;\r\n            border-bottom: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .comparison-table tr:last-child td {\r\n            border-bottom: none;\r\n        }\r\n        \r\n        \/* Chart Container *\/\r\n        .chart-container {\r\n            padding: 50px;\r\n            background: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            margin: 60px auto;\r\n        }\r\n        \r\n        \/* Info Box *\/\r\n        .info-box {\r\n            background: #fafafa;\r\n            border: 1px solid #e0e0e0;\r\n            padding: 40px;\r\n            margin: 40px 0;\r\n        }\r\n        \r\n        \/* Accordion *\/\r\n        .accordion-item {\r\n            border-top: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .accordion-item:last-child {\r\n            border-bottom: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .accordion-header {\r\n            padding: 25px 0;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            font-size: 18px;\r\n            font-weight: 400;\r\n            color: #54595f;\r\n            background: none;\r\n            border: none;\r\n            width: 100%;\r\n            text-align: left;\r\n            transition: opacity 0.3s;\r\n        }\r\n        \r\n        .accordion-header:hover {\r\n            opacity: 0.6;\r\n        }\r\n        \r\n        .accordion-icon {\r\n            font-size: 14px;\r\n            transition: transform 0.3s;\r\n        }\r\n        \r\n        .accordion-content {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease;\r\n        }\r\n        \r\n        .accordion-content.active {\r\n            max-height: 1000px;\r\n            padding-bottom: 25px;\r\n        }\r\n        \r\n        \/* Buttons *\/\r\n        .btn {\r\n            display: inline-block !important;\r\n            padding: 16px 45px !important;\r\n            font-size: 15px !important;\r\n            font-weight: 400 !important;\r\n            color: #ffffff !important;\r\n            background: #54595f !important;\r\n            border: 1px solid #54595f !important;\r\n            text-decoration: none !important;\r\n            transition: all 0.3s !important;\r\n            margin: 8px 10px !important;\r\n            font-family: 'Roboto', sans-serif !important;\r\n            cursor: pointer !important;\r\n        }\r\n        \r\n        .btn:hover {\r\n            background: #ffffff !important;\r\n            color: #54595f !important;\r\n        }\r\n        \r\n        .btn-outline {\r\n            background: #ffffff !important;\r\n            color: #54595f !important;\r\n        }\r\n        \r\n        .btn-outline:hover {\r\n            background: #54595f !important;\r\n            color: #ffffff !important;\r\n        }\r\n        \r\n        \/* Images *\/\r\n        .section-image {\r\n            width: 100%;\r\n            height: auto;\r\n            display: block;\r\n            border: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .image-container {\r\n            margin: 40px 0;\r\n        }\r\n        \r\n        \/* CTA Section *\/\r\n        .cta-section {\r\n            text-align: center;\r\n            padding: 80px 60px;\r\n            background: #fafafa;\r\n            border: 1px solid #e0e0e0;\r\n            margin: 0 auto;\r\n            max-width: 900px;\r\n        }\r\n        \r\n        .cta-buttons {\r\n            margin-top: 40px;\r\n        }\r\n        \r\n        \/* Responsive *\/\r\n        @media (max-width: 768px) {\r\n            .container {\r\n                padding: 0 20px;\r\n            }\r\n            \r\n            h1 {\r\n                font-size: 42px;\r\n            }\r\n            \r\n            h2 {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            h3 {\r\n                font-size: 22px;\r\n            }\r\n            \r\n            section {\r\n                padding: 60px 0;\r\n            }\r\n            \r\n            .two-col,\r\n            .three-col {\r\n                grid-template-columns: 1fr;\r\n                gap: 40px;\r\n            }\r\n            \r\n            .tabs {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .tab {\r\n                border-bottom: 1px solid #e0e0e0;\r\n                border-right: none;\r\n            }\r\n            \r\n            .tab.active {\r\n                border-bottom: 1px solid #54595f;\r\n                border-right: none;\r\n            }\r\n            \r\n            .comparison-table {\r\n                font-size: 14px;\r\n            }\r\n            \r\n            .comparison-table th,\r\n            .comparison-table td {\r\n                padding: 12px;\r\n            }\r\n            \r\n            .btn {\r\n                display: block !important;\r\n                margin: 10px 0 !important;\r\n            }\r\n        }\r\n    <\/style><\/p>\r\n<!-- Hero Section -->\r\n<section class=\"hero\">\r\n<div class=\"container\">\r\n<h1>The Real Value \u2013 All-Inclusive Price<\/h1>\r\n<div class=\"hero-intro\">\r\n<p class=\"subtitle\">Discover why MOODUL modular homes offer the best value in the short and long term<\/p>\r\n<p>Transparency, quality, and efficiency define our pricing policy. No surprises, no hidden costs, no compromising your dreams.<\/p>\r\n<\/div>\r\n<div class=\"image-container\"><img decoding=\"async\" class=\"section-image\" src=\"https:\/\/www.gessato.com\/wp-content\/uploads\/2019\/05\/connect-homes-minimalist-prefab-house.jpg\" alt=\"MOODUL minimalist modular house\" \/><\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- Intro Section -->\r\n<section class=\"bg-light\">\r\n<div class=\"container\">\r\n<div class=\"two-col\">\r\n<div>\r\n<h2>A new approach to housing pricing<\/h2>\r\n<p>At MOODUL, we understand that transparency is essential when it comes to the most important investment of your life. That&#039;s why our &quot;All-Inclusive Pricing&quot; model offers you clarity from the very beginning.<\/p>\r\n<p>Unlike traditional construction, where cost overruns can reach up to 20-30% of the initial budget, at MOODUL we offer you a fixed and reliable price.<\/p>\r\n<p>Our commitment: what you see is what you pay, no surprises or hidden costs.<\/p>\r\n<\/div>\r\n<div>\r\n<div class=\"info-box\">\r\n<h3>Did you know that\u2026?<\/h3>\r\n<div class=\"list-item\">He <strong>78%<\/strong> Traditional construction projects suffer significant delays that ultimately impact the final cost<\/div>\r\n<div class=\"list-item\">He <strong>65%<\/strong> Owners report cost overruns of between 15% and 30% over the initial budget<\/div>\r\n<div class=\"list-item\">With MOODUL&#039;s industrialized modular system, these problems are eliminated thanks to a controlled process and a fixed price from the start.<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- What's Included Section -->\r\n<section>\r\n<div class=\"container\">\r\n<h2 style=\"text-align: center;\">What does the MOODUL price include?<\/h2>\r\n<p style=\"text-align: center; max-width: 800px; margin: 0 auto 60px;\">Our &quot;All Inclusive&quot; price covers all the essential elements to deliver a complete, functional, and high-quality home.<\/p>\r\n<!-- Tabs -->\r\n<div class=\"tabs\">\r\n<div class=\"tab active\" data-tab=\"diseno\">Design<\/div>\r\n<div class=\"tab\" data-tab=\"fabricacion\">Manufacturing<\/div>\r\n<div class=\"tab\" data-tab=\"instalaciones\">Facilities<\/div>\r\n<div class=\"tab\" data-tab=\"acabados\">Finishes<\/div>\r\n<div class=\"tab\" data-tab=\"logistica\">Logistics<\/div>\r\n<\/div>\r\n<!-- Tab Contents -->\r\n<div id=\"diseno\" class=\"tab-content active\">\r\n<div class=\"two-col\">\r\n<div>\r\n<h3>Design and Project<\/h3>\r\n<div class=\"list-item\">Basic and complete execution project endorsed by registered architects<\/div>\r\n<div class=\"list-item\">Feasibility study and adaptation to local urban planning regulations<\/div>\r\n<div class=\"list-item\">Topographic survey and site layout analysis<\/div>\r\n<div class=\"list-item\">Realistic 3D infographics for preview<\/div>\r\n<div class=\"list-item\">Interior design consulting for customizing finishes<\/div>\r\n<div class=\"list-item\">Detailed technical drawings of all facilities<\/div>\r\n<\/div>\r\n<div>\r\n<div class=\"card\">\r\n<h4>Value of comprehensive design<\/h4>\r\n<p>A comprehensive architectural project can represent between 81% and 121% of the total cost of a home in the traditional market. At MOODUL, this complete service is included in the final price.<\/p>\r\n<p>The difference: we have a technical team specializing in modular systems, which optimizes the design for industrial manufacturing without compromising aesthetics or customization.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"fabricacion\" class=\"tab-content\">\r\n<div class=\"image-container\"><img decoding=\"async\" class=\"section-image\" src=\"https:\/\/vertexcad.com\/bd\/wp-content\/uploads\/sites\/3\/2024\/06\/vbc_tracy-facility_manufacturing_helena-lidelow_01.jpg\" alt=\"Precision modular factory manufacturing\" \/><\/div>\r\n<div class=\"two-col\">\r\n<div>\r\n<h3>High Precision Manufacturing<\/h3>\r\n<div class=\"list-item\">M-STAK steel and concrete structure, with structural guarantee<\/div>\r\n<div class=\"list-item\">Multi-layer exterior cladding with high thermal efficiency<\/div>\r\n<div class=\"list-item\">Continuous insulation without thermal bridges<\/div>\r\n<div class=\"list-item\">Industrialized technical partitions with integrated installations<\/div>\r\n<div class=\"list-item\">Factory quality tests under controlled conditions<\/div>\r\n<div class=\"list-item\">Thorough technical control throughout the entire process<\/div>\r\n<\/div>\r\n<div>\r\n<div class=\"card\">\r\n<h4>Advantage of modular manufacturing<\/h4>\r\n<p>Manufacturing in a controlled environment eliminates variables such as adverse weather, theft on site, or execution errors, guaranteeing consistent and superior quality.<\/p>\r\n<p>Each module is manufactured with millimeter tolerances, using certified materials and standardized processes that result in a home without defects.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"instalaciones\" class=\"tab-content\">\r\n<div class=\"two-col\">\r\n<div>\r\n<h3>Complete Installations<\/h3>\r\n<div class=\"list-item\">Aerothermal system for air conditioning and hot water<\/div>\r\n<div class=\"list-item\">Underfloor heating\/cooling throughout the house<\/div>\r\n<div class=\"list-item\">Mechanical ventilation with heat recovery<\/div>\r\n<div class=\"list-item\">Complete electrical installation with high-end mechanisms (JUNG)<\/div>\r\n<div class=\"list-item\">Telecommunications with pre-installation of fiber optics<\/div>\r\n<div class=\"list-item\">Plumbing with multilayer pipes and noise reduction systems<\/div>\r\n<div class=\"list-item\">Recessed and ambient LED lighting<\/div>\r\n<\/div>\r\n<div>\r\n<div class=\"card\">\r\n<h4>The MOODUL difference<\/h4>\r\n<p>All our facilities are designed to offer maximum comfort and energy efficiency. The aerothermal system and radiant floor heating\/cooling provide an optimal indoor environment year-round.<\/p>\r\n<p>Each installation is factory tested before delivery, guaranteeing its correct operation from day one.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"acabados\" class=\"tab-content\">\r\n<div class=\"two-col\">\r\n<div>\r\n<h3>Premium Finishes<\/h3>\r\n<div class=\"list-item\">Complete kitchen with high-quality furniture and BOSCH appliances<\/div>\r\n<div class=\"list-item\">Bathrooms equipped with toilets, faucets and furniture included<\/div>\r\n<div class=\"list-item\">Porcelain floors with wood effect or large format<\/div>\r\n<div class=\"list-item\">Lacquered interior woodwork with integrated hardware<\/div>\r\n<div class=\"list-item\">Floor-to-ceiling windows with PVC or aluminum with thermal break<\/div>\r\n<div class=\"list-item\">Custom-made fitted wardrobes with customizable interior layout<\/div>\r\n<div class=\"list-item\">High-quality eco-friendly paint throughout the house<\/div>\r\n<\/div>\r\n<div>\r\n<div class=\"card\">\r\n<h4>Quality without surprises<\/h4>\r\n<p>All our finishes are mid-to-high-end, selected for their durability, aesthetics, and sustainability. We don&#039;t use low-quality materials to hide costs.<\/p>\r\n<p>Factory-controlled execution allows for perfect finishes, without the imperfections typical of traditional construction.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<div id=\"logistica\" class=\"tab-content\">\r\n<div class=\"two-col\">\r\n<div>\r\n<h3>Logistics and Assembly<\/h3>\r\n<div class=\"list-item\">Preliminary logistics study with specialized engineering<\/div>\r\n<div class=\"list-item\">Special land transport (up to 300 km)<\/div>\r\n<div class=\"list-item\">Coordination of permits and authorizations for transportation<\/div>\r\n<div class=\"list-item\">On-site installation and assembly by a specialized team<\/div>\r\n<div class=\"list-item\">Connection between modules (structural and installations)<\/div>\r\n<div class=\"list-item\">Final touches and sealing<\/div>\r\n<div class=\"list-item\">Final verification and functional testing<\/div>\r\n<\/div>\r\n<div>\r\n<div class=\"card\">\r\n<h4>The magic of seeing your house born<\/h4>\r\n<p>One of the most exciting moments is watching your entire house take shape on the plot in a matter of hours. This process, which seems like magic, is actually the result of meticulous planning and precise logistics.<\/p>\r\n<p>Our team coordinates the entire process, from factory loading to final implementation, ensuring that everything works perfectly.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- What's NOT Included -->\r\n<section class=\"bg-light\">\r\n<div class=\"container\">\r\n<h2 style=\"text-align: center;\">What is NOT included in the price?<\/h2>\r\n<p style=\"text-align: center; max-width: 800px; margin: 0 auto 60px;\">To maintain complete transparency, we also detail those elements that are not included in our base price.<\/p>\r\n<div class=\"three-col\">\r\n<div class=\"card\">\r\n<h4>Preparing the land<\/h4>\r\n<p>Earthmoving, leveling, retaining walls and land preparation depend on the specific characteristics of each plot.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Foundation<\/h4>\r\n<p>The foundation varies depending on the type of terrain and the geotechnical characteristics of the plot, so it is budgeted after the corresponding study.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Service connections<\/h4>\r\n<p>Connections from the main network to the home (water, electricity, gas, sanitation) vary depending on location and distance.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Fees and licenses<\/h4>\r\n<p>Taxes, municipal fees and licenses vary depending on each municipality and type of project.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Exterior elements<\/h4>\r\n<p>Elements such as swimming pool, pergolas, garden, exterior paving or fencing are budgeted separately according to design and needs.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Special transport<\/h4>\r\n<p>Maritime transport (for the Balearic Islands) or distances over 300 km have an additional cost that is calculated specifically.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- Comparison Section -->\r\n<section>\r\n<div class=\"container\">\r\n<h2 style=\"text-align: center;\">Comparison: Modular vs. Traditional<\/h2>\r\n<p style=\"text-align: center; max-width: 800px; margin: 0 auto 60px;\">Understanding the differences between industrialized modular systems and traditional construction will help you assess the true cost and benefit.<\/p>\r\n<div class=\"image-container\"><img decoding=\"async\" class=\"section-image\" src=\"https:\/\/inhabitat.com\/wp-content\/blogs.dir\/1\/files\/2012\/01\/MIMA-Prefab-Housing-LEAD.jpg\" alt=\"Comparison of modular vs traditional construction\" \/><\/div>\r\n<table class=\"comparison-table\">\r\n<thead>\r\n<tr>\r\n<th>Aspect<\/th>\r\n<th>Traditional Construction<\/th>\r\n<th>MOODUL Industrialized<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Initial budget<\/strong><\/td>\r\n<td>Estimate, with open items<\/td>\r\n<td>Closed and detailed from the start<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Budget deviations<\/strong><\/td>\r\n<td>Between 15% and 30% usually<\/td>\r\n<td>0% as included in the contract<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Execution time<\/strong><\/td>\r\n<td>12-18 months or more<\/td>\r\n<td>5 months<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Construction quality<\/strong><\/td>\r\n<td>Variable depending on labor<\/td>\r\n<td>Factory controlled, consistent<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Energy efficiency<\/strong><\/td>\r\n<td>Variable, depending on execution<\/td>\r\n<td>Guaranteed A certification<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Sustainability<\/strong><\/td>\r\n<td>High waste production<\/td>\r\n<td>Reduction of 60% in waste<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Disruptions during construction<\/strong><\/td>\r\n<td>High (noise, dust, traffic)<\/td>\r\n<td>Minimum (1 day of implantation)<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<div class=\"chart-container\" style=\"max-width: 900px; height: 400px;\">\u00a0<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- Real Value Section -->\r\n<div class=\"container\">\r\n<h2 style=\"text-align: center;\">The True Value of a MOODUL Home<\/h2>\r\n<p style=\"text-align: center; max-width: 800px; margin: 0 auto 60px;\">Beyond the price, a MOODUL home represents a unique value that endures over time.<\/p>\r\n<div class=\"three-col\">\r\n<div class=\"card\">\r\n<h4>Time and tranquility<\/h4>\r\n<p>The value of not suffering delays, having a clear schedule, and reducing the stress associated with traditional construction.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Long-term efficiency<\/h4>\r\n<p>Energy savings translate into lower bills and greater thermal comfort throughout the lifespan of the home.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Health and well-being<\/h4>\r\n<p>Improved indoor air quality, superior sound insulation, and spaces designed for physical and mental well-being.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Real sustainability<\/h4>\r\n<p>Smaller carbon footprint, reduced waste, and greater efficiency in the use of natural resources.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Contemporary design<\/h4>\r\n<p>Modern and timeless architecture, with optimized spaces and functional solutions for a contemporary lifestyle.<\/p>\r\n<\/div>\r\n<div class=\"card\">\r\n<h4>Resale value<\/h4>\r\n<p>Energy-efficient homes with quality certifications maintain their market value better in the long term.<\/p>\r\n<\/div>\r\n<\/div>\r\n<h3 style=\"text-align: center; margin: 80px 0 60px;\">Investment vs. Expenditure: A 25-Year Analysis<\/h3>\r\n<div class=\"two-col\">\r\n<div class=\"card\">\r\n<h4 style=\"text-align: center;\">Traditional housing<\/h4>\r\n<div class=\"list-item\">Initial construction cost: <strong>100%<\/strong><\/div>\r\n<div class=\"list-item\">Construction cost overruns (average): <strong>+20%<\/strong><\/div>\r\n<div class=\"list-item\">Energy consumption (25 years): <strong>+35%<\/strong><\/div>\r\n<div class=\"list-item\">Maintenance (25 years): <strong>+18%<\/strong><\/div>\r\n<div class=\"list-item\">Necessary reforms (25 years): <strong>+15%<\/strong><\/div>\r\n<div class=\"list-item\" style=\"margin-top: 20px;\"><strong>Total cost over 25 years: 188%<\/strong><\/div>\r\n<\/div>\r\n<div class=\"card\" style=\"border: 2px solid #54595f;\">\r\n<h4 style=\"text-align: center;\">MOODUL Housing<\/h4>\r\n<div class=\"list-item\">Initial all-inclusive cost: <strong>100%<\/strong><\/div>\r\n<div class=\"list-item\">Construction cost overruns: <strong>0%<\/strong><\/div>\r\n<div class=\"list-item\">Energy consumption (25 years): <strong>+10%<\/strong><\/div>\r\n<div class=\"list-item\">Maintenance (25 years): <strong>+8%<\/strong><\/div>\r\n<div class=\"list-item\">Necessary reforms (25 years): <strong>+5%<\/strong><\/div>\r\n<div class=\"list-item\" style=\"margin-top: 20px;\"><strong>Total cost over 25 years: 123%<\/strong><\/div>\r\n<\/div>\r\n<\/div>\r\n<p style=\"text-align: center; margin-top: 60px; max-width: 900px; margin-left: auto; margin-right: auto;\">A MOODUL home represents a long-term cost saving of 65% compared to a traditional construction of similar characteristics, thanks to its energy efficiency, lower maintenance and absence of initial overcosts.<\/p>\r\n<p>&nbsp;<\/p>\r\n<\/div>\r\n<h2 style=\"text-align: center;\"><b>What does a turnkey MOODUL home include?<\/b><\/h2>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">One of the most important differences between a traditional building and a well-designed industrialized modular home lies in the <strong>clarity of scope<\/strong><\/span><span style=\"font-weight: 400;\">At MOODUL, when we talk about a fixed price, we mean this:<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Basic and executive project<\/span><\/p>\r\n<p class=\"bg-light\" style=\"text-align: center;\">Construction management and permit processing<\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Industrialized construction (metal structure + concrete, manufactured in a factory)<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Transport (up to 300 km) and installation with crane<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Kitchen equipped with BOSCH appliances<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Complete bathrooms, built-in wardrobes, interior finishes<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Air source heat pump heating, ventilation with heat recovery unit<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Electrical installation, plumbing, LED lighting<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Connection to services (if available on the plot)<\/span><\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">Final certification, occupancy certificate and guarantees<\/span><\/p>\r\n<p>&nbsp;<\/p>\r\n<p style=\"text-align: center;\"><span style=\"font-weight: 400;\">All this, with a single point of contact and no hidden costs. <strong>That is also part of the &quot;real value&quot;.<\/strong><\/span><\/p>\r\n<!-- FAQ Section -->\r\n<section>\r\n<div class=\"container\">\r\n<h2 style=\"text-align: center;\">Frequently Asked Questions about Pricing<\/h2>\r\n<p style=\"text-align: center; max-width: 800px; margin: 0 auto 60px;\">We answer the most common questions about the value and price of our modular homes<\/p>\r\n<div style=\"max-width: 900px; margin: 0 auto;\">\r\n<div class=\"accordion-item\"><button class=\"accordion-header\"> How much does a MOODUL modular home really cost? <span class=\"accordion-icon\">+<\/span> <\/button>\r\n<div class=\"accordion-content\">\r\n<p>The price of a MOODUL home depends on the model, size, and customizations chosen. Our modular homes are competitively priced compared to traditional constructions of similar quality. Importantly, we offer a fixed price from the start, with no changes or surprises.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"accordion-item\"><button class=\"accordion-header\"> Can I finance a MOODUL home with a mortgage? <span class=\"accordion-icon\">+<\/span> <\/button>\r\n<div class=\"accordion-content\">\r\n<p>Yes, MOODUL homes are fully mortgageable. As they are permanent constructions with a building permit and final completion certificate, they meet all the requirements for obtaining mortgage financing.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"accordion-item\"><button class=\"accordion-header\"> What elements can increase the budget? <span class=\"accordion-icon\">+<\/span> <\/button>\r\n<div class=\"accordion-content\">\r\n<p>The main elements that can increase the budget are: difficulty of the terrain, premium finishes, exterior elements such as a swimming pool, logistical distance greater than 300 km, additional home automation systems, and fully customized design.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"accordion-item\"><button class=\"accordion-header\"> What is the usual form of payment? <span class=\"accordion-icon\">+<\/span> <\/button>\r\n<div class=\"accordion-content\">\r\n<p>We generally work with a staggered payment schedule: initial reservation, payment at the start of manufacturing, partial payment during manufacturing, and final payment upon delivery of the home.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"accordion-item\"><button class=\"accordion-header\"> What guarantees does MOODUL offer? <span class=\"accordion-icon\">+<\/span> <\/button>\r\n<div class=\"accordion-content\">\r\n<p>Our homes come with the guarantees established by the Building Regulations Law (LOE): 10 years for structural elements, 3 years for installations, and 1 year for finishes.<\/p>\r\n<\/div>\r\n<\/div>\r\n<div class=\"accordion-item\"><button class=\"accordion-header\"> Does a modular home depreciate over time? <span class=\"accordion-icon\">+<\/span> <\/button>\r\n<div class=\"accordion-content\">\r\n<p>No. MOODUL homes are permanent residences built with durable, high-quality materials. Their property value is equal to or higher than equivalent traditional homes, especially considering their energy efficiency.<\/p>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<!-- CTA Final -->\r\n<section class=\"bg-light\">\r\n<div class=\"container\">\r\n<div class=\"cta-section\">\r\n<h2>Ready to discover the true value of your future home?<\/h2>\r\n<p style=\"max-width: 600px; margin: 0 auto;\">Request a personalized quote and discover how we can create the house of your dreams with a fixed price and no surprises.<\/p>\r\n<div class=\"cta-buttons\"><a class=\"btn\" role=\"button\" href=\"#\">Request a quote<\/a> <a class=\"btn btn-outline\" role=\"button\" href=\"#\">Visit Showroom<\/a><\/div>\r\n<\/div>\r\n<\/div>\r\n<\/section>\r\n<div style=\"height: 80px;\">\u00a0<\/div>\r\n<p><script>\r\n        \/\/ Tab switching\r\n        document.querySelectorAll('.tab').forEach(tab => {\r\n            tab.addEventListener('click', () => {\r\n                document.querySelectorAll('.tab').forEach(t => t.classList.remove('active'));\r\n                tab.classList.add('active');\r\n                \r\n                document.querySelectorAll('.tab-content').forEach(content => {\r\n                    content.classList.remove('active');\r\n                });\r\n                \r\n                const tabId = tab.getAttribute('data-tab');\r\n                document.getElementById(tabId).classList.add('active');\r\n            });\r\n        });\r\n        \r\n        \/\/ Accordion functionality\r\n        function toggleAccordion(button) {\r\n            const content = button.nextElementSibling;\r\n            const icon = button.querySelector('.accordion-icon');\r\n            const isActive = content.classList.contains('active');\r\n            \r\n            \/\/ Cerrar todos los acordeones\r\n            document.querySelectorAll('.accordion-content').forEach(c => {\r\n                c.classList.remove('active');\r\n            });\r\n            document.querySelectorAll('.accordion-icon').forEach(i => {\r\n                i.textContent = '+';\r\n            });\r\n            \r\n            \/\/ Abrir el acorde\u00f3n clicado si no estaba activo\r\n            if (!isActive) {\r\n                content.classList.add('active');\r\n                icon.textContent = '\u2212';\r\n            }\r\n        }\r\n        \r\n        \/\/ Initialize chart\r\n        window.addEventListener('DOMContentLoaded', () => {\r\n            const ctx = document.getElementById('savingsChart').getContext('2d');\r\n            const savingsChart = new Chart(ctx, {\r\n                type: 'line',\r\n                data: {\r\n                    labels: ['A\u00f1o 0', 'A\u00f1o 5', 'A\u00f1o 10', 'A\u00f1o 15', 'A\u00f1o 20', 'A\u00f1o 25'],\r\n                    datasets: [\r\n                        {\r\n                            label: 'Casa Tradicional',\r\n                            data: [100, 135, 158, 170, 180, 188],\r\n                            borderColor: 'rgba(84, 89, 95, 0.5)',\r\n                            backgroundColor: 'rgba(84, 89, 95, 0.1)',\r\n                            borderWidth: 2,\r\n                            fill: true\r\n                        },\r\n                        {\r\n                            label: 'Casa MOODUL',\r\n                            data: [100, 105, 110, 115, 120, 123],\r\n                            borderColor: 'rgba(84, 89, 95, 1)',\r\n                            backgroundColor: 'rgba(84, 89, 95, 0.2)',\r\n                            borderWidth: 2,\r\n                            fill: true\r\n                        }\r\n                    ]\r\n                },\r\n                options: {\r\n                    responsive: true,\r\n                    maintainAspectRatio: false,\r\n                    plugins: {\r\n                        title: {\r\n                            display: true,\r\n                            text: 'Coste acumulado a 25 a\u00f1os (base 100%)',\r\n                            font: {\r\n                                family: 'Roboto',\r\n                                size: 16,\r\n                                weight: '400'\r\n                            },\r\n                            color: '#54595f'\r\n                        },\r\n                        legend: {\r\n                            position: 'bottom',\r\n                            labels: {\r\n                                font: {\r\n                                    family: 'Roboto',\r\n                                    size: 14,\r\n                                    weight: '300'\r\n                                },\r\n                                color: '#54595f',\r\n                                padding: 20\r\n                            }\r\n                        }\r\n                    },\r\n                    scales: {\r\n                        y: {\r\n                            beginAtZero: false,\r\n                            min: 90,\r\n                            max: 200,\r\n                            ticks: {\r\n                                callback: function(value) {\r\n                                    return value + '%';\r\n                                },\r\n                                font: {\r\n                                    family: 'Roboto',\r\n                                    weight: '300'\r\n                                },\r\n                                color: '#54595f'\r\n                            },\r\n                            grid: {\r\n                                color: '#e0e0e0'\r\n                            }\r\n                        },\r\n                        x: {\r\n                            ticks: {\r\n                                font: {\r\n                                    family: 'Roboto',\r\n                                    weight: '300'\r\n                                },\r\n                                color: '#54595f'\r\n                            },\r\n                            grid: {\r\n                                display: false\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n            });\r\n        });\r\n    <\/script><\/p>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>El Valor Real \u2013 Precio Todo Incluido Descubre por qu\u00e9 las viviendas modulares MOODUL ofrecen el mejor valor a corto y largo plazo Transparencia, calidad y eficiencia definen nuestra pol\u00edtica de precios. Sin sorpresas, sin sobrecostes, sin comprometer tus sue\u00f1os. Un nuevo enfoque del precio en la vivienda En MOODUL entendemos que la transparencia es [&hellip;]<\/p>","protected":false},"author":4,"featured_media":3570,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[15],"tags":[],"class_list":["post-5326","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guias"],"acf":[],"_links":{"self":[{"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/comments?post=5326"}],"version-history":[{"count":3,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5326\/revisions"}],"predecessor-version":[{"id":5357,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5326\/revisions\/5357"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/media\/3570"}],"wp:attachment":[{"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/media?parent=5326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/categories?post=5326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/tags?post=5326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}