{"id":1487,"date":"2022-08-12T11:56:43","date_gmt":"2022-08-12T09:56:43","guid":{"rendered":"https:\/\/maccaferri-stage.softecspa.it\/pe\/?page_id=1487"},"modified":"2023-09-22T12:40:10","modified_gmt":"2023-09-22T10:40:10","slug":"contactenos","status":"publish","type":"page","link":"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/","title":{"rendered":"Cont\u00e1ctenos"},"content":{"rendered":"<div class=\"wp-block-mac-h1-title-hero-block container-fluid block-txt-container ico-contact-us\" style=\"background:linear-gradient(180deg,rgb(1,94,111) 0%,rgb(0,72,87) 100%)\"><div class=\"row\"><div class=\"col\"><div class=\"gts__picture\"><img style=\"display:none\"\/><div class=\"gts__picture__image\" style=\"background-image:url(undefined)\"><\/div><\/div><div class=\"container box-container\"><div class=\"row\"><div class=\"col title-box-txt\"><h1 class=\"wp-block-mac-h1-title-hero-block ico-contact-us\" style=\"color:#ffffff;text-align:none\">Cont\u00e1ctenos<\/h1><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"container-contactus\"><div class=\"row\"><div class=\"col-12\"><h2>P\u00f3ngase en contacto con nosotros<\/h2><\/div><\/div><div class=\"row\"><div class=\"col-12\"><h5>P\u00f3ngase en contacto directamente con su oficina local de Maccaferri.<\/h5><\/div><\/div><div class=\"row\"><\/div><div class=\"row\"><div class=\"col-12\"><\/div><\/div><div class=\"row\"><div class=\"col-12 col-lg-4 col-xl-4 col-xxl-4 content-acf-map\"><div class=\"acf-map\"><div class=\"marker\" data-lat=\"-12.289574339267\" data-lng=\"-76.864680102101\"><\/div><\/div><\/div><div class=\"col-12 col-lg-4 col-xl-4 col-xxl-4 content-meet-us\"><h4>Contact us<\/h4><ol><li class=\"clearfix\"><div class=\"icon-wrapper float-start\"><img decoding=\"async\" src=\"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-content\/themes\/maccaferri\/src\/images\/icons\/ico-address.png\" class=\"ico-address\"><\/div><div class=\"float-start\"><span class=\"name\">MACCAFERRI DE PER\u00da S.A.C. <\/span><br \/><span class=\"indirizzo\">Carretera Nueva Panamericana Sur Km. 33 Lur\u00edn  Lima &#8211; Peru <\/span><\/div><\/li><li class=\"clearfix\"><div class=\"icon-wrapper float-start\"><img decoding=\"async\" src=\"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-content\/themes\/maccaferri\/src\/images\/icons\/ico-phone.png\" class=\"ico-phone\"><\/div><div class=\"float-start\"><span class=\"phone\">Ph.:<\/span> <span class=\"telefono\"><a href=\"tel:+51 1 2011060\"\/>+51 1 2011060<\/a><\/span><\/div><\/li><li class=\"clearfix\"><div class=\"icon-wrapper float-start\"><img decoding=\"async\" src=\"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-content\/themes\/maccaferri\/src\/images\/icons\/ico-mail.png\" class=\"ico-mail\"><\/div><div class=\"float-start\"><span class=\"email\">Email:<\/span> <span class=\"mail\">info.pe@maccaferri.com<\/span><\/div><\/li><\/ol><\/div><div class=\"col-12 col-lg-4 col-xl-4 col-xxl-4 content-contacts\"><h4>Contacts ours <br> Regional Manager<\/h4><div class=\"scroll-content\"><ol><li><img decoding=\"async\" src=\"\" class=\"img-thumbnail rounded-circle float-start\"\/><div class=\"float-start\"><div class=\"title\">.<\/div><br \/><\/div><div class=\"float-end\"><a class=\"btn btn-contacts\" href=\"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos?#todos-nuestros-centros\" target=\"_blank\">Otras unidades<\/a><\/div><div class=\"clearfix\"><\/div><\/li><\/ol><\/div><\/div><\/div><\/div><div class=\"container box-container form-contactus\"><div class=\"row\"><div class=\"col-12\"><h5>O no dude en enviar su solicitud a trav\u00e9s del siguiente formulario de contacto<\/h5><iframe src=\"https:\/\/www2.maccaferri.com\/l\/965143\/2023-02-23\/5q41wg\" width=\"100%\" height=\"1400\" type=\"text\/html\" frameborder=\"0\" allowTransparency=\"true\" style=\"border: 0\"><\/iframe><\/div><\/div><\/div>\n<script type=\"text\/javascript\">\n    (function($) {\n\n        \/*\n         *  render_map\n         *\n         *  This function will render a Google Map onto the selected jQuery element\n         *\n         *  @type\tfunction\n         *  @date\t8\/11\/2013\n         *  @since\t4.3.0\n         *\n         *  @param\t$el (jQuery element)\n         *  @return\tn\/a\n         *\/\n\n        function render_map($el) {\n\n            \/\/ var\n            var $markers = $el.find('.marker');\n\n            \/\/ vars\n            var args = {\n                zoom: 16,\n                center: new google.maps.LatLng(0, 0),\n                mapTypeId: google.maps.MapTypeId.ROADMAP\n            };\n\n            \/\/ create map\t        \t\n            var map = new google.maps.Map($el[0], args);\n\n            \/\/ add a markers reference\n            map.markers = [];\n\n            \/\/ add markers\n            $markers.each(function() {\n\n                add_marker($(this), map);\n\n            });\n\n            \/\/ center map\n            center_map(map);\n\n        }\n\n        \/*\n         *  add_marker\n         *\n         *  This function will add a marker to the selected Google Map\n         *\n         *  @type\tfunction\n         *  @date\t8\/11\/2013\n         *  @since\t4.3.0\n         *\n         *  @param\t$marker (jQuery element)\n         *  @param\tmap (Google Map object)\n         *  @return\tn\/a\n         *\/\n\n        function add_marker($marker, map) {\n\n            \/\/ var\n            var latlng = new google.maps.LatLng($marker.attr('data-lat'), $marker.attr('data-lng'));\n\n            \/\/ create marker\n            var marker = new google.maps.Marker({\n                position: latlng,\n                map: map\n            });\n\n            \/\/ add to array\n            map.markers.push(marker);\n\n            \/\/ if marker contains HTML, add it to an infoWindow\n            if ($marker.html()) {\n                \/\/ create info window\n                var infowindow = new google.maps.InfoWindow({\n                    content: $marker.html()\n                });\n\n                \/\/ show info window when marker is clicked\n                google.maps.event.addListener(marker, 'click', function() {\n\n                    infowindow.open(map, marker);\n\n                });\n            }\n\n        }\n\n        \/*\n         *  center_map\n         *\n         *  This function will center the map, showing all markers attached to this map\n         *\n         *  @type\tfunction\n         *  @date\t8\/11\/2013\n         *  @since\t4.3.0\n         *\n         *  @param\tmap (Google Map object)\n         *  @return\tn\/a\n         *\/\n\n        function center_map(map) {\n\n            \/\/ vars\n            var bounds = new google.maps.LatLngBounds();\n\n            \/\/ loop through all markers and create bounds\n            $.each(map.markers, function(i, marker) {\n\n                var latlng = new google.maps.LatLng(marker.position.lat(), marker.position.lng());\n\n                bounds.extend(latlng);\n\n            });\n\n            \/\/ only 1 marker?\n            if (map.markers.length == 1) {\n                \/\/ set center of map\n                map.setCenter(bounds.getCenter());\n                map.setZoom(16);\n            } else {\n                \/\/ fit to bounds\n                map.fitBounds(bounds);\n            }\n\n        }\n\n        \/*\n         *  document ready\n         *\n         *  This function will render each map when the document is ready (page has loaded)\n         *\n         *  @type\tfunction\n         *  @date\t8\/11\/2013\n         *  @since\t5.0.0\n         *\n         *  @param\tn\/a\n         *  @return\tn\/a\n         *\/\n\n        $(document).ready(function() {\n\n            $('.acf-map').each(function() {\n\n                render_map($(this));\n\n            });\n\n        });\n\n\n\n\n\n\n\n        \n    })(jQuery);\n<\/script><div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div><div class=\"wp-block-mac-h2-title-block block-txt-container box-container\"><div class=\"row\"><div class=\"col title-box-txt\"><h2 id=\"todos-nuestros-centros\"><\/h2><h2 style=\"color:#212429;text-align:none;\">OTRAS UNIDADES<\/h2><\/div><\/div><\/div><div class=\"content-fluid has-white-background-color has-background\">\n            <div class=\"content-document-accordion box-container\">\n                <ul>\n                    <li>\n                        <a class=\"accordion\" data-panel=\"panel-1\" href=\"#\" title=\"\">Maccaferri Construction SAC<span class=\"btn-accordion material-symbols-outlined accordion\" data-panel=\"panel-1\"><\/span><\/a>\n                        <div class=\"panel panel-1 d-none\">\n                            <div class=\"content-txt\"><p>Av. El Derby N\u00b0 55, Centro de Negocios Cronos, Torre 3, Oficina 608<br \/>\nSantiago de Surco \/ Lima &#8211; Per\u00fa<br \/>\nTel:\u00a0<a href=\"tel:+5112062600\"><strong>+ 51 1 2062600<\/strong><\/a><br \/>\nE-mail:\u00a0<a href=\"mailto:info.pe@maccaferri.com\"><strong>info.pe@maccaferri.com<\/strong><\/a><br \/>\nSite:\u00a0<a href=\"http:\/\/maccaferri-stage.softecspa.it\/br\/es\/\">maccaferri-stage.softecspa.it.pe<\/a><\/p>\n<\/div>                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        <\/div>\n\n\n\n<script type=\"text\/javascript\">\n    jQuery('.btn-file-accordion').click(function(e) {\n        e.preventDefault();\n        let idFile = jQuery(this).data('id-file');\n        window.open('https:\/\/maccaferri-stage.softecspa.it\/pe\/?wpdmdl=' + idFile);\n        return false;\n    });\n    \/\/tooltip\n    var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle=\"tooltip\"]'))\n    var tooltipList = tooltipTriggerList.map(function(tooltipTriggerEl) {\n        return new bootstrap.Tooltip(tooltipTriggerEl)\n    });\n\n\n    jQuery('.accordion').unbind().click(function(e) {\n        e.preventDefault();\n        var panel = jQuery(this).data('panel');\n        console.log(panel);\n        if (jQuery('.panel.' + panel).hasClass('d-none')) {\n            jQuery('.panel.' + panel).removeClass('d-none')\n        } else {\n            jQuery('.panel.' + panel).addClass('d-none')\n        }\n        return false;\n    });\n\n    jQuery('.btn-accordion.material-symbols-outlined.accordion').click(function() {\n        jQuery(this).toggleClass('active');\n        });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>OTRAS UNIDADES<\/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,"_joinchat":[],"footnotes":""},"class_list":["post-1487","page","type-page","status-publish","hentry"],"acf":{"uuid_products":"","product-documents":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Cont\u00e1ctenos - Maccaferri Per\u00f9<\/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:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cont\u00e1ctenos - Maccaferri Per\u00f9\" \/>\n<meta property=\"og:description\" content=\"OTRAS UNIDADES\" \/>\n<meta property=\"og:url\" content=\"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/\" \/>\n<meta property=\"og:site_name\" content=\"Maccaferri Per\u00f9\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-22T10:40:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/\",\"url\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/\",\"name\":\"Cont\u00e1ctenos - Maccaferri Per\u00f9\",\"isPartOf\":{\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/#website\"},\"datePublished\":\"2022-08-12T09:56:43+00:00\",\"dateModified\":\"2023-09-22T10:40:10+00:00\",\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/#website\",\"url\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/\",\"name\":\"Maccaferri Per\u00f9\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-ES\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/#organization\",\"name\":\"Maccaferri Per\u00f9\",\"url\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es-ES\",\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/#\/schema\/logo\/image\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Maccaferri Per\u00f9\"},\"image\":{\"@id\":\"https:\/\/maccaferri-stage.softecspa.it\/pe\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Cont\u00e1ctenos - Maccaferri Per\u00f9","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:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/","og_locale":"es_ES","og_type":"article","og_title":"Cont\u00e1ctenos - Maccaferri Per\u00f9","og_description":"OTRAS UNIDADES","og_url":"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/","og_site_name":"Maccaferri Per\u00f9","article_modified_time":"2023-09-22T10:40:10+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/","url":"https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/","name":"Cont\u00e1ctenos - Maccaferri Per\u00f9","isPartOf":{"@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/#website"},"datePublished":"2022-08-12T09:56:43+00:00","dateModified":"2023-09-22T10:40:10+00:00","inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/maccaferri-stage.softecspa.it\/pe\/contactenos\/"]}]},{"@type":"WebSite","@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/#website","url":"https:\/\/maccaferri-stage.softecspa.it\/pe\/","name":"Maccaferri Per\u00f9","description":"","publisher":{"@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/maccaferri-stage.softecspa.it\/pe\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"},{"@type":"Organization","@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/#organization","name":"Maccaferri Per\u00f9","url":"https:\/\/maccaferri-stage.softecspa.it\/pe\/","logo":{"@type":"ImageObject","inLanguage":"es-ES","@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Maccaferri Per\u00f9"},"image":{"@id":"https:\/\/maccaferri-stage.softecspa.it\/pe\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/pages\/1487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/comments?post=1487"}],"version-history":[{"count":25,"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/pages\/1487\/revisions"}],"predecessor-version":[{"id":54567,"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/pages\/1487\/revisions\/54567"}],"wp:attachment":[{"href":"https:\/\/maccaferri-stage.softecspa.it\/pe\/wp-json\/wp\/v2\/media?parent=1487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}