{"id":5322,"date":"2025-12-22T22:40:56","date_gmt":"2025-12-22T20:40:56","guid":{"rendered":"https:\/\/moodul.es\/?p=5322"},"modified":"2026-01-26T00:11:47","modified_gmt":"2026-01-25T22:11:47","slug":"el-proceso-paso-a-paso","status":"publish","type":"post","link":"https:\/\/moodul.es\/en\/the-step-by-step-process\/","title":{"rendered":"The process, step by step"},"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 Step-by-Step Process: From Idea to Handing Over the Keys to Your MOODUL Home<\/title>\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Roboto:wght@300;400;500;700&#038;display=swap\" rel=\"stylesheet\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fortawesome\/fontawesome-free@6.4.0\/css\/all.min.css\">\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-size: 17px;\r\n            font-weight: 300;\r\n            line-height: 1.6;\r\n            color: #54595f;\r\n            background-color: #ffffff;\r\n        }\r\n\r\n        .container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 0 20px;\r\n        }\r\n\r\n        \/* Hero Section *\/\r\n        .hero {\r\n            background-color: #ffffff;\r\n            padding: 0px 20px 80px;\r\n            text-align: center;\r\n        }\r\n\r\n        .hero 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        .hero p {\r\n            font-size: 20px;\r\n            font-weight: 300;\r\n            color: #54595f;\r\n            max-width: 900px;\r\n            margin: 0 auto 40px;\r\n        }\r\n\r\n        .hero-image {\r\n            width: 100%;\r\n            max-width: 1000px;\r\n            height: auto;\r\n            margin: 50px auto 0;\r\n            display: block;\r\n        }\r\n\r\n        \/* Section Styles *\/\r\n        section {\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        section:nth-of-type(odd) {\r\n            background-color: #ffffff;\r\n        }\r\n\r\n        section:nth-of-type(even) {\r\n            background-color: #fafafa;\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            text-align: center;\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            line-height: 1.3;\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: 15px;\r\n            line-height: 1.4;\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: 20px;\r\n        }\r\n\r\n        \/* Two Column Layout *\/\r\n        .two-columns {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 60px;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        \/* Process Summary Box *\/\r\n        .process-summary {\r\n            background-color: #fafafa;\r\n            padding: 40px;\r\n            border: 1px solid #e0e0e0;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .process-step {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .step-number {\r\n            display: inline-block;\r\n            width: 40px;\r\n            height: 40px;\r\n            line-height: 40px;\r\n            background-color: #54595f;\r\n            color: #ffffff;\r\n            text-align: center;\r\n            border-radius: 50%;\r\n            font-size: 18px;\r\n            font-weight: 500;\r\n            margin-right: 15px;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .process-step span {\r\n            font-size: 17px;\r\n            font-weight: 400;\r\n        }\r\n\r\n        \/* Timeline Visual *\/\r\n        .timeline-container {\r\n            background-color: #ffffff;\r\n            padding: 40px;\r\n            border: 1px solid #e0e0e0;\r\n            margin-top: 40px;\r\n            overflow-x: auto;\r\n        }\r\n\r\n        .timeline-header {\r\n            display: flex;\r\n            border-bottom: 1px solid #e0e0e0;\r\n            padding-bottom: 15px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .timeline-label {\r\n            width: 200px;\r\n            font-weight: 500;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .timeline-months {\r\n            display: flex;\r\n            flex: 1;\r\n        }\r\n\r\n        .timeline-month {\r\n            flex: 1;\r\n            text-align: center;\r\n            font-weight: 500;\r\n            min-width: 80px;\r\n        }\r\n\r\n        .timeline-row {\r\n            display: flex;\r\n            padding: 12px 0;\r\n            align-items: center;\r\n        }\r\n\r\n        .timeline-row:hover {\r\n            background-color: #fafafa;\r\n        }\r\n\r\n        .timeline-phase {\r\n            width: 200px;\r\n            font-weight: 400;\r\n            flex-shrink: 0;\r\n        }\r\n\r\n        .timeline-bar-container {\r\n            display: flex;\r\n            flex: 1;\r\n        }\r\n\r\n        .timeline-bar {\r\n            height: 25px;\r\n            border-radius: 3px;\r\n        }\r\n\r\n        .bar-blue {\r\n            background-color: #54595f;\r\n        }\r\n\r\n        .bar-yellow {\r\n            background-color: #f0ad4e;\r\n        }\r\n\r\n        .bar-green {\r\n            background-color: #5cb85c;\r\n        }\r\n\r\n        .timeline-legend {\r\n            display: flex;\r\n            gap: 30px;\r\n            margin-top: 30px;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .legend-item {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 10px;\r\n        }\r\n\r\n        .legend-color {\r\n            width: 20px;\r\n            height: 20px;\r\n            border-radius: 3px;\r\n        }\r\n\r\n        \/* Key Points Box *\/\r\n        .key-points {\r\n            background-color: #f8f9fa;\r\n            padding: 30px;\r\n            border: 1px solid #e0e0e0;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .key-points h3 {\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .key-points ul {\r\n            list-style: none;\r\n        }\r\n\r\n        .key-points li {\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .key-points i {\r\n            color: #5cb85c;\r\n            margin-right: 12px;\r\n            margin-top: 3px;\r\n            font-size: 18px;\r\n        }\r\n\r\n        \/* Process Cards Grid *\/\r\n        .process-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 30px;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .process-card {\r\n            background-color: #ffffff;\r\n            padding: 30px;\r\n            border: 1px solid #e0e0e0;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .process-card:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\r\n        }\r\n\r\n        .process-card .step-number {\r\n            width: 50px;\r\n            height: 50px;\r\n            line-height: 50px;\r\n            font-size: 20px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .process-card h3 {\r\n            font-size: 20px;\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .process-card p {\r\n            font-size: 16px;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* Phase Details *\/\r\n        .phase-detail {\r\n            background-color: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .phase-header {\r\n            padding: 30px;\r\n            border-bottom: 1px solid #e0e0e0;\r\n            display: flex;\r\n            align-items: center;\r\n        }\r\n\r\n        .phase-header .step-number {\r\n            margin-right: 15px;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .phase-header h3 {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        .phase-content {\r\n            padding: 30px;\r\n        }\r\n\r\n        .phase-content h4 {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-top: 25px;\r\n        }\r\n\r\n        .phase-content h4:first-of-type {\r\n            margin-top: 0;\r\n        }\r\n\r\n        .phase-content h4 i {\r\n            margin-right: 10px;\r\n            color: #54595f;\r\n        }\r\n\r\n        .phase-content ul {\r\n            list-style: disc;\r\n            margin-left: 25px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .phase-content li {\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .phase-content ol {\r\n            list-style: decimal;\r\n            margin-left: 25px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .phase-content ol li {\r\n            margin-bottom: 5px;\r\n        }\r\n\r\n        \/* Advice Box *\/\r\n        .advice-box {\r\n            background-color: #f0f7f0;\r\n            padding: 25px;\r\n            border: 2px solid #54595f;\r\n            margin-top: 25px;\r\n        }\r\n\r\n        .advice-box h4 {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .advice-box i {\r\n            color: #f0ad4e;\r\n            margin-right: 10px;\r\n            font-size: 20px;\r\n        }\r\n\r\n        .advice-box p {\r\n            font-size: 16px;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* Warning Box *\/\r\n        .warning-box {\r\n            background-color: #fff9e6;\r\n            padding: 25px;\r\n            border-left: 4px solid #f0ad4e;\r\n            margin-top: 25px;\r\n        }\r\n\r\n        .warning-box h4 {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .warning-box i {\r\n            color: #f0ad4e;\r\n            margin-right: 10px;\r\n            font-size: 20px;\r\n        }\r\n\r\n        .warning-box p {\r\n            font-size: 16px;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* Decision Points *\/\r\n        .decision-card {\r\n            background-color: #fff9e6;\r\n            padding: 30px;\r\n            border-left: 4px solid #f0ad4e;\r\n            margin-bottom: 40px;\r\n        }\r\n\r\n        .decision-card h3 {\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .decision-info {\r\n            display: grid;\r\n            grid-template-columns: 1fr 1fr;\r\n            gap: 30px;\r\n            margin-top: 20px;\r\n        }\r\n\r\n        .decision-info h4 {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .decision-info i {\r\n            margin-right: 8px;\r\n        }\r\n\r\n        \/* Documentation Table *\/\r\n        .doc-table {\r\n            background-color: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            margin-top: 40px;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .doc-table table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n        }\r\n\r\n        .doc-table thead {\r\n            background-color: #54595f;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .doc-table th {\r\n            padding: 20px;\r\n            text-align: left;\r\n            font-weight: 500;\r\n            font-size: 18px;\r\n        }\r\n\r\n        .doc-table td {\r\n            padding: 25px;\r\n            border-bottom: 1px solid #e0e0e0;\r\n            vertical-align: top;\r\n        }\r\n\r\n        .doc-table tr:last-child td {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .doc-table .phase-col {\r\n            width: 30%;\r\n            font-weight: 500;\r\n            border-right: 1px solid #e0e0e0;\r\n        }\r\n\r\n        .doc-table .phase-subtitle {\r\n            display: block;\r\n            font-size: 14px;\r\n            font-weight: 300;\r\n            color: #54595f;\r\n            opacity: 0.8;\r\n            margin-top: 5px;\r\n        }\r\n\r\n        .doc-table ul {\r\n            list-style: disc;\r\n            margin-left: 20px;\r\n        }\r\n\r\n        .doc-table li {\r\n            margin-bottom: 8px;\r\n        }\r\n\r\n        .doc-note {\r\n            background-color: #f0f7f0;\r\n            padding: 25px;\r\n        }\r\n\r\n        .doc-note h4 {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .doc-note i {\r\n            color: #54595f;\r\n            margin-right: 10px;\r\n        }\r\n\r\n        .doc-note p {\r\n            font-size: 16px;\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* Team Grid *\/\r\n        .team-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr);\r\n            gap: 40px;\r\n            margin-top: 40px;\r\n        }\r\n\r\n        .team-card {\r\n            background-color: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            padding: 30px;\r\n            text-align: center;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .team-card:hover {\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .team-icon {\r\n            width: 80px;\r\n            height: 80px;\r\n            background-color: #f0f7f0;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 20px;\r\n        }\r\n\r\n        .team-icon i {\r\n            font-size: 32px;\r\n            color: #54595f;\r\n        }\r\n\r\n        .team-card h3 {\r\n            font-size: 22px;\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .team-card .subtitle {\r\n            font-size: 15px;\r\n            color: #54595f;\r\n            opacity: 0.8;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .team-card ul {\r\n            list-style: none;\r\n            text-align: left;\r\n        }\r\n\r\n        .team-card li {\r\n            margin-bottom: 10px;\r\n            display: flex;\r\n            align-items: flex-start;\r\n            font-size: 15px;\r\n        }\r\n\r\n        .team-card li i {\r\n            color: #5cb85c;\r\n            margin-right: 10px;\r\n            margin-top: 3px;\r\n            font-size: 14px;\r\n        }\r\n\r\n        .team-phases {\r\n            font-size: 14px;\r\n            color: #54595f;\r\n            opacity: 0.7;\r\n            margin-top: 20px;\r\n            padding-top: 20px;\r\n            border-top: 1px solid #e0e0e0;\r\n        }\r\n\r\n        \/* Project Manager Box *\/\r\n        .manager-box {\r\n            background-color: #f0f7f0;\r\n            padding: 40px;\r\n            border: 2px solid #54595f;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .manager-box h3 {\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .manager-box p {\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .manager-box p:last-child {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* FAQ Section *\/\r\n        .faq-item {\r\n            background-color: #ffffff;\r\n            border: 1px solid #e0e0e0;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .faq-question {\r\n            padding: 25px;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: background-color 0.3s ease;\r\n        }\r\n\r\n        .faq-question:hover {\r\n            background-color: #fafafa;\r\n        }\r\n\r\n        .faq-question h3 {\r\n            margin-bottom: 0;\r\n            font-size: 20px;\r\n        }\r\n\r\n        .faq-question i {\r\n            color: #54595f;\r\n            transition: transform 0.3s ease;\r\n        }\r\n\r\n        .faq-answer {\r\n            padding: 0 25px 25px;\r\n            display: none;\r\n        }\r\n\r\n        .faq-answer.active {\r\n            display: block;\r\n        }\r\n\r\n        .faq-question.active i {\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        \/* CTA Section *\/\r\n        .cta {\r\n            background-color: #54595f;\r\n            color: #ffffff;\r\n            text-align: center;\r\n            padding: 80px 20px;\r\n        }\r\n\r\n        .cta h2 {\r\n            color: #ffffff;\r\n            margin-bottom: 25px;\r\n        }\r\n\r\n        .cta p {\r\n            font-size: 20px;\r\n            margin-bottom: 40px;\r\n            max-width: 800px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n        }\r\n\r\n        .cta-buttons {\r\n            display: flex;\r\n            gap: 20px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n\r\n        .btn {\r\n            display: inline-block;\r\n            padding: 15px 40px;\r\n            font-size: 17px;\r\n            font-weight: 500;\r\n            text-decoration: none;\r\n            border-radius: 5px;\r\n            transition: all 0.3s ease;\r\n            border: 2px solid transparent;\r\n        }\r\n\r\n        .btn-primary {\r\n            background-color: #ffffff !important;\r\n            color: #54595f !important;\r\n            border-color: #ffffff !important;\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            background-color: #fafafa !important;\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        .btn-secondary {\r\n            background-color: transparent !important;\r\n            color: #ffffff !important;\r\n            border-color: #ffffff !important;\r\n        }\r\n\r\n        .btn-secondary:hover {\r\n            background-color: rgba(255, 255, 255, 0.1) !important;\r\n            transform: translateY(-2px);\r\n        }\r\n\r\n        \/* Info Box *\/\r\n        .info-box {\r\n            background-color: #f0f7f0;\r\n            padding: 30px;\r\n            border: 1px solid #e0e0e0;\r\n            margin-top: 50px;\r\n        }\r\n\r\n        .info-box h3 {\r\n            margin-bottom: 15px;\r\n        }\r\n\r\n        .info-box p {\r\n            margin-bottom: 0;\r\n        }\r\n\r\n        \/* Images *\/\r\n        .content-image {\r\n            width: 100%;\r\n            height: auto;\r\n            margin: 40px 0;\r\n            border: 1px solid #e0e0e0;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .hero h1 {\r\n                font-size: 36px;\r\n            }\r\n\r\n            .hero p {\r\n                font-size: 18px;\r\n            }\r\n\r\n            h2 {\r\n                font-size: 28px;\r\n            }\r\n\r\n            h3 {\r\n                font-size: 22px;\r\n            }\r\n\r\n            h4 {\r\n                font-size: 18px;\r\n            }\r\n\r\n            .two-columns {\r\n                grid-template-columns: 1fr;\r\n                gap: 30px;\r\n            }\r\n\r\n            .process-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .team-grid {\r\n                grid-template-columns: 1fr;\r\n            }\r\n\r\n            .decision-info {\r\n                grid-template-columns: 1fr;\r\n                gap: 20px;\r\n            }\r\n\r\n            .timeline-container {\r\n                overflow-x: auto;\r\n            }\r\n\r\n            .cta-buttons {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n\r\n            .btn {\r\n                width: 100%;\r\n                max-width: 300px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <!-- Hero Section -->\r\n    <div class=\"hero\">\r\n        <div class=\"container\">\r\n            <h1>The Step-by-Step Process<\/h1>\r\n            <p>From Idea to Handing Over the Keys to Your Home MOODUL<\/p>\r\n            <p style=\"font-size: 17px; max-width: 800px; margin: 20px auto 0;\">\r\n                A complete guide that accompanies you throughout the journey of creating your modular home, from the first idea to the moment you receive the keys to your new house.\r\n            <\/p>\r\n            <img decoding=\"async\" src=\"https:\/\/impresamodular.com\/wp-content\/uploads\/DSC_0173-1024x680.jpg\" alt=\"Installation of a modular house with a crane\" class=\"hero-image\">\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Introduction -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>A different, transparent and efficient process<\/h2>\r\n            \r\n            <div class=\"two-columns\">\r\n                <div>\r\n                    <p>\r\n                        A MOODUL modular home is built differently than a traditional house. The process is faster, more controlled, and more predictable, eliminating the uncertainty typical of conventional construction.\r\n                    <\/p>\r\n                    <p>\r\n                        This guide shows you exactly how the entire process works, from the moment you have your first idea until you move into your new home. You&#039;ll learn about the timeline for each phase, the professionals involved, the necessary documentation, and the key moments when you&#039;ll make important decisions.\r\n                    <\/p>\r\n                    <p>Unlike traditional construction, with MOODUL you will have:<\/p>\r\n                    <ul style=\"list-style: disc; margin-left: 25px; margin-top: 15px;\">\r\n                        <li style=\"margin-bottom: 10px;\">A single point of contact throughout the entire process<\/li>\r\n                        <li style=\"margin-bottom: 10px;\">Predictable and controlled dates and deadlines<\/li>\r\n                        <li style=\"margin-bottom: 10px;\">Important decisions made at the beginning, not on the fly.<\/li>\r\n                        <li style=\"margin-bottom: 10px;\">Fixed budget with no surprises or deviations<\/li>\r\n                        <li>A planned and professional customer experience<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n                <div class=\"process-summary\">\r\n                    <h3>Summary of the complete process<\/h3>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">1<\/div>\r\n                        <span>First contact and initial qualification<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">2<\/div>\r\n                        <span>Regulatory study and initial proposal<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">3<\/div>\r\n                        <span>Budget and service contract<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">4<\/div>\r\n                        <span>Technical project development<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">5<\/div>\r\n                        <span>Application for building permit<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">6<\/div>\r\n                        <span>Factory manufacturing (off-site process)<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">7<\/div>\r\n                        <span>Plot preparation<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">8<\/div>\r\n                        <span>Transport and logistics<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">9<\/div>\r\n                        <span>Site implementation<\/span>\r\n                    <\/div>\r\n                    <div class=\"process-step\">\r\n                        <div class=\"step-number\">10<\/div>\r\n                        <span>Completion and delivery<\/span>\r\n                    <\/div>\r\n                    <p style=\"margin-top: 30px; font-size: 16px;\">\r\n                        <strong>Estimated total duration:<\/strong> From 5 to 9 months from the signing of the contract until the delivery of the keys.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Visual Timeline -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Visual timeline of the process<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                This is a typical timeline for a MOODUL modular home. Each project may vary slightly depending on its complexity, location, and specific requirements.\r\n            <\/p>\r\n\r\n            <div class=\"timeline-container\">\r\n                <div class=\"timeline-header\">\r\n                    <div class=\"timeline-label\">Phase<\/div>\r\n                    <div class=\"timeline-months\">\r\n                        <div class=\"timeline-month\">Month 1<\/div>\r\n                        <div class=\"timeline-month\">Month 2<\/div>\r\n                        <div class=\"timeline-month\">Month 3<\/div>\r\n                        <div class=\"timeline-month\">Month 4<\/div>\r\n                        <div class=\"timeline-month\">Month 5<\/div>\r\n                        <div class=\"timeline-month\">Month 6<\/div>\r\n                        <div class=\"timeline-month\">Month 7<\/div>\r\n                        <div class=\"timeline-month\">Month 8<\/div>\r\n                        <div class=\"timeline-month\">Month 9<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">1. First contact<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 11.11%; border-radius: 3px 0 0 3px;\"><\/div>\r\n                        <div style=\"width: 88.89%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">2. Study and proposal<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 11.11%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 11.11%;\"><\/div>\r\n                        <div style=\"width: 77.78%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">3. Contract<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 22.22%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 11.11%;\"><\/div>\r\n                        <div style=\"width: 66.67%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">4. Technical Project<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 22.22%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 22.22%;\"><\/div>\r\n                        <div style=\"width: 55.56%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">5. Building permit<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 33.33%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-yellow\" style=\"width: 33.33%;\"><\/div>\r\n                        <div style=\"width: 33.34%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">6. Manufacturing<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 44.44%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 33.33%;\"><\/div>\r\n                        <div style=\"width: 22.23%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">7. Plot preparation<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 55.55%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-green\" style=\"width: 22.22%;\"><\/div>\r\n                        <div style=\"width: 22.23%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">8. Transport<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 77.77%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 11.11%;\"><\/div>\r\n                        <div style=\"width: 11.12%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">9. Implementation<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 77.77%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 11.11%;\"><\/div>\r\n                        <div style=\"width: 11.12%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-row\">\r\n                    <div class=\"timeline-phase\">10. Delivery and after-sales service<\/div>\r\n                    <div class=\"timeline-bar-container\">\r\n                        <div style=\"width: 77.77%;\"><\/div>\r\n                        <div class=\"timeline-bar bar-blue\" style=\"width: 22.22%; border-radius: 0 3px 3px 0;\"><\/div>\r\n                        <div style=\"width: 0.01%;\"><\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"timeline-legend\">\r\n                    <div class=\"legend-item\">\r\n                        <div class=\"legend-color bar-blue\"><\/div>\r\n                        <span>MOODUL Process<\/span>\r\n                    <\/div>\r\n                    <div class=\"legend-item\">\r\n                        <div class=\"legend-color bar-yellow\"><\/div>\r\n                        <span>Administrative procedures (varies depending on the municipality)<\/span>\r\n                    <\/div>\r\n                    <div class=\"legend-item\">\r\n                        <div class=\"legend-color bar-green\"><\/div>\r\n                        <span>On-site work<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"key-points\">\r\n                <h3>Key aspects of the timeline<\/h3>\r\n                <ul>\r\n                    <li>\r\n                        <i class=\"fas fa-check-circle\"><\/i>\r\n                        <span>Most of the manufacturing time is spent <strong>in parallel<\/strong> to license management<\/span>\r\n                    <\/li>\r\n                    <li>\r\n                        <i class=\"fas fa-check-circle\"><\/i>\r\n                        <span>Time spent on the plot is reduced to <strong>1-2 weeks<\/strong> compared to 10-14 months for traditional construction<\/span>\r\n                    <\/li>\r\n                    <li>\r\n                        <i class=\"fas fa-check-circle\"><\/i>\r\n                        <span>Important decisions are concentrated in the <strong>first phases<\/strong> of the project (months 1-3)<\/span>\r\n                    <\/li>\r\n                    <li>\r\n                        <i class=\"fas fa-check-circle\"><\/i>\r\n                        <span>The customer can visit the factory during the manufacturing process to see their house<\/span>\r\n                    <\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Process Flow Diagram -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Process flow diagram<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                This is the complete sequence of activities, from the first contact to the handover of the keys.\r\n            <\/p>\r\n\r\n            <div class=\"process-grid\">\r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">1<\/div>\r\n                    <h3>First contact<\/h3>\r\n                    <p>You contact MOODUL. An initial assessment is carried out to understand your needs and confirm feasibility.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">2<\/div>\r\n                    <h3>Regulatory study<\/h3>\r\n                    <p>Analysis of the plot, urban planning regulations and design of the base model adapted to your needs.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">3<\/div>\r\n                    <h3>Budget and contract<\/h3>\r\n                    <p>Finalized economic proposal and signing of the service contract to start the project.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">4<\/div>\r\n                    <h3>Technical project<\/h3>\r\n                    <p>Development of the basic and executive project with all technical details and customizations.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">5<\/div>\r\n                    <h3>Planning permission<\/h3>\r\n                    <p>Presentation of the project to the city council and processing of necessary permits.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">6<\/div>\r\n                    <h3>Manufacturing<\/h3>\r\n                    <p>Complete construction of the housing modules in a factory, with all installations and finishes.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">7<\/div>\r\n                    <h3>Preparation<\/h3>\r\n                    <p>Foundation work, utility connections and site preparation to receive the modules.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">8<\/div>\r\n                    <h3>Transport<\/h3>\r\n                    <p>Logistics and transport of the finished modules from the factory to the plot.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">9<\/div>\r\n                    <h3>Implantation<\/h3>\r\n                    <p>Placement of the modules using a crane and connection of the facilities on the plot.<\/p>\r\n                <\/div>\r\n\r\n                <div class=\"process-card\">\r\n                    <div class=\"step-number\">10<\/div>\r\n                    <h3>Ending<\/h3>\r\n                    <p>Handover of keys, final documentation and start of after-sales service.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <img decoding=\"async\" src=\"https:\/\/impresamodular.com\/wp-content\/uploads\/Factory-Assembly-Line.jpg\" alt=\"Modular factory production line\" class=\"content-image\">\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Detailed Process Breakdown -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Detailed breakdown of each phase<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                Gain in-depth knowledge of what happens at each stage of the process, who is involved, what documentation is needed, and what decisions you will need to make.\r\n            <\/p>\r\n\r\n            <!-- Phase 1 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">1<\/div>\r\n                    <h3>First contact and initial information<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        In this initial phase, first contact is established and basic information about the project is exchanged. The MOODUL sales team conducts an initial assessment to determine if your needs are compatible with the modular solution.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>MOODUL Sales Team<\/li>\r\n                        <li>You, as a potential customer<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>1-2 weeks, depending on the maturity of the project<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-file-alt\"><\/i>Required documentation<\/h4>\r\n                    <ul>\r\n                        <li>Basic information about the plot (location, area, etc.)<\/li>\r\n                        <li>Your needs and estimated budget<\/li>\r\n                        <li>Urban planning regulations, if available<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-check-double\"><\/i>Decisions to be made<\/h4>\r\n                    <ul>\r\n                        <li>Decide if the MOODUL modular system fits your needs<\/li>\r\n                        <li>Schedule a factory or showroom visit if you are interested.<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            Prepare all available information about your plot of land and your needs in advance. The more information you have, the more accurate the initial analysis and proposal we can make will be.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 2 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">2<\/div>\r\n                    <h3>Program definition and regulatory study<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        The urban planning regulations of the plot, its topographical and access conditions are thoroughly analyzed, and a detailed program of needs is defined to allow the house to be adapted to your specific requirements.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>MOODUL technical team (architects, technicians)<\/li>\r\n                        <li>Sales Team<\/li>\r\n                        <li>You, as a customer<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>2-3 weeks<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-file-alt\"><\/i>Required documentation<\/h4>\r\n                    <ul>\r\n                        <li>Property deed or purchase agreement for the plot<\/li>\r\n                        <li>Municipal urban planning regulations<\/li>\r\n                        <li>Topographic map (if available)<\/li>\r\n                        <li>Cadastral record<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-check-double\"><\/i>Decisions to be made<\/h4>\r\n                    <ul>\r\n                        <li>Define the program of needs (number of rooms, bathrooms, etc.)<\/li>\r\n                        <li>Choose between basic models or a fully customized design.<\/li>\r\n                        <li>Determine the plot implementation<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            Carefully check the zoning regulations for your plot. This is a critical point that can affect the entire project. If you have any questions, we can help you interpret them correctly.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 3 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">3<\/div>\r\n                    <h3>Budget and service contract<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        Once your needs have been defined and technical and regulatory feasibility confirmed, you will receive a detailed, fixed-price quote. If you accept it, a service contract will be signed to begin project development.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>Commercial Department<\/li>\r\n                        <li>Legal advice<\/li>\r\n                        <li>You, as a customer<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>1-2 weeks<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-file-alt\"><\/i>Required documentation<\/h4>\r\n                    <ul>\r\n                        <li>National Identity Document (DNI) or Tax Identification Number (FI)<\/li>\r\n                        <li>Proof of payment of the deposit<\/li>\r\n                        <li>Contract signed<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-check-double\"><\/i>Decisions to be made<\/h4>\r\n                    <ul>\r\n                        <li>Approve the budget<\/li>\r\n                        <li>Decide on the payment schedule<\/li>\r\n                        <li>Sign the service contract<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"warning-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-exclamation-circle\"><\/i>\r\n                            Important decision point\r\n                        <\/h4>\r\n                        <p>\r\n                            Signing the contract marks the formal start of the project. This is the time to ask any questions you may have about deadlines, terms, or the scope of services before committing.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 4 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">4<\/div>\r\n                    <h3>Technical project development<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        The technical team develops the preliminary design for the building permit and the detailed design, including all construction plans, installations, structure, and manufacturing details. All finishes and customization options are defined.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>Architects and designers<\/li>\r\n                        <li>Facilities Engineers<\/li>\r\n                        <li>Interior design consultants<\/li>\r\n                        <li>You, as a customer<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>4-6 weeks<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-file-alt\"><\/i>Documentation generated<\/h4>\r\n                    <ul>\r\n                        <li>basic project visa<\/li>\r\n                        <li>Executive Project<\/li>\r\n                        <li>Detailed architectural, structural and installation plans<\/li>\r\n                        <li>Customized quality report<\/li>\r\n                        <li>3D infographics of housing<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-check-double\"><\/i>Decisions to be made<\/h4>\r\n                    <ul>\r\n                        <li>Approve the final distribution<\/li>\r\n                        <li>Select finishes (flooring, cladding, woodwork, etc.)<\/li>\r\n                        <li>Define optional elements (lighting, home automation, etc.)<\/li>\r\n                        <li>Approve the basic project for licensing<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"warning-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-exclamation-circle\"><\/i>\r\n                            Critical decision point\r\n                        <\/h4>\r\n                        <p>\r\n                            This is the phase where you should make most of the decisions about your home. It&#039;s important to dedicate time and attention to this, as subsequent changes can be complex or even impossible once construction has begun.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <img decoding=\"async\" src=\"https:\/\/plan7architect.com\/wp-content\/uploads\/2025\/05\/Exported-construction-ready-floor-plan-from-Plan7Architect-including-dimensions.webp\" alt=\"Modular house technical plans\" class=\"content-image\">\r\n\r\n            <!-- Phase 5 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">5<\/div>\r\n                    <h3>Application for building permit and urban planning procedures<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        Once the preliminary project plan has been approved, the building permit application is submitted to the City Council. Simultaneously, other procedures can be initiated, such as applying for a mortgage, arranging utility connections, or preparing for the foundation work.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>MOODUL Technical Department<\/li>\r\n                        <li>Municipal administration<\/li>\r\n                        <li>Utility companies (electricity, water)<\/li>\r\n                        <li>Financial institution (if there is a mortgage)<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>1-3 months (depending on the municipality)<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-file-alt\"><\/i>Required documentation<\/h4>\r\n                    <ul>\r\n                        <li>basic project visa<\/li>\r\n                        <li>Application for building permit<\/li>\r\n                        <li>Proof of payment of municipal fees and taxes<\/li>\r\n                        <li>Geotechnical study (for the foundation)<\/li>\r\n                        <li>Health and safety study<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-check-double\"><\/i>Parallel activities<\/h4>\r\n                    <ul>\r\n                        <li>Mortgage processing (if necessary)<\/li>\r\n                        <li>Application for connection points<\/li>\r\n                        <li>Start of the development of the executive project<\/li>\r\n                        <li>Refinement of finishes and options<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            This phase is usually the most time-consuming, as it depends on the local authorities. Use this time to finalize the details of your home and prepare the site. MOODUL manages and continuously monitors the permit process to expedite it as much as possible.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 6 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">6<\/div>\r\n                    <h3>Factory manufacturing (off-site process)<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        With the detailed design finalized and all finishes defined, the manufacturing of the modules begins in the industrial building. They are built completely, including structure, walls, insulation, installations, and interior and exterior finishes.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>Factory production team<\/li>\r\n                        <li>Engineers and technicians<\/li>\r\n                        <li>Quality control<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>3-5 months (depending on size and complexity)<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-clipboard-check\"><\/i>Main processes<\/h4>\r\n                    <ul>\r\n                        <li>Fabrication of the metal structure<\/li>\r\n                        <li>Installation of enclosures and insulation<\/li>\r\n                        <li>Installation of systems (electricity, plumbing, air conditioning)<\/li>\r\n                        <li>Installation of interior finishes (floors, walls, ceilings)<\/li>\r\n                        <li>Installation of carpentry, kitchen, bathrooms and fixed elements<\/li>\r\n                        <li>Technical testing and quality control<\/li>\r\n                        <li>Final touches and preparation for transport<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-user-check\"><\/i>Customer participation<\/h4>\r\n                    <p>\r\n                        During this phase, you can visit the factory to see the progress of your home. Visits are scheduled at key points in the process so you can verify that everything is being carried out as agreed.\r\n                    <\/p>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            Manufacturing in a controlled environment guarantees consistent quality that is impossible to achieve in traditional construction. The ability to see your house before it arrives on the plot is one of the great advantages of the MOODUL modular system.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 7 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">7<\/div>\r\n                    <h3>Plot preparation<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        While the house is being manufactured in the factory, the land is prepared. The foundation is laid (slab, footings, or piles depending on the soil type), the utility connections are made, and everything is ready for the arrival of the modules.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>Civil works team<\/li>\r\n                        <li>Installation technicians<\/li>\r\n                        <li>Facultative direction<\/li>\r\n                        <li>Supplier companies<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>4-6 weeks<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-clipboard-check\"><\/i>Work done<\/h4>\r\n                    <ul>\r\n                        <li>Earthmoving and leveling<\/li>\r\n                        <li>Execution of the foundation according to the project<\/li>\r\n                        <li>Connections to public networks or autonomous systems<\/li>\r\n                        <li>Preparation of access for special vehicles<\/li>\r\n                        <li>Pre-installations under foundation<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-sync-alt\"><\/i>Coordination<\/h4>\r\n                    <p>\r\n                        This phase must be perfectly coordinated with manufacturing, so that the plot is ready just as the modules finish being manufactured, avoiding downtime.\r\n                    <\/p>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            Proper site preparation is essential for successful implementation. The MOODUL technical team oversees this phase to ensure everything is ready and meets specifications when the modules arrive.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 8 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">8<\/div>\r\n                    <h3>Transport and logistics<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        Once manufacturing is complete and the plot is prepared, special transport of the modules is organized from the factory to the site, including special permits, logistics and crane coordination.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>special transport company<\/li>\r\n                        <li>MOODUL Logistics Team<\/li>\r\n                        <li>Authorities (for transport permits)<\/li>\r\n                        <li>Crane company<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>1-2 weeks of preparation; 1-2 days of execution<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-clipboard-check\"><\/i>Main actions<\/h4>\r\n                    <ul>\r\n                        <li>Study of routes and access<\/li>\r\n                        <li>Obtaining special transport permits<\/li>\r\n                        <li>Coordination with local police or Civil Guard if necessary<\/li>\r\n                        <li>Loading modules onto a special gondola-type truck<\/li>\r\n                        <li>Transport to the plot (usually overnight for large modules)<\/li>\r\n                        <li>Coordination with cranes for unloading and placement<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-exclamation-triangle\"><\/i>Special considerations<\/h4>\r\n                    <p>\r\n                        Transportation may require special permits depending on the dimensions of the modules. In cases of difficult access, solutions such as intermediate bases or division into smaller modules can be used.\r\n                    <\/p>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            Logistics is one of the most specialized aspects of the process, but you don&#039;t need to worry: MOODUL takes care of all the coordination, permits and procedures necessary to ensure safe and efficient transport.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 9 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">9<\/div>\r\n                    <h3>Site implementation<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        This is the most spectacular moment of the process: the modules arrive at the site and are placed on the foundation by crane. They are then assembled, the utilities are connected, and the necessary sealing and finishing touches are completed.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>MOODUL assembly team<\/li>\r\n                        <li>Crane operator<\/li>\r\n                        <li>Installation technicians<\/li>\r\n                        <li>Implementation Manager<\/li>\r\n                        <li>Client (as an observer if desired)<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>\r\n                        1 day for basic installation; 1-2 weeks for connections, finishing touches and final touches\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-clipboard-check\"><\/i>Detailed process<\/h4>\r\n                    <ol>\r\n                        <li>Arrival of the modules and positioning of the crane<\/li>\r\n                        <li>Sequential elevation of each module<\/li>\r\n                        <li>Precise placement on the foundation<\/li>\r\n                        <li>Structural connection between modules<\/li>\r\n                        <li>Installation connections between modules<\/li>\r\n                        <li>Sealing of joints and connections<\/li>\r\n                        <li>Connection to main supply lines<\/li>\r\n                        <li>Technical verification of facilities<\/li>\r\n                        <li>Exterior and interior finishes<\/li>\r\n                        <li>Final cleaning<\/li>\r\n                    <\/ol>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            Installation is one of the most exciting parts of the process. We encourage you to be present if possible. Seeing your home appear in a matter of hours is a truly unique experience.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Phase 10 -->\r\n            <div class=\"phase-detail\">\r\n                <div class=\"phase-header\">\r\n                    <div class=\"step-number\">10<\/div>\r\n                    <h3>Completion and delivery<\/h3>\r\n                <\/div>\r\n                <div class=\"phase-content\">\r\n                    <h4><i class=\"fas fa-tasks\"><\/i>What&#039;s happening?<\/h4>\r\n                    <p>\r\n                        After implementation, the final details are completed, all installations are verified, the final documentation is processed, and the property is formally handed over.\r\n                    <\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-user-tie\"><\/i>Who intervenes?<\/h4>\r\n                    <ul>\r\n                        <li>MOODUL Technical Team<\/li>\r\n                        <li>Architect in charge<\/li>\r\n                        <li>After-sales manager<\/li>\r\n                        <li>Notary (for deed)<\/li>\r\n                        <li>Customer<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-hourglass-half\"><\/i>Estimated duration<\/h4>\r\n                    <p>2-3 weeks<\/p>\r\n                    \r\n                    <h4><i class=\"fas fa-clipboard-check\"><\/i>Final activities<\/h4>\r\n                    <ul>\r\n                        <li>Final verification of facilities<\/li>\r\n                        <li>Aesthetic adjustments and finishing touches<\/li>\r\n                        <li>Final cleaning of the house<\/li>\r\n                        <li>Processing of the final work certificate<\/li>\r\n                        <li>Obtaining the certificate of occupancy<\/li>\r\n                        <li>Public deed and registration (if applicable)<\/li>\r\n                        <li>Delivery of technical documentation and warranties<\/li>\r\n                        <li>Formal handover of keys<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4><i class=\"fas fa-file-alt\"><\/i>Documentation submitted<\/h4>\r\n                    <ul>\r\n                        <li>Keys and access controls<\/li>\r\n                        <li>As-built project with final actual drawings<\/li>\r\n                        <li>User and maintenance manual<\/li>\r\n                        <li>Technical certifications and guarantees<\/li>\r\n                        <li>Certificate of occupancy<\/li>\r\n                        <li>Energy certificate<\/li>\r\n                        <li>Supply contracts<\/li>\r\n                        <li>After-sales service contacts<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <div class=\"advice-box\">\r\n                        <h4>\r\n                            <i class=\"fas fa-lightbulb\"><\/i>\r\n                            MOODUL Council\r\n                        <\/h4>\r\n                        <p>\r\n                            During the handover, take your time to tour the property with our technical team. They will explain how all the installations work and answer any questions you may have about the use and maintenance of your new home.\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Key Decision Points -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Key decision moments<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                During the process, there are specific moments where you will need to make important decisions that will affect the final result. These are the key points you should know.\r\n            <\/p>\r\n\r\n            <div class=\"decision-card\">\r\n                <h3>1. Selection of the base model<\/h3>\r\n                <p>\r\n                    Before signing the contract, you will need to choose whether you start with a standard MOODUL model (which you can then customize) or prefer a completely bespoke design.\r\n                <\/p>\r\n                <div class=\"decision-info\">\r\n                    <div>\r\n                        <h4><i class=\"fas fa-check-circle\" style=\"color: #5cb85c;\"><\/i>When<\/h4>\r\n                        <p>During phase 2, before the budget<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h4><i class=\"fas fa-exclamation-circle\" style=\"color: #f0ad4e;\"><\/i>Impact<\/h4>\r\n                        <p>High \u2013 Affects budget, deadlines, and available options<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"decision-card\">\r\n                <h3>2. Approval of the budget and contract<\/h3>\r\n                <p>\r\n                    Signing the contract marks the formal start of the project. You should carefully review all the terms, the payment schedule, and the scope of service.\r\n                <\/p>\r\n                <div class=\"decision-info\">\r\n                    <div>\r\n                        <h4><i class=\"fas fa-check-circle\" style=\"color: #5cb85c;\"><\/i>When<\/h4>\r\n                        <p>Phase 3, after receiving the detailed budget<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h4><i class=\"fas fa-exclamation-circle\" style=\"color: #f0ad4e;\"><\/i>Impact<\/h4>\r\n                        <p>High \u2013 Formal commitment to the project<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"decision-card\">\r\n                <h3>3. Distribution and basic project<\/h3>\r\n                <p>\r\n                    The approval of the basic project marks the moment when the layout, volume, and main characteristics of the house are defined. It is one of the most important decision-making moments.\r\n                <\/p>\r\n                <div class=\"decision-info\">\r\n                    <div>\r\n                        <h4><i class=\"fas fa-check-circle\" style=\"color: #5cb85c;\"><\/i>When<\/h4>\r\n                        <p>At the beginning of phase 4, during the development of the technical project<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h4><i class=\"fas fa-exclamation-circle\" style=\"color: #f0ad4e;\"><\/i>Impact<\/h4>\r\n                        <p>Very tall \u2013 Defines the basic structure of the house<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"decision-card\">\r\n                <h3>4. Selection of finishes and equipment<\/h3>\r\n                <p>\r\n                    The choice of materials, finishes, and equipment defines the final look, comfort, and functionality of your home. It&#039;s a detailed process that requires dedication.\r\n                <\/p>\r\n                <div class=\"decision-info\">\r\n                    <div>\r\n                        <h4><i class=\"fas fa-check-circle\" style=\"color: #5cb85c;\"><\/i>When<\/h4>\r\n                        <p>During phase 4, before finalizing the executive project<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h4><i class=\"fas fa-exclamation-circle\" style=\"color: #f0ad4e;\"><\/i>Impact<\/h4>\r\n                        <p>High \u2013 Affects aesthetics, comfort, and functionality<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"decision-card\">\r\n                <h3>5. Final approval before manufacturing<\/h3>\r\n                <p>\r\n                    This is the last opportunity to make changes. Once manufacturing has begun, modifications are complex or impossible. It is crucial to review all the details.\r\n                <\/p>\r\n                <div class=\"decision-info\">\r\n                    <div>\r\n                        <h4><i class=\"fas fa-check-circle\" style=\"color: #5cb85c;\"><\/i>When<\/h4>\r\n                        <p>At the end of phase 4, just before starting manufacturing<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h4><i class=\"fas fa-exclamation-circle\" style=\"color: #f0ad4e;\"><\/i>Impact<\/h4>\r\n                        <p>Critical \u2013 Last chance for modifications<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"decision-card\">\r\n                <h3>6. Factory verification visit<\/h3>\r\n                <p>\r\n                    During manufacturing, you&#039;ll have the opportunity to visit the factory to see your house in progress. This is an important time to verify that everything is proceeding as planned.\r\n                <\/p>\r\n                <div class=\"decision-info\">\r\n                    <div>\r\n                        <h4><i class=\"fas fa-check-circle\" style=\"color: #5cb85c;\"><\/i>When<\/h4>\r\n                        <p>During phase 6, halfway through manufacturing<\/p>\r\n                    <\/div>\r\n                    <div>\r\n                        <h4><i class=\"fas fa-exclamation-circle\" style=\"color: #f0ad4e;\"><\/i>Impact<\/h4>\r\n                        <p>Medium \u2013 Process verification, minor adjustments possible<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"info-box\">\r\n                <h3>Important<\/h3>\r\n                <p>\r\n                    One of the great advantages of the MOODUL system is that important decisions are concentrated at the beginning of the process. Unlike traditional construction, where decisions are made on the fly and often under pressure, here you can dedicate time to reflecting on every aspect of your future home before manufacturing begins.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Documentation and Requirements -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Required documentation by phase<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                To expedite the process, it&#039;s important to have the necessary documentation ready at each stage. Here&#039;s a summary of the most important documents.\r\n            <\/p>\r\n\r\n            <div class=\"doc-table\">\r\n                <table>\r\n                    <thead>\r\n                        <tr>\r\n                            <th>Phase<\/th>\r\n                            <th>Required documentation<\/th>\r\n                        <\/tr>\r\n                    <\/thead>\r\n                    <tbody>\r\n                        <tr>\r\n                            <td class=\"phase-col\">\r\n                                Phase 1-2\r\n                                <span class=\"phase-subtitle\">Initial contact and study<\/span>\r\n                            <\/td>\r\n                            <td>\r\n                                <ul>\r\n                                    <li>Simple land note (if you already have it)<\/li>\r\n                                    <li>Urban planning regulations (if available)<\/li>\r\n                                    <li>Topographic map (recommended)<\/li>\r\n                                    <li>Cadastral information<\/li>\r\n                                <\/ul>\r\n                            <\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td class=\"phase-col\">\r\n                                Phase 3\r\n                                <span class=\"phase-subtitle\">Contract<\/span>\r\n                            <\/td>\r\n                            <td>\r\n                                <ul>\r\n                                    <li>ID\/Tax ID\/Tax ID of the holder<\/li>\r\n                                    <li>Land ownership deed<\/li>\r\n                                    <li>Bank certificate for direct debit (if applicable)<\/li>\r\n                                    <li>Proof of payment of the deposit<\/li>\r\n                                <\/ul>\r\n                            <\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td class=\"phase-col\">\r\n                                Phase 4-5\r\n                                <span class=\"phase-subtitle\">Project and license<\/span>\r\n                            <\/td>\r\n                            <td>\r\n                                <ul>\r\n                                    <li>Geotechnical study of the terrain<\/li>\r\n                                    <li>Municipal license application form<\/li>\r\n                                    <li>Proof of payment of fees and taxes<\/li>\r\n                                    <li>Building and housing statistics<\/li>\r\n                                    <li>Basic project visa (provided by MOODUL)<\/li>\r\n                                <\/ul>\r\n                            <\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td class=\"phase-col\">\r\n                                Phase 7-8\r\n                                <span class=\"phase-subtitle\">Preparation and transport<\/span>\r\n                            <\/td>\r\n                            <td>\r\n                                <ul>\r\n                                    <li>Building permit (already obtained)<\/li>\r\n                                    <li>Permits for occupying public roads (if applicable)<\/li>\r\n                                    <li>Special permits for transport<\/li>\r\n                                    <li>Signed reassessment report<\/li>\r\n                                    <li>Liability insurance<\/li>\r\n                                <\/ul>\r\n                            <\/td>\r\n                        <\/tr>\r\n                        <tr>\r\n                            <td class=\"phase-col\">\r\n                                Phase 9-10\r\n                                <span class=\"phase-subtitle\">Implementation and delivery<\/span>\r\n                            <\/td>\r\n                            <td>\r\n                                <ul>\r\n                                    <li>Supply contracts (water, electricity, gas)<\/li>\r\n                                    <li>Final work certificate (provided by MOODUL)<\/li>\r\n                                    <li>Certificate of occupancy (processed by MOODUL)<\/li>\r\n                                    <li>Deed for new construction (with notary)<\/li>\r\n                                    <li>Certificate of receipt of the dwelling<\/li>\r\n                                <\/ul>\r\n                            <\/td>\r\n                        <\/tr>\r\n                    <\/tbody>\r\n                <\/table>\r\n\r\n                <div class=\"doc-note\">\r\n                    <h4>\r\n                        <i class=\"fas fa-info-circle\"><\/i>\r\n                        Note on documentation\r\n                    <\/h4>\r\n                    <p>\r\n                        MOODUL guides you through the entire document process. Our administrative team will advise you on which documents you need at each stage, how to obtain them, and which ones we handle directly.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Meet the Team -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>The team that will make your dream home a reality<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                Throughout the process, you will have access to a multidisciplinary team of specialized professionals. Find out who your contacts will be at each stage.\r\n            <\/p>\r\n\r\n            <div class=\"team-grid\">\r\n                <div class=\"team-card\">\r\n                    <div class=\"team-icon\">\r\n                        <i class=\"fas fa-user-tie\"><\/i>\r\n                    <\/div>\r\n                    <h3>Sales Consultant<\/h3>\r\n                    <p class=\"subtitle\">Your first contact and initial guide<\/p>\r\n                    <ul>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            It helps you define your needs\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Prepare the initial proposal\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Coordinate the visit to the factory or showroom\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            It accompanies you in the early stages\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"team-phases\">\r\n                        <strong>He\/She participates in:<\/strong> Phases 1-3\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\">\r\n                    <div class=\"team-icon\">\r\n                        <i class=\"fas fa-drafting-compass\"><\/i>\r\n                    <\/div>\r\n                    <h3>Architect<\/h3>\r\n                    <p class=\"subtitle\">The creative mastermind of the project<\/p>\r\n                    <ul>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Design your home according to your needs\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Develop the basic and executive project\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Adapt the project to the regulations\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Oversees the technical execution\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"team-phases\">\r\n                        <strong>He\/She participates in:<\/strong> Phases 2-5 and 9-10\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\">\r\n                    <div class=\"team-icon\">\r\n                        <i class=\"fas fa-paint-brush\"><\/i>\r\n                    <\/div>\r\n                    <h3>Interior Designer<\/h3>\r\n                    <p class=\"subtitle\">The expert in living spaces<\/p>\r\n                    <ul>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            He advises you on finishes and materials\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Design functional and aesthetic spaces\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Coordinates the quality report\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Oversee the final finishes\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"team-phases\">\r\n                        <strong>He\/She participates in:<\/strong> Phases 3-4 and 6\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\">\r\n                    <div class=\"team-icon\">\r\n                        <i class=\"fas fa-industry\"><\/i>\r\n                    <\/div>\r\n                    <h3>Production Manager<\/h3>\r\n                    <p class=\"subtitle\">The master of manufacturing<\/p>\r\n                    <ul>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Oversees the manufacturing of the modules\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Coordinates the workshop teams\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Check the quality of execution\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Prepare the modules for transport\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"team-phases\">\r\n                        <strong>He\/She participates in:<\/strong> Phase 6\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\">\r\n                    <div class=\"team-icon\">\r\n                        <i class=\"fas fa-truck\"><\/i>\r\n                    <\/div>\r\n                    <h3>Logistics Manager<\/h3>\r\n                    <p class=\"subtitle\">The transport and assembly expert<\/p>\r\n                    <ul>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Plan the transport and logistics\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Coordinates special permits\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Manage the on-site implementation\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Supervise the unloading and placement\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"team-phases\">\r\n                        <strong>He\/She participates in:<\/strong> Phases 7-9\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <div class=\"team-card\">\r\n                    <div class=\"team-icon\">\r\n                        <i class=\"fas fa-tools\"><\/i>\r\n                    <\/div>\r\n                    <h3>After-sales Technician<\/h3>\r\n                    <p class=\"subtitle\">Your support after delivery<\/p>\r\n                    <ul>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Perform the technical delivery\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Explain how the facilities work\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Handles issues after delivery\r\n                        <\/li>\r\n                        <li>\r\n                            <i class=\"fas fa-check\"><\/i>\r\n                            Manage warranties and maintenance\r\n                        <\/li>\r\n                    <\/ul>\r\n                    <div class=\"team-phases\">\r\n                        <strong>He\/She participates in:<\/strong> Phase 10 and after-sales\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"manager-box\">\r\n                <h3>Your personal project manager<\/h3>\r\n                <p>\r\n                    In addition to these specialized professionals, you will be assigned a <strong>personal project manager<\/strong> \r\n                    who will accompany you throughout the entire process. They will be your main point of contact, coordinate all the teams, and keep you informed of every development.\r\n                <\/p>\r\n                <p>\r\n                    This &quot;one-stop shop&quot; approach is one of the great advantages of the MOODUL system: you don&#039;t have to coordinate different professionals or worry about communication between them.\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- FAQ Section -->\r\n    <section>\r\n        <div class=\"container\">\r\n            <h2>Frequently asked questions about the process<\/h2>\r\n            <p style=\"text-align: center; max-width: 900px; margin: 0 auto 40px;\">\r\n                We answer the most common questions about the process of acquiring, manufacturing and delivering a MOODUL house.\r\n            <\/p>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    <h3>What happens if it rains on the day of implantation?<\/h3>\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>\r\n                        The logistics team constantly monitors weather conditions and plans accordingly. If heavy rain or strong winds are forecast for the day of deployment, it is rescheduled to ensure the safety and quality of the process. The modules are protected to withstand adverse weather conditions during the brief assembly period.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    <h3>Can I make changes during manufacturing?<\/h3>\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>\r\n                        Once manufacturing has begun, changes are limited and can lead to additional costs and delays. That&#039;s why it&#039;s so important to dedicate time to the design phase and clearly define all the details before starting production. Minor decorative adjustments can be more flexible than structural or installation changes.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    <h3>How does the payment schedule work?<\/h3>\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>\r\n                        It is typically structured in 4-5 payments linked to specific project milestones:\r\n                        <br><br>\r\n                        1. Initial payment upon signing the contract (10-15%)\r\n                        <br>\r\n                        2. Upon completion of the executive project (20-25%)\r\n                        <br>\r\n                        3. When starting manufacturing (25-30%)\r\n                        <br>\r\n                        4. Before transport (25-30%)\r\n                        <br>\r\n                        5. To the final delivery (5-10%)\r\n                        <br><br>\r\n                        This timeline can be adapted if you have bank financing, coordinating with the certification milestones of the self-build mortgage.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    <h3>What guarantees do I have with a MOODUL house?<\/h3>\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>\r\n                        The same as in a traditional construction project, regulated by the Building Regulations Law (LOE):\r\n                        <br><br>\r\n                        \u2022 10 years for structural elements\r\n                        <br>\r\n                        \u2022 3 years for installations and elements that affect habitability\r\n                        <br>\r\n                        \u2022 1 year for finishes and aesthetic elements\r\n                        <br><br>\r\n                        In addition, MOODUL offers a dedicated after-sales service during the first few months for any adjustments that may be necessary.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    <h3>What if my plot of land is difficult to access?<\/h3>\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>\r\n                        MOODUL conducts a detailed logistical study before confirming the project&#039;s feasibility. If access is difficult, there are several possible solutions:\r\n                        <br><br>\r\n                        \u2022 Design smaller modules adapted to accessibility\r\n                        <br>\r\n                        \u2022 Use special cranes with greater reach\r\n                        <br>\r\n                        \u2022 Establish an intermediate base and make special transfers\r\n                        <br>\r\n                        \u2022 In extreme cases, consider alternative implementation systems\r\n                        <br><br>\r\n                        The 95% of the plots are viable with the appropriate logistics, although in some cases it may involve an additional cost.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"faq-item\">\r\n                <div class=\"faq-question\">\r\n                    <h3>Can I expand my MOODUL house in the future?<\/h3>\r\n                    <i class=\"fas fa-chevron-down\"><\/i>\r\n                <\/div>\r\n                <div class=\"faq-answer\">\r\n                    <p>\r\n                        Yes, MOODUL homes can be designed with future expansion in mind. If you plan to expand later, it&#039;s important to mention this during the design phase so the project can take this possibility into account. The necessary connections for utilities, structure, and layout can be pre-installed to facilitate future expansion with additional modules.\r\n                    <\/p>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- CTA Section -->\r\n    <div class=\"cta\">\r\n        <div class=\"container\">\r\n            <h2>Ready to start your project?<\/h2>\r\n            <p>\r\n                You already know the whole process for making your MOODUL home a reality. It&#039;s time to take the first step towards your new home.\r\n            <\/p>\r\n            <div class=\"cta-buttons\">\r\n                <a href=\"#\" class=\"btn btn-primary\">Contact an advisor<\/a>\r\n                <a href=\"#\" class=\"btn btn-secondary\">Request a factory visit<\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ FAQ Accordion functionality\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const faqQuestions = document.querySelectorAll('.faq-question');\r\n            \r\n            faqQuestions.forEach(question => {\r\n                question.addEventListener('click', function() {\r\n                    const answer = this.nextElementSibling;\r\n                    const isActive = this.classList.contains('active');\r\n                    \r\n                    \/\/ Close all other FAQs\r\n                    document.querySelectorAll('.faq-question').forEach(q => {\r\n                        q.classList.remove('active');\r\n                        q.nextElementSibling.classList.remove('active');\r\n                    });\r\n                    \r\n                    \/\/ Toggle current FAQ\r\n                    if (!isActive) {\r\n                        this.classList.add('active');\r\n                        answer.classList.add('active');\r\n                    }\r\n                });\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>","protected":false},"excerpt":{"rendered":"<p>El Proceso Paso a Paso: De la Idea a la Entrega de Llaves de tu Casa MOODUL El Proceso Paso a Paso De la Idea a la Entrega de Llaves de tu Casa MOODUL Una gu\u00eda completa que te acompa\u00f1a durante todo el viaje de crear tu hogar modular, desde la primera idea hasta el [&hellip;]<\/p>","protected":false},"author":4,"featured_media":3567,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[15],"tags":[],"class_list":["post-5322","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\/5322","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=5322"}],"version-history":[{"count":3,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5322\/revisions"}],"predecessor-version":[{"id":5359,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/posts\/5322\/revisions\/5359"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/media\/3567"}],"wp:attachment":[{"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/media?parent=5322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/categories?post=5322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moodul.es\/en\/wp-json\/wp\/v2\/tags?post=5322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}