{"id":11972,"date":"2021-11-15T17:13:27","date_gmt":"2021-11-15T15:13:27","guid":{"rendered":"https:\/\/idrospania.es\/sales-representatives\/"},"modified":"2024-09-13T09:14:05","modified_gmt":"2024-09-13T07:14:05","slug":"sales-representatives","status":"publish","type":"page","link":"https:\/\/idrospania.es\/en\/sales-representatives\/","title":{"rendered":"Sales representatives"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11972\" class=\"elementor elementor-11972 elementor-9469\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7802118 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7802118\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1fa6385\" data-id=\"1fa6385\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d663ccf elementor-widget elementor-widget-heading\" data-id=\"d663ccf\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Find your <br>sales representative<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd027f elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"afd027f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Idrospania has a network of sales representatives. You can consult our map for the information you need or if you prefer, you can contact our head office directly.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24bc39d elementor-widget elementor-widget-button\" data-id=\"24bc39d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/idrospania.es\/en\/contact-us\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-f7d5372\" data-id=\"f7d5372\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-46a46dc elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"46a46dc\" data-element_type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1a7d8d4\" data-id=\"1a7d8d4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9398039 elementor-widget elementor-widget-html\" data-id=\"9398039\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\r\n    jQuery(document).ready(function($){\r\n\r\n        \/\/Clonamos el contenido del mapa para no tener que replicar la informaci\u00f3n\r\n        const delegados = [];\r\n        $(\".jet-hotspots__item\").each(function(){\r\n            const content = $(this).attr('data-tippy-content');\r\n            const title = $(this).find('.jet-hotspots__item-text').html();\r\n            const id = $(this).attr('id');\r\n\r\n            const template = `\r\n                <div data-focus=\"${id}\" class=\"custom-delegado\">\r\n                    <div class=\"custom-title\">${title}<\/div>\r\n                    <div class=\"custom-content\">${content}<\/div>\r\n                <\/div>`;\r\n                \r\n                $(\"#del-wrapper\").append(template);\r\n            \r\n        });\r\n\r\n        \/\/Asignamos el alto del div para que vaya junto al mapa. Si es mobile y el mapa no est\u00e1, no se aplica el alto y el div se ve completo sin scroll\r\n        setTimeout(function(){\r\n            const mapHeight = $(\".jet-hotspots__inner\").height()\r\n\r\n            if(mapHeight > 100){\r\n                $(\"#del-wrapper\").css({\r\n                    height: mapHeight\r\n                });\r\n            }\r\n        }, 1500);\r\n        \r\n\r\n        \/\/Cuando clickamos en el hotspot, se hace scroll autom\u00e1tico a la posici\u00f3n de la columna izquierda y destacamos div\r\n        $(\".jet-hotspots__item\").click(function(){\r\n            $(\"#del-wrapper\").scrollTop(0);\r\n            const id = $(this).attr('id');\r\n            const target = $(`*[data-focus=\"${id}\"]`) ;\r\n            const offset = target.position().top;\r\n            console.log(offset);\r\n            $(\"#del-wrapper\").animate({scrollTop: offset}, 800, 'swing');\r\n\r\n            setTimeout(function(){\r\n                $(target).addClass('focused');\r\n            }, 800);\r\n\r\n            setTimeout(function(){\r\n                $(target).removeClass('focused');\r\n            }, 1800);\r\n\r\n        })\r\n    });\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4649e59 elementor-widget elementor-widget-html\" data-id=\"4649e59\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"del-wrapper\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-910eac8 elementor-hidden-mobile\" data-id=\"910eac8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dc330ee elementor-widget elementor-widget-jet-hotspots\" data-id=\"dc330ee\" data-element_type=\"widget\" data-widget_type=\"jet-hotspots.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"jet-hotspots jet-hotspots__hotspots-none-animation\" data-settings=\"{&quot;tooltipPlacement&quot;:&quot;bottom&quot;,&quot;tooltipArrow&quot;:true,&quot;tooltipTrigger&quot;:&quot;mouseenter click&quot;,&quot;tooltipShowOnInit&quot;:false,&quot;tooltipShowDuration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:500,&quot;sizes&quot;:[]},&quot;tooltipHideDuration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:300,&quot;sizes&quot;:[]},&quot;tooltipDelay&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;tooltipDistance&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;tooltipAnimation&quot;:&quot;fade&quot;,&quot;tooltipInteractive&quot;:false}\">\r\n\t\t\t<div class=\"jet-hotspots__inner\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"1009\" src=\"https:\/\/idrospania.es\/wp-content\/uploads\/2024\/07\/gtot.png\" class=\"attachment-full size-full wp-image-13265\" alt=\"\" srcset=\"https:\/\/idrospania.es\/wp-content\/uploads\/2024\/07\/gtot.png 1200w, https:\/\/idrospania.es\/wp-content\/uploads\/2024\/07\/gtot-300x252.png 300w, https:\/\/idrospania.es\/wp-content\/uploads\/2024\/07\/gtot-1024x861.png 1024w, https:\/\/idrospania.es\/wp-content\/uploads\/2024\/07\/gtot-768x646.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/>\t\t\t\t<div class=\"jet-hotspots__container\"><a id=\"jet-hotspot-2301\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Jose Antonio Garcia&lt;\/b&gt;&lt;br&gt;\n603 393 389&lt;br&gt;\nhispacomtrade@gmail.com\n\" data-horizontal-position=\"56\" data-vertical-position=\"78\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Almer\u00eda<\/span><\/div><\/a><a id=\"jet-hotspot-2302\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Agust\u00edn Estrada&lt;\/b&gt;&lt;br&gt;\n619 449 859&lt;br&gt;\nagusintercomercio@gmail.com\n&lt;br&gt;\" data-horizontal-position=\"66\" data-vertical-position=\"66\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Alicante y Murcia<\/span><\/div><\/a><a id=\"jet-hotspot-2303\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Guillermo Tejido Bravo&lt;\/b&gt;&lt;br&gt;\n622 435 497&lt;br&gt;\nguillermotejido@hotmail.com\" data-horizontal-position=\"65\" data-vertical-position=\"35\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Arag\u00f3n<\/span><\/div><\/a><a id=\"jet-hotspot-2304\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Tom\u00e1s David del R\u00edo Diez&lt;\/b&gt;&lt;br&gt;\n629 639 446&lt;br&gt;\ncomercialtrd@yahoo.es\n\" data-horizontal-position=\"45\" data-vertical-position=\"26\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Asturias, Le\u00f3n, Burgos, Palencia,<br>Zamora, Valladolid, \u00c1vila, Salamanca y Segovia<\/span><\/div><\/a><a id=\"jet-hotspot-2305\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Ricardo Iritia&lt;\/b&gt;&lt;br&gt;\n679 448 070&lt;br&gt;\nricardo@iritiasl.com&lt;br&gt;&lt;br&gt;\n&lt;b&gt;Laura Iritia&lt;\/b&gt;&lt;br&gt;\n658 429 647&lt;br&gt;\nlaura@iritiasl.com&lt;br&gt;&lt;br&gt;\n\" data-horizontal-position=\"80\" data-vertical-position=\"27\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Catalu\u00f1a y Andorra<\/span><\/div><\/a><a id=\"jet-hotspot-2306\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Representaciones A.Guijarro S.L.&lt;\/b&gt;&lt;br&gt;&lt;br&gt;\n&lt;b&gt;Antonio Guijarro&lt;\/b&gt;&lt;br&gt;\n666 671 087&lt;br&gt;\na.guijarro@idrospania.com&lt;br&gt;&lt;br&gt;\n&lt;b&gt;David Guijarro&lt;\/b&gt;&lt;br&gt;\ncomercialrepresentacionesagr@yahoo.es&lt;br&gt;\n661 465 450\" data-horizontal-position=\"70\" data-vertical-position=\"43\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Castell\u00f3n<\/span><\/div><\/a><a id=\"jet-hotspot-2307\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;David Rodr\u00edguez&lt;\/b&gt;&lt;br&gt;\n646 797 674&lt;br&gt;\ndavid@rodmarservicios.com\n\" data-horizontal-position=\"53\" data-vertical-position=\"47\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Cuenca<\/span><\/div><\/a><a id=\"jet-hotspot-2308\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Pablo Burgos Mejias&lt;\/b&gt;&lt;br&gt;\n695 697 829&lt;br&gt;\npabumer@hotmail.com\" data-horizontal-position=\"26\" data-vertical-position=\"49\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Extremadura<\/span><\/div><\/a><a id=\"jet-hotspot-2309\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Jose Miguel Toro&lt;\/b&gt;&lt;br&gt;\n670 819 814&lt;br&gt;\njomitoi@gmail.com\n\" data-horizontal-position=\"46\" data-vertical-position=\"76\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Granada<\/span><\/div><\/a><a id=\"jet-hotspot-23010\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;SPV REPRESENTACIONES&lt;\/b&gt;&lt;br&gt;&lt;br&gt;\n&lt;b&gt;Francisco Pe\u00f1a&lt;\/b&gt;&lt;br&gt;\n629 418 020&lt;br&gt;\nfpenavega@gmail.com&lt;br&gt;&lt;br&gt;\n\n&lt;b&gt;Nuria Soler&lt;\/b&gt;&lt;br&gt;\n633 902 200&lt;br&gt;\nspvrepresentaciones@outlook.com\" data-horizontal-position=\"86\" data-vertical-position=\"49\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Islas Baleares<\/span><\/div><\/a><a id=\"jet-hotspot-23011\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Jorge Florido Amado&lt;\/b&gt;&lt;\/br&gt;\n609 143 137&lt;br&gt;\njorge@representacionesflorido.com\" data-horizontal-position=\"78\" data-vertical-position=\"90\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Islas Canarias<\/span><\/div><\/a><a id=\"jet-hotspot-23012\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Antonio Cano G\u00e1mez&lt;\/b&gt;&lt;br&gt;\n649 297 112&lt;br&gt;\ncomercialcanogamez@gmail.com&lt;br&gt;\" data-horizontal-position=\"45\" data-vertical-position=\"67\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Ja\u00e9n<\/span><\/div><\/a><a id=\"jet-hotspot-23013\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Rodmar&lt;\/b&gt;&lt;br&gt;&lt;br&gt;\n&lt;b&gt;Luis Marchamalo&lt;\/b&gt;&lt;br&gt;\n610 257 152&lt;br&gt;\nlmarchamalo2@gmail.com&lt;br&gt;&lt;br&gt;\n&lt;b&gt;Jose Luis Rodr\u00edguez\n&lt;\/b&gt;&lt;br&gt;\n628 012 500&lt;br&gt;\njoseluis@rodmarservicios.com&lt;br&gt;\n\" data-horizontal-position=\"45\" data-vertical-position=\"38\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Madrid, \u00c1vila, Toledo<br>Guadalajara y Ciudad Real<\/span><\/div><\/a><a id=\"jet-hotspot-23014\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Enrique Martin&lt;\/b&gt;&lt;br&gt;\n667 574 316&lt;br&gt;\nrepmartin@hotmail.com\" data-horizontal-position=\"35\" data-vertical-position=\"81\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">M\u00e1laga<\/span><\/div><\/a><a id=\"jet-hotspot-23015\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;T\u00e9cnicos Systems Vico S.L.&lt;\/b&gt;&lt;br&gt;&lt;br&gt;\n&lt;b&gt;Miguel \u00c1ngel Migu\u00e9lez&lt;\/b&gt;&lt;br&gt;\n691 406 162&lt;br&gt;\ntecnicossystems@hotmail.com&lt;br&gt;&lt;br&gt;\n\n&lt;b&gt;Jorge del Cueto&lt;\/b&gt;&lt;br&gt;\n680 446 144&lt;br&gt;\ntecnicossystems2@hotmail.com\" data-horizontal-position=\"41\" data-vertical-position=\"12\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Cantabria, Pa\u00eds Vasco, Navarra,<br>La Rioja y Soria<\/span><\/div><\/a><a id=\"jet-hotspot-23016\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Enrique Vasallo&lt;\/b&gt;&lt;br&gt;\n650 130 574&lt;br&gt;\nenriquevasallo2@gmail.com&lt;br&gt;\n\" data-horizontal-position=\"29\" data-vertical-position=\"71\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Sevilla, C\u00e1diz,<br>C\u00f3rdoba, Huelva<\/span><\/div><\/a><a id=\"jet-hotspot-23017\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Alberto Segura&lt;\/b&gt;&lt;br&gt;\n680 110 207&lt;br&gt;\nalbertosg1988@gmail.com&lt;br&gt;\" data-horizontal-position=\"66\" data-vertical-position=\"53\" data-tooltip-width=\"px\" href=\"#galicia\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Valencia y Albacete<\/span><\/div><\/a><div id=\"jet-hotspot-23018\" class=\"jet-hotspots__item\" data-tippy-content=\"&lt;b&gt;Ernesto Perez Callon&lt;\/b&gt;&lt;br&gt;\n617 43 71 82&lt;br&gt;\nepcallon@yahoo.es\n&lt;br&gt;&lt;br&gt;\n \n\n&lt;b&gt;Fernando Perez Quintela&lt;\/b&gt;&lt;br&gt;\n617 43 71 83&lt;br&gt;\nfpquintela@gmail.com\" data-horizontal-position=\"15\" data-vertical-position=\"10\" data-tooltip-width=\"px\"><div class=\"jet-hotspots__item-inner\"><span class=\"jet-hotspots__item-icon jet-tricks-icon\"><i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i><\/span><span class=\"jet-hotspots__item-text\">Galicia<\/span><\/div><\/div>\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Find your sales representative Idrospania has a network of sales representatives. You can consult our map for the information you need or if you prefer, you can contact our head office directly. Contact us Almer\u00edaAlicante y MurciaArag\u00f3nAsturias, Le\u00f3n, Burgos, Palencia,Zamora, Valladolid, \u00c1vila, Salamanca y SegoviaCatalu\u00f1a y AndorraCastell\u00f3nCuencaExtremaduraGranadaIslas BalearesIslas CanariasJa\u00e9nMadrid, \u00c1vila, ToledoGuadalajara y Ciudad RealM\u00e1lagaCantabria, Pa\u00eds [&hellip;]<\/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,"footnotes":""},"yst_prominent_words":[],"class_list":["post-11972","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/pages\/11972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/comments?post=11972"}],"version-history":[{"count":0,"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/pages\/11972\/revisions"}],"wp:attachment":[{"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/media?parent=11972"}],"wp:term":[{"taxonomy":"yst_prominent_words","embeddable":true,"href":"https:\/\/idrospania.es\/en\/wp-json\/wp\/v2\/yst_prominent_words?post=11972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}