{"id":13120,"date":"2026-06-09T09:16:53","date_gmt":"2026-06-09T14:16:53","guid":{"rendered":"https:\/\/www.internacional.estra.com\/distributors\/"},"modified":"2026-08-13T08:06:11","modified_gmt":"2026-08-13T13:06:11","slug":"distributors","status":"publish","type":"page","link":"https:\/\/www.internacional.estra.com\/en\/distributors\/","title":{"rendered":"Distributors"},"content":{"rendered":"\n<!-- ============================================================\n     DISTRIBUIDORES INTERNACIONALES \u2014 Bloque para WordPress\n     \n     C\u00d3MO USAR:\n     1. En el editor Gutenberg: a\u00f1ade un bloque \"HTML Personalizado\"\n        y pega TODO este c\u00f3digo dentro.\n     2. En el Classic Editor: cambia a modo \"Texto\" (pesta\u00f1a superior\n        derecha) y pega este c\u00f3digo donde quieras que aparezca.\n     3. Opcionalmente, pega el c\u00f3digo en una p\u00e1gina con plantilla\n        \"Ancho completo\" para mejor resultado visual.\n     ============================================================ --><style>\/* \u2500\u2500 Reset encapsulado: s\u00f3lo afecta elementos dentro de .dist-intl \u2500\u2500 *\/\n.dist-intl *, .dist-intl *::before, .dist-intl *::after {\n  box-sizing: border-box;\n}\n.dist-intl {\n  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\n  color: #1a1a1a;\n  line-height: 1.5;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.dist-intl__hero {\n  background: linear-gradient(135deg, #111111 0%, #2d2d2d 55%, #8B0000 100%);\n  min-height: 300px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  overflow: hidden;\n  padding: 7rem 2rem 3.5rem; \/* padding-top extra compensa el header fijo del tema ESTRA (~70px). Si el solapamiento cambia, ajusta el primer valor *\/\n  margin-left: calc(-50vw + 50%);   \/* rompe el contenedor del tema *\/\n  margin-right: calc(-50vw + 50%);\n}\n.dist-intl__hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: repeating-linear-gradient(\n    45deg,\n    transparent,\n    transparent 40px,\n    rgba(255,255,255,0.018) 40px,\n    rgba(255,255,255,0.018) 80px\n  );\n  pointer-events: none;\n}\n.dist-intl__hero-inner {\n  position: relative;\n  text-align: center;\n  max-width: 640px;\n  width: 100%;\n}\n.dist-intl__globe {\n  font-size: 50px;\n  display: block;\n  margin-bottom: 0.9rem;\n  line-height: 1;\n}\n.dist-intl__badge {\n  display: inline-block;\n  background: rgba(220,0,0,0.18);\n  border: 1px solid rgba(220,0,0,0.45);\n  color: #ff7070;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  padding: 5px 16px;\n  border-radius: 20px;\n  margin-bottom: 1.1rem;\n}\n.dist-intl__hero-title {\n  font-size: clamp(1.9rem, 4vw, 2.7rem);\n  font-weight: 800;\n  color: #ffffff;\n  line-height: 1.2;\n  margin: 0 0 0.9rem;\n  letter-spacing: -0.4px;\n}\n.dist-intl__hero-title span {\n  color: #e53e3e;\n}\n.dist-intl__hero-desc {\n  font-size: 1rem;\n  color: rgba(255,255,255,0.62);\n  line-height: 1.65;\n  max-width: 460px;\n  margin: 0 auto 1.6rem;\n}\n.dist-intl__cta {\n  display: inline-block;\n  background: #dc0000;\n  color: #ffffff !important;\n  font-weight: 700;\n  font-size: 0.88rem;\n  padding: 12px 30px;\n  border-radius: 6px;\n  text-decoration: none !important;\n  letter-spacing: 0.4px;\n  border: none;\n  cursor: pointer;\n  transition: background 0.2s;\n}\n.dist-intl__cta:hover {\n  background: #b00000;\n  color: #ffffff !important;\n}\n\n\/* \u2500\u2500 STATS BAR \u2500\u2500 *\/\n.dist-intl__stats {\n  background: #f6f6f6;\n  border-top: 1px solid #e8e8e8;\n  border-bottom: 1px solid #e8e8e8;\n  padding: 1.1rem 1.5rem;\n  display: flex;\n  gap: 2.5rem;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-left: calc(-50vw + 50%);\n  margin-right: calc(-50vw + 50%);\n}\n.dist-intl__stat {\n  text-align: center;\n}\n.dist-intl__stat-num {\n  font-size: 1.9rem;\n  font-weight: 800;\n  color: #cc0000;\n  line-height: 1;\n}\n.dist-intl__stat-label {\n  font-size: 0.7rem;\n  color: #999;\n  text-transform: uppercase;\n  letter-spacing: 0.8px;\n  margin-top: 3px;\n}\n\n\/* \u2500\u2500 BODY \/ MAIN \u2500\u2500 *\/\n.dist-intl__main {\n  max-width: 920px;\n  margin: 0 auto;\n  padding: 2.5rem 1rem 3.5rem;\n}\n\n\/* \u2500\u2500 FILTROS POR PA\u00cdS (tabs) \u2500\u2500 *\/\n.dist-intl__tabs {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n  margin-bottom: 2rem;\n}\n.dist-intl__tab {\n  background: #f0f0f0;\n  border: 1px solid #e0e0e0;\n  color: #555;\n  font-size: 0.82rem;\n  font-weight: 600;\n  padding: 7px 18px;\n  border-radius: 20px;\n  cursor: pointer;\n  transition: all 0.18s;\n  user-select: none;\n}\n.dist-intl__tab:hover {\n  background: #ffe0e0;\n  border-color: #cc0000;\n  color: #cc0000;\n}\n.dist-intl__tab.active {\n  background: #dc0000;\n  border-color: #dc0000;\n  color: #ffffff;\n}\n\n\/* \u2500\u2500 SECCI\u00d3N DE PA\u00cdS \u2500\u2500 *\/\n.dist-intl__section {\n  margin-bottom: 2.8rem;\n}\n.dist-intl__section.hidden {\n  display: none;\n}\n\n.dist-intl__country-header {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 1.25rem;\n  padding-bottom: 10px;\n  border-bottom: 2.5px solid #dc0000;\n}\n.dist-intl__flag {\n  font-size: 22px;\n  line-height: 1;\n}\n.dist-intl__country-name {\n  font-size: 1.3rem;\n  font-weight: 800;\n  color: #cc0000;\n  text-transform: uppercase;\n  letter-spacing: 1.2px;\n  margin: 0;\n}\n\n\/* \u2500\u2500 GRID DE TARJETAS \u2500\u2500 *\/\n.dist-intl__grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\n  gap: 14px;\n}\n\n\/* \u2500\u2500 TARJETA \u2500\u2500 *\/\n.dist-intl__card {\n  background: #ffffff;\n  border: 1px solid #e8e8e8;\n  border-top: 3px solid #dc0000;\n  border-radius: 10px;\n  padding: 1.1rem 1.2rem;\n  transition: box-shadow 0.2s;\n}\n.dist-intl__card:hover {\n  box-shadow: 0 5px 18px rgba(0,0,0,0.09);\n}\n.dist-intl__logo {\n  width: 50px;\n  height: 50px;\n  border-radius: 8px;\n  background: #f5f5f5;\n  border: 1px solid #ebebeb;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 0.75rem;\n  font-size: 11px;\n  font-weight: 800;\n  color: #cc0000;\n  letter-spacing: -0.3px;\n  text-align: center;\n  line-height: 1.2;\n  padding: 4px;\n  flex-shrink: 0;\n}\n.dist-intl__dist-name {\n  font-size: 0.93rem;\n  font-weight: 700;\n  color: #111;\n  margin-bottom: 0.7rem;\n  line-height: 1.35;\n}\n.dist-intl__info {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 5px;\n}\n.dist-intl__info li {\n  display: flex;\n  align-items: flex-start;\n  gap: 6px;\n  font-size: 0.77rem;\n  color: #666;\n  line-height: 1.45;\n  margin: 0;\n}\n.dist-intl__info .lbl {\n  font-size: 9px;\n  font-weight: 700;\n  color: #aaa;\n  text-transform: uppercase;\n  letter-spacing: 0.4px;\n  min-width: 28px;\n  padding-top: 1px;\n  flex-shrink: 0;\n}\n.dist-intl__info a {\n  color: #cc0000 !important;\n  text-decoration: none !important;\n  word-break: break-all;\n}\n.dist-intl__info a:hover {\n  text-decoration: underline !important;\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 600px) {\n  .dist-intl__hero {\n    padding: 2.5rem 1.2rem;\n  }\n  .dist-intl__stats {\n    gap: 1.5rem;\n    padding: 1rem;\n  }\n  .dist-intl__main {\n    padding: 1.8rem 0.75rem 2.5rem;\n  }\n  .dist-intl__grid {\n    grid-template-columns: 1fr;\n  }\n}\n<\/style><div class=\"dist-intl\"><!-- HERO --><div class=\"dist-intl__hero\"><div class=\"dist-intl__hero-inner\"><span class=\"dist-intl__globe\">\ud83c\udf0e<\/span><div class=\"dist-intl__badge\">Red Internacional<\/div><h2 class=\"dist-intl__hero-title\">Encuentra tu distribuidor <span>m\u00e1s cercano<\/span><\/h2><p class=\"dist-intl__hero-desc\">Contamos con distribuidores oficiales en toda Latinoam\u00e9rica, listos para atenderte con los mejores productos y servicio.\n      <\/p><a class=\"dist-intl__cta\" href=\"#dist-intl-main\">Ver distribuidores \u2193<\/a><\/div><\/div><!-- STATS BAR --><div class=\"dist-intl__stats\"><div class=\"dist-intl__stat\"><div class=\"dist-intl__stat-num\">3<\/div><div class=\"dist-intl__stat-label\">Pa\u00edses<\/div><\/div><div class=\"dist-intl__stat\"><div class=\"dist-intl__stat-num\">8<\/div><div class=\"dist-intl__stat-label\">Distribuidores<\/div><\/div><\/div><!-- MAIN CONTENT --><div class=\"dist-intl__main\" id=\"dist-intl-main\"><!-- FILTROS \/ TABS --><div class=\"dist-intl__tabs\" id=\"dist-intl-tabs\"><button class=\"dist-intl__tab active\" data-target=\"all\">\ud83c\udf0e Todos<\/button><button class=\"dist-intl__tab\" data-target=\"ecuador\">\ud83c\uddea\ud83c\udde8 Ecuador<\/button><button class=\"dist-intl__tab\" data-target=\"chile\">\ud83c\udde8\ud83c\uddf1 Chile<\/button><button class=\"dist-intl__tab\" data-target=\"peru\">\ud83c\uddf5\ud83c\uddea Per\u00fa<\/button><\/div><!-- ECUADOR --><div class=\"dist-intl__section\" data-country=\"ecuador\"><div class=\"dist-intl__country-header\"><span class=\"dist-intl__flag\">\ud83c\uddea\ud83c\udde8<\/span><h3 class=\"dist-intl__country-name\">Ecuador<\/h3><\/div><div class=\"dist-intl__grid\"><div class=\"dist-intl__card\"><div class=\"dist-intl__logo\">TEX<\/div><div class=\"dist-intl__dist-name\">TEXCOMERCIAL S.A.<\/div><ul class=\"dist-intl__info\"><li><span class=\"lbl\">Dir<\/span> Vicente Duque N75-160 y Tadeo Ben\u00edtez<\/li><li><span class=\"lbl\">Tel<\/span> 2800313 \/ 2474903 \/ 2474904<\/li><li><span class=\"lbl\">Email<\/span> <a href=\"mailto:texcomercial@texcomercial.com.ec\">texcomercial@texcomercial.com.ec<\/a><\/li><li><span class=\"lbl\">Web<\/span> <a href=\"http:\/\/www.texcomercial.com.ec\" target=\"_blank\" rel=\"noopener\">www.texcomercial.com.ec<\/a><\/li><\/ul><\/div><\/div><\/div><!-- \/ecuador --><!-- CHILE --><div class=\"dist-intl__section\" data-country=\"chile\"><div class=\"dist-intl__country-header\"><span class=\"dist-intl__flag\">\ud83c\udde8\ud83c\uddf1<\/span><h3 class=\"dist-intl__country-name\">Chile<\/h3><\/div><div class=\"dist-intl__grid\"><div class=\"dist-intl__card\"><div class=\"dist-intl__logo\">CP<\/div><div class=\"dist-intl__dist-name\">Creatividad Positiva<\/div><ul class=\"dist-intl__info\"><li><span class=\"lbl\">Dir<\/span> El Juncal 901, Quilicura, Santiago de Chile<\/li><li><span class=\"lbl\">Tel<\/span> +56 2 2202 4899<\/li><li><span class=\"lbl\">Email<\/span> <a href=\"mailto:contacto@creatividadpositiva.cl\">contacto@creatividadpositiva.cl<\/a><\/li><li><span class=\"lbl\">Web<\/span> <a href=\"http:\/\/www.creatividadpositiva.cl\" target=\"_blank\" rel=\"noopener\">www.creatividadpositiva.cl<\/a><\/li><\/ul><\/div><\/div><\/div><!-- \/chile --><!-- PER\u00da --><div class=\"dist-intl__section\" data-country=\"peru\"><div class=\"dist-intl__country-header\"><span class=\"dist-intl__flag\">\ud83c\uddf5\ud83c\uddea<\/span><h3 class=\"dist-intl__country-name\">Per\u00fa<\/h3><\/div><div class=\"dist-intl__grid\"><div class=\"dist-intl__card\"><div class=\"dist-intl__logo\">DISA<\/div><div class=\"dist-intl__dist-name\">Distribuci\u00f3n, Servicios y Asesor\u00eda S.A.<\/div><ul class=\"dist-intl__info\"><li><span class=\"lbl\">Dir<\/span> Av. Encalada 1420 \u2013 Of. 604 Surco, Lima<\/li><li><span class=\"lbl\">Tel<\/span> +51 990 870 111 \/ +51 (01) 435-2351<\/li><li><span class=\"lbl\">Email<\/span> <a href=\"mailto:ventas@disa.com.pe\">ventas@disa.com.pe<\/a><\/li><li><span class=\"lbl\">Web<\/span> <a href=\"http:\/\/www.disa.com.pe\" target=\"_blank\" rel=\"noopener\">www.disa.com.pe<\/a><\/li><\/ul><\/div><\/div><\/div><!-- \/peru --><\/div><!-- \/main --><\/div><!-- \/dist-intl --><script>(function () {\n  \/\/ Espera a que el DOM est\u00e9 listo (compatible con carga de WP)\n  function init() {\n    var tabs    = document.querySelectorAll('.dist-intl__tab');\n    var sections = document.querySelectorAll('.dist-intl__section');\n\n    if (!tabs.length) return;\n\n    tabs.forEach(function (tab) {\n      tab.addEventListener('click', function () {\n        var target = this.getAttribute('data-target');\n\n        \/\/ Actualizar tab activo\n        tabs.forEach(function (t) { t.classList.remove('active'); });\n        this.classList.add('active');\n\n        \/\/ Mostrar \/ ocultar secciones\n        sections.forEach(function (sec) {\n          if (target === 'all' || sec.getAttribute('data-country') === target) {\n            sec.classList.remove('hidden');\n          } else {\n            sec.classList.add('hidden');\n          }\n        });\n      });\n    });\n\n    \/\/ Scroll suave del CTA del hero\n    var cta = document.querySelector('.dist-intl__cta');\n    if (cta) {\n      cta.addEventListener('click', function (e) {\n        var dest = document.getElementById('dist-intl-main');\n        if (dest) {\n          e.preventDefault();\n          dest.scrollIntoView({ behavior: 'smooth' });\n        }\n      });\n    }\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf0e Red Internacional Encuentra tu distribuidor m\u00e1s cercano Contamos con distribuidores oficiales en toda Latinoam\u00e9rica, listos para atenderte con los mejores productos y servicio. Ver distribuidores \u2193 3 Pa\u00edses 8 Distribuidores \ud83c\udf0e Todos\ud83c\uddea\ud83c\udde8 Ecuador\ud83c\udde8\ud83c\uddf1 Chile\ud83c\uddf5\ud83c\uddea Per\u00fa \ud83c\uddea\ud83c\udde8 Ecuador TEX TEXCOMERCIAL S.A. Dir Vicente Duque N75-160 y Tadeo Ben\u00edtez Tel 2800313 \/ 2474903 \/ 2474904 Email [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_seopress_news_disabled":"","_seopress_video_disabled":"","_seopress_video":[],"_seopress_pro_schemas_manual":[],"_seopress_pro_rich_snippets_disable_all":"","_seopress_pro_rich_snippets_disable":[],"_seopress_pro_schemas":[],"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","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":"","footer-sml-layout":"","ast-disable-related-posts":"","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":"default","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-13120","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/pages\/13120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/comments?post=13120"}],"version-history":[{"count":1,"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/pages\/13120\/revisions"}],"predecessor-version":[{"id":13123,"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/pages\/13120\/revisions\/13123"}],"wp:attachment":[{"href":"https:\/\/www.internacional.estra.com\/en\/wp-json\/wp\/v2\/media?parent=13120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}