{"id":1096,"date":"2026-04-26T11:48:20","date_gmt":"2026-04-26T11:48:20","guid":{"rendered":"http:\/\/workspacesglobal.com\/about\/"},"modified":"2026-06-17T17:22:50","modified_gmt":"2026-06-17T17:22:50","slug":"about","status":"publish","type":"page","link":"https:\/\/workspacesglobal.com\/en\/about\/","title":{"rendered":"About"},"content":{"rendered":"<!DOCTYPE html>\n<?xml encoding=\"UTF-8\"?><html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <meta name=\"description\" content=\"Conoce WorkspaceGlobal: el directorio internacional de oficinas y coworking fundado por expertos en real estate. Misi&oacute;n, valores y equipo.\">\n    <meta name=\"keywords\" content=\"workspaceglobal, sobre nosotros, directorio coworking, oficinas globales, aurema group, espacio de trabajo\">\n    <title>About Us | WorkspaceGlobal &#8211; International Bureau Directory<\/title>\n    \n    <!-- Open Graph \/ Social Media -->\n    <meta property=\"og:title\" content=\"Sobre WorkspaceGlobal | Nuestra Historia y Misi&oacute;n\">\n    <meta property=\"og:description\" content=\"Fundado por expertos en real estate internacional. Conectamos espacios de trabajo con profesionales en 85+ pa&iacute;ses.\">\n    <meta property=\"og:image\" content=\"https:\/\/workspaceglobal.com\/images\/og-about.jpg\">\n    <meta property=\"og:url\" content=\"https:\/\/workspaceglobal.com\/about\">\n    <meta property=\"og:type\" content=\"website\">\n    \n    <!-- Schema.org Organization -->\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Organization\",\n      \"name\": \"WorkspaceGlobal\",\n      \"url\": \"https:\/\/workspaceglobal.com\",\n      \"logo\": \"https:\/\/workspaceglobal.com\/images\/logo.png\",\n      \"description\": \"Directorio internacional de oficinas y espacios de coworking en alquiler con plataforma de pagos integrada.\",\n      \"foundingDate\": \"2026\",\n      \"founders\": [\n        {\n          \"@type\": \"Person\",\n          \"name\": \"Aurelio Tamarit Blay\"\n        }\n      ],\n      \"address\": {\n        \"@type\": \"PostalAddress\",\n        \"streetAddress\": \"Carrera Fuente de San Luis 17, Bajo\",\n        \"addressLocality\": \"Valencia\",\n        \"postalCode\": \"46006\",\n        \"addressCountry\": \"ES\"\n      },\n      \"contactPoint\": {\n        \"@type\": \"ContactPoint\",\n        \"telephone\": \"+34-633-679-903\",\n        \"contactType\": \"customer service\",\n        \"areaServed\": \"World\",\n        \"availableLanguage\": [\"Spanish\", \"English\"]\n      },\n      \"sameAs\": [\n        \"https:\/\/linkedin.com\/company\/workspaceglobal\",\n        \"https:\/\/twitter.com\/workspaceglobal\"\n      ]\n    }\n    <\/script>\n\n    <style>\n        :root {\n            --primary: #003580;\n            --primary-dark: #00224f;\n            --secondary: #feba02;\n            --text-dark: #1a1a1a;\n            --text-light: #666;\n            --bg-light: #f5f5f5;\n            --white: #ffffff;\n            --shadow: 0 2px 12px rgba(0,0,0,0.1);\n            --radius: 8px;\n            --transition: all 0.3s ease;\n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: var(--text-dark);\n            background: var(--white);\n        }\n\n        \/* Header - Mismo que landing principal *\/\n        header {\n            background: var(--white);\n            box-shadow: var(--shadow);\n            position: fixed;\n            width: 100%;\n            top: 0;\n            z-index: 1000;\n        }\n        .nav-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 1rem 2rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        .logo {\n            font-size: 1.5rem;\n            font-weight: 700;\n            color: var(--primary);\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n        .logo span { color: var(--secondary); }\n        nav ul {\n            display: flex;\n            list-style: none;\n            gap: 2rem;\n        }\n        nav a {\n            text-decoration: none;\n            color: var(--text-dark);\n            font-weight: 500;\n            transition: var(--transition);\n        }\n        nav a:hover, nav a.active { color: var(--primary); }\n        .cta-button {\n            background: var(--secondary);\n            color: var(--primary-dark);\n            padding: 0.75rem 1.5rem;\n            border-radius: var(--radius);\n            text-decoration: none;\n            font-weight: 600;\n            transition: var(--transition);\n            border: none;\n            cursor: pointer;\n            display: inline-block;\n        }\n        .cta-button:hover {\n            background: #e5a900;\n            transform: translateY(-2px);\n        }\n\n        \/* Hero Section *\/\n        .hero-about {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%), url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1200 400\"><rect fill=\"%23003580\" width=\"1200\" height=\"400\"\/><circle cx=\"200\" cy=\"100\" r=\"80\" fill=\"%23feba02\" opacity=\"0.1\"\/><circle cx=\"1000\" cy=\"300\" r=\"120\" fill=\"%23feba02\" opacity=\"0.1\"\/>');\n            background-size: cover;\n            color: var(--white);\n            padding: 10rem 2rem 6rem;\n            text-align: center;\n            margin-top: 70px;\n        }\n        .hero-about h1 {\n            font-size: 2.8rem;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n        .hero-about p {\n            font-size: 1.3rem;\n            max-width: 750px;\n            margin: 0 auto 2rem;\n            opacity: 0.95;\n        }\n        .hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 0.5rem;\n            background: rgba(254,186,2,0.2);\n            color: var(--secondary);\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-weight: 600;\n            margin-bottom: 1.5rem;\n            border: 1px solid var(--secondary);\n        }\n\n        \/* Story Section *\/\n        .story {\n            padding: 5rem 2rem;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        .story-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n        .story-content h2 {\n            color: var(--primary);\n            font-size: 2rem;\n            margin-bottom: 1.5rem;\n        }\n        .story-content p {\n            margin-bottom: 1.25rem;\n            color: var(--text-light);\n        }\n        .story-image {\n            background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);\n            border-radius: var(--radius);\n            padding: 2rem;\n            text-align: center;\n            box-shadow: var(--shadow);\n            min-height: 300px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 3rem;\n        }\n\n        \/* Mission Values *\/\n        .mission {\n            background: var(--bg-light);\n            padding: 5rem 2rem;\n        }\n        .mission-container {\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n        .section-title {\n            text-align: center;\n            margin-bottom: 3rem;\n        }\n        .section-title h2 {\n            font-size: 2rem;\n            color: var(--primary);\n            margin-bottom: 0.75rem;\n        }\n        .section-title p {\n            color: var(--text-light);\n            max-width: 650px;\n            margin: 0 auto;\n        }\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n        .value-card {\n            background: var(--white);\n            padding: 2rem;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow);\n            text-align: center;\n            transition: var(--transition);\n            border-top: 4px solid var(--secondary);\n        }\n        .value-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 12px 30px rgba(0,0,0,0.15);\n        }\n        .value-icon {\n            width: 70px;\n            height: 70px;\n            background: var(--primary);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1.25rem;\n            font-size: 1.8rem;\n            font-weight: bold;\n        }\n        .value-card h4 {\n            color: var(--primary);\n            margin-bottom: 0.75rem;\n            font-size: 1.25rem;\n        }\n        .value-card p {\n            color: var(--text-light);\n            font-size: 0.95rem;\n        }\n\n        \/* Stats Section *\/\n        .stats-about {\n            padding: 4rem 2rem;\n            background: var(--white);\n        }\n        .stats-grid {\n            max-width: 1000px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            text-align: center;\n        }\n        .stat-number {\n            font-size: 3rem;\n            font-weight: 700;\n            color: var(--primary);\n            line-height: 1;\n            margin-bottom: 0.5rem;\n        }\n        .stat-label {\n            color: var(--text-light);\n            font-weight: 500;\n        }\n\n        \/* Team Section *\/\n        .team {\n            padding: 5rem 2rem;\n            background: var(--bg-light);\n        }\n        .team-grid {\n            max-width: 1000px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n        }\n        .team-card {\n            background: var(--white);\n            border-radius: var(--radius);\n            padding: 2rem;\n            text-align: center;\n            box-shadow: var(--shadow);\n        }\n        .team-avatar {\n            width: 120px;\n            height: 120px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);\n            margin: 0 auto 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 2.5rem;\n            font-weight: 600;\n        }\n        .team-card h4 {\n            color: var(--primary);\n            margin-bottom: 0.25rem;\n        }\n        .team-card .role {\n            color: var(--secondary);\n            font-weight: 600;\n            font-size: 0.9rem;\n            margin-bottom: 0.75rem;\n            display: block;\n        }\n        .team-card p {\n            color: var(--text-light);\n            font-size: 0.95rem;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);\n            color: var(--white);\n            padding: 4rem 2rem;\n            text-align: center;\n        }\n        .cta-section h2 {\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }\n        .cta-section p {\n            max-width: 600px;\n            margin: 0 auto 2rem;\n            opacity: 0.95;\n        }\n        .cta-buttons {\n            display: flex;\n            gap: 1rem;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n        .cta-secondary {\n            background: transparent;\n            color: var(--white);\n            border: 2px solid var(--white);\n            padding: 0.75rem 2rem;\n            border-radius: var(--radius);\n            text-decoration: none;\n            font-weight: 600;\n            transition: var(--transition);\n        }\n        .cta-secondary:hover {\n            background: var(--white);\n            color: var(--primary);\n        }\n\n        \/* Contact Mini Section *\/\n        .contact-mini {\n            padding: 4rem 2rem;\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n        .contact-cards {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 1.5rem;\n            margin-top: 2rem;\n        }\n        .contact-card {\n            background: var(--white);\n            padding: 1.5rem;\n            border-radius: var(--radius);\n            box-shadow: var(--shadow);\n            text-align: center;\n        }\n        .contact-card .icon {\n            font-size: 2rem;\n            margin-bottom: 0.75rem;\n        }\n        .contact-card strong {\n            display: block;\n            color: var(--primary);\n            margin-bottom: 0.25rem;\n        }\n        .contact-card a {\n            color: var(--text-light);\n            text-decoration: none;\n            transition: var(--transition);\n        }\n        .contact-card a:hover {\n            color: var(--primary);\n        }\n\n        \/* Footer - Mismo que landing principal *\/\n        footer {\n            background: var(--primary-dark);\n            color: var(--white);\n            padding: 3rem 2rem 1rem;\n        }\n        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n        }\n        .footer-section h4 {\n            margin-bottom: 1rem;\n            color: var(--secondary);\n        }\n        .footer-section a {\n            display: block;\n            color: rgba(255,255,255,0.8);\n            text-decoration: none;\n            margin-bottom: 0.5rem;\n            transition: var(--transition);\n        }\n        .footer-section a:hover {\n            color: var(--white);\n        }\n        .footer-bottom {\n            text-align: center;\n            padding-top: 2rem;\n            margin-top: 2rem;\n            border-top: 1px solid rgba(255,255,255,0.1);\n            font-size: 0.875rem;\n            opacity: 0.8;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .nav-container {\n                flex-direction: column;\n                gap: 1rem;\n            }\n            nav ul {\n                gap: 1rem;\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n            .hero-about h1 {\n                font-size: 2.2rem;\n            }\n            .hero-about p {\n                font-size: 1.1rem;\n            }\n            .story-grid {\n                grid-template-columns: 1fr;\n            }\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n            .stats-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .animate {\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n        }\n        .delay-1 { animation-delay: 0.1s; }\n        .delay-2 { animation-delay: 0.2s; }\n        .delay-3 { animation-delay: 0.3s; }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- Header -->\n    <header>\n        <div class=\"nav-container\">\n            <a href=\"\/\" class=\"logo\">Workspace<span>Global<\/span><\/a>\n            <nav>\n                <ul>\n                    <li><a href=\"\/\">Home<\/a><\/li>\n                    <li><a href=\"\/#espacios\">Spaces<\/a><\/li>\n                    <li><a href=\"\/#espana\">Spain<\/a><\/li>\n                    <li><a href=\"\/#precios\">Prices<\/a><\/li>\n                    <li><a href=\"\/#contacto\">Contact<\/a><\/li>\n                <\/ul>\n            <\/nav>\n            <a href=\"\/#registro\" class=\"cta-button\">Register My Space<\/a>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Section -->\n    <section class=\"hero-about\">\n        <span class=\"hero-badge\">  Since 2026<\/span>\n        <h1>Connecting Workspaces<br>with Global Opportunities<\/h1>\n        <p>We are more than a directory: we are the bridge between owners of spaces and professionals looking for the perfect place to work, create and grow.<\/p>\n        <a href=\"\/#registro\" class=\"cta-button\">Join the Network &rarr;<\/a>\n    <\/section>\n\n    <!-- Story Section -->\n    <section class=\"story\">\n        <div class=\"story-grid\">\n            <div class=\"story-content animate\">\n                <h2>Our History<\/h2>\n                <p><strong>WorkspaceGlobal<\/strong> is born from the experience of more than 30 years in the real estate and construction sector, combined with the vision of an increasingly flexible, digital and borderless labour market.<\/p>\n                <p>We identified a clear need: office owners and coworking spaces needed a platform <strong>simple, transparent and global<\/strong> to visibilize their assets, while professionals and companies sought a reliable place to find verified spaces, with safe payments and clear conditions.<\/p>\n                <p>Today, WorkspaceGlobal is the reference directory for rental workspaces, with a presence in more than 85 countries and an unwavering commitment to the quality, transparency and success of our users.<\/p>\n            <\/div>\n            <div class=\"story-image animate delay-1\"> &ldquo;\n <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Mission & Values -->\n    <section class=\"mission\">\n        <div class=\"mission-container\">\n            <div class=\"section-title\">\n                <h2>Mission, Vision and Values<\/h2>\n                <p>What moves us and how we work every day to fulfill our promise<\/p>\n            <\/div>\n            \n            <div class=\"values-grid\">\n                <div class=\"value-card animate\">\n                    <div class=\"value-icon\">&#127919;<\/div>\n                    <h4>Our Mission<\/h4>\n                    <p>Facilitate access to quality workspaces globally, connecting supply and demand with transparency, safety and efficiency.<\/p>\n                <\/div>\n                <div class=\"value-card animate delay-1\">\n                    <div class=\"value-icon\">&#128302;<\/div>\n                    <h4>Our Vision<\/h4>\n                    <p>Being the world&#8217;s leading platform for managing and discovering flexible workspaces, driving productivity and professional connection without borders.<\/p>\n                <\/div>\n                <div class=\"value-card animate delay-2\">\n                    <div class=\"value-icon\">&#128142;<\/div>\n                    <h4>Our Values<\/h4>\n                    <p><strong>Transparency:<\/strong> Clear commissions, no surprises.<br><strong>Trust:<\/strong> Verified spaces and dedicated support.<br><strong>Innovation:<\/strong> Technology at the service of the user experience.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Stats Section -->\n    <section class=\"stats-about\">\n        <div class=\"stats-grid\">\n            <div class=\"animate\">\n                <div class=\"stat-number\">85+<\/div>\n                <div class=\"stat-label\">Active countries<\/div>\n            <\/div>\n            <div class=\"animate delay-1\">\n                <div class=\"stat-number\">15K+<\/div>\n                <div class=\"stat-label\">Spaces Listed<\/div>\n            <\/div>\n            <div class=\"animate delay-2\">\n                <div class=\"stat-number\">&euro;10<\/div>\n                <div class=\"stat-label\">Monthly price<\/div>\n            <\/div>\n            <div class=\"animate delay-3\">\n                <div class=\"stat-number\">24\/7<\/div>\n                <div class=\"stat-label\">Support Available<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Team Section -->\n    <section class=\"team\">\n        <div class=\"section-title\">\n            <h2>Founder Team<\/h2>\n            <p>Real estate, technology and international expansion experts<\/p>\n        <\/div>\n        \n        <div class=\"team-grid\">\n            <div class=\"team-card animate\">\n                <div class=\"team-avatar\">AT<\/div>\n                <h4>Aurelio Tamarit Blay<\/h4>\n                <span class=\"role\">Founder &quot; Director<\/span>\n                <p>Judicial Perito en Real Estate y Construcci&oacute;n con +30 a&ntilde;os de experiencia. Expert in international corporate structures and development of real estate projects.<\/p>\n            <\/div>\n            <div class=\"team-card animate delay-1\">\n                <div class=\"team-avatar\">WG<\/div>\n                <h4>Team WorkspaceGlobal<\/h4>\n                <span class=\"role\">Operations &amp; Support<\/span>\n                <p>Professionals specialized in managing digital platforms, multilingual customer service and expansion of international markets.<\/p>\n            <\/div>\n            <div class=\"team-card animate delay-2\">\n                <div class=\"team-avatar\">&#129309;<\/div>\n                <h4>Partner Network<\/h4>\n                <span class=\"role\">Strategic Allies<\/span>\n                <p>We collaborate with space managers, proptech companies and legal and financial service providers in Spain, ADGM and global markets.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <h2>Ready to Form Part of WorkspaceGlobal?<\/h2>\n        <p>Whether you own a space or look for your next office, we&#8217;re here to help you connect with the right opportunities.<\/p>\n        <div class=\"cta-buttons\">\n            <a href=\"\/#registro\" class=\"cta-button\">Register my Space &#8211; &euro;10\/month<\/a>\n            <a href=\"\/#contacto\" class=\"cta-secondary\">Contact Us<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Contact Mini -->\n    <section class=\"contact-mini\">\n        <h3 style=\"color: var(--primary); margin-bottom: 0.5rem;\">  Our Headquarters<\/h3>\n        <p style=\"color: var(--text-light);\">Valencia, Spain &#8211; Operating Globally<\/p>\n        \n        <div class=\"contact-cards\">\n            <div class=\"contact-card\">\n                <div class=\"icon\">&#127970;<\/div>\n                <strong>Direction<\/strong>\n                <a href=\"https:\/\/maps.google.com\/?q=Carrera+Fuente+de+San+Luis+17,+Valencia\" target=\"_blank\">Carrera Fuente de San Luis 17, Bajo<br>Valencia, 46006, Spain\n <\/a>\n            <\/div>\n            <div class=\"contact-card\">\n                <div class=\"icon\">&#128222;<\/div>\n                <strong>Telephone<\/strong>\n                <a href=\"tel:+34633679903\">+34 633 679 903<\/a>\n            <\/div>\n            <div class=\"contact-card\">\n                <div class=\"icon\"> &#65039;<\/div>\n                <strong>Email<\/strong>\n                <a href=\"mailto:hola@workspaceglobal.com\">hello@workspaceglobal.com<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"footer-content\">\n            <div class=\"footer-section\">\n                <h4>WorkspaceGlobal<\/h4>\n                <p style=\"opacity: 0.9; line-height: 1.7;\">Connecting workspaces with professionals around the world.\nSafe, transparent and global platform.\n <\/p>\n            <\/div>\n            \n            <div class=\"footer-section\">\n                <h4>Platform<\/h4>\n                <a href=\"\/#espacios\">Search Spaces<\/a>\n                <a href=\"\/#registro\">Register My Space<\/a>\n                <a href=\"\/#precios\">Prices and Plans<\/a>\n                <a href=\"\/about\">About Us<\/a>\n            <\/div>\n            \n            <div class=\"footer-section\">\n                <h4>Support<\/h4>\n                <a href=\"#\">Help Centre<\/a>\n                <a href=\"\/#contacto\">Contact Support<\/a>\n                <a href=\"#\">Committee policy<\/a>\n                <a href=\"#\">Payment terms<\/a>\n            <\/div>\n            \n            <div class=\"footer-section\">\n                <h4>Legal<\/h4>\n                <a href=\"\/privacidad.html\">Privacy Policy<\/a>\n                <a href=\"\/terminos.html\">Terms of Service<\/a>\n                <a href=\"\/cookies.html\">Cookies Policy<\/a>\n                <a href=\"\/aviso-legal.html\">Legal Notice<\/a>\n            <\/div>\n        <\/div>\n        \n        <div class=\"footer-bottom\">\n            <p>&copy; 2026 WorkspaceGlobal. All rights reserved. |\n <a href=\"https:\/\/workspaceglobal.com\" style=\"color: var(--secondary); text-decoration: none;\">workspaceglobal.com<\/a><\/p>\n            <p style=\"margin-top: 0.5rem; font-size: 0.8rem; opacity: 0.7;\">Carrera Fuente de San Luis 17, Bajo, 46006 Valencia, Spain | Tel: +34 633 679 903\n <\/p>\n        <\/div>\n    <\/footer>\n\n    <!-- Scripts -->\n    <script>\n        \/\/ Smooth scroll\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                const href = this.getAttribute('href');\n                if (href.startsWith('#') && href.length > 1) {\n                    e.preventDefault();\n                    const target = document.querySelector(href);\n                    if (target) {\n                        target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n                    }\n                }\n            });\n        });\n\n        \/\/ Fade-in on scroll\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1 });\n\n        document.querySelectorAll('.animate').forEach(el => {\n            el.style.opacity = '0';\n            el.style.transform = 'translateY(20px)';\n            el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(el);\n        });\n\n        \/\/ Active nav link\n        const currentPath = window.location.pathname;\n        document.querySelectorAll('nav a').forEach(link => {\n            if (link.getAttribute('href') === currentPath || \n                (currentPath.includes('about') && link.textContent.includes('Sobre'))) {\n                link.classList.add('active');\n            }\n        });\n    <\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>About Us | WorkspaceGlobal &#8211; International Bureau Directory WorkspaceGlobal Home Spaces Spain Prices Contact Register My Space Since 2026 Connecting Workspaceswith Global Opportunities We are more than a directory: we are the bridge between owners of spaces and professionals looking for the perfect place to work, create and grow. Join the Network &rarr; Our History<\/p>\n","protected":false},"author":1,"featured_media":3584,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_rtcl_gb_attr":"","footnotes":""},"class_list":["post-1096","page","type-page","status-publish","has-post-thumbnail","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages\/1096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/comments?post=1096"}],"version-history":[{"count":4,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages\/1096\/revisions"}],"predecessor-version":[{"id":3817,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/pages\/1096\/revisions\/3817"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/media\/3584"}],"wp:attachment":[{"href":"https:\/\/workspacesglobal.com\/en\/wp-json\/wp\/v2\/media?parent=1096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}