{"id":145,"date":"2024-01-13T17:34:46","date_gmt":"2024-01-13T16:34:46","guid":{"rendered":"https:\/\/tecnohidroponia.es\/?page_id=145"},"modified":"2025-10-16T19:56:40","modified_gmt":"2025-10-16T17:56:40","slug":"contacto","status":"publish","type":"page","link":"https:\/\/tecnohidroponia.es\/index.php\/contacto\/","title":{"rendered":"Contacto"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Contacto &#8211; TecnoHidroponia<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        :root {\n            --primary-color: #2c7873;\n            --secondary-color: #6fb98f;\n            --accent-color: #ff9a3d;\n            --text-color: #333;\n            --bg-color: #f8f9fa;\n        }\n        \n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: var(--text-color);\n            background: linear-gradient(135deg, #f5f7fa 0%, #e4efe9 100%);\n            min-height: 100vh;\n            padding: 20px;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 15px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            overflow: hidden;\n        }\n        \n        \/* Header Styles *\/\n        .main-header {\n            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);\n            color: white;\n            padding: 40px 30px;\n            text-align: center;\n        }\n        \n        .main-header h1 {\n            font-size: 2.5rem;\n            margin-bottom: 15px;\n            line-height: 1.2;\n        }\n        \n        .main-header p {\n            font-size: 1.2rem;\n            opacity: 0.9;\n        }\n        \n        \/* Content Sections *\/\n        .content-section {\n            padding: 30px;\n        }\n        \n        .welcome-section {\n            background: #f0f7f7;\n            border-radius: 12px;\n            padding: 30px;\n            margin-bottom: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n            border-left: 5px solid var(--primary-color);\n        }\n        \n        .welcome-section p {\n            margin-bottom: 20px;\n            font-size: 1.1rem;\n        }\n        \n        .welcome-section p:last-child {\n            margin-bottom: 0;\n        }\n        \n        .contact-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            margin: 40px 0;\n        }\n        \n        .contact-info {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .contact-info h2 {\n            color: var(--primary-color);\n            margin-bottom: 25px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .contact-info h2 i {\n            color: var(--accent-color);\n        }\n        \n        .contact-methods {\n            list-style: none;\n            padding: 0;\n        }\n        \n        .contact-methods li {\n            padding: 20px 0;\n            border-bottom: 1px dashed #ddd;\n            display: flex;\n            align-items: center;\n        }\n        \n        .contact-methods li:last-child {\n            border-bottom: none;\n        }\n        \n        .contact-icon {\n            width: 50px;\n            height: 50px;\n            background: var(--secondary-color);\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 20px;\n            font-size: 1.3rem;\n            flex-shrink: 0;\n        }\n        \n        .contact-details {\n            flex: 1;\n        }\n        \n        .contact-details h3 {\n            color: var(--primary-color);\n            margin-bottom: 5px;\n            font-size: 1.2rem;\n        }\n        \n        .contact-details p {\n            color: #666;\n            margin: 0;\n        }\n        \n        .phone-number {\n            font-size: 1.3rem;\n            font-weight: bold;\n            color: var(--primary-color);\n        }\n        \n        .email-address {\n            font-size: 1.1rem;\n            color: var(--secondary-color);\n            font-weight: 500;\n        }\n        \n        \/* Form Styles *\/\n        .contact-form {\n            background: #f8f9fa;\n            border-radius: 12px;\n            padding: 30px;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n        }\n        \n        .contact-form h2 {\n            color: var(--primary-color);\n            margin-bottom: 25px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .contact-form h2 i {\n            color: var(--accent-color);\n        }\n        \n        .form-group {\n            margin-bottom: 20px;\n        }\n        \n        .form-label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 600;\n            color: var(--primary-color);\n        }\n        \n        .form-input, .form-textarea, .form-select {\n            width: 100%;\n            padding: 12px 15px;\n            border: 2px solid #e0e0e0;\n            border-radius: 8px;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            background: white;\n        }\n        \n        .form-input:focus, .form-textarea:focus, .form-select:focus {\n            outline: none;\n            border-color: var(--secondary-color);\n            box-shadow: 0 0 0 3px rgba(111, 185, 143, 0.1);\n        }\n        \n        .form-textarea {\n            min-height: 120px;\n            resize: vertical;\n        }\n        \n        .form-select {\n            cursor: pointer;\n        }\n        \n        .submit-button {\n            background: linear-gradient(135deg, var(--secondary-color) 0%, var(--primary-color) 100%);\n            color: white;\n            border: none;\n            padding: 15px 30px;\n            border-radius: 50px;\n            font-size: 1.1rem;\n            font-weight: bold;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            width: 100%;\n        }\n        \n        .submit-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.2);\n        }\n        \n        .submit-button i {\n            margin-right: 10px;\n        }\n        \n        \/* Footer *\/\n        .main-footer {\n            text-align: center;\n            padding: 30px;\n            background: var(--primary-color);\n            color: white;\n            margin-top: 30px;\n        }\n        \n        \/* Media Queries *\/\n        @media (max-width: 768px) {\n            .main-header h1 {\n                font-size: 2rem;\n            }\n            \n            .content-section {\n                padding: 20px;\n            }\n            \n            .contact-grid {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n            \n            .welcome-section, .contact-info, .contact-form {\n                padding: 25px;\n            }\n        }\n        \n        @media (max-width: 576px) {\n            body {\n                padding: 10px;\n            }\n            \n            .main-header {\n                padding: 30px 20px;\n            }\n            \n            .main-header h1 {\n                font-size: 1.8rem;\n            }\n            \n            .contact-methods li {\n                flex-direction: column;\n                text-align: center;\n                padding: 25px 0;\n            }\n            \n            .contact-icon {\n                margin-right: 0;\n                margin-bottom: 15px;\n            }\n            \n            .phone-number {\n                font-size: 1.2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <header class=\"main-header\">\n            <h1><i class=\"fas fa-envelope\"><\/i> Contacta con Nosotros<\/h1>\n            <p>Estamos aqu\u00ed para ayudarte en tu proyecto de hidropon\u00eda<\/p>\n        <\/header>\n        \n        <div class=\"content-section\">\n            <div class=\"welcome-section\">\n                <p>\u00a1Bienvenido al mundo de la tecnolog\u00eda en Hidropon\u00eda. Estamos encantados de que hayas visitado nuestra p\u00e1gina web y esperamos poder ayudarte en lo que necesites.<\/p>\n                \n                <p>Si tienes alguna pregunta sobre nuestros productos o servicios, o si deseas hacer una compra, no dudes en ponerte en contacto con nosotros. Nuestro equipo de soporte est\u00e1 disponible para ayudarte en todo momento a trav\u00e9s de nuestro n\u00famero de tel\u00e9fono o nuestro correo electr\u00f3nico as\u00ed como desde el siguiente formulario.<\/p>\n                \n                <p>Tambi\u00e9n estamos abiertos a cualquier sugerencia o comentario que puedas tener para mejorar nuestra p\u00e1gina web y ofrecerte una mejor experiencia de compra. \u00a1No dudes en ponerte en contacto con nosotros hoy mismo!<\/p>\n            <\/div>\n            \n            <div class=\"contact-grid\">\n                <div class=\"contact-info\">\n                    <h2><i class=\"fas fa-address-book\"><\/i> Informaci\u00f3n de Contacto<\/h2>\n                    \n                    <ul class=\"contact-methods\">\n                        <li>\n                            <div class=\"contact-icon\">\n                                <i class=\"fas fa-building\"><\/i>\n                            <\/div>\n                            <div class=\"contact-details\">\n                                <h3>TecnoHidroponia<\/h3>\n                                <p>Soluciones Tecnol\u00f3gicas<\/p>\n                            <\/div>\n                        <\/li>\n                        \n                        <li>\n                            <div class=\"contact-icon\">\n                                <i class=\"fas fa-shopping-cart\"><\/i>\n                            <\/div>\n                            <div class=\"contact-details\">\n                                <h3>Pedidos y Presupuestos<\/h3>\n                                <p class=\"phone-number\">+34 633 32 32 63<\/p>\n                            <\/div>\n                        <\/li>\n                        \n                        <li>\n                            <div class=\"contact-icon\">\n                                <i class=\"fas fa-headset\"><\/i>\n                            <\/div>\n                            <div class=\"contact-details\">\n                                <h3>Soporte T\u00e9cnico<\/h3>\n                                <p class=\"phone-number\">+34 651 065 788<\/p>\n                            <\/div>\n                        <\/li>\n                        \n                        <li>\n                            <div class=\"contact-icon\">\n                                <i class=\"fas fa-envelope\"><\/i>\n                            <\/div>\n                            <div class=\"contact-details\">\n                                <h3>Correo Electr\u00f3nico<\/h3>\n                                <p class=\"email-address\">info@tecnohidroponia.es<\/p>\n                            <\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"contact-form\">\n                    <h2><i class=\"fas fa-paper-plane\"><\/i> Env\u00edanos un Mensaje<\/h2>\n                    \n                    <form id=\"contactForm\">\n                        <div class=\"form-group\">\n                            <label class=\"form-label\" for=\"name\">Nombre completo *<\/label>\n                            <input type=\"text\" id=\"name\" class=\"form-input\" placeholder=\"Tu nombre\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label class=\"form-label\" for=\"email\">Correo electr\u00f3nico *<\/label>\n                            <input type=\"email\" id=\"email\" class=\"form-input\" placeholder=\"tu@email.com\" required>\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label class=\"form-label\" for=\"phone\">Tel\u00e9fono<\/label>\n                            <input type=\"tel\" id=\"phone\" class=\"form-input\" placeholder=\"+34 ...\">\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label class=\"form-label\" for=\"subject\">Asunto *<\/label>\n                            <select id=\"subject\" class=\"form-select\" required>\n                                <option value=\"\">Selecciona un asunto<\/option>\n                                <option value=\"consulta\">Consulta general<\/option>\n                                <option value=\"presupuesto\">Solicitud de presupuesto<\/option>\n                                <option value=\"soporte\">Soporte t\u00e9cnico<\/option>\n                                <option value=\"compra\">Informaci\u00f3n de compra<\/option>\n                                <option value=\"sugerencia\">Sugerencia o comentario<\/option>\n                                <option value=\"otro\">Otro<\/option>\n                            <\/select>\n                        <\/div>\n                        \n                        <div class=\"form-group\">\n                            <label class=\"form-label\" for=\"message\">Mensaje *<\/label>\n                            <textarea id=\"message\" class=\"form-textarea\" placeholder=\"Describe tu consulta o solicitud...\" required><\/textarea>\n                        <\/div>\n                        \n                        <button type=\"submit\" class=\"submit-button\">\n                            <i class=\"fas fa-paper-plane\"><\/i> Enviar Mensaje\n                        <\/button>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <footer class=\"main-footer\">\n            <p>TecnoHidroponia &#8211; Soluciones Tecnol\u00f3gicas en Hidropon\u00eda &copy; 2024<\/p>\n        <\/footer>\n    <\/div>\n\n    <script>\n        document.getElementById('contactForm').addEventListener('submit', function(e) {\n            e.preventDefault();\n            \n            \/\/ Aqu\u00ed ir\u00eda la l\u00f3gica para enviar el formulario\n            \/\/ Por ahora solo mostramos un mensaje de confirmaci\u00f3n\n            alert('\u00a1Gracias por tu mensaje! Te contactaremos pronto.');\n            this.reset();\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contacto &#8211; TecnoHidroponia Contacta con Nosotros Estamos aqu\u00ed para ayudarte en tu proyecto de hidropon\u00eda \u00a1Bienvenido al mundo de la [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"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":"","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-145","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contacto - TecnoHidroponia.<\/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:\/\/tecnohidroponia.es\/index.php\/contacto\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contacto - TecnoHidroponia.\" \/>\n<meta property=\"og:description\" content=\"Contacto &#8211; TecnoHidroponia Contacta con Nosotros Estamos aqu\u00ed para ayudarte en tu proyecto de hidropon\u00eda \u00a1Bienvenido al mundo de la [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tecnohidroponia.es\/index.php\/contacto\/\" \/>\n<meta property=\"og:site_name\" content=\"TecnoHidroponia.\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-16T17:56:40+00:00\" \/>\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:\\\/\\\/tecnohidroponia.es\\\/index.php\\\/contacto\\\/\",\"url\":\"https:\\\/\\\/tecnohidroponia.es\\\/index.php\\\/contacto\\\/\",\"name\":\"Contacto - TecnoHidroponia.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/#website\"},\"datePublished\":\"2024-01-13T16:34:46+00:00\",\"dateModified\":\"2025-10-16T17:56:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/index.php\\\/contacto\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tecnohidroponia.es\\\/index.php\\\/contacto\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/index.php\\\/contacto\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/tecnohidroponia.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contacto\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/#website\",\"url\":\"https:\\\/\\\/tecnohidroponia.es\\\/\",\"name\":\"TecnoHidroponia.\",\"description\":\" Ahorre tiempo, Cultive mejor. \",\"publisher\":{\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tecnohidroponia.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/#organization\",\"name\":\"TecnoHidroponia.\",\"url\":\"https:\\\/\\\/tecnohidroponia.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tecnohidroponia.es\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/cropped-LOGOTIPO-TECNOHIDROPONIA.png\",\"contentUrl\":\"https:\\\/\\\/tecnohidroponia.es\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/cropped-LOGOTIPO-TECNOHIDROPONIA.png\",\"width\":1108,\"height\":1149,\"caption\":\"TecnoHidroponia.\"},\"image\":{\"@id\":\"https:\\\/\\\/tecnohidroponia.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contacto - TecnoHidroponia.","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:\/\/tecnohidroponia.es\/index.php\/contacto\/","og_locale":"en_US","og_type":"article","og_title":"Contacto - TecnoHidroponia.","og_description":"Contacto &#8211; TecnoHidroponia Contacta con Nosotros Estamos aqu\u00ed para ayudarte en tu proyecto de hidropon\u00eda \u00a1Bienvenido al mundo de la [&hellip;]","og_url":"https:\/\/tecnohidroponia.es\/index.php\/contacto\/","og_site_name":"TecnoHidroponia.","article_modified_time":"2025-10-16T17:56:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tecnohidroponia.es\/index.php\/contacto\/","url":"https:\/\/tecnohidroponia.es\/index.php\/contacto\/","name":"Contacto - TecnoHidroponia.","isPartOf":{"@id":"https:\/\/tecnohidroponia.es\/#website"},"datePublished":"2024-01-13T16:34:46+00:00","dateModified":"2025-10-16T17:56:40+00:00","breadcrumb":{"@id":"https:\/\/tecnohidroponia.es\/index.php\/contacto\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tecnohidroponia.es\/index.php\/contacto\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tecnohidroponia.es\/index.php\/contacto\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/tecnohidroponia.es\/"},{"@type":"ListItem","position":2,"name":"Contacto"}]},{"@type":"WebSite","@id":"https:\/\/tecnohidroponia.es\/#website","url":"https:\/\/tecnohidroponia.es\/","name":"TecnoHidroponia.","description":" Ahorre tiempo, Cultive mejor. ","publisher":{"@id":"https:\/\/tecnohidroponia.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tecnohidroponia.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tecnohidroponia.es\/#organization","name":"TecnoHidroponia.","url":"https:\/\/tecnohidroponia.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tecnohidroponia.es\/#\/schema\/logo\/image\/","url":"https:\/\/tecnohidroponia.es\/wp-content\/uploads\/2024\/01\/cropped-LOGOTIPO-TECNOHIDROPONIA.png","contentUrl":"https:\/\/tecnohidroponia.es\/wp-content\/uploads\/2024\/01\/cropped-LOGOTIPO-TECNOHIDROPONIA.png","width":1108,"height":1149,"caption":"TecnoHidroponia."},"image":{"@id":"https:\/\/tecnohidroponia.es\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/pages\/145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/comments?post=145"}],"version-history":[{"count":5,"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/pages\/145\/revisions"}],"predecessor-version":[{"id":515,"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/pages\/145\/revisions\/515"}],"wp:attachment":[{"href":"https:\/\/tecnohidroponia.es\/index.php\/wp-json\/wp\/v2\/media?parent=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}