{"id":42,"date":"2025-07-07T11:40:45","date_gmt":"2025-07-07T11:40:45","guid":{"rendered":"https:\/\/byaccuor.articagency.net\/?page_id=42"},"modified":"2025-10-20T13:58:54","modified_gmt":"2025-10-20T13:58:54","slug":"home-general","status":"publish","type":"page","link":"https:\/\/byaccuor.articagency.net\/de","title":{"rendered":"Home general"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"42\" class=\"elementor elementor-42\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05dea9b e-con-full e-flex e-con e-parent\" data-id=\"05dea9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-38895fe e-con-full e-flex e-con e-child\" data-id=\"38895fe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=7HeGRoqdLsM&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-video-embed\" role=\"presentation\"><\/div>\n\t\t\t\t\t\t<\/div><div class=\"elementor-element elementor-element-7f23bbd e-con-full e-flex e-con e-child\" data-id=\"7f23bbd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b7735f elementor-widget-tablet__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"8b7735f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Descubre una experiencia pensada para ti.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c76e042 hoverable elementor-widget elementor-widget-html\" data-id=\"c76e042\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  .dropdown-container {\r\n    position: relative;\r\n    display: inline-block;\r\n    font-family: sans-serif;\r\n  }\r\n\r\n  .dropdown-btn {\r\n    padding: 10px 20px;\r\n    border: 1px solid white;\r\n    border-radius: 999px;\r\n    background: transparent !important;\r\n    color: white !important;\r\n    cursor: pointer;\r\n    font-size: 25px;\r\n    transition: all 0.3s ease;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n  }\r\n\r\n  .dropdown-btn:hover {\r\n    background: white !important;\r\n    color: black !important;\r\n    border-color: white;\r\n  }\r\n\r\n  .custom-icon {\r\n    width: 25px;\r\n    height: 25px;\r\n    fill: currentColor;\r\n    transition: fill 0.3s ease;\r\n  }\r\n\r\n  .dropdown-menu {\r\n    display: none;\r\n    position: absolute;\r\n    bottom: 110%;\r\n    left: 0;\r\n    background-color: #222;\r\n    border: 1px solid white;\r\n    border-radius: 8px;\r\n    min-width: 150px;\r\n    z-index: 1000;\r\n  }\r\n\r\n  .dropdown-item {\r\n    padding: 10px 15px;\r\n    cursor: pointer;\r\n    color: white;\r\n  }\r\n\r\n  .dropdown-item:hover {\r\n    background-color: #444;\r\n  }\r\n\r\n  \/* Efecte m\u00e0quina d'escriure *\/\r\n  #typed-text::after {\r\n    content: '|';\r\n    animation: blink 0.8s infinite;\r\n    margin-left: 2px;\r\n  }\r\n\r\n  @keyframes blink {\r\n    0%, 100% { opacity: 1; }\r\n    50% { opacity: 0; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"dropdown-container\">\r\n  <button class=\"dropdown-btn\" id=\"dropdown-toggle\">\r\n    Soy <span id=\"typed-text\"><\/span>\r\n    <svg class=\"custom-icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 175.7 175.4\" width=\"25\" height=\"25\">\r\n      <polygon fill=\"currentColor\" points=\"0 155.1 126.1 29 10.6 28.9 11.1 0 175.7 .1 175.4 164.4 146.5 164.8 146.4 49.3 20.3 175.4 0 155.1\"\/>\r\n    <\/svg>\r\n  <\/button>\r\n  <div class=\"dropdown-menu\" id=\"dropdown-menu\">\r\n    <div class=\"dropdown-item\"><a href=\"https:\/\/byaccuor.articagency.net\/de\/distribuidor\/\">Distribuidor<\/a><\/div>\r\n    <div class=\"dropdown-item\"><a href=\"https:\/\/byaccuor.articagency.net\/de\/profesional\/\">Profesional<\/a><\/div>\r\n    <div class=\"dropdown-item\"><a href=\"https:\/\/byaccuor.articagency.net\/de\/consumidor\/\">Particular<\/a><\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n  const words = [\"distribuidor\", \"profesional\", \"particular\"];\r\n  let wordIndex = 0;\r\n  let charIndex = 0;\r\n  let typing = true;\r\n  let stopTyping = false;\r\n\r\n  const typedText = document.getElementById(\"typed-text\");\r\n  const dropdownToggle = document.getElementById(\"dropdown-toggle\");\r\n  const dropdownMenu = document.getElementById(\"dropdown-menu\");\r\n  const dropdownItems = document.querySelectorAll(\".dropdown-item\");\r\n\r\n  \/\/ ANIMACI\u00d3 DE TEXT\r\n  function typeEffect() {\r\n    if (stopTyping) return;\r\n\r\n    const currentWord = words[wordIndex];\r\n\r\n    if (typing) {\r\n      if (charIndex < currentWord.length) {\r\n        typedText.textContent += currentWord.charAt(charIndex);\r\n        charIndex++;\r\n        setTimeout(typeEffect, 100);\r\n      } else {\r\n        typing = false;\r\n        setTimeout(typeEffect, 1500);\r\n      }\r\n    } else {\r\n      if (charIndex > 0) {\r\n        typedText.textContent = currentWord.substring(0, charIndex - 1);\r\n        charIndex--;\r\n        setTimeout(typeEffect, 50);\r\n      } else {\r\n        typing = true;\r\n        wordIndex = (wordIndex + 1) % words.length;\r\n        setTimeout(typeEffect, 300);\r\n      }\r\n    }\r\n  }\r\n\r\n  typeEffect();\r\n\r\n  \/\/ MOSTRAR \/ AMAGAR MEN\u00da\r\n  dropdownToggle.addEventListener(\"click\", (e) => {\r\n    e.stopPropagation();\r\n    dropdownMenu.style.display = dropdownMenu.style.display === \"block\" ? \"none\" : \"block\";\r\n  });\r\n\r\n  \/\/ OPCIONS DEL MEN\u00da\r\n  dropdownItems.forEach(item => {\r\n    item.addEventListener(\"click\", () => {\r\n      stopTyping = true;\r\n      typedText.textContent = item.textContent;\r\n      dropdownMenu.style.display = \"none\";\r\n    });\r\n  });\r\n\r\n  \/\/ TANCAR SI ES CLICA FORA\r\n  window.addEventListener(\"click\", (e) => {\r\n    if (!e.target.closest(\".dropdown-container\")) {\r\n      dropdownMenu.style.display = \"none\";\r\n    }\r\n  });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-345f149 e-con-full e-flex e-con e-child\" data-id=\"345f149\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1c81e2 elementor-widget elementor-widget-text-editor\" data-id=\"d1c81e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>GLORIA<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a4e64c e-con-full e-flex e-con e-parent\" data-id=\"1a4e64c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45d815e elementor-widget elementor-widget-html\" data-id=\"45d815e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  #particles-debug {\r\n    position: absolute;\r\n    top: 0; left: 0;\r\n    width: 100%;\r\n    height: 200px;         \/* C\u00e1mbialo luego a 100% si tu secci\u00f3n fija la altura *\/\r\n    pointer-events: none;\r\n    z-index: 0;\r\n    background: transparent;\r\n  }\r\n<\/style>\r\n\r\n<canvas id=\"particles-debug\"><\/canvas>\r\n\r\n<script>\r\n(function(){\r\n  const canvas = document.getElementById('particles-debug');\r\n  const ctx    = canvas.getContext('2d');\r\n  let W, H;\r\n  function resize(){\r\n    W = canvas.width  = canvas.clientWidth;\r\n    H = canvas.height = canvas.clientHeight;\r\n  }\r\n  window.addEventListener('resize', resize);\r\n  resize();\r\n\r\n  \/\/ \u2190 AJUSTA ESTOS VALORES \u2193\u2193\u2193\r\n  const PARTICLE_COUNT = 50;     \/\/ <-- cu\u00e1ntas part\u00edculas\r\n  const SPEED_FACTOR   = 0.14;    \/\/ <-- controla la velocidad m\u00e1xima (0.01 muy lento, 0.1 muy r\u00e1pido)\r\n\r\n  \/\/ resto del setup\r\n  const particles = Array.from({length: PARTICLE_COUNT}, () => {\r\n    const xFrac = 1 - Math.random()**2;\r\n    const yFrac =     Math.random()**2;\r\n    return {\r\n      x:    xFrac * W,\r\n      y:    yFrac * H,\r\n      vx:  (Math.random() - 0.5) * SPEED_FACTOR,\r\n      vy:  (Math.random() - 0.5) * SPEED_FACTOR,\r\n      r:   Math.random() * 1.2 + 0.3,\r\n      a:   Math.random() * 0.5 + 0.2\r\n    };\r\n  });\r\n\r\n  (function animate(){\r\n    ctx.clearRect(0, 0, W, H);\r\n    particles.forEach(p => {\r\n      p.x += p.vx; p.y += p.vy;\r\n      if (p.x < 0) p.x = W;\r\n      if (p.x > W) p.x = 0;\r\n      if (p.y < 0) p.y = H;\r\n      if (p.y > H) p.y = 0;\r\n      ctx.beginPath();\r\n      ctx.arc(p.x, p.y, p.r, 0, Math.PI * 2);\r\n      ctx.fillStyle = `rgba(0,0,0,${p.a})`;\r\n      ctx.fill();\r\n    });\r\n    requestAnimationFrame(animate);\r\n  })();\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f9d885c e-flex e-con-boxed e-con e-parent\" data-id=\"f9d885c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9f5c1e8 e-flex e-con-boxed e-con e-child\" data-id=\"9f5c1e8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7b4da5 elementor-widget elementor-widget-heading\" data-id=\"e7b4da5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">El origen de una idea TRANSFORMADORA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c3679ef e-con-full e-flex e-con e-child\" data-id=\"c3679ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-25c82a3 e-con-full e-flex e-con e-child\" data-id=\"25c82a3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-f9db92e e-con-full e-flex e-con e-child\" data-id=\"f9db92e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2fa206 elementor-widget elementor-widget-text-editor\" data-id=\"e2fa206\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t2004 -2026\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51ec503 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"51ec503\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a4eaa51 e-con-full e-flex e-con e-child\" data-id=\"a4eaa51\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2269b elementor-widget elementor-widget-text-editor\" data-id=\"5f2269b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0a8c4fe e-con-full e-flex e-con e-child\" data-id=\"0a8c4fe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-106af8f elementor-mobile-align-justify elementor-widget-mobile__width-inherit hoverable elementor-widget elementor-widget-button\" data-id=\"106af8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_1\" viewbox=\"0 0 175.7 175.4\"><defs><style>      .st0 {        fill: currentColor;      }    <\/style><\/defs><polygon class=\"st0\" points=\"0 155.1 126.1 29 10.6 28.9 11.1 0 175.7 .1 175.4 164.4 146.5 164.8 146.4 49.3 20.3 175.4 0 155.1\"><\/polygon><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Aprende byaccuor<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b4aba9d e-con-full e-flex e-con e-child\" data-id=\"b4aba9d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\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<div class=\"elementor-element elementor-element-0ed5426 e-flex e-con-boxed e-con e-parent\" data-id=\"0ed5426\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0feb910 e-con-full e-flex e-con e-child\" data-id=\"0feb910\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a47ffbd e-con-full e-flex e-con e-child\" data-id=\"a47ffbd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-43699b0 elementor-widget elementor-widget-heading\" data-id=\"43699b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Tecnolog\u00eda que CUIDA<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3b618c2 e-con-full e-flex e-con e-child\" data-id=\"3b618c2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0d7280 elementor-widget elementor-widget-text-editor\" data-id=\"a0d7280\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-311b993 e-con-full e-flex e-con e-child\" data-id=\"311b993\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-301989f e-con-full e-flex e-con e-child\" data-id=\"301989f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9fd8543 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9fd8543\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b39e3c4 elementor-widget elementor-widget-text-editor\" data-id=\"b39e3c4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Tecnolog\u00eda Creativa<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b81dd9 elementor-widget elementor-widget-text-editor\" data-id=\"7b81dd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36b9cae e-con-full e-flex e-con e-child\" data-id=\"36b9cae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e85e37f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e85e37f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a277f2 elementor-widget elementor-widget-text-editor\" data-id=\"4a277f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Tecnolog\u00eda Creativa<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d801e8f elementor-widget elementor-widget-text-editor\" data-id=\"d801e8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-390a1e7 e-con-full e-flex e-con e-child\" data-id=\"390a1e7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27001c8 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"27001c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7ec9f5 elementor-widget elementor-widget-text-editor\" data-id=\"b7ec9f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Tecnolog\u00eda Creativa<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a824e1 elementor-widget elementor-widget-text-editor\" data-id=\"9a824e1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8a24cbc e-con-full e-flex e-con e-child\" data-id=\"8a24cbc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9140de7 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"9140de7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-992254a elementor-widget elementor-widget-text-editor\" data-id=\"992254a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Tecnolog\u00eda Creativa<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12a5919 elementor-widget elementor-widget-text-editor\" data-id=\"12a5919\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-989b560 e-con-full e-flex e-con e-child\" data-id=\"989b560\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\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<div class=\"elementor-element elementor-element-dea022c e-flex e-con-boxed e-con e-parent\" data-id=\"dea022c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-db6823f e-con-full e-flex e-con e-child\" data-id=\"db6823f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-ad05390 e-con-full e-flex e-con e-child\" data-id=\"ad05390\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-abd5993 elementor-widget elementor-widget-heading\" data-id=\"abd5993\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Descubre la experiencia byAccuor<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-78ba7aa e-con-full e-flex e-con e-child\" data-id=\"78ba7aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da49e47 hoverable elementor-widget elementor-widget-button\" data-id=\"da49e47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_1\" viewbox=\"0 0 175.7 175.4\"><defs><style>      .st0 {        fill: currentColor;      }    <\/style><\/defs><polygon class=\"st0\" points=\"0 155.1 126.1 29 10.6 28.9 11.1 0 175.7 .1 175.4 164.4 146.5 164.8 146.4 49.3 20.3 175.4 0 155.1\"><\/polygon><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Aprende byaccuor<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4666a42 e-con-full e-flex e-con e-child\" data-id=\"4666a42\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-8140a3e e-con-full e-flex e-con e-child\" data-id=\"8140a3e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42fee30 elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"42fee30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items\"><div class=\"vertical-slider\">\n        <!-- Barra lateral (track y bar) -->\n        <div class=\"slider-track\">\n            <div class=\"slider-bar\"><\/div>\n        <\/div>\n        \n        <!-- Items -->\n        <div class=\"slider-items\"><div class=\"jet-listing-dynamic-repeater__item\"><div class=\"item\" data-index=\"5\" id=\"item_5\">\n                <div class=\"icon\">\n                  <img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/icon-3-1.svg\" alt=\"icono\">\n                <\/div>\n                <div class=\"content\">\n                    <h3>A trav\u00e9s de asociaciones estrat\u00e9gicas<\/h3>\n                    <p>Alianzas poderosas con marcas de mobiliario de cocina de alto valor a\u00f1adido<\/p>\n                <\/div>\n<\/div><\/div><div class=\"jet-listing-dynamic-repeater__item\"><div class=\"item\" data-index=\"4\" id=\"item_4\">\n                <div class=\"icon\">\n                  <img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/icon-3-1.svg\" alt=\"icono\">\n                <\/div>\n                <div class=\"content\">\n                    <h3>Por nuestras acciones de comunicaci\u00f3n<\/h3>\n                    <p>Con\u00e9ctate con la revoluci\u00f3n del agua<\/p>\n                <\/div>\n<\/div><\/div><div class=\"jet-listing-dynamic-repeater__item\"><div class=\"item\" data-index=\"3\" id=\"item_3\">\n                <div class=\"icon\">\n                  <img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/icon-2-1.svg\" alt=\"icono\">\n                <\/div>\n                <div class=\"content\">\n                    <h3>Por nuestros propios clientes y usuarios<\/h3>\n                    <p>Testimonios reales, satisfacci\u00f3n garantizada<\/p>\n                <\/div>\n<\/div><\/div><div class=\"jet-listing-dynamic-repeater__item\"><div class=\"item\" data-index=\"2\" id=\"item_2\">\n                <div class=\"icon\">\n                  <img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/icon-3-1.svg\" alt=\"icono\">\n                <\/div>\n                <div class=\"content\">\n                    <h3>Por estudios de dise\u00f1o de cocinas<\/h3>\n                    <p>Descubre la elegancia funcional en acci\u00f3n<\/p>\n                <\/div>\n<\/div><\/div><div class=\"jet-listing-dynamic-repeater__item\"><div class=\"item\" data-index=\"1\" id=\"item_1\">\n                <div class=\"icon\">\n                  <img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/icono-1-1.svg\" alt=\"icono\">\n                <\/div>\n                <div class=\"content\">\n                    <h3>Por arquitectos e interioristas<\/h3>\n                    <p>Innovaci\u00f3n y estilo recomendados por expertos<\/p>\n                <\/div>\n<\/div><\/div>    <\/div>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4cc97a elementor-widget elementor-widget-html\" data-id=\"d4cc97a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n\r\n\r\n.vertical-slider {\r\n    position: relative;\r\n    width: 600px;\r\n    height: 540px; \/* Altura para mostrar exactamente 3 items (150px cada uno) *\/\r\n    display: flex;\r\n    padding: 20px;\r\n    box-sizing: border-box;\r\n    overflow: hidden;\r\n}\r\n\r\n.slider-track {\r\n    position: absolute;\r\n    left: 30px; \/* Alineado a la izquierda *\/\r\n    top: 20px; \/* Ajusta seg\u00fan el padding *\/\r\n    height: calc(100% - 40px); \/* Altura del track ajustada al contenedor visible *\/\r\n    width: 2px;\r\n    background: #ccc; \/* L\u00ednea delgada como en la imagen *\/\r\n    z-index: 1;\r\n}\r\n\r\n.slider-bar {\r\n    position: absolute;\r\n    left: 0px; \/* Centrado en el track *\/\r\n    width: 2px;\r\n    background: #333; \/* Color oscuro para la barra activa *\/\r\n    transition: top 0.3s ease; \/* Transici\u00f3n suave al moverse (reducida para mejor respuesta) *\/\r\n    border-radius: 6px;\r\n    \/* La altura y top se setean en JS *\/\r\n}\r\n\r\n.slider-items {\r\n    display: flex;\r\n    flex-direction: column;\r\n    width: 100%;\r\n    height: 100%;\r\n    margin-left: 60px; \/* Espacio para la barra e iconos *\/\r\n    overflow-y: scroll; \/* Permite scroll *\/\r\n    scrollbar-width: none; \/* Oculta scrollbar en Firefox *\/\r\n    -ms-overflow-style: none; \/* Oculta en IE\/Edge *\/\r\n    cursor: grab; \/* Cursor para indicar drag *\/\r\n    gap: 30px\r\n}\r\n\r\n.slider-items::-webkit-scrollbar {\r\n    display: none; \/* Oculta scrollbar en Chrome\/Safari *\/\r\n}\r\n\r\n.item {\r\n    display: flex\r\n;\r\n    height: auto;\r\n    min-height: 150px;\r\n    flex-shrink: 0;\r\n    opacity: 0.5;\r\n    transition: opacity 0.5s ease;\r\n    cursor: pointer;\r\n    flex-direction: column;\r\n    align-items: flex-start !important;\r\n    justify-content: center !important;\r\n    gap: 16px;\r\n}\r\n\r\n.item.active {\r\n    opacity: 1; \/* Opacidad completa para activo *\/\r\n}\r\n\r\n.icon {\r\n    margin-right: 20px;\r\n    width: 40px;\r\n    height: 40px;\r\n}\r\n\r\n.content h3 {\r\n    margin: 0;\r\n    font-size: 1.2em;\r\n    color: #333;\r\n}\r\n\r\n.content p {\r\n    margin: 0;\r\n    font-size: .9em;\r\n    color: #666;\r\n}\r\n\r\n\r\n@media (max-width: 600px) {\r\n    .slider-track {\r\n        position: absolute;\r\n        left: 15px;\r\n    }\r\n    .slider-items {\r\n        margin-left: 30px; \r\n    }\r\n}\r\n    <\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97fec06 elementor-widget elementor-widget-html\" data-id=\"97fec06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n        document.addEventListener('DOMContentLoaded', () => {\n    const container = document.querySelector('.slider-items');\n    const items = document.querySelectorAll('.item');\n    const sliderBar = document.querySelector('.slider-bar');\n    let activeIndex = 0;\n    const itemHeight = items[0].offsetHeight; \/\/ Altura de un item\n    const intervalTime = 5000; \/\/ 5 segundos para autom\u00e1tico\n    let autoSlide;\n    let isDown = false;\n    let startY;\n    let scrollTopStart;\n\n    sliderBar.style.height = `${itemHeight}px`; \/\/ Altura fija de la barra\n\n    \/\/ Funci\u00f3n para actualizar posici\u00f3n de la barra basada en la posici\u00f3n visible del item activo\n    function updateBarPosition() {\n        const activeItem = items[activeIndex];\n        const containerRect = container.getBoundingClientRect();\n        const itemRect = activeItem.getBoundingClientRect();\n        const relativeTop = itemRect.top - containerRect.top;\n\n        \/\/ Solo actualiza si el item est\u00e1 visible (parcial o totalmente)\n        if (relativeTop >= -itemHeight && relativeTop < container.clientHeight) {\n            sliderBar.style.top = `${Math.max(0, relativeTop)}px`;\n        }\n    }\n\n    \/\/ Funci\u00f3n para activar un item\n    function activateItem(index) {\n        items.forEach(item => item.classList.remove('active'));\n        items[index].classList.add('active');\n        activeIndex = index;\n\n        \/\/ Scroll suave para traer el item a la vista (m\u00ednimo movimiento, al borde m\u00e1s cercano)\n        container.style.scrollBehavior = 'smooth';\n        container.scrollTop = index * itemHeight;\n\n        \/\/ Actualiza la barra despu\u00e9s de un delay (para scroll smooth) y durante scroll\n        setTimeout(updateBarPosition, 600); \/\/ Ajusta si la transici\u00f3n es m\u00e1s larga\n    }\n\n    \/\/ Manual: Click en item (solo si visible, ya que hidden oculta pero scroll permite ver)\n    items.forEach((item, index) => {\n        item.addEventListener('click', () => {\n            clearInterval(autoSlide);\n            activateItem(index);\n            startAutoSlide();\n        });\n    });\n\n    \/\/ Drag con mouse para scroll manual\n    container.addEventListener('mousedown', (e) => {\n        isDown = true;\n        startY = e.pageY - container.offsetTop;\n        scrollTopStart = container.scrollTop;\n        container.style.cursor = 'grabbing';\n        clearInterval(autoSlide); \/\/ Pausa auto durante drag\n    });\n\n    container.addEventListener('mouseleave', () => {\n        isDown = false;\n        container.style.cursor = 'grab';\n    });\n\n    container.addEventListener('mouseup', () => {\n        isDown = false;\n        container.style.cursor = 'grab';\n        startAutoSlide(); \/\/ Reinicia auto despu\u00e9s de drag\n    });\n\n    container.addEventListener('mousemove', (e) => {\n        if (!isDown) return;\n        e.preventDefault();\n        const y = e.pageY - container.offsetTop;\n        const walk = (y - startY) * 2; \/\/ Velocidad de scroll (ajusta si quieres m\u00e1s\/menos sensible)\n        container.scrollTop = scrollTopStart - walk;\n    });\n\n    \/\/ Actualiza barra durante scroll (manual o auto)\n    container.addEventListener('scroll', updateBarPosition);\n\n    \/\/ Autom\u00e1tico: Cambiar cada intervalTime\n    function startAutoSlide() {\n        autoSlide = setInterval(() => {\n            let nextIndex = (activeIndex + 1) % items.length;\n            activateItem(nextIndex);\n        }, intervalTime);\n    }\n\n    \/\/ Iniciar con el primero activo\n    activateItem(0);\n    startAutoSlide();\n    updateBarPosition(); \/\/ Inicial\n});\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abd9c1c elementor-widget elementor-widget-html\" data-id=\"abd9c1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n    const items = document.querySelectorAll('.item');\r\n    const observer = new MutationObserver((mutations) => {\r\n        mutations.forEach((mutation) => {\r\n            if (mutation.attributeName === 'class') {\r\n                const item = mutation.target;\r\n                if (item.classList.contains('active')) {\r\n                    const activeId = item.getAttribute('id'); \/\/ Usar el atributo ID en lugar de data-index\r\n\r\n                    \/\/ Seleccionar la imagen correspondiente usando el ID\r\n                    const image = document.querySelector(`.imagen-card[id=\"${activeId}\"]`);\r\n\r\n                    \/\/ Resetear todas las im\u00e1genes\r\n                    document.querySelectorAll('.imagen-card').forEach(img => {\r\n                        img.style.display = 'none';\r\n                        img.style.opacity = '0';\r\n                        img.style.transition = 'opacity 1.2s ease';\r\n                    });\r\n\r\n                    \/\/ Mostrar la imagen del item activo\r\n                    if (image) {\r\n                        image.style.display = 'block';\r\n                        setTimeout(() => {\r\n                            image.style.opacity = '1';\r\n                        }, 10);\r\n                    }\r\n\r\n                    \/\/ Asegurar que la primera imagen (id del primer item) siempre se muestre inicialmente\r\n                    const firstItem = items[0];\r\n                    const firstImage = document.querySelector(`.imagen-card[id=\"${firstItem.getAttribute('id')}\"]`);\r\n                    if (firstImage && !document.querySelector('.item.active')) {\r\n                        firstImage.style.display = 'block';\r\n                        firstImage.style.opacity = '1';\r\n                    }\r\n                }\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Observar cambios en las clases de todos los items\r\n    items.forEach(item => {\r\n        observer.observe(item, { attributes: true, attributeFilter: ['class'] });\r\n    });\r\n\r\n    \/\/ Asegurar que la primera imagen se muestre al cargar\r\n    const firstItem = items[0];\r\n    const firstImage = document.querySelector(`.imagen-card[id=\"${firstItem.getAttribute('id')}\"]`);\r\n    if (firstImage) {\r\n        firstImage.style.display = 'block';\r\n        firstImage.style.opacity = '1';\r\n    }\r\n});\r\n    <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7447cd6 e-con-full e-flex e-con e-child\" data-id=\"7447cd6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-908f94d elementor-widget__width-initial elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"908f94d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items\"><div class=\"jet-listing-dynamic-repeater__item\"><img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/accuor-aguas.jpg\" alt=\"A trav\u00e9s de asociaciones estrat\u00e9gicas\" class=\"imagen-card\" id=\"item_5\"><\/div><div class=\"jet-listing-dynamic-repeater__item\"><img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/accuor-waters.jpg\" alt=\"Por nuestras acciones de comunicaci\u00f3n\" class=\"imagen-card\" id=\"item_4\"><\/div><div class=\"jet-listing-dynamic-repeater__item\"><img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/accuor-waranty.jpg\" alt=\"Por nuestros propios clientes y usuarios\" class=\"imagen-card\" id=\"item_3\"><\/div><div class=\"jet-listing-dynamic-repeater__item\"><img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/accuor-watt-1.jpg\" alt=\"Por estudios de dise\u00f1o de cocinas\" class=\"imagen-card\" id=\"item_2\"><\/div><div class=\"jet-listing-dynamic-repeater__item\"><img decoding=\"async\" src=\"http:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/accuor-wat.jpg\" alt=\"Por arquitectos e interioristas\" class=\"imagen-card\" id=\"item_1\"><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-86684cd e-flex e-con-boxed e-con e-parent\" data-id=\"86684cd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d03e6ed e-con-full e-flex e-con e-child\" data-id=\"d03e6ed\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14e81e8 elementor-widget elementor-widget-heading\" data-id=\"14e81e8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Cinco caminos, una sola ESENCIA<\/h2>\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<div class=\"elementor-element elementor-element-dce2cb4 e-con-full e-flex e-con e-parent\" data-id=\"dce2cb4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<a class=\"elementor-element elementor-element-fd4d5e1 e-con-full menu-card e-flex e-con e-child\" data-id=\"fd4d5e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1cd5440 e-con-full menu-card__img e-flex e-con e-child\" data-id=\"1cd5440\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-64512a7 menu-item__img elementor-widget elementor-widget-image\" data-id=\"64512a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-1024x683.png\" class=\"attachment-large size-large wp-image-274\" alt=\"\" srcset=\"https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-1024x683.png 1024w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-300x200.png 300w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-768x512.png 768w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-1536x1025.png 1536w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-2048x1366.png 2048w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/07\/base1-18x12.png 18w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f0e8a5f elementor-absolute menu-card__title elementor-widget elementor-widget-heading\" data-id=\"f0e8a5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Salud<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7434602 e-con-full menu-card__overlay e-flex e-con e-child\" data-id=\"7434602\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b05fb07 elementor-absolute menu-item__icon elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"b05fb07\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_1\" viewbox=\"0 0 175.7 175.4\"><defs><style>      .st0 {        fill: currentColor;      }    <\/style><\/defs><polygon class=\"st0\" points=\"0 155.1 126.1 29 10.6 28.9 11.1 0 175.7 .1 175.4 164.4 146.5 164.8 146.4 49.3 20.3 175.4 0 155.1\"><\/polygon><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8b0056 elementor-absolute menu-item__desc elementor-widget elementor-widget-text-editor\" data-id=\"b8b0056\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61cde49 e-flex e-con-boxed e-con e-parent\" data-id=\"61cde49\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d0c9223 e-con-full e-flex e-con e-child\" data-id=\"d0c9223\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-62a86a1 e-con-full e-flex e-con e-child\" data-id=\"62a86a1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f26ee88 elementor-widget elementor-widget-heading\" data-id=\"f26ee88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u00daNETE a la comunidad de byAccuor<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-383b0a3 elementor-widget elementor-widget-text-editor\" data-id=\"383b0a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7db883d e-con-full e-flex e-con e-child\" data-id=\"7db883d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-783227e hoverable elementor-widget elementor-widget-button\" data-id=\"783227e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Capa_1\" viewbox=\"0 0 175.7 175.4\"><defs><style>      .st0 {        fill: currentColor;      }    <\/style><\/defs><polygon class=\"st0\" points=\"0 155.1 126.1 29 10.6 28.9 11.1 0 175.7 .1 175.4 164.4 146.5 164.8 146.4 49.3 20.3 175.4 0 155.1\"><\/polygon><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Te guiamos<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f150e24 e-con-full e-flex e-con e-child\" data-id=\"f150e24\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cba03c elementor-widget elementor-widget-global elementor-global-852 elementor-widget-hotspot\" data-id=\"2cba03c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;hotspot&quot;:[{&quot;_id&quot;:&quot;3078f33&quot;,&quot;hotspot_custom_size&quot;:&quot;&quot;,&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;Espa\\u00f1a&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;i class=\\&quot;far fa-building\\&quot; aria-hidden=\\&quot;true\\&quot;&gt;&lt;\\\/i&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:41,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:33,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;Colombia&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:54,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;_id&quot;:&quot;8c67864&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;Estados unido&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:18,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:31,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;_id&quot;:&quot;47cd116&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;Jap\\u00f3n&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:81,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:33,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;_id&quot;:&quot;a44a7f3&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;Australia&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:88,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:74,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;_id&quot;:&quot;c6b1e24&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;\\u00c1frica&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:51,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:54,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;_id&quot;:&quot;cda6a15&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null},{&quot;hotspot_tooltip_content&quot;:&quot;&lt;p&gt;&lt;strong&gt;Rusia&lt;\\\/strong&gt;&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 1&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 1&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 2&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 2&lt;\\\/p&gt;&lt;p&gt;&lt;strong&gt;Empresa:&lt;\\\/strong&gt; Industria 3&lt;br \\\/&gt;&lt;strong&gt;Ciudad:&lt;\\\/strong&gt; Ciudad 3&lt;\\\/p&gt;&quot;,&quot;hotspot_offset_x&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:69,&quot;sizes&quot;:[]},&quot;hotspot_offset_y&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:17,&quot;sizes&quot;:[]},&quot;hotspot_tooltip_position&quot;:&quot;&quot;,&quot;_id&quot;:&quot;8710491&quot;,&quot;hotspot_label&quot;:&quot;&quot;,&quot;hotspot_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;hotspot_icon&quot;:{&quot;value&quot;:&quot;&quot;,&quot;library&quot;:&quot;&quot;},&quot;hotspot_icon_position&quot;:null,&quot;hotspot_icon_spacing&quot;:null,&quot;hotspot_custom_size&quot;:&quot;no&quot;,&quot;hotspot_width&quot;:null,&quot;hotspot_height&quot;:null,&quot;hotspot_horizontal&quot;:&quot;left&quot;,&quot;hotspot_vertical&quot;:&quot;top&quot;,&quot;hotspot_position&quot;:null,&quot;hotspot_tooltip_width&quot;:null,&quot;hotspot_tooltip_text_wrap&quot;:null}],&quot;tooltip_trigger&quot;:&quot;mouseenter&quot;,&quot;tooltip_animation&quot;:&quot;e-hotspot--fade-direction&quot;,&quot;tooltip_position&quot;:&quot;top&quot;}\" data-widget_type=\"hotspot.default\">\n\t\t\t\t\t<img decoding=\"async\" width=\"1215\" height=\"394\" src=\"https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/mapa-mundial-2.png\" class=\"attachment-full size-full wp-image-978\" alt=\"\" srcset=\"https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/mapa-mundial-2.png 1215w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/mapa-mundial-2-300x97.png 300w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/mapa-mundial-2-1024x332.png 1024w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/mapa-mundial-2-768x249.png 768w, https:\/\/byaccuor.articagency.net\/wp-content\/uploads\/2025\/09\/mapa-mundial-2-18x6.png 18w\" sizes=\"(max-width: 1215px) 100vw, 1215px\" \/>\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-3078f33  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>Espa\u00f1a<\/strong><\/p><p><i class=\"far fa-building\" aria-hidden=\"true\"><\/i><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-8c67864  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>Colombia<\/strong><\/p><p><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-47cd116  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>Estados unido<\/strong><\/p><p><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-a44a7f3  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>Jap\u00f3n<\/strong><\/p><p><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-c6b1e24  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>Australia<\/strong><\/p><p><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-cda6a15  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>\u00c1frica<\/strong><\/p><p><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<div class=\"e-hotspot elementor-repeater-item-8710491  e-hotspot--position-left e-hotspot--position-top   e-hotspot--circle\">\n\n\t\t\t\t\t\t\t\t<div class=\"e-hotspot__button e-hotspot--expand\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__outer-circle\"><\/div>\n\t\t\t\t\t\t<div class=\"e-hotspot__inner-circle\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__direction-mask e-hotspot--tooltip-position\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"e-hotspot__tooltip   e-hotspot--fade-direction\" >\n\t\t\t\t\t\t<p><strong>Rusia<\/strong><\/p><p><strong>Empresa:<\/strong> Industria 1<br \/><strong>Ciudad:<\/strong> Ciudad 1<\/p><p><strong>Empresa:<\/strong> Industria 2<br \/><strong>Ciudad:<\/strong> Ciudad 2<\/p><p><strong>Empresa:<\/strong> Industria 3<br \/><strong>Ciudad:<\/strong> Ciudad 3<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\n\t\t\t<\/div>\n\n\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74078df e-con-full e-flex e-con e-child\" data-id=\"74078df\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f37aed1 elementor-widget-tablet__width-initial elementor-widget elementor-widget-counter\" data-id=\"f37aed1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">T\u00edtulo de n\u00famero<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"20\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">k+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db0ab28 elementor-widget-tablet__width-initial elementor-widget elementor-widget-counter\" data-id=\"db0ab28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">T\u00edtulo de n\u00famero<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"12\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65112a4 elementor-widget-tablet__width-initial elementor-widget elementor-widget-counter\" data-id=\"65112a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">T\u00edtulo de n\u00famero<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"50\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8483115 elementor-widget-tablet__width-initial elementor-widget elementor-widget-counter\" data-id=\"8483115\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t<div class=\"elementor-counter-title\">T\u00edtulo de n\u00famero<\/div>\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"200\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">k+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\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<\/div>","protected":false},"excerpt":{"rendered":"<p>Descubre una experiencia pensada para ti. Soy Distribuidor Profesional Particular GLORIA El origen de una idea TRANSFORMADORA Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. Aprende byaccuor Tecnolog\u00eda que CUIDA Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":287,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-42","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/comments?post=42"}],"version-history":[{"count":374,"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":1713,"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/pages\/42\/revisions\/1713"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/media\/287"}],"wp:attachment":[{"href":"https:\/\/byaccuor.articagency.net\/de\/wp-json\/wp\/v2\/media?parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}