{"id":435,"date":"2026-09-07T22:47:25","date_gmt":"2026-09-07T22:47:25","guid":{"rendered":"https:\/\/endlesscalls.com\/?page_id=435"},"modified":"2026-09-08T17:38:07","modified_gmt":"2026-09-08T17:38:07","slug":"gobierno-de-llamadas-interminables","status":"publish","type":"page","link":"https:\/\/endlesscalls.com\/es\/gov-endlesscalls\/","title":{"rendered":"gobierno de llamadas interminables"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"435\" class=\"elementor elementor-435\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a63f335 e-con-full e-flex e-con e-parent\" data-id=\"a63f335\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69513f1 elementor-widget elementor-widget-html\" data-id=\"69513f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700&display=swap');\r\n\r\n  .gov-page-wrap {\r\n    background-color: #0b0614;\r\n    font-family: 'Inter', sans-serif;\r\n    color: #ffffff;\r\n    padding: 60px 20px;\r\n    width: 100%;\r\n    box-sizing: border-box;\r\n  }\r\n  .gov-main-card {\r\n    max-width: 950px;\r\n    margin: 0 auto;\r\n    background: linear-gradient(135deg, rgba(26, 16, 43, 0.95) 0%, rgba(13, 6, 20, 0.98) 100%);\r\n    border: 1px solid rgba(138, 43, 226, 0.35);\r\n    box-shadow: 0 0 50px rgba(107, 33, 168, 0.25), inset 0 0 20px rgba(138, 43, 226, 0.05);\r\n    border-radius: 24px;\r\n    padding: 50px;\r\n    backdrop-filter: blur(12px);\r\n  }\r\n  .gov-top-heading {\r\n    text-align: center;\r\n    margin-bottom: 45px;\r\n  }\r\n  .gov-top-heading h1 {\r\n    font-size: 36px;\r\n    font-weight: 700;\r\n    color: #ffffff;\r\n    margin-bottom: 12px;\r\n    letter-spacing: -0.5px;\r\n  }\r\n  .gov-top-heading h1 span {\r\n    color: #D2A7CC;\r\n    text-shadow: 0 0 15px rgba(182, 255, 3, 0.3);\r\n  }\r\n  .gov-top-heading p {\r\n    color: #e2dafcf;\r\n    font-size: 16px;\r\n    line-height: 1.5;\r\n  }\r\n\r\n  \/* 2 Boxes Layout Grid *\/\r\n  .gov-boxes-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(2, 1fr);\r\n    gap: 30px;\r\n    margin-bottom: 40px;\r\n  }\r\n  .gov-box-item {\r\n    background: rgba(18, 10, 30, 0.85);\r\n    border: 1px solid rgba(168, 85, 247, 0.3);\r\n    border-radius: 18px;\r\n    padding: 25px;\r\n    text-align: center;\r\n    box-shadow: 0 4px 20px rgba(0,0,0,0.4);\r\n    display: flex;\r\n    flex-direction: column;\r\n    justify-content: space-between;\r\n  }\r\n  .gov-box-img-wrap {\r\n    width: 100%;\r\n    height: 160px;\r\n    background: rgba(13, 6, 20, 0.9);\r\n    border-radius: 12px;\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    margin-bottom: 15px;\r\n    border: 1px solid rgba(168, 85, 247, 0.2);\r\n    overflow: hidden;\r\n  }\r\n  .gov-box-img-wrap img {\r\n    max-width: 100%;\r\n    max-height: 100%;\r\n    object-fit: cover;\r\n  }\r\n  .gov-box-content h3 {\r\n    color: #ffffff;\r\n    font-size: 18px;\r\n    margin: 0 0 8px 0;\r\n    font-weight: 600;\r\n  }\r\n  .gov-box-content p {\r\n    color: #c4b5fd;\r\n    font-size: 13px;\r\n    line-height: 1.5;\r\n    margin: 0;\r\n  }\r\n\r\n  \/* Form Styling *\/\r\n  .gov-styled-form .field-row {\r\n    margin-bottom: 22px;\r\n  }\r\n  .gov-styled-form label {\r\n    display: block;\r\n    margin-bottom: 8px;\r\n    font-weight: 600;\r\n    color: #ffffff !important;\r\n    font-size: 15px;\r\n  }\r\n  .gov-styled-form input[type=\"text\"],\r\n  .gov-styled-form input[type=\"email\"],\r\n  .gov-styled-form textarea {\r\n    width: 100%;\r\n    padding: 14px 16px;\r\n    background-color: #160d26 !important;\r\n    border: 1px solid rgba(168, 85, 247, 0.4);\r\n    border-radius: 10px;\r\n    color: #ffffff !important;\r\n    font-size: 15px;\r\n    box-sizing: border-box;\r\n    outline: none;\r\n    transition: all 0.3s ease;\r\n  }\r\n  .gov-styled-form input::placeholder,\r\n  .gov-styled-form textarea::placeholder {\r\n    color: #a78bfa;\r\n    opacity: 0.8;\r\n  }\r\n  .gov-styled-form input:focus,\r\n  .gov-styled-form textarea:focus {\r\n    border-color: #b6ff03;\r\n    box-shadow: 0 0 12px rgba(182, 255, 3, 0.25);\r\n    background-color: #1c1030 !important;\r\n  }\r\n\r\n  \/* Checkboxes Styling *\/\r\n  .gov-checkbox-group {\r\n    background: rgba(16, 10, 26, 0.6);\r\n    border: 1px solid rgba(168, 85, 247, 0.25);\r\n    border-radius: 12px;\r\n    padding: 20px;\r\n    margin-bottom: 24px;\r\n  }\r\n  .gov-checkbox-row {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n    cursor: pointer;\r\n  }\r\n  .gov-checkbox-row:not(:last-child) {\r\n    margin-bottom: 15px;\r\n  }\r\n  .gov-checkbox-row input[type=\"checkbox\"] {\r\n    width: 20px;\r\n    height: 20px;\r\n    accent-color: #b6ff03;\r\n    cursor: pointer;\r\n  }\r\n  .gov-checkbox-row label {\r\n    font-size: 14px;\r\n    color: #ffffff !important;\r\n    font-weight: 500;\r\n    cursor: pointer;\r\n    margin: 0 !important;\r\n  }\r\n\r\n  \/* Navbar Matching Button *\/\r\n  .gov-submit-btn {\r\n    background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);\r\n    color: #ffffff;\r\n    padding: 16px;\r\n    border: 1px solid rgba(244, 114, 182, 0.5);\r\n    border-radius: 50px;\r\n    font-size: 16px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    width: 100%;\r\n    transition: all 0.3s ease;\r\n    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.45);\r\n  }\r\n  .gov-submit-btn:hover {\r\n    background: linear-gradient(135deg, #b565f8 0%, #f472b6 100%);\r\n    transform: translateY(-2px);\r\n    box-shadow: 0 6px 25px rgba(236, 72, 153, 0.6);\r\n  }\r\n\r\n  \/* Notice Box *\/\r\n  .gov-notice-section {\r\n    background: rgba(182, 255, 3, 0.04);\r\n    border: 1px solid rgba(182, 255, 3, 0.15);\r\n    border-left: 4px solid #D2A7CC;\r\n    border-radius: 12px;\r\n    padding: 24px;\r\n    margin-top: 40px;\r\n    color: #e2dafcf;\r\n    font-size: 14px;\r\n    line-height: 1.6;\r\n  }\r\n  .gov-notice-section h4 {\r\n    color: #D2A7CC;\r\n    font-size: 16px;\r\n    margin: 0 0 10px 0;\r\n    font-weight: 600;\r\n  }\r\n\r\n  @media (max-width: 768px) {\r\n    .gov-boxes-grid {\r\n      grid-template-columns: 1fr;\r\n    }\r\n    .gov-main-card {\r\n      padding: 25px;\r\n    }\r\n    .gov-top-heading h1 {\r\n      font-size: 28px;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"gov-page-wrap\">\r\n  <div class=\"gov-main-card\">\r\n    \r\n    <div class=\"gov-top-heading\">\r\n      <h1>Government & <span>Grants Portal<\/span><\/h1>\r\n      <p>Secure communications infrastructure and grant-backed telecom solutions for public agencies<\/p>\r\n    <\/div>\r\n\r\n    <!-- 2 Boxes Layout Grid -->\r\n    <div class=\"gov-boxes-grid\">\r\n      \r\n      <!-- Box 1: Government Buildings Graphic -->\r\n      <div class=\"gov-box-item\">\r\n        <div class=\"gov-box-img-wrap\">\r\n          <img decoding=\"async\" src=\"https:\/\/elc20261844.live-website.com\/wp-content\/uploads\/2026\/09\/image-19.png\" alt=\"Government Infrastructure\">\r\n        <\/div>\r\n        <div class=\"gov-box-content\">\r\n          <h3>Secure Agency Networks<\/h3>\r\n          <p>Dedicated encrypted fiber and cloud PBX nodes compliant with federal security standards.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <!-- Box 2: Government Grant Application Visual -->\r\n      <div class=\"gov-box-item\">\r\n        <div class=\"gov-box-img-wrap\">\r\n          <img decoding=\"async\" src=\"https:\/\/elc20261844.live-website.com\/wp-content\/uploads\/2026\/09\/image-20.png\" alt=\"Government Grant Application\">\r\n        <\/div>\r\n        <div class=\"gov-box-content\">\r\n          <h3>Grant & Funding Assistance<\/h3>\r\n          <p>Streamlined onboarding for public sector modernization grants and federal subsidies.<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n    <!-- Form Section -->\r\n    <form class=\"gov-styled-form\" action=\"\/send-gov-inquiry.php\" method=\"POST\">\r\n      \r\n      <div class=\"field-row\">\r\n        <label for=\"gov_official_name\">Official Representative Name: *<\/label>\r\n        <input type=\"text\" id=\"gov_official_name\" name=\"gov_official_name\" placeholder=\"e.g., Director John Doe\" required>\r\n      <\/div>\r\n\r\n      <div class=\"field-row\">\r\n        <label for=\"gov_agency_email\">Official Government Email (.gov \/ .org): *<\/label>\r\n        <input type=\"email\" id=\"gov_agency_email\" name=\"gov_agency_email\" placeholder=\"name@agency.gov\" required>\r\n      <\/div>\r\n\r\n      <div class=\"field-row\">\r\n        <label for=\"agency_department\">Agency \/ Department Name: *<\/label>\r\n        <input type=\"text\" id=\"agency_department\" name=\"agency_department\" placeholder=\"e.g., Department of Public Services\" required>\r\n      <\/div>\r\n\r\n      <div class=\"field-row\">\r\n        <label for=\"agency_address\">Official Headquarters Address: *<\/label>\r\n        <textarea id=\"agency_address\" name=\"agency_address\" rows=\"3\" placeholder=\"Enter complete agency address\" required style=\"resize: vertical;\"><\/textarea>\r\n      <\/div>\r\n\r\n      <!-- Specialized Checkboxes Group -->\r\n      <div class=\"gov-checkbox-group\">\r\n        \r\n        <div class=\"gov-checkbox-row\">\r\n          <input type=\"checkbox\" id=\"direct_billing_check\" name=\"direct_billing_check\" value=\"Yes\">\r\n          <label for=\"direct_billing_check\">Check if billing is directly from the government to endlesscalls.com<\/label>\r\n        <\/div>\r\n\r\n        <div class=\"gov-checkbox-row\">\r\n          <input type=\"checkbox\" id=\"existing_customer_check\" name=\"existing_customer_check\" value=\"Yes\">\r\n          <label for=\"existing_customer_check\">Already a customer<\/label>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n      <!-- Hidden IP Field Attached to Submission -->\r\n      <input type=\"hidden\" id=\"user_ip\" name=\"user_ip\" value=\"\">\r\n\r\n      <button type=\"submit\" class=\"gov-submit-btn\">Submit Government & Grant Inquiry<\/button>\r\n    <\/form>\r\n\r\n    <!-- Notice Box -->\r\n    <div class=\"gov-notice-section\">\r\n      <h4>Compliance & Procurement Notice<\/h4>\r\n      <p>\r\n        All government procurement inquiries are routed through verified secure channels adhering to strict public sector compliance and auditing protocols.<br><br>\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n<!-- Script to automatically capture user IP -->\r\n<script>\r\n  fetch('https:\/\/api.ipify.org?format=json')\r\n    .then(response => response.json())\r\n    .then(data => {\r\n      document.getElementById('user_ip').value = data.ip;\r\n    })\r\n    .catch(error => console.log('IP error', error));\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Government &#038; Grants Portal Secure communications infrastructure and grant-backed telecom solutions for public agencies Secure Agency Networks Dedicated encrypted fiber [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-435","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/pages\/435","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/comments?post=435"}],"version-history":[{"count":13,"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/pages\/435\/revisions"}],"predecessor-version":[{"id":512,"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/pages\/435\/revisions\/512"}],"wp:attachment":[{"href":"https:\/\/endlesscalls.com\/es\/wp-json\/wp\/v2\/media?parent=435"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}