{"id":1220,"date":"2026-02-01T19:20:23","date_gmt":"2026-02-02T00:20:23","guid":{"rendered":"https:\/\/mayansolutions.com\/?page_id=1220"},"modified":"2026-06-10T19:38:34","modified_gmt":"2026-06-11T00:38:34","slug":"pro","status":"publish","type":"page","link":"https:\/\/mayansolutions.com\/en\/pro\/","title":{"rendered":"Pro"},"content":{"rendered":"<img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/nmzdRR6SYFs\/sddefault.jpg\" alt=\"Video in English\"\/>\n    \n<style>\n.video-facade-container {\n    position: relative;\n    border-radius: 10px;\n    border-left: 5px solid #f2da00; \n    box-shadow: 0 0 30px rgba(255, 255, 255, 0.1); \n    overflow: hidden;\n    background: #000;\n    aspect-ratio: 16\/9;\n}\n.video-cover {\n    cursor: pointer;\n    width: 100%;\n    height: 100%;\n    position: absolute; \/* Asegura que la cubierta llene el espacio correctamente *\/\n    top: 0;\n    left: 0;\n}\n.video-cover img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover; \n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: 1;\n}\n.custom-play-button {\n    position: absolute; \/* Centrado absoluto a prueba de errores *\/\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%); \n    z-index: 2;\n    width: 70px;\n    height: 70px;\n    background: #ffffff;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); \n}\n.custom-play-button svg {\n    width: 40px;\n    height: 40px;\n    fill: #222222; \n    margin-right: 3px; \/* El ajuste hacia la izquierda que pediste antes *\/\n}\n.video-cover:hover .custom-play-button {\n    \/* Mantiene el centrado absoluto mientras hace la animaci\u00f3n de escala *\/\n    transform: translate(-50%, -50%) scale(1.1);\n    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);\n}\n.video-facade-container iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n    position: absolute;\n    top: 0;\n    left: 0;\n    z-index: 3;\n}\n<\/style>\n\t<style>\n    \/* \n       IMPORTANTE: Cero llamadas a fuentes externas. \n       Eliminamos cualquier font-family, font-smoothing o herencia forzada \n       para que Beaver Builder y tu Tema inyecten su tipograf\u00eda por defecto en H1, H2 y P.\n    *\/\n    @import url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css');\n    .ms-mayan-container {\n        --m-yellow: #f2da00;\n        --m-dark: #1a1a1a;\n        --m-darker: #111111;\n        --m-white: #fefefe;\n        --m-bg: #f9f9f9;\n        --m-gray: #555555;\n        background-color: var(--m-bg);\n        color: var(--m-dark);\n        padding-bottom: 2rem;\n    }\n    .ms-mayan-container *, \n    .ms-mayan-container *::before, \n    .ms-mayan-container *::after {\n        box-sizing: border-box;\n    }\n    .ms-mayan-container .ms-section-dark {\n        background-color: var(--m-darker) !important;\n        color: var(--m-white) !important;\n    }\n    .ms-mayan-container .ms-btn-primary {\n        background-color: var(--m-yellow) !important;\n        color: #000000 !important;\n        transition: all 0.3s ease !important;\n        font-weight: bold !important;\n        text-transform: uppercase !important;\n        letter-spacing: 1px !important;\n        text-decoration: none !important;\n        display: inline-flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        gap: 15px !important;\n        border: none !important;\n        cursor: pointer !important;\n        padding: 22px 45px !important; \n        border-radius: 50px !important;\n        font-size: 20px !important; \n        box-shadow: 0 4px 10px rgba(0,0,0,0.1);\n    }\n    .ms-mayan-container .ms-btn-primary:hover {\n        transform: translateY(-3px) !important;\n        box-shadow: 0 10px 25px rgba(242, 218, 0, 0.4) !important;\n    }\n    \/* Modificaci\u00f3n: Fondo amarillo s\u00f3lido y texto negro forzado en todas las c\u00e1psulas *\/\n    .ms-mayan-container .ms-pill {\n        display: inline-block;\n        font-weight: bold;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 16px; \n        color: #000000 !important; \n        background-color: var(--m-yellow) !important; \n        padding: 10px 25px;\n        border-radius: 50px;\n        margin-bottom: 30px;\n        border: none !important;\n    }\n    .ms-mayan-container .ms-hero-v2 {\n        padding: 120px 20px 100px;\n        text-align: center;\n        background: radial-gradient(circle at center top, #ffffff 0%, #f4f4f4 100%);\n        position: relative;\n    }\n    .ms-mayan-container .ms-hero-v2 h1 {\n        font-size: 45px; \n        line-height: 1.1;\n        margin: 0 auto 30px auto;\n        color: var(--m-dark);\n        max-width: 1000px;\n        font-weight: bold;\n    }\n    .ms-mayan-container .ms-hero-v2 h1 span {\n        position: relative;\n        display: inline-block;\n        color: var(--m-dark);\n    }\n    .ms-mayan-container .ms-hero-v2 h1 span::after {\n        content: '';\n        position: absolute;\n        bottom: 8px;\n        left: 0;\n        width: 100%;\n        height: 15px;\n        background-color: rgba(242, 218, 0, 0.5);\n        z-index: -1;\n    }\n    .ms-mayan-container .ms-hero-v2 p.ms-lead {\n        font-size: 20px; \n        color: var(--m-gray);\n        margin: 0 auto 50px auto;\n        line-height: 1.7;\n        max-width: 900px;\n    }\n    .ms-mayan-container .ms-trust-bar {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 60px; \n        margin-top: 80px;\n        padding-top: 60px;\n        border-top: 2px solid rgba(0,0,0,0.05);\n        max-width: 1200px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .ms-mayan-container .ms-trust-item {\n        display: flex;\n        align-items: center;\n        gap: 25px; \n        text-align: left;\n        min-width: 280px;\n    }\n    .ms-mayan-container .ms-trust-item i {\n        font-size: 45px; \n        color: var(--m-yellow);\n        background: #fff;\n        width: 100px; \n        height: 100px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border-radius: 50%;\n        box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n        flex-shrink: 0;\n    }\n    .ms-mayan-container .ms-trust-item div h6 {\n        margin: 0 0 5px 0;\n        font-size: 24px; \n        font-weight: bold;\n        color: var(--m-dark);\n        line-height: 1.2;\n    }\n    .ms-mayan-container .ms-trust-item div p {\n        margin: 0;\n        font-size: 18px; \n        color: #666;\n    }\n    .ms-mayan-container .ms-problem-grid-v2 {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 40px; \n        max-width: 1300px;\n        margin: 80px auto 0;\n    }\n    .ms-mayan-container .ms-problem-card-v2 {\n        background: linear-gradient(145deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);\n        border: 1px solid rgba(255,255,255,0.08);\n        padding: 50px 40px; \n        border-radius: 24px;\n        text-align: left;\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n    .ms-mayan-container .ms-problem-card-v2::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 5px;\n        background: linear-gradient(90deg, transparent, var(--m-yellow), transparent);\n        opacity: 0.3;\n        transition: opacity 0.3s ease, height 0.3s ease;\n    }\n    .ms-mayan-container .ms-problem-card-v2:hover {\n        transform: translateY(-8px);\n        background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);\n        border-color: rgba(255,255,255,0.15);\n        box-shadow: 0 25px 50px rgba(0,0,0,0.5);\n    }\n    .ms-mayan-container .ms-problem-card-v2:hover::before { \n        opacity: 1; \n        height: 8px;\n    }\n    .ms-mayan-container .ms-icon-wrapper {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 110px; \n        height: 110px;\n        border-radius: 24px;\n        background: linear-gradient(135deg, rgba(242, 218, 0, 0.15) 0%, rgba(242, 218, 0, 0.02) 100%);\n        border: 1px solid rgba(242, 218, 0, 0.3);\n        margin-bottom: 35px;\n        box-shadow: 0 10px 25px rgba(0,0,0,0.3), inset 0 2px 10px rgba(255,255,255,0.05);\n        transition: all 0.3s ease;\n    }\n    .ms-mayan-container .ms-problem-card-v2:hover .ms-icon-wrapper {\n        background: linear-gradient(135deg, rgba(242, 218, 0, 0.25) 0%, rgba(242, 218, 0, 0.05) 100%);\n        transform: scale(1.08);\n        border-color: rgba(242, 218, 0, 0.6);\n    }\n    .ms-mayan-container .ms-problem-card-v2 i {\n        font-size: 50px; \n        color: var(--m-yellow);\n        filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.6));\n    }\n    .ms-mayan-container .ms-problem-card-v2 h4 {\n        font-size: 30px; \n        margin: 0 0 15px;\n        color: #ffffff;\n        font-weight: bold;\n        line-height: 1.2;\n    }\n    .ms-mayan-container .ms-problem-card-v2 p {\n        font-size: 19px; \n        color: #b0b0b0;\n        margin: 0;\n        line-height: 1.6;\n    }\n    .ms-mayan-container .ms-manifesto {\n        padding: 120px 20px;\n        text-align: center;\n        background-color: var(--m-white);\n        border-bottom: 1px solid rgba(0,0,0,0.05);\n    }\n    .ms-mayan-container .ms-quote {\n        font-size: 35px; \n        line-height: 1.4;\n        color: var(--m-dark);\n        max-width: 1200px;\n        margin: 0 auto;\n        font-weight: normal;\n    }\n    .ms-mayan-container .ms-soluciones-title {\n        font-size: 40px; \n        margin: 0 0 25px;\n        font-weight: bold;\n        line-height: 1.2;\n    }\n    .ms-mayan-container .ms-soluciones-p {\n        font-size: 22px; \n        color: var(--m-gray);\n        margin: 0 auto;\n        line-height: 1.7;\n    }\n    @media (min-width: 992px) {\n        .ms-mayan-container .ms-hero-v2 h1 { font-size: 75px; }\n        .ms-mayan-container .ms-hero-v2 p.ms-lead { font-size: 26px; }\n        .ms-mayan-container .ms-section-dark-title { font-size: 55px !important; }\n        .ms-mayan-container .ms-section-dark-p { font-size: 26px !important; }\n        .ms-mayan-container .ms-quote { font-size: 48px; }\n        .ms-mayan-container .ms-soluciones-title { font-size: 55px; }\n        .ms-mayan-container .ms-soluciones-p { font-size: 24px; }\n    }\n<\/style>\n    <!-- 1. HERO SECTION -->\n    <section>\n        Digital Solutions Agency\n        <h1>Digital scalability. <br \/>No complications.<\/h1>\n        \n            We build the technological infrastructure your brand needs to truly grow. From web platforms that project absolute authority to Artificial Intelligence systems that accelerate and automate your operations.\n        \n        <a href=\"#soluciones\">\n            Explore Methodology \n        <\/a>\n        <!-- Franja de Confianza -->\n                    <h6>Agile Execution<\/h6>\n                    <p>Weeks, not months.<\/p>\n                    <h6>100% Custom Made<\/h6>\n                    <p>Without generic templates.<\/p>\n                    <h6>Focus on ROI<\/h6>\n                    <p>Designed to convert.<\/p>\n    <\/section>\n    <!-- 2. IDENTIFICACI\u00d3N DEL PROBLEMA (DARK MODE) -->\n    <section>\n            Challenge Identification\n            <h2>\n                Your brand growth <br \/>It shouldn&#039;t mean chaos.\n            <\/h2>\n            <p>Do any of these scenarios sound familiar to you?<\/p>\n                <!-- Problema 1 -->\n                    <h4>Stagnant Presence<\/h4>\n                    <p>Your current website is an ornament that doesn&#039;t generate leads, or worse, it looks outdated and doesn&#039;t project the true quality, status, and value of the services you offer.<\/p>\n                <!-- Problema 2 -->\n                    <h4>Operation Saturated<\/h4>\n                    <p>You or your team spend too many hours a week on repetitive tasks, manual administration, and bureaucratic processes that could be automated today.<\/p>\n                <!-- Problema 3 -->\n                    <h4>Limited Growth<\/h4>\n                    <p>You feel that if you received twice as many clients today, your internal structure would collapse. You realize that you can&#039;t scale without sacrificing your time or quality.<\/p>\n    <\/section>\n    <!-- 3. MANIFIESTO \/ TRANSICI\u00d3N -->\n    <section>\n            <h3>\n                Creemos que la tecnolog\u00eda debe trabajar para ti y para tu negocio, no t\u00fa para ella.\n            <\/h3>\n    <\/section>\n    <section id=\"soluciones\">\n            Our Methodology\n            <h2>\n                Two clear paths to digital efficiency\n            <\/h2>\n            \n                We&#039;ve packaged our solutions into two strategic paths. We don&#039;t sell you isolated services; we implement complete ecosystems. Choose the path your project needs today.\n            \n    <\/section>\n    <!-- ========================================================================= -->\n    <!--  AQU\u00cd ABAJO PEGAR\u00cdAS TUS BLOQUES DE SERVICIOS (Opci\u00f3n 1 y Opci\u00f3n 2)       -->\n    <!-- ========================================================================= -->\n\t<style>\n    \/* \n       IMPORTACI\u00d3N DE FUENTES PERSONALIZADAS DE MAYAN SOLUTIONS\n    *\/\n    @font-face {\n        font-family: 'Roundo';\n        src: url('https:\/\/mayansolutions.com\/wp-content\/uploads\/2022\/12\/Roundo-Light.otf') format('opentype');\n        font-weight: normal;\n        font-style: normal;\n    }\n    @font-face {\n        font-family: 'Roxborough';\n        src: url('https:\/\/mayansolutions.com\/wp-content\/uploads\/2022\/12\/RoxboroughCF-Bold.otf') format('opentype');\n        font-weight: bold;\n        font-style: normal;\n    }\n    \/* Importar Font Awesome para los iconos *\/\n    @import url('https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css');\n    .ms-mayan-container {\n        --m-yellow: #f2da00;\n        --m-dark: #222222;\n        --m-white: #fefefe;\n        --m-bg: #f7f7f7;\n        \/* Reemplazamos Inter por Roundo *\/\n        font-family: 'Roundo', sans-serif !important;\n        background-color: var(--m-bg);\n        color: var(--m-dark);\n        line-height: 1.7;\n        overflow: hidden;\n    }\n    \/* Reemplazamos Playfair Display por Roxborough *\/\n    .ms-mayan-container h1, \n    .ms-mayan-container h2, \n    .ms-mayan-container h3, \n    .ms-mayan-container h4,\n    .ms-mayan-container h5,\n    .ms-mayan-container .ms-serif {\n        font-family: 'Roxborough', serif !important;\n    }\n    .ms-mayan-container .ms-section-dark {\n        background-color: var(--m-dark) !important;\n        color: var(--m-white) !important;\n    }\n    .ms-mayan-container .ms-text-yellow { color: var(--m-yellow) !important; }\n    .ms-mayan-container .ms-btn-primary {\n        background-color: var(--m-yellow) !important;\n        color: var(--m-dark) !important;\n        transition: all 0.3s ease !important;\n        font-weight: 700 !important;\n        text-transform: uppercase !important;\n        letter-spacing: 1.2px !important;\n        text-decoration: none !important;\n        display: flex !important;\n        align-items: center !important;\n        justify-content: center !important;\n        gap: 12px !important;\n        text-align: center !important;\n        border: none !important;\n        cursor: pointer !important;\n        padding: 18px 36px !important;\n        border-radius: 50px !important;\n        font-size: 15px !important;\n    }\n    .ms-mayan-container .ms-btn-primary:hover {\n        transform: translateY(-2px) !important;\n        box-shadow: 0 10px 20px rgba(242, 218, 0, 0.3) !important;\n        opacity: 0.95 !important;\n    }\n    .ms-mayan-container .ms-btn-caption {\n        font-size: 13px;\n        font-style: italic;\n        margin-top: 15px;\n        display: block;\n        opacity: 0.8;\n        line-height: 1.4;\n    }\n    .ms-mayan-container .ms-feature-card {\n        background: white;\n        border-left: 5px solid var(--m-yellow);\n        padding: 28px;\n        border-radius: 12px;\n        margin-bottom: 20px;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n    }\n    \/* OPCI\u00d3N A - Tono Arena \/ Champagne elegante *\/\n    .ms-mayan-container .ms-feature-card.ms-option-a {\n        border-left: 6px solid #c3a981;\n        background: linear-gradient(135deg, #f9f7f2, #ece7db) !important;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.06);\n        transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;\n    }\n    .ms-mayan-container .ms-feature-card.ms-option-a:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 12px 25px rgba(195, 169, 129, 0.25);\n        background: linear-gradient(135deg, #ece7db, #dfd8c7) !important;\n    }\n    .ms-mayan-container .ms-feature-card.ms-option-a h5,\n    .ms-mayan-container .ms-section-dark .ms-feature-card.ms-option-a h5 { \n        color: #2c2925 !important; \n    }\n    .ms-mayan-container .ms-feature-card.ms-option-a p,\n    .ms-mayan-container .ms-section-dark .ms-feature-card.ms-option-a p { \n        color: #5a554c !important; \n    }\n    \/* OPCI\u00d3N B - Tono Obsidiana \/ Premium Oscuro *\/\n    .ms-mayan-container .ms-feature-card.ms-option-b {\n        border-left: 6px solid #7a7a7a;\n        background: linear-gradient(135deg, #363636, #1c1c1c) !important;\n        box-shadow: 0 4px 15px rgba(0,0,0,0.15);\n        border-top: 1px solid rgba(255,255,255,0.08);\n        border-right: 1px solid rgba(255,255,255,0.08);\n        border-bottom: 1px solid rgba(255,255,255,0.08);\n        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    }\n    .ms-mayan-container .ms-feature-card.ms-option-b:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);\n        border-left-color: var(--m-yellow);\n    }\n    .ms-mayan-container .ms-feature-card.ms-option-b h5,\n    .ms-mayan-container .ms-section-dark .ms-feature-card.ms-option-b h5 { \n        color: #ffffff !important; \n    }\n    .ms-mayan-container .ms-feature-card.ms-option-b p,\n    .ms-mayan-container .ms-section-dark .ms-feature-card.ms-option-b p { \n        color: #cccccc !important; \n    }\n    .ms-mayan-container .ms-pill {\n        display: inline-block;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 0.3em;\n        font-size: 12px;\n        color: var(--m-yellow);\n        margin-bottom: 15px;\n    }\n    .ms-mayan-container .ms-grid {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 60px;\n        align-items: center;\n        max-width: 1250px;\n        margin: 0 auto;\n    }\n    .ms-mayan-container .ms-col-content { width: 100%; }\n    .ms-mayan-container .ms-col-features { width: 100%; }\n    .ms-mayan-container .ms-target-box {\n        background: white; \n        padding: 35px; \n        border-radius: 20px; \n        border: 1px solid #eee; \n        margin-bottom: 40px;\n    }\n    .ms-mayan-container .ms-target-box h4 {\n        font-weight: 700; \n        font-size: 13px; \n        text-transform: uppercase; \n        letter-spacing: 1.5px; \n        margin: 0 0 15px; \n        color: #222;\n    }\n    .ms-mayan-container .ms-target-box p {\n        font-size: 15px !important; \n        color: #555 !important; \n        margin: 0;\n        line-height: 1.6;\n    }\n    .ms-mayan-container .ms-section-dark .ms-target-box {\n        background: rgba(255,255,255,0.05);\n        border-color: rgba(255,255,255,0.1);\n    }\n    .ms-mayan-container .ms-section-dark .ms-target-box h4 { color: #fff; }\n    .ms-mayan-container .ms-section-dark .ms-target-box p { color: #ccc !important; }\n    @media (min-width: 992px) {\n        .ms-mayan-container .ms-col-content { width: 42%; }\n        .ms-mayan-container .ms-col-features { width: calc(58% - 60px); }\n        .ms-mayan-container .ms-subgrid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n        }\n        .ms-mayan-container .ms-full-width { grid-column: span 2; }\n    }\n    .ms-section-dark .ms-feature-card h5 { color: #222 !important; }\n<\/style>\n<!-- BLOQUE 2: HTML -->\n    <!-- Camino 1: Tu Propia Sede Digital -->\n    <section id=\"opcion1\">\n                 1\n                <h2>Web Platform<\/h2>\n                <p>&#8220;Tu presencia digital. \u00danica, elegante y funcional.&#8221;<\/p>\n                    <h4>Who is it for?<\/h4>\n                    <p>Professionals, entrepreneurs, or firms that need an impeccable portfolio or a high-converting landing page that validates their status in the market.<\/p>\n                    <a href=\"https:\/\/calendly.com\/mayansolutions2020\/30min\" target=\"_blank\">\n                        Schedule a Strategy Call\n                    <\/a>\n                    *Clicking will open our calendar so you can choose the best time for you.\n                        <h5>1. Identity and Presence<\/h5>\n                        <p>Dise\u00f1o y desarrollo de tu &#8220;cuartel general&#8221; en internet, sin plantillas gen\u00e9ricas ni lenguajes t\u00e9cnicos innecesarios.<\/p>\n                        <h5>2. Interaction and Conversion<\/h5>\n                        <p>Your platform is now ready for your clients to contact you, generate appointments, or showcase your content in an interactive blog.<\/p>\n                        <h5>Opci\u00f3n A &#8211; Desde $1000USD<\/h5>\n                        <p>Includes an informative website, portfolio, or functional landing page, optimized for mobile devices. Includes a custom link-in-bio and QR code.<\/p>\n                        <h5>Opci\u00f3n B &#8211; A Medida<\/h5>\n                        <p> For e-commerce, memberships, paid reservations or educational platforms, the value is quoted on a case-by-case basis starting from option A.<\/p>\n                        \n                            Valor y ROI \n                            Tu plataforma se convierte en el motor de validaci\u00f3n para tu marca o proyecto. Dise\u00f1amos un ecosistema digital impecable y de alta conversi\u00f3n, listo para recibir clientes desde el primer d\u00eda. Logramos en semanas lo que a las agencias tradicionales les toma meses, entreg\u00e1ndote una herramienta s\u00f3lida y lista para escalar.\n                        \n    <\/section>\n    <!-- Camino 2: EstrategIA -->\n    <section id=\"opcion2\">\n                2\n                <h2>Strategy<\/h2>\n                <p>&#8220;Recupera tu tiempo. Domina la Inteligencia Artificial.&#8221;<\/p>\n                    <h4>Who is it for?<\/h4>\n                    <p>Experts, consultants, academics, creatives and managers overwhelmed by the administrative burden or repetitive processes that make them waste time and\/or money.<\/p>\n                    <a href=\"https:\/\/calendly.com\/mayansolutions2020\/30min\" target=\"_blank\">\n                        Schedule a Strategy Call\n                    <\/a>\n                    *Clicking will open our calendar so you can choose the best time for you.\n                        <h5>1. Operational Solutions<\/h5>\n                        <p>Over 6-8 sessions, we locate and solve with AI 2-3 of your biggest operational problems that drain your time\/money.<\/p>\n                        <h5>2. Mentoring<\/h5>\n                        <p>Once the solutions are implemented, we train you to master the tools and be able to create your own solutions in the future.<\/p>\n                        <h5>Opci\u00f3n A &#8211; $2000USD+BONO<\/h5>\n                        <p>Includes mentoring, solutions and free installation of your personalized digital HUB in your digital environment (Regular value: $2,000 USD).<\/p>\n                        <h5>Opci\u00f3n B &#8211; A Medida<\/h5>\n                        <p>For organizations that need to systematize entire departments or train a whole team of employees.<\/p>\n                        \n                            Valor y ROI\n                            Resolvemos los cuellos de botella que frenan tu crecimiento con soluciones digitales hechas a tu medida. Aceleramos al m\u00e1ximo tu operaci\u00f3n, dejando tus herramientas perfectamente calibradas para tu flujo de trabajo. Recupera de 15 a 20 horas semanales de carga administrativa y dedica ese tiempo a lo que realmente importa.\n                        \n    <\/section>\n\t\t<h2>\n\t\t\tApplications of the Services:\n\t\t<\/h2>\n\t\t\t\t<h4 itemprop=\"name description\">The Multi-Venture CEO (Small Business Owner)<\/h4>\n\t\t\t\t<strong>Description<\/strong>A centralized &quot;Command Center&quot; for the executive managing three companies and a rental portfolio. It acts as a tireless, bilingual AI assistant that consolidates scattered Google Docs, meeting notes, and calendars into one secure space, turning chaos into clear summaries and reports, always just three clicks away.\n<strong>Example<\/strong>The CEO is overwhelmed by raw notes from various team meetings and a complex issue with a tenant. Instead of hiring an assistant to organize it, he uploads the documents to the Hub and asks, &quot;Summarize the actions of the &#039;Tech&#039; team on our Trello board and find a time in my calendar to call the tenant.&quot; The AI instantly organizes the project board and coordinates the timeline, handling the heavy research and organizational work in seconds.\n\t\t\t\t<h4 itemprop=\"name description\">The Independent Consultant (Strategy, Management, Technology)<\/h4>\n\t\t\t\t<b data-path-to-node=\"0\" data-index-in-node=\"64\">Description:<\/b> A digital presence that rivals top-tier firms (McKinsey\/BCG quality), combined with AI that eliminates unpaid hours spent on proposals and contracts.\n<b data-path-to-node=\"0\" data-index-in-node=\"261\">Example:<\/b> A strategy consultant finishes a discovery call. Instead of spending three hours on paperwork, he tells his Hub: &quot;Draft a $15k proposal for Client X focused on their supply chain challenges, using our standard terms.&quot; The PDF is ready to sign in two minutes.\n\t\t\t\t<h4 itemprop=\"name description\">The Real Estate Broker (Luxury and Commercial)<\/h4>\n\t\t\t\t<b data-path-to-node=\"1\" data-index-in-node=\"60\">Description:<\/b> A portfolio site that feels like an architecture magazine, backed by an AI &quot;Hunter&quot; that filters hundreds of listings to find the perfect fit for discerning clients.\n<b data-path-to-node=\"1\" data-index-in-node=\"268\">Example:<\/b> An agent enters 50 new property listings into the system. The AI filters them: \u201cShow me only 3-bedroom penthouses with terrace views that have been on the market for more than 60 days.\u201d It instantly presents the 3 best opportunities, allowing the broker to send a curated \u201cprivate\u201d list to investors before anyone else.\n\u00a0\n\t\t\t\t<h4 itemprop=\"name description\">The Specialized Attorney \/ Small Firm Partner<\/h4>\n\t\t\t\t<b data-path-to-node=\"2\" data-index-in-node=\"53\">Description:<\/b> An intimidatingly professional site that establishes immediate authority, with a backend that automates the repetitive drafting of standard legal documents.\n<b data-path-to-node=\"2\" data-index-in-node=\"225\">Example:<\/b> A client needs a partnership agreement. The lawyer types: \u201cGenerate a strict mutual agreement for Client Y based on our &#039;Type A&#039; template,\u2018 and the system creates it\u2014customized with all the client&#039;s details\u2014ready for a final 5-minute review instead of a 2-hour draft.\n\t\t\t\t<h4 itemprop=\"name description\">Agency Owner (Marketing, Design, PR)<\/h4>\n\t\t\t\t<b data-path-to-node=\"4\" data-index-in-node=\"60\">Description:<\/b> An impressive portfolio that attracts larger budgets, backed by a system that instantly organizes the chaos of freelancer briefs and asset management.\n<b data-path-to-node=\"4\" data-index-in-node=\"255\">Example:<\/b> An agency owner needs to give instructions to a freelancer. He orders: \u201cSummarize the brand voice for project &#039;Alpha&#039; and create a checklist for the copywriter.\u2018 The AI extracts information from 10 different strategy documents and sends a clear and concise brief, avoiding misunderstandings.\n\t\t\t\t<h4 itemprop=\"name description\">The Academic or Researcher<\/h4>\n\t\t\t\t<b data-path-to-node=\"10\" data-index-in-node=\"32\">Description:<\/b> A professional archive of your work, connected to a &quot;Research Assistant&quot; that reads and summarizes new articles for you.\n<b data-path-to-node=\"10\" data-index-in-node=\"173\">Example:<\/b> A researcher needs to stay on top of things without getting overwhelmed. Her AI scans 20 new journals weekly and delivers a one-page &quot;Executive Summary&quot; of the 3 articles that really matter for her current grant.\n\t\t\t\t<h4 itemprop=\"name description\">Functional Medicine Physician \/ Specialist<\/h4>\n\t\t\t\t<b data-path-to-node=\"3\" data-index-in-node=\"50\">Description:<\/b> A calm and authoritative medical portal that inspires confidence, along with AI that handles the high-volume and sensitive patient communication that often causes burnout.\n<b data-path-to-node=\"3\" data-index-in-node=\"249\">Example:<\/b> Dr. Aris receives 20 emails a day about reactions to supplements. His internal AI reads his last 5 years of advice and drafts responses: \u201cBased on Dr. Aris\u2019s protocol for \u2018Magnesium Sensitivity,\u2019 here is the recommended dosage\u2026\u201d The doctor simply clicks \u201cApprove.\u201d.\n\t\t\t\t<h4 itemprop=\"name description\">The Executive Coach<\/h4>\n\t\t\t\t<b data-path-to-node=\"7\" data-index-in-node=\"22\">Description:<\/b> A site that sells \u201cTransformation\u201d instead of hours, connected to a \u201cCustomer Mirror\u201d AI that synthesizes months of session notes to track progress.\n<b data-path-to-node=\"7\" data-index-in-node=\"198\">Example:<\/b> Before a session with a CEO, the coach asks, &quot;Summarize the last six months of sessions. What is the limiting belief she keeps returning to?&quot; The AI provides a clear summary, enabling an immediate and revealing conversation.\n\t\t\t\t<h4 itemprop=\"name description\">The Contractor or Architect<\/h4>\n\t\t\t\t<b data-path-to-node=\"5\" data-index-in-node=\"44\">Description:<\/b> A visual portfolio of completed masterpieces (confidence), plus a &quot;Project Brain&quot; that tracks thousands of material specifications and client decisions.\n<b data-path-to-node=\"5\" data-index-in-node=\"238\">Example:<\/b> A subcontractor asks a general contractor, \u201cWhere is the final electrical plan for the basement?\u201d The contractor asks their Hub, which accesses the files in a shared cloud folder and replies, \u201cThe &#039;Final Basement Electrical Plan v3.pdf&#039; was uploaded yesterday at 3:15 PM to the folder &#039;Project X\/Plans\/Electrical&#039;.\u2018.\n\t\t\t\t<h4 itemprop=\"name description\">The Recruitment Specialist<\/h4>\n\t\t\t\t<b data-path-to-node=\"8\" data-index-in-node=\"36\">Description:<\/b> A site that positions it as a talent scout for the elite, with an AI that reads resumes better and faster than a human.\n<b data-path-to-node=\"8\" data-index-in-node=\"172\">Example:<\/b> A recruiter has 200 candidates. They ask the Hub: &quot;Find me the 5 best candidates who have more than 5 years of experience in Fintech AND speak German.&quot; The AI instantly presents the shortlist, drafting interview invitations.\n\u00a0\n\t\t\t\t<h4 itemprop=\"name description\">The High-Level Philanthropist or Foundation Director<\/h4>\n\t\t\t\t<b data-path-to-node=\"12\" data-index-in-node=\"56\">Description:<\/b> A sophisticated and discreet portal for tracking social impact and donation legacies, supported by an AI &quot;Impact Analyst&quot; that synthesizes complex NGO reports into clear strategic summaries.\n<b data-path-to-node=\"12\" data-index-in-node=\"280\">Example:<\/b> The director receives ten different impact reports from various global NGOs. He uploads them to the Hub and orders: &quot;Synthesize the tangible results of our &#039;Clean Water&#039; initiatives in East Africa over the last quarter and flag any projects that are falling behind their established KPIs.&quot; The AI generates a two-page executive summary for the board, highlighting successes and areas that require immediate strategic attention.\n\t\t\t\t<h4 itemprop=\"name description\">The Content Creator \/ YouTuber<\/h4>\n\t\t\t\t<b data-path-to-node=\"13\" data-index-in-node=\"39\">Description:<\/b> A central hub for brand and merchandise agreements, plus an AI that manages the boring side: contracts and production schedules.\n<b data-path-to-node=\"13\" data-index-in-node=\"190\">Example:<\/b> A creator receives a sponsorship contract. The AI scans it, highlights a &quot;perpetual rights&quot; clause (a red flag), and drafts a polite email negotiating better terms.\n\t\t\t\t<h4 itemprop=\"name description\">The Supply Chain or Logistics Consultant<\/h4>\n\t\t\t\t<b data-path-to-node=\"15\" data-index-in-node=\"53\">Description:<\/b> A digital \u201cCommand Center\u201d presence that radiates operational authority, supported by an AI \u201cLogistics Architect\u201d that analyzes thousands of pages of shipping regulations and customs codes.\n<b data-path-to-node=\"15\" data-index-in-node=\"261\">Example:<\/b> A sudden change occurs in EU trade regulations. The consultant uploads the 200-page policy update to their Hub. The AI identifies the four specific clauses that will affect their most important client and drafts a &quot;Strategic Alert&quot; memo to be sent immediately.\n\t\t\t\t<h4 itemprop=\"name description\">The Intellectual Property (IP) or Patent Attorney<\/h4>\n\t\t\t\t<b data-path-to-node=\"17\" data-index-in-node=\"56\">Description:<\/b> An intimidatingly precise site for high-risk protections, combined with a &quot;Previous Art Hunter&quot; that scans vast databases to find conflicts or opportunities.\n<b data-path-to-node=\"17\" data-index-in-node=\"256\">Example:<\/b> A startup submits a 50-page invention disclosure. The lawyer enters it into the Hub and asks, &quot;Find any contradictions between this technology and our existing patent portfolio for Client Z.&quot; The AI highlights three potential overlaps, allowing the lawyer to pivot the strategy before filing.\n\t\t\t\t<h4 itemprop=\"name description\">The Luxury Event or Wedding Designer<\/h4>\n\t\t\t\t<b data-path-to-node=\"18\" data-index-in-node=\"44\">Description:<\/b> A high-fidelity \u201cAtmosphere\u201d site that captures the designer\u2019s aesthetic, backed by an AI \u201cChaos Coordinator\u201d that manages thousands of vendor quotes and guest requirements.\n<b data-path-to-node=\"18\" data-index-in-node=\"261\">Example:<\/b> A client suddenly changes the guest list from 200 to 350. The designer tells the Hub: \u201cUpdate the 15 vendor briefs with the new number of people and ask the caterer if they can expand the vegetarian menu without compromising quality.\u201d The AI drafts the 15 emails and updates the master budget all at once.\n\u00a0\n\t<a href=\"https:\/\/calendly.com\/mayansolutions2020\/30min\" target=\"_blank\" role=\"button\" rel=\"noopener\" aria-label=\"Schedule a Strategy Call\">\n\t\t\t\t\t\tSchedule a Strategy Call\n\t\t\t\t\t<\/a>","protected":false},"excerpt":{"rendered":"<p>Agencia de Soluciones Digitales Escalabilidad digital. Sin complicaciones. Construimos la infraestructura tecnol\u00f3gica que tu marca necesita para crecer de verdad. Desde plataformas web que proyectan autoridad absoluta, hasta sistemas de Inteligencia Artificial que aceleran y automatizan tu operaci\u00f3n. Explorar Metodolog\u00eda Ejecuci\u00f3n \u00c1gil Semanas, no meses. 100% A Medida Sin plantillas gen\u00e9ricas. Enfoque en ROI Dise\u00f1ado&hellip;<\/p>","protected":false},"author":1,"featured_media":1041,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1220","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pro &#8226; Mayan Solutions\u00ae<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mayansolutions.com\/en\/pro\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pro &#8226; Mayan Solutions\u00ae\" \/>\n<meta property=\"og:description\" content=\"Agencia de Soluciones Digitales Escalabilidad digital. Sin complicaciones. Construimos la infraestructura tecnol\u00f3gica que tu marca necesita para crecer de verdad. Desde plataformas web que proyectan autoridad absoluta, hasta sistemas de Inteligencia Artificial que aceleran y automatizan tu operaci\u00f3n. Explorar Metodolog\u00eda Ejecuci\u00f3n \u00c1gil Semanas, no meses. 100% A Medida Sin plantillas gen\u00e9ricas. Enfoque en ROI Dise\u00f1ado&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mayansolutions.com\/en\/pro\/\" \/>\n<meta property=\"og:site_name\" content=\"Mayan Solutions\u00ae\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/fb.com\/Mayan.Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T00:38:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mayansolutions.com\/wp-content\/uploads\/2023\/01\/Presentacio\u0301n-ISOnew.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"883\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/\",\"url\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/\",\"name\":\"Pro &#8226; Mayan Solutions\u00ae\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mayansolutions.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Presentacio\u0301n-ISOnew.png\",\"datePublished\":\"2026-02-02T00:20:23+00:00\",\"dateModified\":\"2026-06-11T00:38:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mayansolutions.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Presentacio\u0301n-ISOnew.png\",\"contentUrl\":\"https:\\\/\\\/mayansolutions.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Presentacio\u0301n-ISOnew.png\",\"width\":1200,\"height\":883},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/pro\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/mayansolutions.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pro\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/#website\",\"url\":\"https:\\\/\\\/mayansolutions.com\\\/\",\"name\":\"Mayan Solutions\u00ae\",\"description\":\"Branding &amp; Dise\u00f1o\",\"publisher\":{\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mayansolutions.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/#organization\",\"name\":\"Mayan Solutions\u00ae\",\"url\":\"https:\\\/\\\/mayansolutions.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/mayansolutions.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Mayan-Penta.jpg\",\"contentUrl\":\"https:\\\/\\\/mayansolutions.com\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/Mayan-Penta.jpg\",\"width\":1806,\"height\":1412,\"caption\":\"Mayan Solutions\u00ae\"},\"image\":{\"@id\":\"https:\\\/\\\/mayansolutions.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/fb.com\\\/Mayan.Solutions\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pro \u2022 Mayan Solutions\u00ae","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mayansolutions.com\/en\/pro\/","og_locale":"en_US","og_type":"article","og_title":"Pro &#8226; Mayan Solutions\u00ae","og_description":"Agencia de Soluciones Digitales Escalabilidad digital. Sin complicaciones. Construimos la infraestructura tecnol\u00f3gica que tu marca necesita para crecer de verdad. Desde plataformas web que proyectan autoridad absoluta, hasta sistemas de Inteligencia Artificial que aceleran y automatizan tu operaci\u00f3n. Explorar Metodolog\u00eda Ejecuci\u00f3n \u00c1gil Semanas, no meses. 100% A Medida Sin plantillas gen\u00e9ricas. Enfoque en ROI Dise\u00f1ado&hellip;","og_url":"https:\/\/mayansolutions.com\/en\/pro\/","og_site_name":"Mayan Solutions\u00ae","article_publisher":"http:\/\/fb.com\/Mayan.Solutions","article_modified_time":"2026-06-11T00:38:34+00:00","og_image":[{"width":1200,"height":883,"url":"https:\/\/mayansolutions.com\/wp-content\/uploads\/2023\/01\/Presentacio\u0301n-ISOnew.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mayansolutions.com\/pro\/","url":"https:\/\/mayansolutions.com\/pro\/","name":"Pro \u2022 Mayan Solutions\u00ae","isPartOf":{"@id":"https:\/\/mayansolutions.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mayansolutions.com\/pro\/#primaryimage"},"image":{"@id":"https:\/\/mayansolutions.com\/pro\/#primaryimage"},"thumbnailUrl":"https:\/\/mayansolutions.com\/wp-content\/uploads\/2023\/01\/Presentacio\u0301n-ISOnew.png","datePublished":"2026-02-02T00:20:23+00:00","dateModified":"2026-06-11T00:38:34+00:00","breadcrumb":{"@id":"https:\/\/mayansolutions.com\/pro\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mayansolutions.com\/pro\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mayansolutions.com\/pro\/#primaryimage","url":"https:\/\/mayansolutions.com\/wp-content\/uploads\/2023\/01\/Presentacio\u0301n-ISOnew.png","contentUrl":"https:\/\/mayansolutions.com\/wp-content\/uploads\/2023\/01\/Presentacio\u0301n-ISOnew.png","width":1200,"height":883},{"@type":"BreadcrumbList","@id":"https:\/\/mayansolutions.com\/pro\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/mayansolutions.com\/"},{"@type":"ListItem","position":2,"name":"Pro"}]},{"@type":"WebSite","@id":"https:\/\/mayansolutions.com\/#website","url":"https:\/\/mayansolutions.com\/","name":"Mayan Solutions\u00ae","description":"Branding &amp; Design","publisher":{"@id":"https:\/\/mayansolutions.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mayansolutions.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mayansolutions.com\/#organization","name":"Mayan Solutions\u00ae","url":"https:\/\/mayansolutions.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mayansolutions.com\/#\/schema\/logo\/image\/","url":"https:\/\/mayansolutions.com\/wp-content\/uploads\/2022\/12\/Mayan-Penta.jpg","contentUrl":"https:\/\/mayansolutions.com\/wp-content\/uploads\/2022\/12\/Mayan-Penta.jpg","width":1806,"height":1412,"caption":"Mayan Solutions\u00ae"},"image":{"@id":"https:\/\/mayansolutions.com\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/fb.com\/Mayan.Solutions"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/pages\/1220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/comments?post=1220"}],"version-history":[{"count":12,"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/pages\/1220\/revisions"}],"predecessor-version":[{"id":1605,"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/pages\/1220\/revisions\/1605"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/media\/1041"}],"wp:attachment":[{"href":"https:\/\/mayansolutions.com\/en\/wp-json\/wp\/v2\/media?parent=1220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}