{"id":18441,"date":"2020-08-05T15:25:05","date_gmt":"2020-08-05T12:25:05","guid":{"rendered":"https:\/\/web-dev.iptp.net\/?page_id=18441"},"modified":"2025-12-01T06:55:27","modified_gmt":"2025-12-01T03:55:27","slug":"connectivity-services","status":"publish","type":"page","link":"https:\/\/www.iptp.us\/es_ES\/network\/connectivity-services\/","title":{"rendered":"Connectivity services"},"content":{"rendered":"<p><!--Managed Connectivity Services provide global network connectivity that helps you communicate with your organizations and customers over a secure and reliable infrastructure.-->Our flexible portfolio allows for these connectivity services to be deployed either on an infrastructure owned by us, or in combination with a third-party infrastructure. You can choose a specific service in accordance with your business needs or combine it with other Managed Connectivity Services. For further information, please refer to <a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/network-map\/\">our network coverage map,<\/a> or contact our representative via <a onclick=\"popupchat()\">Live Assistant<\/a>.<br>\n\t\t\t<!-- \r\n<link rel=\"stylesheet\" target=\"_blank\" href=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.css\" \/>\r\n<script src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/leaflet.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/jquery-ui.min.js\"><\/script>\r\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/benevolent\/lib\/leaflet\/imgViewer2.js\"><\/script> -->\r\n\t\t\t<!-- <div class=\"wrap-img zoom-magnify\"> -->\r\n\t\t\t<\/p><div class=\"wrap-img\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-arrows-alt\" aria-hidden=\"true\"><\/i><\/button><img class=\"img-zooms img-zoom-small lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"\/map\/\">\r\n\t\t\t\t<div class=\"zoom-large\" style=\"--background: url('\/map\/')\"><\/div>\r\n\t\t\t<\/div><div class=\"pos-full-width div-toggle-js \" align=\"center\">\r\n\t\t\t\t<button class=\"btn-modal-toggle-js btn-toggle-modal-css btn btn-primary\"><i class=\"fa fa-close\" aria-hidden=\"true\"><\/i><\/button> <img class=\"img-zoom-large lazy\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"Global Network and Points of Presence Map\" data-src=\"\/map\/\">\r\n\t\t\t<\/div><script>\r\n\t\t\t\tjQuery(function($){\r\n\t\t\t\t$(document).ready(function () {\r\n\t\t\t\t\tvar native_width = 0;\r\n\r\n\t\t\t\t\tvar native_height = 0;\r\n\r\n\t\t\t\t\t\/\/Now the mousemove function\r\n\r\n\t\t\t\t\t$(\".zoom-magnify\").mousemove(function (e) {\r\n\t\t\t\t\t\/\/When the user hovers on the image, the script will first calculate\r\n\r\n\t\t\t\t\t\/\/the native dimensions if they don't exist. Only after the native dimensions\r\n\r\n\t\t\t\t\t\/\/are available, the script will show the zoomed version.\r\n\r\n\t\t\t\t\tif (!native_width && !native_height) {\r\n\t\t\t\t\t\t\/\/This will create a new image object with the same image as that in .small\r\n\r\n\t\t\t\t\t\t\/\/We cannot directly get the dimensions from .small because of the\r\n\r\n\t\t\t\t\t\t\/\/width specified to 200px in the html. To get the actual dimensions we have\r\n\r\n\t\t\t\t\t\t\/\/created this image object.\r\n\r\n\t\t\t\t\t\tvar image_object = new Image();\r\n\r\n\t\t\t\t\t\timage_object.src = $(\".img-zoom-small\").attr(\"src\");\r\n\r\n\t\t\t\t\t\t\/\/This code is wrapped in the .load function which is important.\r\n\r\n\t\t\t\t\t\t\/\/width and height of the object would return 0 if accessed before\r\n\r\n\t\t\t\t\t\t\/\/the image gets loaded.\r\n\r\n\t\t\t\t\t\tnative_width = image_object.width;\r\n\r\n\t\t\t\t\t\tnative_height = image_object.height;\r\n\t\t\t\t\t} else {\r\n\t\t\t\t\t\t\/\/x\/y coordinates of the mouse\r\n\r\n\t\t\t\t\t\t\/\/This is the position of .magnify with respect to the document.\r\n\r\n\t\t\t\t\t\tvar magnify_offset = $(this).offset();\r\n\r\n\t\t\t\t\t\t\/\/We will deduct the positions of .magnify from the mouse positions with\r\n\r\n\t\t\t\t\t\t\/\/respect to the document to get the mouse positions with respect to the\r\n\r\n\t\t\t\t\t\t\/\/container(.magnify)\r\n\r\n\t\t\t\t\t\tvar mx = e.pageX - magnify_offset.left;\r\n\r\n\t\t\t\t\t\tvar my = e.pageY - magnify_offset.top;\r\n\r\n\t\t\t\t\t\t\/\/Finally the code to fade out the glass if the mouse is outside the container\r\n\r\n\t\t\t\t\t\tif (mx < $(this).width() && my < $(this).height() && mx > 0 && my > 0) {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeIn(100);\r\n\t\t\t\t\t\t} else {\r\n\t\t\t\t\t\t$(\".zoom-large\").fadeOut(100);\r\n\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\tif ($(\".zoom-large\").is(\":visible\")) {\r\n\t\t\t\t\t\t\/\/The background position of .large will be changed according to the position\r\n\r\n\t\t\t\t\t\t\/\/of the mouse over the .small image. So we will get the ratio of the pixel\r\n\r\n\t\t\t\t\t\t\/\/under the mouse pointer with respect to the image and use that to position the\r\n\r\n\t\t\t\t\t\t\/\/large image inside the magnifying glass\r\n\r\n\t\t\t\t\t\tvar rx = Math.round((mx \/ $(\".img-zoom-small\").width()) * native_width - $(\".zoom-large\").width() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar ry = Math.round((my \/ $(\".img-zoom-small\").height()) * native_height - $(\".zoom-large\").height() \/ 2) * -1;\r\n\r\n\t\t\t\t\t\tvar bgp = rx + \"px \" + ry + \"px\";\r\n\r\n\t\t\t\t\t\t\/\/Time to move the magnifying glass with the mouse\r\n\r\n\t\t\t\t\t\tvar px = mx - $(\".zoom-large\").width() \/ 2;\r\n\r\n\t\t\t\t\t\tvar py = my - $(\".zoom-large\").height() \/ 2;\r\n\r\n\t\t\t\t\t\t\/\/Now the glass moves with the mouse\r\n\r\n\t\t\t\t\t\t\/\/The logic is to deduct half of the glass's width and height from the\r\n\r\n\t\t\t\t\t\t\/\/mouse coordinates to place it with its center at the mouse coordinates\r\n\r\n\t\t\t\t\t\t\/\/If you hover on the image now, you should see the magnifying glass in action\r\n\r\n\t\t\t\t\t\t$(\".zoom-large\").css({ left: px, top: py, backgroundPosition: bgp });\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t});\r\n\t\t\t});\r\n\t\t\t<\/script><h2>BENEFITS:<\/h2><ul>\n<li>Convergence of multiple applications and traffic types on a single network<\/li>\n<li>Numerous connectivity options are available to meet varied business requirements<\/li>\n<li>Accomplished, industry leading infrastructure for communicating both internally and with your customers<\/li>\n<li>Flexible connectivity services that expands simultaneously with the growth of your business requirements<\/li>\n<\/ul><div class=\"row mt-5\">\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\" data-matchheight=\".k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"MULTI PROTOCOL LABEL SWITCHING (MPLS) VPN\" data-src=\"\/wp-content\/uploads\/mpls-icon.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/blog\/what-is-mpls-multiprotocol-label-switching\/\" target=\"_blank\" rel=\"noopener\">MULTI PROTOCOL LABEL SWITCHING (MPLS) VPN<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        Through the Managed MPLS service, we provide you with a private IP network enhanced with high quality secure connectivity. This service delivers appropriate levels of latency, jitter, and packet loss to ensure a successful, concurrent handling of multiple types of traffic, voice and video in particular; it classifies and prioritizes traffic flows from end to end, enabling SLAs for multiple classes of service. We give you the ability to select a full mesh VPN option to pass traffic directly from site to site, and select the design configuration that appeals to your needs.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"MANAGED LAN\" data-src=\"\/wp-content\/uploads\/mlan.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/business-solutions\/office-solutions\/ip-telephony\/\" target=\"_blank\" rel=\"noopener\">MANAGED LAN<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        Our managed Local Area Network service is designed to provide you with remote LAN switch configuration, management and maintenance, combined with software patch management. You benefit from reduction of costs for in-house IT department and a sophisticated, professional management &ndash; all backed by our experience and extensive capabilities. Our solution design is accurately constructed to meet your specific requirements for all levels of service performance and can be complimented by other connectivity services such as IP Telephony.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"IX TRANSIT\" data-src=\"\/wp-content\/uploads\/ixtransitico.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/ix-transit\/\" target=\"_blank\" rel=\"noopener\">IX TRANSIT<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        Service that enables you to connect to members of Internet Exchanges through our network and benefit from cost, latency, and bandwidth. You can reach all major Internet Exchanges via a single port, over 1500 BGP sessions and traffic are exchanged with almost 1000 Tier2 and Tier1 ISPs that provide over 250,000 prefixes. The list of IXs includes, but is not limited to: AMS-IX, DE-CIX, Equinix Exchange, HKIX, , LINX, SIX, , DTEL-IX, Digital Realty, TIE, and Any2. Our connectivity services ensure a seamless connection to these exchanges.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"IP TRANSIT\" data-src=\"\/wp-content\/uploads\/iptransitico.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/internet-access\/ip-transit\/\" target=\"_blank\" rel=\"noopener\">IP TRANSIT<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        High-speed, highly resilient broadband full BGP Internet access for ISPs, ASPs, CPs, telecoms, and data center operators and corporates. Our Level3 partner helps us achieve the ultimate connectivity solution both via HSIP and directly via peering partners, establishing sessions that bypass other autonomous systems. Extensive direct interconnections and well-established bilateral peering with numerous providers worldwide allow for load-balancing, route optimisation and excellent global and regional coverage. Available on 100 FE, 1 GE and 10 GE ports at major data centers around the world or at customer premises with an extended local loop. This is a key component of our connectivity services.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"INTERNATIONAL PRIVATE LEASED CIRCUIT\" data-src=\"\/wp-content\/uploads\/iplc.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/blog\/what-is-iplc\/\" target=\"_blank\" rel=\"noopener\">IPLC (INTERNATIONAL PRIVATE LEASED CIRCUIT)<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        An international P2P leased line service that provides dedicated, reliable and secure point-to-point network connectivity solutions between customers&rsquo; premises and locations worldwide. It supports all types of traffic (voice, data, video or any other latency and jitter sensitive multimedia applications), provides a wide range of bandwidths and offers scalability and flexibility to meet your present and future communications needs. Our IPLC service is ideal for diverse business models and helps protect against security threats.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"ETHERNET PRIVATE LINE\" data-src=\"\/wp-content\/uploads\/ethernet.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/blog\/what-is-epl\/\" target=\"_blank\" rel=\"noopener\">EPL (ETHERNET PRIVATE LINE)<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        Cost-effective network connectivity solutions that enable your organization to meet the demand of bandwidth-intensive, critical applications with reliable, flexible, high-bandwidth P2P configurations delivering high-capacity fiber connections between two sites. It enables you to connect your CPE using an Ethernet interface at a lower cost and allows you to use any VLANs or Ethernet control protocol across the service without coordinating with <a href=\"https:\/\/www.iptp.us\/es_ES\/\">IPTP Networks<\/a>. Quality of service EPL allows the use of voice, data, video or any other multimedia.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"col-12 col-md-6 p-mb-20\">\n<div class=\"k1-div-wrap\">\n<div>\n<div class=\"k1-div-st1-left\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/ywAAAAAAQABAAACAUwAOw==\" alt=\"EoMPLS Pseudo-wire\" data-src=\"\/wp-content\/uploads\/pseudowire.svg\" class=\"lazy\"><\/div>\n<div class=\"k1-div-st1-right\">\n<h3 class=\"mt-0\"><a href=\"https:\/\/www.iptp.us\/es_ES\/network\/connectivity-services\/eompls-pseudowire-service\/\" target=\"_blank\" rel=\"noopener\">EoMPLS Pseudowire<\/a><\/h3>\n<\/div>\n<\/div>\n<div class=\"k1-div-st2-wrap\">\n        We provide you with a transparent connection using the Ethernet protocol, just like a wired service. Pseudowire can be used to interconnect different types of media, like Ethernet to Frame Relay. Via the MPLS network, Pseudowire provides an end-to-end connection that allows linking remote locations to share the same Ethernet LAN. Deliver a flexible network with higher speed and greater performance for your legacy services without having to change the entire system or interrupt your business. Moreover, this dynamic and transparent L2 network comes with support for traffic engineering, ensuring our connectivity services deliver a low latency connection.\n      <\/div>\n<\/div>\n<\/div>\n<div class=\"clearfix\"><\/div>\n<\/div><hr><div>\r\n\t\t<button type=\"button\" class=\"btn btn-primary btn__jumboix btn-lg js-target-div mt-2 js-fixed-button-open-request-form \" data-target=\"jumboIX__modal\">\r\n\t\t\tRequest a quote\t\t<\/button>\r\n\t<\/div><script type=\"text\/javascript\">\r\n\t\tjQuery(function($){\r\n\r\n\t\t\t $(document).on('click', '#jumboIX__modal.active', function(e){\r\n\t\t        e.preventDefault();\r\n\r\n\t\t        $(this).find('.js-x-close').trigger('click');   \r\n\t\t    });\r\n\r\n\t\t    $(document).on('click', '#jumboIX__modal.active *', function(e){\r\n\t\t        e.stopPropagation();\r\n\r\n\t\t    });\r\n\r\n\t\t})\r\n\t<\/script><div id=\"jumboIX__modal\" class=\"popup-jumboIX-modal-s1 wrap-jumboix wrap-jumboix__2 v-modal\">\r\n\t\t<div class=\"modal__inner\">\r\n\t\t\t<button class=\"x-close js-x-close\">x<\/button>\r\n\r\n\t\t\t<h2 class=\"jumbolix-heading \">\r\n\t\t\t\tRequest a quote for Connectivity services\t\t\t<\/h2>\r\n\r\n\t\t\t\r\n\t\t\t<form method=\"post\" class=\"js-form-ajax-request_form css-form-mod-v2 js_form_get_token\">\r\n\t\t\t\t   <input type=\"hidden\" name=\"_wp_http_referer\" value=\"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/18441\" class=\"no-check\">\r\n   <input type=\"hidden\" name=\"_current_title\" value=\"IPTP Networks\" class=\"no-check\">\r\n   <input type=\"hidden\" name=\"security\" value=\"8690560296\">\r\n   <input type=\"hidden\" name=\"form_time\" value=\"1775287558\">\r\n   <input type=\"text\" name=\"website\" style=\"display:none\" class=\"no-check\">\r\n   <input type=\"hidden\" name=\"js_check\" class=\"no-check\" value=\"\">\r\n   \r\n\r\n\t\t\t\t\t\t\t\t\t<input type=\"hidden\" name=\"service\" value=\"Connectivity service\">\r\n\t\t\t\t\r\n\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<input type=\"text\" name=\"your_name\" class=\"form-control form-control--border-bottom\" placeholder=\"Your name *\">\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<input type=\"text\" name=\"email\" class=\"form-control form-control--border-bottom\" placeholder=\"E-mail *\">\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"clearfix\"><\/div>\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<input type=\"text\" name=\"organisation\" class=\"form-control form-control--border-bottom\" placeholder=\"Organisation *\">\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-6 line-group\">\r\n\t\t\t\t\t\t<div class=\"wrap-intl-tel-input\">\r\n\t\t\t\t\t\t\t<input type=\"text\" name=\"asnumber\" class=\"form-control form-control--border-bottom intl-tel-input no-check\" placeholder=\"Phone Number\">\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\r\n\t\t\t\t\t\r\n\t\t\t\t\t<div class=\"clearfix\"><\/div>\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-12 line-group\">\r\n\t\t\t\t\t\t<div class=\"w-100\">\r\n\t\t\t\t\t\t\t<label style=\"font-weight: bold\" for=\"ms\">Describe your request<\/label>\r\n\t\t\t\t\t\t\t<textarea name=\"message\" id=\"ms\" cols=\"30\" rows=\"6\" class=\"form-control form-control--border-bottom\" placeholder=\"Quick overview *\"><\/textarea>\r\n\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-12 line-group\">\r\n\t\t\t\t\t\t* required fields\t\t\t\t\t<\/div>\r\n\r\n\r\n\t\t\t\t\t<div class=\"col-xs-12 col-md-12 text-center\">\r\n\t\t\t\t\t<!-- \t<div class=\"line-group captcha_md\">\r\n\t\t\t\t\t\t\t<div id=\"captchas\" class=\"captcha__label\" data-qid=\"captcha_69d0bd066d5bd\"><\/div>\r\n\t\t\t\t\t\t\t<span class=\"fa fa-refresh catpcha_refreshs catpcha_refresh_mod\"><\/span>\r\n\t\t\t\t\t\t\t<input id=\"cpatchaJumboIX\" type=\"text\" name=\"captcha\" class=\"line-group__input--213 captcha__input--custom\" placeholder=\"Captcha code\" \/>\r\n\t\t\t\t\t\t<\/div> -->\r\n\t\t\t\t\t\t<div class=\"line-groups\">\r\n\r\n\t\t\t\t\t\t\t<div class=\"hidden-sm hidden-xs\"><\/div>\r\n\t\t\t\t\t\t\t<button class=\"btn btn__jumboix\">\r\n\t\t\t\t\t\t\t\tRequest a quote\t\t\t\t\t\t\t<\/button>\r\n\t\t\t\t\t\t<\/div>\r\n\r\n\r\n\r\n\t\t\t\t\t\t<div class=\"jumboIX_completed js-jumboIX_completed--success \">\r\n\t\t\t\t\t\t\tThank you for your request\t\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t<div class=\"jumboIX_completed jumboIX_completed--error\"><\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/form>\r\n\t\t<\/div>\r\n\t<\/div><div class=\"div-overlay\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":90,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/18441"}],"collection":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/comments?post=18441"}],"version-history":[{"count":82,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/18441\/revisions"}],"predecessor-version":[{"id":38360,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/18441\/revisions\/38360"}],"up":[{"embeddable":true,"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/pages\/90"}],"wp:attachment":[{"href":"https:\/\/www.iptp.us\/es_ES\/wp-json\/wp\/v2\/media?parent=18441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}