{"id":5335,"date":"2025-12-22T22:49:15","date_gmt":"2025-12-22T20:49:15","guid":{"rendered":"https:\/\/moodul.es\/?p=5335"},"modified":"2026-01-26T00:10:43","modified_gmt":"2026-01-25T22:10:43","slug":"guia-completa-de-vivienda-modular","status":"publish","type":"post","link":"https:\/\/moodul.es\/en\/complete-guide-to-modular-housing\/","title":{"rendered":"Complete guide to modular housing"},"content":{"rendered":"<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>The Definitive Guide to Modular Homes: Myths vs. Reality \u2013 MOODUL<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\r\n    <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        ul.styled-list {\r\n            list-style: none;\r\n            padding: 0;\r\n        }\r\n        \r\n        ul.styled-list li {\r\n            padding: 15px 0 15px 30px;\r\n            position: relative;\r\n            border-top: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        ul.styled-list li:last-child {\r\n            border-bottom: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        ul.styled-list li:before {\r\n            content: \"\u2192\";\r\n            position: absolute;\r\n            left: 0;\r\n            color: #54595f;\r\n            font-weight: 500;\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            margin: 40px 0;\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        \/* 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 \/ Myth Cards *\/\r\n        .myth-card {\r\n            border: 1px solid #e0e0e0;\r\n            margin-bottom: 30px;\r\n            background: #ffffff;\r\n        }\r\n        \r\n        .myth-header {\r\n            padding: 30px 40px;\r\n            cursor: pointer;\r\n            background: #fafafa;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: opacity 0.3s;\r\n        }\r\n        \r\n        .myth-header:hover {\r\n            opacity: 0.8;\r\n        }\r\n        \r\n        .myth-header h3 {\r\n            margin: 0;\r\n            font-size: 20px;\r\n            font-weight: 400;\r\n        }\r\n        \r\n        .myth-icon {\r\n            font-size: 20px;\r\n            transition: transform 0.3s;\r\n        }\r\n        \r\n        .myth-icon.active {\r\n            transform: rotate(180deg);\r\n        }\r\n        \r\n        .myth-content {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.5s ease;\r\n        }\r\n        \r\n        .myth-content.active {\r\n            max-height: 2000px;\r\n            padding: 40px;\r\n            border-top: 1px solid #e0e0e0;\r\n        }\r\n        \r\n        .myth-content h4 {\r\n            color: #54595f;\r\n            font-weight: 500;\r\n            margin-bottom: 20px;\r\n        }\r\n        \r\n        \/* Quote *\/\r\n        .quote-box {\r\n            border-left: 3px solid #54595f;\r\n            padding-left: 40px;\r\n            margin: 60px 0;\r\n            font-size: 20px;\r\n            font-style: italic;\r\n            font-weight: 300;\r\n        }\r\n        \r\n        .quote-author {\r\n            font-style: normal;\r\n            font-size: 15px;\r\n            margin-top: 15px;\r\n            opacity: 0.7;\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            .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            .myth-header {\r\n                padding: 20px 25px;\r\n            }\r\n            \r\n            .myth-content.active {\r\n                padding: 25px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <section class=\"hero\">\r\n        <div class=\"container\">\r\n            <h1>The Definitive Guide to Modular Homes<\/h1>\r\n            <div class=\"hero-intro\">\r\n                <p class=\"subtitle\">Myths vs. Reality<\/p>\r\n                <p>Discover the truth about industrialized modular architecture and how it is revolutionizing the concept of home construction.<\/p>\r\n            <\/div>\r\n            <div class=\"image-container\">\r\n                <img decoding=\"async\" src=\"https:\/\/www.gessato.com\/wp-content\/uploads\/2019\/05\/mima-house-modern-prefab-homes.jpg\" alt=\"MOODUL Modular Housing\" class=\"section-image\">\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- \u00bfQu\u00e9 es? -->\r\n    <section class=\"bg-light\">\r\n        <div class=\"container\">\r\n            <h2>What is an Industrialized Modular Home?<\/h2>\r\n            \r\n            <div class=\"two-col\">\r\n                <div>\r\n                    <h3>Real Definition<\/h3>\r\n                    <p>An industrialized modular home is a <strong>permanent building<\/strong>Designed by architects, built in a controlled factory environment with industrialized processes, divided into self-supporting three-dimensional modules, which are transported fully finished and assembled on the site in a matter of hours or days.<\/p>\r\n                    <p>It&#039;s not a caravan, it&#039;s not a container home, it&#039;s not temporary, and it&#039;s not a low-quality solution. It&#039;s a newly built home that complies with all current urban planning, technical, and habitability regulations in Spain.<\/p>\r\n                <\/div>\r\n                \r\n                <div>\r\n                    <div class=\"info-box\">\r\n                        <h3>What MOODUL offers<\/h3>\r\n                        <p>MOODUL is a company specializing in the construction of industrialized single-family homes with a comprehensive approach: from architectural design to turnkey delivery.<\/p>\r\n                        <p>Their system is based on three-dimensional modules of metal and concrete structure manufactured entirely in-house, which guarantees greater control in terms of deadlines, costs and quality compared to traditional construction.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <h3>How is it different from a prefabricated house?<\/h3>\r\n            \r\n            <table class=\"comparison-table\">\r\n                <thead>\r\n                    <tr>\r\n                        <th>Aspect<\/th>\r\n                        <th>Basic Prefabricated House<\/th>\r\n                        <th>Modular House MOODUL<\/th>\r\n                    <\/tr>\r\n                <\/thead>\r\n                <tbody>\r\n                    <tr>\r\n                        <td><strong>Structure<\/strong><\/td>\r\n                        <td>Lightweight, panels or basic systems<\/td>\r\n                        <td>Rigid three-dimensional steel\/concrete structure (M-STAK)<\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td><strong>Personalization<\/strong><\/td>\r\n                        <td>Limited or non-existent<\/td>\r\n                        <td>High degree of architectural customization<\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td><strong>Manufacturing<\/strong><\/td>\r\n                        <td>By pieces or panels<\/td>\r\n                        <td>Complete 3D modules with included installations<\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td><strong>Regulations<\/strong><\/td>\r\n                        <td>It does not always comply with CTE<\/td>\r\n                        <td>It meets or exceeds all regulations (CTE, etc.)<\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td><strong>Location<\/strong><\/td>\r\n                        <td>Sometimes limited to campsites or specific areas<\/td>\r\n                        <td>Urban plots with regular building permit<\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td><strong>Durability<\/strong><\/td>\r\n                        <td>Variable, sometimes limited<\/td>\r\n                        <td>Equivalent to or better than traditional housing<\/td>\r\n                    <\/tr>\r\n                    <tr>\r\n                        <td><strong>Financing<\/strong><\/td>\r\n                        <td>Difficult or impossible to mortgage<\/td>\r\n                        <td>Fully mortgageable as a conventional home<\/td>\r\n                    <\/tr>\r\n                <\/tbody>\r\n            <\/table>\r\n            \r\n            <div class=\"quote-box\">\r\n                &quot;Ours are not prefabricated houses, they are manufactured houses. Like a car, but with the soul of architecture.&quot;\r\n                <div class=\"quote-author\">\u2014 Albert Gombau, MOODUL<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Mitos vs. Realidad -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Myths vs. Reality about Modular Homes<\/h2>\r\n            \r\n            <!-- Mito 1 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(1)\">\r\n                    <h3>MYTH: Modular homes are of low quality<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-1\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-1\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>Factory production allows for a level of control that is impossible to replicate on-site. At MOODUL:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>The finishing work is carried out under optimal conditions, without humidity, dust, or haste.<\/li>\r\n                        <li>Insulation, adhesives, paints, and sealants are applied in a homogeneous and controlled manner.<\/li>\r\n                        <li>All installations are checked and tested before transport<\/li>\r\n                        <li>The finishes are mid-to-high range and high-end depending on the type.<\/li>\r\n                        <li>Quality control is systematic and documented module by module<\/li>\r\n                    <\/ul>\r\n                    <p>The result is homes that are more airtight, efficient, quiet, durable, and healthy than many traditional homes.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mito 2 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(2)\">\r\n                    <h3>MYTH: All modular homes are the same<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-2\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-2\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>MOODUL works with registered architects who design each project individually. Industrialization does not mean uniformity:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>Each home is designed according to the client&#039;s needs and the characteristics of the land.<\/li>\r\n                        <li>The modules allow for endless architectural combinations<\/li>\r\n                        <li>Everything can be customized: layout, finishes, materials, carpentry, installations<\/li>\r\n                        <li>Customization does not affect the efficiency of the manufacturing process<\/li>\r\n                        <li>No two MOODUL houses are exactly alike.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mito 3 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(3)\">\r\n                    <h3>MYTH: Modular homes cannot be mortgaged<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-3\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-3\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>MOODUL modular homes are fully mortgageable because:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>They require a municipal building permit, just like any traditional house.<\/li>\r\n                        <li>They are built on permanent foundations on the client&#039;s plot<\/li>\r\n                        <li>They have a basic and execution project signed by architects<\/li>\r\n                        <li>Upon completion, a final work certificate and occupancy permit are issued.<\/li>\r\n                        <li>They comply with all current technical and urban planning regulations.<\/li>\r\n                        <li>Banks value them the same as conventional homes (or better because of their energy efficiency)<\/li>\r\n                    <\/ul>\r\n                    <p>In fact, many entities value industrialization positively because it reduces the risk of delays and cost overruns.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mito 4 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(4)\">\r\n                    <h3>MYTH: Modular construction is a &quot;low-cost&quot; solution<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-4\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-4\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>MOODUL is not &quot;low-cost&quot;, it&#039;s &quot;high-value&quot;. The difference is fundamental:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>The price per m\u00b2 is competitive with traditional construction of equivalent quality.<\/li>\r\n                        <li>The efficiency of the industrial process is invested in higher quality and performance<\/li>\r\n                        <li>It includes mid-to-high-end finishes, efficient installations, and integrated home automation.<\/li>\r\n                        <li>The added value lies in the predictability of deadlines, costs and quality<\/li>\r\n                        <li>In the long term, energy and maintenance savings offset the initial investment.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mito 5 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(5)\">\r\n                    <h3>MYTH: Modular homes don&#039;t last as long as traditional ones<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-5\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-5\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>The durability of a MOODUL modular home is equivalent to or greater than that of a traditional construction:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>The M-STAK structure is made of galvanized steel and high-strength concrete<\/li>\r\n                        <li>All materials are certified and from top brands<\/li>\r\n                        <li>Factory execution control guarantees higher quality in joints and seals<\/li>\r\n                        <li>The property complies with all the guarantees of the LOE (10 years structural, 3 years installations, 1 year finishes)<\/li>\r\n                        <li>In countries with a longer tradition, there are modular homes that are over 50 years old and in perfect condition.<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mito 6 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(6)\">\r\n                    <h3>MYTH: They do not adapt to complex terrains<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-6\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-6\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>MOODUL modules adapt to virtually any terrain:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>The foundation is designed specifically for each plot according to a geotechnical study.<\/li>\r\n                        <li>Slab foundations, isolated footings, or piles can be used as needed.<\/li>\r\n                        <li>On sloping terrain, they are adapted using terraces or pillars of different heights.<\/li>\r\n                        <li>The relative lightness of the modules reduces foundation requirements compared to traditional construction.<\/li>\r\n                        <li>MOODUL houses have been built on land with slopes of more than 4 meters<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mito 7 -->\r\n            <div class=\"myth-card\">\r\n                <div class=\"myth-header\" onclick=\"toggleMyth(7)\">\r\n                    <h3>MYTH: Energy efficiency is lower<\/h3>\r\n                    <span class=\"myth-icon\" id=\"myth-icon-7\">+<\/span>\r\n                <\/div>\r\n                <div class=\"myth-content\" id=\"myth-content-7\">\r\n                    <h4>REALITY:<\/h4>\r\n                    <p>MOODUL homes achieve an energy rating of A or higher as standard:<\/p>\r\n                    <ul class=\"styled-list\">\r\n                        <li>Continuous factory insulation eliminates thermal bridges<\/li>\r\n                        <li>High-performance windows with triple glazing minimize losses<\/li>\r\n                        <li>The mechanical ventilation system with heat recovery recovers the 90% energy<\/li>\r\n                        <li>Aerothermal energy combined with radiant floor heating\/cooling optimizes consumption<\/li>\r\n                        <li>Factory-controlled watertightness far surpasses that of traditional construction.<\/li>\r\n                        <li>Customers report energy bills 60-70% lower than conventional homes<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Sistema M-STAK -->\r\n    <section class=\"bg-light\">\r\n        <div class=\"container\">\r\n            <h2>M-STAK Construction System<\/h2>\r\n            \r\n            <div class=\"two-col\">\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/www.vbc.co\/hubfs\/MicrosoftTeams-image%20(24)-1.png\" alt=\"M-STAK modular construction system\" class=\"section-image\">\r\n                <\/div>\r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/www.stillwaterdwellings.com\/wp-content\/uploads\/2024\/10\/29956-Cuthbert-Malibu-Interior-46-1024x683.jpg\" alt=\"High-quality MOODUL modular interior\" class=\"section-image\">\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <p>The M-STAK system is the technological heart of MOODUL. It is a self-supporting, three-dimensional structure that combines the advantages of galvanized steel with the thermal mass of concrete.<\/p>\r\n            \r\n            <div class=\"two-col\">\r\n                <div>\r\n                    <h3>Technical specifications<\/h3>\r\n                    <ul class=\"styled-list\">\r\n                        <li>Structure made of high-strength galvanized steel profiles<\/li>\r\n                        <li>Composite slab with reinforced concrete slab<\/li>\r\n                        <li>Multi-layer enclosures with continuous high-density insulation<\/li>\r\n                        <li>Complete integration of facilities within the module itself<\/li>\r\n                        <li>Factory-applied interior and exterior finishes<\/li>\r\n                        <li>Maximum dimensions per module: 4.5m x 12m x 3m (height)<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                \r\n                <div>\r\n                    <h3>Advantages of the system<\/h3>\r\n                    <ul class=\"styled-list\">\r\n                        <li>Maximum structural strength and durability<\/li>\r\n                        <li>Superior seismic performance compared to traditional construction<\/li>\r\n                        <li>High-efficiency thermal and acoustic insulation<\/li>\r\n                        <li>Total architectural flexibility<\/li>\r\n                        <li>Fast on-site assembly (hours, not months)<\/li>\r\n                        <li>Minimal environmental impact during installation<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"info-box\">\r\n                <h3>Why M-STAK?<\/h3>\r\n                <p>Unlike lightweight timber or panel systems, M-STAK offers the robustness of a heavy-duty structure with the advantages of industrialization. This results in homes with improved acoustic performance, greater durability, better fire resistance, and a sense of solidity comparable to traditional construction.<\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Proceso Constructivo -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Construction Process: From Design to Delivery<\/h2>\r\n            \r\n            <div class=\"three-col\">\r\n                <div class=\"card\">\r\n                    <h4>1. Design and Project<\/h4>\r\n                    <p><strong>Duration:<\/strong> 2-3 months<\/p>\r\n                    <p>Custom architectural design, complete technical project, license processing and definition of finishes.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>2. Manufacturing in the Factory<\/h4>\r\n                    <p><strong>Duration:<\/strong> 2-3 months<\/p>\r\n                    <p>Construction of modules in a controlled environment, integration of facilities, interior finishes and exhaustive quality control.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>3. Transport and Installation<\/h4>\r\n                    <p><strong>Duration:<\/strong> 1-2 days<\/p>\r\n                    <p>Special transport, heavy-duty crane, module placement, structural connections and sealing.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>4. Final Finishes<\/h4>\r\n                    <p><strong>Duration:<\/strong> 2-4 weeks<\/p>\r\n                    <p>Connection of installations, exterior finishing, system verification and final cleaning.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>5. Handover of Keys<\/h4>\r\n                    <p><strong>Duration:<\/strong> 1 day<\/p>\r\n                    <p>Final work certificate, customer training on systems, delivery of technical documentation and guarantees.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>Total Time<\/h4>\r\n                    <p><strong>5-9 months<\/strong><\/p>\r\n                    <p>From contract signing to key handover, compared to 12-18 months of traditional construction.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Ventajas Clave -->\r\n    <section class=\"bg-light\">\r\n        <div class=\"container\">\r\n            <h2>Key Advantages of MOODUL Modular Homes<\/h2>\r\n            \r\n            <div class=\"two-col\">\r\n                <div class=\"card\">\r\n                    <h4>Total predictability<\/h4>\r\n                    <p>Fixed price from the start, guaranteed deadlines, and controlled quality. No surprises or budget overruns.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>Superior energy efficiency<\/h4>\r\n                    <p>Standard A certification, consumption 60-70% lower than traditional homes, maximum thermal comfort.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>Sustainability<\/h4>\r\n                    <p>60% waste reduction, lower water consumption, certified and recyclable materials, minimal environmental impact.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>Speed of execution<\/h4>\r\n                    <p>From 5 to 9 months from start to finish. Manufacturing in parallel with the foundation work drastically reduces the timeframe.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>Superior quality<\/h4>\r\n                    <p>Execution under controlled conditions, systematic verification, perfect finishes and guaranteed durability.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"card\">\r\n                    <h4>Less impact on construction<\/h4>\r\n                    <p>Only 1-2 days of intensive work on the plot, minimal noise, dust and disturbance to neighbors.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Financiaci\u00f3n -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Financing and Legal Aspects<\/h2>\r\n            \r\n            <div class=\"two-col\">\r\n                <div>\r\n                    <h3>Conventional mortgage<\/h3>\r\n                    <p>MOODUL homes are fully mortgageable because they meet all the legal and technical requirements of a conventional new construction home.<\/p>\r\n                    \r\n                    <h4>Requirements<\/h4>\r\n                    <ul class=\"styled-list\">\r\n                        <li>Municipal building permit<\/li>\r\n                        <li>Project approved by the college of architects<\/li>\r\n                        <li>Final work certificate<\/li>\r\n                        <li>Certificate of occupancy<\/li>\r\n                        <li>Registration in the land registry<\/li>\r\n                        <li>Registration in the property registry<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <p>MOODUL manages all the technical documentation necessary for mortgage financing.<\/p>\r\n                <\/div>\r\n                \r\n                <div>\r\n                    <h3>Bank valuation<\/h3>\r\n                    <p>Financial institutions value several aspects of modular homes positively:<\/p>\r\n                    \r\n                    <ul class=\"styled-list\">\r\n                        <li>Fixed prices that minimize the risk of cost overruns<\/li>\r\n                        <li>Predictable deadlines that reduce the construction financing period<\/li>\r\n                        <li>High energy efficiency that increases appraisal value<\/li>\r\n                        <li>Superior build quality that reduces the risk of defects<\/li>\r\n                        <li>Full LOE guarantees, just like traditional housing<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"info-box\" style=\"margin-top: 40px;\">\r\n                        <h4>Tax advantage<\/h4>\r\n                        <p>Homes with an A energy rating can benefit from tax deductions for energy rehabilitation and other incentives depending on the autonomous community.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\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 take the step towards your modular home?<\/h2>\r\n                <p style=\"max-width: 600px; margin: 0 auto;\">Discover how MOODUL can help you build the house of your dreams with complete peace of mind, efficiency, and guaranteed quality.<\/p>\r\n                \r\n                <div class=\"cta-buttons\">\r\n                    <a href=\"#\" class=\"btn\" role=\"button\">Request Information<\/a>\r\n                    <a href=\"#\" class=\"btn btn-outline\" role=\"button\">View Projects<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <div style=\"height: 80px;\"><\/div>\r\n\r\n    <script>\r\n        function toggleMyth(mythNumber) {\r\n            const content = document.getElementById('myth-content-' + mythNumber);\r\n            const icon = document.getElementById('myth-icon-' + mythNumber);\r\n            \r\n            \/\/ Toggle active state\r\n            if (content.classList.contains('active')) {\r\n                content.classList.remove('active');\r\n                icon.classList.remove('active');\r\n                icon.textContent = '+';\r\n            } else {\r\n                \/\/ Close all others\r\n                document.querySelectorAll('.myth-content').forEach(c => {\r\n                    c.classList.remove('active');\r\n                });\r\n                document.querySelectorAll('.myth-icon').forEach(i => {\r\n                    i.classList.remove('active');\r\n                    i.textContent = '+';\r\n                });\r\n                \r\n                \/\/ Open clicked\r\n                content.classList.add('active');\r\n                icon.classList.add('active');\r\n                icon.textContent = '\u2212';\r\n            }\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Gu\u00eda Definitiva sobre Viviendas Modulares: Mitos vs. Realidad &#8211; MOODUL Gu\u00eda Definitiva sobre Viviendas Modulares Mitos vs. Realidad Descubre la verdad sobre la arquitectura modular industrializada y c\u00f3mo est\u00e1 revolucionando el concepto de construcci\u00f3n de viviendas. \u00bfQu\u00e9 es una Vivienda Modular Industrializada? Definici\u00f3n Real Una vivienda modular industrializada es una edificaci\u00f3n permanente, dise\u00f1ada por arquitectos, [&hellip;]<\/p>","protected":false},"author":4,"featured_media":3584,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[15],"tags":[],"class_list":["post-5335","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\/5335","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=5335"}],"version-history":[{"count":3,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5335\/revisions"}],"predecessor-version":[{"id":5354,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5335\/revisions\/5354"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/media\/3584"}],"wp:attachment":[{"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/media?parent=5335"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/categories?post=5335"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/tags?post=5335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}