{"id":56,"date":"2026-02-16T09:14:25","date_gmt":"2026-02-16T09:14:25","guid":{"rendered":"https:\/\/cemtraco.com\/index.php\/front_page\/"},"modified":"2026-04-30T10:24:05","modified_gmt":"2026-04-30T10:24:05","slug":"front_page","status":"publish","type":"page","link":"https:\/\/cemtraco.com","title":{"rendered":"CEMTRACO &#8211; Cementitious Materials Expertise"},"content":{"rendered":"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n<!-- =========================================================\n     BOT\u00d3N FLOTANTE DE IDIOMAS PARA WORDPRESS\n     -------------------------------------------------------\n     Pega este MISMO c\u00f3digo en TODAS las p\u00e1ginas (o en el footer\n     global con un plugin tipo \"Insert Headers and Footers\").\n     Detecta autom\u00e1ticamente en qu\u00e9 idioma est\u00e1s y muestra los dem\u00e1s.\n     -------------------------------------------------------\n     \u2b07\ufe0f CONFIGURA AQU\u00cd tus idiomas y URLs (en el bloque <script>)\n     ========================================================= -->\n\n<style>\n  .vf-lang-switcher {\n    position: fixed;\n    bottom: 15px;\n    right: 15px;\n    z-index: 9999;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n  }\n\n  .vf-lang-toggle {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    background: #ffffff;\n    border: 1px solid #d9d9d9;\n    border-radius: 6px;\n    padding: 6px 10px;\n    cursor: pointer;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.18), 0 1px 3px rgba(0,0,0,0.12);\n    font-size: 13px;\n    font-weight: 700;\n    color: #000000;\n    line-height: 1;\n    transition: box-shadow 0.2s ease, transform 0.2s ease;\n  }\n\n  .vf-lang-toggle:hover {\n    box-shadow: 0 6px 16px rgba(0,0,0,0.22), 0 2px 4px rgba(0,0,0,0.15);\n    transform: translateY(-1px);\n  }\n\n  .vf-flag {\n    width: 18px;\n    height: 13px;\n    object-fit: cover;\n    border-radius: 2px;\n    display: inline-block;\n    flex-shrink: 0;\n  }\n\n  .vf-chevron {\n    margin-left: 2px;\n    transition: transform 0.25s ease;\n    font-size: 9px;\n    color: #555;\n  }\n\n  .vf-lang-switcher.vf-open .vf-chevron { transform: rotate(180deg); }\n\n  .vf-lang-list {\n    position: absolute;\n    bottom: calc(100% + 6px);\n    right: 0;\n    background: #ffffff;\n    border: 1px solid #d9d9d9;\n    border-radius: 6px;\n    box-shadow: 0 6px 18px rgba(0,0,0,0.15);\n    padding: 4px 0;\n    min-width: 130px;\n    opacity: 0;\n    visibility: hidden;\n    transform: translateY(6px);\n    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;\n  }\n\n  .vf-lang-switcher.vf-open .vf-lang-list {\n    opacity: 1;\n    visibility: visible;\n    transform: translateY(0);\n  }\n\n  .vf-lang-list a {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    padding: 6px 12px;\n    color: #000000;\n    text-decoration: none;\n    font-size: 13px;\n    font-weight: 600;\n    line-height: 1.2;\n    transition: background 0.15s ease;\n  }\n\n  .vf-lang-list a:hover { background: #f3f3f3; }\n\n  @media (max-width: 480px) {\n    .vf-lang-switcher { bottom: 12px; right: 12px; }\n  }\n<\/style>\n\n<div class=\"vf-lang-switcher\" id=\"vfLangSwitcher\">\n  <button class=\"vf-lang-toggle\" id=\"vfLangToggle\" aria-label=\"Cambiar idioma\">\n    <img decoding=\"async\" class=\"vf-flag\" id=\"vfCurrentFlag\" src=\"\" alt=\"\">\n    <span id=\"vfCurrentCode\"><\/span>\n    <span class=\"vf-chevron\">\u25bc<\/span>\n  <\/button>\n  <div class=\"vf-lang-list\" id=\"vfLangList\"><\/div>\n<\/div>\n\n<script>\n(function () {\n  \/* =========================================================\n     \u2b07\ufe0f CONFIGURA AQU\u00cd tus idiomas\n     - code: el c\u00f3digo que aparece en el bot\u00f3n (EN, ES, FR\u2026)\n     - flag: bandera (es, gb, fr, de, it, pt\u2026)  \u2192 de flagcdn.com\n     - name: el nombre que sale en la lista\n     - url:  la URL de esa versi\u00f3n de tu web\n     - path: el \"trozo\" de la URL que identifica ese idioma\n             (deja \"\" para el idioma principal de la web)\n     ========================================================= *\/\n  var languages = [\n    { code: \"EN\", flag: \"gb\", name: \"English\",  url: \"https:\/\/cemtraco.com\/\",     path: \"\" },\n    { code: \"ES\", flag: \"es\", name: \"Spanish\",  url: \"https:\/\/cemtraco.com\/es\/\",  path: \"\/es\" },\n    { code: \"FR\", flag: \"fr\", name: \"French\",   url: \"https:\/\/cemtraco.com\/fr\/\",  path: \"\/fr\" },\n    { code: \"DE\", flag: \"de\", name: \"German\",   url: \"https:\/\/cemtraco.com\/al\/\",  path: \"\/al\" },\n    { code: \"IT\", flag: \"it\", name: \"Italian\",  url: \"https:\/\/cemtraco.com\/it\/\",  path: \"\/it\" }\n  ];\n\n  \/\/ ---------- A partir de aqu\u00ed no hace falta tocar nada ----------\n\n  \/\/ 1) Detecta el idioma actual mirando la URL\n  var currentPath = window.location.pathname;\n  var current = languages[0]; \/\/ por defecto, el primero (idioma principal)\n  var bestMatch = -1;\n\n  languages.forEach(function (lang) {\n    if (lang.path && currentPath.indexOf(lang.path) === 0 && lang.path.length > bestMatch) {\n      current = lang;\n      bestMatch = lang.path.length;\n    }\n  });\n\n  \/\/ 2) Pinta el bot\u00f3n con el idioma actual\n  document.getElementById('vfCurrentFlag').src = \"https:\/\/flagcdn.com\/w40\/\" + current.flag + \".png\";\n  document.getElementById('vfCurrentFlag').alt = current.code;\n  document.getElementById('vfCurrentCode').textContent = current.code;\n\n  \/\/ 3) Pinta la lista con los OTROS idiomas (no el actual)\n  var list = document.getElementById('vfLangList');\n  languages.forEach(function (lang) {\n    if (lang.code === current.code) return;\n    var a = document.createElement('a');\n    a.href = lang.url;\n    a.innerHTML =\n      '<img decoding=\"async\" class=\"vf-flag\" src=\"https:\/\/flagcdn.com\/w40\/' + lang.flag + '.png\" alt=\"' + lang.code + '\"> ' +\n      lang.name;\n    list.appendChild(a);\n  });\n\n  \/\/ 4) Comportamiento abrir\/cerrar\n  var wrap = document.getElementById('vfLangSwitcher');\n  var btn  = document.getElementById('vfLangToggle');\n\n  btn.addEventListener('click', function (e) {\n    e.stopPropagation();\n    wrap.classList.toggle('vf-open');\n  });\n  document.addEventListener('click', function (e) {\n    if (!wrap.contains(e.target)) wrap.classList.remove('vf-open');\n  });\n  document.addEventListener('keydown', function (e) {\n    if (e.key === 'Escape') wrap.classList.remove('vf-open');\n  });\n})();\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":81,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"saved_in_kubio":true,"footnotes":""},"class_list":["post-56","page","type-page","status-publish","has-post-thumbnail","hentry"],"kubio_ai_page_context":{"short_desc":"","purpose":"general"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CEMTRACO - Cementitious Materials Expertise<\/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:\/\/cemtraco.com\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:locale:alternate\" content=\"es_ES\" \/>\n<meta property=\"og:locale:alternate\" content=\"it_IT\" \/>\n<meta property=\"og:locale:alternate\" content=\"de_DE\" \/>\n<meta property=\"og:locale:alternate\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CEMTRACO - Cementitious Materials Expertise\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cemtraco.com\/\" \/>\n<meta property=\"og:site_name\" content=\"CEMTRACO\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-30T10:24:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png\" \/>\n\t<meta property=\"og:image:width\" content=\"416\" \/>\n\t<meta property=\"og:image:height\" content=\"104\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cemtraco.com\/\",\"url\":\"https:\/\/cemtraco.com\/\",\"name\":\"CEMTRACO - Cementitious Materials Expertise\",\"isPartOf\":{\"@id\":\"https:\/\/cemtraco.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cemtraco.com\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cemtraco.com\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png\",\"datePublished\":\"2026-02-16T09:14:25+00:00\",\"dateModified\":\"2026-04-30T10:24:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cemtraco.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cemtraco.com\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cemtraco.com\/#primaryimage\",\"url\":\"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png\",\"contentUrl\":\"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png\",\"width\":416,\"height\":104},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cemtraco.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/cemtraco.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CEMTRACO &#8211; Cementitious Materials Expertise\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cemtraco.com\/#website\",\"url\":\"https:\/\/cemtraco.com\/\",\"name\":\"CEMTRACO\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cemtraco.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cemtraco.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cemtraco.com\/#organization\",\"name\":\"CEMTRACO\",\"url\":\"https:\/\/cemtraco.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cemtraco.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-16-feb-2026-10_19_42.png\",\"contentUrl\":\"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-16-feb-2026-10_19_42.png\",\"width\":1536,\"height\":1024,\"caption\":\"CEMTRACO\"},\"image\":{\"@id\":\"https:\/\/cemtraco.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CEMTRACO - Cementitious Materials Expertise","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:\/\/cemtraco.com","og_locale":"en_US","og_type":"article","og_title":"[:en]CEMTRACO - Cementitious Materials Expertise[:es]CEMTRACO - Cementitious Materials Expertise[:]","og_url":"https:\/\/cemtraco.com\/","og_site_name":"CEMTRACO","article_modified_time":"2026-04-30T10:24:05+00:00","og_image":[{"width":416,"height":104,"url":"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cemtraco.com\/","url":"https:\/\/cemtraco.com\/","name":"CEMTRACO - Cementitious Materials Expertise","isPartOf":{"@id":"https:\/\/cemtraco.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cemtraco.com\/#primaryimage"},"image":{"@id":"https:\/\/cemtraco.com\/#primaryimage"},"thumbnailUrl":"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png","datePublished":"2026-02-16T09:14:25+00:00","dateModified":"2026-04-30T10:24:05+00:00","breadcrumb":{"@id":"https:\/\/cemtraco.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cemtraco.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cemtraco.com\/#primaryimage","url":"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png","contentUrl":"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/imagen-4.png","width":416,"height":104},{"@type":"BreadcrumbList","@id":"https:\/\/cemtraco.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/cemtraco.com\/"},{"@type":"ListItem","position":2,"name":"CEMTRACO &#8211; Cementitious Materials Expertise"}]},{"@type":"WebSite","@id":"https:\/\/cemtraco.com\/#website","url":"https:\/\/cemtraco.com\/","name":"CEMTRACO","description":"","publisher":{"@id":"https:\/\/cemtraco.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cemtraco.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cemtraco.com\/#organization","name":"CEMTRACO","url":"https:\/\/cemtraco.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cemtraco.com\/#\/schema\/logo\/image\/","url":"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-16-feb-2026-10_19_42.png","contentUrl":"https:\/\/cemtraco.com\/wp-content\/uploads\/2026\/02\/ChatGPT-Image-16-feb-2026-10_19_42.png","width":1536,"height":1024,"caption":"CEMTRACO"},"image":{"@id":"https:\/\/cemtraco.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/pages\/56","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/comments?post=56"}],"version-history":[{"count":86,"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/pages\/56\/revisions"}],"predecessor-version":[{"id":336,"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/pages\/56\/revisions\/336"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/media\/81"}],"wp:attachment":[{"href":"https:\/\/cemtraco.com\/index.php\/wp-json\/wp\/v2\/media?parent=56"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}