/*! elementor-pro - v3.23.0 - 23-07-2024 */ (()=>{"use strict";class Screenshot extends elementorModules.ViewModule{getDefaultSettings(){return{empty_content_headline:"Empty Content.",crop:{width:1200,height:1500},excluded_external_css_urls:["https://kit-pro.fontawesome.com"],external_images_urls:["https://i.ytimg.com"],timeout:15e3,render_timeout:5e3,timerLabel:null,timer_label:`${ElementorScreenshotConfig.post_id} - timer`,image_placeholder:"data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=",isDebug:elementorCommonConfig.isElementorDebug,isDebugSvg:!1,...ElementorScreenshotConfig}}getDefaultElements(){const e=jQuery(ElementorScreenshotConfig.selector),t=e.find(".elementor-section-wrap > .elementor-section, .elementor > .elementor-section");return{$elementor:e,$sections:t,$firstSection:t.first(),$notElementorElements:elementorCommon.elements.$body.find("> *:not(style, link)").not(e),$head:jQuery("head")}}onInit(){return super.onInit(),this.log("Screenshot init","time"),this.timeoutTimer=setTimeout(this.screenshotFailed.bind(this),this.getSettings("timeout")),this.captureScreenshot()}captureScreenshot(){return this.elements.$elementor.length||(elementorCommon.helpers.consoleWarn("Screenshots: The content of this page is empty, the module will create a fake conent just for this screenshot."),this.createFakeContent()),this.removeUnnecessaryElements(),this.handleIFrames(),this.removeFirstSectionMargin(),this.handleLinks(),this.loadExternalCss(),this.loadExternalImages(),Promise.resolve().then(this.createImage.bind(this)).then(this.createImageElement.bind(this)).then(this.cropCanvas.bind(this)).then(this.save.bind(this)).then(this.screenshotSucceed.bind(this)).catch(this.screenshotFailed.bind(this))}createFakeContent(){this.elements.$elementor=jQuery("
").css({height:this.getSettings("crop.height"),width:this.getSettings("crop.width"),display:"flex",alignItems:"center",justifyContent:"center"}),this.elements.$elementor.append(jQuery("

").css({fontSize:"85px"}).html(this.getSettings("empty_content_headline"))),document.body.prepend(this.elements.$elementor)}loadExternalCss(){const e=[this.getSettings("home_url"),...this.getSettings("excluded_external_css_urls")].map((e=>`[href^="${e}"]`)).join(", ");jQuery("link").not(e).each(((e,t)=>{const s=jQuery(t),n=s.clone();n.attr("href",this.getScreenshotProxyUrl(s.attr("href"))),this.elements.$head.append(n),s.remove()}))}loadExternalImages(){const e=this.getSettings("external_images_urls").map((e=>`img[src^="${e}"]`)).join(", ");jQuery(e).each(((e,t)=>{const s=jQuery(t);s.attr("src",this.getScreenshotProxyUrl(s.attr("src")))}))}handleIFrames(){this.elements.$elementor.find("iframe").each(((e,t)=>{const s=jQuery(t),n=jQuery("
",{css:{background:"gray",width:s.width(),height:s.height()}});s.before(n),s.remove()}))}removeUnnecessaryElements(){let e=0;this.elements.$sections.filter(((t,s)=>{let n=!1;return e>=this.getSettings("crop.height")&&(n=!0),e+=jQuery(s).outerHeight(),n})).each(((e,t)=>{t.remove()})),this.elements.$notElementorElements.remove()}handleLinks(){elementorCommon.elements.$body.find("a").attr("href","/")}removeFirstSectionMargin(){this.elements.$firstSection.css({marginTop:0})}createImage(){const e=new Promise((e=>{window.addEventListener("load",(()=>{e()}))})),t=new Promise((e=>{setTimeout((()=>{e()}),this.getSettings("render_timeout"))}));return Promise.race([e,t]).then((()=>{if(this.log("Start creating screenshot."),this.getSettings("isDebugSvg"))return domtoimage.toSvg(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}).then((e=>this.download(e))),Promise.reject("Debug SVG.");return/^((?!chrome|android).)*safari/i.test(window.userAgent)?(this.log('Creating screenshot with "html2canvas"'),html2canvas(document.body).then((e=>e.toDataURL("image/png")))):(this.log('Creating screenshot with "dom-to-image"'),domtoimage.toPng(document.body,{imagePlaceholder:this.getSettings("image_placeholder")}))}))}download(e){const t=jQuery("",{href:e,download:"debugSvg.svg",html:"Download SVG"});elementorCommon.elements.$body.append(t),t.trigger("click")}createImageElement(e){const t=new Image;return t.src=e,new Promise((e=>{t.onload=()=>e(t)}))}cropCanvas(e){const t=this.getSettings("crop.width"),s=this.getSettings("crop.height"),n=document.createElement("canvas"),i=n.getContext("2d"),o=t/e.width;return n.width=t,n.height=s>e.height?e.height:s,i.drawImage(e,0,0,e.width,e.height,0,0,e.width*o,e.height*o),Promise.resolve(n)}save(e){return new Promise(((t,s)=>{elementorCommon.ajax.addRequest("screenshot_save",{data:{post_id:this.getSettings("post_id"),screenshot:e.toDataURL("image/png")},success:e=>{this.log(`Screenshot created: ${encodeURI(e)}`),t(e)},error:()=>{this.log("Failed to create screenshot."),s()}})}))}markAsFailed(){return new Promise(((e,t)=>{elementorCommon.ajax.addRequest("screenshot_failed",{data:{post_id:this.getSettings("post_id")},success:()=>{this.log("Marked as failed."),e()},error:()=>{this.log("Failed to mark this screenshot as failed."),t()}})}))}getScreenshotProxyUrl(e){return`${this.getSettings("home_url")}?screenshot_proxy&nonce=${this.getSettings("nonce")}&href=${e}`}screenshotSucceed(e){this.screenshotDone(!0,e)}screenshotFailed(e){this.log(e,null),this.markAsFailed().then((()=>this.screenshotDone(!1)))}screenshotDone(e,t=null){clearTimeout(this.timeoutTimer),this.timeoutTimer=null,window.parent.postMessage({name:"capture-screenshot-done",success:e,id:this.getSettings("post_id"),imageUrl:t},"*"),this.log(`Screenshot ${e?"Succeed":"Failed"}.`,"timeEnd")}log(e,t="timeLog"){this.getSettings("isDebug")&&(console.log("string"==typeof e?`${this.getSettings("post_id")} - ${e}`:e),t&&console[t](this.getSettings("timer_label")))}}jQuery((()=>{new Screenshot}))})();.jabvfcr .inspector { display:none; width: 100%; height:100%; z-index:100000; position:fixed; top:0; left:0; } .jabvfcr .right-panel { position:fixed; top:0; right:0; background: #f1f1f1; padding: 10px; width: 300px; height: 100%; overflow: scroll; } .jabvfcr .right-panel .top-bar { border-bottom: 1px solid #d6d6d6; padding: 5px 0px 10px 0px; margin-left: -10px; margin-right: -10px; text-align: center; } .jabvfcr .right-panel .options { height: 20px; padding: 5px 0; } .jabvfcr .inspector .site-preview { margin-right:320px; width: calc(100% - 320px); height:100%; } .jabvfcr .inspector .site-preview iframe { width: 100%; height:100%; } .jabvfcr form .selector { width: 100%; } #wp-content-editor-tools { padding-top: 0; } .jabvfcr .advanced-options { padding-top: 7px; } .jabvfcr .bottom { position: absolute; bottom: 30px; right: 10px; } .jabvfcr .overlay { position: fixed; top: 0; left: 0; z-index: 100000; background-color: black; opacity: .5; width: 100%; height: 100%; } .jabvfcr .loading { width: 60px; height: 60px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 100001; } .jabvfcr .save-button { position: absolute; bottom: 10px; left: 10px; } .jabvfcr .current-selector { height: 60px; } .jabvfcr .dn { display: none; } .jabvfcr .ma0 { margin: 0; } .jabvfcr .fr { float: right; } .jabvfcr .mb1 { margin-bottom: 7px; } .jabvfcr .mb2 { margin-bottom: 15px; } .jabvfcr .mt1 { margin-top: 7px; } .jabvfcr .mt2 { margin-top: 15px; } .jabvfcr .invalid { color: red; } .jabvfcr .pointer { cursor: pointer; } #jabvfcr_selector-top, #jabvfcr_selector-bottom { background: grey; height:3px; position: fixed; transition:all 300ms ease; z-index: 100000; } #jabvfcr_selector-left, #jabvfcr_selector-right { background: grey; width:3px; position: fixed; transition:all 300ms ease; z-index: 100000; } .n { -webkit-transform: scale(3) translateX(100px) } body { cursor: pointer; } {"id":8841,"date":"2021-07-02T12:05:57","date_gmt":"2021-07-02T15:05:57","guid":{"rendered":"http:\/\/boomdenoticias.com\/index.php\/2021\/07\/02\/cerro-el-7-de-los-comercios-de-cordoba-en-los-primeros-seis-meses-de-2021\/"},"modified":"2021-07-02T12:05:57","modified_gmt":"2021-07-02T15:05:57","slug":"cerro-el-7-de-los-comercios-de-cordoba-en-los-primeros-seis-meses-de-2021","status":"publish","type":"post","link":"https:\/\/boomdenoticias.com\/cerro-el-7-de-los-comercios-de-cordoba-en-los-primeros-seis-meses-de-2021\/","title":{"rendered":"Cerr\u00f3 el 7% de los comercios de C\u00f3rdoba en los primeros seis meses de 2021"},"content":{"rendered":"
\n

La Federaci\u00f3n Comercial de C\u00f3rdoba<\/a> (Fedecom) indic\u00f3 que durante el primer semestre de 2021 cerr\u00f3 el siete por ciento de los comercios de C\u00f3rdoba debido a la retracci\u00f3n acumulada en las ventas minoristas, las restricciones para controlar la propagaci\u00f3n del coronavirus, la presi\u00f3n impositiva, y el insuficiente financiamiento y ayuda por parte de los Estados a los sectores m\u00e1s cr\u00edticos.<\/p>\n

\u201cA ello puede sumarse los traslados que realizaron muchos otros desde los centros comerciales de las ciudades hacia los barrios, no s\u00f3lo por cuestiones de costos, sino tambi\u00e9n para verse beneficiados con la mayor posibilidad de circulaci\u00f3n de los habitantes de la zona en el marco de las restricciones\u201d, dijo.<\/p>\n

As\u00ed se desprende, indic\u00f3, del relevamiento realizado entre el 23 y el 30 de junio pasado por Fedecom entre los socios de c\u00e1maras y centros comerciales adheridos.<\/p>\n

Del relevamiento surgi\u00f3 que el cierre definitivo se observ\u00f3 con mayor incidencia en rubros tales como agencias de viajes, excursiones, paseos y traves\u00edas; alojamientos (hoteles, hoster\u00edas, hospedajes); salones de fiestas y recreaci\u00f3n; gimnasios; bares y restaurantes.<\/p>\n

Por localidades<\/h2>\n

Por su parte, en cuanto a las localidades de la provincia que se han visto m\u00e1s afectadas por esta situaci\u00f3n se encuentran Jes\u00fas Mar\u00eda (donde cerr\u00f3 25% del total provincial) y Canals (20%). <\/p>\n

Entre las ciudades tur\u00edsticas, Mina Clavero y Cosqu\u00edn concentran cada una 15% del total de los cierres, seguida por Villa Carlos Paz en donde cerr\u00f3 8% del total.<\/p>\n

Entre las grandes ciudades, la incidencia fue m\u00e1s notoria en Villa Mar\u00eda (8%) y C\u00f3rdoba capital (5%).<\/p>\n

\u201cTal y como venimos manifestando, es evidente el deterioro acumulado en el consumo de las familias que a ra\u00edz de la pandemia no han contado con margen para gastar, muchas se han visto endeudadas, y otras tantas est\u00e1n sin trabajo o sin poder ejercerlo a ra\u00edz de las restricciones establecidas \u2013como es el caso del turismo, el esparcimiento, la recreaci\u00f3n, los salones de fiestas, entre otros-\u201d, explic\u00f3 Ezequiel Cerezo, presidente de Fedecom, y agreg\u00f3 que \u201ceso evidentemente lleva al quiebre de muchos comercios pymes que es lo que estamos viendo en este momento\u201d.<\/p>\n

Las ventas en junio<\/h2>\n

En relaci\u00f3n a las ventas minoristas del mes de junio, se observ\u00f3 un aumento de 3,2% frente a igual mes de 2020. Pero si se comparan con las de junio de 2019, la ca\u00edda alcanza al 8,3%. <\/p>\n

    \n
  • En junio de 2020, respecto a junio de 2019, las ventas hab\u00edan ca\u00eddo 23,9%.<\/li>\n
  • Junio de 2021 vs. junio de 2020<\/li>\n
  • Alimentos y bebidas (-1,5%);<\/li>\n
  • Art\u00edculos deportivos y de recreaci\u00f3n (-3,1%);<\/li>\n
  • Calzados y marroquiner\u00eda 10,2%;<\/li>\n
  • Electrodom\u00e9sticos y art\u00edculos electr\u00f3nicos 4,7%; <\/li>\n
  • Farmacia 9,5%;<\/li>\n
  • Ferreter\u00eda, materiales el\u00e9ctricos y materiales para la construcci\u00f3n 2,3%;<\/li>\n
  • Indumentaria 8,2%; <\/li>\n
  • Jugueter\u00eda y librer\u00edas (-3,4%); <\/li>\n
  • Muebles y decoraci\u00f3n 7,3%; <\/li>\n
  • Neum\u00e1ticos y repuestos 5,9%;<\/li>\n
  • Perfumer\u00eda y cosm\u00e9tica (-4,1%)<\/li>\n<\/ul>\n

    Junio de 2021 vs. junio de 2019<\/h2>\n
      \n
    • Alimentos y bebidas (-2,5%);<\/li>\n
    • Art\u00edculos deportivos y de recreaci\u00f3n (-10,3%);<\/li>\n
    • Calzados y marroquiner\u00eda (-12,6%);<\/li>\n
    • Electrodom\u00e9sticos y art\u00edculos electr\u00f3nicos (-13,7%); <\/li>\n
    • Farmacia (-3,0%);<\/li>\n
    • Ferreter\u00eda, materiales el\u00e9ctricos y materiales para la construcci\u00f3n (-4,1%)<\/li>\n
    • Indumentaria (-10,8%); <\/li>\n
    • Jugueter\u00eda y librer\u00edas (-11,0%); <\/li>\n
    • Muebles y decoraci\u00f3n (-12,5%); <\/li>\n
    • Neum\u00e1ticos y repuestos (-6,4%);<\/li>\n
    • Perfumer\u00eda y cosm\u00e9tica (-12,3%)<\/li>\n<\/ul>\n

      \u201cTenemos expectativas de que a partir de este mes la cosa cambie un poco en funci\u00f3n de que se espera que haya mayor circulante de dinero\u201d, indic\u00f3 Cerezo y aclar\u00f3 que \u201cello a partir del cobro del aguinaldo por parte de los trabajadores asalariados, los incrementos ocurridos en las paritarias, el reintegro retroactivo del impuesto a las Ganancias y lo que pueda surgir con las actividades que, a partir del pr\u00f3ximo 9 de julio, vuelven a estar habilitadas en la provincia de C\u00f3rdoba\u201d.<\/p>\n

      Formas de pago<\/h2>\n

      Por \u00faltimo, respecto a las formas de pago, el 65% de las transacciones comerciales que se realizaron durante el mes pasado se hicieron con medios electr\u00f3nicos, un 30% en efectivo y un 5% con cr\u00e9ditos propios. <\/p>\n

      En relaci\u00f3n a la situaci\u00f3n actual del comercio, el 67% de los encuestados en la provincia manifest\u00f3 que es de regular a mala.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

      La Federaci\u00f3n Comercial de C\u00f3rdoba (Fedecom) indic\u00f3 que durante el primer semestre de 2021 cerr\u00f3 el siete por ciento de los comercios de C\u00f3rdoba debido a la retracci\u00f3n acumulada en las ventas minoristas, las restricciones para controlar la propagaci\u00f3n del coronavirus, la presi\u00f3n impositiva, y el insuficiente financiamiento y ayuda por parte de los Estados […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/posts\/8841"}],"collection":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/comments?post=8841"}],"version-history":[{"count":0,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/posts\/8841\/revisions"}],"wp:attachment":[{"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/media?parent=8841"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/categories?post=8841"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/boomdenoticias.com\/wp-json\/wp\/v2\/tags?post=8841"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}