{"id":4399,"date":"2025-02-13T10:10:32","date_gmt":"2025-02-13T16:10:32","guid":{"rendered":"https:\/\/portal.fgeo.gob.mx\/?page_id=4399"},"modified":"2025-04-22T10:44:53","modified_gmt":"2025-04-22T16:44:53","slug":"directorio-otras-areas-importantes","status":"publish","type":"page","link":"https:\/\/portal.fgeo.gob.mx\/index.php\/directorio-otras-areas-importantes","title":{"rendered":"Directorio Otras \u00c1reas Importantes"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4399\" class=\"elementor elementor-4399\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7427f1c9 e-con-full e-flex e-con e-child\" data-id=\"7427f1c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1c3651f elementor-widget elementor-widget-html\" data-id=\"1c3651f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"title\">DIRECTORIO<\/p>\n<style>\n     .title {\n      font-weight: bold;\n      font-family: 'Titillium web', sans-serif;\n      color: rgb(58,89,158) !important;\n      text-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);\n      font-size: 45px;\n      text-align: center; \n    }\n\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9d2a82e e-flex e-con-boxed e-con e-parent\" data-id=\"9d2a82e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d110955 elementor-widget elementor-widget-html\" data-id=\"d110955\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"subtitle\">OTRAS \u00c1REAS IMPORTANTES<\/p>\n<style>\n        .subtitle { \n        font-weight: bold;\n        font-family: 'Titillium web', sans-serif; \n        color: #8B9398 !important;\n        font-size: 25px;\n        text-align: center;\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ed0229 e-flex e-con-boxed e-con e-parent\" data-id=\"3ed0229\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea2140a elementor-widget elementor-widget-html\" data-id=\"ea2140a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Contenedor Horizontal<\/title>\r\n  <style>\r\n   .container {\r\n      position: relative;\r\n      padding: 20px 40px; \/* A\u00f1ade espacio para las flechas *\/\r\n    }\r\n    .scroll-container {\r\n      display: flex;\r\n      overflow: hidden;\r\n      background-color: #DEE1E1;\r\n      border-radius: 8px;\r\n      position: relative;\r\n    }\r\n    .fields {\r\n      display: flex;\r\n      transition: transform 0.3s ease;\r\n    }\r\n    .field {\r\n      padding: 20px;\r\n      margin-right: 10px;\r\n      text-align: center;\r\n      flex-grow: 1;\r\n      border-radius: 5px;\r\n      white-space: nowrap;\r\n      text-overflow: ellipsis;\r\n      overflow: hidden;\r\n      font-weight: bold;\r\n      cursor: pointer;\r\n      font-size: 12px;\r\n    }\r\n    .field:hover {\r\n      background-color: white;\r\n    }\r\n      .field a {\r\n    color: black !important;\r\n    text-transform: uppercase; \r\n    text-decoration: none; \r\n  }\r\n  \r\n  .field:hover a {\r\n    color: black !important; \r\n  }\r\n    .arrow {\r\n      position: absolute;\r\n      top: 0%;\r\n      transform: translateY(-50%);\r\n      background-color: rgba(0, 0, 0, 0.1);\r\n      color: white;\r\n      border: none;\r\n      padding: 10px;\r\n      cursor: pointer;\r\n      z-index: 10;\r\n      transition: all 0.3s;\r\n      width: 35px;\r\n      height: 50px;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n    }\r\n    .arrow:hover {\r\n      background-color: #3A599E;\r\n    }\r\n    .arrow-left {\r\n      left: 100px;\r\n      top: -20px;\r\n      background-color: grey;\r\n    }\r\n    .arrow-right {\r\n      right: 100px;\r\n      top: -20px;\r\n      background-color: grey;\r\n    }\r\n   \r\n    .container-boton {\r\n      position: relative;\r\n      top: -30px;\r\n    }\r\n    \r\n     @media (min-width: 1800px) {\r\n      .arrow {\r\n        display: none;\r\n      }\r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n    .container {\r\n      padding: 20px 10px; \r\n    }\r\n    \r\n    .arrow {\r\n      width: 30px; \r\n      height: 40px;\r\n      top: 50%; \r\n      transform: translateY(-50%);\r\n      background: none !important;\r\n      font-size: 24px;\r\n      color: #333;\r\n      opacity: 0.7;\r\n    }\r\n    \r\n    .arrow:hover {\r\n      background: none !important;\r\n      color: #3A599E;\r\n      opacity: 1;\r\n    }\r\n    \r\n    .arrow-left {\r\n      left: -5px; \r\n      top: -42px;\r\n    }\r\n    \r\n    .arrow-right {\r\n      right: -5px; \r\n      top: -42px;\r\n    }\r\n    \r\n    .container-boton {\r\n      top: 0; \r\n    }\r\n    \r\n    .field {\r\n      padding: 15px 10px; \r\n      font-size: 10px; \r\n    }\r\n  }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container mt-5\">\r\n    <div class=\"scroll-container\">\r\n<div class=\"fields\" id=\"fieldsContainer\">\r\n       <div class=\"field\"><a href=\"\/index.php\/directorio-principal\">OFICINA DEL FISCAL GENERAL<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-vicefiscalias-generales\">VICEFISCAL\u00cdAS GENERALES<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-vicefiscalias-regionales\">VICEFISCAL\u00cdAS REGIONALES<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-fiscalias-especializadas\">FISCAL\u00cdAS ESPECIALIZADAS<\/a><\/div>\r\n        <div class=\"field\"><a href=\"\/index.php\/directorio-otras-areas-importantes\">OTRAS \u00c1REAS IMPORTANTES<\/a><\/div>\r\n      <\/div>\r\n    <\/div>\r\n    <\/div>\r\n    <div class=\"container-boton\">\r\n      <button class=\"arrow arrow-left\" id=\"prevBtn\">&#10094;<\/button>\r\n      <button class=\"arrow arrow-right\" id=\"nextBtn\">&#10095;<\/button>\r\n    <\/div>\r\n\r\n  <script>\r\n    const prevBtn = document.getElementById('prevBtn');\r\n    const nextBtn = document.getElementById('nextBtn');\r\n    const fieldsContainer = document.getElementById('fieldsContainer');\r\n    const fields = document.querySelectorAll('.field');\r\n    const container = document.querySelector('.scroll-container');\r\n    let currentIndex = 0;\r\n    \r\n    function updateArrows() {\r\n      prevBtn.disabled = currentIndex <= 0;\r\n      nextBtn.disabled = currentIndex >= fields.length - 1;\r\n    }\r\n    \r\n    function moveFields(direction) {\r\n      if (direction === 'next' && currentIndex < fields.length - 1) {\r\n        currentIndex++;\r\n      } else if (direction === 'prev' && currentIndex > 0) {\r\n        currentIndex--;\r\n      }\r\n      \r\n      \/\/ Calcula la posici\u00f3n izquierda del elemento destino\r\n      let newTranslate = fields[currentIndex].offsetLeft;\r\n      \r\n      \/\/ Calcula el m\u00e1ximo desplazamiento permitido\r\n      const maxTranslate = fieldsContainer.scrollWidth - container.clientWidth;\r\n      if (newTranslate > maxTranslate) {\r\n        newTranslate = maxTranslate;\r\n      }\r\n      \r\n      fieldsContainer.style.transform = `translateX(-${newTranslate}px)`;\r\n      updateArrows();\r\n    }\r\n    \r\n    prevBtn.addEventListener('click', () => moveFields('prev'));\r\n    nextBtn.addEventListener('click', () => moveFields('next'));\r\n    \r\n    updateArrows();\r\n    \r\n    \/\/ Actualizar el desplazamiento si se redimensiona la ventana\r\n    window.addEventListener('resize', () => {\r\n      moveFields('');\r\n    });\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe93dcb e-flex e-con-boxed e-con e-parent\" data-id=\"fe93dcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a65190a elementor-widget elementor-widget-html\" data-id=\"a65190a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"es\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Contenedor Responsive<\/title>\r\n  <link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap-icons@1.5.0\/font\/bootstrap-icons.css\">\r\n  <style>\r\n    .section-title {\r\n      font-weight: bold;\r\n      font-size: 20px;\r\n      color: rgb(58,89,158) !important;\r\n      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); \r\n    }\r\n    .section-content {\r\n      font-size: 15px;\r\n      color: #333;\r\n      font-family: 'Titillium Web', sans-serif;\r\n      text-align: justify;\r\n      height: auto; \/* Ajusta el alto al contenido *\/\r\n      padding: 20px;\r\n      background-color: #f9f9f9;\r\n      border: 1px solid #ddd;\r\n      border-radius: 8px;\r\n      margin-bottom: 0; \r\n    }\r\n    .container {\r\n      display: flex;\r\n      flex-wrap: wrap;\r\n      gap: 20px;\r\n      max-width: 1200px;\r\n      margin: 20px auto;\r\n      padding: 0 15px;\r\n      height: auto ; \/* Ajusta el alto al contenido *\/\r\n    }\r\n    .list-group {\r\n      flex: 1 1 100%;\r\n      max-width: 100%;\r\n    }\r\n    .list-group-item {\r\n      padding: 15px;\r\n      font-size: 1rem;\r\n      background-color: rgb(0, 64, 126);\r\n      transition: all 0.3s;\r\n    }\r\n    .list-group-item:hover {\r\n      background-color: white;\r\n    }\r\n    .list-group-item h6 {\r\n      font-weight: 500;\r\n      color: white;\r\n      transition: all 0.3s;\r\n    }\r\n    .list-group-item h6:hover {\r\n      color: #09256A;\r\n    }\r\n    @media (max-width: 767px) {\r\n      .section-content {\r\n        max-width: 100%;\r\n      }\r\n    }\r\n    @media (min-width: 768px) and (max-width: 1023px) {\r\n      .list-group {\r\n        flex: 1 1 30%;\r\n      }\r\n      .section-content {\r\n        flex: 1 1 65%;\r\n        max-width: 65%;\r\n      }\r\n      .container {\r\n        max-width: 800px;\r\n      }\r\n    }\r\n    @media (min-width: 1024px) and (max-width: 1439px) {\r\n      .list-group {\r\n        flex: 1 1 20%;\r\n      }\r\n      .section-content {\r\n        flex: 1 1 75%;\r\n        max-width: 75%;\r\n      }\r\n      .container {\r\n        max-width: 1000px;\r\n      }\r\n    }\r\n    @media (min-width: 1440px) {\r\n      .container {\r\n        max-width: 1150px;\r\n      }\r\n      .list-group {\r\n        flex: 1 1 15%;\r\n      }\r\n      .section-content {\r\n        flex: 1 1 80%;\r\n        max-width: 80%;\r\n      }\r\n      \r\n  \r\n      \r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"container\">\r\n    <!-- Lista -->\r\n    <ul class=\"list-group mb-3\">\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('inicio')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Agencia Estatal de Investigaciones (A.E.I.)<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('informacion')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Instituto de Servicios Periciales<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('directorio')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Centro de Justicia para las Mujeres (CEJUM)<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('actividades')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Instituto de Formaci\u00f3n y Capacitaci\u00f3n Profesional<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('servicios')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Direcci\u00f3n del Servicio Profesional de Carrera<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n      <li class=\"list-group-item d-flex justify-content-between lh-sm\">\r\n        <a href=\"javascript:void(0);\" onclick=\"showContent('asuntos')\" class=\"text-decoration-none text-dark w-100\">\r\n          <h6 class=\"my-0\">Direcci\u00f3n de Asuntos Jur\u00eddicos<\/h6>\r\n        <\/a>\r\n      <\/li>\r\n    <\/ul>\r\n\r\n    <!-- Contenido din\u00e1mico -->\r\n    <div id=\"inicio\" class=\"content-section section-content\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Agencia Estatal de Investigaciones (A.E.I.)\r\n      <\/h2>\r\n      \r\n      <p><strong>Coordinador<\/strong><\/p>\r\n      <p><strong>Mtro. Jaciel Salvador V\u00e1squez Castro<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:aei.coordinacion@fge.oaxaca.gob.mx\">aei.coordinacion@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Luis Echeverr\u00eda S\/N, La Experimental, San Antonio de la Cal, Centro, Oaxaca, C.P. 71236.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515684929\">951 56 84929<\/a>\r\n    <\/div>\r\n    <div id=\"informacion\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Instituto de Servicios Periciales\r\n      <\/h2>\r\n     \r\n      <p><strong>Director<\/strong><\/p>\r\n      <p><strong>Mtro. Jorge Alejandro G\u00f3mez Guerrero\r\n<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:serviciospericialesoaxaca@fge.oaxaca.gob.mx\">serviciospericialesoaxaca@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Privada de Aldama n\u00famero 109, 4\u00aa secci\u00f3n, San Bartolo Coyotepec<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529512056000\">951 205 6000 ext. 20<\/a>, <a href=\"tel:+529511059953\">951 105 9953<\/a>, <a href=\"tel:+529511059948\">951 105 9948<\/a>\r\n    <\/div>\r\n    <div id=\"directorio\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Centro de Justicia para las Mujeres (CEJUM)\r\n      <\/h2>\r\n      \r\n      <p><strong>Directora<\/strong><\/p>\r\n      <p><strong>Lic. Tania Albarr\u00e1n Ocampo<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:cejum@fge.oaxaca.gob.mx\">cejum@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Armenta y L\u00f3pez 700, Planta Alta, Centro, Oaxaca de Ju\u00e1rez, Oaxaca.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515148788\">951 514 8788<\/a>\r\n    <\/div>\r\n    <div id=\"actividades\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Instituto de Formaci\u00f3n y Capacitaci\u00f3n Profesional\r\n      <\/h2>\r\n \r\n      <p><strong>Director<\/strong><\/p>\r\n      <p><strong>Mtro. Juan Pablo Morales Garc\u00eda<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:institutoformacion@fge.oaxaca.gob.mx\">institutoformacion@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio B \"\u00c1lvaro Carrillo\", Planta Baja, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515016900\">951 501 6900 ext. 21002<\/a>\r\n    <\/div>\r\n    <div id=\"servicios\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Direcci\u00f3n del Servicio Profesional de Carrera\r\n      <\/h2>\r\n      <p><strong>Directora<\/strong><\/p>\r\n      <p><strong>Lic. Amalia Rueda Alonso<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:direccion.scc@fge.oaxaca.gob.mx\">direccion.scc@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio \"Chu\" Rasgado, 2do Nivel.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515016900\">951 501 6900 ext. 20765<\/a>\r\n    <\/div>\r\n    <div id=\"asuntos\" class=\"content-section section-content\" style=\"display: none;\">\r\n      <h2 class=\"section-title\">\r\n        <i class=\"bi bi-bookmark-fill\"><\/i> Direcci\u00f3n de Asuntos Jur\u00eddicos\r\n      <\/h2>\r\n   \r\n      <p><strong>Director<\/strong><\/p>\r\n      <p><strong>Mtro. Hector Humberto V\u00e1squez Quevedo<\/strong><\/p>\r\n      \r\n        <strong>Correo:<\/strong><br> <a href=\"mailto:juridico@fge.oaxaca.gob.mx\">juridico@fge.oaxaca.gob.mx<\/a><br><br>\r\n        <strong>Direcci\u00f3n:<\/strong> <br>Centro Administrativo del Poder Ejecutivo y Judicial General Porfirio D\u00edaz, Edificio B \"\u00c1lvaro Carrillo\", 2do Nivel, Reyes Mantec\u00f3n, San Bartolo Coyotepec, Oaxaca, C.P. 71257.<br>\r\n       <br><strong>Tel\u00e9fono:<\/strong><br>  <a href=\"tel:+529515016900\">951 501 6900 ext. 21756<\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    function showContent(sectionId) {\r\n      \/\/ Oculta todas las secciones de contenido\r\n      const contentSections = document.querySelectorAll('.content-section');\r\n      contentSections.forEach(section => {\r\n        section.style.display = 'none';\r\n      });\r\n\r\n      \/\/ Muestra solo la secci\u00f3n seleccionada\r\n      document.getElementById(sectionId).style.display = 'block';\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>DIRECTORIO OTRAS \u00c1REAS IMPORTANTES Contenedor Horizontal OFICINA DEL FISCAL GENERAL VICEFISCAL\u00cdAS GENERALES VICEFISCAL\u00cdAS REGIONALES FISCAL\u00cdAS ESPECIALIZADAS OTRAS \u00c1REAS IMPORTANTES &#10094; &#10095; Contenedor Responsive Agencia Estatal de Investigaciones (A.E.I.) Instituto de Servicios Periciales Centro de Justicia para las Mujeres (CEJUM) Instituto [&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":""},"class_list":["post-4399","page","type-page","status-publish","hentry"],"acf":[],"mb":[],"mfb_rest_fields":["title","gutenberg_elementor_mode"],"_links":{"self":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/4399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/comments?post=4399"}],"version-history":[{"count":0,"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/pages\/4399\/revisions"}],"wp:attachment":[{"href":"https:\/\/portal.fgeo.gob.mx\/index.php\/wp-json\/wp\/v2\/media?parent=4399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}