{"566ee7c3-ff14-4655-88e8-4b6081abccd5":"{\"idPage\":\"566ee7c3-ff14-4655-88e8-4b6081abccd5\",\"idApplication\":\"2A504DDD516D43C\",\"dsDisplayName\":\"Carrito Lateral\",\"dsName\":\"CarritoLateral\",\"dsDescription\":\"\",\"url\":\"\",\"title\":\"Carrito Lateral\",\"image\":{},\"images\":{\"c238e3-c73-c1a3-b12d-b2367061304\":{\"type\":\"LINK\",\"fileId\":\"\\u0026cdRepositorio\\u003dIDB\\u0026dsFilename\\u003d202502251205220664258222016843706202502251205220664258222016843706.png\\u0026dsOriginalFilename\\u003ddel.png\"}},\"cdState\":1,\"accessLevel\":0,\"sourceCode\":\"let cdSaleNote \\u003d localStorage.getItem(\\u0027pIdPurchaseOrder\\u0027);\\nlet country \\u003d null;\\nlet booksList \\u003d null;\\n\\n\\n// This method is called after the page load, before any rendering\\nfunction onInit() {\\n console.log(\\\"-----------------------------variable usuario online: (\\\" + $d.getVariable(\\\"onlineUser\\\").getValue() + \\\")\\\");\\n\\n console.log(\\\"-----cdSaleNote: \\\", cdSaleNote);\\n if (cdSaleNote !\\u003d \\\"undefined\\\" \\u0026\\u0026 cdSaleNote !\\u003d \\\"\\\") {\\n console.log(localStorage.getItem(\\u0027pIdPurchaseOrder\\u0027), \\\"---\\\");\\n } else {\\n cdSaleNote \\u003d null;\\n $d.getVariable(\\\"cdSaleNote\\\").setValue(null);\\n console.log(\\\"-----cdSaleNote: \\\", cdSaleNote);\\n }\\n console.log($d.getCurrentUser().getUsername());\\n console.log(\\\"Id nota de venta (localstorage)\\\", localStorage.getItem(\\u0027pIdPurchaseOrder\\u0027));\\n let userCode \\u003d $d.getVariable(\\\"onlineUser\\\").getValue();\\n $d.getVariable(\\\"onlineUser\\\").setValue(userCode \\u003d\\u003d\\u003d \\u0027ANONYMOUS\\u0027 ? \\u0027ISNULL\\u0027 : userCode);\\n\\n let isFree \\u003d window.parent.$d.getVariable(\\\"isFree\\\").getValue();\\n let parentTarget \\u003d window.parent.$d.getParameter(\\\"target\\\").getValue();\\n if (parentTarget !\\u003d \\u0027successCheckout\\u0027 \\u0026\\u0026 !isFree) {\\n setFilter();\\n }\\n getCountry();\\n}\\n\\n// This method is called after the page is rendered\\nfunction afterViewInit() {\\n //setFilter();\\n\\n if (window.webkit \\u0026\\u0026 window.webkit.messageHandlers[\\\"iOSApp\\\"]) {\\n $d.getContainer(\\\"containerMsje\\\").getDOMElement().parentNode.style.display \\u003d \\\"flex\\\";\\n }\\n}\\n\\n// This method is called when the page is about to be unloaded\\nfunction beforeViewUnload() {\\n\\n}\\n\\nfunction onClickEliminate_onClick(event) {\\n console.log(\\\"Ejecuto la regla tlDeleteItemFromShoppingCart para el producto\\\", event.instance.lsProducts, cdSaleNote);\\n\\n $d.getElement(\\\"loading\\\").setVisible(true);\\n\\n $d.executeRule(\\\"tlDeleteItemFromShoppingCart\\\", 1, {\\n cdOnlineUser: $d.getCurrentUser().getUsername(),\\n cdProduct: event.instance.lsProducts,\\n cdSaleNote: cdSaleNote\\n\\n }, (result, error) \\u003d\\u003e {\\n if (error) {\\n console.error(error);\\n $d.getElement(\\\"loading\\\").setVisible(false);\\n return;\\n }\\n if (result.mensaje) {\\n $d.getText(\\\"msjeCarrito\\\").setValue(result.mensaje);\\n $d.getContainer(\\\"containerMsje\\\").setVisible(true);\\n setTimeout(() \\u003d\\u003e {\\n $d.getContainer(\\\"containerMsje\\\").setVisible(false);\\n }, 4000);\\n console.log(result.saleNote);\\n localStorage.setItem(\\u0027quantityItems\\u0027, result.qtItems);\\n if (result.saleNote !\\u003d null || result.saleNote \\u003d\\u003d\\u003d undefined) {\\n localStorage.setItem(\\u0027pIdPurchaseOrder\\u0027, result.saleNote);\\n } else {\\n console.log(\\\"No tengo nota, la elimino del localStorage\\\");\\n localStorage.removeItem(\\u0027pIdPurchaseOrder\\u0027);\\n }\\n\\n }\\n\\n setFilter(true);\\n $d.getRepeater(\\\"repeater1\\\").refreshRepeater();\\n //$d.getElement(\\\"loading\\\").setVisible(false);\\n });\\n\\n\\n}\\n\\n\\nfunction setFilter(emit \\u003d false) {\\n //Seteo los filtros para el datasource segun el usuario logueado \\n console.log(\\\"setfilter---------------------------------Seteo filtros segun usuario\\\");\\n if ($d.getCurrentUser().getUsername() \\u003d\\u003d \\\"ANONYMOUS\\\") {\\n $d.getDataSource(\\\"NotadeVenta\\\").setFilter(\\\"idBuyerUser\\\", \\\"eq\\\", \\\"LITERAL\\\", \\\"ISNULL\\\");\\n cdSaleNote \\u003d localStorage.getItem(\\u0027pIdPurchaseOrder\\u0027);\\n if (cdSaleNote !\\u003d \\\"undefined\\\" \\u0026\\u0026 cdSaleNote !\\u003d \\\"\\\") {\\n console.log(localStorage.getItem(\\u0027pIdPurchaseOrder\\u0027), \\\"---\\\");\\n console.log(\\\"con nota de venta\\\");\\n } else {\\n console.log(\\\"sin nota de venta\\\");\\n cdSaleNote \\u003d null;\\n $d.getVariable(\\\"cdSaleNote\\\").setValue(null);\\n }\\n if (cdSaleNote \\u003d\\u003d null) {\\n console.log(\\\"cdSaleNote \\u003d\\u003d null\\\");\\n $d.getDataSource(\\\"NotadeVenta\\\").setFilter(\\\"dsNumber\\\", \\\"eq\\\", \\\"LITERAL\\\", \\\"ISNULL\\\");\\n $d.getDataSource(\\\"Itemsdelcarrito\\\").setFilter(\\\"cdSaleNote\\\", \\\"eq\\\", \\\"LITERAL\\\", \\\"null\\\");\\n } else {\\n console.log(\\\"cdSaleNote !\\u003d null\\\");\\n $d.getDataSource(\\\"NotadeVenta\\\").setFilter(\\\"dsNumber\\\", \\\"eq\\\", \\\"LITERAL\\\", cdSaleNote);\\n $d.getDataSource(\\\"Itemsdelcarrito\\\").setFilter(\\\"cdSaleNote\\\", \\\"eq\\\", \\\"LITERAL\\\", cdSaleNote);\\n }\\n } else {\\n console.log(\\\"LOGUEADO\\\");\\n $d.getDataSource(\\\"NotadeVenta\\\").setFilter(\\\"idBuyerUser\\\", \\\"eq\\\", \\\"LITERAL\\\", $d.getCurrentUser().getUsername());\\n $d.getDataSource(\\\"NotadeVenta\\\").setFilter(\\\"cdStatus\\\", \\\"eq\\\", \\\"LITERAL\\\", \\\"5\\\");\\n $d.getDataSource(\\\"NotadeVenta\\\").setOrder(null);\\n $d.getDataSource(\\\"Itemsdelcarrito\\\").setOrder(null);\\n }\\n\\n $d.getDataSource(\\\"Itemsdelcarrito\\\").afterExecute(function (data) {\\n booksList \\u003d data;\\n let cantidadItems \\u003d data.lsProducts.length;\\n //console.log(\\\"cantidadItems \\\" + cantidadItems + (cantidadItems \\u003e 0));\\n\\n if (cantidadItems !\\u003d undefined \\u0026\\u0026 cantidadItems \\u003e 0) {\\n $d.getContainer(\\\"msjeSinProductos\\\").setVisible(false);\\n $d.getContainer(\\\"containerDatosNota\\\").setVisible(true);\\n } else {\\n //console.log(\\\"Mensaje de carrito sin productos\\\");\\n $d.getContainer(\\\"msjeSinProductos\\\").setVisible(true);\\n $d.getContainer(\\\"containerDatosNota\\\").setVisible(false);\\n }\\n\\n $d.getVariable(\\\"cantidadItems\\\").setValue(cantidadItems);\\n\\n window.parent.$d.getVariable(\\\"itemsQuantity\\\").setValue(cantidadItems);\\n\\n if (emit) $d.emitBroadcastMessage(\\\"broadcast\\\", \\\"updateCart\\\");\\n });\\n}\\n\\n\\nfunction getCountry() {\\n let cdUserCountry \\u003d localStorage.getItem(\\u0027cdUserCountry\\u0027);\\n let dtUserCountry \\u003d localStorage.getItem(\\u0027dtUserCountry\\u0027);\\n console.log(\\\"pais guardado: \\\" + cdUserCountry);\\n console.log(\\\"fecha pais guardado: \\\" + dtUserCountry);\\n\\n var diferenciaEnMinutos \\u003d 0;\\n\\n if (dtUserCountry) {\\n var dtStore \\u003d new Date(Number(dtUserCountry));\\n let today \\u003d new Date();\\n\\n // Calcular la diferencia en milisegundos\\n var diferenciaEnMilisegundos \\u003d Math.abs(today - dtStore);\\n\\n // Calcular la diferencia en minutos\\n diferenciaEnMinutos \\u003d diferenciaEnMilisegundos / (1000 * 60);\\n\\n }\\n if (cdUserCountry \\u0026\\u0026 diferenciaEnMinutos \\u003c 30) {\\n $d.getVariable(\\\"cdUserCountry\\\").setValue(cdUserCountry);\\n } else {\\n $.getJSON(\\u0027https://ipapi.co/json/\\u0027, function (data) {\\n let userAddressData \\u003d JSON.stringify(data, null, 2);\\n\\n //console.log(userAddressData);\\n //Obtengo el string en formato json\\n let addressData \\u003d JSON.parse(userAddressData);\\n country \\u003d addressData.country_code;\\n $d.getVariable(\\\"cdUserCountry\\\").setValue(country);\\n\\n let now \\u003d Date.now();\\n\\n localStorage.setItem(\\u0027cdUserCountry\\u0027, country);\\n localStorage.setItem(\\u0027dtUserCountry\\u0027, now);\\n console.log(\\\"country: \\\" + $d.getVariable(\\\"cdUserCountry\\\").getValue());\\n });\\n }\\n}\\n\\nfunction icon2_onClick(event) {\\n window.parent.closeShopMenu();\\n}\\n\\n\\nfunction item2_afterViewInit(event) {\\n $d.getItem(\\\"item2\\\").getDOMElement().style.overflowY \\u003d \\\"scroll\\\";\\n}\\n\\nfunction onClickEliminate_afterViewInit(event) {\\n let index \\u003d event.index;\\n //Le pongo a la imagen de subir una el cursor de la manito\\n if ($d.getContainer(\\\"onClickEliminate\\\").getDOMElement(index)) {\\n $d.getContainer(\\\"onClickEliminate\\\").getDOMElement(index).style.cursor \\u003d \\\"pointer\\\";\\n }\\n}\\n\\nfunction container2_onClick(event) {\\n window.parent.closeShopMenu();\\n}\\n\\nfunction IniciarSesion_onClick(event) {\\n addEventGoogleTagManager(\\\"boton-finalizar-compra\\\");\\n window.top.fbq(\\u0027track\\u0027, \\u0027Finalize Purchase\\u0027, { saleNote: cdSaleNote });\\n\\n window.parent.closeShopMenu();\\n window.parent.loadIframe(\\u0027register\\u0027);\\n}\\n\\nfunction catalogo_onClick(event) {\\n window.parent.closeShopMenu();\\n window.parent.showCatalogue();\\n}\\n\\nfunction freeButton_onClick(event) {\\n addEventGoogleTagManager(\\\"boton-obtener\\\");\\n\\n //validacion de pablito\\n let money \\u003d $d.getDataSource(\\\"NotadeVenta\\\").getData()[0].cdCurrency;\\n let country \\u003d $d.getVariable(\\\"cdUserCountry\\\").getValue();\\n let books \\u003d booksList.lsProducts;\\n const booksData \\u003d books.map((book, index) \\u003d\\u003e ({\\n idBook: parseInt(book), \\n country: country, \\n money: money,\\n finalPrice: booksList.lsPrices[index]\\n }));\\n\\n \\n $d.executeRule(\\u0027ltValidateBookSale\\u0027, 1, { booksData }, (data, error) \\u003d\\u003e {\\n if(data){\\n \\n let errors \\u003d [];\\n let array \\u003d data.result ;\\n\\n array.forEach((item) \\u003d\\u003e {\\n if(item.status \\u003d\\u003d\\u003d \\\"ERROR\\\"){\\n errors.push(item.title);\\n }\\n });\\n \\n if(errors.length \\u003e 0){\\n showBooksErros(errors);\\n }else{\\n window.parent.$d.getPage(\\\"page1\\\").setVisible(false);\\n cdSaleNote \\u003d localStorage.getItem(\\u0027pIdPurchaseOrder\\u0027);\\n window.top.fbq(\\u0027track\\u0027, \\u0027Free Book\\u0027, { saleNote: cdSaleNote });\\n //TL - Carrito m3 v5 \\n window.parent.loadIframe(\\\"freeBooks\\\", { idNotaDeVenta: cdSaleNote });\\n //getNotaVentaData();\\n }\\n \\n }\\n });\\n}\\n\\nfunction inputTotal_onLoadDataSource(event) {\\n $d.getElement(\\\"loading\\\").setVisible(false);\\n}\\n\\nfunction Pagar_onClick(event) {\\n addEventGoogleTagManager(\\\"boton-pagar\\\");\\n\\n //validacion de pablito\\n let money \\u003d $d.getDataSource(\\\"NotadeVenta\\\").getData()[0].cdCurrency;\\n let country \\u003d $d.getVariable(\\\"cdUserCountry\\\").getValue();\\n let books \\u003d booksList.lsProducts;\\n const booksData \\u003d books.map((book, index) \\u003d\\u003e ({\\n idBook: parseInt(book), \\n country: country, \\n money: money,\\n finalPrice: booksList.lsPrices[index]\\n }));\\n\\n \\n $d.executeRule(\\u0027ltValidateBookSale\\u0027, 1, { booksData }, (data, error) \\u003d\\u003e {\\n if(data){\\n \\n let errors \\u003d [];\\n let array \\u003d data.result ;\\n\\n array.forEach((item) \\u003d\\u003e {\\n if(item.status \\u003d\\u003d\\u003d \\\"ERROR\\\"){\\n errors.push(item.title);\\n }\\n });\\n \\n if(errors.length \\u003e 0){\\n showBooksErros(errors);\\n }else{\\n getNotaVentaData();\\n }\\n \\n }\\n });\\n \\n\\n}\\n\\nfunction getNotaVentaData() {\\n $d.getDataSource(\\\"NotadeVenta\\\").execute(function (result) {\\n console.log(\\\"instances: \\\", result.instances);\\n if (result.instances.length \\u003e 0) {\\n let instance \\u003d result.instances[0];\\n console.log(\\\"instance: \\\", instance);\\n\\n let numero \\u003d instance.dsNumber;\\n let totalOrden \\u003d instance.qtGrandTotal;\\n let moneda \\u003d instance.cdCurrency;\\n let paisDelComprador \\u003d instance.shopperCountry;\\n\\n //window.top.fbq(\\u0027track\\u0027, \\u0027Pay Book\\u0027, { \\u0027saleNote\\u0027: numero, \\u0027conversion\\u0027: \\u0027comprafinalizada\\u0027});\\n\\n showModal(numero, totalOrden, moneda, paisDelComprador);\\n }\\n });\\n}\\n\\nfunction showBooksErros(errors){\\n console.log(errors,\\\"errores\\\");\\n let libros \\u003d formatBooksList(errors);\\n $d.getContainer(\\u0027containerError\\u0027).setVisible(true);\\n let info \\u003d \\\"\\\";\\n if(errors.length \\u003e 1 ){\\n info \\u003d `Lo sentimos, los libros : \\\\n${libros}\\\\n no pueden comprarse en este momento. Para finalizar la compra podes eliminarlos del carrito y volver a intentarlo.`;\\n }else{\\n info \\u003d `Lo sentimos, el libro ${libros} no puede comprarse en este momento. Para finalizar la compra podes eliminarlo del carrito y volver a intentarlo.`;\\n }\\n $d.getText(\\u0027msjError\\u0027).setValue(info);\\n}\\n\\nfunction formatBooksList(books) {\\n if (books.length \\u003d\\u003d\\u003d 0) return \\u0027\\u0027;\\n if (books.length \\u003d\\u003d\\u003d 1) return `\\\"${books[0]}\\\"`;\\n if (books.length \\u003d\\u003d\\u003d 2) return `\\\"${books[0]}\\\"\\\\ny\\\\n\\\"${books[1]}\\\"`;\\n \\n const allExceptLast \\u003d books.slice(0, -1).map(book \\u003d\\u003e `\\\"${book}\\\"`).join(\\u0027\\\\n\\u0027);\\n const lastBook \\u003d `\\\"${books[books.length - 1]}\\\"`;\\n \\n return `${allExceptLast}\\\\n${lastBook}`;\\n}\\n\\nfunction showModal(numero, totalOrden, moneda, paisDelComprador) {\\n let param \\u003d { \\\"precioTotal\\\": totalOrden, \\\"idNotaDeVenta\\\": numero, \\\"merchant_order_id\\\": numero, \\\"coin\\\": moneda, \\\"country\\\": paisDelComprador };\\n let modalSize \\u003d { \\\"x\\\": \\\"lg\\\", \\\"y\\\": \\\"lg\\\" };\\n\\n if ($d.getCurrentBreakpoint() \\u003d\\u003d\\u003d \\\"MOBILE\\\") {\\n modalSize \\u003d { \\\"x\\\": \\\"xs\\\", \\\"y\\\": \\\"xl\\\" };\\n }\\n if ($d.getCurrentBreakpoint() \\u003d\\u003d\\u003d \\\"TABLET\\\") {\\n modalSize \\u003d { \\\"x\\\": \\\"md\\\", \\\"y\\\": \\\"lg\\\" };\\n }\\n //TL - Carrito m1 - Facturación v5\\n $d.redirectToPage(\\\"4bc37b3a-1676-4adc-b574-d8e49f2bbd42\\\", \\\"_modal\\\", param, modalSize);\\n}\\n\\nfunction addEventGoogleTagManager(eventName) {\\n window.top.dataLayer.push({\\n \\\"event\\\": eventName,\\n });\\n\\n}\\n\\nfunction removeZoomIOS(){\\n document.querySelector(`meta[name\\u003d\\\"viewport\\\"]`).content \\u003d \\\"width\\u003ddevice-width, minimum-scale\\u003d1.0, maximum-scale\\u003d1.0, user-scalable\\u003dno\\\";\\n\\n const style \\u003d document.createElement(\\\"style\\\");\\n const globalStyles \\u003d `\\n body {\\n overflow-x: hidden;\\n touch-action: pan-y;\\n }\\n `;\\n style.innerHTML \\u003d globalStyles;\\n document.head.append(style);\\n}\\n\\nfunction addGoogleTagManager() {\\n var headNode \\u003d document.head;\\n var bodyNode \\u003d document.body;\\n\\n //Meta\\n var scriptNodeMeta \\u003d document.createElement(\\u0027script\\u0027);\\n scriptNodeMeta.type \\u003d \\u0027text/javascript\\u0027;\\n scriptNodeMeta.innerHTML \\u003d \\\"!function(f,b,e,v,n,t,s){if(f.fbq)return;n\\u003df.fbq\\u003dfunction(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq\\u003dn;n.push\\u003dn;n.loaded\\u003d!0;n.version\\u003d\\u00272.0\\u0027;n.queue\\u003d[];t\\u003db.createElement(e);t.async\\u003d!0;t.src\\u003dv;s\\u003db.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,\\u0027script\\u0027,\\u0027https://connect.facebook.net/en_US/fbevents.js\\u0027);fbq(\\u0027init\\u0027, \\u00271537714363832927\\u0027);fbq(\\u0027track\\u0027, \\u0027PageView\\u0027);\\\";\\n headNode.prepend(scriptNodeMeta);\\n\\n /*\\n var noscriptNodeMeta \\u003d document.createElement(\\u0027noscript\\u0027);\\n noscriptNodeMeta.innerHTML \\u003d \\u0027\\u003cimg height\\u003d\\\"1\\\" width\\u003d\\\"1\\\" style\\u003d\\\"display:none\\\" src\\u003d\\\"https://www.facebook.com/tr?id\\u003d1537714363832927\\u0026ev\\u003dPageView\\u0026noscript\\u003d1\\\"/\\u003e\\u0027;\\n bodyNode.insertAdjacentElement(\\\"afterbegin\\\", noscriptNodeMeta);\\n */\\n\\n var metaNodeMeta \\u003d document.createElement(\\u0027meta\\u0027);\\n metaNodeMeta.name \\u003d \\u0027facebook-domain-verification\\u0027;\\n metaNodeMeta.content \\u003d \\u0027u2vqh7mumdmy6061s3q9ls9v2be3og\\u0027;\\n headNode.prepend( metaNodeMeta);\\n\\n //Google\\n var scriptNodeGoogle \\u003d document.createElement(\\u0027script\\u0027);\\n scriptNodeGoogle.type \\u003d \\u0027text/javascript\\u0027;\\n scriptNodeGoogle.innerHTML \\u003d \\\"(function(w,d,s,l,i){w[l]\\u003dw[l]||[];w[l].push({\\u0027gtm.start\\u0027:new Date().getTime(),event:\\u0027gtm.js\\u0027});var f\\u003dd.getElementsByTagName(s)[0],j\\u003dd.createElement(s),dl\\u003dl!\\u003d\\u0027dataLayer\\u0027?\\u0027\\u0026l\\u003d\\u0027+l:\\u0027\\u0027;j.async\\u003dtrue;j.src\\u003d\\u0027https://www.googletagmanager.com/gtm.js?id\\u003d\\u0027+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\\u0027script\\u0027,\\u0027dataLayer\\u0027,\\u0027GTM-PTRFJSZB\\u0027);\\\";\\n headNode.prepend(scriptNodeGoogle);\\n\\n /*\\n var noscriptNodeGoogle \\u003d document.createElement(\\u0027noscript\\u0027);\\n noscriptNodeGoogle.innerHTML \\u003d \\u0027\\u003ciframe src\\u003d\\\"https://www.googletagmanager.com/ns.html?id\\u003dGTM-PTRFJSZB\\\"height\\u003d\\\"0\\\" width\\u003d\\\"0\\\" style\\u003d\\\"display:none;visibility:hidden\\\"\\u003e\\u003c/iframe\\u003e\\u0027;\\n bodyNode.insertAdjacentElement(\\\"afterbegin\\\", noscriptNodeGoogle);\\n */\\n\\n //nuevo script de Google\\n let newScriptGoogle \\u003d document.createElement(\\u0027script\\u0027);\\n newScriptGoogle.type\\u003d \\u0027text/javascript\\u0027;\\n newScriptGoogle.innerHTML \\u003d `\\n window.dataLayer \\u003d window.dataLayer || [];\\n function gtag(){dataLayer.push(arguments);}\\n gtag(\\u0027js\\u0027, new Date());\\n\\n gtag(\\u0027config\\u0027, \\u0027G-YMDRJ3WQ0R\\u0027);\\n `;\\n headNode.prepend(newScriptGoogle); \\n\\n //google shopping:\\n let metaGoogle \\u003d document.createElement(\\u0027meta\\u0027);\\n metaGoogle.name \\u003d \\u0027google-site-verification\\u0027;\\n metaGoogle.content \\u003d \\u0027UsZE8QI9xPZCxG96nuv8Kmmpsb7ptMkWki5WifnRP5E\\u0027;\\n headNode.prepend( metaGoogle);\\n \\n}\",\"dataSources\":[{\"uuid\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"id\":\"NotadeVenta\",\"name\":\"Nota de Venta\",\"type\":\"FORM\",\"source\":\"CRM_ORDE1596116145\",\"select\":[\"__qtTotal\",\"__qtGrandTotal\",\"__dsNumber\",\"__itemsQuantity\",\"itemsQuantity\",\"qtTotal\",\"qtGrandTotal\",\"__cdCurrency\",\"__shopperCountry\"],\"count\":0,\"filters\":[],\"cache\":false,\"initialExecute\":true},{\"uuid\":\"abb41-42d2-f5e1-48f3-8a5afe5de07a\",\"id\":\"Itemsdelcarrito\",\"name\":\"Ítems del carrito\",\"type\":\"RULE\",\"source\":\"stockGetProductsForCart-1\",\"select\":[\"lsAuthor\",\"lsEditorial\",\"lsImages\",\"lsPrices\",\"lsProducts\",\"lsProductsDescription\",\"lsProductsQty\"],\"count\":0,\"filters\":[{\"code\":\"status\",\"operation\":[\"eq\"],\"value\":[\"5\"],\"type\":\"LITERAL\",\"filterEmpty\":true},{\"code\":\"cdOnlineUser\",\"operation\":[\"eq\"],\"value\":[\"4de10a-3c7e-0a2-0326-e852f2eda50f\"],\"type\":\"VARIABLE\",\"filterEmpty\":true}],\"cache\":false,\"initialExecute\":true}],\"params\":[{\"uuid\":\"35ea5b1-ec4-aa8e-c1c0-aba03b44775\",\"id\":\"isMobile\",\"name\":\"isMobile\",\"type\":\"boolean\"},{\"uuid\":\"81a6a5-1d5f-24a5-7b7-eea0b25ab740\",\"id\":\"canBuy\",\"name\":\"canBuy\",\"type\":\"boolean\",\"defaultValue\":\"true\"}],\"variables\":[{\"uuid\":\"4de10a-3c7e-0a2-0326-e852f2eda50f\",\"id\":\"onlineUser\",\"name\":\"onlineUser\",\"type\":\"string\",\"initialValue\":\"__userCode\"},{\"uuid\":\"b0e53-6e-07dc-7f6-71d00f1e5f03\",\"id\":\"cdSaleNote\",\"name\":\"cdSaleNote\",\"type\":\"string\"},{\"uuid\":\"545284f-dae-0367-2dd2-26c71d8a4dee\",\"id\":\"cantidadItems\",\"name\":\"cantidadItems\",\"type\":\"string\"},{\"uuid\":\"e04fbd4-efdb-6771-587f-da04b4403748\",\"id\":\"cdUserCountry\",\"name\":\"cdUserCountry\",\"type\":\"string\"}],\"lsPermissionAssignment\":[{\"idPermission\":\"ANONYMOUS\",\"idApplication\":\"GLOBAL\",\"lsCodeFunctions\":[\"PG_@@@N000_@@@\",\"PG_@@@_U001\",\"PG_@@@USE\"]},{\"idPermission\":\"MODELADOR\",\"idApplication\":\"GLOBAL\",\"lsCodeFunctions\":[\"PG_@@@N000_@@@\",\"PG_@@@_MODELER\",\"PG_@@@_V001\",\"PG_@@@_MG1\",\"PG_@@@_G004\",\"PG_@@@_ST1\",\"PG_@@@_ST2\",\"PG_@@@_ST4\",\"PG_@@@_ST5\",\"PG_@@@USE\",\"PG_@@@_U001\"]},{\"idPermission\":\"USUARIOFINAL01\",\"idApplication\":\"DEYEL\",\"lsCodeFunctions\":[\"PG_@@@N000_@@@\",\"PG_@@@USE\",\"PG_@@@_U001\"]}],\"cdUserLastUpdate\":\"AFARIAS\",\"dtLastUpdate\":\"2025-02-25 12:05:29.0\",\"cdUserStore\":\"AFARIAS\",\"dtStore\":\"2024-01-12 14:49:19.0\",\"elements\":{\"components\":{\"root\":{\"uuid\":\"root\",\"id\":\"root\",\"name\":\"root\",\"type\":\"root\",\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"100%\"}}}},\"events\":{}},\"8a0bcf-6422-7a8d-f0fe-8ab31cdbdaa\":{\"type\":\"section\",\"subitems\":[\"8472bd7-c85-a17a-117-f6426edc15\",\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"4ebbea6-58c-bc30-edfe-2e5040e268bc\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"minHeight\":\"100vh\",\"maxHeight\":\"none\"},\"position\":{\"position\":\"relative\"}},\"style\":{\"background\":{\"color\":\"#0b2239\",\"opacity\":\"a5\"},\"border\":{\"top\":{\"color\":\"#0068B4\"},\"left\":{\"color\":\"#0068B4\"},\"bottom\":{\"color\":\"#0068B4\"},\"right\":{\"color\":\"#0068B4\"}}}},\"MOBILE\":{\"structure\":{\"size\":{\"minHeight\":\"700px\",\"maxHeight\":\"900px\"}},\"style\":{\"background\":{\"opacity\":\"00\"}}}},\"uuid\":\"8a0bcf-6422-7a8d-f0fe-8ab31cdbdaa\",\"id\":\"section2\",\"name\":\"section2\",\"events\":{}},\"4a2cc24-0fc1-4f5f-5ad0-76aff1f8e66\":{\"uuid\":\"4a2cc24-0fc1-4f5f-5ad0-76aff1f8e66\",\"id\":\"CarritodeCompr\",\"name\":\"CarritodeCompr\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"252px\",\"minWidth\":\"unset\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"weight\":\"600\",\"family\":\"AlegreyaSans\",\"size\":\"24px\",\"align\":\"center\",\"color\":\"#0b2239\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"46auto\",\"width\":\"auto\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"h1\",\"props\":{\"value\":{\"props\":{\"value\":\"Carrito de Compras\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"2426e-22da-dc45-fa84-e1a6b36fc83\",\"events\":{}},\"3ff308e-351b-6b71-4b5-0471b1044e0\":{\"uuid\":\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"id\":\"containerDatosNota\",\"name\":\"containerDatosNota\",\"type\":\"container\",\"subitems\":[\"2426e-22da-dc45-fa84-e1a6b36fc83\",\"05f8f3-6bfc-d781-b50a-d115b84f543\",\"b4a1f2-866d-d52-1274-b23630fcf0c4\",\"21bcca0-8d3c-e71c-e74d-b08b3c2af8\",\"b41d1f0-4244-87b5-83c2-6e47a7cef11a\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"460px\",\"height\":\"100%\",\"minHeight\":\"unset\",\"maxHeight\":\"none\"},\"position\":{\"justifySelf\":\"end\"}},\"style\":{\"regular\":{\"padding\":{\"paddingLeft\":\"16px\",\"paddingRight\":\"16px\"},\"background\":{\"opacity\":\"ff\"}}}},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\",\"minHeight\":\"700px\"},\"position\":{\"justifySelf\":\"center\"}},\"style\":{\"regular\":{\"padding\":{\"paddingLeft\":\"20px\",\"paddingRight\":\"20px\",\"paddingTop\":\"15px\"}}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"8a0bcf-6422-7a8d-f0fe-8ab31cdbdaa\",\"events\":{}},\"b4a1f2-866d-d52-1274-b23630fcf0c4\":{\"uuid\":\"b4a1f2-866d-d52-1274-b23630fcf0c4\",\"id\":\"text16\",\"name\":\"text16\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"minWidth\":\"165px\"},\"position\":{\"marginLeft\":\"1.18%\",\"marginTop\":\"106px\"}},\"style\":{\"font\":{\"family\":\"Calibri\",\"size\":\"30px\",\"color\":\"#0b2239\"}}},\"TABLET\":{\"structure\":{\"size\":{\"height\":\"20auto\"},\"position\":{\"marginTop\":\"78px\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"auto\",\"height\":\"185auto\",\"minWidth\":\"unset\"},\"position\":{\"marginTop\":\"54px\"}},\"style\":{\"font\":{\"size\":\"18px\",\"weight\":\"600\"},\"maxLines\":2.0}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"enriched_text\",\"props\":{\"value\":{\"props\":{\"value\":\"\\u003cp style\\u003d\\\"text-align:left;\\\"\\u003e\\u003cspan style\\u003d\\\"color: rgb(11,34,57);font-size: 16px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003eNúmero de Compra: \\u003c/strong\\u003e\\u003c/span\\u003e\\u003cspan style\\u003d\\\"color: rgb(11,34,57);font-size: 16px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003e\\u003cdatasource value\\u003d\\\"__dsNumber\\\" datasource\\u003d\\\"522af4b-3c2b-b5e5-8f1e-d020d13634e\\\" type\\u003d\\\"Integer\\\"/\\u003e\\u003c/strong\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"events\":{}},\"2426e-22da-dc45-fa84-e1a6b36fc83\":{\"uuid\":\"2426e-22da-dc45-fa84-e1a6b36fc83\",\"id\":\"container1\",\"name\":\"container1\",\"type\":\"container\",\"subitems\":[\"4a2cc24-0fc1-4f5f-5ad0-76aff1f8e66\",\"fb2f804-10e-d4de-8b75-fa85ed7f483d\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"auto\",\"height\":\"41px\",\"minHeight\":\"unset\",\"minWidth\":\"100%\"},\"position\":{\"marginTop\":\"31px\",\"justifySelf\":\"center\"}},\"style\":{\"regular\":{\"background\":{\"opacity\":\"ff\"}}}},\"TABLET\":{\"structure\":{\"size\":{\"width\":\"50%\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\",\"minHeight\":\"47px\",\"minWidth\":\"unset\"},\"position\":{\"marginTop\":0.0,\"justifySelf\":\"end\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"events\":{}},\"fa44cc4-607-246d-228c-e6a5bdecdbb\":{\"uuid\":\"fa44cc4-607-246d-228c-e6a5bdecdbb\",\"id\":\"containerRepetidor\",\"name\":\"containerRepetidor\",\"type\":\"container\",\"subitems\":[\"a6f0167-f13e-cb4d-a6fc-635cac82f7\",\"b163cfa-26ed-d2c6-443-5bcb4884a857\",\"3658040-3a12-14c-c7fb-5b0b0efe\",\"f2ff1e-1c77-6821-d13f-f31ebd26b3bf\",\"15e67ef-c22a-ec04-26-47e460fb442\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"100%\",\"minHeight\":\"unset\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"regular\":{\"background\":{\"opacity\":\"ff\"},\"border\":{\"bottom\":{\"color\":\"#333333\",\"width\":\"1px\"}}}}},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"size\":{\"maxHeight\":\"none\"},\"position\":{\"alignSelf\":\"start\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"edeff16-226-6c74-aeab-f6245fc1be\",\"events\":{}},\"a6f0167-f13e-cb4d-a6fc-635cac82f7\":{\"uuid\":\"a6f0167-f13e-cb4d-a6fc-635cac82f7\",\"id\":\"productImage\",\"name\":\"productImage\",\"type\":\"image\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"80px\",\"height\":\"122px\"},\"position\":{\"alignSelf\":\"center\"}}},\"TABLET\":{\"structure\":{\"position\":{\"marginLeft\":\"0.92%\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"90px\",\"height\":\"150px\"},\"position\":{\"marginLeft\":0.0,\"marginTop\":\"5px\",\"alignSelf\":\"start\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"square_image\",\"props\":{\"value\":{\"props\":{\"value\":\"lsImages\",\"dataSource\":\"abb41-42d2-f5e1-48f3-8a5afe5de07a\",\"desc\":\"lsImages\"},\"type\":\"SOURCE\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"fa44cc4-607-246d-228c-e6a5bdecdbb\",\"events\":{}},\"53f020d-2b02-1250-102-4dc07adaaad3\":{\"uuid\":\"53f020d-2b02-1250-102-4dc07adaaad3\",\"id\":\"image7\",\"name\":\"image7\",\"type\":\"image\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"30px\",\"height\":\"28px\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"visible\":false},\"TABLET\":{\"structure\":{\"size\":{\"height\":\"30px\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"20px\",\"height\":\"20px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"small_image\",\"props\":{\"value\":{\"props\":{\"value\":\"c238e3-c73-c1a3-b12d-b2367061304\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"f2ff1e-1c77-6821-d13f-f31ebd26b3bf\",\"events\":{}},\"b163cfa-26ed-d2c6-443-5bcb4884a857\":{\"uuid\":\"b163cfa-26ed-d2c6-443-5bcb4884a857\",\"id\":\"productName\",\"name\":\"productName\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"50%\",\"height\":\"83auto\",\"maxWidth\":\"none\"},\"position\":{\"marginLeft\":\"85px\",\"marginTop\":\"9px\"}},\"style\":{\"font\":{\"family\":\"Calibri\",\"size\":\"20px\",\"color\":\"#385573\"}}},\"TABLET\":{\"structure\":{\"position\":{\"marginLeft\":\"90px\",\"marginTop\":\"-40px\",\"alignSelf\":\"center\"}}},\"MOBILE\":{\"structure\":{\"position\":{\"marginLeft\":\"100px\",\"alignSelf\":\"start\",\"marginTop\":\"32px\"},\"size\":{\"width\":\"45%\",\"height\":\"94auto\"}},\"style\":{\"font\":{\"size\":\"18px\"},\"maxLines\":6.0}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"enriched_text\",\"props\":{\"value\":{\"props\":{\"value\":\"\\u003cp\\u003e\\u003cspan style\\u003d\\\"color: rgb(56,85,115);font-size: 15px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003e\\u003cdatasource value\\u003d\\\"lsProductsDescription\\\" datasource\\u003d\\\"abb41-42d2-f5e1-48f3-8a5afe5de07a\\\" type\\u003d\\\"undefined\\\"/\\u003e\\u003c/strong\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cspan style\\u003d\\\"color: rgb(153,153,153);font-size: 12px;font-family: Inter;\\\"\\u003eAutor: \\u003c/span\\u003e\\u003cspan style\\u003d\\\"color: rgb(153,153,153);font-size: 12px;font-family: Inter;\\\"\\u003e\\u003cdatasource value\\u003d\\\"lsAuthor\\\" datasource\\u003d\\\"abb41-42d2-f5e1-48f3-8a5afe5de07a\\\" type\\u003d\\\"undefined\\\"/\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cspan style\\u003d\\\"color: rgb(153,153,153);font-size: 12px;font-family: Inter;\\\"\\u003eEditorial: \\u003c/span\\u003e\\u003cspan style\\u003d\\\"color: rgb(153,153,153);font-size: 12px;font-family: Inter;\\\"\\u003e\\u003cdatasource value\\u003d\\\"lsEditorial\\\" datasource\\u003d\\\"abb41-42d2-f5e1-48f3-8a5afe5de07a\\\" type\\u003d\\\"undefined\\\"/\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cspan style\\u003d\\\"color: rgb(153,153,153);font-size: 12px;font-family: Inter;\\\"\\u003eFormato: ePub (con DRM de LCP)\\u003c/span\\u003e\\u003c/p\\u003e\\n\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"fa44cc4-607-246d-228c-e6a5bdecdbb\",\"events\":{}},\"3658040-3a12-14c-c7fb-5b0b0efe\":{\"uuid\":\"3658040-3a12-14c-c7fb-5b0b0efe\",\"id\":\"productPrice\",\"name\":\"productPrice\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"20%\",\"height\":\"17auto\",\"maxWidth\":\"none\"},\"position\":{\"marginRight\":\"9.26%\",\"marginTop\":\"9px\",\"justifySelf\":\"end\"}},\"style\":{\"font\":{\"family\":\"Calibri\",\"size\":\"20px\",\"align\":\"right\",\"color\":\"#385573\"},\"maxLines\":1.0}},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"position\":{\"marginTop\":\"32px\",\"marginRight\":\"0.38%\"},\"size\":{\"width\":\"25%\",\"height\":\"20auto\"}},\"style\":{\"font\":{\"size\":\"18px\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"enriched_text\",\"props\":{\"value\":{\"props\":{\"value\":\"\\u003cp style\\u003d\\\"text-align:right;\\\"\\u003e\\u003cspan style\\u003d\\\"color: #4ad295;font-size: 14px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003e$\\u003c/strong\\u003e\\u003c/span\\u003e\\u003cspan style\\u003d\\\"color: #4ad295;font-size: 14px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003e\\u003cdatasource value\\u003d\\\"lsPrices\\\" datasource\\u003d\\\"abb41-42d2-f5e1-48f3-8a5afe5de07a\\\" type\\u003d\\\"undefined\\\"/\\u003e\\u003c/strong\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"fa44cc4-607-246d-228c-e6a5bdecdbb\",\"events\":{}},\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\":{\"uuid\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"id\":\"container7\",\"name\":\"container7\",\"type\":\"container\",\"subitems\":[\"2af87c-eb74-883-bc26-fd30de8257\",\"ac06a8c-a57d-21b6-3b75-5db3d16761c\",\"4bdf3f-3c02-131e-ea15-c1454350a47e\",\"21ea8c-124-83fb-066d-5ec5f6333\",\"0a5e85-2c23-cd41-e6f6-b3a45a073c5\",\"53a61dd-30ff-cb8f-d51b-128f30ae57\",\"746c05-2ca6-bd11-fb57-fd020e8b3ea\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"148px\",\"minHeight\":\"unset\"},\"position\":{\"justifySelf\":\"center\"}},\"style\":{\"regular\":{\"background\":{\"opacity\":\"ff\"}}}},\"TABLET\":{\"structure\":{\"size\":{\"minWidth\":\"unset\"},\"position\":{\"alignSelf\":\"center\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"auto\",\"minHeight\":\"41px\"},\"position\":{\"alignSelf\":\"start\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"5b163ad-f2cb-e3be-6ae0-3335aaabfe63\",\"events\":{}},\"2af87c-eb74-883-bc26-fd30de8257\":{\"uuid\":\"2af87c-eb74-883-bc26-fd30de8257\",\"id\":\"text18\",\"name\":\"text18\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"50%\",\"maxWidth\":\"1366px\"},\"position\":{\"marginTop\":\"30px\"}},\"style\":{\"font\":{\"family\":\"Inter\",\"size\":\"30px\",\"color\":\"#385573\"}}},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"size\":{\"maxWidth\":\"none\"}},\"style\":{\"font\":{\"size\":\"20px\",\"weight\":\"600\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"enriched_text\",\"props\":{\"value\":{\"props\":{\"value\":\"\\u003cp style\\u003d\\\"text-align:left;\\\"\\u003e\\u003cspan style\\u003d\\\"color: rgb(56,85,115);font-size: 18px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003eTotal:\\u003c/strong\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{}},\"ac06a8c-a57d-21b6-3b75-5db3d16761c\":{\"uuid\":\"ac06a8c-a57d-21b6-3b75-5db3d16761c\",\"id\":\"totalPrice\",\"name\":\"totalPrice\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"maxWidth\":\"none\",\"minWidth\":\"unset\"},\"position\":{\"marginTop\":\"30px\",\"justifySelf\":\"end\"}},\"style\":{\"font\":{\"family\":\"Calibri\",\"size\":\"30px\",\"align\":\"right\",\"color\":\"#385573\"},\"maxLines\":1.0}},\"TABLET\":{\"structure\":{\"size\":{\"width\":\"50%\"}}},\"MOBILE\":{\"structure\":{\"position\":{\"justifySelf\":\"start\",\"marginLeft\":\"20.92%\"},\"size\":{\"width\":\"79.07%\",\"height\":\"21auto\",\"maxWidth\":\"80%\"}},\"style\":{\"font\":{\"size\":\"20px\",\"weight\":\"600\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"enriched_text\",\"props\":{\"value\":{\"props\":{\"value\":\"\\u003cp style\\u003d\\\"text-align:right;\\\"\\u003e\\u003cspan style\\u003d\\\"color: rgb(56,85,115);font-size: 18px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003e$\\u003c/strong\\u003e\\u003c/span\\u003e\\u003cspan style\\u003d\\\"color: rgb(56,85,115);font-size: 18px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003e\\u003cdatasource value\\u003d\\\"qtGrandTotal\\\" datasource\\u003d\\\"522af4b-3c2b-b5e5-8f1e-d020d13634e\\\" type\\u003d\\\"Nativestring\\\"/\\u003e\\u003c/strong\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{}},\"4bdf3f-3c02-131e-ea15-c1454350a47e\":{\"uuid\":\"4bdf3f-3c02-131e-ea15-c1454350a47e\",\"id\":\"Pagar\",\"name\":\"Pagar\",\"type\":\"button\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"44px\"},\"position\":{\"marginTop\":\"80px\",\"justifySelf\":\"end\"}},\"style\":{\"font\":{\"weight\":\"600\",\"family\":\"Inter\",\"size\":\"18px\"},\"regular\":{\"background\":{\"color\":\"#4ad295\",\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#0068B4\",\"opacity\":\"ff\",\"left\":100.0}]}},\"border\":{\"top\":{\"color\":\"#FFFFFF\"},\"left\":{\"color\":\"#FFFFFF\"},\"bottom\":{\"color\":\"#FFFFFF\"},\"right\":{\"color\":\"#FFFFFF\"},\"radius\":{\"topRight\":\"25px\",\"topLeft\":\"25px\",\"bottomRight\":\"25px\",\"bottomLeft\":\"25px\"}},\"padding\":{\"paddingBottom\":\"3px\"}}},\"visible\":false},\"TABLET\":{\"structure\":{\"position\":{\"justifySelf\":\"center\",\"alignSelf\":\"end\",\"marginBottom\":\"20px\",\"marginTop\":\"64px\"},\"size\":{\"minWidth\":\"unset\",\"maxWidth\":\"none\"}}},\"MOBILE\":{\"structure\":{\"position\":{\"alignSelf\":\"start\",\"marginTop\":\"75px\",\"marginBottom\":0.0},\"size\":{\"height\":\"50px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"button_primary\",\"props\":{\"value\":{\"props\":{\"value\":\"Pagar\"},\"type\":\"LITERAL\"},\"rules\":{\"view\":[{\"enabled\":true,\"order\":-1.0,\"formActions\":[\"ALL\"],\"expression\":{\"value\":\"Y(onlineUser !\\u003d \\\"ISNULL\\\", inputTotal.value !\\u003d \\\"0,00\\\", canBuy)\",\"ast\":{\"type\":\"Program\",\"body\":[{\"type\":\"ExpressionStatement\",\"expression\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"ExcelFunctionIdentifier\",\"name\":\"Y\",\"range\":[0.0,1.0]},\"arguments\":[{\"type\":\"BinaryExpression\",\"operator\":\"!\\u003d\",\"left\":{\"type\":\"PageVariableIdentifier\",\"name\":\"onlineUser\",\"range\":[2.0,12.0],\"code\":\"onlineUser\"},\"right\":{\"type\":\"Literal\",\"value\":\"ISNULL\",\"raw\":\"\\\"ISNULL\\\"\",\"range\":[16.0,24.0]},\"range\":[2.0,24.0]},{\"type\":\"BinaryExpression\",\"operator\":\"!\\u003d\",\"left\":{\"type\":\"MemberExpression\",\"computed\":false,\"object\":{\"type\":\"PageElementIdentifier\",\"name\":\"inputTotal\",\"range\":[26.0,36.0],\"code\":\"inputTotal\",\"elemType\":\"input\"},\"property\":{\"type\":\"ElementPropertyIdentifier\",\"name\":\"value\",\"range\":[37.0,42.0],\"propID\":\"value\"},\"range\":[26.0,42.0]},\"right\":{\"type\":\"Literal\",\"value\":\"0,00\",\"raw\":\"\\\"0,00\\\"\",\"range\":[46.0,52.0]},\"range\":[26.0,52.0]},{\"type\":\"PageParameterIdentifier\",\"name\":\"canBuy\",\"range\":[54.0,60.0],\"code\":\"canBuy\"}],\"range\":[0.0,61.0]},\"range\":[0.0,61.0]}],\"sourceType\":\"script\",\"range\":[0.0,61.0]}},\"readOnly\":false,\"expressionParser\":\"Y(onlineUser !\\u003d \\\"ISNULL\\\", inputTotal.value !\\u003d \\\"0,00\\\", canBuy)\",\"idTarget\":\"Pagar\",\"formName\":false,\"action\":\"view\",\"tpRule\":\"VIEW\",\"new\":false}]}},\"hyperLink\":{\"destinityType\":\"_modal\",\"params\":[{\"id\":\"precioTotal\",\"props\":{\"value\":\"__qtGrandTotal\",\"type\":\"Decimal(2)\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"totalOrden\"},\"type\":\"SOURCE\"},{\"id\":\"idNotaDeVenta\",\"props\":{\"value\":\"__dsNumber\",\"type\":\"Integer\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"numero\"},\"type\":\"SOURCE\"},{\"id\":\"merchant_order_id\",\"props\":{\"value\":\"__dsNumber\",\"type\":\"Integer\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"numero\"},\"type\":\"SOURCE\"},{\"id\":\"coin\",\"props\":{\"value\":\"__cdCurrency\",\"type\":\"Nativestring\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"moneda\"},\"type\":\"SOURCE\"},{\"id\":\"country\",\"props\":{\"value\":\"__shopperCountry\",\"type\":\"Nativestring\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"paisDelComprador\"},\"type\":\"SOURCE\"}],\"modalSize\":{\"x\":\"lg\",\"y\":\"lg\"}},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{\"onClick\":\"Pagar_onClick\"}},\"f2ff1e-1c77-6821-d13f-f31ebd26b3bf\":{\"uuid\":\"f2ff1e-1c77-6821-d13f-f31ebd26b3bf\",\"id\":\"onClickEliminate\",\"name\":\"onClickEliminate\",\"type\":\"container\",\"subitems\":[\"53f020d-2b02-1250-102-4dc07adaaad3\",\"ed1af-1e1a-383-2b17-b1cc873a08de\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"32px\",\"height\":\"32auto\",\"minHeight\":\"32px\",\"minWidth\":\"unset\"},\"position\":{\"marginRight\":\"0.5%\",\"marginTop\":\"1px\",\"justifySelf\":\"end\"}},\"style\":{\"regular\":{\"background\":{\"opacity\":\"ff\"}}}},\"TABLET\":{\"structure\":{\"size\":{\"width\":\"7.01%\"},\"position\":{\"marginRight\":\"0.22%\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"5.92%\",\"height\":\"20auto\",\"minHeight\":\"unset\"},\"position\":{\"marginRight\":\"0.59%\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"fa44cc4-607-246d-228c-e6a5bdecdbb\",\"events\":{\"onClick\":\"onClickEliminate_onClick\",\"afterViewInit\":\"onClickEliminate_afterViewInit\"}},\"edeff16-226-6c74-aeab-f6245fc1be\":{\"uuid\":\"edeff16-226-6c74-aeab-f6245fc1be\",\"id\":\"itemRepetidor\",\"name\":\"itemRepetidor\",\"type\":\"item\",\"subitems\":[\"fa44cc4-607-246d-228c-e6a5bdecdbb\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"140px\",\"minHeight\":\"unset\",\"minWidth\":\"unset\"},\"position\":{\"position\":\"relative\"}},\"style\":{\"regular\":{\"background\":{\"color\":\"#eceeee\",\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#eceeee\",\"opacity\":\"ff\",\"left\":100.0}]}}}}},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"170px\"}}}},\"hyperLink\":{\"destinityType\":\"_self\"},\"props\":{},\"subtype\":\"TAPE\",\"parent\":\"1b1e0b1-14f-53d8-85a-f03b3d7442\",\"modifiedName\":true,\"modifiedId\":true,\"events\":{}},\"1b1e0b1-14f-53d8-85a-f03b3d7442\":{\"uuid\":\"1b1e0b1-14f-53d8-85a-f03b3d7442\",\"id\":\"repeater1\",\"name\":\"repeater1\",\"type\":\"repeater\",\"subitems\":[\"edeff16-226-6c74-aeab-f6245fc1be\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"minWidth\":\"unset\",\"minHeight\":\"unset\",\"maxHeight\":\"470px\"},\"position\":{\"justifySelf\":\"center\"}},\"style\":{\"padding\":{\"paddingTop\":\"0px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"0px\",\"paddingRight\":\"0px\"},\"gap\":\"0px\",\"props\":{\"direction\":\"column\",\"scroll\":\"none\",\"scrollPos\":false,\"orientation\":\"top\",\"adjustableHeight\":false,\"pagination\":\"infinite\"}}},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"size\":{\"minHeight\":\"170px\",\"maxHeight\":\"250px\"},\"position\":{\"marginTop\":\"0px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"TAPE\",\"props\":{\"dataSource\":\"abb41-42d2-f5e1-48f3-8a5afe5de07a\"},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"136a7-a35b-bbdf-32-b3853370f3df\",\"events\":{}},\"15e67ef-c22a-ec04-26-47e460fb442\":{\"uuid\":\"15e67ef-c22a-ec04-26-47e460fb442\",\"id\":\"idProduct\",\"name\":\"idProduct\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"26.05%\",\"maxWidth\":\"1366px\"},\"position\":{\"marginRight\":\"25.73%\",\"marginBottom\":\"1px\",\"alignSelf\":\"center\",\"justifySelf\":\"end\"}},\"style\":{\"font\":{\"family\":\"Calibri\",\"size\":\"20px\",\"color\":\"#385573\"}},\"visible\":false},\"TABLET\":{\"structure\":{\"size\":{\"width\":\"50%\"},\"position\":{\"marginLeft\":\"170px\",\"justifySelf\":\"start\"}}},\"MOBILE\":{\"structure\":{\"position\":{\"marginLeft\":\"28.34%\"},\"size\":{\"width\":\"44.94%\"}},\"style\":{\"font\":{\"size\":\"18px\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"h6\",\"props\":{\"value\":{\"props\":{\"value\":\"lsProducts\",\"dataSource\":\"abb41-42d2-f5e1-48f3-8a5afe5de07a\",\"desc\":\"lsProducts\"},\"type\":\"SOURCE\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"fa44cc4-607-246d-228c-e6a5bdecdbb\",\"events\":{}},\"21ea8c-124-83fb-066d-5ec5f6333\":{\"uuid\":\"21ea8c-124-83fb-066d-5ec5f6333\",\"id\":\"IniciarSesion\",\"name\":\"IniciarSesion\",\"type\":\"button\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"428px\",\"height\":\"50px\"},\"position\":{\"marginLeft\":\"0.23%\",\"marginTop\":\"80px\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"weight\":\"600\",\"family\":\"Inter\",\"size\":\"18px\"},\"regular\":{\"background\":{\"color\":\"#4ad295\",\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#0068B4\",\"opacity\":\"ff\",\"left\":100.0}]}},\"border\":{\"top\":{\"color\":\"#FFFFFF\"},\"left\":{\"color\":\"#FFFFFF\"},\"bottom\":{\"color\":\"#FFFFFF\"},\"right\":{\"color\":\"#FFFFFF\"},\"radius\":{\"topRight\":\"25px\",\"topLeft\":\"25px\",\"bottomRight\":\"25px\",\"bottomLeft\":\"25px\"}}}},\"visible\":false},\"TABLET\":{\"structure\":{\"position\":{\"justifySelf\":\"end\",\"alignSelf\":\"end\",\"marginBottom\":\"30px\"}}},\"MOBILE\":{\"structure\":{\"position\":{\"justifySelf\":\"center\",\"alignSelf\":\"start\",\"marginLeft\":0.0,\"marginTop\":\"85px\",\"marginBottom\":0.0},\"size\":{\"width\":\"50%\",\"minWidth\":\"unset\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"button_primary\",\"props\":{\"value\":{\"props\":{\"value\":\"Finalizar compra\"},\"type\":\"LITERAL\"},\"rules\":{\"view\":[{\"enabled\":true,\"order\":-1.0,\"formActions\":[\"ALL\"],\"expression\":{\"value\":\"Y(onlineUser\\u003d\\u003d\\\"ISNULL\\\", canBuy)\",\"ast\":{\"type\":\"Program\",\"body\":[{\"type\":\"ExpressionStatement\",\"expression\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"ExcelFunctionIdentifier\",\"name\":\"Y\",\"range\":[0.0,1.0]},\"arguments\":[{\"type\":\"BinaryExpression\",\"operator\":\"\\u003d\\u003d\",\"left\":{\"type\":\"PageVariableIdentifier\",\"name\":\"onlineUser\",\"range\":[2.0,12.0],\"code\":\"onlineUser\"},\"right\":{\"type\":\"Literal\",\"value\":\"ISNULL\",\"raw\":\"\\\"ISNULL\\\"\",\"range\":[14.0,22.0]},\"range\":[2.0,22.0]},{\"type\":\"PageParameterIdentifier\",\"name\":\"canBuy\",\"range\":[24.0,30.0],\"code\":\"canBuy\"}],\"range\":[0.0,31.0]},\"range\":[0.0,31.0]}],\"sourceType\":\"script\",\"range\":[0.0,31.0]}},\"readOnly\":false,\"expressionParser\":\"Y(onlineUser\\u003d\\u003d\\\"ISNULL\\\", canBuy)\",\"idTarget\":\"IniciarSesion\",\"formName\":false,\"action\":\"view\",\"tpRule\":\"VIEW\",\"new\":false}]}},\"hyperLink\":{\"destinityType\":\"_self\",\"params\":[],\"modalSize\":{\"x\":\"lg\",\"y\":\"lg\"},\"link\":{\"type\":\"PAGE\",\"operation\":\"\",\"params\":[]}},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{\"onClick\":\"IniciarSesion_onClick\"}},\"136a7-a35b-bbdf-32-b3853370f3df\":{\"uuid\":\"136a7-a35b-bbdf-32-b3853370f3df\",\"id\":\"item2\",\"name\":\"item2\",\"type\":\"item\",\"subitems\":[\"1b1e0b1-14f-53d8-85a-f03b3d7442\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"auto\",\"height\":\"auto\"},\"position\":{\"position\":\"relative\"}},\"style\":{\"regular\":{\"background\":{\"color\":\"#eceeee\",\"opacity\":\"00\",\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#eceeee\",\"opacity\":\"ff\",\"left\":100.0}]}}}}},\"TABLET\":{\"structure\":{\"size\":{\"width\":\"100%\"}}}},\"hyperLink\":{\"destinityType\":\"_self\"},\"props\":{},\"subtype\":\"COLUMN\",\"parent\":\"05f8f3-6bfc-d781-b50a-d115b84f543\",\"events\":{\"afterViewInit\":\"item2_afterViewInit\"}},\"5b163ad-f2cb-e3be-6ae0-3335aaabfe63\":{\"uuid\":\"5b163ad-f2cb-e3be-6ae0-3335aaabfe63\",\"id\":\"item3\",\"name\":\"item3\",\"type\":\"item\",\"subitems\":[\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"height\":\"155px\"},\"position\":{\"position\":\"relative\"}},\"style\":{\"regular\":{\"background\":{\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#eceeee\",\"opacity\":\"ff\",\"left\":100.0}]}}}}},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"170px\"}}}},\"hyperLink\":{\"destinityType\":\"_self\"},\"props\":{},\"subtype\":\"COLUMN\",\"parent\":\"05f8f3-6bfc-d781-b50a-d115b84f543\",\"events\":{}},\"05f8f3-6bfc-d781-b50a-d115b84f543\":{\"uuid\":\"05f8f3-6bfc-d781-b50a-d115b84f543\",\"id\":\"layout1\",\"name\":\"layout1\",\"type\":\"layout\",\"subitems\":[\"136a7-a35b-bbdf-32-b3853370f3df\",\"5b163ad-f2cb-e3be-6ae0-3335aaabfe63\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\",\"minWidth\":\"unset\",\"minHeight\":\"unset\"},\"position\":{\"marginTop\":\"150px\",\"justifySelf\":\"end\"}},\"style\":{\"padding\":{\"paddingTop\":\"0px\",\"paddingBottom\":\"0px\",\"paddingLeft\":\"0px\",\"paddingRight\":\"0px\"}}},\"TABLET\":{\"structure\":{\"position\":{\"justifySelf\":\"center\",\"marginTop\":\"107px\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"337px\"},\"position\":{\"justifySelf\":\"start\",\"marginTop\":\"100px\"}},\"style\":{\"gap\":\"0px\"}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"COLUMN\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"events\":{}},\"4ebbea6-58c-bc30-edfe-2e5040e268bc\":{\"uuid\":\"4ebbea6-58c-bc30-edfe-2e5040e268bc\",\"id\":\"msjeSinProductos\",\"name\":\"msjeSinProductos\",\"type\":\"container\",\"subitems\":[\"b47d72-273e-088c-40de-5b78c55747\",\"c852e5-3bd7-120-2077-73a56e622ce\",\"accaa6-3bb0-26a5-e5ad-51ecdf7722de\",\"5b2c84-1d8-22d4-318a-cb00175bd08\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"460px\",\"height\":\"100%\",\"minHeight\":\"unset\"},\"position\":{\"justifySelf\":\"end\"}},\"style\":{\"regular\":{\"background\":{\"color\":\"#ffffff\"}}},\"visible\":false},\"TABLET\":{},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\",\"minHeight\":\"648px\"},\"position\":{\"justifySelf\":\"center\",\"alignSelf\":\"center\",\"marginTop\":\"1px\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerBackground\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"8a0bcf-6422-7a8d-f0fe-8ab31cdbdaa\",\"events\":{}},\"b47d72-273e-088c-40de-5b78c55747\":{\"uuid\":\"b47d72-273e-088c-40de-5b78c55747\",\"id\":\"Annotienesprod\",\"name\":\"Annotienesprod\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"height\":\"144auto\",\"minWidth\":\"94.16%\"},\"position\":{\"marginTop\":\"179px\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"weight\":\"bold\",\"family\":\"AlegreyaSans\",\"align\":\"center\",\"color\":\"#0b2239\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"84.04%\",\"height\":\"auto\"},\"position\":{\"marginRight\":\"0.3%\",\"marginTop\":\"172px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"h4\",\"props\":{\"value\":{\"props\":{\"value\":\"Aún no tienes productos en tu carrito\\n\\n\\nVisita nuestro catálogo para comenzar a agregar \"},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"4ebbea6-58c-bc30-edfe-2e5040e268bc\",\"events\":{}},\"c852e5-3bd7-120-2077-73a56e622ce\":{\"uuid\":\"c852e5-3bd7-120-2077-73a56e622ce\",\"id\":\"icon1\",\"name\":\"icon1\",\"type\":\"icon\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"position\":{\"marginTop\":\"50px\",\"justifySelf\":\"center\"}},\"style\":{\"color\":{\"color\":\"#0b2239\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"height\":\"75px\",\"width\":\"75px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"big_icon\",\"props\":{\"value\":{\"props\":{\"value\":{\"type\":\"fontawesome\",\"value\":[\"fas\",\"shopping-cart\"]}},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"4ebbea6-58c-bc30-edfe-2e5040e268bc\",\"events\":{}},\"accaa6-3bb0-26a5-e5ad-51ecdf7722de\":{\"uuid\":\"accaa6-3bb0-26a5-e5ad-51ecdf7722de\",\"id\":\"catalogo\",\"name\":\"catalogo\",\"type\":\"button\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"250px\",\"minWidth\":\"150px\",\"height\":\"40px\"},\"position\":{\"marginRight\":\"0.1%\",\"marginTop\":\"332px\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"weight\":\"600\",\"family\":\"Inter\",\"size\":\"18px\"},\"regular\":{\"background\":{\"color\":\"#4ad295\",\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#0068B4\",\"opacity\":\"ff\",\"left\":100.0}]}},\"border\":{\"top\":{\"color\":\"#FFFFFF\"},\"left\":{\"color\":\"#FFFFFF\"},\"bottom\":{\"color\":\"#FFFFFF\"},\"right\":{\"color\":\"#FFFFFF\"},\"radius\":{\"topRight\":\"25px\",\"topLeft\":\"25px\",\"bottomRight\":\"25px\",\"bottomLeft\":\"25px\"}}}}},\"MOBILE\":{\"structure\":{\"position\":{\"marginTop\":0.0,\"alignSelf\":\"end\",\"marginBottom\":\"166px\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"button_primary\",\"props\":{\"value\":{\"props\":{\"value\":\"Comenzar a comprar\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\",\"params\":[]},\"parent\":\"4ebbea6-58c-bc30-edfe-2e5040e268bc\",\"events\":{\"onClick\":\"catalogo_onClick\"}},\"fb2f804-10e-d4de-8b75-fa85ed7f483d\":{\"uuid\":\"fb2f804-10e-d4de-8b75-fa85ed7f483d\",\"id\":\"icon2\",\"name\":\"icon2\",\"type\":\"icon\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"position\":{\"alignSelf\":\"center\"}},\"style\":{\"color\":{\"color\":\"#0b2239\"}}},\"MOBILE\":{}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"small_icon\",\"props\":{\"value\":{\"props\":{\"value\":{\"type\":\"fontawesome\",\"value\":[\"fas\",\"caret-left\"]}},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\",\"scroll\":{\"behavior\":\"auto\",\"block\":\"nearest\",\"line\":\"nearest\"},\"link\":{\"operation\":\"SHOW\",\"type\":\"ELEMENT\",\"idObject\":\"fb2f804-10e-d4de-8b75-fa85ed7f483d\"}},\"parent\":\"2426e-22da-dc45-fa84-e1a6b36fc83\",\"events\":{\"onClick\":\"icon2_onClick\"}},\"5b2c84-1d8-22d4-318a-cb00175bd08\":{\"uuid\":\"5b2c84-1d8-22d4-318a-cb00175bd08\",\"id\":\"icon3\",\"name\":\"icon3\",\"type\":\"icon\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"position\":{\"marginLeft\":\"30px\",\"marginTop\":\"50px\"}},\"style\":{\"color\":{\"color\":\"#0b2239\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"small_icon\",\"props\":{\"value\":{\"props\":{\"value\":{\"type\":\"fontawesome\",\"value\":[\"fas\",\"caret-left\"]}},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\",\"scroll\":{\"behavior\":\"auto\",\"block\":\"nearest\",\"line\":\"nearest\"},\"link\":{\"operation\":\"SHOW\",\"type\":\"ELEMENT\",\"idObject\":\"fb2f804-10e-d4de-8b75-fa85ed7f483d\"}},\"parent\":\"4ebbea6-58c-bc30-edfe-2e5040e268bc\",\"events\":{\"onClick\":\"icon2_onClick\"}},\"17382f6-ee48-ca10-4a5d-b28c3c3caace\":{\"uuid\":\"17382f6-ee48-ca10-4a5d-b28c3c3caace\",\"id\":\"containerMsje\",\"name\":\"containerMsje\",\"type\":\"container\",\"subitems\":[\"ed5b3-e31a-d5b3-8c6-ac7ec0bc8bc\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"auto\",\"minHeight\":\"28px\",\"minWidth\":\"100px\",\"maxWidth\":\"100%\"},\"position\":{\"marginRight\":\"5.8%\",\"marginTop\":\"9px\",\"position\":\"fixed\",\"justifySelf\":\"end\"}},\"style\":{\"regular\":{\"padding\":{\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"},\"background\":{\"color\":\"#4ad295\"},\"border\":{\"radius\":{\"topRight\":\"10px\",\"topLeft\":\"10px\",\"bottomRight\":\"10px\",\"bottomLeft\":\"10px\"}}}},\"visible\":false},\"TABLET\":{\"structure\":{\"position\":{\"marginRight\":\"4%\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"80%\"},\"position\":{\"marginRight\":\"15px\",\"marginTop\":\"16px\"}},\"style\":{\"regular\":{\"padding\":{\"paddingLeft\":\"0px\",\"paddingRight\":\"0px\"}}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerBackground\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"events\":{}},\"ed5b3-e31a-d5b3-8c6-ac7ec0bc8bc\":{\"uuid\":\"ed5b3-e31a-d5b3-8c6-ac7ec0bc8bc\",\"id\":\"msjeCarrito\",\"name\":\"msjeCarrito\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"minWidth\":\"100%\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"weight\":\"bold\",\"family\":\"Calibri\",\"size\":\"14px\",\"align\":\"center\",\"color\":\"#333333\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"80%\",\"height\":\"0auto\",\"minWidth\":\"80%\"}},\"style\":{\"font\":{\"weight\":\"600\",\"family\":\"Inter\",\"size\":\"12px\",\"color\":\"#000000\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"h4\",\"props\":{\"value\":{\"props\":{\"value\":\"\"},\"type\":\"LITERAL\"}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"17382f6-ee48-ca10-4a5d-b28c3c3caace\",\"events\":{}},\"ed1af-1e1a-383-2b17-b1cc873a08de\":{\"uuid\":\"ed1af-1e1a-383-2b17-b1cc873a08de\",\"id\":\"icon4\",\"name\":\"icon4\",\"type\":\"icon\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"19px\",\"height\":\"18px\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"color\":{\"color\":\"#666666\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"small_icon\",\"props\":{\"value\":{\"props\":{\"value\":{\"type\":\"fontawesome\",\"value\":[\"far\",\"trash-alt\"]}},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"f2ff1e-1c77-6821-d13f-f31ebd26b3bf\",\"events\":{}},\"21bcca0-8d3c-e71c-e74d-b08b3c2af8\":{\"uuid\":\"21bcca0-8d3c-e71c-e74d-b08b3c2af8\",\"id\":\"loading\",\"name\":\"loading\",\"type\":\"container\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"100%\",\"minHeight\":\"unset\"}},\"style\":{\"regular\":{\"background\":{\"opacity\":\"7f\"}}},\"visible\":false}},\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"events\":{}},\"8472bd7-c85-a17a-117-f6426edc15\":{\"uuid\":\"8472bd7-c85-a17a-117-f6426edc15\",\"id\":\"container2\",\"name\":\"container2\",\"type\":\"container\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"74vw\",\"height\":\"100%\",\"minHeight\":\"unset\"}}},\"MOBILE\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"auto\",\"minHeight\":\"700px\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"8a0bcf-6422-7a8d-f0fe-8ab31cdbdaa\",\"events\":{\"onClick\":\"container2_onClick\"},\"blocked\":false},\"0a5e85-2c23-cd41-e6f6-b3a45a073c5\":{\"uuid\":\"0a5e85-2c23-cd41-e6f6-b3a45a073c5\",\"id\":\"freeButton\",\"name\":\"freeButton\",\"type\":\"button\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"50px\"},\"position\":{\"marginRight\":\"-0.2%\",\"marginTop\":\"81px\",\"justifySelf\":\"end\"}},\"style\":{\"font\":{\"weight\":\"600\",\"family\":\"Inter\",\"size\":\"18px\"},\"regular\":{\"background\":{\"color\":\"#4ad295\",\"gradient\":{\"points\":[{\"color\":\"#eeeeee\",\"opacity\":\"ff\",\"left\":0.0},{\"color\":\"#0068B4\",\"opacity\":\"ff\",\"left\":100.0}]}},\"border\":{\"top\":{\"color\":\"#FFFFFF\"},\"left\":{\"color\":\"#FFFFFF\"},\"bottom\":{\"color\":\"#FFFFFF\"},\"right\":{\"color\":\"#FFFFFF\"},\"radius\":{\"topRight\":\"25px\",\"topLeft\":\"25px\",\"bottomRight\":\"25px\",\"bottomLeft\":\"25px\"}}}},\"visible\":false},\"TABLET\":{\"structure\":{\"position\":{\"justifySelf\":\"center\",\"alignSelf\":\"end\",\"marginBottom\":\"20px\",\"marginTop\":\"64px\"},\"size\":{\"minWidth\":\"unset\",\"maxWidth\":\"none\"}}},\"MOBILE\":{\"structure\":{\"position\":{\"alignSelf\":\"start\",\"marginRight\":0.0,\"marginTop\":\"85px\",\"marginBottom\":0.0}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"button_primary\",\"props\":{\"value\":{\"props\":{\"value\":\"Obtener\"},\"type\":\"LITERAL\"},\"rules\":{\"view\":[{\"enabled\":true,\"order\":-1.0,\"formActions\":[\"ALL\"],\"expression\":{\"value\":\"Y(onlineUser !\\u003d \\\"ISNULL\\\", inputTotal.value \\u003d\\u003d \\\"0,00\\\")\",\"ast\":{\"type\":\"Program\",\"body\":[{\"type\":\"ExpressionStatement\",\"expression\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"ExcelFunctionIdentifier\",\"name\":\"Y\",\"range\":[0.0,1.0]},\"arguments\":[{\"type\":\"BinaryExpression\",\"operator\":\"!\\u003d\",\"left\":{\"type\":\"PageVariableIdentifier\",\"name\":\"onlineUser\",\"range\":[2.0,12.0],\"code\":\"onlineUser\"},\"right\":{\"type\":\"Literal\",\"value\":\"ISNULL\",\"raw\":\"\\\"ISNULL\\\"\",\"range\":[16.0,24.0]},\"range\":[2.0,24.0]},{\"type\":\"BinaryExpression\",\"operator\":\"\\u003d\\u003d\",\"left\":{\"type\":\"MemberExpression\",\"computed\":false,\"object\":{\"type\":\"PageElementIdentifier\",\"name\":\"inputTotal\",\"range\":[26.0,36.0],\"code\":\"inputTotal\",\"elemType\":\"input\"},\"property\":{\"type\":\"ElementPropertyIdentifier\",\"name\":\"value\",\"range\":[37.0,42.0],\"propID\":\"value\"},\"range\":[26.0,42.0]},\"right\":{\"type\":\"Literal\",\"value\":\"0,00\",\"raw\":\"\\\"0,00\\\"\",\"range\":[46.0,52.0]},\"range\":[26.0,52.0]}],\"range\":[0.0,53.0]},\"range\":[0.0,53.0]}],\"sourceType\":\"script\",\"range\":[0.0,53.0]}},\"readOnly\":false,\"expressionParser\":\"Y(onlineUser !\\u003d \\\"ISNULL\\\", inputTotal.value \\u003d\\u003d \\\"0,00\\\")\",\"idTarget\":\"freeButton\",\"formName\":false,\"action\":\"view\",\"tpRule\":\"VIEW\",\"new\":false}]}},\"hyperLink\":{\"destinityType\":\"_modal\",\"params\":[{\"id\":\"precioTotal\",\"props\":{\"value\":\"__qtGrandTotal\",\"type\":\"Decimal(2)\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"totalOrden\"},\"type\":\"SOURCE\"},{\"id\":\"idNotaDeVenta\",\"props\":{\"value\":\"__dsNumber\",\"type\":\"Integer\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"numero\"},\"type\":\"SOURCE\"},{\"id\":\"merchant_order_id\",\"props\":{\"value\":\"__dsNumber\",\"type\":\"Integer\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"numero\"},\"type\":\"SOURCE\"},{\"id\":\"coin\",\"props\":{\"value\":\"__cdCurrency\",\"type\":\"Nativestring\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"moneda\"},\"type\":\"SOURCE\"},{\"id\":\"country\",\"props\":{\"value\":\"__shopperCountry\",\"type\":\"Nativestring\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"paisDelComprador\"},\"type\":\"SOURCE\"}],\"modalSize\":{\"x\":\"lg\",\"y\":\"lg\"}},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{\"onClick\":\"freeButton_onClick\"}},\"53a61dd-30ff-cb8f-d51b-128f30ae57\":{\"uuid\":\"53a61dd-30ff-cb8f-d51b-128f30ae57\",\"id\":\"inputTotal\",\"name\":\"inputTotal\",\"type\":\"input\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"56.34%\"},\"position\":{\"marginLeft\":\"0.2%\",\"marginTop\":\"19px\"}},\"style\":{\"font\":{\"family\":\"Roboto Medium\",\"size\":\"14px\",\"label\":{\"family\":\"Roboto Medium\",\"size\":\"14px\",\"color\":\"#2a292d\"}},\"regular\":{\"padding\":{\"paddingTop\":\"0\",\"paddingRight\":\"7px\",\"paddingBottom\":\"0\",\"paddingLeft\":\"7px\"},\"font\":{\"color\":\"#2a292d\"},\"border\":{\"top\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"left\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"bottom\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#00b6ee\",\"opacity\":\"64\"},\"right\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"radius\":{\"topLeft\":\"3px\",\"topRight\":\"3px\",\"bottomRight\":\"0px\",\"bottomLeft\":\"0px\"}}},\"focus\":{\"border\":{\"top\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#00b6ee\",\"opacity\":\"ff\"},\"right\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#00b6ee\",\"opacity\":\"ff\"},\"bottom\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#00b6ee\",\"opacity\":\"ff\"},\"left\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#00b6ee\",\"opacity\":\"ff\"}}},\"disabled\":{\"border\":{\"top\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"right\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"bottom\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#0068B4\",\"opacity\":\"80\"},\"left\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"}},\"background\":{\"color\":\"#ffffff\",\"gradient\":{\"type\":\"linear\",\"degree\":\"274deg\",\"points\":[{\"color\":\"#ecfafe\",\"opacity\":\"ff\",\"left\":\"0\"},{\"color\":\"#ffffff\",\"opacity\":\"ff\",\"left\":\"100\"}]}}},\"error\":{\"border\":{\"top\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"right\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"},\"bottom\":{\"width\":\"2px\",\"style\":\"solid\",\"color\":\"#ff0000\",\"opacity\":\"80\"},\"left\":{\"width\":\"1px\",\"style\":\"solid\",\"color\":\"#d8dadc\",\"opacity\":\"ff\"}}}},\"visible\":false},\"MOBILE\":{}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"text\",\"props\":{\"label\":\"Campo Total\",\"contentType\":\"normal\",\"placeholder\":\"\",\"description\":\"\",\"helpText\":\"\",\"prefix\":\"\",\"sufix\":\"\",\"value\":{\"props\":{\"value\":\"qtTotal\",\"type\":\"Nativestring\",\"dataSource\":\"522af4b-3c2b-b5e5-8f1e-d020d13634e\",\"desc\":\"desc_subtotalGeneral\"},\"type\":\"SOURCE\"}},\"relationConfig\":{\"type\":\"WITHOUT_RELATION\"},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{\"onLoadDataSource\":\"inputTotal_onLoadDataSource\"}},\"746c05-2ca6-bd11-fb57-fd020e8b3ea\":{\"uuid\":\"746c05-2ca6-bd11-fb57-fd020e8b3ea\",\"id\":\"text1\",\"name\":\"text1\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"maxWidth\":\"none\",\"minWidth\":\"unset\"},\"position\":{\"marginTop\":\"41px\",\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"family\":\"Inter\",\"size\":\"30px\",\"color\":\"#385573\"}}},\"TABLET\":{\"structure\":{\"position\":{\"marginTop\":\"80px\",\"justifySelf\":\"start\",\"alignSelf\":\"start\"}}},\"MOBILE\":{\"style\":{\"font\":{\"size\":\"20px\",\"weight\":\"600\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"enriched_text\",\"props\":{\"value\":{\"props\":{\"value\":\"\\u003cp style\\u003d\\\"text-align:center;\\\"\\u003e\\u003cspan style\\u003d\\\"color: rgb(56,85,115);font-size: 18px;font-family: Inter;\\\"\\u003e\\u003cstrong\\u003eNo podes realizar compras en tu pais\\u003c/strong\\u003e\\u003c/span\\u003e\\u003c/p\\u003e\\n\"},\"type\":\"LITERAL\"},\"rules\":{\"view\":[{\"enabled\":true,\"order\":-1.0,\"formActions\":[\"ALL\"],\"expression\":{\"value\":\"NOT(canBuy)\",\"ast\":{\"type\":\"Program\",\"body\":[{\"type\":\"ExpressionStatement\",\"expression\":{\"type\":\"CallExpression\",\"callee\":{\"type\":\"ExcelFunctionIdentifier\",\"name\":\"NOT\",\"range\":[0.0,3.0]},\"arguments\":[{\"type\":\"PageParameterIdentifier\",\"name\":\"canBuy\",\"range\":[4.0,10.0],\"code\":\"canBuy\"}],\"range\":[0.0,11.0]},\"range\":[0.0,11.0]}],\"sourceType\":\"script\",\"range\":[0.0,11.0]}},\"readOnly\":false,\"idTarget\":\"text1\",\"formName\":false,\"action\":\"view\",\"tpRule\":\"VIEW\",\"new\":false,\"expressionParser\":\"NOT(canBuy)\"}]}},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"7e73ca2-d128-c8c5-6e0b-6e560dbb2f\",\"events\":{}},\"b41d1f0-4244-87b5-83c2-6e47a7cef11a\":{\"uuid\":\"b41d1f0-4244-87b5-83c2-6e47a7cef11a\",\"id\":\"containerError\",\"name\":\"containerError\",\"type\":\"container\",\"subitems\":[\"df413c-d5f-55af-ad65-00f57adc41da\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"100%\",\"height\":\"100%\",\"minHeight\":\"unset\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"regular\":{\"background\":{\"opacity\":\"99\"}}},\"visible\":false}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"3ff308e-351b-6b71-4b5-0471b1044e0\",\"events\":{}},\"df413c-d5f-55af-ad65-00f57adc41da\":{\"uuid\":\"df413c-d5f-55af-ad65-00f57adc41da\",\"id\":\"containerMsjError\",\"name\":\"containerMsjError\",\"type\":\"container\",\"subitems\":[\"7704457-31a-3a0c-4ee-8ec2dabf248e\",\"b86a354-7178-be6b-f80-4dd0e118c02\"],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"80%\",\"minHeight\":\"unset\"},\"position\":{\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"regular\":{\"padding\":{\"paddingTop\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\"},\"shadow\":{\"y\":\"3px\",\"blur\":\"6px\",\"opacity\":\"33\"},\"background\":{\"opacity\":\"ff\"},\"border\":{\"radius\":{\"topRight\":\"10px\",\"topLeft\":\"10px\",\"bottomRight\":\"10px\",\"bottomLeft\":\"10px\"}}}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"containerSimple\",\"props\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"b41d1f0-4244-87b5-83c2-6e47a7cef11a\",\"events\":{}},\"7704457-31a-3a0c-4ee-8ec2dabf248e\":{\"uuid\":\"7704457-31a-3a0c-4ee-8ec2dabf248e\",\"id\":\"msjError\",\"name\":\"msjError\",\"type\":\"text\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"minWidth\":\"unset\"},\"position\":{\"marginRight\":\"15px\",\"alignSelf\":\"center\",\"justifySelf\":\"center\"}},\"style\":{\"font\":{\"family\":\"Inter\",\"align\":\"center\",\"color\":\"#385573\"}}}},\"modifiedName\":true,\"modifiedId\":true,\"subtype\":\"h6\",\"props\":{\"value\":{\"props\":{\"value\":\"Lo sentimos, el Libro \\\"Nombre del Libro\\\" no puede comprarse en este momento. Para finalizar la compra podes eliminarlo del carrito y volver a intentarlo\"},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\"},\"parent\":\"df413c-d5f-55af-ad65-00f57adc41da\",\"events\":{}},\"b86a354-7178-be6b-f80-4dd0e118c02\":{\"uuid\":\"b86a354-7178-be6b-f80-4dd0e118c02\",\"id\":\"icon5\",\"name\":\"icon5\",\"type\":\"icon\",\"subitems\":[],\"layout\":{\"DESKTOP\":{\"structure\":{\"size\":{\"width\":\"16px\",\"height\":\"16px\"},\"position\":{\"marginTop\":\"-16px\",\"justifySelf\":\"end\"}},\"style\":{\"color\":{\"color\":\"#0068B4\"}}}},\"modifiedName\":false,\"modifiedId\":false,\"subtype\":\"small_icon\",\"props\":{\"value\":{\"props\":{\"value\":{\"type\":\"fontawesome\",\"value\":[\"far\",\"window-close\"]}},\"type\":\"LITERAL\"}},\"relatedAttribute\":{},\"hyperLink\":{\"destinityType\":\"_self\",\"scroll\":{\"behavior\":\"auto\",\"block\":\"nearest\",\"line\":\"nearest\"},\"link\":{\"operation\":\"HIDE\",\"type\":\"ELEMENT\",\"idObject\":\"b41d1f0-4244-87b5-83c2-6e47a7cef11a\"}},\"parent\":\"df413c-d5f-55af-ad65-00f57adc41da\",\"events\":{}}},\"root\":[\"8a0bcf-6422-7a8d-f0fe-8ab31cdbdaa\",\"17382f6-ee48-ca10-4a5d-b28c3c3caace\"]},\"breakpoints\":{},\"linkDependencies\":{},\"events\":{\"beforeViewUnload\":\"beforeViewUnload\",\"onInit\":\"onInit\",\"afterViewInit\":\"afterViewInit\"},\"buildingBlocks\":[],\"isBuildingBlock\":true,\"isReferable\":true,\"translatedObjects\":{},\"translatable\":false,\"prompts\":[],\"ssr\":false,\"globalStyles\":\"/* \\nYou can put your page styles here\\n\\nYou can access your elements by using their name or id\\n\\nIf you override a style, make sure to use the \\u0027!important\\u0027 declaration\\n*/\",\"version\":0}"}
{"idPage":"9f6f1b2a-db68-492a-aade-493ba4483844","idApplication":"2A504DDD516D43C","dsDisplayName":"Main Home","dsName":"MainHome","dsDescription":"","url":"mainHome","title":"tiendalibros.com","image":{},"images":{"111de07-4e-4e81-3c01-76b26f07e7dc":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d202412091530090514251491308830058202412091530090514251491308830058.svg\u0026dsOriginalFilename\u003dGroup (2).svg"},"dace26f-fac7-6471-18f2-288a131f264c":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d20241209153009087246626572246520752024120915300908724662657224652075.svg\u0026dsOriginalFilename\u003dcarrito.svg"},"a623fb4-dd4-80d5-cda-ec58eb7721":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d2024120915300901788016339789264820241209153009017880163397892648.svg\u0026dsOriginalFilename\u003dGroup.svg"},"c5a12ed-7da1-5aee-6c25-c87ed54":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d20241209153009033244439554466994282024120915300903324443955446699428.png\u0026dsOriginalFilename\u003dGroup.png"},"4fa844-7e28-36d0-f620-e41b246f56a":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d202412091530091219629574638935104202412091530091219629574638935104.svg\u0026dsOriginalFilename\u003dGrupo 4.svg"},"a8dfcd7-a474-a411-715-a6d1d32c3ea":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d202412091530090667942393922956684202412091530090667942393922956684.svg\u0026dsOriginalFilename\u003dGroup (2).svg"},"b36350-043-122d-e050-3dd7b71788e":{"type":"LINK","fileId":"\u0026cdRepositorio\u003dIDB\u0026dsFilename\u003d20241209153009107342028263081001762024120915300910734202826308100176.png\u0026dsOriginalFilename\u003dfavicon.png"}},"cdState":1,"accessLevel":0,"sourceCode":"let resizeObserve;\nlet paisesDisponibles \u003d [\"MX\", \"CO\", \"AR\",\"VE\", \"PE\", \"CL\", \"GT\", \"EC\", \"CU\", \"BO\", \"DO\", \"HN\", \"SV\", \"PY\", \"NI\", \"CR\", \"PR\", \"PA\", \"UY\"];\nlet currentPage \u003d \u0027mainContent\u0027;\nlet applicationLink;\nlet mobileCheck \u003d false;\nconst mediaQuery \u003d window.matchMedia(\u0027(min-width: 800px) and (max-width: 1280px)\u0027);\n\ndocument.head.querySelector(\"link[rel\u003dicon]\").href \u003d \"https://deyel-pub-sto-o.s3.us-east-2.amazonaws.com/NoProduction1-2/tiendalibrosdev/202404/25/2500f35933c841bf9e3d49a8513b0d84.png\";\n\n// This method is called after the page load, before any rendering\nfunction onInit() {\n history.pushState({}, \"\", \"/\");\n console.log(\"test mobile param \", $d.getParameter(\u0027mobile\u0027).getValue());\n console.log(\"--------Entro al onInit\");\n $d.getElement(\u0027layout5\u0027).setVisible(!isMobile());\n $d.getImage(\"image7\").setBackgroundSize(\"40px\");\n applicationLink \u003d document.getElementById(\"APPLICATION_LINK\").value;\n let mobileNode \u003d document.getElementById(\"mobile\");\n if (mobileNode \u0026\u0026 mobileNode.value) {\n mobileCheck \u003d mobileNode.value;\n }\n //window.parent.postMessage({ operation: \"page_load\" });\n if ($d.getContainer(\u0027shopContainer\u0027).getDOMElement()) {\n $d.getContainer(\u0027shopContainer\u0027).getDOMElement().style.cursor \u003d \"pointer\";\n }\n if ($d.getParameter(\u0027target\u0027).getValue()) {\n currentPage \u003d $d.getParameter(\u0027target\u0027).getValue();\n }\n if (currentPage \u003d\u003d\u003d \u0027successCheckout\u0027) {\n $d.getElement(\u0027contadorItemsContain\u0027).setVisible(false);\n $d.getVariable(\u0027itemsQuantity\u0027).setValue(0);\n\n history.pushState({}, \"\", \"/\");\n }\n\n if (($d.getCurrentBreakpoint() \u003d\u003d\u003d \"MOBILE\" || $d.getCurrentBreakpoint() \u003d\u003d\u003d \"TABLET\") \u0026\u0026 !isMobile()) {\n $d.getContainer(\u0027container5\u0027).setVisible(true);\n }\n\n handleMediaQueryChange(mediaQuery);\n \n removeZoomIOS();\n}\n\nfunction showCart() {\n document.documentElement.style.overflow \u003d \"hidden\";\n console.log(\"HEADER---Usuario: \", $d.getCurrentUser().getUsername(), \"Nota localStorage: \", localStorage.getItem(\u0027pIdPurchaseOrder\u0027));\n\n if ($d.getCurrentUser().getUsername() \u003d\u003d \"ANONYMOUS\" \u0026\u0026 localStorage.getItem(\u0027pIdPurchaseOrder\u0027) \u003d\u003d null || localStorage.getItem(\u0027pIdPurchaseOrder\u0027) \u003d\u003d undefined) {\n console.log(\"no tengo nota en el localStorage\");\n $d.getPage(\u0027page1\u0027).$d.setFilter();\n } else if ($d.getCurrentUser().getUsername() !\u003d \"ANONYMOUS\") {\n $d.getDataSource(\"CantidaddeItemsenelCarrito\").setFilter(\"idBuyerUser\", \"eq\", \"LITERAL\", $d.getCurrentUser().getUsername());\n }\n}\n\nfunction updateCart(emit \u003d true) {\n console.log(localStorage.getItem(\"pIdPurchaseOrder\"));\n\n $d.getPage(\u0027page1\u0027).getWindow().setFilter(emit);\n}\n\n\nfunction applyFitersCatalog() {\n let inputCodigoMoneda \u003d $d.getText(\"textMoneda\").getValue();\n\n\n console.log(\"Moneda(\" + inputCodigoMoneda + \")\");\n\n if (inputCodigoMoneda \u003d\u003d undefined || inputCodigoMoneda \u003d\u003d \"\" || inputCodigoMoneda \u003d\u003d NaN) {\n inputCodigoMoneda \u003d null;\n }\n\n\n try {\n //Actualizo la variable moneda de la pagina\n $d.getVariable(\"coin\").setValue(inputCodigoMoneda);\n loadIframe(currentPage);\n } catch (e) {\n console.log(\"error iframe: \", e);\n }\n}\n\n\nfunction text8_onClick(event) {\n localStorage.removeItem(\"pIdPurchaseOrder\");\n}\n\nfunction closeShopMenu() {\n $d.getPage(\"page1\").setVisible(false);\n $d.getContainer(\"backgroundCarrito\").setVisible(false);\n $d.getContainer(\"backgroundCarrito1\").setVisible(false);\n $d.getContainer(\"backgroundCarrito2\").setVisible(false);\n}\n\nfunction inputMoneda_afterViewInit(event) {\n const color \u003d \"#ffffff\";\n const styles \u003d document.createElement(\"style\");\n styles.innerHTML \u003d `\n [id\u003d\"b474201-60df-afe-4758-8d56e27472f\"] svg {\n color: ${color} !important;\n fill: ${color} !important;\n }\n [id\u003d\"b474201-60df-afe-4758-8d56e27472f\"] [data-icon\u003d\"times\"] {\n display: none;\n }\n #list-b474201-60df-afe-4758-8d56e27472f {\n border-radius: 10px;\n font-family: Inter;\n font-size: 16px;\n text-align: left;\n line-height: 1.15;\n letter-spacing: 0px;\n color: rgb(11, 34, 57);\n }\n `;\n document.head.append(styles);\n}\n\n\nfunction inputMoneda_onChange(event) {\n applyFitersCatalog();\n}\n\nfunction image4_onClick(event) {\n if (window.AndroidApp || window.webkit \u0026\u0026 window.webkit.messageHandlers[\"iOSApp\"]) {\n $d.redirectToPage(\"f68f16f8-8cfb-4893-b148-051cb8698b1e\", \"_blank\");\n return;\n }\n const newVisibility \u003d !$d.getPage(\"page1\").getVisible();\n $d.getPage(\"page1\").setVisible(newVisibility);\n $d.getContainer(\"backgroundCarrito\").setVisible(newVisibility);\n $d.getContainer(\"backgroundCarrito1\").setVisible(newVisibility);\n $d.getContainer(\"backgroundCarrito2\").setVisible(newVisibility);\n}\n\nfunction page1_afterViewInit(event) {\n $d.getPage(\"page1\").getDOMElement().parentNode.style.height \u003d \"calc(100vh - 8.16vw)\";\n}\n\n\nfunction afterViewInit_1(event) {\n addGoogleTagManager();\n\n document.documentElement.style.overflow \u003d \"hidden\";\n\n getCountry();\n\n /*\n const handleResize \u003d ([entry]) \u003d\u003e {\n const menuVisibility \u003d $d.getPage(\"page1\").getVisible();\n if (menuVisibility) return;\n \n const { height } \u003d entry.contentRect;\n window.parent.updateHeaderMesuare(\"custom\", { height });\n }\n \n resizeObserve \u003d new ResizeObserver(handleResize);\n resizeObserve.observe(document.body);\n */\n\n const handleMessage \u003d (message) \u003d\u003e {\n if (message \u003d\u003d\u003d \"updateCart\") updateCart(false);\n if (message \u003d\u003d\u003d \"updateMyBooks\") updateMyBooks();\n }\n $d.listenBroadcastMessage(\"broadcast\", handleMessage);\n\n}\n\n// This method is called when the page is about to be unloaded\nfunction beforeViewUnload() {\n // resizeObserve.unobserve(document.body);\n}\n\nfunction getCountry() {\n let cdUserCountry \u003d localStorage.getItem(\u0027cdUserCountry\u0027);\n let dtUserCountry \u003d localStorage.getItem(\u0027dtUserCountry\u0027);\n\n var diferenciaEnMinutos \u003d 0;\n\n if (dtUserCountry) {\n var dtStore \u003d new Date(Number(dtUserCountry));\n let today \u003d new Date();\n\n // Calcular la diferencia en milisegundos\n var diferenciaEnMilisegundos \u003d Math.abs(today - dtStore);\n\n // Calcular la diferencia en minutos\n diferenciaEnMinutos \u003d diferenciaEnMilisegundos / (1000 * 60);\n }\n if (cdUserCountry \u0026\u0026 diferenciaEnMinutos \u003c 30) {\n checkDisponiblePais(cdUserCountry);\n } else {\n $.getJSON(\u0027https://ipapi.co/json/\u0027, function (data) {\n let userAddressData \u003d JSON.stringify(data, null, 2);\n\n //Obtengo el string en formato json\n let addressData \u003d JSON.parse(userAddressData);\n let country \u003d addressData.country_code;\n\n let now \u003d Date.now();\n\n localStorage.setItem(\u0027cdUserCountry\u0027, country);\n localStorage.setItem(\u0027dtUserCountry\u0027, now);\n\n checkDisponiblePais(country);\n\n loadIframe(currentPage);\n });\n }\n}\n\nfunction checkDisponiblePais(country) {\n const noDisponiblePais \u003d !paisesDisponibles.includes(country);\n $d.getPage(\"page1\").setParameters({ canBuy: !noDisponiblePais });\n\n if (noDisponiblePais) {\n // Toma estos por defecto si el pais no está disponible\n $d.getVariable(\"country\").setValue(\"AR\");\n $d.getVariable(\"coin\").setValue(\"USD\");\n // Ocultamos cosas\n $d.getImage(\"image2\").setVisible(false);\n $d.getLayout(\"loguedUserlayout\").setVisible(false);\n $d.getLayout(\"unloguedUserLayout\").setVisible(false);\n try {\n //Actualizo la variable moneda de la pagina\n loadIframe(currentPage);\n } catch (e) {\n console.log(\"error iframe: \", e);\n }\n } else {\n $d.getVariable(\"country\").setValue(country);\n getCurrency();\n }\n}\n\nfunction image4_afterViewInit(event) {\n $d.getElement(\u0027image4\u0027).getDOMElement().style.cursor \u003d \"pointer\";\n}\n\nconst getPageParams \u003d (customParams \u003d {}) \u003d\u003e {\n const nuSecHidden \u003d document.getElementById(\"nuSecHidden\").value;\n let accessToken \u003d localStorage.getItem(nuSecHidden);\n let refreshToken \u003d localStorage.getItem(nuSecHidden + \"-refresh\");\n return {\n country: $d.getVariable(\"country\").getValue(),\n coin: $d.getVariable(\"coin\").getValue(),\n mobile: mobileCheck,\n access_token: accessToken,\n refresh_token: refreshToken,\n \u0027app-deyel\u0027: \u00272A504DDD516D43C\u0027,\n ...customParams,\n };\n}\n\nfunction loadIframe(showPage, customParams) {\n $d.getVariable(\"isFree\").setValue(false);\n // erroes en redireccion en mobile\n if (!applicationLink) {\n console.log(\"----------------APPLICATION LINK IS \" + applicationLink);\n onInit();\n showPage \u003d currentPage;\n }\n\n const params \u003d new URLSearchParams(getPageParams(customParams));\n\n if (isMobile() \u0026\u0026 (showPage \u003d\u003d\u003d \u0027myLibrary\u0027 || showPage \u003d\u003d\u003d \u0027myAccount\u0027)) {\n params.delete(\u0027access_token\u0027);\n params.delete(\u0027refresh_token\u0027);\n }\n\n if (showPage \u003d\u003d\u003d \u0027detail\u0027) {\n const idProduct \u003d $d.getParameter(\"idProduct\").getValue();\n params.append(\"idProduct\", idProduct);\n }\n\n if (showPage \u003d\u003d\u003d \u0027successCheckout\u0027) {\n const origin \u003d $d.getParameter(\"origin\").getValue();\n const idNotaDeVenta \u003d $d.getParameter(\"cdSaleNote\").getValue();\n const payment_intent_client_secret \u003d $d.getParameter(\"paymentintentclientsecret\").getValue();\n const merchant_order_id \u003d $d.getParameter(\"merchant_order_id\").getValue();\n const state \u003d $d.getParameter(\"state\").getValue();\n params.append(\"origin\", origin);\n params.append(\"idNotaDeVenta\", idNotaDeVenta);\n params.append(\"payment_intent_client_secret\", payment_intent_client_secret);\n params.append(\"merchant_order_id\", merchant_order_id);\n params.append(\"state\", state);\n }\n\n if (showPage \u003d\u003d\u003d \u0027freeBooks\u0027) {\n $d.getVariable(\"isFree\").setValue(true);\n params.append(\"origin\", showPage);\n showPage \u003d \"successCheckout\";\n }\n\n $d.getIframe(\u0027iframe1\u0027).getDOMElement().src \u003d `${applicationLink}pages/${showPage}?${params}`;\n}\n\nfunction showCatalogue() {\n if (currentPage !\u003d\u003d \u0027catalogue\u0027) {\n loadIframe(\u0027catalogue\u0027);\n currentPage \u003d undefined;\n }\n}\n\nfunction setCurrentPage(newPage) {\n currentPage \u003d newPage;\n}\n\n\nfunction backgroundCarrito_onClick(event) {\n closeShopMenu();\n}\n\nconst isMobile \u003d () \u003d\u003e {\n let mobileNode \u003d document.getElementById(\"mobile\");\n if (mobileNode \u0026\u0026 mobileNode.value \u0026\u0026 mobileNode.value \u003d\u003d\u003d \u0027true\u0027) {\n return mobileNode.value;\n }\n return false;\n};\n\nconst menuMobileRedirect \u003d (idPage) \u003d\u003e {\n const target \u003d isMobile() ? \"_blank\" : \"iframe1\";\n $d.redirectToPage(idPage, target, getPageParams());\n}\n\nfunction item8_onClick(event) {\n menuMobileRedirect(\"2b5cf91a-57f9-494f-97b8-0396666d12fb\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction item9_onClick(event) {\n menuMobileRedirect(\"24418b4e-6317-450b-918f-8f306883cf84\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction item3_onClick(event) {\n menuMobileRedirect(\"f2789fc1-3024-4a8f-9dc2-020b8b289724\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction creaTuCuentaItem_onClick(event) {\n menuMobileRedirect(\"2cedd723-3571-4f0c-8fa1-0a41af3553af\");\n}\n\nfunction creaTuCuentaItem_afterViewInit(event) {\n $d.getElement(\"creaTuCuentaItem\").getDOMElement().style.cursor \u003d \"pointer\";\n}\n\nfunction logInItem_onClick(event) {\n //menuMobileRedirect(\"c736d-c524-f8fa-2d3f-8c7165560a\");\n if (isMobile()) {\n let msg \u003d {\n operation: \"goToTab\",\n tabIndex: 4, //redirijo al tab \"mi cuenta\"\n };\n\n window.parent.parent.postMessage(msg, \"*\");\n if (window.AndroidApp) {\n window.AndroidApp.postMessage(JSON.stringify(msg));\n } else if (window.webkit \u0026\u0026 window.webkit.messageHandlers[\"iOSApp\"]) {\n window.webkit.messageHandlers[\"iOSApp\"].postMessage(msg);\n }\n } else {\n $d.redirectToPage(\"c736d-c524-f8fa-2d3f-8c7165560a\", \"iframe1\");\n }\n}\n\nfunction logInItem_afterViewInit(event) {\n $d.getElement(\"logInItem\").getDOMElement().style.cursor \u003d \"pointer\";\n\n}\n\nfunction backgroundCarrito1_onClick(event) {\n closeShopMenu();\n}\n\nfunction backgroundCarrito2_onClick(event) {\n closeShopMenu();\n}\n\n/* User Menu Visibility handlers */\n\nfunction isMobileBreakpoint() {\n return $d.getCurrentBreakpoint() \u003d\u003d\u003d \"MOBILE\";\n}\n\nfunction loguedUserlayout_onMouseIn(event) {\n const isMobile \u003d isMobileBreakpoint();\n\n if (isMobile) return;\n\n $d.getContainer(\"explorerMenu\").setVisible(true);\n\n $d.getContainer(\"containerEmpty\").setVisible(true);\n $d.getContainer(\"containerEmpty2\").setVisible(true);\n}\n\nfunction loguedUserlayout_onMouseOut(event) {\n const isMobile \u003d isMobileBreakpoint();\n\n if (isMobile) return;\n\n const id \u003d \"#preview-modeler-component-a48fd52-0680-a506-afe4-dab3bcece777\";\n if (!event.relatedTarget.closest(id)) {\n // $d.getContainer(\"explorerMenu\").setVisible(false);\n\n //$d.getContainer(\"containerEmpty\").setVisible(false);\n //$d.getContainer(\"containerEmpty2\").setVisible(false);\n }\n}\n\nfunction loguedUserlayout_afterViewInit(event) {\n const domElement \u003d $d.getLayout(\"loguedUserlayout\").getDOMElement();\n\n domElement.style.cursor \u003d \"pointer\";\n}\n\nfunction toogleExplorerMenu(id) {\n const isVisible \u003d $d.getContainer(id).getVisible();\n\n $d.getContainer(id).setVisible(!isVisible);\n\n $d.getContainer(\"containerEmpty\").setVisible(!isVisible);\n $d.getContainer(\"containerEmpty2\").setVisible(!isVisible);\n\n}\n\nfunction loguedUserlayout_onClick(event) {\n const isMobile \u003d isMobileBreakpoint();\n\n if (isMobile) {\n //toogleExplorerMenu(\"explorerMenuMobile\");\n } else {\n toogleExplorerMenu(\"explorerMenu\");\n }\n}\n\nfunction icon4_afterViewInit(event) {\n const domElement \u003d $d.getIcon(\"icon4\").getDOMElement().parentNode;\n\n domElement.style.pointerEvents \u003d \"none\";\n}\n\n/* ********* */\n\n\nfunction containerEmpty_onClick(event) {\n $d.getContainer(\"explorerMenu\").setVisible(false);\n $d.getContainer(\"containerEmpty\").setVisible(false);\n $d.getContainer(\"containerEmpty2\").setVisible(false);\n //$d.getContainer(\"containerEmpty3\").setVisible(!isVisible);\n}\n\nfunction containerEmpty2_onClick(event) {\n $d.getContainer(\"explorerMenu\").setVisible(false);\n $d.getContainer(\"containerEmpty\").setVisible(false);\n $d.getContainer(\"containerEmpty2\").setVisible(false);\n}\n\nfunction item33_onClick(event) {\n menuMobileRedirect(\"23d59d1e-b3de-4436-90a3-6723c69e4c52\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction item34_onClick(event) {\n menuMobileRedirect(\"d2a4e817-be8e-46f8-b573-8b272428971c\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction updateMyBooks() {\n console.log(\"entre a updateMB\");\n $d.getIframe(\u0027iframe1\u0027).getDOMElement().contentWindow.updateMyBooks();\n}\n\nfunction logoCompletoApp_onClick(event) {\n if (($d.getCurrentBreakpoint() \u003d\u003d\u003d \"MOBILE\" || $d.getCurrentBreakpoint() \u003d\u003d\u003d \"TABLET\") \u0026\u0026 !isMobile()) {\n menuMobileRedirect(\"44c4d202-982f-4056-a973-fdfa393dc653\");\n }\n}\n\nfunction item36_onClick(event) {\n menuMobileRedirect(\"4557e6b2-20fa-4b47-9606-939748bf8c35\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction item35_onClick(event) {\n menuMobileRedirect(\"2dccf106-c30d-4c1c-979f-c6171a19440a\");\n $d.getContainer(\"explorerMenuMobile\").setVisible(false);\n}\n\nfunction getCurrency() {\n $d.getDataSource(\"Monedas\").execute(function (result) {\n console.log(\"instances: \", result.instances);\n for (let pos \u003d 0; pos \u003c result.instances.length; pos++) {\n let instance \u003d result.instances[pos];\n console.log(\"instance: \", instance);\n\n let id \u003d instance.id;\n let predeterminado \u003d instance.predeterminado;\n\n console.log(\"la moneda con id: \", id, \" es predeterminada? \", predeterminado);\n if (predeterminado) {\n\n $d.getInput(\"inputMoneda\").setValue(id);\n $d.getText(\"textMoneda\").setValue(instance.codigoDeMoneda);\n\n applyFitersCatalog();\n break;\n }\n };\n });\n}\n\nfunction addGoogleTagManager() {\n var headNode \u003d document.head;\n var bodyNode \u003d document.body;\n\n //Meta\n var scriptNodeMeta \u003d document.createElement(\u0027script\u0027);\n scriptNodeMeta.type \u003d \u0027text/javascript\u0027;\n scriptNodeMeta.nonce \u003d window.nonceScript;\n scriptNodeMeta.innerHTML \u003d \"!function(f,b,e,v,n,t,s){if(f.fbq)return;n\u003df.fbq\u003dfunction(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq\u003dn;n.push\u003dn;n.loaded\u003d!0;n.version\u003d\u00272.0\u0027;n.queue\u003d[];t\u003db.createElement(e);t.async\u003d!0;t.src\u003dv;s\u003db.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,\u0027script\u0027,\u0027https://connect.facebook.net/en_US/fbevents.js\u0027);fbq(\u0027init\u0027, \u00271537714363832927\u0027);fbq(\u0027track\u0027, \u0027PageView\u0027);\";\n headNode.prepend(scriptNodeMeta);\n\n var noscriptNodeMeta \u003d document.createElement(\u0027noscript\u0027);\n noscriptNodeMeta.innerHTML \u003d \u0027\u003cimg height\u003d\"1\" width\u003d\"1\" style\u003d\"display:none\" src\u003d\"https://www.facebook.com/tr?id\u003d1537714363832927\u0026ev\u003dPageView\u0026noscript\u003d1\"/\u003e\u0027;\n bodyNode.insertAdjacentElement(\"afterbegin\", noscriptNodeMeta);\n\n var metaNodeMeta \u003d document.createElement(\u0027meta\u0027);\n metaNodeMeta.name \u003d \u0027facebook-domain-verification\u0027;\n metaNodeMeta.content \u003d \u0027u2vqh7mumdmy6061s3q9ls9v2be3og\u0027;\n headNode.prepend( metaNodeMeta);\n\n //Google\n var scriptNodeGoogle \u003d document.createElement(\u0027script\u0027);\n scriptNodeGoogle.type \u003d \u0027text/javascript\u0027;\n scriptNodeGoogle.nonce \u003d window.nonceScript;\n scriptNodeGoogle.innerHTML \u003d \"(function(w,d,s,l,i){w[l]\u003dw[l]||[];w[l].push({\u0027gtm.start\u0027:new Date().getTime(),event:\u0027gtm.js\u0027});var f\u003dd.getElementsByTagName(s)[0],j\u003dd.createElement(s),dl\u003dl!\u003d\u0027dataLayer\u0027?\u0027\u0026l\u003d\u0027+l:\u0027\u0027;j.async\u003dtrue;j.src\u003d\u0027https://www.googletagmanager.com/gtm.js?id\u003d\u0027+i+dl;f.parentNode.insertBefore(j,f);})(window,document,\u0027script\u0027,\u0027dataLayer\u0027,\u0027GTM-PTRFJSZB\u0027);\";\n headNode.prepend(scriptNodeGoogle);\n\n\n var noscriptNodeGoogle \u003d document.createElement(\u0027noscript\u0027);\n noscriptNodeGoogle.innerHTML \u003d \u0027\u003ciframe src\u003d\"https://www.googletagmanager.com/ns.html?id\u003dGTM-PTRFJSZB\"height\u003d\"0\" width\u003d\"0\" style\u003d\"display:none;visibility:hidden\"\u003e\u003c/iframe\u003e\u0027;\n bodyNode.insertAdjacentElement(\"afterbegin\", noscriptNodeGoogle);\n\n //nuevo script de Google\n let newScriptGoogle \u003d document.createElement(\u0027script\u0027);\n newScriptGoogle.type\u003d \u0027text/javascript\u0027;\n newScriptGoogle.innerHTML \u003d `\n window.dataLayer \u003d window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag(\u0027js\u0027, new Date());\n\n gtag(\u0027config\u0027, \u0027G-YMDRJ3WQ0R\u0027);\n `;\n headNode.prepend(newScriptGoogle); \n\n //google shopping:\n let metaGoogle \u003d document.createElement(\u0027meta\u0027);\n metaGoogle.name \u003d \u0027google-site-verification\u0027;\n metaGoogle.content \u003d \u0027UsZE8QI9xPZCxG96nuv8Kmmpsb7ptMkWki5WifnRP5E\u0027;\n headNode.prepend( metaGoogle);\n \n}\n\nfunction handleMediaQueryChange(e) {\n if(!isMobile()){\n if (e.matches) {\n \n const style1 \u003d document.createElement(\"style\");\n style1.innerHTML \u003d `\n #bf6cc1-17-548a-1fdf-eab8dc7d47 {\n height: 88vh !important;\n }\n `;\n document.head.append(style1);\n \n\n } else {\n // console.log(\u0027La ventana tiene más de 1280px de ancho\u0027);\n }\n }\n}\n\nfunction removeZoomIOS(){\n document.querySelector(`meta[name\u003d\"viewport\"]`).content \u003d \"width\u003ddevice-width, minimum-scale\u003d1.0, maximum-scale\u003d1.0, user-scalable\u003dno\";\n \n const style \u003d document.createElement(\"style\");\n const globalStyles \u003d `\n body {\n overflow-x: hidden;\n touch-action: pan-y;\n }\n `;\n style.innerHTML \u003d globalStyles;\n document.head.append(style);\n}\n\nwindow.onMPRedirect \u003d () \u003d\u003e {\n const closeElement \u003d document.querySelector(\".rs-modal-header-close\");\n if (closeElement) closeElement.style.setProperty(\"display\", \"none\", \"important\");\n\n const backgroundElement \u003d document.querySelector(\".rs-modal-backdrop\");\n if (backgroundElement) backgroundElement.style.setProperty(\"pointer-events\", \"none\", \"important\");\n}\n\nwindow.showModalClose \u003d () \u003d\u003e {\n const closeElement \u003d document.querySelector(\".rs-modal-header-close\");\n if (closeElement) closeElement.style.setProperty(\"display\", \"block\", \"important\");\n\n const backgroundElement \u003d document.querySelector(\".rs-modal-backdrop\");\n if (backgroundElement) backgroundElement.style.setProperty(\"pointer-events\", \"auto\", \"important\");\n}","dataSources":[{"uuid":"c2abceb-be84-26c0-8465-472621c8cdf0","id":"User","name":"User","type":"FORM","source":"UU0","select":["__dsFirstName","__cdUser","__imgUser","__imagenPortada"],"count":0,"filters":[{"code":"cdUser","operation":["eq"],"value":["5fa5d-6def-36c1-0c84-7a3257f7e4e3"],"type":"VARIABLE","filterEmpty":false}],"cache":false,"initialExecute":true},{"uuid":"e30d7d-c30b-e01a-2722-5fb455b7ea","id":"CantidaddeItemsenelCarrito","name":"Cantidad de Items en el Carrito","type":"FORM","source":"CRM_ORDE1596116145","select":["__itemsQuantity"],"count":0,"filters":[{"code":"idBuyerUser","operation":["eq"],"value":["5fa5d-6def-36c1-0c84-7a3257f7e4e3"],"type":"VARIABLE","filterEmpty":true},{"code":"cdStatus","operation":["in"],"value":["{\"code\":5,\"value\":\"Pendiente Confirmación\"}"],"type":"LITERAL","filterEmpty":true}],"cache":false,"initialExecute":true},{"uuid":"67804f8-6abd-b4e-5661-c65dc5070ac","id":"Generos","name":"Géneros","type":"FORM","source":"GENE1695673600","select":["subject","__subject","__id"],"count":0,"filters":[],"cache":false,"initialExecute":true},{"uuid":"a4c4d-5a2d-fd6f-36ad-acddc04771ff","id":"Monedas","name":"Monedas","type":"FORM","source":"CODI1700592641","select":["__codigoDeMoneda","__codigoDePais","__predeterminado","__id","__flag"],"count":0,"filters":[{"code":"codigoDePais","operation":["eq"],"value":["72be3e-b7fe-e2e5-65ed-578ba7f66fe"],"type":"VARIABLE","filterEmpty":false},{"code":"predeterminado","operation":["eq"],"value":["true"],"type":"LITERAL","filterEmpty":true}],"cache":false,"initialExecute":false}],"params":[{"uuid":"bcd4ec-5d8-a118-8e12-df223a746ef2","id":"CantidadItems","name":"CantidadItems","type":"string"},{"uuid":"c6d3366-4c06-d880-efee-62538af3f04","id":"cdSaleNote","name":"cdSaleNote","type":"string"},{"uuid":"e44e7d-bedc-506-76b0-556c68a65868","id":"appMobile","name":"appMobile","type":"boolean"},{"uuid":"0c8334a-3c36-acdc-15ca-de1be26ccee4","id":"target","name":"target","type":"string"},{"uuid":"5567c6-0fe4-ac0b-00a8-b03b0164d8","id":"idProduct","name":"idProduct","type":"string"},{"uuid":"8dff78-3a5-ce0b-0861-f47a4fdfada1","id":"origin","name":"origin","type":"string"},{"uuid":"3b7572-84f-eb36-3dab-22e273ac203","id":"paymentintentclientsecret","name":"payment_intent_client_secret","type":"string"},{"uuid":"28c5210-4f10-a3ce-cc0e-556eb0504663","id":"merchant_order_id","name":"merchant_order_id","type":"string"},{"uuid":"f1bb35b-7a82-d411-7c7f-4fc32a628b2","id":"state","name":"state","type":"string"},{"uuid":"7de2125-f6ae-dcab-bcfc-61537147d2e6","id":"mobile","name":"mobile","type":"boolean"}],"variables":[{"uuid":"5fa5d-6def-36c1-0c84-7a3257f7e4e3","id":"onlineUser","name":"onlineUser","type":"string","initialValue":"__userCode"},{"uuid":"18bf2cd-6608-bac2-42d5-e07bd8486422","id":"itemsQuantity","name":"itemsQuantity","type":"string"},{"uuid":"3af8d12-7b56-7ab2-de6d-7d10721b578","id":"currencyId","name":"currencyId","type":"number"},{"uuid":"72be3e-b7fe-e2e5-65ed-578ba7f66fe","id":"country","name":"country","type":"string"},{"uuid":"806bf5-8a20-50f8-6b4-7f5c4acc7a1","id":"coin","name":"coin","type":"string"},{"uuid":"c0b1cd5-fc66-a8bd-f85-5a0be1fb7a74","id":"isFree","name":"isFree","type":"boolean"}],"lsPermissionAssignment":[{"idPermission":"ANONYMOUS","idApplication":"GLOBAL","lsCodeFunctions":["PG_@@@_U001","PG_@@@USE","PG_@@@N000_@@@"]},{"idPermission":"MODELADOR","idApplication":"GLOBAL","lsCodeFunctions":["PG_@@@N000_@@@","PG_@@@_MODELER","PG_@@@_V001","PG_@@@_MG1","PG_@@@_G004","PG_@@@_ST1","PG_@@@_ST2","PG_@@@_ST4","PG_@@@_ST5","PG_@@@USE","PG_@@@_U001"]},{"idPermission":"USUARIOFINAL01","idApplication":"DEYEL","lsCodeFunctions":["PG_@@@N000_@@@","PG_@@@USE","PG_@@@_U001"]}],"cdUserLastUpdate":"AFARIAS","dtLastUpdate":"2025-04-23 17:14:25.0","cdUserStore":"AFARIAS","dtStore":"2024-05-03 14:44:47.0","elements":{"components":{"root":{"uuid":"root","id":"root","name":"root","type":"root","layout":{"DESKTOP":{"structure":{"size":{"width":"76.33%","height":"100vh","minHeight":"unset","minWidth":"unset"}}},"TABLET":{"structure":{"size":{"width":"131.25%","height":"676px"}}},"MOBILE":{"structure":{"size":{"width":"121.11%","height":"688px"}}}},"events":{}},"c07ab87-4481-7c13-2ad-5433570d5fd":{"type":"section","subitems":["7abc8eb-57cc-0cc8-4e28-620a813d1d6b","f78147-813-ba57-256-f482fdd6f77","ffca0df-a66-1ce-826-bc45d66f4ca5","2d3e37e-4084-78c3-5a1c-8b308758675f","fb2f804-10e-d4de-8b75-fa85ed7f483d","bd522e-a6bc-a34-45e7-8e746f6dda61","b46fb1e-0353-2a28-4f2c-dafabedf483d","bc28cbe-11c3-07dd-dca7-6c5c04e7fa","7617c31-077d-afd2-df8-bf8f17d282d","0d857b-02c7-cdd4-b0f7-65da78efc0a6"],"layout":{"DESKTOP":{"structure":{"size":{"height":"8.16vw","minHeight":"unset"},"position":{"position":"sticky"}},"style":{"padding":{"paddingLeft":"0%"}}},"TABLET":{"structure":{"size":{"height":"160px"}}},"MOBILE":{"structure":{"size":{"height":"auto","maxHeight":"none"},"position":{"position":"relative","marginLeft":"0%"}},"style":{"padding":{"paddingLeft":"0px"}}}},"uuid":"c07ab87-4481-7c13-2ad-5433570d5fd","id":"section1","name":"section1","events":{}},"f78147-813-ba57-256-f482fdd6f77":{"uuid":"f78147-813-ba57-256-f482fdd6f77","id":"header","name":"header","type":"container","subitems":["d76878c-46bb-f3a0-a17-5aa40302aff6"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"padding":{"paddingLeft":"5%","paddingRight":"5.8%"},"background":{"color":"#0b2239","opacity":"ff"}}}},"TABLET":{"style":{"regular":{"padding":{"paddingRight":"5%"}}}},"MOBILE":{"structure":{"size":{"minHeight":"120px"}},"style":{"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{}},"d76878c-46bb-f3a0-a17-5aa40302aff6":{"uuid":"d76878c-46bb-f3a0-a17-5aa40302aff6","id":"container2","name":"container2","type":"container","subitems":["54b86-55cf-0cb-127c-fa73d284050","16c42bf-67b6-72eb-b454-bdfa8a8bb7f","0b7bd3d-34c3-07e7-c47e-4fcb8aaf3b3e","0c27f0c-cb16-fb60-a136-b271d4845d6","b474201-60df-afe-4758-8d56e27472f","8ecf25-d41d-625c-e32d-0a5784b00077","8a8eae2-b6be-40eb-383b-78d654253fa","d13c378-20e4-10c3-fff1-31b70b11c64b"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"5.81vw","minHeight":"unset","maxWidth":"none","minWidth":"100%"},"position":{"marginTop":"0px","alignSelf":"center","justifySelf":"center"}},"style":{"regular":{"padding":{"paddingLeft":0.0,"paddingRight":0.0}}}},"TABLET":{"structure":{"size":{"width":"100%","height":"120px"},"position":{"marginTop":0.0}}},"MOBILE":{"style":{"regular":{"padding":{"paddingLeft":"5%","paddingRight":"5%"}}}}},"modifiedName":false,"modifiedId":false,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"f78147-813-ba57-256-f482fdd6f77","events":{}},"54b86-55cf-0cb-127c-fa73d284050":{"uuid":"54b86-55cf-0cb-127c-fa73d284050","id":"image1","name":"image1","type":"image","subitems":[],"layout":{"MOBILE":{"structure":{"size":{"width":"45px","height":"64px"},"position":{"marginLeft":"8.1%","alignSelf":"center"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"small_image","props":{"value":{"props":{"value":"a623fb4-dd4-80d5-cda-ec58eb7721"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{}},"ffca0df-a66-1ce-826-bc45d66f4ca5":{"uuid":"ffca0df-a66-1ce-826-bc45d66f4ca5","id":"subheader","name":"subheader","type":"container","subitems":["4062b02-b737-cde8-8dd1-aaeddc4b6b2"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"40auto","minHeight":"unset","minWidth":"100%"},"position":{"marginTop":"5.79vw","justifySelf":"center"}},"style":{"regular":{"padding":{"paddingLeft":"5%","paddingRight":"5.8%"},"background":{"color":"#385573"}}}},"TABLET":{"style":{"regular":{"padding":{"paddingRight":"5%"}}},"structure":{"position":{"marginTop":"120px"}}},"MOBILE":{"structure":{"size":{"width":"100%","height":"auto"}},"style":{"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{}},"4062b02-b737-cde8-8dd1-aaeddc4b6b2":{"uuid":"4062b02-b737-cde8-8dd1-aaeddc4b6b2","id":"menu","name":"menu","type":"container","subitems":["af3af44-3e55-3581-f8fc-14b2f33bd4","2ecfa2a-76ac-ce2b-d5f8-808bd4c2c63","a48fd52-0680-a506-afe4-dab3bcece777","fbff38-edb2-5606-ecea-db52fba7467c","1a0ac8-3b5d-35ff-8b14-187dfba1ab"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","minHeight":"unset","maxWidth":"none","minWidth":"100%"},"position":{"justifySelf":"center"}},"style":{"regular":{"padding":{"paddingLeft":0.0,"paddingRight":0.0},"background":{"color":"#ff4900"}}}},"TABLET":{"structure":{"size":{"width":"100%","maxWidth":"100%"}}},"MOBILE":{"style":{"regular":{"padding":{"paddingRight":"5%","paddingLeft":"5%"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"Y(O(country\u003d\u003d\"AR\",country\u003d\u003d\"MX\",country\u003d\u003d\"CO\",country\u003d\u003d\"VE\",country\u003d\u003d\"PE\",country\u003d\u003d\"CL\",country\u003d\u003d\"GT\",country\u003d\u003d\"EC\",country\u003d\u003d\"CU\",country\u003d\u003d\"BO\",country\u003d\u003d\"DO\",country\u003d\u003d\"HN\",country\u003d\u003d\"SV\",country\u003d\u003d\"PY\",country\u003d\u003d\"NI\",country\u003d\u003d\"CR\",country\u003d\u003d\"PR\",country\u003d\u003d\"PA\",country\u003d\u003d\"UY\", country\u003d\u003d\"\"))\n","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"Y","range":[0.0,1.0]},"arguments":[{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"O","range":[2.0,3.0]},"arguments":[{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[4.0,11.0],"code":"country"},"right":{"type":"Literal","value":"AR","raw":"\"AR\"","range":[13.0,17.0]},"range":[4.0,17.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[18.0,25.0],"code":"country"},"right":{"type":"Literal","value":"MX","raw":"\"MX\"","range":[27.0,31.0]},"range":[18.0,31.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[32.0,39.0],"code":"country"},"right":{"type":"Literal","value":"CO","raw":"\"CO\"","range":[41.0,45.0]},"range":[32.0,45.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[46.0,53.0],"code":"country"},"right":{"type":"Literal","value":"VE","raw":"\"VE\"","range":[55.0,59.0]},"range":[46.0,59.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[60.0,67.0],"code":"country"},"right":{"type":"Literal","value":"PE","raw":"\"PE\"","range":[69.0,73.0]},"range":[60.0,73.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[74.0,81.0],"code":"country"},"right":{"type":"Literal","value":"CL","raw":"\"CL\"","range":[83.0,87.0]},"range":[74.0,87.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[88.0,95.0],"code":"country"},"right":{"type":"Literal","value":"GT","raw":"\"GT\"","range":[97.0,101.0]},"range":[88.0,101.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[102.0,109.0],"code":"country"},"right":{"type":"Literal","value":"EC","raw":"\"EC\"","range":[111.0,115.0]},"range":[102.0,115.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[116.0,123.0],"code":"country"},"right":{"type":"Literal","value":"CU","raw":"\"CU\"","range":[125.0,129.0]},"range":[116.0,129.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[130.0,137.0],"code":"country"},"right":{"type":"Literal","value":"BO","raw":"\"BO\"","range":[139.0,143.0]},"range":[130.0,143.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[144.0,151.0],"code":"country"},"right":{"type":"Literal","value":"DO","raw":"\"DO\"","range":[153.0,157.0]},"range":[144.0,157.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[158.0,165.0],"code":"country"},"right":{"type":"Literal","value":"HN","raw":"\"HN\"","range":[167.0,171.0]},"range":[158.0,171.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[172.0,179.0],"code":"country"},"right":{"type":"Literal","value":"SV","raw":"\"SV\"","range":[181.0,185.0]},"range":[172.0,185.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[186.0,193.0],"code":"country"},"right":{"type":"Literal","value":"PY","raw":"\"PY\"","range":[195.0,199.0]},"range":[186.0,199.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[200.0,207.0],"code":"country"},"right":{"type":"Literal","value":"NI","raw":"\"NI\"","range":[209.0,213.0]},"range":[200.0,213.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[214.0,221.0],"code":"country"},"right":{"type":"Literal","value":"CR","raw":"\"CR\"","range":[223.0,227.0]},"range":[214.0,227.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[228.0,235.0],"code":"country"},"right":{"type":"Literal","value":"PR","raw":"\"PR\"","range":[237.0,241.0]},"range":[228.0,241.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[242.0,249.0],"code":"country"},"right":{"type":"Literal","value":"PA","raw":"\"PA\"","range":[251.0,255.0]},"range":[242.0,255.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[256.0,263.0],"code":"country"},"right":{"type":"Literal","value":"UY","raw":"\"UY\"","range":[265.0,269.0]},"range":[256.0,269.0]},{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageParameterIdentifier","name":"country","range":[271.0,278.0],"code":"country"},"right":{"type":"Literal","value":"","raw":"\"\"","range":[280.0,282.0]},"range":[271.0,282.0]}],"range":[2.0,283.0]}],"range":[0.0,284.0]},"range":[0.0,284.0]}],"sourceType":"script","range":[0.0,284.0]}},"readOnly":false,"expressionParser":"Y(O(country\u003d\u003d\"AR\",country\u003d\u003d\"MX\",country\u003d\u003d\"CO\",country\u003d\u003d\"VE\",country\u003d\u003d\"PE\",country\u003d\u003d\"CL\",country\u003d\u003d\"GT\",country\u003d\u003d\"EC\",country\u003d\u003d\"CU\",country\u003d\u003d\"BO\",country\u003d\u003d\"DO\",country\u003d\u003d\"HN\",country\u003d\u003d\"SV\",country\u003d\u003d\"PY\",country\u003d\u003d\"NI\",country\u003d\u003d\"CR\",country\u003d\u003d\"PR\",country\u003d\u003d\"PA\",country\u003d\u003d\"UY\", country\u003d\u003d\"\"))\n","idTarget":"menu","formName":false,"action":"view","tpRule":"VIEW","new":false}]}},"hyperLink":{"destinityType":"_self"},"parent":"ffca0df-a66-1ce-826-bc45d66f4ca5","events":{}},"b207a41-5161-ce68-5e34-e4b0dbb203cf":{"uuid":"b207a41-5161-ce68-5e34-e4b0dbb203cf","id":"textGeneros","name":"textGeneros","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Géneros"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"idDep":"c6babb8-31c-6b4d-2c23-e7c6855f873","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"link":{"type":"PAGE","operation":"","params":[]},"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"c5f5ef1-4ae0-11a8-ee68-52e144ca548f","events":{}},"70bd-d638-78c3-bbac-e61502c5b73":{"uuid":"70bd-d638-78c3-bbac-e61502c5b73","id":"text2","name":"text2","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{"structure":{"position":{"marginLeft":"1.4%"}}},"MOBILE":{"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Ofertas"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"a787f5-f044-881-3dda-13bdd72025","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"ed2bf2e-2a3-758b-fac1-76b8eafff183","events":{}},"83b22de-420-13e1-750d-886f41b43623":{"uuid":"83b22de-420-13e1-750d-886f41b43623","id":"Catlogo","name":"Catlogo","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Catálogo"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"f415d15-6e3e-805e-8530-05a7e7bb6f6b","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625","link":{"type":"PAGE","operation":"","params":[]}},"parent":"472d420-33b7-6ab1-7c3f-8c5e4dc14ee","events":{}},"ea0e6b6-6b-f1b0-7da2-638fba50dbfc":{"uuid":"ea0e6b6-6b-f1b0-7da2-638fba50dbfc","id":"MsLedos","name":"MsLedos","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Más Leídos"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"0622ad-f08c-b76c-fec6-364b75d5c56a","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"4caf72b-6cf7-2d38-3c7c-fb6e3d33a65","events":{}},"a8d4b7-826-f80e-6187-11fac7e6f6bb":{"uuid":"a8d4b7-826-f80e-6187-11fac7e6f6bb","id":"text6","name":"text6","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"55px","minWidth":"unset"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"right"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{"structure":{"size":{"width":"auto"},"position":{"justifySelf":"end"}}},"MOBILE":{"style":{"font":{"size":"16px","align":"center","family":"AlegreyaSans"}},"structure":{"size":{"height":"16auto"},"position":{"justifySelf":"center"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Ingresá"},"type":"LITERAL"},"rules":{"view":[]}},"hyperLink":{"destinityType":"_self","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"2d0d77-5332-4083-8528-a6204bee12d","events":{}},"61751-eb7f-cfc-d452-03b14e17e68a":{"uuid":"61751-eb7f-cfc-d452-03b14e17e68a","id":"text7","name":"text7","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"110px","minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{"structure":{"size":{"width":"100%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"}},"structure":{"size":{"width":"98px"},"position":{"marginTop":"0px","justifySelf":"center"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Creá tu Cuenta"},"type":"LITERAL"},"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser\u003d\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"text7","action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser\u003d\u003d\"ANONYMOUS\""}]}},"hyperLink":{"destinityType":"_self","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"53bccd0-e01b-c4cd-8511-72c28a724f","events":{}},"08b4c16-cccc-ce42-4e2-5754e4c244b7":{"uuid":"08b4c16-cccc-ce42-4e2-5754e4c244b7","id":"text9","name":"text9","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Contacto"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625","idDep":"b7d020d-70-2185-47e-bf3c3fd385"},"parent":"434daa4-3d7-7a1-6570-407becf1ca1","events":{}},"22baceb-f3d5-fd5f-560-d44d54f6e7b":{"uuid":"22baceb-f3d5-fd5f-560-d44d54f6e7b","id":"image7","name":"image7","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"27px","height":"27px"},"position":{"alignSelf":"center","justifySelf":"center"}}},"MOBILE":{}},"modifiedName":false,"modifiedId":false,"subtype":"rounded_image","props":{"value":{"props":{"value":"__imgUser","type":"ImageBase64","dataSource":"c2abceb-be84-26c0-8465-472621c8cdf0","desc":"imgUser"},"type":"SOURCE"}},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"params":[]},"parent":"504f0e-fa62-a656-5440-8ffd27c8bf75","events":{}},"654dac6-8ebe-dbf4-468b-a7722278b1ab":{"uuid":"654dac6-8ebe-dbf4-468b-a7722278b1ab","id":"userName","name":"userName","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"height":"18auto","minWidth":"unset","maxWidth":"none"},"position":{"alignSelf":"center"}},"style":{"font":{"weight":"600","family":"Inter","size":"15px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{"structure":{"position":{"marginTop":"0px"},"size":{"height":"auto"}}},"MOBILE":{"structure":{"size":{"height":"18auto"},"position":{"justifySelf":"center","alignSelf":"start","marginTop":"13px"}},"style":{"font":{"family":"AlegreyaSans"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"__dsFirstName","type":"Nativestring","dataSource":"c2abceb-be84-26c0-8465-472621c8cdf0","desc":"dsFirstName"},"type":"SOURCE"}},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"}},"parent":"1feeae-82b3-1b1e-6c8e-b6f33bd565","events":{}},"53bccd0-e01b-c4cd-8511-72c28a724f":{"uuid":"53bccd0-e01b-c4cd-8511-72c28a724f","id":"creaTuCuentaItem","name":"creaTuCuentaItem","type":"item","subitems":["61751-eb7f-cfc-d452-03b14e17e68a"],"layout":{"DESKTOP":{"structure":{"size":{"width":"70px","flexGrow":"1","flexShrink":"1"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"MOSAIC"}},"props":{"type":"MOSAIC"}}},"MOBILE":{"structure":{"size":{"width":"85px"}},"style":{"regular":{"props":{"type":"ROW"}},"props":{"type":"ROW"}}}},"hyperLink":{"destinityType":"_self"},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser\u003d\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"creaTuCuentaItem","action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser\u003d\u003d\"ANONYMOUS\""}]}},"subtype":"ROW","parent":"83f02c-ce36-446b-2d5e-52d61c387d2","modifiedName":true,"modifiedId":true,"events":{"onClick":"creaTuCuentaItem_onClick","afterViewInit":"creaTuCuentaItem_afterViewInit"}},"2d0d77-5332-4083-8528-a6204bee12d":{"uuid":"2d0d77-5332-4083-8528-a6204bee12d","id":"logInItem","name":"logInItem","type":"item","subitems":["a8d4b7-826-f80e-6187-11fac7e6f6bb"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30px","flexGrow":"1","flexShrink":"1","minWidth":"unset"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"MOSAIC"}},"props":{"type":"MOSAIC"}}},"MOBILE":{"structure":{"size":{"width":"NaNpx"},"position":{"marginLeft":"0%"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"83f02c-ce36-446b-2d5e-52d61c387d2","modifiedName":true,"modifiedId":true,"events":{"onClick":"logInItem_onClick","afterViewInit":"logInItem_afterViewInit"}},"83f02c-ce36-446b-2d5e-52d61c387d2":{"uuid":"83f02c-ce36-446b-2d5e-52d61c387d2","id":"unloguedUserLayout","name":"unloguedUserLayout","type":"layout","subitems":["53bccd0-e01b-c4cd-8511-72c28a724f","2d0d77-5332-4083-8528-a6204bee12d"],"layout":{"DESKTOP":{"structure":{"size":{"width":"41.6%","height":"40px","minWidth":"208px"},"position":{"marginRight":"35px","alignSelf":"center","justifySelf":"end"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px"},"gap":"0px","props":{"type":"MOSAIC"}},"gap":"0px","padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"10px","paddingRight":"10px"}},"visible":false},"TABLET":{"structure":{"position":{"marginRight":"55px"},"size":{"width":"auto","minWidth":"182px"}}},"MOBILE":{"structure":{"size":{"minWidth":"160px"},"position":{"marginRight":"45px"}},"style":{"padding":{"paddingLeft":"0px","paddingRight":"0px"},"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"}}}}},"modifiedName":true,"modifiedId":true,"subtype":"MOSAIC","props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser\u003d\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"unloguedUserLayout","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser\u003d\u003d\"ANONYMOUS\""}]}},"hyperLink":{"destinityType":"_self"},"parent":"2ecfa2a-76ac-ce2b-d5f8-808bd4c2c63","events":{}},"16c42bf-67b6-72eb-b454-bdfa8a8bb7f":{"uuid":"16c42bf-67b6-72eb-b454-bdfa8a8bb7f","id":"logo","name":"logo","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"9.16%","height":"75px"},"position":{"marginLeft":"-1%","marginBottom":"1px","alignSelf":"center"}},"visible":false},"MOBILE":{"structure":{"size":{"width":"22.87%"},"position":{"marginLeft":0.0}}}},"modifiedName":true,"modifiedId":true,"subtype":"small_image","props":{"value":{"props":{"value":"c5a12ed-7da1-5aee-6c25-c87ed54"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","idDep":"d33d47a-a51a-cc2d-4f44-70ee1fe3ca35","params":[]},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{}},"a48fd52-0680-a506-afe4-dab3bcece777":{"uuid":"a48fd52-0680-a506-afe4-dab3bcece777","id":"explorerMenu","name":"explorerMenu","type":"container","subitems":["242673-d2fa-013d-13a3-5ffd74e0bb6","80117cc-e088-671c-2a84-8247c4630e0","d26daf-e764-f42c-2e4-c56140fb6"],"layout":{"DESKTOP":{"structure":{"size":{"width":"190px","height":"113auto","minHeight":"113px"},"position":{"marginRight":"0.08%","marginTop":"2.4vw","justifySelf":"end"}},"style":{"regular":{"shadow":{"y":"3px","blur":"3px","opacity":"33"},"background":{"color":"#ffffff"},"border":{"radius":{"topRight":"5px","topLeft":"5px","bottomRight":"5px","bottomLeft":"5px"}}}},"visible":false},"TABLET":{"structure":{"position":{"marginTop":"40px"}}},"MOBILE":{"structure":{"size":{"width":"50%","height":"auto","minHeight":"unset"},"position":{"justifySelf":"start","marginLeft":"-5%"}},"style":{"regular":{"shadow":{"y":"0px","blur":"1px","opacity":"19"},"border":{"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerBackground","props":{},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"}},"parent":"4062b02-b737-cde8-8dd1-aaeddc4b6b2","events":{"onMouseOut":"explorerMenu_onMouseOut"}},"242673-d2fa-013d-13a3-5ffd74e0bb6":{"uuid":"242673-d2fa-013d-13a3-5ffd74e0bb6","id":"layout2","name":"layout2","type":"layout","subitems":["d5d2172-2a56-d70-4ef1-3706a6be3f4","58f038f-e233-24f3-4d20-aade78864f70","53036c-20a6-b1e-e4a4-8fdf56d7a5","22eab8e-5ac7-072c-36f-68e7a673a36f","751d06-fd-f4f-8dc-ba8286aba614"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"113px"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"regular":{"gap":"10px","props":{"type":"COLUMN"}},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"}}},"MOBILE":{"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"a48fd52-0680-a506-afe4-dab3bcece777","events":{}},"d5d2172-2a56-d70-4ef1-3706a6be3f4":{"uuid":"d5d2172-2a56-d70-4ef1-3706a6be3f4","id":"item5","name":"item5","type":"item","subitems":["63d844-6e35-17c6-6b71-52dcaca4a54"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}},"MOBILE":{"visible":false}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"idDep":"c44ee1-cb02-474d-b647-0317a7cff1e","iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"242673-d2fa-013d-13a3-5ffd74e0bb6","events":{}},"63d844-6e35-17c6-6b71-52dcaca4a54":{"uuid":"63d844-6e35-17c6-6b71-52dcaca4a54","id":"text8","name":"text8","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"}},"style":{"font":{"family":"Inter","size":"16px"},"regular":{"font":{"color":"#0b2239"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"MOBILE":{"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Mi cuenta"},"type":"LITERAL"}},"hyperLink":{"idDep":"0d8604-ba2c-aee7-506e-1c2e17f02e7","destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"d5d2172-2a56-d70-4ef1-3706a6be3f4","events":{}},"58f038f-e233-24f3-4d20-aade78864f70":{"uuid":"58f038f-e233-24f3-4d20-aade78864f70","id":"item5","name":"item5","type":"item","subitems":["48218d1-4373-7471-bfe-101f43c4e0f"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}},"MOBILE":{"visible":false}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"idDep":"4244b33-553e-b571-533a-c03f11e4ad5","iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"242673-d2fa-013d-13a3-5ffd74e0bb6","events":{}},"48218d1-4373-7471-bfe-101f43c4e0f":{"uuid":"48218d1-4373-7471-bfe-101f43c4e0f","id":"text8","name":"text8","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"}},"style":{"font":{"family":"Inter","size":"16px"},"regular":{"font":{"color":"#0b2239"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Mi biblioteca"},"type":"LITERAL"}},"hyperLink":{"idDep":"13d755-ac6-57c3-a51-4133abaf822b","destinityType":"_iframe","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"58f038f-e233-24f3-4d20-aade78864f70","events":{}},"53036c-20a6-b1e-e4a4-8fdf56d7a5":{"uuid":"53036c-20a6-b1e-e4a4-8fdf56d7a5","id":"item5","name":"item5","type":"item","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"height":"0%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee"},"border":{"top":{"color":"#0b2239","width":"2px"}},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"COLUMN","parent":"242673-d2fa-013d-13a3-5ffd74e0bb6","events":{}},"22eab8e-5ac7-072c-36f-68e7a673a36f":{"uuid":"22eab8e-5ac7-072c-36f-68e7a673a36f","id":"item5","name":"item5","type":"item","subitems":["3bdc8e-786d-05d-b74e-11e3cd84efa"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"idDep":"e18336-65aa-8460-1c54-b07cbe44a8"},"props":{},"subtype":"COLUMN","parent":"242673-d2fa-013d-13a3-5ffd74e0bb6","events":{}},"3bdc8e-786d-05d-b74e-11e3cd84efa":{"uuid":"3bdc8e-786d-05d-b74e-11e3cd84efa","id":"text8","name":"text8","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"}},"style":{"font":{"family":"Inter","size":"16px"},"regular":{"font":{"color":"#0b2239"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Salir"},"type":"LITERAL"}},"hyperLink":{"idDep":"f2213c6-8571-0dec-101-8fb2af70a22d","destinityType":"_self","params":[]},"parent":"22eab8e-5ac7-072c-36f-68e7a673a36f","events":{"onClick":"text8_onClick"}},"751d06-fd-f4f-8dc-ba8286aba614":{"uuid":"751d06-fd-f4f-8dc-ba8286aba614","id":"item5","name":"item5","type":"item","subitems":[],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee"},"props":{"type":"COLUMN"}}},"visible":false}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"COLUMN","parent":"242673-d2fa-013d-13a3-5ffd74e0bb6","events":{}},"278d2c1-1dbb-3bd2-0dc6-0de8ebd363d":{"uuid":"278d2c1-1dbb-3bd2-0dc6-0de8ebd363d","id":"Msledos","name":"Msledos","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"22.25%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"19.1%"},"position":{"marginLeft":"46.25%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Más leídos"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"ff1e14-15fd-2333-303-eeb33c8a541","events":{}},"8515e55-7c87-5745-d64-36effc7abfd":{"uuid":"8515e55-7c87-5745-d64-36effc7abfd","id":"text12","name":"text12","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"34.79%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"5.32%"},"position":{"marginLeft":"68.17%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Contacto"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"f0ee273-04da-31ab-8cd-6064cf2f0e8","events":{}},"ff1e14-15fd-2333-303-eeb33c8a541":{"uuid":"ff1e14-15fd-2333-303-eeb33c8a541","id":"item8","name":"item8","type":"item","subitems":["278d2c1-1dbb-3bd2-0dc6-0de8ebd363d"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"80117cc-e088-671c-2a84-8247c4630e0","events":{"onClick":"item8_onClick"}},"80117cc-e088-671c-2a84-8247c4630e0":{"uuid":"80117cc-e088-671c-2a84-8247c4630e0","id":"layout3","name":"layout3","type":"layout","subitems":["ff1e14-15fd-2333-303-eeb33c8a541","f0ee273-04da-31ab-8cd-6064cf2f0e8","5de672b-4883-3fca-b53-afe3f0ee3b40","863d330-5be7-4510-af75-d25a6aa13327"],"layout":{"MOBILE":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"gap":"0px","props":{"type":"COLUMN"}},"gap":"0px","padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"a48fd52-0680-a506-afe4-dab3bcece777","events":{}},"f0ee273-04da-31ab-8cd-6064cf2f0e8":{"uuid":"f0ee273-04da-31ab-8cd-6064cf2f0e8","id":"item9","name":"item9","type":"item","subitems":["8515e55-7c87-5745-d64-36effc7abfd"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"80117cc-e088-671c-2a84-8247c4630e0","events":{"onClick":"item9_onClick"}},"504f0e-fa62-a656-5440-8ffd27c8bf75":{"uuid":"504f0e-fa62-a656-5440-8ffd27c8bf75","id":"item10","name":"item10","type":"item","subitems":["22baceb-f3d5-fd5f-560-d44d54f6e7b"],"layout":{"DESKTOP":{"structure":{"size":{"width":"55px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00","size":"contain"},"props":{"type":"ROW"}}}},"MOBILE":{"structure":{"size":{"height":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"73ddb-f77e-1a6b-35e7-c6ea48a5583","events":{}},"1feeae-82b3-1b1e-6c8e-b6f33bd565":{"uuid":"1feeae-82b3-1b1e-6c8e-b6f33bd565","id":"item11","name":"item11","type":"item","subitems":["654dac6-8ebe-dbf4-468b-a7722278b1ab"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"MOBILE":{"structure":{"size":{"height":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"73ddb-f77e-1a6b-35e7-c6ea48a5583","events":{}},"73ddb-f77e-1a6b-35e7-c6ea48a5583":{"uuid":"73ddb-f77e-1a6b-35e7-c6ea48a5583","id":"loguedUserlayout","name":"loguedUserlayout","type":"layout","subitems":["504f0e-fa62-a656-5440-8ffd27c8bf75","1feeae-82b3-1b1e-6c8e-b6f33bd565","464402b-ed-3bd-3003-32f6f72cfcc"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"100%","minWidth":"unset"},"position":{"marginRight":"36px","justifySelf":"end"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"gap":"0px","props":{"type":"ROW"}},"gap":"0px","padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}}},"TABLET":{"structure":{"position":{"marginRight":"40px"}},"visible":false},"MOBILE":{"structure":{"position":{"marginRight":"45px"}}}},"modifiedName":true,"modifiedId":true,"subtype":"ROW","props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser!\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"loguedUserlayout","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser!\u003d\"ANONYMOUS\""}]}},"hyperLink":{"destinityType":"_self"},"parent":"2ecfa2a-76ac-ce2b-d5f8-808bd4c2c63","events":{"onMouseIn":"loguedUserlayout_onMouseIn","afterViewInit":"loguedUserlayout_afterViewInit","onClick":"loguedUserlayout_onClick","onMouseOut":"loguedUserlayout_onMouseOut"}},"2d3e37e-4084-78c3-5a1c-8b308758675f":{"uuid":"2d3e37e-4084-78c3-5a1c-8b308758675f","id":"containerSubject","name":"containerSubject","type":"container","subitems":["f43f6d-31d-5ac5-fb67-8ac88c0802"],"layout":{"DESKTOP":{"structure":{"size":{"width":"222px","height":"320auto","minHeight":"320px","maxWidth":"250px"},"position":{"marginLeft":"6.22%","marginTop":"160px"}},"style":{"regular":{"background":{"color":"#385573"}}},"visible":false},"MOBILE":{"structure":{"position":{"marginLeft":"10.2%"}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerBackground","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{"onMouseOut":"containerSubject_onMouseOut"}},"ea85a05-3430-85ca-2d5f-ef10a20fbec":{"uuid":"ea85a05-3430-85ca-2d5f-ef10a20fbec","id":"item16","name":"item16","type":"item","subitems":["72cc31-7212-64f6-dcd7-6f12148788e"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","minHeight":"22px","minWidth":"201px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"TAPE"}}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"TAPE","parent":"f43f6d-31d-5ac5-fb67-8ac88c0802","events":{}},"f43f6d-31d-5ac5-fb67-8ac88c0802":{"uuid":"f43f6d-31d-5ac5-fb67-8ac88c0802","id":"subjectRepeter","name":"subjectRepeter","type":"repeater","subitems":["ea85a05-3430-85ca-2d5f-ef10a20fbec"],"layout":{"DESKTOP":{"structure":{"size":{"width":"99.42%","height":"300px","minHeight":"300px"},"position":{"marginRight":"0.6%","alignSelf":"center","justifySelf":"center"}},"style":{"regular":{"gap":"10px","props":{"type":"TAPE","columns":3.0,"rows":2.0,"direction":"column","scroll":"arrows","scrollPos":"outside","scrollAlign":"center","orientation":"top","pagination":"button"}},"props":{"direction":"column","orientation":"top","pagination":"button"},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"}}}},"modifiedName":true,"modifiedId":true,"subtype":"TAPE","props":{"dataSource":"67804f8-6abd-b4e-5661-c65dc5070ac"},"hyperLink":{"destinityType":"_self"},"parent":"2d3e37e-4084-78c3-5a1c-8b308758675f","events":{}},"72cc31-7212-64f6-dcd7-6f12148788e":{"uuid":"72cc31-7212-64f6-dcd7-6f12148788e","id":"subject","name":"subject","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"99.04%"},"position":{"marginLeft":"0.96%","marginBottom":"3px","alignSelf":"end","justifySelf":"center"}},"style":{"font":{"family":"Calibri","size":"15px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":-1.0}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"subject","type":"Nativestring","dataSource":"67804f8-6abd-b4e-5661-c65dc5070ac","desc":"desc_genero"},"type":"SOURCE"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self","idDep":"2e567e8-af8f-4fb3-0a65-05ccad66a14f","params":[{"id":"subject","props":{"value":"__id","type":"Integer","dataSource":"67804f8-6abd-b4e-5661-c65dc5070ac","desc":"identificador"},"type":"SOURCE"}]},"parent":"ea85a05-3430-85ca-2d5f-ef10a20fbec","events":{}},"472d420-33b7-6ab1-7c3f-8c5e4dc14ee":{"uuid":"472d420-33b7-6ab1-7c3f-8c5e4dc14ee","id":"item17","name":"item17","type":"item","subitems":["83b22de-420-13e1-750d-886f41b43623"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"110%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"height":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"af3af44-3e55-3581-f8fc-14b2f33bd4","events":{}},"c5f5ef1-4ae0-11a8-ee68-52e144ca548f":{"uuid":"c5f5ef1-4ae0-11a8-ee68-52e144ca548f","id":"item18","name":"item18","type":"item","subitems":["b207a41-5161-ce68-5e34-e4b0dbb203cf"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"110%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"af3af44-3e55-3581-f8fc-14b2f33bd4","events":{}},"ed2bf2e-2a3-758b-fac1-76b8eafff183":{"uuid":"ed2bf2e-2a3-758b-fac1-76b8eafff183","id":"item19","name":"item19","type":"item","subitems":["70bd-d638-78c3-bbac-e61502c5b73"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"110%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","params":[],"link":{"type":"PAGE","operation":"","params":[]},"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"af3af44-3e55-3581-f8fc-14b2f33bd4","events":{}},"af3af44-3e55-3581-f8fc-14b2f33bd4":{"uuid":"af3af44-3e55-3581-f8fc-14b2f33bd4","id":"layout5","name":"layout5","type":"layout","subitems":["472d420-33b7-6ab1-7c3f-8c5e4dc14ee","c5f5ef1-4ae0-11a8-ee68-52e144ca548f","ed2bf2e-2a3-758b-fac1-76b8eafff183","4caf72b-6cf7-2d38-3c7c-fb6e3d33a65","434daa4-3d7-7a1-6570-407becf1ca1","152ef-768-80f-8407-545ab7f8d36f"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"2.31vw","minWidth":"50%"},"position":{"marginLeft":"0%"}},"style":{"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"},"gap":"16px","props":{"type":"ROW"}},"gap":"16px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"0px","paddingRight":"0px"}}},"TABLET":{"structure":{"size":{"minWidth":"58.2%","height":"40px"}},"style":{"gap":"0px","regular":{"gap":"0px"}}},"MOBILE":{"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{"rules":{"view":[]}},"hyperLink":{"destinityType":"_self"},"parent":"4062b02-b737-cde8-8dd1-aaeddc4b6b2","events":{}},"4caf72b-6cf7-2d38-3c7c-fb6e3d33a65":{"uuid":"4caf72b-6cf7-2d38-3c7c-fb6e3d33a65","id":"item20","name":"item20","type":"item","subitems":["ea0e6b6-6b-f1b0-7da2-638fba50dbfc"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"110%"},"position":{"marginLeft":"0.17%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}},"visible":false},"TABLET":{"structure":{"size":{"flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","idDep":"23ef131-362-cac-6c5d-fcf0cbc3468","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"af3af44-3e55-3581-f8fc-14b2f33bd4","events":{}},"434daa4-3d7-7a1-6570-407becf1ca1":{"uuid":"434daa4-3d7-7a1-6570-407becf1ca1","id":"item21","name":"item21","type":"item","subitems":["08b4c16-cccc-ce42-4e2-5754e4c244b7"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"110%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","idDep":"aa6472-e53d-720f-6b22-ff77ee3010","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"af3af44-3e55-3581-f8fc-14b2f33bd4","events":{}},"0b7bd3d-34c3-07e7-c47e-4fcb8aaf3b3e":{"uuid":"0b7bd3d-34c3-07e7-c47e-4fcb8aaf3b3e","id":"logocompleto","name":"logocompleto","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"271px","height":"50px"},"position":{"marginLeft":"0px","alignSelf":"center"}}},"TABLET":{"structure":{"size":{"width":"257px"}}},"MOBILE":{"structure":{"size":{"width":"70%","height":"67px"},"position":{"alignSelf":"start","marginTop":"39px","marginLeft":0.0}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"small_image","props":{"value":{"props":{"value":"111de07-4e-4e81-3c01-76b26f07e7dc"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"fdc54e-30f8-44fe-5f0-605a3a4a7852","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{}},"863d330-5be7-4510-af75-d25a6aa13327":{"uuid":"863d330-5be7-4510-af75-d25a6aa13327","id":"item15","name":"item15","type":"item","subitems":["66b8ac-1d2d-ebb-623c-bb88847445a"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"idDep":"d7d268-3e7e-7fc3-75b1-a2f4f1f3747"},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser!\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"item15","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser!\u003d\"ANONYMOUS\""}]}},"subtype":"COLUMN","parent":"80117cc-e088-671c-2a84-8247c4630e0","events":{}},"66b8ac-1d2d-ebb-623c-bb88847445a":{"uuid":"66b8ac-1d2d-ebb-623c-bb88847445a","id":"Cerrarsesin","name":"Cerrarsesin","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"57px"},"position":{"marginLeft":"0.26%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"7.48%"},"position":{"marginLeft":"9.28%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Cerrar sesión"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","idDep":"5f22fd7-254-b504-7aad-2cb6ac4bf6","params":[]},"parent":"863d330-5be7-4510-af75-d25a6aa13327","events":{}},"464402b-ed-3bd-3003-32f6f72cfcc":{"uuid":"464402b-ed-3bd-3003-32f6f72cfcc","id":"item1","name":"item1","type":"item","subitems":["8b4125d-f272-50b1-107-461e48eb885"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#8ed1fc","opacity":"00"},"props":{"type":"ROW"}}}},"MOBILE":{"structure":{"size":{"width":"35px","height":"auto","flexGrow":"1","flexShrink":"1"}},"visible":false}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"73ddb-f77e-1a6b-35e7-c6ea48a5583","events":{}},"8b4125d-f272-50b1-107-461e48eb885":{"uuid":"8b4125d-f272-50b1-107-461e48eb885","id":"iconArrowAccount","name":"iconArrowAccount","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"20px","height":"20px"},"position":{"marginLeft":"1px","alignSelf":"center","justifySelf":"center"}},"style":{"color":{"color":"#ffffff"}}},"MOBILE":{"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"small_icon","props":{"value":{"props":{"value":{"type":"fontawesome","value":["fas","angle-down"]}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"}},"parent":"464402b-ed-3bd-3003-32f6f72cfcc","events":{}},"b474201-60df-afe-4758-8d56e27472f":{"uuid":"b474201-60df-afe-4758-8d56e27472f","id":"inputMoneda","name":"inputMoneda","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"70px"},"position":{"marginTop":"9px","justifySelf":"end"}},"style":{"regular":{"font":{"color":"#ffffff"},"background":{"opacity":"00"},"border":{"top":{"width":"0px"},"left":{"width":"0px"},"bottom":{"width":"0px"},"right":{"width":"0px"}}},"disabled":{"background":{"color":"#ffffff"}}},"visible":false},"TABLET":{"structure":{"position":{"marginRight":"-0.5%"}}},"MOBILE":{}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"","contentType":"normal","placeholder":"","description":"","helpText":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"},"perPage":20.0,"maxPerList":5.0},"relationConfig":{"type":"ENTITY","idObject":"824280","cdForm":"CODI1700592641","idRelation":"0d5286e5fdae51f64f81c0c0004de","dsName":"moneda","show":false,"search":false,"lsFilters":[],"idKey":"id"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{"afterViewInit":"inputMoneda_afterViewInit","onChange":"inputMoneda_onChange"}},"0c27f0c-cb16-fb60-a136-b271d4845d6":{"uuid":"0c27f0c-cb16-fb60-a136-b271d4845d6","id":"inputCodigoMoneda","name":"inputCodigoMoneda","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"15.8%"},"position":{"marginLeft":"24.6%","marginTop":"6px","alignSelf":"center"}},"style":{"disabled":{"background":{"color":"#ffffff"}}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Codigo moneda","contentType":"normal","placeholder":"","description":"","helpText":"","prefix":"","sufix":"","value":{"props":{"value":""},"type":"LITERAL"}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{"idRelation":"0d5286e5fdae51f64f81c0c0004de","type":"VALUE","contentType":"code","cdForeignField":"codigoDeMoneda"},"hyperLink":{"destinityType":"_self"},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{}},"8ecf25-d41d-625c-e32d-0a5784b00077":{"uuid":"8ecf25-d41d-625c-e32d-0a5784b00077","id":"inputCountry","name":"inputCountry","type":"input","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"15.8%"},"position":{"marginLeft":"21.3%","marginBottom":"11px","alignSelf":"end"}},"style":{"disabled":{"background":{"color":"#ffffff"}}},"visible":false},"MOBILE":{}},"modifiedName":true,"modifiedId":true,"subtype":"text","props":{"label":"Pais","contentType":"normal","placeholder":"","description":"","helpText":"","prefix":"","sufix":"","value":{"props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}},"relationConfig":{"type":"WITHOUT_RELATION"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{}},"621725a-6016-2432-4fe0-c1518ebbaeff":{"uuid":"621725a-6016-2432-4fe0-c1518ebbaeff","id":"image2","name":"image2","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"27px","height":"17px"},"position":{"justifySelf":"end"}}},"TABLET":{"structure":{"position":{"marginRight":"4.12%"}}},"MOBILE":{"structure":{"position":{"marginRight":"22.73%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"small_image","props":{"value":{"props":{"value":"__flag","type":"ImageBase64","dataSource":"a4c4d-5a2d-fd6f-36ad-acddc04771ff","desc":"bandera"},"type":"SOURCE"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"fa5b221-647f-0800-35b0-f8464d8cdf68","events":{}},"415e322-5847-625-d76-631de0527583":{"uuid":"415e322-5847-625-d76-631de0527583","id":"textMoneda","name":"textMoneda","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"50px","minWidth":"unset"},"position":{"justifySelf":"end"}},"style":{"font":{"family":"Inter","size":"16px","align":"right"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"MOBILE":{"structure":{"size":{"width":"40px"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":""},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"3cbf6c-beb2-3d15-0d25-ef170ff706c","events":{}},"8a8eae2-b6be-40eb-383b-78d654253fa":{"uuid":"8a8eae2-b6be-40eb-383b-78d654253fa","id":"logoCompletoApp","name":"logoCompletoApp","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"271px","height":"50px"},"position":{"marginLeft":"3%","alignSelf":"center"}},"visible":false},"TABLET":{"structure":{"size":{"width":"257px"},"position":{"marginLeft":"6px"}}},"MOBILE":{"structure":{"size":{"width":"70%","height":"67px"},"position":{"alignSelf":"start","marginTop":"40px","marginLeft":"0px"}},"visible":true}},"modifiedName":true,"modifiedId":true,"subtype":"small_image","props":{"value":{"props":{"value":"a8dfcd7-a474-a411-715-a6d1d32c3ea"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{"onClick":"logoCompletoApp_onClick"}},"37a1de-eeb-432-b617-34a11e1eed0":{"uuid":"37a1de-eeb-432-b617-34a11e1eed0","id":"shopContainer","name":"shopContainer","type":"container","subitems":["2be23-a85f-088b-cbc1-fcfb482dc8","f824f6a-cacd-312-5cba-8463c063f7c","5e521a-5f50-c2d-2487-ba501dc7c1"],"layout":{"DESKTOP":{"structure":{"size":{"width":"35px","minHeight":"2.31vw","minWidth":"unset"},"position":{"alignSelf":"center","justifySelf":"end"}}},"TABLET":{"structure":{"position":{"alignSelf":"start"},"size":{"minHeight":"40px"}}},"MOBILE":{"structure":{"size":{"width":"auto"}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{"rules":{"view":[]}},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"params":[]},"events":{},"parent":"2ecfa2a-76ac-ce2b-d5f8-808bd4c2c63"},"2be23-a85f-088b-cbc1-fcfb482dc8":{"uuid":"2be23-a85f-088b-cbc1-fcfb482dc8","id":"shopButton","name":"shopButton","type":"button","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"35px","minWidth":"30px","height":"35px","minHeight":"30px"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"regular":{"background":{"color":"#4ad295"},"border":{"top":{"width":"0px"},"left":{"width":"0px"},"bottom":{"width":"0px"},"right":{"width":"0px"},"radius":{"topRight":"10px","topLeft":"10px","bottomRight":"10px","bottomLeft":"10px"}}}}},"TABLET":{},"MOBILE":{}},"modifiedName":true,"modifiedId":true,"subtype":"button_secondary","props":{"value":{"props":{"value":"\n"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"37a1de-eeb-432-b617-34a11e1eed0","events":{}},"f824f6a-cacd-312-5cba-8463c063f7c":{"uuid":"f824f6a-cacd-312-5cba-8463c063f7c","id":"image4","name":"image4","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"35px","height":"2.5vw"},"position":{"alignSelf":"center","justifySelf":"end"}}},"TABLET":{"structure":{"position":{"justifySelf":"center"},"size":{"height":"35px"}}},"MOBILE":{"structure":{"size":{"height":"33px"},"position":{"marginRight":"0.01%","marginTop":"0px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"small_image","props":{"value":{"props":{"value":"dace26f-fac7-6471-18f2-288a131f264c"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self"},"parent":"37a1de-eeb-432-b617-34a11e1eed0","events":{"onClick":"image4_onClick","afterViewInit":"image4_afterViewInit"}},"5e521a-5f50-c2d-2487-ba501dc7c1":{"uuid":"5e521a-5f50-c2d-2487-ba501dc7c1","id":"contadorItemsContain","name":"contadorItemsContain","type":"container","subitems":["73666cf-ba7e-3425-1d-85cb711b61a"],"layout":{"DESKTOP":{"structure":{"size":{"width":"20px","height":"20px","minHeight":"unset"},"position":{"marginLeft":"0px","marginRight":"-25.74%","marginTop":"-6px","justifySelf":"end"}},"style":{"regular":{"shadow":{"y":"3px","blur":"6px","opacity":"33"},"background":{"color":"#f18e00","opacity":"ff"},"border":{"radius":{"topRight":"10px","topLeft":"10px","bottomRight":"10px","bottomLeft":"10px"}}}},"visible":false},"MOBILE":{"structure":{"position":{"marginLeft":0.0,"marginRight":"-20.02%"}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"Y(itemsQuantity !\u003d null,itemsQuantity !\u003d \u0027undefined\u0027, itemsQuantity !\u003d \u00270\u0027, itemsQuantity !\u003d \u0027\u0027)","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"CallExpression","callee":{"type":"ExcelFunctionIdentifier","name":"Y","range":[0.0,1.0]},"arguments":[{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"itemsQuantity","range":[2.0,15.0],"code":"itemsQuantity"},"right":{"type":"Literal","raw":"null","range":[19.0,23.0]},"range":[2.0,23.0]},{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"itemsQuantity","range":[24.0,37.0],"code":"itemsQuantity"},"right":{"type":"Literal","value":"undefined","raw":"\u0027undefined\u0027","range":[41.0,52.0]},"range":[24.0,52.0]},{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"itemsQuantity","range":[54.0,67.0],"code":"itemsQuantity"},"right":{"type":"Literal","value":"0","raw":"\u00270\u0027","range":[72.0,75.0]},"range":[54.0,75.0]},{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"itemsQuantity","range":[77.0,90.0],"code":"itemsQuantity"},"right":{"type":"Literal","value":"","raw":"\u0027\u0027","range":[94.0,96.0]},"range":[77.0,96.0]}],"range":[0.0,97.0]},"range":[0.0,97.0]}],"sourceType":"script","range":[0.0,97.0]}},"readOnly":false,"expressionParser":"Y(itemsQuantity !\u003d null,itemsQuantity !\u003d \u0027undefined\u0027, itemsQuantity !\u003d \u00270\u0027, itemsQuantity !\u003d \u0027\u0027)","idTarget":"contadorItemsContain","formName":false,"action":"view","tpRule":"VIEW","new":false}]}},"hyperLink":{"destinityType":"_self"},"parent":"37a1de-eeb-432-b617-34a11e1eed0","events":{}},"73666cf-ba7e-3425-1d-85cb711b61a":{"uuid":"73666cf-ba7e-3425-1d-85cb711b61a","id":"textCantItems","name":"textCantItems","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"99.04%"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"font":{"family":"Inter","size":"11px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"MOBILE":{"structure":{"size":{"width":"20px"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"18bf2cd-6608-bac2-42d5-e07bd8486422"},"type":"CONTEXT"},"rules":{"view":[]}},"hyperLink":{"destinityType":"_self"},"parent":"5e521a-5f50-c2d-2487-ba501dc7c1","events":{}},"4718bf4-df8-a27-2ff0-7207b0e5d1b7":{"uuid":"4718bf4-df8-a27-2ff0-7207b0e5d1b7","id":"page1","name":"page1","type":"page","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"100vh"},"position":{"marginTop":"8.15vw","position":"fixed","justifySelf":"center"}},"visible":false},"MOBILE":{"structure":{"position":{"marginTop":"160px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"page","props":{"value":{"props":{"idPage":"566ee7c3-ff14-4655-88e8-4b6081abccd5","params":{"canBuy":{"id":"canBuy","props":{"value":"true"},"type":"LITERAL"}}},"type":"LITERAL"},"autoHeight":false,"scrolling":"auto"},"hyperLink":{"destinityType":"_self"},"events":{"afterViewInit":"page1_afterViewInit"}},"fb2f804-10e-d4de-8b75-fa85ed7f483d":{"uuid":"fb2f804-10e-d4de-8b75-fa85ed7f483d","id":"icon2","name":"icon2","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"position":{"marginRight":"419px","marginTop":"216px","justifySelf":"end"}},"style":{"color":{"color":"#0b2239"}},"visible":false},"MOBILE":{}},"modifiedName":false,"modifiedId":false,"subtype":"small_icon","props":{"value":{"props":{"value":{"type":"fontawesome","value":["fas","caret-left"]}},"type":"LITERAL"},"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"page1.visible \u003d\u003d true","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"\u003d\u003d","left":{"type":"MemberExpression","computed":false,"object":{"type":"PageElementIdentifier","name":"page1","range":[0.0,5.0],"code":"page1","elemType":"page"},"property":{"type":"ElementPropertyIdentifier","name":"visible","range":[6.0,13.0],"propID":"visible"},"range":[0.0,13.0]},"right":{"type":"Literal","value":true,"raw":"true","range":[17.0,21.0]},"range":[0.0,21.0]},"range":[0.0,21.0]}],"sourceType":"script","range":[0.0,21.0]}},"readOnly":false,"idTarget":"icon2","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"page1.visible \u003d\u003d true"}]}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"link":{"operation":"TOGGLE","type":"ELEMENT","idObject":"4718bf4-df8-a27-2ff0-7207b0e5d1b7"}},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{}},"5de672b-4883-3fca-b53-afe3f0ee3b40":{"uuid":"5de672b-4883-3fca-b53-afe3f0ee3b40","id":"item3","name":"item3","type":"item","subitems":["4b854eb-f6-64c0-37e5-dab1af3cd21"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"80117cc-e088-671c-2a84-8247c4630e0","events":{"onClick":"item3_onClick"}},"4b854eb-f6-64c0-37e5-dab1af3cd21":{"uuid":"4b854eb-f6-64c0-37e5-dab1af3cd21","id":"Blog","name":"Blog","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"34.79%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"5.32%"},"position":{"marginLeft":"68.17%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Géneros "},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"5de672b-4883-3fca-b53-afe3f0ee3b40","events":{}},"152ef-768-80f-8407-545ab7f8d36f":{"uuid":"152ef-768-80f-8407-545ab7f8d36f","id":"item4","name":"item4","type":"item","subitems":["811ac3-231d-d465-ec5e-11a67038e03e"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"110%"},"position":{"marginLeft":"0.97%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"af3af44-3e55-3581-f8fc-14b2f33bd4","events":{}},"811ac3-231d-d465-ec5e-11a67038e03e":{"uuid":"811ac3-231d-d465-ec5e-11a67038e03e","id":"text1","name":"text1","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0},"visible":false},"TABLET":{},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Blog"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"152ef-768-80f-8407-545ab7f8d36f","events":{}},"2ecfa2a-76ac-ce2b-d5f8-808bd4c2c63":{"uuid":"2ecfa2a-76ac-ce2b-d5f8-808bd4c2c63","id":"container1","name":"container1","type":"container","subitems":["83f02c-ce36-446b-2d5e-52d61c387d2","73ddb-f77e-1a6b-35e7-c6ea48a5583","37a1de-eeb-432-b617-34a11e1eed0"],"layout":{"DESKTOP":{"structure":{"size":{"width":"auto","height":"2.31vw","minHeight":"unset","minWidth":"unset"},"position":{"justifySelf":"end"}}},"TABLET":{"structure":{"size":{"height":"40px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"4062b02-b737-cde8-8dd1-aaeddc4b6b2","events":{}},"3cbf6c-beb2-3d15-0d25-ef170ff706c":{"uuid":"3cbf6c-beb2-3d15-0d25-ef170ff706c","id":"item2","name":"item2","type":"item","subitems":["415e322-5847-625-d76-631de0527583"],"layout":{"DESKTOP":{"structure":{"size":{"width":"60px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"d13c378-20e4-10c3-fff1-31b70b11c64b","events":{}},"fa5b221-647f-0800-35b0-f8464d8cdf68":{"uuid":"fa5b221-647f-0800-35b0-f8464d8cdf68","id":"item6","name":"item6","type":"item","subitems":["621725a-6016-2432-4fe0-c1518ebbaeff"],"layout":{"DESKTOP":{"structure":{"size":{"width":"60px"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}}},"subtype":"ROW","hyperLink":{"destinityType":"_self"},"props":{},"parent":"d13c378-20e4-10c3-fff1-31b70b11c64b","events":{}},"d13c378-20e4-10c3-fff1-31b70b11c64b":{"uuid":"d13c378-20e4-10c3-fff1-31b70b11c64b","id":"layout1","name":"layout1","type":"layout","subitems":["3cbf6c-beb2-3d15-0d25-ef170ff706c","fa5b221-647f-0800-35b0-f8464d8cdf68"],"layout":{"DESKTOP":{"structure":{"size":{"width":"90px","height":"36px","minWidth":"unset"},"position":{"marginRight":"0.24%","marginTop":"35px","justifySelf":"end"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"gap":"12px","props":{"type":"ROW"}},"gap":"12px","padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}}},"MOBILE":{"structure":{"position":{"marginRight":"-9px","marginTop":"10px"}},"style":{"gap":"0px","regular":{"gap":"0px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"d76878c-46bb-f3a0-a17-5aa40302aff6","events":{}},"d26daf-e764-f42c-2e4-c56140fb6":{"uuid":"d26daf-e764-f42c-2e4-c56140fb6","id":"icon1","name":"icon1","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"position":{"marginRight":"19%","marginTop":"-16px","justifySelf":"end"}},"style":{"color":{"color":"#ffffff"}}},"TABLET":{"structure":{"position":{"marginRight":"28%"}}},"MOBILE":{"structure":{"position":{"justifySelf":"start","marginLeft":"10.49%","marginRight":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"small_icon","props":{"value":{"props":{"value":{"type":"fontawesome","value":["fas","caret-up"]}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"a48fd52-0680-a506-afe4-dab3bcece777","events":{}},"7abc8eb-57cc-0cc8-4e28-620a813d1d6b":{"uuid":"7abc8eb-57cc-0cc8-4e28-620a813d1d6b","id":"container3","name":"container3","type":"container","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"2.31vw","minHeight":"unset"},"position":{"marginTop":"5.79vw","justifySelf":"center"}},"style":{"regular":{"background":{"color":"#385573","opacity":"ff"}}}},"TABLET":{"structure":{"size":{"height":"40px"},"position":{"marginTop":"120px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{}},"bf6cc1-17-548a-1fdf-eab8dc7d47":{"type":"section","subitems":["f6f2618-a66f-234e-abe7-b106db7bb625","b43fb18-103-31f4-7de2-8a57bdf2c301"],"layout":{"DESKTOP":{"structure":{"size":{"height":"83vh","minHeight":"unset"},"position":{"position":"relative"}}}},"props":{},"uuid":"bf6cc1-17-548a-1fdf-eab8dc7d47","id":"section2","name":"section2","events":{}},"f6f2618-a66f-234e-abe7-b106db7bb625":{"uuid":"f6f2618-a66f-234e-abe7-b106db7bb625","id":"iframe1","name":"iframe1","type":"iframe","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"100%","minHeight":"unset"},"position":{"alignSelf":"center"}}}},"modifiedName":false,"modifiedId":false,"subtype":"iframe_scroll","props":{"value":{"props":{"value":{"params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}]}},"type":"LITERAL"},"autoHeight":false,"scrolling":"auto"},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"bf6cc1-17-548a-1fdf-eab8dc7d47","events":{}},"78d535c-fe3-c542-31f-6c5828271bd3":{"uuid":"78d535c-fe3-c542-31f-6c5828271bd3","id":"vCountry","name":"vCountry","type":"container","subitems":["bb73f3e-5fef-16b0-4eb-e660a4a406b1","074a861-4bb7-d57-0ae3-ba068db147eb"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"100%","minHeight":"unset"},"position":{"position":"fixed"}},"style":{"regular":{"background":{"color":"#385573","opacity":"f7"}}},"visible":false},"TABLET":{"structure":{"position":{"justifySelf":"center"}}},"MOBILE":{"structure":{"position":{"alignSelf":"end"}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{"rules":{"view":[]}},"hyperLink":{"destinityType":"_self"},"events":{}},"bb73f3e-5fef-16b0-4eb-e660a4a406b1":{"uuid":"bb73f3e-5fef-16b0-4eb-e660a4a406b1","id":"icon3","name":"icon3","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"289px","height":"270px"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"color":{"color":"#ffffff"}}},"TABLET":{"structure":{"position":{"marginRight":"0.1%","marginTop":"24px"}}},"MOBILE":{"structure":{"size":{"width":"201px","height":"188px"},"position":{"marginTop":"26px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"big_icon","props":{"value":{"props":{"value":{"type":"deyel","value":"icon-deyel_exclamacion_lineal"}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"78d535c-fe3-c542-31f-6c5828271bd3","events":{}},"074a861-4bb7-d57-0ae3-ba068db147eb":{"uuid":"074a861-4bb7-d57-0ae3-ba068db147eb","id":"text3","name":"text3","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"height":"37auto","minWidth":"unset"},"position":{"marginRight":"0%","marginTop":"430px","alignSelf":"center","justifySelf":"center"}},"style":{"font":{"weight":"600","family":"Inter"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"style":{"font":{"align":"center"}}},"MOBILE":{"style":{"font":{"size":"20px"}},"structure":{"size":{"maxWidth":"95%"},"position":{"marginTop":"340px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h1","props":{"value":{"props":{"value":"Este contenido no está disponible en tu país o región"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"78d535c-fe3-c542-31f-6c5828271bd3","events":{}},"bd522e-a6bc-a34-45e7-8e746f6dda61":{"uuid":"bd522e-a6bc-a34-45e7-8e746f6dda61","id":"favicon","name":"favicon","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"32px","height":"32px"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"small_image","props":{"value":{"props":{"value":"b36350-043-122d-e050-3dd7b71788e"},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{}},"b46fb1e-0353-2a28-4f2c-dafabedf483d":{"uuid":"b46fb1e-0353-2a28-4f2c-dafabedf483d","id":"backgroundCarrito","name":"backgroundCarrito","type":"container","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"91.53%","minHeight":"161px"},"position":{"marginRight":"8.51%","justifySelf":"center"}},"visible":false},"TABLET":{"structure":{"size":{"width":"89.6%"},"position":{"marginRight":"10.44%"}}},"MOBILE":{"structure":{"size":{"width":"84.46%"},"position":{"marginRight":"15.58%"}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{"onClick":"backgroundCarrito_onClick"}},"bc28cbe-11c3-07dd-dca7-6c5c04e7fa":{"uuid":"bc28cbe-11c3-07dd-dca7-6c5c04e7fa","id":"container4","name":"container4","type":"container","subitems":["12ef037-c6e6-a67d-5506-1fbb23d6eb"],"layout":{"DESKTOP":{"structure":{"size":{"width":"8.39%","height":"5.79vw","minHeight":"unset"},"position":{"marginRight":"0.1%","justifySelf":"end"}}}},"modifiedName":false,"modifiedId":false,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{}},"12ef037-c6e6-a67d-5506-1fbb23d6eb":{"uuid":"12ef037-c6e6-a67d-5506-1fbb23d6eb","id":"backgroundCarrito1","name":"backgroundCarrito1","type":"container","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","minHeight":"120px"},"position":{"justifySelf":"center"}},"visible":false},"TABLET":{"visible":true}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"bc28cbe-11c3-07dd-dca7-6c5c04e7fa","events":{"onClick":"backgroundCarrito1_onClick"}},"7617c31-077d-afd2-df8-bf8f17d282d":{"uuid":"7617c31-077d-afd2-df8-bf8f17d282d","id":"backgroundCarrito2","name":"backgroundCarrito2","type":"container","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"5.64%","minHeight":"39px"},"position":{"marginRight":"0.1%","marginTop":"120px","justifySelf":"end"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{"onClick":"backgroundCarrito2_onClick"}},"fbff38-edb2-5606-ecea-db52fba7467c":{"uuid":"fbff38-edb2-5606-ecea-db52fba7467c","id":"container5","name":"container5","type":"container","subitems":["88804bf-4a85-c8d-1126-b065d588546b"],"layout":{"DESKTOP":{"structure":{"size":{"width":"45px","height":"100%","minHeight":"unset","minWidth":"unset"},"position":{"marginLeft":"-5px"}},"style":{"regular":{"padding":{"paddingTop":0.0,"paddingBottom":0.0,"paddingLeft":0.0,"paddingRight":0.0}}},"visible":false},"MOBILE":{}},"modifiedName":false,"modifiedId":false,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"link":{"operation":"TOGGLE","type":"ELEMENT","idObject":"d42ac6d-8ff2-6df-ac7c-d1bfe7f3d"}},"parent":"4062b02-b737-cde8-8dd1-aaeddc4b6b2","events":{}},"88804bf-4a85-c8d-1126-b065d588546b":{"uuid":"88804bf-4a85-c8d-1126-b065d588546b","id":"explorerMenuIcon","name":"explorerMenuIcon","type":"image","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"20px","height":"20px"},"position":{"alignSelf":"center"}},"visible":false},"MOBILE":{"structure":{"position":{"justifySelf":"center"}},"visible":true}},"modifiedName":true,"modifiedId":true,"subtype":"small_image","props":{"value":{"props":{"value":"4fa844-7e28-36d0-f620-e41b246f56a"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"params":[]},"parent":"fbff38-edb2-5606-ecea-db52fba7467c","events":{}},"d42ac6d-8ff2-6df-ac7c-d1bfe7f3d":{"uuid":"d42ac6d-8ff2-6df-ac7c-d1bfe7f3d","id":"explorerMenuMobile","name":"explorerMenuMobile","type":"container","subitems":["f65e887-867-4ce-0e30-a2a8f43e5462","1e2ad-f514-bd0c-3775-cea011013ef6","ba0c6ab-12f0-6c25-5f70-02ff3a1121d"],"layout":{"DESKTOP":{"structure":{"size":{"width":"190px","height":"113auto","minHeight":"113px"},"position":{"marginRight":"0.08%","marginTop":"40px","position":"fixed","justifySelf":"end"}},"style":{"regular":{"shadow":{"y":"3px","blur":"3px","opacity":"33"},"background":{"color":"#ffffff"},"border":{"radius":{"topRight":"5px","topLeft":"5px","bottomRight":"5px","bottomLeft":"5px"}}}},"visible":false},"TABLET":{},"MOBILE":{"structure":{"size":{"width":"50%","height":"auto","minHeight":"unset"},"position":{"justifySelf":"start","marginTop":"160px","marginRight":0.0}},"style":{"regular":{"shadow":{"y":"0px","blur":"1px","opacity":"19"},"border":{"radius":{"topRight":"0px","topLeft":"0px","bottomRight":"0px","bottomLeft":"0px"}}}}}},"modifiedName":true,"modifiedId":true,"subtype":"containerBackground","props":{},"hyperLink":{"destinityType":"_self"},"events":{"onMouseOut":"explorerMenu_onMouseOut"}},"f65e887-867-4ce-0e30-a2a8f43e5462":{"uuid":"f65e887-867-4ce-0e30-a2a8f43e5462","id":"layout4","name":"layout4","type":"layout","subitems":["48b6cc3-0fb3-5f20-3e-8e8fdefb56aa","6e13f5d-c82c-1541-353f-031a8a57663","3d677d-fa1c-002-bd13-0160bf240dc","672454-eb1-d01-31c2-0f575a2126a7","625aec1-dbd-4c3d-d57-a7cf5c4bc6"],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"113px"},"position":{"alignSelf":"center","justifySelf":"center"}},"style":{"regular":{"gap":"10px","props":{"type":"COLUMN"}},"padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"10px","paddingRight":"10px"}}},"MOBILE":{"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"d42ac6d-8ff2-6df-ac7c-d1bfe7f3d","events":{}},"48b6cc3-0fb3-5f20-3e-8e8fdefb56aa":{"uuid":"48b6cc3-0fb3-5f20-3e-8e8fdefb56aa","id":"item7","name":"item7","type":"item","subitems":["641703-cf-bcda-e641-673f667ba30"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}},"MOBILE":{"visible":false}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"idDep":"e88dac-6af2-c5dc-63de-00a81bdbdc24","iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"f65e887-867-4ce-0e30-a2a8f43e5462","events":{}},"641703-cf-bcda-e641-673f667ba30":{"uuid":"641703-cf-bcda-e641-673f667ba30","id":"text4","name":"text4","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"}},"style":{"font":{"family":"Inter","size":"16px"},"regular":{"font":{"color":"#0b2239"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"MOBILE":{"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Mi cuenta"},"type":"LITERAL"}},"hyperLink":{"idDep":"666a114-6532-fefa-130c-a47ba16eda4b","destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"48b6cc3-0fb3-5f20-3e-8e8fdefb56aa","events":{}},"6e13f5d-c82c-1541-353f-031a8a57663":{"uuid":"6e13f5d-c82c-1541-353f-031a8a57663","id":"item12","name":"item12","type":"item","subitems":["6eca23-2586-e753-8e8e-566abee2c61c"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}},"MOBILE":{"visible":false}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"idDep":"88c36ba-5a1b-eabf-aea0-b760000ae417","iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"f65e887-867-4ce-0e30-a2a8f43e5462","events":{}},"6eca23-2586-e753-8e8e-566abee2c61c":{"uuid":"6eca23-2586-e753-8e8e-566abee2c61c","id":"text5","name":"text5","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"}},"style":{"font":{"family":"Inter","size":"16px"},"regular":{"font":{"color":"#0b2239"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Mi biblioteca"},"type":"LITERAL"}},"hyperLink":{"idDep":"340557-f7a-aa6e-acc4-c712643fe5b","destinityType":"_iframe","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"6e13f5d-c82c-1541-353f-031a8a57663","events":{}},"3d677d-fa1c-002-bd13-0160bf240dc":{"uuid":"3d677d-fa1c-002-bd13-0160bf240dc","id":"item13","name":"item13","type":"item","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"height":"0%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee"},"border":{"top":{"color":"#0b2239","width":"2px"}},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"COLUMN","parent":"f65e887-867-4ce-0e30-a2a8f43e5462","events":{}},"672454-eb1-d01-31c2-0f575a2126a7":{"uuid":"672454-eb1-d01-31c2-0f575a2126a7","id":"item14","name":"item14","type":"item","subitems":["dc1248b-2248-45e-3ba2-a8861f43ed6"],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"idDep":"f08f7-b07d-f0bb-1f37-0b6cc42f1ea8"},"props":{},"subtype":"COLUMN","parent":"f65e887-867-4ce-0e30-a2a8f43e5462","events":{}},"dc1248b-2248-45e-3ba2-a8861f43ed6":{"uuid":"dc1248b-2248-45e-3ba2-a8861f43ed6","id":"text10","name":"text10","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"}},"style":{"font":{"family":"Inter","size":"16px"},"regular":{"font":{"color":"#0b2239"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Salir"},"type":"LITERAL"}},"hyperLink":{"idDep":"5d7cbaa-be48-fa-75ec-426c737ef7","destinityType":"_self","params":[]},"parent":"672454-eb1-d01-31c2-0f575a2126a7","events":{"onClick":"text8_onClick"}},"625aec1-dbd-4c3d-d57-a7cf5c4bc6":{"uuid":"625aec1-dbd-4c3d-d57-a7cf5c4bc6","id":"item22","name":"item22","type":"item","subitems":[],"layout":{"DESKTOP":{"structure":{"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee"},"props":{"type":"COLUMN"}}},"visible":false}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"COLUMN","parent":"f65e887-867-4ce-0e30-a2a8f43e5462","events":{}},"1e2ad-f514-bd0c-3775-cea011013ef6":{"uuid":"1e2ad-f514-bd0c-3775-cea011013ef6","id":"layout6","name":"layout6","type":"layout","subitems":["f82512-cb3c-5475-bab6-e38fc0205f6","135bed-126-4a8e-ea50-8b07b6c5db","5dea81f-07c3-b07a-11d8-0cbe531a85d","5526bb8-c205-e027-c386-2cc48e63","d6cffb-3cc2-68df-b1aa-c67c2572a1e","ca3b6df-80-f25f-a146-d2248873fa06","41485-c7db-c2f7-7df7-84c36d44bc3","bbe8cf4-3574-ba38-f70-03e56727bba4"],"layout":{"MOBILE":{"structure":{"size":{"width":"100%","height":"auto","minHeight":"unset"},"position":{"justifySelf":"center"}},"style":{"regular":{"padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"},"gap":"0px","props":{"type":"COLUMN"}},"gap":"0px","padding":{"paddingTop":"0px","paddingBottom":"0px","paddingLeft":"0px","paddingRight":"0px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"COLUMN","props":{},"hyperLink":{"destinityType":"_self"},"parent":"d42ac6d-8ff2-6df-ac7c-d1bfe7f3d","events":{}},"5526bb8-c205-e027-c386-2cc48e63":{"uuid":"5526bb8-c205-e027-c386-2cc48e63","id":"item23","name":"item23","type":"item","subitems":["50644af-5f40-4c3-17e-a8763e542d84"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}},"visible":false}},"hyperLink":{"destinityType":"_self","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item8_onClick"}},"50644af-5f40-4c3-17e-a8763e542d84":{"uuid":"50644af-5f40-4c3-17e-a8763e542d84","id":"text11","name":"text11","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"22.25%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"19.1%"},"position":{"marginLeft":"46.25%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Más leídos"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"5526bb8-c205-e027-c386-2cc48e63","events":{}},"41485-c7db-c2f7-7df7-84c36d44bc3":{"uuid":"41485-c7db-c2f7-7df7-84c36d44bc3","id":"item24","name":"item24","type":"item","subitems":["65db1cb-306-5bc-8da2-df76bf4615b"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item9_onClick"}},"65db1cb-306-5bc-8da2-df76bf4615b":{"uuid":"65db1cb-306-5bc-8da2-df76bf4615b","id":"text13","name":"text13","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"34.79%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"5.32%"},"position":{"marginLeft":"68.17%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Contacto"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"41485-c7db-c2f7-7df7-84c36d44bc3","events":{}},"5dea81f-07c3-b07a-11d8-0cbe531a85d":{"uuid":"5dea81f-07c3-b07a-11d8-0cbe531a85d","id":"item25","name":"item25","type":"item","subitems":["df33bcd-8f23-14b7-5ee7-574872141a1"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"COLUMN","parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item3_onClick"}},"df33bcd-8f23-14b7-5ee7-574872141a1":{"uuid":"df33bcd-8f23-14b7-5ee7-574872141a1","id":"text14","name":"text14","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"34.79%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"5.32%"},"position":{"marginLeft":"68.17%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Géneros "},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"5dea81f-07c3-b07a-11d8-0cbe531a85d","events":{}},"bbe8cf4-3574-ba38-f70-03e56727bba4":{"uuid":"bbe8cf4-3574-ba38-f70-03e56727bba4","id":"item26","name":"item26","type":"item","subitems":["d470a7d-7b6-bbc-b601-520760a40ff"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"hyperLink":{"destinityType":"_self","params":[],"idDep":"faef7f4-b3fe-ffdd-0e4-faf2db6e28"},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser!\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"expressionParser":"onlineUser!\u003d\"ANONYMOUS\"","idTarget":"item26","formName":false,"action":"view","tpRule":"VIEW","new":false}]}},"subtype":"COLUMN","parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{}},"d470a7d-7b6-bbc-b601-520760a40ff":{"uuid":"d470a7d-7b6-bbc-b601-520760a40ff","id":"text15","name":"text15","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"57px"},"position":{"marginLeft":"0.26%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"7.48%"},"position":{"marginLeft":"9.28%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Cerrar sesión"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","idDep":"4d21d77-f468-3b5-a4d-40eb8d7be4d","params":[]},"parent":"bbe8cf4-3574-ba38-f70-03e56727bba4","events":{}},"ba0c6ab-12f0-6c25-5f70-02ff3a1121d":{"uuid":"ba0c6ab-12f0-6c25-5f70-02ff3a1121d","id":"icon4","name":"icon4","type":"icon","subitems":[],"layout":{"DESKTOP":{"structure":{"position":{"marginRight":"23.14%","marginTop":"-16px","justifySelf":"end"}},"style":{"color":{"color":"#ffffff"}}},"TABLET":{"structure":{"position":{"marginRight":"28%"}}},"MOBILE":{"structure":{"position":{"justifySelf":"start","marginLeft":"12.5%","marginRight":0.0}}}},"modifiedName":false,"modifiedId":false,"subtype":"small_icon","props":{"value":{"props":{"value":{"type":"fontawesome","value":["fas","caret-up"]}},"type":"LITERAL"}},"relatedAttribute":{},"hyperLink":{"destinityType":"_self"},"parent":"d42ac6d-8ff2-6df-ac7c-d1bfe7f3d","events":{"afterViewInit":"icon4_afterViewInit"}},"1a0ac8-3b5d-35ff-8b14-187dfba1ab":{"uuid":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","id":"layout7BK","name":"layout7BK","type":"layout","subitems":["b056fa-7b2-188-876b-081d107ecb82","8e5e62-84e3-e4-4b87-f173bbd3e0e","f8407a-c6c4-6254-3666-c26e125e0dc8","8c0834a-b5bc-b50b-6b85-f2341d2f586d","1771b3-06-6b86-87ed-22013afd565f","637f31c-e4e2-018c-b186-3ae7a0b147c"],"layout":{"DESKTOP":{"structure":{"size":{"width":"35%","height":"40px","minWidth":"30%"},"position":{"marginLeft":"0.97%","marginTop":"15px"}},"style":{"regular":{"padding":{"paddingLeft":"0px","paddingRight":"0px"},"gap":"0px","props":{"type":"ROW"}},"gap":"0px","padding":{"paddingTop":"10px","paddingBottom":"10px","paddingLeft":"0px","paddingRight":"0px"}},"visible":false},"TABLET":{"structure":{"size":{"minWidth":"58.2%","width":"auto"},"position":{"marginLeft":"0%"}}},"MOBILE":{}},"modifiedName":true,"modifiedId":true,"subtype":"ROW","props":{},"hyperLink":{"destinityType":"_self"},"parent":"4062b02-b737-cde8-8dd1-aaeddc4b6b2","events":{}},"b056fa-7b2-188-876b-081d107ecb82":{"uuid":"b056fa-7b2-188-876b-081d107ecb82","id":"item27","name":"item27","type":"item","subitems":["c8f56f-3fe5-dc58-fdcd-01a452c3fe66"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"110%"},"position":{"position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"width":"auto","height":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","events":{}},"c8f56f-3fe5-dc58-fdcd-01a452c3fe66":{"uuid":"c8f56f-3fe5-dc58-fdcd-01a452c3fe66","id":"text16","name":"text16","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Catálogo"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"8867d53-ad37-71d6-803d-572cf20081ba","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625","link":{"type":"PAGE","operation":"","params":[]}},"parent":"b056fa-7b2-188-876b-081d107ecb82","events":{}},"8e5e62-84e3-e4-4b87-f173bbd3e0e":{"uuid":"8e5e62-84e3-e4-4b87-f173bbd3e0e","id":"item28","name":"item28","type":"item","subitems":["a85f661-ef-f8a8-a07-af401ee368d2"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"110%"},"position":{"marginLeft":"0.61%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"width":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","events":{}},"a85f661-ef-f8a8-a07-af401ee368d2":{"uuid":"a85f661-ef-f8a8-a07-af401ee368d2","id":"text17","name":"text17","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"h6","props":{"value":{"props":{"value":"Géneros"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","scroll":{"behavior":"auto","block":"nearest","line":"nearest"},"idDep":"2600765-d7fc-cc15-477b-d1b2684ce7d1","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"link":{"type":"PAGE","operation":"","params":[]},"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"8e5e62-84e3-e4-4b87-f173bbd3e0e","events":{}},"f8407a-c6c4-6254-3666-c26e125e0dc8":{"uuid":"f8407a-c6c4-6254-3666-c26e125e0dc8","id":"item29","name":"item29","type":"item","subitems":["5d87c5-0040-8f73-0c2a-d2d72dead022"],"layout":{"DESKTOP":{"structure":{"size":{"width":"28%","height":"110%"},"position":{"marginLeft":"0.43%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"width":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","params":[],"link":{"type":"PAGE","operation":"","params":[]},"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","events":{}},"5d87c5-0040-8f73-0c2a-d2d72dead022":{"uuid":"5d87c5-0040-8f73-0c2a-d2d72dead022","id":"text18","name":"text18","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{"structure":{"position":{"marginLeft":"1.4%"}}},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Ofertas"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"530413-08ef-c734-c37-40238acd587","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"f8407a-c6c4-6254-3666-c26e125e0dc8","events":{}},"8c0834a-b5bc-b50b-6b85-f2341d2f586d":{"uuid":"8c0834a-b5bc-b50b-6b85-f2341d2f586d","id":"item30","name":"item30","type":"item","subitems":["e1a67f3-0e11-a0e8-7331-fb815a87763e"],"layout":{"DESKTOP":{"structure":{"size":{"width":"40%","height":"110%"},"position":{"marginLeft":"0.17%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"width":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","idDep":"5ea0fe-fdef-5d25-35ec-b1aaeba2e6ad","params":[{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"},{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","events":{}},"e1a67f3-0e11-a0e8-7331-fb815a87763e":{"uuid":"e1a67f3-0e11-a0e8-7331-fb815a87763e","id":"text19","name":"text19","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Más Leídos"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","idDep":"0622ad-f08c-b76c-fec6-364b75d5c56a","params":[],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"parent":"8c0834a-b5bc-b50b-6b85-f2341d2f586d","events":{}},"1771b3-06-6b86-87ed-22013afd565f":{"uuid":"1771b3-06-6b86-87ed-22013afd565f","id":"item31","name":"item31","type":"item","subitems":["88f726-610a-711a-874b-dce5ee0b5ad"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"110%"},"position":{"marginLeft":"-0.2%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"width":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_iframe","idDep":"50f6feb-a076-78f8-00b5-fc6f3722af0","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625"},"props":{},"subtype":"ROW","parent":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","events":{}},"88f726-610a-711a-874b-dce5ee0b5ad":{"uuid":"88f726-610a-711a-874b-dce5ee0b5ad","id":"text20","name":"text20","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"marginLeft":"1.51%","alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0}},"TABLET":{},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}},"visible":false}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Contacto"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_iframe","params":[{"id":"coin","props":{"value":"806bf5-8a20-50f8-6b4-7f5c4acc7a1"},"type":"CONTEXT"},{"id":"country","props":{"value":"72be3e-b7fe-e2e5-65ed-578ba7f66fe"},"type":"CONTEXT"}],"iframe":"f6f2618-a66f-234e-abe7-b106db7bb625","idDep":"500410-5d06-2e2-636f-87f776af4f30"},"parent":"1771b3-06-6b86-87ed-22013afd565f","events":{}},"637f31c-e4e2-018c-b186-3ae7a0b147c":{"uuid":"637f31c-e4e2-018c-b186-3ae7a0b147c","id":"item32","name":"item32","type":"item","subitems":["78eb4c-fbd-3faa-1fec-66033d26dc"],"layout":{"DESKTOP":{"structure":{"size":{"width":"30%","height":"110%"},"position":{"marginLeft":"0.97%","position":"relative"}},"style":{"regular":{"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"ROW"}}}},"TABLET":{"structure":{"size":{"width":"auto","flexGrow":"1","flexShrink":"1"}}}},"hyperLink":{"destinityType":"_self"},"props":{},"subtype":"ROW","parent":"1a0ac8-3b5d-35ff-8b14-187dfba1ab","events":{}},"78eb4c-fbd-3faa-1fec-66033d26dc":{"uuid":"78eb4c-fbd-3faa-1fec-66033d26dc","id":"text21","name":"text21","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"minWidth":"unset"},"position":{"alignSelf":"center"}},"style":{"font":{"family":"Inter","size":"15px","align":"center"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"},"maxLines":1.0},"visible":false},"TABLET":{},"MOBILE":{"style":{"font":{"size":"14px"}},"structure":{"size":{"width":"20%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Blog"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"637f31c-e4e2-018c-b186-3ae7a0b147c","events":{}},"0d857b-02c7-cdd4-b0f7-65da78efc0a6":{"uuid":"0d857b-02c7-cdd4-b0f7-65da78efc0a6","id":"containerEmpty","name":"containerEmpty","type":"container","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"100%","minHeight":"unset"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self","scroll":{"behavior":"auto","block":"nearest","line":"nearest"}},"parent":"c07ab87-4481-7c13-2ad-5433570d5fd","events":{"onClick":"containerEmpty_onClick"}},"b43fb18-103-31f4-7de2-8a57bdf2c301":{"uuid":"b43fb18-103-31f4-7de2-8a57bdf2c301","id":"containerEmpty2","name":"containerEmpty2","type":"container","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"100%","height":"100%","minHeight":"unset"}},"visible":false}},"modifiedName":true,"modifiedId":true,"subtype":"containerSimple","props":{},"hyperLink":{"destinityType":"_self"},"parent":"bf6cc1-17-548a-1fdf-eab8dc7d47","events":{"onClick":"containerEmpty2_onClick"}},"f82512-cb3c-5475-bab6-e38fc0205f6":{"uuid":"f82512-cb3c-5475-bab6-e38fc0205f6","id":"item33","name":"item33","type":"item","subitems":["e13c3e4-f0ec-e132-1750-46dbf511f2"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item33_onClick"}},"e13c3e4-f0ec-e132-1750-46dbf511f2":{"uuid":"e13c3e4-f0ec-e132-1750-46dbf511f2","id":"text22","name":"text22","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"22.25%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"19.1%"},"position":{"marginLeft":"46.25%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":"0.01%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Catálogo"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"f82512-cb3c-5475-bab6-e38fc0205f6","events":{}},"135bed-126-4a8e-ea50-8b07b6c5db":{"uuid":"135bed-126-4a8e-ea50-8b07b6c5db","id":"item34","name":"item34","type":"item","subitems":["7fddc74-ccfd-d808-6b8-45161dd03e2"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}}}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{},"parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item34_onClick"}},"7fddc74-ccfd-d808-6b8-45161dd03e2":{"uuid":"7fddc74-ccfd-d808-6b8-45161dd03e2","id":"Ofertas","name":"Ofertas","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"22.25%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"19.1%"},"position":{"marginLeft":"46.25%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":"0px"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Ofertas"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"135bed-126-4a8e-ea50-8b07b6c5db","events":{}},"ca3b6df-80-f25f-a146-d2248873fa06":{"uuid":"ca3b6df-80-f25f-a146-d2248873fa06","id":"item35","name":"item35","type":"item","subitems":["f08b3dc-5634-a2-8e33-afdd02ec08"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}},"visible":false}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser!\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"item35","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser!\u003d\"ANONYMOUS\""}]}},"parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item35_onClick"}},"f08b3dc-5634-a2-8e33-afdd02ec08":{"uuid":"f08b3dc-5634-a2-8e33-afdd02ec08","id":"text23","name":"text23","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"22.25%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"19.1%"},"position":{"marginLeft":"46.25%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":"0.01%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Biblioteca"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"ca3b6df-80-f25f-a146-d2248873fa06","events":{}},"d6cffb-3cc2-68df-b1aa-c67c2572a1e":{"uuid":"d6cffb-3cc2-68df-b1aa-c67c2572a1e","id":"item36","name":"item36","type":"item","subitems":["1d4ed3-b413-18ee-2fbc-2252df36c20c"],"layout":{"MOBILE":{"structure":{"size":{"height":"46px"},"position":{"position":"relative"}},"style":{"regular":{"padding":{"paddingLeft":"10px"},"background":{"color":"#eceeee","opacity":"00"},"props":{"type":"COLUMN"}}},"visible":false}},"subtype":"COLUMN","hyperLink":{"destinityType":"_self"},"props":{"rules":{"view":[{"enabled":true,"order":-1.0,"formActions":["ALL"],"expression":{"value":"onlineUser!\u003d\"ANONYMOUS\"","ast":{"type":"Program","body":[{"type":"ExpressionStatement","expression":{"type":"BinaryExpression","operator":"!\u003d","left":{"type":"PageVariableIdentifier","name":"onlineUser","range":[0.0,10.0],"code":"onlineUser"},"right":{"type":"Literal","value":"ANONYMOUS","raw":"\"ANONYMOUS\"","range":[12.0,23.0]},"range":[0.0,23.0]},"range":[0.0,23.0]}],"sourceType":"script","range":[0.0,23.0]}},"readOnly":false,"idTarget":"item36","formName":false,"action":"view","tpRule":"VIEW","new":false,"expressionParser":"onlineUser!\u003d\"ANONYMOUS\""}]}},"parent":"1e2ad-f514-bd0c-3775-cea011013ef6","events":{"onClick":"item36_onClick"}},"1d4ed3-b413-18ee-2fbc-2252df36c20c":{"uuid":"1d4ed3-b413-18ee-2fbc-2252df36c20c","id":"text24","name":"text24","type":"text","subitems":[],"layout":{"DESKTOP":{"structure":{"size":{"width":"139px"},"position":{"marginLeft":"22.25%","alignSelf":"center"}},"style":{"font":{"family":"Calibri","size":"18px"},"regular":{"font":{"color":"#ffffff"}},"shadow":{"x":"0px","y":"0px","blur":"0px","color":"#000000","opacity":"00"}}},"TABLET":{"structure":{"size":{"width":"19.1%"},"position":{"marginLeft":"46.25%"}}},"MOBILE":{"style":{"font":{"size":"16px","family":"AlegreyaSans"},"regular":{"font":{"color":"#0b2239"}}},"structure":{"size":{"width":"auto","minWidth":"unset"},"position":{"marginLeft":"0.01%"}}}},"modifiedName":false,"modifiedId":false,"subtype":"h6","props":{"value":{"props":{"value":"Mi cuenta"},"type":"LITERAL"}},"hyperLink":{"destinityType":"_self","params":[]},"parent":"d6cffb-3cc2-68df-b1aa-c67c2572a1e","events":{}}},"root":["c07ab87-4481-7c13-2ad-5433570d5fd","bf6cc1-17-548a-1fdf-eab8dc7d47","78d535c-fe3-c542-31f-6c5828271bd3","d42ac6d-8ff2-6df-ac7c-d1bfe7f3d","4718bf4-df8-a27-2ff0-7207b0e5d1b7"]},"breakpoints":{},"linkDependencies":{"aa6472-e53d-720f-6b22-ff77ee3010":{"id":"aa6472-e53d-720f-6b22-ff77ee3010","idElement":"434daa4-3d7-7a1-6570-407becf1ca1","link":{"type":"PAGE","idObject":"24418b4e-6317-450b-918f-8f306883cf84","operation":"","params":[],"finalLink":"SLPage?idPage\u003d24418b4e-6317-450b-918f-8f306883cf84"}},"b7d020d-70-2185-47e-bf3c3fd385":{"id":"b7d020d-70-2185-47e-bf3c3fd385","idElement":"08b4c16-cccc-ce42-4e2-5754e4c244b7","link":{"type":"PAGE","idObject":"24418b4e-6317-450b-918f-8f306883cf84","operation":"","params":[],"finalLink":"SLPage?idPage\u003d24418b4e-6317-450b-918f-8f306883cf84"}},"8867d53-ad37-71d6-803d-572cf20081ba":{"id":"8867d53-ad37-71d6-803d-572cf20081ba","idElement":"c8f56f-3fe5-dc58-fdcd-01a452c3fe66","link":{"type":"PAGE","idObject":"23d59d1e-b3de-4436-90a3-6723c69e4c52","operation":"","params":[],"finalLink":"SLPage?idPage\u003d23d59d1e-b3de-4436-90a3-6723c69e4c52"}},"e18336-65aa-8460-1c54-b07cbe44a8":{"id":"e18336-65aa-8460-1c54-b07cbe44a8","idElement":"22eab8e-5ac7-072c-36f-68e7a673a36f","link":{"type":"LOGOUT","operation":"logout","params":[]}},"530413-08ef-c734-c37-40238acd587":{"id":"530413-08ef-c734-c37-40238acd587","idElement":"5d87c5-0040-8f73-0c2a-d2d72dead022","link":{"type":"PAGE","idObject":"d2a4e817-be8e-46f8-b573-8b272428971c","operation":"","params":[],"finalLink":"SLPage?idPage\u003dd2a4e817-be8e-46f8-b573-8b272428971c"}},"e88dac-6af2-c5dc-63de-00a81bdbdc24":{"id":"e88dac-6af2-c5dc-63de-00a81bdbdc24","idElement":"48b6cc3-0fb3-5f20-3e-8e8fdefb56aa","link":{"type":"PAGE","idObject":"4557e6b2-20fa-4b47-9606-939748bf8c35","operation":"","params":[],"finalLink":"SLPage?idPage\u003d4557e6b2-20fa-4b47-9606-939748bf8c35"}},"4244b33-553e-b571-533a-c03f11e4ad5":{"id":"4244b33-553e-b571-533a-c03f11e4ad5","idElement":"58f038f-e233-24f3-4d20-aade78864f70","link":{"type":"PAGE","idObject":"2dccf106-c30d-4c1c-979f-c6171a19440a","operation":"","params":[],"finalLink":"SLPage?idPage\u003d2dccf106-c30d-4c1c-979f-c6171a19440a"}},"f08f7-b07d-f0bb-1f37-0b6cc42f1ea8":{"id":"f08f7-b07d-f0bb-1f37-0b6cc42f1ea8","idElement":"672454-eb1-d01-31c2-0f575a2126a7","link":{"type":"LOGOUT","operation":"logout","params":[]}},"13d755-ac6-57c3-a51-4133abaf822b":{"id":"13d755-ac6-57c3-a51-4133abaf822b","idElement":"48218d1-4373-7471-bfe-101f43c4e0f","link":{"type":"PAGE","idObject":"2dccf106-c30d-4c1c-979f-c6171a19440a","operation":"","params":[],"finalLink":"SLPage?idPage\u003d2dccf106-c30d-4c1c-979f-c6171a19440a"}},"2600765-d7fc-cc15-477b-d1b2684ce7d1":{"id":"2600765-d7fc-cc15-477b-d1b2684ce7d1","idElement":"a85f661-ef-f8a8-a07-af401ee368d2","link":{"type":"PAGE","idObject":"f2789fc1-3024-4a8f-9dc2-020b8b289724","operation":"","params":[],"finalLink":"SLPage?idPage\u003df2789fc1-3024-4a8f-9dc2-020b8b289724"}},"50f6feb-a076-78f8-00b5-fc6f3722af0":{"id":"50f6feb-a076-78f8-00b5-fc6f3722af0","idElement":"1771b3-06-6b86-87ed-22013afd565f","link":{"type":"PAGE","idObject":"24418b4e-6317-450b-918f-8f306883cf84","operation":"","params":[],"finalLink":"SLPage?idPage\u003d24418b4e-6317-450b-918f-8f306883cf84"}},"23ef131-362-cac-6c5d-fcf0cbc3468":{"id":"23ef131-362-cac-6c5d-fcf0cbc3468","idElement":"4caf72b-6cf7-2d38-3c7c-fb6e3d33a65","link":{"type":"PAGE","idObject":"2b5cf91a-57f9-494f-97b8-0396666d12fb","operation":"","params":[],"finalLink":"SLPage?idPage\u003d2b5cf91a-57f9-494f-97b8-0396666d12fb"}},"340557-f7a-aa6e-acc4-c712643fe5b":{"id":"340557-f7a-aa6e-acc4-c712643fe5b","idElement":"6eca23-2586-e753-8e8e-566abee2c61c","link":{"type":"PAGE","idObject":"2dccf106-c30d-4c1c-979f-c6171a19440a","operation":"","params":[],"finalLink":"SLPage?idPage\u003d2dccf106-c30d-4c1c-979f-c6171a19440a"}},"0d8604-ba2c-aee7-506e-1c2e17f02e7":{"id":"0d8604-ba2c-aee7-506e-1c2e17f02e7","idElement":"63d844-6e35-17c6-6b71-52dcaca4a54","link":{"type":"PAGE","idObject":"4557e6b2-20fa-4b47-9606-939748bf8c35","operation":"","params":[],"finalLink":"SLPage?idPage\u003d4557e6b2-20fa-4b47-9606-939748bf8c35"}},"5d7cbaa-be48-fa-75ec-426c737ef7":{"id":"5d7cbaa-be48-fa-75ec-426c737ef7","idElement":"dc1248b-2248-45e-3ba2-a8861f43ed6","link":{"type":"LOGOUT","operation":"logout","params":[]}},"666a114-6532-fefa-130c-a47ba16eda4b":{"id":"666a114-6532-fefa-130c-a47ba16eda4b","idElement":"641703-cf-bcda-e641-673f667ba30","link":{"type":"PAGE","idObject":"4557e6b2-20fa-4b47-9606-939748bf8c35","operation":"","params":[],"finalLink":"SLPage?idPage\u003d4557e6b2-20fa-4b47-9606-939748bf8c35"}},"d33d47a-a51a-cc2d-4f44-70ee1fe3ca35":{"id":"d33d47a-a51a-cc2d-4f44-70ee1fe3ca35","idElement":"16c42bf-67b6-72eb-b454-bdfa8a8bb7f","link":{"type":"PAGE","idObject":"6fce8835-d975-4c96-b28f-0c67fcfb29e4","operation":"","params":[],"finalLink":"SLPage?idPage\u003d6fce8835-d975-4c96-b28f-0c67fcfb29e4"}},"a787f5-f044-881-3dda-13bdd72025":{"id":"a787f5-f044-881-3dda-13bdd72025","idElement":"70bd-d638-78c3-bbac-e61502c5b73","link":{"type":"PAGE","idObject":"d2a4e817-be8e-46f8-b573-8b272428971c","operation":"","params":[],"finalLink":"SLPage?idPage\u003dd2a4e817-be8e-46f8-b573-8b272428971c"}},"500410-5d06-2e2-636f-87f776af4f30":{"id":"500410-5d06-2e2-636f-87f776af4f30","idElement":"88f726-610a-711a-874b-dce5ee0b5ad","link":{"type":"PAGE","idObject":"24418b4e-6317-450b-918f-8f306883cf84","operation":"","params":[],"finalLink":"SLPage?idPage\u003d24418b4e-6317-450b-918f-8f306883cf84"}},"5f22fd7-254-b504-7aad-2cb6ac4bf6":{"id":"5f22fd7-254-b504-7aad-2cb6ac4bf6","idElement":"66b8ac-1d2d-ebb-623c-bb88847445a","link":{"type":"LOGOUT","operation":"logout","params":[]}},"f415d15-6e3e-805e-8530-05a7e7bb6f6b":{"id":"f415d15-6e3e-805e-8530-05a7e7bb6f6b","idElement":"83b22de-420-13e1-750d-886f41b43623","link":{"type":"PAGE","idObject":"23d59d1e-b3de-4436-90a3-6723c69e4c52","operation":"","params":[],"finalLink":"SLPage?idPage\u003d23d59d1e-b3de-4436-90a3-6723c69e4c52"}},"c44ee1-cb02-474d-b647-0317a7cff1e":{"id":"c44ee1-cb02-474d-b647-0317a7cff1e","idElement":"d5d2172-2a56-d70-4ef1-3706a6be3f4","link":{"type":"PAGE","idObject":"4557e6b2-20fa-4b47-9606-939748bf8c35","operation":"","params":[],"finalLink":"SLPage?idPage\u003d4557e6b2-20fa-4b47-9606-939748bf8c35"}},"2e567e8-af8f-4fb3-0a65-05ccad66a14f":{"id":"2e567e8-af8f-4fb3-0a65-05ccad66a14f","idElement":"72cc31-7212-64f6-dcd7-6f12148788e","link":{"type":"PAGE","idObject":"ed404e1c-67f4-41cb-a87d-5c909ff3f851","operation":"","params":[],"finalLink":"SLPage?idPage\u003ded404e1c-67f4-41cb-a87d-5c909ff3f851"}},"f2213c6-8571-0dec-101-8fb2af70a22d":{"id":"f2213c6-8571-0dec-101-8fb2af70a22d","idElement":"3bdc8e-786d-05d-b74e-11e3cd84efa","link":{"type":"LOGOUT","operation":"logout","params":[]}},"4d21d77-f468-3b5-a4d-40eb8d7be4d":{"id":"4d21d77-f468-3b5-a4d-40eb8d7be4d","idElement":"d470a7d-7b6-bbc-b601-520760a40ff","link":{"type":"LOGOUT","operation":"logout","params":[]}},"5ea0fe-fdef-5d25-35ec-b1aaeba2e6ad":{"id":"5ea0fe-fdef-5d25-35ec-b1aaeba2e6ad","idElement":"8c0834a-b5bc-b50b-6b85-f2341d2f586d","link":{"type":"PAGE","idObject":"2b5cf91a-57f9-494f-97b8-0396666d12fb","operation":"","params":[],"finalLink":"SLPage?idPage\u003d2b5cf91a-57f9-494f-97b8-0396666d12fb"}},"faef7f4-b3fe-ffdd-0e4-faf2db6e28":{"id":"faef7f4-b3fe-ffdd-0e4-faf2db6e28","idElement":"bbe8cf4-3574-ba38-f70-03e56727bba4","link":{"type":"LOGOUT","operation":"logout","params":[]}},"c6babb8-31c-6b4d-2c23-e7c6855f873":{"id":"c6babb8-31c-6b4d-2c23-e7c6855f873","idElement":"b207a41-5161-ce68-5e34-e4b0dbb203cf","link":{"type":"PAGE","idObject":"f2789fc1-3024-4a8f-9dc2-020b8b289724","operation":"","params":[],"finalLink":"SLPage?idPage\u003df2789fc1-3024-4a8f-9dc2-020b8b289724"}},"d7d268-3e7e-7fc3-75b1-a2f4f1f3747":{"id":"d7d268-3e7e-7fc3-75b1-a2f4f1f3747","idElement":"863d330-5be7-4510-af75-d25a6aa13327","link":{"type":"LOGOUT","operation":"logout","params":[]}},"fdc54e-30f8-44fe-5f0-605a3a4a7852":{"id":"fdc54e-30f8-44fe-5f0-605a3a4a7852","idElement":"0b7bd3d-34c3-07e7-c47e-4fcb8aaf3b3e","link":{"type":"PAGE","idObject":"44c4d202-982f-4056-a973-fdfa393dc653","operation":"","params":[],"finalLink":"SLPage?idPage\u003d44c4d202-982f-4056-a973-fdfa393dc653"}},"88c36ba-5a1b-eabf-aea0-b760000ae417":{"id":"88c36ba-5a1b-eabf-aea0-b760000ae417","idElement":"6e13f5d-c82c-1541-353f-031a8a57663","link":{"type":"PAGE","idObject":"2dccf106-c30d-4c1c-979f-c6171a19440a","operation":"","params":[],"finalLink":"SLPage?idPage\u003d2dccf106-c30d-4c1c-979f-c6171a19440a"}}},"events":{"beforeViewUnload":"beforeViewUnload","onInit":"onInit","afterViewInit":"afterViewInit_1"},"buildingBlocks":["566ee7c3-ff14-4655-88e8-4b6081abccd5"],"isBuildingBlock":false,"isReferable":true,"translatedObjects":{},"translatable":false,"prompts":[],"ssr":false,"globalStyles":"/* \nYou can put your page styles here\n\nYou can access your elements by using their name or id\n\nIf you override a style, make sure to use the \u0027!important\u0027 declaration\n*/","version":3}