{"id":1274,"date":"2024-04-30T22:46:10","date_gmt":"2024-04-30T20:46:10","guid":{"rendered":"https:\/\/themegineering.local\/home\/"},"modified":"2025-01-23T11:55:27","modified_gmt":"2025-01-23T10:55:27","slug":"home","status":"publish","type":"page","link":"https:\/\/pruebas.frf.group\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"wp-block-group alignfull bg-business fadeup has-neutral-700-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer not-prose\"><\/div>\n\n<div class=\"wp-block-columns mx-auto max-w-screen-xl px-4 mb-0 pb-4 md:pb-12 gap-1 lg:gap-8 has-background-color has-text-color has-link-color wp-elements-1 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\"><div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\"><h2 class=\"wp-block-heading leading-none max-w-xs mb-0 mt-8 md:mt-[4.5rem] has-background-color has-text-color has-link-color has-large-font-size wp-elements-2\">Demanding selection of products from the world&#8217;s best brands<\/h2><\/div>\n\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\"><p class=\"font-normal text-base has-neutral-100-color has-text-color has-link-color wp-elements-3 wp-block-paragraph\">Integration of supplies and turnkey contracts for Industrial Automation Engineering projects<\/p>\n\n<a href=\"https:\/\/pruebas.frf.group\/en\/products\/\" class=\"text-base !text-secondary-700 flex gap-2 group hover:underline hover:underline-link items-center\">More information\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"transition-transform group-hover:translate-x-1\" width=\"18\" height=\"18\" viewbox=\"0 0 30 30\" fill=\"none\">\n                                        <path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\"><\/path>\n                                        <path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                                    <\/svg>\n                                <\/a><\/div>\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div><\/div><\/div><div id=slider x-data=\"carousel({          \n    intervalTime: 4000,\n    slides: [\n                {\n            imgSrc: 'https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Rectangle-15.png',\n            imgAlt: '',\n            videoSrc: '',\n            title: '',\n            description: '',\n            ctaLabel: '',\n            ctaUrl: '',\n        },\n        ] ,          \n})\" x-init=\"\" class=\"smb-slider w-full overflow-hidden not-prose relative mb-0 md:mb-14 fadeup alignfull\" class=\"alignfull mb-0 md:mb-14 fadeup wp-block-smb-slider\" id=\"slider\">\n\n    \n\n    <!-- Slides -->\n    <!-- Change min-h-[50svh] to your preferred height size -->\n    <div class=\"relative min-h-[16svh] md:min-h-[50svh] w-full\">\n        <template x-for=\"(slide, index) in slides\">\n            <div x-cloak x-show=\"currentSlideIndex == index + 1\" class=\"absolute inset-0\" x-transition.opacity.duration.1000ms>\n\n                <!-- Title And Description -->\n                <div class=\"absolute inset-0 z-10 flex flex-col items-center justify-end gap-2 px-16 py-12 text-center lg:px-32 lg:py-14 _bg-gradient-to-t from-slate-900\/85 to-transparent\">\n                    <h3 class=\"w-full lg:w-[80%] text-balance text-2xl lg:text-3xl font-bold text-white\" x-text=\"slide.title\" x-bind:aria-describedby=\"'slide' + (index + 1) + 'Description'\"><\/h3>\n                    <p class=\"w-full text-sm lg:w-1\/2 text-pretty text-slate-300\" x-text=\"slide.description\" x-bind:id=\"'slide' + (index + 1) + 'Description'\"><\/p>\n                    <a x-show=\"slide.ctaUrl\" x-bind:href=\"slide.ctaUrl\" x-text=\"slide.ctaLabel\" x-bind:id=\"'slide' + (index + 1) + 'Enlace'\" class=\"text-white no-underline bg-primary-500 hover:bg-primary-900 focus:ring-4 focus:ring-primary-300 font-medium rounded-lg text-sm px-5 py-2.5 me-2 mb-2 dark:bg-primary-600 dark:hover:bg-primary-700 focus:outline-none dark:focus:ring-primary-800\"><\/a>\n                <\/div>\n\n                <img x-show=\"slide.imgSrc\" class=\"absolute inset-0 object-cover w-full h-full text-slate-700 dark:text-slate-300 fadein\" x-bind:src=\"slide.imgSrc\" x-bind:alt=\"slide.imgAlt\" \/>\n                <video x-show=\"slide.videoSrc\" class=\"absolute inset-0 object-cover w-full h-full text-slate-700 dark:text-slate-300\" autoplay loop muted playsinline>\n                    <source x-bind:src=\"slide.videoSrc\" type=\"video\/mp4\">\n                    Tu navegador no soporta el elemento de video.\n                <\/video>\n\n\n            <\/div>\n        <\/template>\n    <\/div>\n\n    \n    <\/div>\n\n<script>\n    document.addEventListener('alpine:init', () => {\n        Alpine.data('carousel', (carouselData = {\n            slides: [],\n            intervalTime: 0,\n        }, ) => ({\n            slides: carouselData.slides,\n            autoplayIntervalTime: carouselData.intervalTime,\n            currentSlideIndex: 1,\n            isPaused: false,\n            autoplayInterval: null,\n            previous() {\n                if (this.currentSlideIndex > 1) {\n                    this.currentSlideIndex = this.currentSlideIndex - 1\n                } else {\n                    \/\/ If it's the first slide, go to the last slide           \n                    this.currentSlideIndex = this.slides.length\n                }\n            },\n            next() {\n                if (this.currentSlideIndex < this.slides.length) {\n                    this.currentSlideIndex = this.currentSlideIndex + 1\n                } else {\n                    \/\/ If it's the last slide, go to the first slide    \n                    this.currentSlideIndex = 1\n                }\n            },\n            autoplay() {\n                this.autoplayInterval = setInterval(() => {\n                    if (!this.isPaused) {\n                        this.next()\n                    }\n                }, this.autoplayIntervalTime)\n            },\n            \/\/ Updates interval time   \n            setAutoplayIntervalTime(newIntervalTime) {\n                clearInterval(this.autoplayInterval)\n                this.autoplayIntervalTime = newIntervalTime\n                this.autoplay()\n            },\n        }))\n    })\n<\/script><div class=\"wp-block-group alignwide mb-14 md:px-4 fadeup is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-columns mb-8 !max-w-screen-xl !grid grid-cols-1 md:grid-cols-2 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\"><div class=\"wp-block-column is-vertically-aligned-stretch featureblock w-full flex items-center flex-col justify-center md:col-span-2 lg:col-span-1 has-neutral-50-background-color has-background is-layout-flow wp-block-column-is-layout-flow\"><h3 class=\"wp-block-heading not-prose font-bold leading-[1.1] max-w-[20ch] has-neutral-600-color has-text-color has-link-color has-x-large-font-size wp-elements-4\">We offer <strong>global solutions<\/strong> adapted to the needs of each client<\/h3><\/div>\n\n<div class=\"wp-block-column bg-business w-full md:col-span-2 lg:col-span-1 is-layout-flow wp-block-column-is-layout-flow\"><div  class=\"smb-bloque-enlaces w-full overflow-hidden not-prose relative min-h-96 md:min-h-[568px] bg-no-repeat bg-cover flex items-end group text-soft-black\" class=\"align text-soft-black wp-block-smb-blockenlaces\">\n<!-- <img decoding=\"async\" class=\"absolute inset-0 z-0 object-cover w-full h-full transition-transform transform scale-100 group-hover:scale-110\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/marcas.png\" alt=\"Imagen de fondo\"> -->\n<div class=\"absolute h-full overflow-hidden mb-[2px]\" style=\"width: calc(100% - 2px);\">\n    <img decoding=\"async\" class=\"absolute inset-0 z-0 object-cover w-full h-full transition-transform transform scale-100 group-hover:scale-110\" \n         src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/marcas.png\" \n         alt=\"Imagen de fondo\">\n    <div class=\"absolute inset-0 z-10\" \n         style=\"background: linear-gradient(239.19deg, rgba(0, 130, 202, 0) 44.06%,  89.35%);\"><\/div>\n<\/div>\n\n\n    <div class=\"z-10 flex flex-col w-full gap-2 px-3 py-6 border-l-8 max-h-1\/3 md:flex-row md:gap-0\" style=\"border-color: rgb(61,174,43); background-color:rgb(255,255,255); \">\n        <div class=\"flex flex-col w-full gap-2 md:w-1\/2 md:pr-6\">\n            <h3 class=\"text-2xl font-bold\">Distribution<\/h3>\n            <p class=\"text-base text-balance\">Representamos las principales marcas del sector industrial en el \u00e1mbito del control de procesos<\/p>\n        <\/div>\n        <div class=\"flex items-end justify-end w-full md:w-1\/2\">\n            <div class=\"flex items-center justify-center gap-2 text-secondary-700 hover:underline-link\" x-data=\"{ hover: false }\" x-on:mouseover=\"hover = true\" x-on:mouseleave=\"hover = false\"><a href=\"\/marcas\" class=\"text-xs font-normal text-secondary-700 hover:underline\" x-bind:class=\"{ 'underline': hover }\">More information<\/a><svg class=\"transition-transform\" width=\"24\" height=\"24\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" x-bind:class=\"{ 'translate-x-1': hover }\"><path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\"\/><path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>        <\/div>\n    <\/div>\n\n<\/div><\/div><\/div><\/div>\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-columns  !max-w-screen-xl !grid grid-cols-1 md:grid-cols-2 is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\"><div class=\"wp-block-column is-vertically-aligned-center md:min-w-[50%] md:col-span-2 lg:col-span-1 has-neutral-50-background-color has-background is-layout-flow wp-block-column-is-layout-flow\"><div  class=\"smb-bloque-enlaces w-full overflow-hidden not-prose relative min-h-96 md:min-h-[568px] bg-no-repeat bg-cover flex items-end group text-soft-black custom-enlaces\" class=\"align text-soft-black custom-enlaces wp-block-smb-blockenlaces\">\n<!-- <img decoding=\"async\" class=\"absolute inset-0 z-0 object-cover w-full h-full transition-transform transform scale-100 group-hover:scale-110\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/e99cc63e98634e815e0f421a2d256d7a.jpeg\" alt=\"Imagen de fondo\"> -->\n<div class=\"absolute h-full overflow-hidden mb-[2px]\" style=\"width: calc(100% - 2px);\">\n    <img decoding=\"async\" class=\"absolute inset-0 z-0 object-cover w-full h-full transition-transform transform scale-100 group-hover:scale-110\" \n         src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/e99cc63e98634e815e0f421a2d256d7a.jpeg\" \n         alt=\"Imagen de fondo\">\n    <div class=\"absolute inset-0 z-10\" \n         style=\"background: linear-gradient(239.19deg, rgba(0, 130, 202, 0) 44.06%, rgb(0,130,202) 89.35%);\"><\/div>\n<\/div>\n\n\n    <div class=\"z-10 flex flex-col w-full gap-2 px-3 py-6 border-l-8 max-h-1\/3 md:flex-row md:gap-0\" style=\"border-color: rgb(0,130,202); background-color:rgb(255,255,255); \">\n        <div class=\"flex flex-col w-full gap-2 md:w-1\/2 md:pr-6\">\n            <h3 class=\"text-2xl font-bold\">Technical advice and <\/br>tailor-made solutions<\/h3>\n            <p class=\"text-base text-balance\">Ofrecemos soluciones personalizadas y especializadas en todas las  <\/br>etapas del proyecto<\/p>\n        <\/div>\n        <div class=\"flex items-end justify-end w-full md:w-1\/2\">\n            <div class=\"flex items-center justify-center gap-2 text-secondary-700 hover:underline-link\" x-data=\"{ hover: false }\" x-on:mouseover=\"hover = true\" x-on:mouseleave=\"hover = false\"><a href=\"\/servicios\/\" class=\"text-xs font-normal text-secondary-700 hover:underline\" x-bind:class=\"{ 'underline': hover }\">More information<\/a><svg class=\"transition-transform\" width=\"24\" height=\"24\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" x-bind:class=\"{ 'translate-x-1': hover }\"><path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\"\/><path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>        <\/div>\n    <\/div>\n\n<\/div><\/div>\n\n<div class=\"wp-block-column md:min-w-[50%] md:col-span-2 lg:col-span-1 is-layout-flow wp-block-column-is-layout-flow\"><div  class=\"smb-bloque-enlaces w-full overflow-hidden not-prose relative min-h-96 md:min-h-[568px] bg-no-repeat bg-cover flex items-end group text-soft-black\" class=\"align text-soft-black wp-block-smb-blockenlaces\">\n<!-- <img decoding=\"async\" class=\"absolute inset-0 z-0 object-cover w-full h-full transition-transform transform scale-100 group-hover:scale-110\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/5d301b79965951a9a25b7090ad43e243.jpeg\" alt=\"Imagen de fondo\"> -->\n<div class=\"absolute h-full overflow-hidden mb-[2px]\" style=\"width: calc(100% - 2px);\">\n    <img decoding=\"async\" class=\"absolute inset-0 z-0 object-cover w-full h-full transition-transform transform scale-100 group-hover:scale-110\" \n         src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/5d301b79965951a9a25b7090ad43e243.jpeg\" \n         alt=\"Imagen de fondo\">\n    <div class=\"absolute inset-0 z-10\" \n         style=\"background: linear-gradient(239.19deg, rgba(0, 130, 202, 0) 44.06%, rgb(255,107,0) 89.35%);\"><\/div>\n<\/div>\n\n\n    <div class=\"z-10 flex flex-col w-full gap-2 px-3 py-6 border-l-8 max-h-1\/3 md:flex-row md:gap-0\" style=\"border-color: rgb(255,107,0); background-color:rgb(255,255,255); \">\n        <div class=\"flex flex-col w-full gap-2 md:w-1\/2 md:pr-6\">\n            <h3 class=\"text-2xl font-bold\">Customized stock<\/h3>\n            <p class=\"text-base text-balance\">Garant\u00eda de suministro continuo e ininterrumpido<\/p>\n        <\/div>\n        <div class=\"flex items-end justify-end w-full md:w-1\/2\">\n            <div class=\"flex items-center justify-center gap-2 text-secondary-700 hover:underline-link\" x-data=\"{ hover: false }\" x-on:mouseover=\"hover = true\" x-on:mouseleave=\"hover = false\"><a href=\"\/sobre-nosotros\/\" class=\"text-xs font-normal text-secondary-700 hover:underline\" x-bind:class=\"{ 'underline': hover }\">More information<\/a><svg class=\"transition-transform\" width=\"24\" height=\"24\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" x-bind:class=\"{ 'translate-x-1': hover }\"><path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\"\/><path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/div>        <\/div>\n    <\/div>\n\n<\/div><\/div><\/div><\/div><\/div><div class=\"wp-block-group alignfull fadeup md:px-4 has-neutral-50-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div id=categorias-productos  class=\"smb-categorias-productos prose py-14 md:mb-14 !max-w-screen-xl\" class=\"align !max-w-screen-xl wp-block-smb-woocategories\">\n            <h2 class=\"text-3xl font-bold mb-6 px-4 md:p-0\">Our products<\/h2>\n        \n    <div class=\"grid grid-cols-1 gap-8 lg:grid-cols-2\">\n        <div class=\"flex flex-col h-full\">\n            <div class=\"sticky flex top-20\">\n                                    <div class=\"flex flex-col justify-end w-full overflow-hidden text-white no-underline bg-neutral-700\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/MODELO_ESV_grande-removebg-preview-1-1.png\" alt=\"Cylinder sampling systems\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col w-full gap-2 p-8 prose border-l-4 border-primary-700\">\n                            <h3 class=\"text-2xl font-bold text-white md:text-balance md:max-w-1\/2 md:w-1\/2 mb-2\">Cylinder sampling systems<\/h3>\n                            <p class=\"text-base text-white\">In addition to our standard FITOK options, we manufacture special, customized sampling systems designed to specific requirements.<\/p>\n                            <a href=\"\/categoria-producto\/sistemas-de-toma-de-muestras\/?id=27\" class=\"flex items-center gap-2 text-xs font-normal text-secondary-700 hover:underline group hover:underline-link\">\n                                More information                                <svg class=\"transition-transform group-hover:translate-x-1\" width=\"24\" height=\"24\" viewBox=\"0 0 30 30\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\" \/>\n                                    <path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\" \/>\n                                <\/svg>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n        <div class=\"grid grid-cols-1 gap-8 md:grid-cols-2\">\n                                <a href=\"\/categoria-producto\/accesorios-de-tuberia\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/AC1000-2-removebg-preview.png\" alt=\"Pipe fittings\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Pipe fittings<\/h3>\n                        <\/div>\n                    <\/a>\n                                <a href=\"\/categoria-producto\/actuadores-y-posicionadores\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/AccionamientosNEW_02-1-removebg-preview.png\" alt=\"Actuators and positioners\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Actuators and positioners<\/h3>\n                        <\/div>\n                    <\/a>\n                                <a href=\"\/categoria-producto\/instrumentacion-y-control\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/07\/PAG34-IP501.jpg\" alt=\"Instrumentation and control\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Instrumentation and control<\/h3>\n                        <\/div>\n                    <\/a>\n                                <a href=\"\/categoria-producto\/material-sintetico\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/CAT2017_PAG52-ARRIBA3.jpg\" alt=\"Synthetic material\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Synthetic material<\/h3>\n                        <\/div>\n                    <\/a>\n                                <a href=\"\/categoria-producto\/sistemas-de-fluidos\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Rectangle-9.png\" alt=\"Fluid systems\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Fluid systems<\/h3>\n                        <\/div>\n                    <\/a>\n                                <a href=\"\/categoria-producto\/sistemas-de-toma-de-muestras\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/07\/MODELO_FV01_grande.jpg\" alt=\"Sampling systems\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Sampling systems<\/h3>\n                        <\/div>\n                    <\/a>\n                                <a href=\"\/categoria-producto\/valvulas\/\" class=\"flex flex-col justify-end w-full overflow-hidden no-underline bg-white max-h-80 group fadeup\">\n                        <img decoding=\"async\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Rectangle-8.png\" alt=\"Valves\" class=\"z-0 self-center h-full p-8 m-0 overflow-hidden transition-transform transform scale-100 w-fit group-hover:scale-110\">\n                        <div class=\"z-10 flex flex-col px-4 py-3 border-l-4 border-primary-700\">\n                            <h3 class=\"text-lg font-bold !leading-none text-soft-black m-0\">Valves<\/h3>\n                        <\/div>\n                    <\/a>\n                    <\/div>\n    <\/div>\n<\/div><\/div><div class=\"wp-block-group  fadeup is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group bg-fitok grid gap-4 grid-cols-3 py-14 px-4 lg:px-8 bg-neutral-700 mb-14 fadeup has-neutral-50-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group col-span-3 sm:col-span-2 lg:col-span-1 flex flex-col  justify-center max-widget !max-w-[80ch] max-w-sm is-layout-constrained wp-block-group-is-layout-constrained\"><h2 class=\"wp-block-heading !text-2xl mb-4 w-full mt-0 !max-w-72 alignleft resetalign has-neutral-600-color has-text-color has-link-color has-large-font-size wp-elements-5\"><strong><strong>Fitok Hydrogen Systems<\/strong><\/strong><\/h2>\n\n<p class=\"text-base has-neutral-500-color has-text-color has-link-color wp-elements-6 wp-block-paragraph\">FITOK products for hydrogen systems are designed to provide a high level of safety, reliability and high performance for vehicle and infrastructure applications.<\/p>\n\n<a href=\"#\" class=\"flex items-center gap-2 w-full mb-6 text-xs font-normal underline text-secondary-700 hover:underline group hover:underline-link\">Learn more\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"transition-transform group-hover:translate-x-1\" width=\"24\" height=\"24\" viewbox=\"0 0 30 30\" fill=\"none\">\n                                        <path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\"><\/path>\n                                        <path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                                    <\/svg>\n                                <\/a><\/div>\n\n<div class=\"wp-block-group md:col-span-2 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-5dc111c9 wp-block-group-is-layout-constrained\"><\/div><\/div>\n\n<div class=\"wp-block-group px-4 mb-14 grid gird-cols-1 md:grid-cols-3 lg:grid-cols-4 not-prose  fadeup is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group pr-4 is-layout-constrained wp-block-group-is-layout-constrained\"><h2 class=\"wp-block-heading !text-3xl font-bold mb-4 has-neutral-600-color has-text-color has-link-color wp-elements-7\" style=\"font-size:36px\"><strong>Brands<\/strong><\/h2>\n\n<p class=\"text-base text-balance mb-4 has-neutral-500-color has-text-color has-link-color wp-elements-8 wp-block-paragraph\">At FRF we are official distributors of the best specialized brands in the market.<\/p>\n\n<a href=\"\/marcas\" class=\"flex items-center gap-2 text-xs font-normal underline text-secondary-700 hover:underline group hover:underline-link\">View all brands\n                                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"transition-transform group-hover:translate-x-1\" width=\"24\" height=\"24\" viewbox=\"0 0 30 30\" fill=\"none\">\n                                        <path d=\"M14.6668 28.6667C22.0308 28.6667 28.0002 22.6973 28.0002 15.3333C28.0002 7.96933 22.0308 2 14.6668 2C7.30283 2 1.3335 7.96933 1.3335 15.3333C1.3335 22.6973 7.30283 28.6667 14.6668 28.6667Z\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linejoin=\"round\"><\/path>\n                                        <path d=\"M12.6669 21.3334L18.6669 15.3334L12.6669 9.33337\" stroke=\"currentColor\" stroke-width=\"2.66667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n                                    <\/svg>\n                                <\/a><\/div>\n\n<div class=\"wp-block-group col-span-1 md:col-span-2 lg:col-span-3 w-full mt-4 md:mt-0 is-layout-constrained wp-block-group-is-layout-constrained\"><div  class=\"smb-bloque-marcas\" class=\"align wp-block-smb-blockmarcas\">\n  \n\n                            <div class=\"grid grid-cols-1 gap-8 posts-list md:grid-cols-2 lg:grid-cols-3 not-prose\">\n                                            <article id=\"post-2005\" class=\"post-2005 marca type-marca status-publish has-post-thumbnail hentry\">\n                            \n                                                                                                <a href=\"https:\/\/www.fitokgroup.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block\">\n                                                                    <figure class=\"flex items-center justify-center w-full p-8 transition-all marcas-item wp-block-image bg-neutral-50 grayscale hover:grayscale-0\">\n                                        <img decoding=\"async\" width=\"1016\" height=\"246\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview.png\" class=\"w-full h-auto object-contain marcas-item\" alt=\"FITOK\" title=\"FITOK\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview.png 1016w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview-300x73.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview-768x186.png 768w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview-24x6.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview-36x9.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview-48x12.png 48w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/LOGO-FITOK-1024x248-1-removebg-preview-600x145.png 600w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" \/>                                    <\/figure>\n                                                                    <\/a>\n                                                                                    <\/article>\n                                            <article id=\"post-2001\" class=\"post-2001 marca type-marca status-publish has-post-thumbnail hentry\">\n                            \n                                                                                                <a href=\"https:\/\/vycindustrial.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block\">\n                                                                    <figure class=\"flex items-center justify-center w-full p-8 transition-all marcas-item wp-block-image bg-neutral-50 grayscale hover:grayscale-0\">\n                                        <img decoding=\"async\" width=\"300\" height=\"107\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/vyc-industrial-sa-logo-181F89AA89-seeklogo.com_.png\" class=\"w-full h-auto object-contain marcas-item\" alt=\"VYC Industrial\" title=\"VYC Industrial\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/vyc-industrial-sa-logo-181F89AA89-seeklogo.com_.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/vyc-industrial-sa-logo-181F89AA89-seeklogo.com_-24x9.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/vyc-industrial-sa-logo-181F89AA89-seeklogo.com_-36x13.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/vyc-industrial-sa-logo-181F89AA89-seeklogo.com_-48x17.png 48w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                                    <\/figure>\n                                                                    <\/a>\n                                                                                    <\/article>\n                                            <article id=\"post-2002\" class=\"post-2002 marca type-marca status-publish has-post-thumbnail hentry\">\n                            \n                                                                                                <a href=\"https:\/\/r-stahl.com\/es\/es\/home\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block\">\n                                                                    <figure class=\"flex items-center justify-center w-full p-8 transition-all marcas-item wp-block-image bg-neutral-50 grayscale hover:grayscale-0\">\n                                        <img decoding=\"async\" width=\"751\" height=\"535\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1.png\" class=\"w-full h-auto object-contain marcas-item\" alt=\"STAHL\" title=\"STAHL\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1.png 751w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1-300x214.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1-24x17.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1-36x26.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1-48x34.png 48w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/logo-stahl-png-1-600x427.png 600w\" sizes=\"(max-width: 751px) 100vw, 751px\" \/>                                    <\/figure>\n                                                                    <\/a>\n                                                                                    <\/article>\n                                            <article id=\"post-2006\" class=\"post-2006 marca type-marca status-publish has-post-thumbnail hentry\">\n                            \n                                                                                                <a href=\"https:\/\/www.smar.com.br\/en\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block\">\n                                                                    <figure class=\"flex items-center justify-center w-full p-8 transition-all marcas-item wp-block-image bg-neutral-50 grayscale hover:grayscale-0\">\n                                        <img decoding=\"async\" width=\"570\" height=\"176\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/smar.png\" class=\"w-full h-auto object-contain marcas-item\" alt=\"SMAR &#8211; Technology Company\" title=\"SMAR &#8211; Technology Company\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/smar.png 570w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/smar-300x93.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/smar-24x7.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/smar-36x11.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/smar-48x15.png 48w\" sizes=\"(max-width: 570px) 100vw, 570px\" \/>                                    <\/figure>\n                                                                    <\/a>\n                                                                                    <\/article>\n                                            <article id=\"post-2003\" class=\"post-2003 marca type-marca status-publish has-post-thumbnail hentry\">\n                            \n                                                                                                <a href=\"https:\/\/es.krohne.com\/es\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block\">\n                                                                    <figure class=\"flex items-center justify-center w-full p-8 transition-all marcas-item wp-block-image bg-neutral-50 grayscale hover:grayscale-0\">\n                                        <img decoding=\"async\" width=\"1200\" height=\"333\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg.png\" class=\"w-full h-auto object-contain marcas-item\" alt=\"KROHNE\" title=\"KROHNE\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg.png 1200w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-300x83.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-1024x284.png 1024w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-768x213.png 768w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-24x7.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-36x10.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-48x13.png 48w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/Logo_Krohne.svg-600x167.png 600w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>                                    <\/figure>\n                                                                    <\/a>\n                                                                                    <\/article>\n                                            <article id=\"post-2004\" class=\"post-2004 marca type-marca status-publish has-post-thumbnail hentry\">\n                            \n                                                                                                <a href=\"https:\/\/www.flowserve.com\/en\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"block\">\n                                                                    <figure class=\"flex items-center justify-center w-full p-8 transition-all marcas-item wp-block-image bg-neutral-50 grayscale hover:grayscale-0\">\n                                        <img decoding=\"async\" width=\"384\" height=\"384\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA.png\" class=\"w-full h-auto object-contain marcas-item\" alt=\"FLOWSERVE\" title=\"FLOWSERVE\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA.png 384w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA-300x300.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA-150x150.png 150w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA-24x24.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA-36x36.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA-48x48.png 48w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/08\/PRISMA-100x100.png 100w\" sizes=\"(max-width: 384px) 100vw, 384px\" \/>                                    <\/figure>\n                                                                    <\/a>\n                                                                                    <\/article>\n                                    <\/div>\n\n                \n            \n<\/div><\/div><\/div>\n\n<div class=\"wp-block-group grid grid-cols-1 gap-4 lg:grid-cols-2 bg-neutral-700 py-14 md:px-24 px-4 fadeup is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group hidden lg:flex is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-5dc111c9 wp-block-group-is-layout-constrained\"><figure class=\"wp-block-image alignleft size-full\"><img decoding=\"async\" width=\"489\" height=\"264\" src=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png\" alt=\"\" class=\"wp-image-389\" srcset=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png 489w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217-300x162.png 300w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217-24x13.png 24w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217-36x19.png 36w, https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217-48x26.png 48w\" sizes=\"(max-width: 489px) 100vw, 489px\" \/><\/figure><\/div>\n\n<div class=\"wp-block-group w-full flex justify-end md:justify-center is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group lg:!max-w-[368px] alignright flex flex-col resetalign is-layout-constrained wp-block-group-is-layout-constrained\"><h2 class=\"wp-block-heading mb-0 mt-1 font-bold !text-2xl mb-2 !max-w-72 alignleft has-white-color has-text-color has-link-color wp-elements-9\" style=\"font-size:32px\">Need a customized solution?<\/h2>\n\n<p class=\"leading-tight mb-8 text-base has-white-color has-text-color has-link-color wp-elements-10 wp-block-paragraph\">We have a specialized sales team that can help you find what you need.<\/p>\n\n<button  class=\"smb-button not-prose flex items-center justify-center gap-2 px-5 py-3 border-2 transition group w-auto leading-none shrink-0 w-full bg-secondary-700 border-secondary-700 hover:bg-transparent alignfull\" class=\"alignfull w-full bg-secondary-700 border-secondary-700 hover:bg-transparent wp-block-smb-botones\" style=\"border-radius: 4px;\" onclick=\"window.location.href='https:\/\/pruebas.frf.group\/contacto\/?tab=consultas'\">\n    \n\n    Inquiry form<\/button><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Demanding selection of products from the world&#8217;s best brands Integration of supplies and turnkey contracts for Industrial Automation Engineering projects More information We offer global solutions adapted to the needs of each client Fitok Hydrogen Systems FITOK products for hydrogen systems are designed to provide a high level of safety, reliability and high performance for<a href=\"https:\/\/pruebas.frf.group\/en\/\">Continue reading <span class=\"sr-only\">&#8220;Home&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1274","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Home - Fondon Global<\/title>\n<meta name=\"description\" content=\"Exigente selecci\u00f3n de productos de las mejores marcas mundiales.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Fondon Global\" \/>\n<meta property=\"og:description\" content=\"Exigente selecci\u00f3n de productos de las mejores marcas mundiales.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pruebas.frf.group\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Fondon Global\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-23T10:55:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.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:\/\/pruebas.frf.group\/en\/\",\"url\":\"https:\/\/pruebas.frf.group\/en\/\",\"name\":\"Home - Fondon Global\",\"isPartOf\":{\"@id\":\"https:\/\/pruebas.frf.group\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pruebas.frf.group\/en\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pruebas.frf.group\/en\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png\",\"datePublished\":\"2024-04-30T20:46:10+00:00\",\"dateModified\":\"2025-01-23T10:55:27+00:00\",\"description\":\"Exigente selecci\u00f3n de productos de las mejores marcas mundiales.\",\"breadcrumb\":{\"@id\":\"https:\/\/pruebas.frf.group\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pruebas.frf.group\/en\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pruebas.frf.group\/en\/#primaryimage\",\"url\":\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png\",\"contentUrl\":\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pruebas.frf.group\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/pruebas.frf.group\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pruebas.frf.group\/#website\",\"url\":\"https:\/\/pruebas.frf.group\/\",\"name\":\"Fondon Group\",\"description\":\"Integral solutions in fluid networks, industrial valves, instrumentation and automation.\",\"publisher\":{\"@id\":\"https:\/\/pruebas.frf.group\/#organization\"},\"alternateName\":\"FRF\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pruebas.frf.group\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pruebas.frf.group\/#organization\",\"name\":\"Fondon Group\",\"url\":\"https:\/\/pruebas.frf.group\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pruebas.frf.group\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Capa_1.svg\",\"contentUrl\":\"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Capa_1.svg\",\"width\":181,\"height\":40,\"caption\":\"Fondon Group\"},\"image\":{\"@id\":\"https:\/\/pruebas.frf.group\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/frfsl\/?originalSubdomain=es\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Fondon Global","description":"Exigente selecci\u00f3n de productos de las mejores marcas mundiales.","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Home - Fondon Global","og_description":"Exigente selecci\u00f3n de productos de las mejores marcas mundiales.","og_url":"https:\/\/pruebas.frf.group\/en\/","og_site_name":"Fondon Global","article_modified_time":"2025-01-23T10:55:27+00:00","og_image":[{"url":"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pruebas.frf.group\/en\/","url":"https:\/\/pruebas.frf.group\/en\/","name":"Home - Fondon Global","isPartOf":{"@id":"https:\/\/pruebas.frf.group\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pruebas.frf.group\/en\/#primaryimage"},"image":{"@id":"https:\/\/pruebas.frf.group\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png","datePublished":"2024-04-30T20:46:10+00:00","dateModified":"2025-01-23T10:55:27+00:00","description":"Exigente selecci\u00f3n de productos de las mejores marcas mundiales.","breadcrumb":{"@id":"https:\/\/pruebas.frf.group\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pruebas.frf.group\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pruebas.frf.group\/en\/#primaryimage","url":"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png","contentUrl":"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Frame-217.png"},{"@type":"BreadcrumbList","@id":"https:\/\/pruebas.frf.group\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/pruebas.frf.group\/en\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/pruebas.frf.group\/#website","url":"https:\/\/pruebas.frf.group\/","name":"Fondon Group","description":"Integral solutions in fluid networks, industrial valves, instrumentation and automation.","publisher":{"@id":"https:\/\/pruebas.frf.group\/#organization"},"alternateName":"FRF","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pruebas.frf.group\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pruebas.frf.group\/#organization","name":"Fondon Group","url":"https:\/\/pruebas.frf.group\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pruebas.frf.group\/#\/schema\/logo\/image\/","url":"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Capa_1.svg","contentUrl":"https:\/\/pruebas.frf.group\/wp-content\/uploads\/2024\/05\/Capa_1.svg","width":181,"height":40,"caption":"Fondon Group"},"image":{"@id":"https:\/\/pruebas.frf.group\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/frfsl\/?originalSubdomain=es"]}]}},"_links":{"self":[{"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/pages\/1274","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/comments?post=1274"}],"version-history":[{"count":2,"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/pages\/1274\/revisions"}],"predecessor-version":[{"id":2160,"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/pages\/1274\/revisions\/2160"}],"wp:attachment":[{"href":"https:\/\/pruebas.frf.group\/en\/wp-json\/wp\/v2\/media?parent=1274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}