{"id":8659,"date":"2026-01-24T20:24:06","date_gmt":"2026-01-24T20:24:06","guid":{"rendered":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/?page_id=8659"},"modified":"2026-01-24T21:22:34","modified_gmt":"2026-01-24T21:22:34","slug":"catalogo-digital","status":"publish","type":"page","link":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/","title":{"rendered":"Catalogo digital"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8659\" class=\"elementor elementor-8659\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d2ce93f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d2ce93f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-092b04d\" data-id=\"092b04d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a0f4a5b elementor-widget elementor-widget-spacer\" data-id=\"a0f4a5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9664f6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"e9664f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ESTO ES LO QUE HAY EN LA TIENDA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bfc754 elementor-widget elementor-widget-shortcode\" data-id=\"1bfc754\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n    <style>\r\n        :root {\r\n            --bg-light: #f4f4f4; \/* Gris clarito de fondo *\/\r\n            --header-bg: #ffffff;\r\n            --accent-blue: #007bb5;\r\n            --text-dark: #333333;\r\n            --text-muted: #666666;\r\n        }\r\n\r\n        .cat-container { max-width: 1100px; margin: 20px auto; color: var(--text-dark); font-family: 'Segoe UI', Tahoma, sans-serif; }\r\n        \r\n        \/* Contenedor del Sello *\/\r\n        .sello-wrapper { margin-bottom: 5px; border: 1px solid #ddd; background: var(--header-bg); border-radius: 4px; }\r\n        \r\n        \/* Encabezado m\u00e1s chico y sobrio *\/\r\n        .sello-header { \r\n            padding: 10px 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center;\r\n            transition: background 0.2s;\r\n        }\r\n        .sello-header:hover { background: #ebebeb; }\r\n        \r\n        \/* T\u00edtulo del sello reducido *\/\r\n        .sello-info h3 { margin: 0; font-size: 1rem; font-weight: 600; text-transform: uppercase; color: var(--text-dark); }\r\n        .sello-count { font-size: 0.75rem; color: var(--text-muted); margin-left: 10px; }\r\n\r\n        \/* Grilla de Discos *\/\r\n        .disco-grid { \r\n            display: none; padding: 15px; background: var(--bg-light);\r\n            grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 15px; \r\n            border-top: 1px solid #eee;\r\n        }\r\n        \r\n        \/* Tarjetas de Discos m\u00e1s compactas *\/\r\n        .disco-item { \r\n            text-decoration: none !important; color: inherit !important; display: block;\r\n            background: #fff; padding: 8px; border-radius: 3px; border: 1px solid #ddd;\r\n            transition: 0.2s; text-align: center;\r\n        }\r\n        .disco-item:hover { border-color: var(--accent-blue); box-shadow: 0 2px 8px rgba(0,0,0,0.1); }\r\n        \r\n        .disco-item img { width: 100%; aspect-ratio: 1\/1; object-fit: cover; border-radius: 2px; margin-bottom: 8px; }\r\n        .disco-name { font-size: 0.8rem; font-weight: 500; display: block; line-height: 1.2; height: 2.4em; overflow: hidden; color: #444; }\r\n\r\n        \/* Estado Abierto *\/\r\n        .sello-wrapper.is-open .disco-grid { display: grid; }\r\n        .sello-wrapper.is-open .sello-header { border-bottom: 1px solid #ddd; background: #f9f9f9; }\r\n        \r\n        \/* Flecha simple *\/\r\n        .arrow-icon { width: 8px; height: 8px; border-right: 2px solid #999; border-bottom: 2px solid #999; transform: rotate(45deg); }\r\n        .sello-wrapper.is-open .arrow-icon { transform: rotate(-135deg); }\r\n\r\n        @media (max-width: 600px) {\r\n            .disco-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 10px; }\r\n            .disco-name { font-size: 0.7rem; }\r\n        }\r\n    <\/style>\r\n\r\n    <div class=\"cat-container\">\r\n                        <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>ACCORD<\/h3>\r\n                            <span class=\"sello-count\">5 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/djs-mania\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/DjMania_front-150x150.jpg\" alt=\"DJ&#8217;S MANIA\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DJ&#8217;S MANIA<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/i-love-dance-zyx\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/IloveZyx_front-150x150.jpg\" alt=\"I LOVE DANCE ZYX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">I LOVE DANCE ZYX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/my-destiny\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/MyDestiny_Front-150x150.jpg\" alt=\"MY DESTINY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MY DESTINY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/terrific-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Terrific1_front-150x150.jpg\" alt=\"TERRIFIC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TERRIFIC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/terrific-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Terrific2_front-150x150.jpg\" alt=\"TERRIFIC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TERRIFIC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/euro-cli-max-mix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Euro-Climax-front-150x150.jpg\" alt=\"EURO CLI-MAX MIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURO CLI-MAX MIX<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>ATO RECORDS<\/h3>\r\n                            <span class=\"sello-count\">3 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/euro-beat\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/02\/Euro_beat_front-150x150.jpg\" alt=\"EURO BEAT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURO BEAT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hurry-up\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/02\/Hurry-Up-Vol.1_front-150x150.jpg\" alt=\"HURRY UP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HURRY UP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hurry-up-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/02\/Hurry-Up-Vol.2_front-150x150.jpg\" alt=\"HURRY UP 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HURRY UP 2<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>BELLO RECORDS<\/h3>\r\n                            <span class=\"sello-count\">2 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/modern-techno-mix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-7-150x150.jpg\" alt=\"MODERN TECHNO MIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MODERN TECHNO MIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spring-hits-mix90\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-6-150x150.jpg\" alt=\"SPRING HITS MIX 90\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPRING HITS MIX 90<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>BPM<\/h3>\r\n                            <span class=\"sello-count\">4 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/audio-funk\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/AudioFunk_front-150x150.jpg\" alt=\"AUDIO FUNK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">AUDIO FUNK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-city\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/DanceCity_front-150x150.jpg\" alt=\"DANCE CITY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE CITY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-city-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/DanceCity2_front-150x150.jpg\" alt=\"DANCE CITY 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE CITY 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/metal-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Metal2_front-150x150.jpg\" alt=\"METAL 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">METAL 2<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>BUELAX<\/h3>\r\n                            <span class=\"sello-count\">24 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-spaguetti1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Lo-mejor-de-Spaghetti-1-front-150x150.jpg\" alt=\"LO MEJOR DE SPAGHETTI 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LO MEJOR DE SPAGHETTI 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-spaguetti2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Lo-mejor-de-Spaghetti-2-front-150x150.jpg\" alt=\"LO MEJOR DE SPAGHETTI 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LO MEJOR DE SPAGHETTI 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-del-verano\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Lo-mejor-del-verano-front-150x150.jpg\" alt=\"LO MEJOR DEL VERANO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LO MEJOR DEL VERANO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-en-espanol\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaguetti-en-espanol-front-150x150.jpg\" alt=\"SPAGHETTI EN ESPA\u00d1OL\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI EN ESPA\u00d1OL<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti1-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti2-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti3-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 3 (Ultima Cena)\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 3 (Ultima Cena)<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-4\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti4-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 4<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-5\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti5-front--150x150.jpg\" alt=\"SPAGHETTI DISCO 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 5<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-6\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti6-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 6\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 6<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-7\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti7-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 7\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 7<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-8\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti8-front--150x150.jpg\" alt=\"SPAGHETTI DISCO 8\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 8<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-9\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti9-front-150x150.jpg\" alt=\"SPAGHETTI DISCO 9\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 9<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spaguetti-disco-10\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Spaghetti10-front--150x150.jpg\" alt=\"SPAGHETTI DISCO 10\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPAGHETTI DISCO 10<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance_to_dance1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Dance-to-dance1-front-150x150.jpg\" alt=\"DANCE TO DANCE 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE TO DANCE 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance_to_dance2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Dance-to-dance2-front-150x150.jpg\" alt=\"DANCE TO DANCE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE TO DANCE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/rec-mix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Rec-mix1-front-150x150.jpg\" alt=\"REC MIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">REC MIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/rec-mix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Rec-mix2-front-150x150.jpg\" alt=\"REC MIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">REC MIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/rec-mix-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Rec-mix3-front-150x150.jpg\" alt=\"REC MIX 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">REC MIX 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/passion-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/Passion-1-front--150x150.jpg\" alt=\"PASSION 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PASSION 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/passion-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Passion-2-front-150x150.jpg\" alt=\"PASSION 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PASSION 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/passion-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Passion-3-front-150x150.jpg\" alt=\"PASSION 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PASSION 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/passion-4\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Passion-4-front-150x150.jpg\" alt=\"PASSION 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PASSION 4<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/passion-5\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Passion-5-front-150x150.jpg\" alt=\"PASSION 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PASSION 5<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/magic-touch\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/MagicTouch_front-150x150.jpg\" alt=\"MAGIC TOUCH\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MAGIC TOUCH<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/magic-touch2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/MagicTouch2_front-150x150.jpg\" alt=\"MAGIC TOUCH 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MAGIC TOUCH 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurohits1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Eurohits1_front-150x150.jpg\" alt=\"EUROHITS 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EUROHITS 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurohits3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Eurohits3_front-150x150.jpg\" alt=\"EUROHITS 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EUROHITS 3<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>FONTANA RECORDS<\/h3>\r\n                            <span class=\"sello-count\">2 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-explosion1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/DanceExplosion1_front-150x150.jpg\" alt=\"DANCE EXPLOSION 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE EXPLOSION 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/saturday-night-in-manhattan\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Saturday-night-front-150x150.jpg\" alt=\"SATURDAY NIGHT IN MANHATTAN\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SATURDAY NIGHT IN MANHATTAN<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>FREE LANCE<\/h3>\r\n                            <span class=\"sello-count\">3 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-entry\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/NewEntry_front-150x150.jpg\" alt=\"NEW ENTRY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW ENTRY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/vips-club-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Vips1_front-150x150.jpg\" alt=\"VIP&#8217;S CLUB 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">VIP&#8217;S CLUB 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/vips-club-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/VipsClub2_front-150x150.jpg\" alt=\"VIP&#8217;S CLUB 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">VIP&#8217;S CLUB 2<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>FULL TIME<\/h3>\r\n                            <span class=\"sello-count\">1 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/full-beat-show\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Full-beat-front-150x150.jpg\" alt=\"FULL BEAT SHOW\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FULL BEAT SHOW<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>GAPUL S.A.<\/h3>\r\n                            <span class=\"sello-count\">74 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-gapul-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-lo-mejor-de-gapul-1-bolichero-150x150.jpg\" alt=\"MIXER, LO MEJOR DE GAPUL I\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER, LO MEJOR DE GAPUL I<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-gapul-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-delantera-disco-lo-mejor-de-gapul-2-bolichero-150x150.jpg\" alt=\"MIXER, LO MEJOR DE GAPUL II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER, LO MEJOR DE GAPUL II<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-gapul-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-lo-mejor-de-gapul-3-bolichero-150x150.jpg\" alt=\"MIXER, LO MEJOR DE GAPUL III\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER, LO MEJOR DE GAPUL III<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-ineditos-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-mixer-ineditos-1-bolichero-150x150.jpg\" alt=\"MIXER INEDITOS 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER INEDITOS 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-ineditos-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-mixer-ineditos-2-bolichero-150x150.jpg\" alt=\"MIXER INEDITOS 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER INEDITOS 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/especial-mixer-dj\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/portada-delantera-disco-especial-mixer-dj-bolichero-150x150.jpg\" alt=\"ESPECIAL MIXER DJ.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ESPECIAL MIXER DJ.<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-for-dj-only\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-mixer-for-dj-only-bolichero-150x150.jpg\" alt=\"MIXER FOR DJ. ONLY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER FOR DJ. ONLY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/italo-remix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-italo-remix-gapul-150x150.jpg\" alt=\"ITALO REMIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ITALO REMIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/inside-mix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-inside-mix-1-bolichero-150x150.jpg\" alt=\"INSIDE MIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">INSIDE MIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/inside-mix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-inside-mix-2-bolichero-150x150.jpg\" alt=\"INSIDE MIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">INSIDE MIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/tekno-musik\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/portada-delantera-disco-tekno-music-bolichero-150x150.jpg\" alt=\"TEKNO MUSIK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TEKNO MUSIK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/uptown-tekno\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/portada-delantera-disco-uptown-tekno-bolichero-150x150.jpg\" alt=\"UPTOWN TEKNO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UPTOWN TEKNO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/underground-remix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-underground-remix-1-bolichero-150x150.jpg\" alt=\"UNDERGROUND REMIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNDERGROUND REMIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/underground-remix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-underground-remix-2-bolichero-150x150.jpg\" alt=\"UNDERGROUND REMIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNDERGROUND REMIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/underground-remix-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-underground-remix-3-bolichero-150x150.jpg\" alt=\"UNDERGROUND REMIX 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNDERGROUND REMIX 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mega-dance\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-delantera-disco-mega-dance-bolichero-150x150.jpg\" alt=\"MEGA DANCE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MEGA DANCE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/energy\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-energy-gapul-150x150.jpg\" alt=\"ENERGY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ENERGY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-action-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-radio-action-1-gapul-150x150.jpg\" alt=\"RADIO ACTION 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO ACTION 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-light\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-disco-light-gapul-150x150.jpg\" alt=\"DISCO LIGHT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO LIGHT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/break\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-break-gapul-150x150.jpg\" alt=\"BREAK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BREAK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/speed-way\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-speed-way-gapul-150x150.jpg\" alt=\"SPEED WAY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPEED WAY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/slow-motions\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-slow-motions-gapul-150x150.jpg\" alt=\"SLOW MOTIONS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SLOW MOTIONS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/electricity\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-electricity-1-gapul-150x150.jpg\" alt=\"ELECTRICITY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ELECTRICITY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/flash-night\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-flash-night-gapul-150x150.jpg\" alt=\"FLASH NIGHT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FLASH NIGHT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/watch-out\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-watch-out-gapul-150x150.jpg\" alt=\"WATCH OUT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">WATCH OUT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-action-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-radio-action-2-gapul-150x150.jpg\" alt=\"RADIO ACTION 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO ACTION 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/electricity-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-electricity-2-gapul-150x150.jpg\" alt=\"ELECTRICITY 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ELECTRICITY 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-dial-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-disco-dial-1-gapul-150x150.jpg\" alt=\"DISCO DIAL 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO DIAL 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-action-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-radio-action-3-gapul-150x150.jpg\" alt=\"RADIO ACTION 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO ACTION 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-dial-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-disco-dial-2-gapul-150x150.jpg\" alt=\"DISCO DIAL 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO DIAL 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancer-speed-center-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-dancer-speed-center-2-bolichero-150x150.jpg\" alt=\"DANCER SPEED CENTER 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCER SPEED CENTER 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discomix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-discomix-1-bolichero-150x150.jpg\" alt=\"DISCOMIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/ultimix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-delantera-disco-ultimix-bolichero-150x150.jpg\" alt=\"ULTIMIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ULTIMIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancer-speed-center-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-dancer-speed-center-1-bolichero-150x150.jpg\" alt=\"DANCER SPEED CENTER 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCER SPEED CENTER 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/london-calling\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/portada-delantera-del-album-london-calling-del-sello-gapul-150x150.jpg\" alt=\"LONDON CALLING\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LONDON CALLING<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/match-point-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-match-point-2-bolichero-150x150.jpg\" alt=\"MATCH POINT 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MATCH POINT 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discomix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-discomix-2-bolichero-150x150.jpg\" alt=\"DISCOMIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/big-fun\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-big-fun-bolichero-150x150.jpg\" alt=\"BIG FUN\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BIG FUN<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discomix-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-discomix-3-bolichero-150x150.jpg\" alt=\"DISCOMIX 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMIX 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/blast-ship\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-blast-ship-bolichero-150x150.jpg\" alt=\"BLAST SHIP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BLAST SHIP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disconet\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disconet-bolichero-150x150.jpg\" alt=\"DISCONET\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCONET<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/gazebo-minilp\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-gazebo-bolichero-150x150.jpg\" alt=\"GAZEBO &#8211; Mini LP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GAZEBO &#8211; Mini LP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-maniac\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/DanceManiac_front-150x150.jpg\" alt=\"DANCE MANIAC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE MANIAC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/party-disc\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/PartyDisc_front-150x150.jpg\" alt=\"PARTY DISC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARTY DISC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/party-disc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/PartyDisc2_front-150x150.jpg\" alt=\"PARTY DISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARTY DISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-charts\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/DanceChart_front-1-150x150.jpg\" alt=\"DANCE CHARTS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE CHARTS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-floor-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/DanceFloor_front-150x150.jpg\" alt=\"DANCE FLOOR 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE FLOOR 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-floor-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/DanceFloor2_front-150x150.jpg\" alt=\"DANCE FLOOR 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE FLOOR 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancer\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Dancer_front-150x150.jpg\" alt=\"DANCER\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCER<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/scratch\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Scratch_front-150x150.jpg\" alt=\"SCRATCH\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SCRATCH<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/unidisc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Unidisc1_front-150x150.jpg\" alt=\"UNIDISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNIDISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/unidisc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Unidisc2_front-150x150.jpg\" alt=\"UNIDISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNIDISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/unidisc-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Unidisc3_front-150x150.jpg\" alt=\"UNIDISC 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNIDISC 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-disco-express\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-dance-disco-express-gapul-150x150.jpg\" alt=\"DANCE DISCO EXPRESS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE DISCO EXPRESS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-3-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurodisc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-eurodisc-1-bolichero-150x150.jpg\" alt=\"EURODISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURODISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discotech-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-discotech-1-bolichero-150x150.jpg\" alt=\"DISCOTECH 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOTECH 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discotech-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-discotech-2-bolichero-150x150.jpg\" alt=\"DISCOTECH 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOTECH 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-2-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2022\/10\/portada-delantera-disco-paradise-dance-1-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancing-in-the-space-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-dancing-in-the-space-1-bolichero-150x150.jpg\" alt=\"DANCING IN THE SPACE 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCING IN THE SPACE 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancing-in-the-space-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-dancing-in-the-space-2-bolichero-150x150.jpg\" alt=\"DANCING IN THE SPACE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCING IN THE SPACE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-sounds\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-disco-sounds-bolichero-150x150.jpg\" alt=\"DISCO SOUNDS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO SOUNDS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discotech-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-discotech-3-bolichero-150x150.jpg\" alt=\"DISCOTECH 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOTECH 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurodisc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-eurodisc-2-bolichero-150x150.jpg\" alt=\"EURODISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURODISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurodisc-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-eurodisc-3-bolichero-150x150.jpg\" alt=\"EURODISC 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURODISC 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-5\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-5-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 5<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-4\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-4-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 4<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-world\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-new-world-gapul-150x150.jpg\" alt=\"NEW WORLD\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW WORLD<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/teknodisc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-teknodisc-1-bolichero-150x150.jpg\" alt=\"TEKNODISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TEKNODISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/match-point-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-match-point-1-bolichero-150x150.jpg\" alt=\"MATCH POINT 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MATCH POINT 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/free-time\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-free-time-gapul-150x150.jpg\" alt=\"FREE TIME\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FREE TIME<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/teknodisc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-teknodisc-2-bolichero-150x150.jpg\" alt=\"TEKNODISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TEKNODISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/warning\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-warning-gapul-150x150.jpg\" alt=\"WARNING\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">WARNING<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>Energy<\/h3>\r\n                            <span class=\"sello-count\">15 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/italo-remix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-italo-remix-gapul-150x150.jpg\" alt=\"ITALO REMIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ITALO REMIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/energy\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-energy-gapul-150x150.jpg\" alt=\"ENERGY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ENERGY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-action-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-radio-action-1-gapul-150x150.jpg\" alt=\"RADIO ACTION 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO ACTION 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-light\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-disco-light-gapul-150x150.jpg\" alt=\"DISCO LIGHT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO LIGHT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/break\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-break-gapul-150x150.jpg\" alt=\"BREAK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BREAK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/speed-way\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-speed-way-gapul-150x150.jpg\" alt=\"SPEED WAY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPEED WAY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/slow-motions\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-album-slow-motions-gapul-150x150.jpg\" alt=\"SLOW MOTIONS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SLOW MOTIONS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/electricity\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-electricity-1-gapul-150x150.jpg\" alt=\"ELECTRICITY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ELECTRICITY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/flash-night\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-flash-night-gapul-150x150.jpg\" alt=\"FLASH NIGHT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FLASH NIGHT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/watch-out\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-watch-out-gapul-150x150.jpg\" alt=\"WATCH OUT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">WATCH OUT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-action-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-radio-action-2-gapul-150x150.jpg\" alt=\"RADIO ACTION 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO ACTION 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/electricity-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-electricity-2-gapul-150x150.jpg\" alt=\"ELECTRICITY 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ELECTRICITY 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-dial-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-disco-dial-1-gapul-150x150.jpg\" alt=\"DISCO DIAL 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO DIAL 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-action-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-radio-action-3-gapul-150x150.jpg\" alt=\"RADIO ACTION 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO ACTION 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-dial-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-album-disco-dial-2-gapul-150x150.jpg\" alt=\"DISCO DIAL 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO DIAL 2<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>Gapul<\/h3>\r\n                            <span class=\"sello-count\">36 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-gapul-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-lo-mejor-de-gapul-1-bolichero-150x150.jpg\" alt=\"MIXER, LO MEJOR DE GAPUL I\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER, LO MEJOR DE GAPUL I<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-gapul-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-delantera-disco-lo-mejor-de-gapul-2-bolichero-150x150.jpg\" alt=\"MIXER, LO MEJOR DE GAPUL II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER, LO MEJOR DE GAPUL II<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/lo-mejor-de-gapul-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-lo-mejor-de-gapul-3-bolichero-150x150.jpg\" alt=\"MIXER, LO MEJOR DE GAPUL III\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER, LO MEJOR DE GAPUL III<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-ineditos-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-mixer-ineditos-1-bolichero-150x150.jpg\" alt=\"MIXER INEDITOS 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER INEDITOS 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-ineditos-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-mixer-ineditos-2-bolichero-150x150.jpg\" alt=\"MIXER INEDITOS 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER INEDITOS 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/especial-mixer-dj\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/portada-delantera-disco-especial-mixer-dj-bolichero-150x150.jpg\" alt=\"ESPECIAL MIXER DJ.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ESPECIAL MIXER DJ.<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-for-dj-only\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-mixer-for-dj-only-bolichero-150x150.jpg\" alt=\"MIXER FOR DJ. ONLY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER FOR DJ. ONLY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/inside-mix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/portada-delantera-disco-inside-mix-1-bolichero-150x150.jpg\" alt=\"INSIDE MIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">INSIDE MIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/inside-mix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-inside-mix-2-bolichero-150x150.jpg\" alt=\"INSIDE MIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">INSIDE MIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/tekno-musik\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/portada-delantera-disco-tekno-music-bolichero-150x150.jpg\" alt=\"TEKNO MUSIK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TEKNO MUSIK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/uptown-tekno\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/portada-delantera-disco-uptown-tekno-bolichero-150x150.jpg\" alt=\"UPTOWN TEKNO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UPTOWN TEKNO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/underground-remix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-underground-remix-1-bolichero-150x150.jpg\" alt=\"UNDERGROUND REMIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNDERGROUND REMIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/underground-remix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-underground-remix-2-bolichero-150x150.jpg\" alt=\"UNDERGROUND REMIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNDERGROUND REMIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/underground-remix-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/portada-delantera-disco-underground-remix-3-bolichero-150x150.jpg\" alt=\"UNDERGROUND REMIX 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNDERGROUND REMIX 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/match-point-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-match-point-2-bolichero-150x150.jpg\" alt=\"MATCH POINT 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MATCH POINT 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-disco-express\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-dance-disco-express-gapul-150x150.jpg\" alt=\"DANCE DISCO EXPRESS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE DISCO EXPRESS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-3-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurodisc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-eurodisc-1-bolichero-150x150.jpg\" alt=\"EURODISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURODISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discotech-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-discotech-1-bolichero-150x150.jpg\" alt=\"DISCOTECH 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOTECH 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discotech-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-discotech-2-bolichero-150x150.jpg\" alt=\"DISCOTECH 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOTECH 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-2-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2022\/10\/portada-delantera-disco-paradise-dance-1-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancing-in-the-space-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-dancing-in-the-space-1-bolichero-150x150.jpg\" alt=\"DANCING IN THE SPACE 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCING IN THE SPACE 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancing-in-the-space-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-dancing-in-the-space-2-bolichero-150x150.jpg\" alt=\"DANCING IN THE SPACE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCING IN THE SPACE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-sounds\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-disco-sounds-bolichero-150x150.jpg\" alt=\"DISCO SOUNDS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO SOUNDS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discotech-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-discotech-3-bolichero-150x150.jpg\" alt=\"DISCOTECH 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOTECH 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurodisc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-eurodisc-2-bolichero-150x150.jpg\" alt=\"EURODISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURODISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/eurodisc-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-eurodisc-3-bolichero-150x150.jpg\" alt=\"EURODISC 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EURODISC 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-5\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-5-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 5<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/paradise-dance-4\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-paradise-dance-4-bolichero-150x150.jpg\" alt=\"PARADISE DANCE 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARADISE DANCE 4<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-world\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-new-world-gapul-150x150.jpg\" alt=\"NEW WORLD\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW WORLD<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/teknodisc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-teknodisc-1-bolichero-150x150.jpg\" alt=\"TEKNODISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TEKNODISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/match-point-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-match-point-1-bolichero-150x150.jpg\" alt=\"MATCH POINT 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MATCH POINT 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/free-time\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-free-time-gapul-150x150.jpg\" alt=\"FREE TIME\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FREE TIME<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/teknodisc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-delantera-disco-teknodisc-2-bolichero-150x150.jpg\" alt=\"TEKNODISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TEKNODISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/warning\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/portada-album-warning-gapul-150x150.jpg\" alt=\"WARNING\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">WARNING<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>Memo Records<\/h3>\r\n                            <span class=\"sello-count\">11 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mega-dance\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-delantera-disco-mega-dance-bolichero-150x150.jpg\" alt=\"MEGA DANCE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MEGA DANCE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancer-speed-center-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-dancer-speed-center-2-bolichero-150x150.jpg\" alt=\"DANCER SPEED CENTER 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCER SPEED CENTER 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discomix-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-discomix-1-bolichero-150x150.jpg\" alt=\"DISCOMIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/ultimix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/portada-delantera-disco-ultimix-bolichero-150x150.jpg\" alt=\"ULTIMIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ULTIMIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancer-speed-center-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-dancer-speed-center-1-bolichero-150x150.jpg\" alt=\"DANCER SPEED CENTER 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCER SPEED CENTER 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discomix-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-discomix-2-bolichero-150x150.jpg\" alt=\"DISCOMIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/big-fun\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-big-fun-bolichero-150x150.jpg\" alt=\"BIG FUN\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BIG FUN<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discomix-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-discomix-3-bolichero-150x150.jpg\" alt=\"DISCOMIX 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMIX 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/blast-ship\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-blast-ship-bolichero-150x150.jpg\" alt=\"BLAST SHIP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BLAST SHIP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disconet\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disconet-bolichero-150x150.jpg\" alt=\"DISCONET\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCONET<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/gazebo-minilp\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/09\/portada-delantera-disco-gazebo-bolichero-150x150.jpg\" alt=\"GAZEBO &#8211; Mini LP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GAZEBO &#8211; Mini LP<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>Pulga<\/h3>\r\n                            <span class=\"sello-count\">11 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-maniac\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/DanceManiac_front-150x150.jpg\" alt=\"DANCE MANIAC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE MANIAC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/party-disc\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/PartyDisc_front-150x150.jpg\" alt=\"PARTY DISC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARTY DISC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/party-disc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/PartyDisc2_front-150x150.jpg\" alt=\"PARTY DISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PARTY DISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-charts\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/DanceChart_front-1-150x150.jpg\" alt=\"DANCE CHARTS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE CHARTS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-floor-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/DanceFloor_front-150x150.jpg\" alt=\"DANCE FLOOR 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE FLOOR 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-floor-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/DanceFloor2_front-150x150.jpg\" alt=\"DANCE FLOOR 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE FLOOR 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancer\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Dancer_front-150x150.jpg\" alt=\"DANCER\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCER<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/scratch\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Scratch_front-150x150.jpg\" alt=\"SCRATCH\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SCRATCH<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/unidisc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Unidisc1_front-150x150.jpg\" alt=\"UNIDISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNIDISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/unidisc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Unidisc2_front-150x150.jpg\" alt=\"UNIDISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNIDISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/unidisc-3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Unidisc3_front-150x150.jpg\" alt=\"UNIDISC 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">UNIDISC 3<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>GOLDEN PLATE<\/h3>\r\n                            <span class=\"sello-count\">2 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/broadway-hits\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/08\/Broadway-Hits_front-150x150.jpg\" alt=\"BROADWAY HITS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BROADWAY HITS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/flipper-hits-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/08\/Flipper-Hits-2_front-150x150.jpg\" alt=\"FLIPPER HITS 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FLIPPER HITS 2<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>LP - ALBUMS<\/h3>\r\n                            <span class=\"sello-count\">14 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/bad-boys-blue-hot-girls-bad-boys\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/12\/Bad-Boys-Blue-Hot-Girls-Bad-Boys_front-150x150.jpg\" alt=\"BAD BOYS BLUE &#8211; Hot Girls, Bad Boys\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BAD BOYS BLUE &#8211; Hot Girls, Bad Boys<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/c-c-catch-catch-the-catch\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/12\/C.C.-Catch-Catch-The-Catch-_front-150x150.jpg\" alt=\"C.C. CATCH &#8211; Catch The Catch\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">C.C. CATCH &#8211; Catch The Catch<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/fancy-get-your-kicks-1985\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/12\/Fancy-Get-Your-Kicks_front-150x150.jpg\" alt=\"FANCY &#8211; Get Your Kicks\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FANCY &#8211; Get Your Kicks<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/gino-soccio-face-to-face\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/12\/Gino-Soccio-Face-To-Face_front-150x150.jpg\" alt=\"GINO SOCCIO &#8211; Face To Face\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GINO SOCCIO &#8211; Face To Face<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/joe-yellow-im-your-lover\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/05\/Joe-Yellow-Im-Your-Lover_Front-150x150.jpg\" alt=\"JOE YELLOW &#8211; I&#8217;m Your Lover\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">JOE YELLOW &#8211; I&#8217;m Your Lover<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/p-lion-springtime\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/05\/Springtime_Front-150x150.jpg\" alt=\"P. LION &#8211; Springtime\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">P. LION &#8211; Springtime<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/p4f-hustle-bustle\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/12\/P4F-Hustle-Bustle_front-150x150.jpg\" alt=\"P4F &#8211; Hustle &#038; Bustle\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">P4F &#8211; Hustle &#038; Bustle<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/roni-griffith-roni-griffith\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/05\/Roni-Griffith_front-150x150.png\" alt=\"RONI GRIFFITH &#8211; Roni Griffith\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RONI GRIFFITH &#8211; Roni Griffith<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/sandra-amor-inocente\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/06\/Sandra-Amor-inocente_front-150x150.jpg\" alt=\"SANDRA &#8211; Amor Inocente\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SANDRA &#8211; Amor Inocente<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/sandra-the-long-play\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/06\/Sandra-The-Long-Play_front-150x150.jpg\" alt=\"SANDRA &#8211; The Long Play\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SANDRA &#8211; The Long Play<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/savage-another-side-of-savage\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/11\/SAVAGE-Another-Side-Of-Savage-front-150x150.jpg\" alt=\"SAVAGE &#8211; Another Side Of Savage\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SAVAGE &#8211; Another Side Of Savage<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/scotch-evolution\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/11\/Scotch-Evolution_front-150x150.jpg\" alt=\"SCOTCH &#8211; Evolution\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SCOTCH &#8211; Evolution<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/silver-pozzoli-around-my-dream\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/05\/Delantera-150x150.jpg\" alt=\"SILVER POZZOLI &#8211; Around My Dream\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SILVER POZZOLI &#8211; Around My Dream<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/takes-over\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/07\/Takes-Over_front-150x150.jpg\" alt=\"TAKES OVER\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TAKES OVER<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>MIX TAPE<\/h3>\r\n                            <span class=\"sello-count\">3 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-magic\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/DiscoMagic1_front-150x150.jpg\" alt=\"DISCO MAGIC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO MAGIC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/magic-moment\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/MagicMoment_front-150x150.jpg\" alt=\"MAGIC MOMENT\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MAGIC MOMENT<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/popcorn\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/Popcorn_front-150x150.jpg\" alt=\"POPCORN\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">POPCORN<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>MUSIDISC<\/h3>\r\n                            <span class=\"sello-count\">20 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/musidisc-europe\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Musidisc-Europe-1_front-150x150.jpg\" alt=\"MUSIDISC EUROPE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MUSIDISC EUROPE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-breakers\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/portada-album-breaker-150x150.jpg\" alt=\"BREAKER\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BREAKER<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/let-the-music-scratch\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Letthemusic_front-150x150.jpg\" alt=\"LET THE MUSIC SCRATCH\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LET THE MUSIC SCRATCH<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/musidisc-europe-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/Musidisc-Europe-2_front-150x150.jpg\" alt=\"MUSIDISC EUROPE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MUSIDISC EUROPE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/be-happy-this-is-the-new-musidisc\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Be-Happy_front-150x150.jpg\" alt=\"BE HAPPY, THIS IS THE NEW MUSIDISC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BE HAPPY, THIS IS THE NEW MUSIDISC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-4-150x150.jpg\" alt=\"NEW MUSIC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/techno-drome-international-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Technodrome1_front-150x150.jpg\" alt=\"TECHNO DROME INTERNATIONAL I\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TECHNO DROME INTERNATIONAL I<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/techno-drome-international-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/TechnoDrome2_front-150x150.jpg\" alt=\"TECHNO DROME INTERNATIONAL II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TECHNO DROME INTERNATIONAL II<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-djs-battle\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/TheDjBattle_front-150x150.jpg\" alt=\"THE DJ&#8217;S BATTLE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE DJ&#8217;S BATTLE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-5-150x150.jpg\" alt=\"NEW MUSIC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic3_front-150x150.jpg\" alt=\"NEW MUSIC 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music4\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic4_front-150x150.jpg\" alt=\"NEW MUSIC 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 4<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music5\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic5_front-150x150.jpg\" alt=\"NEW MUSIC 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 5<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music6\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic6_front-150x150.jpg\" alt=\"NEW MUSIC 6\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 6<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music7\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic7_front-150x150.jpg\" alt=\"NEW MUSIC 7\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 7<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-new-music-top\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewTopMusic_front-150x150.jpg\" alt=\"THE NEW MUSIC TOP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE NEW MUSIC TOP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music9\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic9_front-150x150.jpg\" alt=\"NEW MUSIC 9\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 9<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music10\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusicTen_front-150x150.jpg\" alt=\"NEW MUSIC 10\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 10<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music11\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic11_front-150x150.jpg\" alt=\"NEW MUSIC 11\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 11<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music12\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic12_front-150x150.jpg\" alt=\"NEW MUSIC 12\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 12<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>PATO C<\/h3>\r\n                            <span class=\"sello-count\">13 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/annabells-discoteque1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Annabells1_front-150x150.jpg\" alt=\"ANNABELL&#8217;S DISCOTHEQUE Vol.1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ANNABELL&#8217;S DISCOTHEQUE Vol.1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-club-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Disco_Club2_front-150x150.jpg\" alt=\"DISCO CLUB 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO CLUB 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/disco-direction-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Disco_direction_front-150x150.jpg\" alt=\"DISCO DIRECTION 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCO DIRECTION 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/future-music-gypsy\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Gypsy_front-150x150.jpg\" alt=\"FUTURE MUSIC GYPSY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FUTURE MUSIC GYPSY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/gangster-mixer-potpurry2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Gangster-Mixer-Potpurry_front-150x150.jpg\" alt=\"GANGSTER MIXER POTPURRY 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GANGSTER MIXER POTPURRY 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/gigants-discotheque-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Gigants-Discotheque2_Front-150x150.jpg\" alt=\"GIGANTS DISCOTHEQUE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GIGANTS DISCOTHEQUE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/khalama-discotheque\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Khlalama_front-150x150.jpg\" alt=\"KHALAMA DISCOTHEQUE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">KHALAMA DISCOTHEQUE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/number-one-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/NumberOne2_front-150x150.jpg\" alt=\"NUMBER ONE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NUMBER ONE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/oklahoma2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Oklahoma2_front-150x150.jpg\" alt=\"OKLAHOMA 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">OKLAHOMA 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/pato_c_en_mar_del_plata\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/PatoC_Mardel_front-150x150.jpg\" alt=\"PATO C EN MAR DEL PLATA\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PATO C EN MAR DEL PLATA<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/radio-disco-club\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/12\/Radio-disco-club_front-150x150.jpg\" alt=\"RADIO DISCO CLUB\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">RADIO DISCO CLUB<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-best-of-discotheque-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/NewYork2_front-150x150.jpg\" alt=\"THE BEST OF DISCOTHEQUE N.Y. Vol.2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE BEST OF DISCOTHEQUE N.Y. Vol.2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-panthers-disco-mix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/ThePanthers_Front-150x150.jpg\" alt=\"THE PANTHERS DISCO MIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE PANTHERS DISCO MIX<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>PLAYBACK<\/h3>\r\n                            <span class=\"sello-count\">4 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dont-stop\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/portada-delantera-disco-dont-stop-bolichero-150x150.jpg\" alt=\"DON&#8217;T STOP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DON&#8217;T STOP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/galaxy-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/portada-delantera-disco-galaxy-bolichero-150x150.jpg\" alt=\"GALAXY 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GALAXY 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/galaxy-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/portada-delantera-disco-galaxy-2-bolichero-150x150.jpg\" alt=\"GALAXY 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GALAXY 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/video-game\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/portada-delantera-disco-video-game-bolichero-150x150.jpg\" alt=\"VIDEO GAME\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">VIDEO GAME<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>TOP TAPE<\/h3>\r\n                            <span class=\"sello-count\">2 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/video-music\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2026\/03\/VideoMusic_front-150x150.jpg\" alt=\"VIDEO MUSIC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">VIDEO MUSIC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/welcome-to-the-club\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/Welcome_front-150x150.jpg\" alt=\"WELCOME TO THE CLUB\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">WELCOME TO THE CLUB<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>VARIOS<\/h3>\r\n                            <span class=\"sello-count\">30 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dance-advance\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/Dance-Advance_front-150x150.jpg\" alt=\"DANCE ADVANCE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCE ADVANCE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dancing-top-40\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/DancingTop40_front-150x150.jpg\" alt=\"DANCING TOP 40\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DANCING TOP 40<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/discompueter_2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/06\/Discomputer2_front-150x150.jpg\" alt=\"DISCOMPUTER II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DISCOMPUTER II<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/everyday-people\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/Everypeople_front-150x150.jpg\" alt=\"EVERYDAY PEOPLE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EVERYDAY PEOPLE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/fm-europe-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/06\/Fm-Europe2_front-150x150.jpg\" alt=\"FM EUROPE 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FM EUROPE 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/fuzz-dance\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/FuzzDance_front-150x150.jpg\" alt=\"FUZZ DANCE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FUZZ DANCE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hot-dance-hits\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/Front-11-150x150.jpg\" alt=\"HOT DANCE HITS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HOT DANCE HITS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hot-dance-music\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/HotDMusic_front-150x150.jpg\" alt=\"HOT DANCE MUSIC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HOT DANCE MUSIC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/magic-dee-jay\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/Magicdj_front-150x150.jpg\" alt=\"MAGIC DEE-JAY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MAGIC DEE-JAY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/musica-total-vol-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/09\/Delantera-150x150.jpg\" alt=\"MUSICA TOTAL VOL.1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MUSICA TOTAL VOL.1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/musica-total-vol-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2025\/07\/MusicaTotal2_front-150x150.jpg\" alt=\"MUSICA TOTAL VOL.2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MUSICA TOTAL VOL.2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/stars-on-mix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/Front-1-150x150.jpg\" alt=\"STARS ON MIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">STARS ON MIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/surcos-mixer-dance\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/Front-17-150x150.jpg\" alt=\"SURCOS MIXER DANCE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SURCOS MIXER DANCE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/crazy-dancer\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Front-28-150x150.jpg\" alt=\"CRAZY DANCER\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">CRAZY DANCER<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mix-up\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/MixUp_front-150x150.jpg\" alt=\"MIX UP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIX UP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/pop-hits-1987\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/PopHitsRojo_front-150x150.jpg\" alt=\"POP HITS 1987\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">POP HITS 1987<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/ardisc2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Ardisc2_front-150x150.jpg\" alt=\"ARDISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ARDISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/crazy-way\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/08\/Front-12-150x150.jpg\" alt=\"CRAZY WAY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">CRAZY WAY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/max1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Max1_front-150x150.jpg\" alt=\"MAX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MAX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/sport-music\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/SportMusic_front-150x150.jpg\" alt=\"SPORT MUSIC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPORT MUSIC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/el-negro-es-negro\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-1-150x150.jpg\" alt=\"EL NEGRO ES NEGRO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">EL NEGRO ES NEGRO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/a-i-e\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/Front-2-150x150.jpg\" alt=\"A.I.E.\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">A.I.E.<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/musica-quente-de-discotheque\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Front-29-150x150.jpg\" alt=\"MUSICA QUENTE DE DISCOTHEQUE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MUSICA QUENTE DE DISCOTHEQUE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/break-in-new-york\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/08\/portada-album-break-in-new-york-150x150.jpg\" alt=\"BREAK IN NEW YORK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BREAK IN NEW YORK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/musica-caliente-mesa-noticias87\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/08\/MesaNoticias87_front-150x150.jpg\" alt=\"LA MUSICA CALIENTE DE MESA DE NOTICIAS (1987)\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LA MUSICA CALIENTE DE MESA DE NOTICIAS (1987)<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/special-discjockey\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Specialdj_front-150x150.jpg\" alt=\"SPECIAL DISCJOCKEY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPECIAL DISCJOCKEY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mixer-sound\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/09\/MixerSound_front-150x150.jpg\" alt=\"MIXER SOUND\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MIXER SOUND<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/super-maxis\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/Front-150x150.png\" alt=\"SUPER MAXIS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SUPER MAXIS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/macho-funk-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/Front-3-150x150.jpg\" alt=\"MACHO FUNK 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MACHO FUNK 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/toco-dance-music2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Toco-Dance-Music2_front-150x150.jpg\" alt=\"TOCO DANCE MUSIC II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TOCO DANCE MUSIC II<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                                    <div class=\"sello-wrapper\">\r\n                    <div class=\"sello-header\" onclick=\"this.parentElement.classList.toggle('is-open')\">\r\n                        <div class=\"sello-info\" style=\"display: flex; align-items: baseline;\">\r\n                            <h3>VINILOS 90<\/h3>\r\n                            <span class=\"sello-count\">50 \u00c1LBUMES<\/span>\r\n                        <\/div>\r\n                        <div class=\"arrow-icon\"><\/div>\r\n                    <\/div>\r\n                    <div class=\"disco-grid\">\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/be-happy-this-is-the-new-musidisc\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Be-Happy_front-150x150.jpg\" alt=\"BE HAPPY, THIS IS THE NEW MUSIDISC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BE HAPPY, THIS IS THE NEW MUSIDISC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-4-150x150.jpg\" alt=\"NEW MUSIC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/techno-drome-international-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Technodrome1_front-150x150.jpg\" alt=\"TECHNO DROME INTERNATIONAL I\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TECHNO DROME INTERNATIONAL I<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/techno-drome-international-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/TechnoDrome2_front-150x150.jpg\" alt=\"TECHNO DROME INTERNATIONAL II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TECHNO DROME INTERNATIONAL II<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-djs-battle\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/TheDjBattle_front-150x150.jpg\" alt=\"THE DJ&#8217;S BATTLE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE DJ&#8217;S BATTLE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-5-150x150.jpg\" alt=\"NEW MUSIC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music3\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic3_front-150x150.jpg\" alt=\"NEW MUSIC 3\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 3<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music4\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic4_front-150x150.jpg\" alt=\"NEW MUSIC 4\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 4<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music5\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic5_front-150x150.jpg\" alt=\"NEW MUSIC 5\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 5<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music6\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic6_front-150x150.jpg\" alt=\"NEW MUSIC 6\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 6<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music7\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic7_front-150x150.jpg\" alt=\"NEW MUSIC 7\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 7<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-new-music-top\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewTopMusic_front-150x150.jpg\" alt=\"THE NEW MUSIC TOP\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE NEW MUSIC TOP<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music9\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic9_front-150x150.jpg\" alt=\"NEW MUSIC 9\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 9<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music10\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusicTen_front-150x150.jpg\" alt=\"NEW MUSIC 10\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 10<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music11\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic11_front-150x150.jpg\" alt=\"NEW MUSIC 11\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 11<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music12\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/NewMusic12_front-150x150.jpg\" alt=\"NEW MUSIC 12\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC 12<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/modern-techno-mix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-7-150x150.jpg\" alt=\"MODERN TECHNO MIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MODERN TECHNO MIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/spring-hits-mix90\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Front-6-150x150.jpg\" alt=\"SPRING HITS MIX 90\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">SPRING HITS MIX 90<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/promotional-copy-1991\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/Promotional_copy_front-150x150.jpg\" alt=\"PROMOTIONAL COPY 1991\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PROMOTIONAL COPY 1991<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/top-5-chart\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/10\/Top_5_chart_front-150x150.jpg\" alt=\"TOP 5 CHART\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TOP 5 CHART<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/big-noise\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Big_noise_front-150x150.jpg\" alt=\"BIG NOISE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BIG NOISE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/marcha-el-sonido\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Marcha_sonido_front-150x150.jpg\" alt=\"MARCHA, ESTE ES EL SONIDO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MARCHA, ESTE ES EL SONIDO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/dj-connection\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Dj.Connection_front-150x150.jpg\" alt=\"DJ. CONNECTION\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DJ. CONNECTION<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/fm-z-95-top-ten\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/TopTen_front-150x150.jpg\" alt=\"FM Z-95 TOP TEN\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FM Z-95 TOP TEN<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hi-nrg-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Hi-Nrg1_front-150x150.jpg\" alt=\"HI-NRG MIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HI-NRG MIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hi-nrg-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Hi_nrg_mix2_front-150x150.jpg\" alt=\"HI-NRG MIX 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HI-NRG MIX 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/la-maquina-del-sonido\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/07\/Maquina_del_sonido_front-150x150.jpg\" alt=\"LA MAQUINA DEL SONIDO 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">LA MAQUINA DEL SONIDO 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/New_music1_front-150x150.jpg\" alt=\"NEW MUSIC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-music-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/New_music2_front-150x150.jpg\" alt=\"NEW MUSIC\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW MUSIC<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/tecno\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Tekno_front-150x150.jpg\" alt=\"TECNO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TECNO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/pirate-disc-1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Pirate_Disc1_front-150x150.jpg\" alt=\"PIRATE DISC 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PIRATE DISC 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/batalla-dee-jay\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/11\/Batalla_deejay_front-150x150.jpg\" alt=\"BATALLA DEE JAY\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">BATALLA DEE JAY<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/get-on-the-floor2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Get_on_the_floor2_front-150x150.jpg\" alt=\"GET ON THE FLOOR 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">GET ON THE FLOOR 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/stop-mix1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Stop_mix_front-150x150.jpg\" alt=\"STOP MIX 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">STOP MIX 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/pirate-disc-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Pirate_Disc2_front-150x150.jpg\" alt=\"PIRATE DISC 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PIRATE DISC 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/master-12-inch\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Master_front-150x150.jpg\" alt=\"MASTER 12\u00b4\u00b4 INCH\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MASTER 12\u00b4\u00b4 INCH<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/prisma-records\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/12\/Prisma_front-150x150.jpg\" alt=\"PRISMA RECORDS\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">PRISMA RECORDS<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/david-lee-giggolo\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/David_Lee_front-150x150.jpg\" alt=\"DAVID LEE GIGGOLO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">DAVID LEE GIGGOLO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/tony-b-giggolo\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/01\/Tony.B_Giggolo_front-150x150.jpg\" alt=\"TONY B GIGGOLO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TONY B GIGGOLO<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/acid-mix\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/Acid_mix_front-150x150.jpg\" alt=\"ACID MIX\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">ACID MIX<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/flash-back\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/03\/Flash_back_front-150x150.jpg\" alt=\"FLASH BACK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">FLASH BACK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/match2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/Front-150x150.jpg\" alt=\"MATCH 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MATCH 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/new-york-city-2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/05\/NewYork2-150x150.jpg\" alt=\"NEW YORK CITY 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">NEW YORK CITY 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-new-music-tops1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/NewMusic1_front-150x150.jpg\" alt=\"THE NEW MUSIC TOPS 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE NEW MUSIC TOPS 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/the-new-music-tops2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/NewMusic2_front-150x150.jpg\" alt=\"THE NEW MUSIC TOPS 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">THE NEW MUSIC TOPS 2<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/hits-in-the-house\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/04\/Hit_house_front-150x150.jpg\" alt=\"HITS IN THE HOUSE\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">HITS IN THE HOUSE<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/mad-on-muzik\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/MadOnMuzik_front-150x150.jpg\" alt=\"MAD ON MUZIK\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MAD ON MUZIK<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/master-cuts1\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/MasterCuts1_front-150x150.jpg\" alt=\"MASTER &#8211; CUTS 1\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">MASTER &#8211; CUTS 1<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/top-ranking\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Front-150x150.jpg\" alt=\"TOP RANKING\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TOP RANKING<\/span>\r\n                            <\/a>\r\n                                                    <a href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/producto\/toco-dance-music2\/\" class=\"disco-item\">\r\n                                <img decoding=\"async\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2024\/06\/Toco-Dance-Music2_front-150x150.jpg\" alt=\"TOCO DANCE MUSIC II\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 150px; --smush-placeholder-aspect-ratio: 150\/150;\">\r\n                                <span class=\"disco-name\">TOCO DANCE MUSIC II<\/span>\r\n                            <\/a>\r\n                                            <\/div>\r\n                <\/div>\r\n                        <\/div>\r\n\r\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d439470 elementor-widget elementor-widget-spacer\" data-id=\"d439470\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ESTO ES LO QUE HAY EN LA TIENDA<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_8065\" class=\"pvc_stats all  \" data-element-id=\"8065\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" data-src=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 16px; --smush-placeholder-aspect-ratio: 16\/16;\" \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-8659","page","type-page","status-publish","hentry","desktop-align-left","tablet-align-left","mobile-align-left"],"a3_pvc":{"activated":true,"total_views":0,"today_views":0},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Catalogo digital - Vinilos en Cd<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Catalogo digital - Vinilos en Cd\" \/>\n<meta property=\"og:description\" content=\"ESTO ES LO QUE HAY EN LA TIENDA\" \/>\n<meta property=\"og:url\" content=\"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/\" \/>\n<meta property=\"og:site_name\" content=\"Vinilos en Cd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-24T21:22:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/catalogo-digital\\\/\",\"url\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/catalogo-digital\\\/\",\"name\":\"Catalogo digital - Vinilos en Cd\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/#website\"},\"datePublished\":\"2026-01-24T20:24:06+00:00\",\"dateModified\":\"2026-01-24T21:22:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/catalogo-digital\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/catalogo-digital\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/catalogo-digital\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Catalogo digital\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/#website\",\"url\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/\",\"name\":\"Vinilos en Cd\",\"description\":\"Vinilos en Cd\",\"publisher\":{\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/#\\\/schema\\\/person\\\/3daaa8782955ec57673395a497415cb6\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/#\\\/schema\\\/person\\\/3daaa8782955ec57673395a497415cb6\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/cropped-LOGO-CHICO-Centrado.png\",\"url\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/cropped-LOGO-CHICO-Centrado.png\",\"contentUrl\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/cropped-LOGO-CHICO-Centrado.png\",\"width\":1998,\"height\":457,\"caption\":\"admin\"},\"logo\":{\"@id\":\"https:\\\/\\\/digitaltechnology.com.ar\\\/vinilosencd\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/cropped-LOGO-CHICO-Centrado.png\"},\"sameAs\":[\"http:\\\/\\\/vinilosencd.free.nf\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Catalogo digital - Vinilos en Cd","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/","og_locale":"es_ES","og_type":"article","og_title":"Catalogo digital - Vinilos en Cd","og_description":"ESTO ES LO QUE HAY EN LA TIENDA","og_url":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/","og_site_name":"Vinilos en Cd","article_modified_time":"2026-01-24T21:22:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/","url":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/","name":"Catalogo digital - Vinilos en Cd","isPartOf":{"@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/#website"},"datePublished":"2026-01-24T20:24:06+00:00","dateModified":"2026-01-24T21:22:34+00:00","breadcrumb":{"@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/catalogo-digital\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/"},{"@type":"ListItem","position":2,"name":"Catalogo digital"}]},{"@type":"WebSite","@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/#website","url":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/","name":"Vinilos en Cd","description":"Vinilos en Cd","publisher":{"@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/#\/schema\/person\/3daaa8782955ec57673395a497415cb6"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["Person","Organization"],"@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/#\/schema\/person\/3daaa8782955ec57673395a497415cb6","name":"admin","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/cropped-LOGO-CHICO-Centrado.png","url":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/cropped-LOGO-CHICO-Centrado.png","contentUrl":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/cropped-LOGO-CHICO-Centrado.png","width":1998,"height":457,"caption":"admin"},"logo":{"@id":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-content\/uploads\/2023\/07\/cropped-LOGO-CHICO-Centrado.png"},"sameAs":["http:\/\/vinilosencd.free.nf"]}]}},"_links":{"self":[{"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/pages\/8659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/comments?post=8659"}],"version-history":[{"count":0,"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/pages\/8659\/revisions"}],"wp:attachment":[{"href":"https:\/\/digitaltechnology.com.ar\/vinilosencd\/wp-json\/wp\/v2\/media?parent=8659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}