{"id":1939,"date":"2022-01-31T19:45:38","date_gmt":"2022-01-31T19:45:38","guid":{"rendered":"https:\/\/www.randomers.org\/?page_id=1939"},"modified":"2024-05-14T16:32:23","modified_gmt":"2024-05-14T16:32:23","slug":"inicio-borrador-2","status":"publish","type":"page","link":"https:\/\/www.randomers.org\/cs\/","title":{"rendered":"Inicio"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"1939\" class=\"elementor elementor-1939\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-849e127 e-flex e-con-boxed e-con e-parent\" data-id=\"849e127\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a00989b elementor-absolute elementor-widget elementor-widget-image\" data-id=\"a00989b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"796\" height=\"138\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/line1.png\" class=\"attachment-large size-large wp-image-2206\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/line1.png 796w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/line1-300x52.png 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/line1-768x133.png 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/line1-18x3.png 18w\" sizes=\"(max-width: 796px) 100vw, 796px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1089a34 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1089a34\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-665eb8b\" data-id=\"665eb8b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-49f974f elementor-absolute elementor-widget elementor-widget-html\" data-id=\"49f974f\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n    <title>Marquesina Animada<\/title>\r\n    <style>\r\n        @import url(\"https:\/\/fonts.googleapis.com\/css2?family=Manrope&display=swap\");\r\n\r\n        .scroll {\r\n            height: 20vh;\r\n            font-size: 4rem;\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n        }\r\n\r\n        .text-marquee {\r\n            position: relative;\r\n            display: flex;\r\n            align-items: center;\r\n            overflow-x: hidden;\r\n        }\r\n\r\n        .text-single {\r\n            position: relative;\r\n            white-space: nowrap;\r\n            padding: 0;\r\n            margin: 0;\r\n            will-change: transform;\r\n        }\r\n\r\n        .text {\r\n            padding: 0;\r\n            font-size: 15rem;\r\n            display: inline-block;\r\n            -webkit-text-stroke-width: 1.5px;\r\n            -webkit-text-stroke-color: #0037ff;\r\n            -webkit-text-fill-color: transparent;\r\n            margin-right: 2rem;\r\n            font-family: \"archivo black\", sans-serif;\r\n            font-weight: bold;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"scroll\"><\/div>\r\n\r\n    <div class=\"text-marquee\">\r\n        <div class=\"text-single\">\r\n            <span class=\"text js-text\">randomers.<\/span>\r\n            <span class=\"text js-text\">randomers.<\/span>\r\n            <span class=\"text js-text\">randomers.<\/span>\r\n            <span class=\"text js-text\">randomers.<\/span>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"scroll\"><\/div>\r\n\r\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.5.1\/gsap.min.js\"><\/script>\r\n    <script>\r\n        \/\/ Tu c\u00f3digo JavaScript va aqu\u00ed\r\n\r\n        \/\/ Aseg\u00farate de que el DOM est\u00e9 completamente cargado antes de ejecutar el JavaScript\r\n        document.addEventListener(\"DOMContentLoaded\", function() {\r\nlet loops = gsap.utils.toArray(\".text-single\").map((line, i) => {\r\n    const links = line.querySelectorAll(\".js-text\");\r\n    return horizontalLoop(links, {\r\n        repeat: -1,\r\n        speed: 1.5 + i * 0.5,\r\n        reversed: false,\r\n        paddingRight: parseFloat(\r\n            gsap.getProperty(links[0], \"marginRight\", \"px\")\r\n        )\r\n    });\r\n});\r\n\r\nlet currentScroll = 0;\r\nlet scrollDirection = 1;\r\n\r\nwindow.addEventListener(\"scroll\", () => {\r\n    let direction = window.pageYOffset > currentScroll ? 1 : -1;\r\n    if (direction !== scrollDirection) {\r\n        console.log(\"change\", direction);\r\n        loops.forEach((tl) => {\r\n            gsap.to(tl, { timeScale: direction, overwrite: true });\r\n        });\r\n        scrollDirection = direction;\r\n    }\r\n    currentScroll = window.pageYOffset;\r\n});\r\n\r\n\/*\r\nThis helper function makes a group of elements animate along the x-axis in a seamless, responsive loop.\r\n\r\nFeatures:\r\n - Uses xPercent so that even if the widths change (like if the window gets resized), it should still work in most cases.\r\n - When each item animates to the left or right enough, it will loop back to the other side\r\n - Optionally pass in a config object with values like \"speed\" (default: 1, which travels at roughly 100 pixels per second), paused (boolean),  repeat, reversed, and paddingRight.\r\n - The returned timeline will have the following methods added to it:\r\n   - next() - animates to the next element using a timeline.tweenTo() which it returns. You can pass in a vars object to control duration, easing, etc.\r\n   - previous() - animates to the previous element using a timeline.tweenTo() which it returns. You can pass in a vars object to control duration, easing, etc.\r\n   - toIndex() - pass in a zero-based index value of the element that it should animate to, and optionally pass in a vars object to control duration, easing, etc. Always goes in the shortest direction\r\n   - current() - returns the current index (if an animation is in-progress, it reflects the final index)\r\n   - times - an Array of the times on the timeline where each element hits the \"starting\" spot. There's also a label added accordingly, so \"label1\" is when the 2nd element reaches the start.\r\n *\/\r\nfunction horizontalLoop(items, config) {\r\n    items = gsap.utils.toArray(items);\r\n    config = config || {};\r\n    let tl = gsap.timeline({\r\n            repeat: config.repeat,\r\n            paused: config.paused,\r\n            defaults: { ease: \"none\" },\r\n            onReverseComplete: () =>\r\n                tl.totalTime(tl.rawTime() + tl.duration() * 100)\r\n        }),\r\n        length = items.length,\r\n        startX = items[0].offsetLeft,\r\n        times = [],\r\n        widths = [],\r\n        xPercents = [],\r\n        curIndex = 0,\r\n        pixelsPerSecond = (config.speed || 1) * 100,\r\n        snap =\r\n            config.snap === false\r\n                ? (v) => v\r\n                : gsap.utils.snap(config.snap || 1), \/\/ some browsers shift by a pixel to accommodate flex layouts, so for example if width is 20% the first element's width might be 242px, and the next 243px, alternating back and forth. So we snap to 5 percentage points to make things look more natural\r\n        totalWidth,\r\n        curX,\r\n        distanceToStart,\r\n        distanceToLoop,\r\n        item,\r\n        i;\r\n    gsap.set(items, {\r\n        \/\/ convert \"x\" to \"xPercent\" to make things responsive, and populate the widths\/xPercents Arrays to make lookups faster.\r\n        xPercent: (i, el) => {\r\n            let w = (widths[i] = parseFloat(\r\n                gsap.getProperty(el, \"width\", \"px\")\r\n            ));\r\n            xPercents[i] = snap(\r\n                (parseFloat(gsap.getProperty(el, \"x\", \"px\")) \/ w) * 100 +\r\n                    gsap.getProperty(el, \"xPercent\")\r\n            );\r\n            return xPercents[i];\r\n        }\r\n    });\r\n    gsap.set(items, { x: 0 });\r\n    totalWidth =\r\n        items[length - 1].offsetLeft +\r\n        (xPercents[length - 1] \/ 100) * widths[length - 1] -\r\n        startX +\r\n        items[length - 1].offsetWidth *\r\n            gsap.getProperty(items[length - 1], \"scaleX\") +\r\n        (parseFloat(config.paddingRight) || 0);\r\n    for (i = 0; i < length; i++) {\r\n        item = items[i];\r\n        curX = (xPercents[i] \/ 100) * widths[i];\r\n        distanceToStart = item.offsetLeft + curX - startX;\r\n        distanceToLoop =\r\n            distanceToStart + widths[i] * gsap.getProperty(item, \"scaleX\");\r\n        tl.to(\r\n            item,\r\n            {\r\n                xPercent: snap(((curX - distanceToLoop) \/ widths[i]) * 100),\r\n                duration: distanceToLoop \/ pixelsPerSecond\r\n            },\r\n            0\r\n        )\r\n            .fromTo(\r\n                item,\r\n                {\r\n                    xPercent: snap(\r\n                        ((curX - distanceToLoop + totalWidth) \/ widths[i]) * 100\r\n                    )\r\n                },\r\n                {\r\n                    xPercent: xPercents[i],\r\n                    duration:\r\n                        (curX - distanceToLoop + totalWidth - curX) \/\r\n                        pixelsPerSecond,\r\n                    immediateRender: false\r\n                },\r\n                distanceToLoop \/ pixelsPerSecond\r\n            )\r\n            .add(\"label\" + i, distanceToStart \/ pixelsPerSecond);\r\n        times[i] = distanceToStart \/ pixelsPerSecond;\r\n    }\r\n    function toIndex(index, vars) {\r\n        vars = vars || {};\r\n        Math.abs(index - curIndex) > length \/ 2 &&\r\n            (index += index > curIndex ? -length : length); \/\/ always go in the shortest direction\r\n        let newIndex = gsap.utils.wrap(0, length, index),\r\n            time = times[newIndex];\r\n        if (time > tl.time() !== index > curIndex) {\r\n            \/\/ if we're wrapping the timeline's playhead, make the proper adjustments\r\n            vars.modifiers = { time: gsap.utils.wrap(0, tl.duration()) };\r\n            time += tl.duration() * (index > curIndex ? 1 : -1);\r\n        }\r\n        curIndex = newIndex;\r\n        vars.overwrite = true;\r\n        return tl.tweenTo(time, vars);\r\n    }\r\n    tl.next = (vars) => toIndex(curIndex + 1, vars);\r\n    tl.previous = (vars) => toIndex(curIndex - 1, vars);\r\n    tl.current = () => curIndex;\r\n    tl.toIndex = (index, vars) => toIndex(index, vars);\r\n    tl.times = times;\r\n    if (config.reversed) {\r\n        tl.vars.onReverseComplete();\r\n        tl.reverse();\r\n    }\r\n    return tl;\r\n}        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f413e7 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"5f413e7\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-fbc7184\" data-id=\"fbc7184\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c69971e e-flex e-con-boxed e-con e-parent\" data-id=\"c69971e\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b1f1b9 elementor-widget elementor-widget-text-editor\" data-id=\"7b1f1b9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Postar\u00e1me se o v\u00e1\u0161 projekt a zajist\u00edme jeho r\u016fst t\u00edm, \u017ee v\u00e1m pom\u016f\u017eeme s:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-410d34f elementor-widget elementor-widget-ucaddon_text_rotator\" data-id=\"410d34f\" data-element_type=\"widget\" data-widget_type=\"ucaddon_text_rotator.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Text Rotator -->\n\t\t<link id='uc_ac_assets_file_morphext_css_52-css' href='https:\/\/www.randomers.org\/wp-content\/uploads\/ac_assets\/Text Rotator\/morphext.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='uc_ac_assets_file_animate_css_77907-css' href='https:\/\/www.randomers.org\/wp-content\/uploads\/ac_assets\/Text Rotator\/animate.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Text Rotator *\/\n\n#uc_text_rotator_elementor_410d34f span.string\n{\n  display:block;\n} \n\n\n\n<\/style>\n\n<div style=\"text-align:left;\" id=\"uc_text_rotator_elementor_410d34f\">\n  <span class=\"string beginning_text_typography\" ><\/span> \n  <span class=\"string\">\n    <span class=\"js-rotating middle_text_typography\">\n                     Rozvoj obsahu\n\n<span style=\"display: none;\">, Estrategia en comunicaci\u00f3n<\/span>\n\n<span style=\"display: none;\">, Identidad visual<\/span>\n\n<span style=\"display: none;\">, Impresi\u00f3n<\/span>\n\n<span style=\"display: none;\">, Dise\u00f1o gr\u00e1fico<\/span>\n\n<span style=\"display: none;\">, Aplicaciones m\u00f3vil<\/span>\n\n<span style=\"display: none;\">, Tiendas online<\/span>\n\n<span style=\"display: none;\">, Dise\u00f1o y desarrollo web<\/span>\n\n<span style=\"display: none;\">, Organizaci\u00f3n de eventos<\/span>\n\n<span style=\"display: none;\">, Estrategia de marca<\/span>\n\n<span style=\"display: none;\">, Social Media<\/span>\n\n  \n            <\/span>\n  <\/span> \n  <span class=\"string ending_text_typography\"><\/span>\n<\/div>\n<!-- end Text Rotator -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e623d33\" data-id=\"e623d33\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1fe977d elementor-absolute elementor-widget elementor-widget-image\" data-id=\"1fe977d\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_mouse&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_effect&quot;:&quot;yes&quot;,&quot;motion_fx_mouseTrack_direction&quot;:&quot;negative&quot;,&quot;motion_fx_mouseTrack_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;motion_fx_tilt_effect&quot;:&quot;yes&quot;,&quot;motion_fx_tilt_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"600\" height=\"926\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/Imagen1.jpg\" class=\"attachment-full size-full wp-image-2251\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/Imagen1.jpg 600w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/Imagen1-194x300.jpg 194w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/11\/Imagen1-8x12.jpg 8w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d8ba05b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d8ba05b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7251ea7\" data-id=\"7251ea7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3da01b2 elementor-widget elementor-widget-heading\" data-id=\"3da01b2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Projekty<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-59dbbd4\" data-id=\"59dbbd4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4b71e74 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4b71e74\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f637fdc\" data-id=\"f637fdc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a287e83 elementor-posts--align-left elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts\" data-id=\"a287e83\" data-element_type=\"widget\" data-settings=\"{&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:70,&quot;sizes&quot;:[]},&quot;classic_columns&quot;:&quot;2&quot;,&quot;classic_masonry&quot;:&quot;yes&quot;,&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:45,&quot;sizes&quot;:[]},&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"posts.classic\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid\" role=\"list\">\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1204 proyectos type-proyectos status-publish format-standard has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/www.randomers.org\/cs\/proyectos\/spainart\/\" tabindex=\"-1\" >\n\t\t\t<div class=\"elementor-post__thumbnail\"><img decoding=\"async\" width=\"1300\" height=\"750\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Spainart-1.webp\" class=\"attachment-full size-full wp-image-2454\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Spainart-1.webp 1300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Spainart-1-300x173.webp 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Spainart-1-1024x591.webp 1024w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Spainart-1-768x443.webp 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Spainart-1-18x10.webp 18w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/www.randomers.org\/cs\/proyectos\/spainart\/\" >\n\t\t\t\tSpainArt\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-2353 proyectos type-proyectos status-publish format-standard has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/www.randomers.org\/cs\/proyectos\/tritordeum\/\" tabindex=\"-1\" >\n\t\t\t<div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"750\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2023\/03\/Tritordeum-1.webp\" class=\"attachment-full size-full wp-image-2362\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2023\/03\/Tritordeum-1.webp 1300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2023\/03\/Tritordeum-1-300x173.webp 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2023\/03\/Tritordeum-1-1024x591.webp 1024w, https:\/\/www.randomers.org\/wp-content\/uploads\/2023\/03\/Tritordeum-1-768x443.webp 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2023\/03\/Tritordeum-1-18x10.webp 18w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/www.randomers.org\/cs\/proyectos\/tritordeum\/\" >\n\t\t\t\tTritordeum\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-2120 proyectos type-proyectos status-publish format-standard has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/www.randomers.org\/cs\/proyectos\/la-sosenga\/\" tabindex=\"-1\" >\n\t\t\t<div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"750\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Sosenga-1-1.webp\" class=\"attachment-full size-full wp-image-2450\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Sosenga-1-1.webp 1300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Sosenga-1-1-300x173.webp 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Sosenga-1-1-1024x591.webp 1024w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Sosenga-1-1-768x443.webp 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Sosenga-1-1-18x10.webp 18w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/www.randomers.org\/cs\/proyectos\/la-sosenga\/\" >\n\t\t\t\tLa Sosenga\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1049 proyectos type-proyectos status-publish format-standard has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/www.randomers.org\/cs\/proyectos\/ekatlali\/\" tabindex=\"-1\" >\n\t\t\t<div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"750\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Ekatlali-1.webp\" class=\"attachment-full size-full wp-image-2485\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Ekatlali-1.webp 1300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Ekatlali-1-300x173.webp 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Ekatlali-1-1024x591.webp 1024w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Ekatlali-1-768x443.webp 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Ekatlali-1-18x10.webp 18w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/www.randomers.org\/cs\/proyectos\/ekatlali\/\" >\n\t\t\t\tEkatlali\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-2150 proyectos type-proyectos status-publish format-standard has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/www.randomers.org\/cs\/proyectos\/bauplay\/\" tabindex=\"-1\" >\n\t\t\t<div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1300\" height=\"750\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Bauplay.webp\" class=\"attachment-full size-full wp-image-2540\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Bauplay.webp 1300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Bauplay-300x173.webp 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Bauplay-1024x591.webp 1024w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Bauplay-768x443.webp 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2022\/09\/Bauplay-18x10.webp 18w\" sizes=\"(max-width: 1300px) 100vw, 1300px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/www.randomers.org\/cs\/proyectos\/bauplay\/\" >\n\t\t\t\tBauplay\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<article class=\"elementor-post elementor-grid-item post-1018 proyectos type-proyectos status-publish format-standard has-post-thumbnail hentry\" role=\"listitem\">\n\t\t\t\t<a class=\"elementor-post__thumbnail__link\" href=\"https:\/\/www.randomers.org\/cs\/proyectos\/kaluzova\/\" tabindex=\"-1\" >\n\t\t\t<div class=\"elementor-post__thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Kaluzova-1-min.png\" class=\"attachment-full size-full wp-image-1019\" alt=\"\" srcset=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Kaluzova-1-min.png 1920w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Kaluzova-1-min-300x169.png 300w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Kaluzova-1-min-1024x576.png 1024w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Kaluzova-1-min-768x432.png 768w, https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/Kaluzova-1-min-1536x864.png 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/div>\n\t\t<\/a>\n\t\t\t\t<div class=\"elementor-post__text\">\n\t\t\t\t<h3 class=\"elementor-post__title\">\n\t\t\t<a href=\"https:\/\/www.randomers.org\/cs\/proyectos\/kaluzova\/\" >\n\t\t\t\tKaluzova\t\t\t<\/a>\n\t\t<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-159102a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"159102a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f946c86\" data-id=\"f946c86\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f521d8 elementor-widget elementor-widget-heading\" data-id=\"2f521d8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Clients and friends<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a20724e\" data-id=\"a20724e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-be1c537 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"be1c537\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0434747\" data-id=\"0434747\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-746d490 elementor-widget elementor-widget-gallery\" data-id=\"746d490\" data-element_type=\"widget\" data-settings=\"{&quot;gallery_layout&quot;:&quot;justified&quot;,&quot;ideal_row_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;ideal_row_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;ideal_row_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:70,&quot;sizes&quot;:[]},&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:60,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;content_hover_animation&quot;:&quot;enter-from-top&quot;,&quot;lazyload&quot;:&quot;yes&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/CCHC.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/embajada.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/sants.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/fab.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/ajuntament.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/grupoalenth.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/ekatlali.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/made.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/digitals.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"e-gallery-item elementor-gallery-item elementor-animated-content\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/www.randomers.org\/wp-content\/uploads\/2021\/07\/czechtrade.png\" data-width=\"450\" data-height=\"246\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Marquesina Animada randomers. randomers. randomers. randomers. Cuidamos y hacemos crecer tu proyecto ayud\u00e1ndote con: Dise\u00f1o gr\u00e1fico , Estrategia en comunicaci\u00f3n , Desarrollo de contenidos ,<\/p>","protected":false},"author":1,"featured_media":356,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1939","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/pages\/1939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/comments?post=1939"}],"version-history":[{"count":5,"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/pages\/1939\/revisions"}],"predecessor-version":[{"id":2730,"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/pages\/1939\/revisions\/2730"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/media\/356"}],"wp:attachment":[{"href":"https:\/\/www.randomers.org\/cs\/wp-json\/wp\/v2\/media?parent=1939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}