{"id":774,"date":"2025-08-05T19:41:44","date_gmt":"2025-08-05T21:41:44","guid":{"rendered":"https:\/\/folkamedia.com\/sobre-nosotros\/"},"modified":"2026-01-21T07:48:23","modified_gmt":"2026-01-21T09:48:23","slug":"sobre-nosotros","status":"publish","type":"page","link":"https:\/\/folkamedia.com\/es\/sobre-nosotros\/","title":{"rendered":"Sobre nosotros"},"content":{"rendered":"\n<h1 class=\"wp-block-heading has-text-align-center has-2-x-large-font-size\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:0;font-style:normal;font-weight:700\">M\u00e1s que un equipo de desarrollo<\/h1>\n\n<p class=\"has-text-align-center has-large-folka-font-size wp-block-paragraph\" style=\"margin-top:var(--wp--preset--spacing--20)\">Estamos ac\u00e1 para ser tu compa\u00f1ero estrat\u00e9gico.<\/p>\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<figure class=\"wp-block-image size-full is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"1536\" height=\"771\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Equipo-Folka.png\" alt=\"\" class=\"wp-image-1227\" srcset=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Equipo-Folka.png 1536w, https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Equipo-Folka-300x151.png 300w, https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Equipo-Folka-1024x514.png 1024w, https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Equipo-Folka-768x386.png 768w, https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Equipo-Folka-600x301.png 600w\" sizes=\"auto, (max-width: 1536px) 100vw, 1536px\" \/><\/figure>\n\n<section\n    data-name=\"block-stats-grid\"\n    id=\"block_523eb2096e884e33927f839a92366e19\"\n    class=\" has-text-align-left   w-full py-12\"\n    style=\"\"\n>\n    <div class=\"flex flex-wrap lg:flex-nowrap justify-between gap-4\">\n                        <div class=\"w-full border-4 hover:border-white border-almost-dark-gray bg-almost-dark-gray p-6 rounded-3xl overflow-hidden flex items-center justify-center flex-col\">\n                    <span class=\"text-4xl 2xl:text-6xl text-white font-semibold to-animate\">\n                        <!-- The number to be animated, starting at 0 and with data-target for the final value -->\n                        <span class=\"animated-number\" data-target=\"15\">0<\/span>\n                        <!-- The suffix, which will not be affected by the animation -->\n                        <span class=\"suffix\">+<\/span>\n                    <\/span>\n                    <p class=\"text-lg 2xl:text-xl font-normal text-center\">A\u00f1os ayudando a empresas<\/p>\n                <\/div>\n                                <div class=\"w-full border-4 hover:border-white border-almost-dark-gray bg-almost-dark-gray p-6 rounded-3xl overflow-hidden flex items-center justify-center flex-col\">\n                    <span class=\"text-4xl 2xl:text-6xl text-white font-semibold to-animate\">\n                        <!-- The number to be animated, starting at 0 and with data-target for the final value -->\n                        <span class=\"animated-number\" data-target=\"300\">0<\/span>\n                        <!-- The suffix, which will not be affected by the animation -->\n                        <span class=\"suffix\">+<\/span>\n                    <\/span>\n                    <p class=\"text-lg 2xl:text-xl font-normal text-center\">Proyectos entregados<\/p>\n                <\/div>\n                                <div class=\"w-full border-4 hover:border-white border-almost-dark-gray bg-almost-dark-gray p-6 rounded-3xl overflow-hidden flex items-center justify-center flex-col\">\n                    <span class=\"text-4xl 2xl:text-6xl text-white font-semibold to-animate\">\n                        <!-- The number to be animated, starting at 0 and with data-target for the final value -->\n                        <span class=\"animated-number\" data-target=\"100\">0<\/span>\n                        <!-- The suffix, which will not be affected by the animation -->\n                        <span class=\"suffix\">%<\/span>\n                    <\/span>\n                    <p class=\"text-lg 2xl:text-xl font-normal text-center\">Equipo remoto<\/p>\n                <\/div>\n                                <div class=\"w-full border-4 hover:border-white border-almost-dark-gray bg-almost-dark-gray p-6 rounded-3xl overflow-hidden flex items-center justify-center flex-col\">\n                    <span class=\"text-4xl 2xl:text-6xl text-white font-semibold to-animate\">\n                        <!-- The number to be animated, starting at 0 and with data-target for the final value -->\n                        <span class=\"animated-number\" data-target=\"5\">0<\/span>\n                        <!-- The suffix, which will not be affected by the animation -->\n                        <span class=\"suffix\">+<\/span>\n                    <\/span>\n                    <p class=\"text-lg 2xl:text-xl font-normal text-center\">A\u00f1os de relaci\u00f3n promedio con clientes<\/p>\n                <\/div>\n                                <div class=\"w-full border-4 hover:border-white border-almost-dark-gray bg-almost-dark-gray p-6 rounded-3xl overflow-hidden flex items-center justify-center flex-col\">\n                    <span class=\"text-4xl 2xl:text-6xl text-white font-semibold to-animate\">\n                        <!-- The number to be animated, starting at 0 and with data-target for the final value -->\n                        <span class=\"animated-number\" data-target=\"0\">0<\/span>\n                        <!-- The suffix, which will not be affected by the animation -->\n                        <span class=\"suffix\"><\/span>\n                    <\/span>\n                    <p class=\"text-lg 2xl:text-xl font-normal text-center\">Lanzamientos fallidos<\/p>\n                <\/div>\n                    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n    \/\/ Select all elements that contain the number to be animated\n    const counters = document.querySelectorAll('.animated-number');\n    const animationDuration = 4000; \/\/ Animation duration in milliseconds (2 seconds)\n\n    counters.forEach(counter => {\n        \/\/ Get the target number from the data-target attribute\n        const targetNumber = parseInt(counter.dataset.target, 10);\n        let startTime = null; \/\/ To store the start time of the animation\n\n        \/\/ Function to perform the animation\n        const animateCount = (currentTime) => {\n            if (!startTime) startTime = currentTime; \/\/ Set start time on first call\n            const progress = (currentTime - startTime) \/ animationDuration; \/\/ Calculate animation progress (0 to 1)\n\n            \/\/ Calculate the current number based on progress, ensuring it doesn't exceed the target\n            const currentNumber = Math.min(targetNumber, Math.floor(progress * targetNumber));\n\n            \/\/ Update the text content of the span\n            counter.textContent = currentNumber;\n\n            \/\/ Continue animation if not yet complete\n            if (progress < 1) {\n                requestAnimationFrame(animateCount);\n            } else {\n                \/\/ Ensure the final value is exactly the target number\n                counter.textContent = targetNumber;\n            }\n        };\n\n        \/\/ Start the animation\n        requestAnimationFrame(animateCount);\n    });\n});\n<\/script>\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-right:var(--wp--preset--spacing--80);flex-basis:40%\">\n<section \n    data-name=\"block-title-text-button\"\n    id=\"block_32c5c6802927a01510708761cd588b44\"\n    class=\" has-text-align-left    \"\n    style=\"\"\n>\n\n    <div class=\"py-2 md:py-16 flex items-center justify-center px-0 \">\n        <div class=\"w-full mx-auto space-y-6\">\n            <!-- Top indicator -->\n                        <div class=\"flex items-center justify-start gap-2 text-white\">\n                <div data-aos=\"fade-in\" class=\"w-3 h-3 rounded-full bg-primary\"><\/div>\n                <span data-splitting=\"words\" class=\"folka-initial-hidden text-xl md:text-2xl pl-2\">Quienes somos<\/span>\n            <\/div>\n            \n            <!-- Main heading -->\n            <h2  data-splitting data-target-class=\"folka-animated\" class=\"folka-initial-hidden font-semibold text-left text-white md:leading-none pb-6  text-4xl md:text-6xl lg:text-6xl\">\n               No estamos ac\u00e1 para impresionar con palabras raras            <\/h2>\n\n            \n            <!-- CTA Button -->\n                    <\/div>\n    <\/div>\n\n<\/section>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-large-folka-font-size wp-block-paragraph\" style=\"margin-top:var(--wp--preset--spacing--40);font-style:normal;font-weight:300\">La forma en que las personas se conectan y usan la tecnolog\u00eda cambia todos los d\u00edas. En Folka Media ayudamos a las empresas a enfrentar ese cambio con confianza. <\/p>\n\n\n\n<p class=\"has-large-folka-font-size wp-block-paragraph\">Con m\u00e1s de 15 a\u00f1os de experiencia, pensamos siempre un paso adelante y construimos soluciones listas para lo que viene.<br\/><\/p>\n\n\n\n<p class=\"has-large-folka-font-size wp-block-paragraph\">Somos un equipo profesional que cree en trabajar cerca de sus clientes. Cercanos, confiables y comprometidos. Eso es lo que somos. <\/p>\n<\/div>\n<\/div>\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<section \n    data-name=\"block-title-text-button\"\n    id=\"block_d95506576f9fc688f0bfad9503534370\"\n    class=\" has-text-align-left    \"\n    style=\"\"\n>\n\n    <div class=\"py-2 md:py-16 flex items-center justify-center px-0 \">\n        <div class=\"max-w-5xl  mx-auto space-y-6\">\n            <!-- Top indicator -->\n                        <div class=\"flex items-center  justify-center gap-2 text-white\">\n                <div data-aos=\"fade-in\" class=\"w-3 h-3 rounded-full bg-primary\"><\/div>\n                <span data-splitting=\"words\" class=\"folka-initial-hidden text-xl md:text-2xl pl-2\">Detr\u00e1s de escena<\/span>\n            <\/div>\n            \n            <!-- Main heading -->\n            <h2  data-splitting data-target-class=\"folka-animated\" class=\"folka-initial-hidden font-semibold  text-center mx-auto text-white md:leading-none pb-6  text-4xl md:text-6xl lg:text-6xl\">\n               Conoc\u00e9 al equipo            <\/h2>\n\n            \n            <!-- CTA Button -->\n                    <\/div>\n    <\/div>\n\n<\/section>\n\n<section \n    data-name=\"block-team\"\n    id=\"block_d2b041078a2a89f241f99172b649b04b\"\n    class=\" has-text-align-left  \"\n    style=\"\"\n>\n    <div class=\"bg-dark-gray  py-6 md:mb-6 mb-8\">\n\n                <div class=\"equipo-lista grid md:grid-cols-4 gap-4 md:gap-6\">\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"https:\/\/www.linkedin.com\/in\/ximena-vinitzca\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:&#120;i&#109;en&#97;&#64;&#102;olkame&#100;ia.co&#109;\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Xime-3D.png\" alt=\"Ximena Vinitzca\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Ximena Vinitzca<\/h4>\n                        <p class=\"text-xl font-light\">CEO<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"https:\/\/www.linkedin.com\/in\/mart\u00edn-diego-mu\u00f1iz-2731741ab\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:m&#97;rti&#110;&#64;f&#111;&#108;&#107;&#97;m&#101;di&#97;&#46;c&#111;m\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Chino-3D.png\" alt=\"Mart\u00edn Mu\u00f1iz\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Mart\u00edn Mu\u00f1iz<\/h4>\n                        <p class=\"text-xl font-light\">CTO<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"https:\/\/www.linkedin.com\/in\/iv%C3%A1n-cuella\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:i&#118;an&#64;&#102;o&#108;k&#97;m&#101;di&#97;&#46;c&#111;m\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Ivan-3D-e1757000868885.png\" alt=\"Ivan Cuella\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Ivan Cuella<\/h4>\n                        <p class=\"text-xl font-light\">Jefe de desarrollo<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"https:\/\/www.linkedin.com\/in\/guillermobacigalupo\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:in&#102;&#111;&#64;&#102;o&#108;&#107;&#97;&#109;e&#100;&#105;a&#46;com\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Guille-3D-e1757000892398.png\" alt=\"Guillermo Bacigalupo\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Guillermo Bacigalupo<\/h4>\n                        <p class=\"text-xl font-light\">Programador Frontend<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"https:\/\/www.linkedin.com\/in\/danilo-baglietto-9522423\/?originalSubdomain=ar\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:&#100;a&#110;i&#108;o&#64;fo&#108;&#107;&#97;med&#105;&#97;&#46;&#99;&#111;m\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2026\/01\/Danilo-Baglietto.png\" alt=\"Danilo Baglietto\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Danilo Baglietto<\/h4>\n                        <p class=\"text-xl font-light\">Project Manager<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:info&#64;f&#111;l&#107;&#97;&#109;ed&#105;&#97;&#46;&#99;&#111;&#109;\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Ariel-3D-e1757001067508.png\" alt=\"Ariel Gonzalez\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Ariel Gonzalez<\/h4>\n                        <p class=\"text-xl font-light\">Especialista en Apps<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                            \n                <div data-aos=\"fade-down\" class=\"mb-2 md:mb-4 relative rounded-t-3xl overflow-hidden project-item-grid\">\n                    <!-- Tags and Button -->\n                                        <div class=\"absolute transition-all md:opacity-0 duration-500 flex flex-wrap items-center right-0 p-3 pt-0 rounded-bl-3xl bg-dark-gray project-card gap-4 mb-8\">\n                        <div class=\"w-full flex items-center gap-2 md:gap-3\">\n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"https:\/\/www.linkedin.com\/in\/maria-de-la-paz-baimler-7872a274\/\" target=\"_blank\" rel=\"noopener noreferrer\">\n                                    <svg width=\"16\" height=\"16\" viewBox=\"0 0 17 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8.52692 5.81836L8.70758 7.79004L8.74176 8.16309H9.41852L9.53864 7.96777C10.1951 6.90031 11.2231 6.19629 12.6422 6.19629C13.7598 6.19631 14.6055 6.5021 15.2496 7.23047L15.2505 7.23145C15.9107 7.97451 16.2652 8.99314 16.2652 10.5107V16.7197H13.5689V10.8682C13.5689 10.016 13.4192 9.30467 13.0582 8.79688C12.679 8.26348 12.1104 8.01367 11.4254 8.01367C10.8985 8.01367 10.4319 8.14646 10.0504 8.44043C9.67147 8.73244 9.41452 9.15437 9.25153 9.66504L9.23199 9.72559V16.7197H6.53864C6.53869 16.7055 6.53857 16.6907 6.53864 16.6758C6.53983 16.385 6.54071 15.9684 6.54254 15.4648C6.54621 14.4574 6.55133 13.1012 6.55426 11.709C6.55922 9.35484 6.55696 6.88066 6.54254 5.81836H8.52692ZM3.37164 5.81836V16.7197H0.675354V5.81836H3.37164Z\" fill=\"white\" stroke=\"white\" stroke-width=\"0.820513\"\/>\n                                    <path d=\"M2.0251 4.23572C3.02852 4.23572 3.84195 3.44853 3.84195 2.47748C3.84195 1.50643 3.02852 0.719238 2.0251 0.719238C1.02168 0.719238 0.208252 1.50643 0.208252 2.47748C0.208252 3.44853 1.02168 4.23572 2.0251 4.23572Z\" fill=\"white\"\/>\n                                    <\/svg>\n\n                                <\/a>\n                            \n                                                            <a class=\"w-10 h-10 bg-almost-dark-gray text-white rounded-full flex items-center justify-center p-2\" href=\"mailto:&#97;&#100;mi&#110;i&#115;&#116;rac&#105;&#111;n&#64;&#102;&#111;l&#107;a&#109;edi&#97;.co&#109;\">\n                                    <svg width=\"18\" height=\"18\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M18.4356 6.64087L11.0584 11.3399C10.808 11.4854 10.5237 11.5619 10.2342 11.5619C9.94464 11.5619 9.66029 11.4854 9.40995 11.3399L2.02533 6.64087\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<path d=\"M16.7946 4.17944H3.66636C2.76004 4.17944 2.02533 4.91416 2.02533 5.82047V15.6666C2.02533 16.5729 2.76004 17.3076 3.66636 17.3076H16.7946C17.7009 17.3076 18.4356 16.5729 18.4356 15.6666V5.82047C18.4356 4.91416 17.7009 4.17944 16.7946 4.17944Z\" stroke=\"white\" stroke-width=\"1.64103\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n<\/svg>\n\n                                <\/a>\n                                                    <\/div>\n                    <\/div>\n                                         \n                    <div class=\"\">\n                        <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Marita-3D.png\" alt=\"Marita Baimler\" class=\"rounded-3xl w-full mb-3\" \/>\n                        <h4 class=\"text-3xl\">Marita Baimler<\/h4>\n                        <p class=\"text-xl font-light\">Administraci\u00f3n<\/p>\n                    <\/div>\n\n                    \n                <\/div>\n\n                    <\/div>\n    \n\n    <\/div>\n\n<\/section>\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<section \n    data-name=\"block-title-text-button\"\n    id=\"block_4ba1d88284724f95ab9d6f0362e1b0ba\"\n    class=\" has-text-align-left    \"\n    style=\"\"\n>\n\n    <div class=\"py-2 md:py-16 flex items-center justify-center px-0 \">\n        <div class=\"max-w-5xl  mx-auto space-y-6\">\n            <!-- Top indicator -->\n            \n            <!-- Main heading -->\n            <h2  data-splitting data-target-class=\"folka-animated\" class=\"folka-initial-hidden font-semibold  text-center mx-auto text-white md:leading-none pb-6  text-4xl md:text-6xl lg:text-6xl\">\n               Somos Folka, gente buena que hace un gran trabajo digital.            <\/h2>\n\n                        <!-- Subheading -->\n            <div data-splitting=\"words\" class=\"folka-initial-hidden text-xl md:text-3xl  text-center mx-auto text-white  font-light pb-4 md:pb-6\">\n                Estamos a un mensaje de distancia. Hablemos.             <\/div>\n            \n            <!-- CTA Button -->\n                                                 <div data-aos=\"fade-in\"  class=\"flex w-full  justify-center relative mt-6 md:mt-12  \">\n                        <a href=\"https:\/\/folkamedia.com\/contact\/\" target=\"\" class=\"folka-button bg-primary text-gray-900 px-8 py-3 rounded-full font-medium text-lg transition-colors relative flex items-center space-x-2  pr-20\">\n                            <span class=\" z-20\">Contactanos<\/span>\n                            <span class=' button-circle flex justify-end px-4 items-center'>\n                                <svg width=\"8\" height=\"8\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path d=\"M9.24227 9.24234L7.74408 9.25559L7.74408 3.3159L1.28731 9.77267L0.226654 8.71201L6.68342 2.25524L0.743725 2.25524L0.756984 0.757054H9.24227V9.24234Z\" fill=\"black\"\/>\n                                <\/svg>\n                            <\/span>\n                        <\/a>\n                    <\/div>\n                        <\/div>\n    <\/div>\n\n<\/section>\n\n<section \n    data-name=\"block-two-bars-text-rotator\"\n    id=\"block_706746116494a72da29f077fcd947573\"\n    class=\" has-text-align-left   relative mb-4 overflow-hidden md:overflow-visible md:mb-20 h-96\"\n    style=\"\"\n>\n    <!-- First Bar (Green background, black text) - Above -->\n    <div class=\"absolute md:h-20 bar-1 overflow-hidden bg-primary\">\n        <div data-aos=\"fade-in\"  class=\"flex items-center h-full whitespace-nowrap\">\n            <div class=\"flex items-center space-x-4 md:space-x-8 text-dark-gray text-2xl font-bold\">\n                <span class=\"uppercase text-4xl md:text-6xl font-semibold\">C\u00f3digo<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Dise\u00f1o<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Programaci\u00f3n<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">C\u00f3digo<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Dise\u00f1o<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Programaci\u00f3n<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">C\u00f3digo<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Dise\u00f1o<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Programaci\u00f3n<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">C\u00f3digo<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Dise\u00f1o<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Programaci\u00f3n<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">C\u00f3digo<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Dise\u00f1o<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Programaci\u00f3n<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">C\u00f3digo<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Dise\u00f1o<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Programaci\u00f3n<\/span>            <\/div>\n        <\/div>\n    <\/div>\n    \n    <!-- Second Bar (Dark background, white text) - Below -->\n    <div class=\"absolute bar-2 overflow-hidden bg-dark-gray\">\n        <div data-aos=\"fade-in\"  class=\"flex items-center h-full whitespace-nowrap\">\n            <div class=\"flex items-center space-x-4 md:space-x-8 text-white text-2xl font-bold\">\n                <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Sitio web<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Sitio web<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Sitio web<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Sitio web<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Sitio web<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Estrategia<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Creatividad<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Sitio web<\/span> <span class=\"text-4xl md:text-6xl\">\u2022<\/span> <span class=\"uppercase text-4xl md:text-6xl font-semibold\">Repetir<\/span>            <\/div>\n        <\/div>\n    <\/div>\n\n<\/section>\n\n<!-- Estilo CSS adicional -->\n<style>\n    \/* Animaci\u00f3n para hacer que las palabras roten horizontalmente *\/\n    @keyframes scroll-left {\n        0% {\n            transform: translateX(-5%);\n            transform-origin: right;\n        }\n        100% {\n            transform: translateX(-25%);\n            transform-origin: left;\n        }\n    }\n\n    \/* Aplicar la animaci\u00f3n al contenedor que tiene las palabras *\/\n    .bar-1 .flex {\n        animation: scroll-left 40s linear infinite;\n    }\n\n    \/* Estilo adicional para que el contenido se oculte correctamente *\/\n    .bar-1, .bar-2 {\n        overflow-x: hidden; \/* Oculta los elementos que salgan del contenedor *\/\n    }\n\n    \/* Asegura que los elementos dentro de la barra est\u00e9n alineados correctamente *\/\n    .bar-1 .flex, .bar-2 .flex {\n        display: flex;\n        align-items: center;\n        white-space: nowrap;\n    }\n<\/style>\n\n\n\n<section \n    data-name=\"block-testimonial-slider-full-width\"\n    id=\"block_96ede6cebadb41e8ab820fb866b73b1e\"\n    class=\" has-text-align-left   w-full py-8 md:py-16\"\n    style=\"\"\n>\n\n<div class=\"w-full mx-auto max-w-screen-2xl py-8 md:py-16\">\n    <!-- Header Section -->\n    <div class=\" mb-8 md:mb-16\">\n        <!-- Top indicator -->\n                <div class=\"flex items-center gap-2 text-white mb-1\">\n            <div data-aos=\"fade-in\" class=\"w-3 h-3 rounded-full\" style=\"background-color: #ACFFD4;\"><\/div>\n            \n            <span data-splitting=\"words\" class=\"folka-initial-hidden text-xl md:text-2xl pl-2\">Historias reales con personas reales<\/span>\n            \n        <\/div>\n                \n        <!-- Title and View All Link -->\n        <div class=\"flex justify-between items-end flex-wrap\">\n            <h2 data-splitting=\"chars\" class=\"folka-initial-hidden  w-full md:w-1\/2 text-4xl md:text-6xl font-semibold text-white leading-tight\">Lo que dicen nuestros clientes<\/h2>\n           \n        <\/div>\n    <\/div>\n    <div class=\"w-full relative\">\n            <!-- Swiper -->\n                        <div class=\"swiper-container-testimonials full overflow-hidden md:overflow-visible \">\n                <div class=\"swiper-wrapper items-center justify-start relative\">\n\n                                    <div data-aos=\"fade-in\" class=\"swiper-slide overflow-hidden\">\n                        <div class=\"testimonial-card max-w-full p-8 pb-20 hover:bg-[#3f3f46] transition-all\">\n                            <div class=\"mb-6\">\n                               <svg width=\"25\" height=\"25\" viewBox=\"0 0 33 34\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g opacity=\"0.6\">\n                                <path d=\"M22 4.7915C21.2707 4.7915 20.5712 5.08124 20.0555 5.59696C19.5397 6.11269 19.25 6.81216 19.25 7.5415V15.7915C19.25 16.5208 19.5397 17.2203 20.0555 17.736C20.5712 18.2518 21.2707 18.5415 22 18.5415C22.3647 18.5415 22.7144 18.6864 22.9723 18.9442C23.2301 19.2021 23.375 19.5518 23.375 19.9165V21.2915C23.375 22.0208 23.0853 22.7203 22.5695 23.236C22.0538 23.7518 21.3543 24.0415 20.625 24.0415C20.2603 24.0415 19.9106 24.1864 19.6527 24.4442C19.3949 24.7021 19.25 25.0518 19.25 25.4165V28.1665C19.25 28.5312 19.3949 28.8809 19.6527 29.1388C19.9106 29.3966 20.2603 29.5415 20.625 29.5415C22.813 29.5415 24.9115 28.6723 26.4586 27.1251C28.0058 25.578 28.875 23.4795 28.875 21.2915V7.5415C28.875 6.81216 28.5853 6.11269 28.0695 5.59696C27.5538 5.08124 26.8543 4.7915 26.125 4.7915H22Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M6.875 4.7915C6.14565 4.7915 5.44618 5.08124 4.93046 5.59696C4.41473 6.11269 4.125 6.81216 4.125 7.5415V15.7915C4.125 16.5208 4.41473 17.2203 4.93046 17.736C5.44618 18.2518 6.14565 18.5415 6.875 18.5415C7.23967 18.5415 7.58941 18.6864 7.84727 18.9442C8.10513 19.2021 8.25 19.5518 8.25 19.9165V21.2915C8.25 22.0208 7.96027 22.7203 7.44454 23.236C6.92882 23.7518 6.22935 24.0415 5.5 24.0415C5.13533 24.0415 4.78559 24.1864 4.52773 24.4442C4.26987 24.7021 4.125 25.0518 4.125 25.4165V28.1665C4.125 28.5312 4.26987 28.8809 4.52773 29.1388C4.78559 29.3966 5.13533 29.5415 5.5 29.5415C7.68804 29.5415 9.78646 28.6723 11.3336 27.1251C12.8808 25.578 13.75 23.4795 13.75 21.2915V7.5415C13.75 6.81216 13.4603 6.11269 12.9445 5.59696C12.4288 5.08124 11.7293 4.7915 11 4.7915H6.875Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <\/svg>\n\n                            <\/div>\n                            <blockquote class=\"text-md text-white leading-normal mb-8 pb-6\">\n                                <!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Folka nos acompa\u00f1\u00f3 a lo largo de nuestro crecimiento; son el tipo de socio que uno quiere tener. Siempre trabajaron con rapidez, entregando los resultados que esper\u00e1bamos y siempre dispuestos a resolver cualquier problema que pudiera surgir. \u00a1Un buen socio, buena gente y un buen equipo!<\/p>\n<!-- \/wp:paragraph -->                            <\/blockquote>\n                            \n                        <\/div>\n                        <div class=\"flex items-center w-8\/12 gap-4 bg-dark-gray  p-4 rounded-xl absolute left-0 bottom-0 testimonial-rounded full\">\n                            <div class=\"w-12 h-12 rounded-full overflow-hidden flex-shrink-0\">\n                                <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Tomas.jpeg\" alt=\"Tom\u00e1s\" class=\"w-full h-full object-cover\">\n                            <\/div>\n                            <div>\n                                <p class=\"text-md leading-tight font-medium mb-0\">Tom\u00e1s<\/p>\n                                <p class=\"text-xs leading-tight text-[#ffffff80]\">CEO en simpleat<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div data-aos=\"fade-in\" class=\"swiper-slide overflow-hidden\">\n                        <div class=\"testimonial-card max-w-full p-8 pb-20 hover:bg-[#3f3f46] transition-all\">\n                            <div class=\"mb-6\">\n                               <svg width=\"25\" height=\"25\" viewBox=\"0 0 33 34\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g opacity=\"0.6\">\n                                <path d=\"M22 4.7915C21.2707 4.7915 20.5712 5.08124 20.0555 5.59696C19.5397 6.11269 19.25 6.81216 19.25 7.5415V15.7915C19.25 16.5208 19.5397 17.2203 20.0555 17.736C20.5712 18.2518 21.2707 18.5415 22 18.5415C22.3647 18.5415 22.7144 18.6864 22.9723 18.9442C23.2301 19.2021 23.375 19.5518 23.375 19.9165V21.2915C23.375 22.0208 23.0853 22.7203 22.5695 23.236C22.0538 23.7518 21.3543 24.0415 20.625 24.0415C20.2603 24.0415 19.9106 24.1864 19.6527 24.4442C19.3949 24.7021 19.25 25.0518 19.25 25.4165V28.1665C19.25 28.5312 19.3949 28.8809 19.6527 29.1388C19.9106 29.3966 20.2603 29.5415 20.625 29.5415C22.813 29.5415 24.9115 28.6723 26.4586 27.1251C28.0058 25.578 28.875 23.4795 28.875 21.2915V7.5415C28.875 6.81216 28.5853 6.11269 28.0695 5.59696C27.5538 5.08124 26.8543 4.7915 26.125 4.7915H22Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M6.875 4.7915C6.14565 4.7915 5.44618 5.08124 4.93046 5.59696C4.41473 6.11269 4.125 6.81216 4.125 7.5415V15.7915C4.125 16.5208 4.41473 17.2203 4.93046 17.736C5.44618 18.2518 6.14565 18.5415 6.875 18.5415C7.23967 18.5415 7.58941 18.6864 7.84727 18.9442C8.10513 19.2021 8.25 19.5518 8.25 19.9165V21.2915C8.25 22.0208 7.96027 22.7203 7.44454 23.236C6.92882 23.7518 6.22935 24.0415 5.5 24.0415C5.13533 24.0415 4.78559 24.1864 4.52773 24.4442C4.26987 24.7021 4.125 25.0518 4.125 25.4165V28.1665C4.125 28.5312 4.26987 28.8809 4.52773 29.1388C4.78559 29.3966 5.13533 29.5415 5.5 29.5415C7.68804 29.5415 9.78646 28.6723 11.3336 27.1251C12.8808 25.578 13.75 23.4795 13.75 21.2915V7.5415C13.75 6.81216 13.4603 6.11269 12.9445 5.59696C12.4288 5.08124 11.7293 4.7915 11 4.7915H6.875Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <\/svg>\n\n                            <\/div>\n                            <blockquote class=\"text-md text-white leading-normal mb-8 pb-6\">\n                                <!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Descubrimos Folka gracias a una recomendaci\u00f3n.<\/p>\n<!-- \/wp:paragraph --><!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Para nosotros, desarrollar una nueva p\u00e1gina web era fundamental, ya que es la actividad principal de nuestra empresa. Y pudimos confiar al 100 % en el trabajo de Folka. <\/p>\n<!-- \/wp:paragraph --><!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>El proceso de trabajo antes y durante el desarrollo fue muy profesional, din\u00e1mico y bien planificado. En todo momento recibimos asistencia, soluciones r\u00e1pidas y las mejores recomendaciones para garantizar que tuvi\u00e9ramos un sitio web de alta calidad, funcional y f\u00e1cil de usar, en l\u00ednea con las \u00faltimas tendencias. <\/p>\n<!-- \/wp:paragraph --><!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Folka cuenta con un equipo profesional, responsable, proactivo y con amplios conocimientos. \u00a1Estamos muy contentos de tenerlos como socios! <\/p>\n<!-- \/wp:paragraph -->                            <\/blockquote>\n                            \n                        <\/div>\n                        <div class=\"flex items-center w-8\/12 gap-4 bg-dark-gray  p-4 rounded-xl absolute left-0 bottom-0 testimonial-rounded full\">\n                            <div class=\"w-12 h-12 rounded-full overflow-hidden flex-shrink-0\">\n                                <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/laura-rosales.jpeg\" alt=\"Laura\" class=\"w-full h-full object-cover\">\n                            <\/div>\n                            <div>\n                                <p class=\"text-md leading-tight font-medium mb-0\">Laura<\/p>\n                                <p class=\"text-xs leading-tight text-[#ffffff80]\">Marketing leader at Say Hueque<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div data-aos=\"fade-in\" class=\"swiper-slide overflow-hidden\">\n                        <div class=\"testimonial-card max-w-full p-8 pb-20 hover:bg-[#3f3f46] transition-all\">\n                            <div class=\"mb-6\">\n                               <svg width=\"25\" height=\"25\" viewBox=\"0 0 33 34\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g opacity=\"0.6\">\n                                <path d=\"M22 4.7915C21.2707 4.7915 20.5712 5.08124 20.0555 5.59696C19.5397 6.11269 19.25 6.81216 19.25 7.5415V15.7915C19.25 16.5208 19.5397 17.2203 20.0555 17.736C20.5712 18.2518 21.2707 18.5415 22 18.5415C22.3647 18.5415 22.7144 18.6864 22.9723 18.9442C23.2301 19.2021 23.375 19.5518 23.375 19.9165V21.2915C23.375 22.0208 23.0853 22.7203 22.5695 23.236C22.0538 23.7518 21.3543 24.0415 20.625 24.0415C20.2603 24.0415 19.9106 24.1864 19.6527 24.4442C19.3949 24.7021 19.25 25.0518 19.25 25.4165V28.1665C19.25 28.5312 19.3949 28.8809 19.6527 29.1388C19.9106 29.3966 20.2603 29.5415 20.625 29.5415C22.813 29.5415 24.9115 28.6723 26.4586 27.1251C28.0058 25.578 28.875 23.4795 28.875 21.2915V7.5415C28.875 6.81216 28.5853 6.11269 28.0695 5.59696C27.5538 5.08124 26.8543 4.7915 26.125 4.7915H22Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M6.875 4.7915C6.14565 4.7915 5.44618 5.08124 4.93046 5.59696C4.41473 6.11269 4.125 6.81216 4.125 7.5415V15.7915C4.125 16.5208 4.41473 17.2203 4.93046 17.736C5.44618 18.2518 6.14565 18.5415 6.875 18.5415C7.23967 18.5415 7.58941 18.6864 7.84727 18.9442C8.10513 19.2021 8.25 19.5518 8.25 19.9165V21.2915C8.25 22.0208 7.96027 22.7203 7.44454 23.236C6.92882 23.7518 6.22935 24.0415 5.5 24.0415C5.13533 24.0415 4.78559 24.1864 4.52773 24.4442C4.26987 24.7021 4.125 25.0518 4.125 25.4165V28.1665C4.125 28.5312 4.26987 28.8809 4.52773 29.1388C4.78559 29.3966 5.13533 29.5415 5.5 29.5415C7.68804 29.5415 9.78646 28.6723 11.3336 27.1251C12.8808 25.578 13.75 23.4795 13.75 21.2915V7.5415C13.75 6.81216 13.4603 6.11269 12.9445 5.59696C12.4288 5.08124 11.7293 4.7915 11 4.7915H6.875Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <\/svg>\n\n                            <\/div>\n                            <blockquote class=\"text-md text-white leading-normal mb-8 pb-6\">\n                                <!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>El equipo de Folka Media es el mejor socio tecnol\u00f3gico que he tenido en mi vida. La dedicaci\u00f3n de Mart\u00edn, Ximena y el resto de los profesionales es admirable. Solo tengo palabras de agradecimiento por tres a\u00f1os trabajando juntos.  <\/p>\n<!-- \/wp:paragraph --><!-- wp:paragraph -->\n<p><\/p>\n<!-- \/wp:paragraph -->                            <\/blockquote>\n                            \n                        <\/div>\n                        <div class=\"flex items-center w-8\/12 gap-4 bg-dark-gray  p-4 rounded-xl absolute left-0 bottom-0 testimonial-rounded full\">\n                            <div class=\"w-12 h-12 rounded-full overflow-hidden flex-shrink-0\">\n                                <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Matias-Munton-e1756998887322.png\" alt=\"Mat\u00edas\" class=\"w-full h-full object-cover\">\n                            <\/div>\n                            <div>\n                                <p class=\"text-md leading-tight font-medium mb-0\">Mat\u00edas<\/p>\n                                <p class=\"text-xs leading-tight text-[#ffffff80]\">Director ejecutivo en promociones a\u00e9reas<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div data-aos=\"fade-in\" class=\"swiper-slide overflow-hidden\">\n                        <div class=\"testimonial-card max-w-full p-8 pb-20 hover:bg-[#3f3f46] transition-all\">\n                            <div class=\"mb-6\">\n                               <svg width=\"25\" height=\"25\" viewBox=\"0 0 33 34\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g opacity=\"0.6\">\n                                <path d=\"M22 4.7915C21.2707 4.7915 20.5712 5.08124 20.0555 5.59696C19.5397 6.11269 19.25 6.81216 19.25 7.5415V15.7915C19.25 16.5208 19.5397 17.2203 20.0555 17.736C20.5712 18.2518 21.2707 18.5415 22 18.5415C22.3647 18.5415 22.7144 18.6864 22.9723 18.9442C23.2301 19.2021 23.375 19.5518 23.375 19.9165V21.2915C23.375 22.0208 23.0853 22.7203 22.5695 23.236C22.0538 23.7518 21.3543 24.0415 20.625 24.0415C20.2603 24.0415 19.9106 24.1864 19.6527 24.4442C19.3949 24.7021 19.25 25.0518 19.25 25.4165V28.1665C19.25 28.5312 19.3949 28.8809 19.6527 29.1388C19.9106 29.3966 20.2603 29.5415 20.625 29.5415C22.813 29.5415 24.9115 28.6723 26.4586 27.1251C28.0058 25.578 28.875 23.4795 28.875 21.2915V7.5415C28.875 6.81216 28.5853 6.11269 28.0695 5.59696C27.5538 5.08124 26.8543 4.7915 26.125 4.7915H22Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M6.875 4.7915C6.14565 4.7915 5.44618 5.08124 4.93046 5.59696C4.41473 6.11269 4.125 6.81216 4.125 7.5415V15.7915C4.125 16.5208 4.41473 17.2203 4.93046 17.736C5.44618 18.2518 6.14565 18.5415 6.875 18.5415C7.23967 18.5415 7.58941 18.6864 7.84727 18.9442C8.10513 19.2021 8.25 19.5518 8.25 19.9165V21.2915C8.25 22.0208 7.96027 22.7203 7.44454 23.236C6.92882 23.7518 6.22935 24.0415 5.5 24.0415C5.13533 24.0415 4.78559 24.1864 4.52773 24.4442C4.26987 24.7021 4.125 25.0518 4.125 25.4165V28.1665C4.125 28.5312 4.26987 28.8809 4.52773 29.1388C4.78559 29.3966 5.13533 29.5415 5.5 29.5415C7.68804 29.5415 9.78646 28.6723 11.3336 27.1251C12.8808 25.578 13.75 23.4795 13.75 21.2915V7.5415C13.75 6.81216 13.4603 6.11269 12.9445 5.59696C12.4288 5.08124 11.7293 4.7915 11 4.7915H6.875Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <\/svg>\n\n                            <\/div>\n                            <blockquote class=\"text-md text-white leading-normal mb-8 pb-6\">\n                                <!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Desarrollar mi sitio web con Folka fue como trabajar seriamente con amigos. Durante todo el proceso se combin\u00f3 la profesionalidad con un trato c\u00e1lido y personal. El resultado fue un sitio que refleja mi trabajo y funciona perfectamente seg\u00fan mis necesidades. Mi sitio web es todo lo que esperaba y mucho m\u00e1s, porque sin darme cuenta, he hecho nuevos amigos.   <\/p>\n<!-- \/wp:paragraph -->                            <\/blockquote>\n                            \n                        <\/div>\n                        <div class=\"flex items-center w-8\/12 gap-4 bg-dark-gray  p-4 rounded-xl absolute left-0 bottom-0 testimonial-rounded full\">\n                            <div class=\"w-12 h-12 rounded-full overflow-hidden flex-shrink-0\">\n                                <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Vero-garcia.jpg\" alt=\"Ver\u00f3nica\" class=\"w-full h-full object-cover\">\n                            <\/div>\n                            <div>\n                                <p class=\"text-md leading-tight font-medium mb-0\">Ver\u00f3nica<\/p>\n                                <p class=\"text-xs leading-tight text-[#ffffff80]\">CEO<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div data-aos=\"fade-in\" class=\"swiper-slide overflow-hidden\">\n                        <div class=\"testimonial-card max-w-full p-8 pb-20 hover:bg-[#3f3f46] transition-all\">\n                            <div class=\"mb-6\">\n                               <svg width=\"25\" height=\"25\" viewBox=\"0 0 33 34\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g opacity=\"0.6\">\n                                <path d=\"M22 4.7915C21.2707 4.7915 20.5712 5.08124 20.0555 5.59696C19.5397 6.11269 19.25 6.81216 19.25 7.5415V15.7915C19.25 16.5208 19.5397 17.2203 20.0555 17.736C20.5712 18.2518 21.2707 18.5415 22 18.5415C22.3647 18.5415 22.7144 18.6864 22.9723 18.9442C23.2301 19.2021 23.375 19.5518 23.375 19.9165V21.2915C23.375 22.0208 23.0853 22.7203 22.5695 23.236C22.0538 23.7518 21.3543 24.0415 20.625 24.0415C20.2603 24.0415 19.9106 24.1864 19.6527 24.4442C19.3949 24.7021 19.25 25.0518 19.25 25.4165V28.1665C19.25 28.5312 19.3949 28.8809 19.6527 29.1388C19.9106 29.3966 20.2603 29.5415 20.625 29.5415C22.813 29.5415 24.9115 28.6723 26.4586 27.1251C28.0058 25.578 28.875 23.4795 28.875 21.2915V7.5415C28.875 6.81216 28.5853 6.11269 28.0695 5.59696C27.5538 5.08124 26.8543 4.7915 26.125 4.7915H22Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M6.875 4.7915C6.14565 4.7915 5.44618 5.08124 4.93046 5.59696C4.41473 6.11269 4.125 6.81216 4.125 7.5415V15.7915C4.125 16.5208 4.41473 17.2203 4.93046 17.736C5.44618 18.2518 6.14565 18.5415 6.875 18.5415C7.23967 18.5415 7.58941 18.6864 7.84727 18.9442C8.10513 19.2021 8.25 19.5518 8.25 19.9165V21.2915C8.25 22.0208 7.96027 22.7203 7.44454 23.236C6.92882 23.7518 6.22935 24.0415 5.5 24.0415C5.13533 24.0415 4.78559 24.1864 4.52773 24.4442C4.26987 24.7021 4.125 25.0518 4.125 25.4165V28.1665C4.125 28.5312 4.26987 28.8809 4.52773 29.1388C4.78559 29.3966 5.13533 29.5415 5.5 29.5415C7.68804 29.5415 9.78646 28.6723 11.3336 27.1251C12.8808 25.578 13.75 23.4795 13.75 21.2915V7.5415C13.75 6.81216 13.4603 6.11269 12.9445 5.59696C12.4288 5.08124 11.7293 4.7915 11 4.7915H6.875Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <\/svg>\n\n                            <\/div>\n                            <blockquote class=\"text-md text-white leading-normal mb-8 pb-6\">\n                                <!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Empezamos a trabajar con Folka desde el inicio del proyecto y el resultado fue excelente. El equipo nos gui\u00f3 a trav\u00e9s de todos los pasos operativos y estrat\u00e9gicos, \u00a1para que el lanzamiento se desarrollara sin problemas! Ahora es nuestro socio tecnol\u00f3gico para seguir creciendo y ofrecer una experiencia de usuario optimizada. \u00a1Gracias, equipo Folka!   <\/p>\n<!-- \/wp:paragraph -->                            <\/blockquote>\n                            \n                        <\/div>\n                        <div class=\"flex items-center w-8\/12 gap-4 bg-dark-gray  p-4 rounded-xl absolute left-0 bottom-0 testimonial-rounded full\">\n                            <div class=\"w-12 h-12 rounded-full overflow-hidden flex-shrink-0\">\n                                <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Ceci-e1756999038624.jpeg\" alt=\"Cecilia\" class=\"w-full h-full object-cover\">\n                            <\/div>\n                            <div>\n                                <p class=\"text-md leading-tight font-medium mb-0\">Cecilia<\/p>\n                                <p class=\"text-xs leading-tight text-[#ffffff80]\">Marketing Manager at Calvagni<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                                    <div data-aos=\"fade-in\" class=\"swiper-slide overflow-hidden\">\n                        <div class=\"testimonial-card max-w-full p-8 pb-20 hover:bg-[#3f3f46] transition-all\">\n                            <div class=\"mb-6\">\n                               <svg width=\"25\" height=\"25\" viewBox=\"0 0 33 34\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <g opacity=\"0.6\">\n                                <path d=\"M22 4.7915C21.2707 4.7915 20.5712 5.08124 20.0555 5.59696C19.5397 6.11269 19.25 6.81216 19.25 7.5415V15.7915C19.25 16.5208 19.5397 17.2203 20.0555 17.736C20.5712 18.2518 21.2707 18.5415 22 18.5415C22.3647 18.5415 22.7144 18.6864 22.9723 18.9442C23.2301 19.2021 23.375 19.5518 23.375 19.9165V21.2915C23.375 22.0208 23.0853 22.7203 22.5695 23.236C22.0538 23.7518 21.3543 24.0415 20.625 24.0415C20.2603 24.0415 19.9106 24.1864 19.6527 24.4442C19.3949 24.7021 19.25 25.0518 19.25 25.4165V28.1665C19.25 28.5312 19.3949 28.8809 19.6527 29.1388C19.9106 29.3966 20.2603 29.5415 20.625 29.5415C22.813 29.5415 24.9115 28.6723 26.4586 27.1251C28.0058 25.578 28.875 23.4795 28.875 21.2915V7.5415C28.875 6.81216 28.5853 6.11269 28.0695 5.59696C27.5538 5.08124 26.8543 4.7915 26.125 4.7915H22Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <path d=\"M6.875 4.7915C6.14565 4.7915 5.44618 5.08124 4.93046 5.59696C4.41473 6.11269 4.125 6.81216 4.125 7.5415V15.7915C4.125 16.5208 4.41473 17.2203 4.93046 17.736C5.44618 18.2518 6.14565 18.5415 6.875 18.5415C7.23967 18.5415 7.58941 18.6864 7.84727 18.9442C8.10513 19.2021 8.25 19.5518 8.25 19.9165V21.2915C8.25 22.0208 7.96027 22.7203 7.44454 23.236C6.92882 23.7518 6.22935 24.0415 5.5 24.0415C5.13533 24.0415 4.78559 24.1864 4.52773 24.4442C4.26987 24.7021 4.125 25.0518 4.125 25.4165V28.1665C4.125 28.5312 4.26987 28.8809 4.52773 29.1388C4.78559 29.3966 5.13533 29.5415 5.5 29.5415C7.68804 29.5415 9.78646 28.6723 11.3336 27.1251C12.8808 25.578 13.75 23.4795 13.75 21.2915V7.5415C13.75 6.81216 13.4603 6.11269 12.9445 5.59696C12.4288 5.08124 11.7293 4.7915 11 4.7915H6.875Z\" stroke=\"white\" stroke-width=\"2.75\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                <\/g>\n                                <\/svg>\n\n                            <\/div>\n                            <blockquote class=\"text-md text-white leading-normal mb-8 pb-6\">\n                                <!-- wp:paragraph {\"translatedWithWPMLTM\":\"1\"} -->\n<p>Despu\u00e9s de visitar varios sitios web y contactar con m\u00faltiples proveedores, finalmente tuvimos la suerte de encontrar al equipo de Folka. Quedamos muy satisfechos no solo con el producto, sino tambi\u00e9n con su escalabilidad. La din\u00e1mica de trabajo que proponen es excelente, muy recomendable si buscas un equipo c\u00e1lido, proactivo y atento en todos los detalles previos y posteriores a la implementaci\u00f3n.  <\/p>\n<!-- \/wp:paragraph -->                            <\/blockquote>\n                            \n                        <\/div>\n                        <div class=\"flex items-center w-8\/12 gap-4 bg-dark-gray  p-4 rounded-xl absolute left-0 bottom-0 testimonial-rounded full\">\n                            <div class=\"w-12 h-12 rounded-full overflow-hidden flex-shrink-0\">\n                                <img decoding=\"async\" src=\"https:\/\/folkamedia.com\/wp-content\/uploads\/2025\/09\/Marco.jpg\" alt=\"Marco\" class=\"w-full h-full object-cover\">\n                            <\/div>\n                            <div>\n                                <p class=\"text-md leading-tight font-medium mb-0\">Marco<\/p>\n                                <p class=\"text-xs leading-tight text-[#ffffff80]\">Marketing manager at Macaio<\/p>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                \n            <\/div>\n            \n            \n        <\/div>\n        <div class=\"relative md:hidden  mt-8 flex custom-slider-nav\">            \n            <div class=\"custom-nav swiper-button-prev\"><\/div>\n            <div class=\"custom-nav swiper-button-next\"><\/div>\n        <\/div>\n<\/div>\n\n<\/section>\n\n<style>\n    .testimonial-card {\n        background-color: #1e1e1e;\n        border: 1px solid #1e1e1e;\n        border-radius: 1rem;\n        \n        width: 100%;\n        \n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n    }\n    .testimonial-card blockquote {\n        color: white;\n    }\n    .testimonial-card h3 {\n        color: white;\n    }\n   \n    .testimonial-card svg {\n        color: #9ca3af;\n    }\n\n    .swiper-container-testimonials.full .swiper-wrapper {\n        transition-timing-function: linear;\n        margin: 0 auto;\n      }\n\n\n<\/style>\n\n\n<!-- Swiper JS -->\n<script>\n\n        \/\/ Busca los botones DENTRO del contenedor del slider (o ajust\u00e1 si est\u00e1n fuera)\n      const nextBtn = document.querySelector('.custom-nav.swiper-button-next');\n      const prevBtn = document.querySelector('.custom-nav.swiper-button-prev');\n      document.addEventListener(\"DOMContentLoaded\", (event) => {\n\n        \/*\n        const selector  = '.swiper-container-testimonials.full';\n        const container = document.querySelector(selector);\n\n          const swiper3 = new window.Swiper(selector, {\n            direction: 'horizontal',\n            spaceBetween: 20,\n            loop: true,\n            allowTouchMove: true,\n            slidesPerGroup: 1,\n            slidesPerView: 1.2,\n            roundLengths: true,           \/\/ (1) evita sub-p\u00edxeles y micro saltos\n            normalizeSlideIndex: true,\n\n            \/\/ MOBILE\/TABLET: pausa entre slides\n            speed: 400,\n            autoplay: {\n              delay: 2400,\n              disableOnInteraction: true,\n              pauseOnMouseEnter: true\n            },\n\n            breakpoints: {\n              640:  { slidesPerView: 1.2 },\n              768:  { slidesPerView: 2.2 },\n              \/\/ DESKTOP: marquee continuo\n              1024: {\n                slidesPerView: 3.3,\n                speed: 8000,\n                autoplay: {\n                  delay: 0,\n                  disableOnInteraction: true,\n                  pauseOnMouseEnter: true\n                }\n              }\n            },\n\n            pagination: false,\n            navigation: {  nextEl: nextBtn,prevEl: prevBtn },\n          });\n\n\n        \n        *\/\n\n\n\n\n\/\/ ==== Slider horizontal: Desktop con marquee continuo \/ Mobile Swiper normal ====\n\/\/ Selector: .swiper-container-testimonials.full\n\nconst SELH = '.swiper-container-testimonials.full';\nconst containerH = document.querySelector(SELH);\n\n\/\/ Direcci\u00f3n del desplazamiento continuo: 1 = izquierda, -1 = derecha (s\u00f3lo desktop)\nconst DIR = 1;\n\n\/\/ Swiper (tu config)\nconst swiperH = new window.Swiper(SELH, {\n  direction: 'horizontal',\n  slidesPerView: 1.2,            \/\/ ajust\u00e1 seg\u00fan tu layout (puede ser 'auto')\n  spaceBetween: 20,\n  loop: false,                    \/\/ \u201cinfinito\u201d lo manejamos en desktop con RAF\n  centeredSlides: false,\n  speed: 6000,                    \/\/ referencial; no se usa en RAF\n  pagination: false,\n  navigation: false,\n  freeMode: { enabled: false, momentum: false },\n  allowTouchMove: true,\n  navigation: {  nextEl: nextBtn,prevEl: prevBtn },\n  breakpoints: {\n    640:  { slidesPerView: 1.2 },\n    768:  { slidesPerView: 2.2 },\n    \/\/ DESKTOP: marquee continuo (lo hace nuestro RAF; no dependemos de autoplay)\n    1024: {\n      slidesPerView: 3.3,\n      speed: 8000,\n      autoplay: {\n        delay: 0,\n        disableOnInteraction: true,\n        pauseOnMouseEnter: true\n      }\n    }\n  },\n});\n\n\/\/ ===== Helpers de modo =====\nconst mqlDesktop = window.matchMedia('(min-width: 1024px)');\nfunction isDesktop() { return mqlDesktop.matches; }\n\n\/\/ ===== L\u00f3gica de duplicaci\u00f3n (s\u00f3lo desktop) =====\nfunction ensureDuplicationFull() {\n  const wrapper = containerH?.querySelector('.swiper-wrapper');\n  if (!wrapper) return { wrapper: null, cycle: 0 };\n\n  \/\/ Evitar duplicar varias veces\n  const alreadyDuped = Array.from(wrapper.children).some(el => el.getAttribute('data-dup') === '1');\n  if (!alreadyDuped) {\n    const originals = Array.from(wrapper.children);\n    originals.forEach(node => {\n      const clone = node.cloneNode(true);\n      clone.setAttribute('data-dup', '1');\n      wrapper.appendChild(clone);\n    });\n  }\n\n  const cycle = Math.round(wrapper.scrollWidth \/ 2); \/\/ ancho de un set\n  return { wrapper, cycle };\n}\n\n\/\/ Remover duplicados y limpiar transform para que Swiper maneje todo (mobile)\nfunction ensureOriginalFull() {\n  const wrapper = containerH?.querySelector('.swiper-wrapper');\n  if (!wrapper) return;\n  \/\/ Quitar clones\n  Array.from(wrapper.children).forEach(el => {\n    if (el.getAttribute('data-dup') === '1') el.remove();\n  });\n  \/\/ Limpiar estilos que podr\u00edan interferir con Swiper\n  wrapper.style.transition = '';\n  wrapper.style.transform  = '';\n}\n\nlet { wrapper: wrapperH, cycle: cycleH } = ensureDuplicationFull();\n\n\/\/ ===== RAF de desktop =====\nlet rafIdH = null;\nlet runningH = false;\nlet lastTsH = 0;\n\n\/\/ Velocidad en px\/s (desktop)\nconst SPEED_PX_SEC_H = 60;\n\/\/ Offset acumulado (0..cycleH)\nlet offsetH = 0;\n\nfunction measureFull() {\n  const res = ensureDuplicationFull();\n  wrapperH = res.wrapper;\n  cycleH   = res.cycle;\n\n  \/\/ Normalizar offset al nuevo ciclo\n  offsetH = cycleH ? (offsetH % cycleH) : 0;\n\n  if (wrapperH) {\n    wrapperH.style.transition = 'none';\n    const x0 = (DIR === 1) ? -offsetH : offsetH;\n    wrapperH.style.transform  = `translate3d(${x0}px, 0, 0)`;\n  }\n}\n\nfunction stepFull(ts) {\n  if (!runningH || !wrapperH || !cycleH || !isDesktop()) return;\n\n  if (!lastTsH) { lastTsH = ts; rafIdH = requestAnimationFrame(stepFull); return; }\n  const dt = (ts - lastTsH) \/ 1000;\n  lastTsH = ts;\n\n  \/\/ Avanzar offset, el signo lo da DIR en el transform\n  offsetH = (offsetH + SPEED_PX_SEC_H * dt) % cycleH;\n\n  const x = (DIR === 1) ? -offsetH : offsetH;\n  wrapperH.style.transition = 'none';\n  wrapperH.style.transform  = `translate3d(${x}px, 0, 0)`;\n\n  rafIdH = requestAnimationFrame(stepFull);\n}\n\nfunction startLoopFull() {\n  if (!isDesktop()) return;        \/\/ no arrancar en mobile\n  if (runningH) return;\n  runningH = true;\n  lastTsH = 0;\n  swiperH.autoplay && swiperH.autoplay.stop?.(); \/\/ por si hubiera autoplay habilitado\n  measureFull();\n  rafIdH = requestAnimationFrame(stepFull);\n}\n\nfunction stopLoopFull() {\n  runningH = false;\n  if (rafIdH) cancelAnimationFrame(rafIdH);\n  rafIdH = null;\n}\n\n\/\/ ===== Hover desktop (pausa\/reanuda) =====\nconst mqlHoverH = window.matchMedia('(hover:hover) and (pointer:fine)');\nfunction onEnterFull(){ if (mqlHoverH.matches && isDesktop()) stopLoopFull(); }\nfunction onLeaveFull(){ if (mqlHoverH.matches && isDesktop()) startLoopFull(); }\n\nif (containerH) {\n  containerH.addEventListener('pointerenter', onEnterFull, { passive: true });\n  containerH.addEventListener('pointerleave', onLeaveFull,  { passive: true });\n}\n\n\/\/ ===== Touch \/ Drag =====\n\/\/ Desktop: pausar al arrastrar y reanudar al soltar.\n\/\/ Mobile: no hacemos nada (Swiper default).\nswiperH.on('touchStart', () => {\n  if (isDesktop()) stopLoopFull();\n});\nswiperH.on('touchEnd', () => {\n  if (isDesktop()) startLoopFull();\n});\n\n\/\/ ===== Resize \/ Breakpoint change =====\nfunction applyMode() {\n  if (isDesktop()) {\n    \/\/ Modo desktop: asegurar duplicaci\u00f3n y arrancar marquee\n    startLoopFull();\n  } else {\n    \/\/ Modo mobile: parar RAF y dejar Swiper default (sin duplicados)\n    stopLoopFull();\n    ensureOriginalFull();\n    swiperH.update(); \/\/ refrescar medidas del Swiper\n  }\n}\n\n\/\/ Swiper tambi\u00e9n emite 'breakpoint' cuando cruza un corte\nswiperH.on('breakpoint', applyMode);\nwindow.addEventListener('resize', applyMode);\nwindow.addEventListener('orientationchange', applyMode);\n\n\/\/ ===== Visibilidad \/ Reduced\n\/\/ ===== Visibilidad \/ Reduced motion =====\ndocument.addEventListener('visibilitychange', () => {\n  if (document.hidden) stopLoopFull();\n  else applyMode();\n});\n\nconst mqlReducedH = window.matchMedia('(prefers-reduced-motion: reduce)');\nfunction applyReducedMotionFull(){\n  if (mqlReducedH.matches) {\n    stopLoopFull();\n  } else {\n    applyMode();\n  }\n}\nmqlReducedH.addEventListener?.('change', applyReducedMotionFull);\n\n\/\/ ===== Arranque =====\napplyReducedMotionFull();\n\n\n});    \n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>M\u00e1s que un equipo de desarrollo Estamos ac\u00e1 para ser tu compa\u00f1ero estrat\u00e9gico. La forma en que las personas se conectan y usan la tecnolog\u00eda cambia todos los d\u00edas. En Folka Media ayudamos a las empresas a enfrentar ese cambio con confianza. Con m\u00e1s de 15 a\u00f1os de experiencia, pensamos siempre un paso adelante y [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_joinchat":[],"footnotes":""},"class_list":["post-774","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/pages\/774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/comments?post=774"}],"version-history":[{"count":0,"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/pages\/774\/revisions"}],"wp:attachment":[{"href":"https:\/\/folkamedia.com\/es\/wp-json\/wp\/v2\/media?parent=774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}