<html data-kantu="1"><head><title>Spotify Jukebox</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" class="favicon-tab" type="image/png" href="/favicon.ico">
<style>
html,
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
-webkit-font-smoothing: antialiased;
}
#dora-root {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
</style>
<style>
#loading {
position: fixed;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background-color: white;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}
#loading img {
width: 58px;
height: 58px;
}
</style>
<script>
window.__ENV = {"RELEASE_VERSION":"da4277c3","BUILD_COMMIT_SHA":"da4277c3992000f3a65a63cac0549c959f97c66d","TARGET":"online","HOME_HOST":"www.dora.run","RUN_HOST":"dora.run","PREVIEW_HOST":"preview.dora.run","SWIMLANE_HOST":"","API_HOST":"api-us.dora.run","NEO_API_HOST":"neo-api.dora.run","CDN_NEO_API_HOST":"cdn-neo-api.dora.run","STATIC_ASSETS_HOST":"cdn-static-e.dora.run","USER_ASSETS_HOST":"cdn-design-e.dora.run","CDN_IMGS_HOST":"cdn-imgs.dora.run","CDN_PUBLIC_DOC_HOST":"cdn-public-document-dora-e.dora.run","REALTIME_HOST":"realtime-next-us.dora.run"};
window.__ASSET_PREFIX = 'https://cdn-static-e.dora.run/dora_runner_web';
window.__ASSET_MANIFEST = {"main.dart.js":"main.dart.ee4468a1.js","threed_renderer/build/editor.js.LICENSE.txt":"threed_renderer.e578ddea/build/editor.js.LICENSE.txt","threed_renderer/build/glbCompress.js":"threed_renderer.e578ddea/build/glbCompress.js","threed_renderer/build/runner.js":"threed_renderer.e578ddea/build/runner.js","threed_renderer/build/editor.js":"threed_renderer.e578ddea/build/editor.js","threed_renderer/build/chunk.bundle.js":"threed_renderer.e578ddea/build/chunk.bundle.js","threed_renderer/build/runner.js.LICENSE.txt":"threed_renderer.e578ddea/build/runner.js.LICENSE.txt","public/error_pages/internal_error.html":"public/error_pages/internal_error.5610c2b8.html","public/error_pages/not_found.html":"public/error_pages/not_found.32a93b53.html","public/previewer.css":"public/previewer.d2c4671b.css","public/loading.gif":"public/loading.6330c237.gif","public/made_in_dora/tag_icon_white.webp":"public/made_in_dora/tag_icon_white.91514bb1.webp","public/made_in_dora/ai_tag_icon_white.png":"public/made_in_dora/ai_tag_icon_white.1717c340.png","public/made_in_dora/tag_icon.png":"public/made_in_dora/tag_icon.9712852f.png","public/made_in_dora/ai_tag_icon.png":"public/made_in_dora/ai_tag_icon.74d52789.png","public/made_in_dora/ai_tag_bg.png":"public/made_in_dora/ai_tag_bg.1ad890be.png","public/previewer.js":"public/previewer.3d926f51.js"};
</script>
<script>
function setCookie(name, value, days) {
var expires = '';
if (days) {
var date = new Date();
date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
expires = '; expires=' + date.toUTCString();
}
let domain = '';
if (window.location.hostname.includes('test.dora.run')) {
domain = '; domain=.test.dora.run';
} else if (window.location.hostname.includes('prerelease.dora.run')) {
domain = '; domain=.prerelease.dora.run';
} else if (window.location.hostname.includes('dora.run')) {
domain = '; domain=.dora.run';
}
document.cookie =
name + '=' + encodeURIComponent(value) + expires + '; path=/' + domain;
}
const utmUrlParamKeys = [
'utm_source',
'utm_medium',
'utm_campaign',
'utm_content',
'utm_term',
];
const doraUrlParamKeys = ['coupon'];
try {
var urlParams = new URLSearchParams(window.location.search);
let pscd = urlParams.get('pscd');
let ps_partner_key = urlParams.get('ps_partner_key');
let ps_xid = urlParams.get('ps_xid');
let gsxid = urlParams.get('gsxid');
let gspk = urlParams.get('gspk');
if (ps_partner_key && ps_xid && gsxid && gspk) {
setCookie('pscd', pscd, 30);
setCookie('ps_partner_key', ps_partner_key, 30);
setCookie('ps_xid', ps_xid, 30);
setCookie('gsxid', gsxid, 30);
setCookie('growSumoPartnerKey', gspk, 30);
setCookie('ps_mode', 'trackingV2', 30);
}
for (const key of utmUrlParamKeys) {
if (urlParams.has(key)) {
setCookie(key, urlParams.get(key), 30);
}
}
for (const urlParamKey of doraUrlParamKeys) {
const key = dora_${urlParamKey};
const value = urlParams.get(urlParamKey);
if (value) setCookie(key, value, 30);
}
} catch (error) {}
</script>
<script src="https://cdn-static-e.dora.run/dora_runner_web/threed_renderer.e578ddea/build/runner.js"></script>
<script defer="" src="https://cdn-static-e.dora.run/dora_runner_web/main.dart.ee4468a1.js"></script>
<script>window.DORA_PROJECT_PREPARATION="{\"summary\":{},\"editorVersion\":\"v2\",\"releaseVersion\":\"852e249f47ebd04fd1e85d06be88bc3d\",\"domain\":\"chopgm85.dora.run\",\"name\":\"Untitled 2\",\"id\":\"2375243\",\"api\":{\"/action\":{\"version\":\"7c5cfd63-6b55-4a6b-9334-0852cd8d72cb\"},\"/project/get\":{\"version\":\"852e249f47ebd04fd1e85d06be88bc3d\"},\"/meta\":{\"version\":\"e10ec9cf-2c31-493e-9292-823d5ae35149\"}}}";</script><script>window.doraAppTitle="App de escritorio para bares que permite a los clientes elegir la música desde su móvil para tener una playlist interactiva en tu local. Funciona con Spotify Premium, se instala en un PC con Windows";</script><!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Spotify Jukebox">
<meta property="og:description" content="Made in Dora">
<meta property="og:image" content="https://cdn-static-e.dora.run/public/image_placeholder.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Spotify Jukebox">
<meta name="twitter:description" content="Made in Dora">
<meta name="twitter:image" content="https://cdn-static-e.dora.run/public/image_placeholder.png">
</head>
<body>
<div id="loading" style="display: none; z-index: 100;">
<picture>
<img src="https://cdn-static-e.dora.run/dora_runner_web/public/loading.6330c237.gif" alt="loading" style="opacity: 1;">
</picture>
</div>
<div id="dora-root"><d-view style="pointer-events: auto; position: absolute; inset: 0px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%;"><d-scrollable style="position: absolute; width: 100%; height: 100%; overflow: auto;"><d-scroll-extent style="position: absolute; width: 100%; height: 5124.38px;"><d-scroll-viewport style="position: sticky; inset: 0px; display: block; overflow: hidden; width: 1096px; height: 911px;"><d-content style="position: absolute; width: 100%; height: 5124.38px; transform: translate3d(0px, 0px, 0px);"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 0px); width: 1111px; height: 5124.38px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 5124px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(253, 254, 255) 0%, rgb(253, 254, 255) 100%); opacity: 1; display: block; transform: translate(0px, 4756.4px); width: 1111px; height: 368px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 368px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(358.1px, 120px); width: 652.859px; height: 147px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 653px; height: 147px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(435.2px, 0px); width: 217.62px; height: 147px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 218px; height: 147px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 131px); width: 60.7969px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">LinkedIn</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 99px); width: 48.6094px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Twitter</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 67px); width: 72.25px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Instagram</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 35px); width: 70.5781px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Facebook</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 66.4219px; height: 15px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 15px; line-height: 100%; font-weight: 600; font-style: normal; text-align: left;">Conecta</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(217.6px, 0px); width: 217.62px; height: 147px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 218px; height: 147px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 131px); width: 55.0938px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Soporte</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 99px); width: 151.812px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Política de privacidad</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 67px); width: 164.062px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Términos y condiciones</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 35px); width: 29.5312px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">FAQ</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 70.8438px; height: 15px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 15px; line-height: 100%; font-weight: 600; font-style: normal; text-align: left;">Recursos</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 0px); width: 217.62px; height: 147px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 218px; height: 147px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 131px); width: 66.75px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Contacto</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 99px); width: 72.4688px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Productos</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 67px); width: 104.938px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Sobre nosotros</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 35px); width: 38.25px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Inicio</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 68.9844px; height: 15px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 15px; line-height: 100%; font-weight: 600; font-style: normal; text-align: left;">Empresa</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(100px, 120px); width: 158.141px; height: 168px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 158px; height: 168px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 136px); width: 158.141px; height: 32px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(173, 160, 99); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">© 2025 MusicFlow, Inc.
All rights reserved.</d-text></d-layout-flex></d-layout-text><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 96px; background: none; height: 96px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/RBNED0Wux4EMXYsQ3aKQYq.png/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 3456px); opacity: 1; display: block; width: 1111px; background: none; height: 1300.33px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/Kxduh47Deh3J5FDkjtcFT2.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 3456px); width: 1111px; height: 1300.33px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 1300px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(83.3px, 972.7px); width: 944.35px; height: 246.611px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 944px; height: 247px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(725.5px, 0px); width: 218.711px; height: 229.611px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 230px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 210.6px); width: 218.711px; height: 18px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 18px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(73.9px, 0px); width: 70.9719px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(207, 205, 212); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: center;">Partner: </d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 218.711px; background: none; height: 210.611px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/JKdBk1f3K72JCWEavftLy8.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(484.5px, 0px); width: 218.711px; height: 228.611px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 229px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 210.6px); width: 218.711px; height: 18px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 18px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(73.9px, 0px); width: 70.9719px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(207, 205, 212); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: center;">Partner: </d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 218.711px; background: none; height: 210.611px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/Jm8pBHEeJQWHghodg1p7pX.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(243.4px, 0px); width: 218.711px; height: 228.611px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 229px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 210.6px); width: 218.711px; height: 18px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 18px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(71.9px, 0px); width: 74.8431px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(207, 205, 212); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: center;">Partner: </d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 218.711px; background: none; height: 210.611px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/4QKvvpQpJdGO7ACrlcHmj.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 0px); width: 218.711px; height: 246.611px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 247px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 210.6px); width: 218.711px; height: 36px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 219px; height: 36px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(73.9px, 0px); width: 70.9719px; height: 36px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(207, 205, 212); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: center;">Partner: Shell</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 218.711px; background: none; height: 210.611px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/FH8teAkxcQhJY3B0lOxmio.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(277px, 797.3px); width: 557px; height: 131.391px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 557px; height: 131px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 108.6px); width: 557px; height: 22.7969px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(196, 196, 198); font-family: Syne; font-size: 19px; line-height: 120%; font-weight: 500; font-style: normal; text-align: center;">Contamos con el apoyo de empresas líderes en el sector</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 557px; height: 75.5938px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(254, 255, 255); font-family: Outfit; font-size: 63px; line-height: 120%; font-weight: 600; font-style: normal; text-align: center;">Nuestros socios</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(496.1px, 155px); width: 468px; height: 349.328px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 468px; height: 349px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 69px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 287.5px); width: 241.391px; height: 61.7969px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 69px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 241px; height: 62px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(47px, 19.5px); width: 147.391px; height: 22.7969px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(144, 145, 152); font-family: Syne; font-size: 19px; line-height: 120%; font-weight: 600; font-style: normal; text-align: center;">Empieza ahora</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 144.8px); width: 468px; height: 91.7812px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(141, 137, 138); font-family: Syne; font-size: 18px; line-height: 170.37%; font-weight: 500; font-style: normal; text-align: left;">Nuestra aplicación de escritorio para bares te brinda la oportunidad de ofrecer a tus clientes una experiencia de escucha única y personalizada</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 350.017px; height: 109.75px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(28, 31, 50); font-family: Outfit; font-size: 56px; line-height: 98.2143%; font-weight: 600; font-style: normal; text-align: left;">Transforma tu bar</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 2673.4px); width: 1111px; height: 782.656px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 783px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(84.5px, 348.2px); width: 942.017px; height: 332.438px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 942px; height: 332px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(737.6px, 0px); width: 204.418px; height: 330.578px;"><d-strokes data-level="2" style="width: 100%; height: 100%; position: absolute; border-radius: 0px; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgb(98, 98, 98);"></d-strokes><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 204px; height: 331px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(25.8px, 171.2px); width: 152.741px; height: 114.375px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(135, 133, 136); font-family: Syne; font-size: 16px; line-height: 143.75%; font-weight: 400; font-style: normal; text-align: center;">Permite a tus clientes elegir la música desde sus smartphones y crea una </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(13.3px, 126px); width: 177.918px; height: 25.2031px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(98, 98, 98); font-family: Syne; font-size: 21px; line-height: 120%; font-weight: 500; font-style: normal; text-align: center;">Gestión desde </d-text></d-layout-flex></d-layout-text><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(70.7px, 39px); opacity: 1; display: block; width: 63px; background: none; height: 63px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/I07qWFx7OoHTRv7Pfut9c.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(489.9px, 0px); width: 206.019px; height: 329.766px;"><d-strokes data-level="2" style="width: 100%; height: 100%; position: absolute; border-radius: 0px; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgb(135, 133, 136);"></d-strokes><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 206px; height: 330px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(22.8px, 170px); width: 160.489px; height: 114.766px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(145, 143, 146); font-family: Syne; font-size: 17px; line-height: 135.294%; font-weight: 400; font-style: normal; text-align: center;">Instala nuestra aplicación de escritorio en un PC con Windows y empieza a </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(10.3px, 126px); width: 185.417px; height: 24px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(135, 133, 136); font-family: Syne; font-size: 20px; line-height: 120%; font-weight: 500; font-style: normal; text-align: center;">Fácil instalación</d-text></d-layout-flex></d-layout-text><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(71.5px, 40px); opacity: 1; display: block; width: 63px; background: none; height: 63px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/FmghvzO4rUbG3vk1u66Gb9.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(244.5px, 0px); width: 205.265px; height: 330.625px;"><d-strokes data-level="2" style="width: 100%; height: 100%; position: absolute; border-radius: 0px; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgb(124, 121, 125);"></d-strokes><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 205px; height: 331px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(25.1px, 195px); width: 155.099px; height: 89.625px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(143, 141, 143); font-family: Syne; font-size: 16px; line-height: 140.625%; font-weight: 400; font-style: normal; text-align: center;">Nuestra aplicación se integra con Spotify Premium para ofrecerte </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(13.3px, 126px); width: 178.665px; height: 48px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(124, 121, 125); font-family: Syne; font-size: 20px; line-height: 120%; font-weight: 500; font-style: normal; text-align: center;">Sincronización con </d-text></d-layout-flex></d-layout-text><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(70.6px, 40px); opacity: 1; display: block; width: 64px; background: none; height: 63px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/CdNIHjemqXLK28UKs5MQF6.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 0px); width: 204.418px; height: 332.438px;"><d-strokes data-level="2" style="width: 100%; height: 100%; position: absolute; border-radius: 0px; box-sizing: border-box; border-width: 1px; border-style: solid; border-color: rgb(102, 101, 104);"></d-strokes><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 204px; height: 332px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(27.4px, 194px); width: 149.654px; height: 93.4375px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(141, 139, 142); font-family: Syne; font-size: 16px; line-height: 146.875%; font-weight: 400; font-style: normal; text-align: center;">Crea una playlist interactiva que involucre a tus clientes y mejore su </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(13.3px, 126px); width: 177.918px; height: 48px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(102, 101, 104); font-family: Syne; font-size: 20px; line-height: 120%; font-weight: 500; font-style: normal; text-align: center;">Música elegida por los </d-text></d-layout-flex></d-layout-text><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(70.2px, 39px); opacity: 1; display: block; width: 64px; background: none; height: 64px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/B1eNP0wZHIaJ6ZWcbJZ2N1.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(57.1px, 120px); width: 996.789px; height: 180.219px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 997px; height: 180px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 129.8px); width: 996.789px; height: 50.4062px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(133, 131, 133); font-family: Syne; font-size: 21px; line-height: 120%; font-weight: 500; font-style: normal; text-align: center;">Nuestra aplicación de escritorio para bares te brinda la oportunidad de ofrecer a tus clientes una experiencia de escucha única y </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 39.4px); width: 996.789px; height: 68.4062px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(40, 41, 57); font-family: Outfit; font-size: 57px; line-height: 120%; font-weight: 600; font-style: normal; text-align: center;">Mejora tu negocio</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 996.789px; height: 20.4062px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(132, 130, 132); font-family: Syne; font-size: 17px; line-height: 120%; font-weight: 400; font-style: normal; text-align: center;">¿Por qué elegir nuestra app?</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(136, 113, 178) 0%, rgb(136, 113, 178) 100%); opacity: 1; display: block; transform: translate(0px, 1964.4px); width: 1111px; height: 708.969px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 709px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 1111px; background: none; height: 708.969px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/Gvx6cwOQaQkJ5rVoOKiaxA.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 0px); width: 1111px; height: 708.969px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 709px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(354px, 323.4px); width: 403px; height: 264.594px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 403px; height: 265px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(28px, 210.6px); width: 354.85px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(97, 93, 97); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Mayor satisfacción de los clientes</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(28px, 175px); width: 354.85px; height: 15.5938px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(169, 168, 168); font-family: Syne; font-size: 13px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Aumento de la interacción</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(28px, 136px); width: 354.85px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(145, 143, 144); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Gestión desde dispositivos móviles</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(28px, 101.4px); width: 354.85px; height: 15.5938px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(108, 105, 109); font-family: Syne; font-size: 13px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Fácil instalación</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(28px, 62.4px); width: 354.85px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(183, 178, 179); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Sincronización con Spotify</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(28px, 20px); width: 354.85px; height: 20.4062px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(159, 156, 161); font-family: Syne; font-size: 17px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Playlist interactiva</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(101.3px, 101px); width: 428px; height: 162.375px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 428px; height: 162px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 33px); width: 428px; height: 129.375px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(254, 253, 254); font-family: Outfit; font-size: 49px; line-height: 132.653%; font-weight: 600; font-style: normal; text-align: left;">Transforma tu bar con música elegida </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 428px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(231, 227, 237); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">Características</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(237, 237, 251) 0%, rgb(237, 237, 251) 100%); opacity: 1; display: block; transform: translate(0px, 1272.9px); width: 1111px; height: 691.547px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 692px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(45.7px, 152px); opacity: 1; display: block; width: 430.512px; background: none; height: 448.451px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/DH4Tw7ohb5vK1BlGwRDJFG.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(576.3px, 112px); width: 428.957px; height: 579.547px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 429px; height: 580px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 15px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 517.8px); width: 219.984px; height: 61.7969px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 15px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 220px; height: 62px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(40px, 19.5px); width: 139.984px; height: 22.7969px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(136, 133, 139); font-family: Syne; font-size: 19px; line-height: 120%; font-weight: 600; font-style: normal; text-align: center;">Descubre más</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 328.6px); width: 428.957px; height: 126.188px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(113, 110, 120); font-family: Syne; font-size: 19px; line-height: 166.667%; font-weight: 500; font-style: normal; text-align: left;">Nuestra aplicación de escritorio para bares te permite ofrecer a tus clientes la posibilidad de elegir la música que se reproduce en tu local a través de Spotify Premium</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 33px); width: 398.887px; height: 266.562px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(37, 37, 46); font-family: Outfit; font-size: 56px; line-height: 119.643%; font-weight: 600; font-style: normal; text-align: left;">Crea una playlist interactiva con tus </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 428.957px; height: 18px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(160, 132, 201); font-family: Syne; font-size: 15px; line-height: 120%; font-weight: 400; font-style: normal; text-align: left;">¡Pon música a tu medida!</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(281.6px, 83px); opacity: 1; display: block; width: 121.099px; background: none; height: 123.413px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/HcWrnpOdtZ6IZH5MtnFS32.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 769.6px); width: 1111px; height: 503.266px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 503px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(107px, 58px); width: 1004px; height: 445.266px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1004px; height: 445px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(357px, 0px); opacity: 1; display: block; width: 646.978px; background: none; height: 438.348px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/Hp4yPnyDtjRFjuj9J8Biut.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 42px); width: 355.516px; height: 403.266px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 356px; height: 403px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 213, 72) 0%, rgb(255, 213, 72) 100%); opacity: 1; display: block; transform: translate(0px, 342.1px); width: 189.328px; height: 61.2031px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 189px; height: 61px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(44px, 21px); width: 101.328px; height: 19.2031px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(64, 45, 24); font-family: Syne; font-size: 16px; line-height: 120%; font-weight: 600; font-style: normal; text-align: center;">Únete ahora</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 164.4px); width: 355.516px; height: 125.625px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(161, 159, 163); font-family: Syne; font-size: 20px; line-height: 157.5%; font-weight: 500; font-style: normal; text-align: left;">Ofrece a tus clientes la posibilidad de elegir la música que se reproduce en tu local a través de nuestra aplicación de escritorio</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 275.667px; height: 125.438px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(37, 35, 50); font-family: Outfit; font-size: 56px; line-height: 112.5%; font-weight: 600; font-style: normal; text-align: left;">Transforma tu bar con </d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%); opacity: 1; display: block; transform: translate(0px, 0px); width: 1111px; height: 769.609px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 770px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 8.5px; background: linear-gradient(rgb(30, 34, 54) 0%, rgb(30, 34, 54) 100%); opacity: 1; display: block; transform: translate(0px, 0px); width: 1111px; height: 711.609px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 8.5px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 712px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(564px, 165px); opacity: 1; display: block; width: 487.606px; background: none; height: 464.386px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/DcvSNXdWYb1HYKjOLAOyuE.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(904.1px, 133px); width: 147.319px; height: 318.319px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 147px; height: 318px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(15px, 186px); opacity: 1; display: block; width: 132.319px; background: none; height: 132.319px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/9RaXUfgynnH7An1M4tR9Y.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 121px; background: none; height: 119px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/I9FA5eahZOeHp4olGK98AJ.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(589.4px, 168px); opacity: 1; display: block; width: 97.2125px; background: none; height: 97.984px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/HDyuCu98b08FieK8EbnNNl.webp/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: contain; visibility: visible;"></d-media-content></d-media><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(84.8px, 211px); width: 427.402px; height: 500.609px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 427px; height: 501px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 10px; background: linear-gradient(rgb(255, 208, 72) 0%, rgb(255, 208, 72) 100%); opacity: 1; display: block; transform: translate(0px, 431.8px); width: 182.156px; height: 68.7969px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 10px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 182px; height: 69px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(47px, 23px); width: 88.1562px; height: 22.7969px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(90, 62, 34); font-family: Syne; font-size: 19px; line-height: 120%; font-weight: 600; font-style: normal; text-align: center;">Empezar</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 303.2px); width: 385.73px; height: 83.625px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(171, 171, 178); font-family: Syne; font-size: 17px; line-height: 164.706%; font-weight: 400; font-style: normal; text-align: left;">Descubre cómo nuestra aplicación de escritorio para bares te permite a ti y a tus clientes crear una playlist en común a través de </d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 0px); width: 378.037px; height: 271.188px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(255, 255, 255); font-family: Outfit; font-size: 60px; line-height: 113.333%; font-weight: 600; font-style: normal; text-align: left;">Disfruta de una playlist interactiva en tu </d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(0px, 0px); width: 1111px; height: 70px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 1111px; height: 70px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(442.8px, 15px); width: 558.188px; height: 40px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 558px; height: 40px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout style="position: absolute; margin: 0px; pointer-events: auto; border-radius: 0px; background: linear-gradient(rgb(255, 206, 67) 0%, rgb(255, 206, 67) 100%); opacity: 1; display: block; transform: translate(402.4px, 0px); width: 125.781px; height: 40px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 126px; height: 40px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(20px, 12px); width: 85.7812px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: center; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(70, 55, 31); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 600; font-style: normal; text-align: center;">Suscríbete</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(305.7px, 12px); width: 66.75px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(164, 162, 174); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Contacto</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(203.2px, 12px); width: 72.4688px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(164, 162, 174); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Productos</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(68.3px, 12px); width: 104.938px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(164, 162, 174); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Sobre nosotros</d-text></d-layout-flex></d-layout-text><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(0px, 12px); width: 38.25px; height: 16px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(164, 162, 174); font-family: Syne; font-size: 16px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">Inicio</d-text></d-layout-flex></d-layout-text></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout><d-layout style="position: absolute; margin: 0px; pointer-events: none; border-radius: 0px; background: none; opacity: 1; display: block; transform: translate(110px, 11px); width: 163.781px; height: 48px;"><d-scroll-wrapper style="position: absolute; width: 100%; height: 100%; overflow: visible; border-radius: 0px;"><d-scrollable style="position: absolute; width: 100%; height: 100%; scrollbar-width: none; overflow: visible;"><d-scroll-extent style="position: absolute; width: 100%; height: 100%;"><d-scroll-viewport style="position: absolute; inset: 0px; display: block; overflow: visible; width: 164px; height: 48px;"><d-content style="position: absolute; width: 100%; height: 100%;"><d-layout-text style="position: absolute; margin: 0px; pointer-events: auto; overflow: visible; opacity: 1; display: block; transform: translate(52px, 12px); width: 111.781px; height: 24px;"><d-layout-flex style="display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: flex-start;"><d-text style="overflow-wrap: break-word; white-space: pre-wrap; max-width: 100%; max-height: 100%; background: none; color: rgb(255, 255, 255); font-family: "DM Serif Display"; font-size: 24px; line-height: 100%; font-weight: 400; font-style: normal; text-align: left;">MusicFlow</d-text></d-layout-flex></d-layout-text><d-media style="position: absolute; margin: 0px; pointer-events: auto; transform: translate(0px, 0px); opacity: 1; display: block; width: 48px; background: none; height: 48px;"><d-media-content style="width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; border-radius: 0px;"><img src="//cdn-imgs.dora.run/design/POb6li6XcsuOpwqKDP62sw.png/w/4096/h/4096/format/webp?" srcset="" decoding="sync" style="width: 100%; height: 100%; object-fit: cover; visibility: visible;"></d-media-content></d-media></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-layout></d-content></d-scroll-viewport></d-scroll-extent></d-scrollable></d-scroll-wrapper></d-view><div id="made-in-dora" style="position: absolute; bottom: 32px; right: 32px; display: inline-flex; padding: 6px 8px; justify-content: center; align-items: center; gap: 8px; cursor: pointer; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px; background-size: cover; backdrop-filter: blur(2px); background-color: rgba(255, 255, 255, 0.9);"><img src="https://cdn-static-e.dora.run/dora_runner_web/public/made_in_dora/tag_icon.9712852f.png" style="width: 20px;"><span style="font-family: Poppins; font-size: 14px; font-weight: 600; line-height: normal; color: rgb(0, 0, 0); width: 95px;">Made in Dora</span></div></div>
<script>
var loading = document.getElementById('loading');
if (loading) {
loading.style.display = 'flex';
loading.style.zIndex = 100;
var queryParameters = new URLSearchParams(window.location.search);
var loadingUrl = window.loadingUrl || queryParameters.get('loadingUrl');
var loadingBg = window.loadingBg || queryParameters.get('loadingBg');
if (loadingUrl) {
if (loadingUrl.endsWith('.json') && bodymovin) {
var parentDiv = document.getElementById('loading');
var childDiv = document.createElement('div');
childDiv.id = 'lottie-container';
parentDiv.appendChild(childDiv);
var animation = bodymovin.loadAnimation({
container: document.getElementById('lottie-container'),
path: loadingUrl,
renderer: 'svg',
});
} else if (
loadingUrl.endsWith('.gif') ||
loadingUrl.endsWith('.apng') ||
loadingUrl.endsWith('.svg') ||
loadingUrl.endsWith('.png')
) {
loading.innerHTML =
<picture>
<img src="${loadingUrl}" alt="loading" style="opacity: 1;">
</picture>
;
} else {
}
} else {
if (window.__ASSET_PREFIX && window.__ASSET_MANIFEST) {
let url = ${window.__ASSET_PREFIX}/${window.__ASSET_MANIFEST['public/loading.gif']};
loading.innerHTML =
<picture>
<img src="${url}" alt="loading" style="opacity: 1;">
</picture>
;
}
}
if (loadingBg) {
loading.style.backgroundColor = loadingBg;
loading.style.backgroundImage = loadingBg;
}
const hideLoading = () => (loading.style.display = 'none');
window.addEventListener('__dora_app_error', () => hideLoading());
window.addEventListener('__dora_app_mounted', () => hideLoading());
}
</script>
<div class="seo-content" style="opacity: 0; white-space: pre; display: none;">
<p>LinkedIn</p>
<p>Twitter</p>
<p>Instagram</p>
<p>Facebook</p>
<p>Conecta</p>
<p>Soporte</p>
<p>Política de privacidad</p>
<p>Términos y condiciones</p>
<p>FAQ</p>
<p>Recursos</p>
<p>Contacto</p>
<p>Productos</p>
<p>Sobre nosotros</p>
<p>Inicio</p>
<p>Empresa</p>
<p>© 2025 MusicFlow, Inc. All rights reserved.</p>
<p>Partner: </p>
<p>Partner: </p>
<p>Partner: </p>
<p>Partner: Shell</p>
<p>Contamos con el apoyo de empresas líderes en el sector</p>
<p>Nuestros socios</p>
<p>Empieza ahora</p>
<p>Nuestra aplicación de escritorio para bares te brinda la oportunidad de ofrecer a tus clientes una experiencia de escucha única y personalizada</p>
<p>Transforma tu bar</p>
<p>Permite a tus clientes elegir la música desde sus smartphones y crea una </p>
<p>Gestión desde </p>
<p>Instala nuestra aplicación de escritorio en un PC con Windows y empieza a </p>
<p>Fácil instalación</p>
<p>Nuestra aplicación se integra con Spotify Premium para ofrecerte </p>
<p>Sincronización con </p>
<p>Crea una playlist interactiva que involucre a tus clientes y mejore su </p>
<p>Música elegida por los </p>
<p>Nuestra aplicación de escritorio para bares te brinda la oportunidad de ofrecer a tus clientes una experiencia de escucha única y </p>
<p>Mejora tu negocio</p>
<p>¿Por qué elegir nuestra app?</p>
<p>Mayor satisfacción de los clientes</p>
<p>Aumento de la interacción</p>
<p>Gestión desde dispositivos móviles</p>
<p>Fácil instalación</p>
<p>Sincronización con Spotify</p>
<p>Playlist interactiva</p>
<p>Transforma tu bar con música elegida </p>
<p>Características</p>
<p>Descubre más</p>
<p>Nuestra aplicación de escritorio para bares te permite ofrecer a tus clientes la posibilidad de elegir la música que se reproduce en tu local a través de Spotify Premium</p>
<p>Crea una playlist interactiva con tus </p>
<p>¡Pon música a tu medida!</p>
<p>Únete ahora</p>
<p>Ofrece a tus clientes la posibilidad de elegir la música que se reproduce en tu local a través de nuestra aplicación de escritorio</p>
<p>Transforma tu bar con </p>
<p>Empezar</p>
<p>Descubre cómo nuestra aplicación de escritorio para bares te permite a ti y a tus clientes crear una playlist en común a través de </p>
<p>Disfruta de una playlist interactiva en tu </p>
<p>Suscríbete</p>
<p>Contacto</p>
<p>Productos</p>
<p>Sobre nosotros</p>
<p>Inicio</p>
<p>MusicFlow</p>
<p>© 2025 MusicFlow, Inc. All rights reserved.</p>
<p>LinkedIn</p>
<p>Twitter</p>
<p>Instagram</p>
<p>Facebook</p>
<p>Conecta</p>
<p>Soporte</p>
<p>Política de privacidad</p>
<p>Términos y condiciones</p>
<p>FAQ</p>
<p>Recursos</p>
<p>Contacto</p>
<p>Productos</p>
<p>Sobre nosotros</p>
<p>Inicio</p>
<p>Empresa</p>
<p>MusicFlow</p>
<p>Partner: Apple</p>
<p>Partner: Microsoft</p>
<p>Partner: Ferrari</p>
<p>Partner: Shell</p>
<p>Contamos con el apoyo de empresas líderes en el sector</p>
<p>Nuestros socios</p>
<p>Empieza ahora</p>
<p>Nuestra aplicación de escritorio para bares te brinda la oportunidad de ofrecer a tus clientes una experiencia de escucha única y personalizada</p>
<p>Transforma tu bar</p>
<p>Permite a tus clientes elegir la música desde sus smartphones y crea una experiencia de escucha única</p>
<p>Gestión desde dispositivos móviles</p>
<p>Instala nuestra aplicación de escritorio en un PC con Windows y empieza a disfrutar de una playlist interactiva en tu bar</p>
<p>Fácil instalación</p>
<p>Nuestra aplicación se integra con Spotify Premium para ofrecerte una solución completa y sencilla de usar</p>
<p>Sincronización con Spotify</p>
<p>Crea una playlist interactiva que involucre a tus clientes y mejore su experiencia en tu bar</p>
<p>Música elegida por los clientes</p>
<p>Nuestra aplicación de escritorio para bares te brinda la oportunidad de ofrecer a tus clientes una experiencia de escucha única y personalizada</p>
<p>Mejora tu negocio</p>
<p>¿Por qué elegir nuestra app?</p>
<p>Mayor satisfacción de los clientes</p>
<p>Aumento de la interacción</p>
<p>Gestión desde dispositivos móviles</p>
<p>Fácil instalación</p>
<p>Sincronización con Spotify</p>
<p>Playlist interactiva</p>
<p>Transforma tu bar con música elegida por los clientes</p>
<p>Características</p>
<p>Descubre más</p>
<p>Nuestra aplicación de escritorio para bares te permite ofrecer a tus clientes la posibilidad de elegir la música que se reproduce en tu local a través de Spotify Premium</p>
<p>Crea una playlist interactiva con tus clientes</p>
<p>¡Pon música a tu medida!</p>
<p>Únete ahora</p>
<p>Ofrece a tus clientes la posibilidad de elegir la música que se reproduce en tu local a través de nuestra aplicación de escritorio</p>
<p>Transforma tu bar con música elegida por los clientes</p>
<p>Empezar</p>
<p>Descubre cómo nuestra aplicación de escritorio para bares te permite a ti y a tus clientes crear una playlist en común a través de Spotify Premium</p>
<p>Disfruta de una playlist interactiva en tu bar</p>
<p>Suscríbete</p>
<p>MusicFlow</p>
</div>
<div class="glasp-extension-toaster" style="display: block; width: 320px; margin: unset; padding: unset; border: unset; border-radius: unset; outline: unset; background-color: unset; box-shadow: unset; position: fixed; top: 40px; right: 24px; z-index: 9999;"></div><div class="glasp-extension" style="display: block; width: unset; margin: unset; padding: unset; border: unset; border-radius: unset; outline: unset; background-color: unset; box-shadow: unset; position: fixed; bottom: 16px; right: 16px; z-index: 9999;"></div><script id="performance-report"> (function () {
var performance = window.performance;
if (typeof performance == 'undefined' || typeof PerformanceObserver == 'undefined') {
return;
}
var performanceObserver = new PerformanceObserver(function (list) {
var entries = list.getEntries();
var event = new CustomEvent('performance-report', {
detail: {
entries: entries,
}
});
window.dispatchEvent(event);
});
performanceObserver.observe({
entryTypes: ['resource'],
});
window.addEventListener('performance-report-dispose', function (e) {
if (performanceObserver) {
performanceObserver.disconnect();
performanceObserver = null;
}
});
})();
</script><text-host style="position: absolute; top: 0px; left: 0px; display: flex;"></text-host></body></html>