{"id":68,"date":"2026-01-21T05:20:58","date_gmt":"2026-01-21T05:20:58","guid":{"rendered":"https:\/\/mivozporlatuya.org\/demo\/?page_id=68"},"modified":"2026-08-07T20:35:00","modified_gmt":"2026-08-07T20:35:00","slug":"quienes-somos-2","status":"publish","type":"page","link":"https:\/\/mivozporlatuya.org\/demo\/quienes-somos-2\/","title":{"rendered":"identidad"},"content":{"rendered":"\n<div class=\"mv-header\" id=\"mv-header\">\n  <div class=\"mv-header-inner\">\n\n    <a href=\"https:\/\/mivozporlatuya.org\/demo\" class=\"mv-logo\">\n      <img decoding=\"async\" src=\"http:\/\/mivozporlatuya.org\/demo\/wp-content\/uploads\/2026\/01\/logito.png\" alt=\"Mi Voz Por La Tuya\">\n    <\/a>\n\n    <ul class=\"mv-nav\" id=\"mv-nav\">\n      <li><a href=\"https:\/\/mivozporlatuya.org\/demo\">Inicio<\/a><\/li>\n      <li><a href=\"https:\/\/mivozporlatuya.org\/demo\/quienes-somos-2\">\u00bfQui\u00e9nes somos?<\/a><\/li>\n      <li><a href=\"https:\/\/mivozporlatuya.org\/demo\/Adopciones\">Adopciones<\/a><\/li>\n      <li><a href=\"https:\/\/mivozporlatuya.org\/demo\/voluntariado-2\">Voluntariado<\/a><\/li>\n      <li><a href=\"https:\/\/mivozporlatuya.org\/demo\/donaciones-2\">Donaciones<\/a><\/li>\n    <\/ul>\n\n    <button class=\"mv-menu-toggle\" id=\"mv-menu-toggle\" type=\"button\" aria-label=\"Abrir men\u00fa\">\n      <span><\/span>\n      <span><\/span>\n      <span><\/span>\n    <\/button>\n\n  <\/div>\n<\/div>\n\n<style>\n\/* Reset absoluto de herencia *\/\n#mv-header, #mv-header * {\n  box-sizing: border-box !important;\n  margin: 0 !important;\n  padding: 0 !important;\n  list-style: none !important;\n  border: none !important;\n  border-radius: 0 !important;\n  box-shadow: none !important;\n  outline: none !important;\n  float: none !important;\n  clear: both !important;\n}\n\n#mv-header {\n  position: sticky !important;\n  top: 0 !important;\n  left: 0 !important;\n  z-index: 9999999 !important;\n  width: 100% !important;\n  background-color: #ff7a18 !important;\n  box-shadow: 0 4px 14px rgba(0,0,0,.12) !important;\n  display: block !important;\n}\n\n#mv-header .mv-header-inner {\n  display: flex !important;\n  align-items: center !important;\n  justify-content: space-between !important;\n  padding: .8rem 5vw !important;\n  width: 100% !important;\n  position: relative !important;\n  background-color: #ff7a18 !important;\n}\n\n\/* LOGO *\/\n#mv-header a.mv-logo {\n  display: inline-flex !important;\n  align-items: center !important;\n  background-color: #ffffff !important;\n  border-radius: 10px !important;\n  padding: .45rem .9rem !important;\n  text-decoration: none !important;\n  flex-shrink: 0 !important;\n}\n\n#mv-header a.mv-logo img {\n  height: 42px !important;\n  width: auto !important;\n  display: block !important;\n}\n\n\/* DESKTOP NAV *\/\n#mv-header ul.mv-nav {\n  display: flex !important;\n  flex-direction: row !important;\n  align-items: center !important;\n  gap: .6rem !important;\n  margin-left: 15rem !important;\n  background: transparent !important;\n}\n\n#mv-header ul.mv-nav > li {\n  display: inline-block !important;\n  height: auto !important;\n  width: auto !important;\n}\n\n#mv-header ul.mv-nav > li > a {\n  display: inline-block !important;\n  color: #ffffff !important;\n  font-weight: 600 !important;\n  font-size: .95rem !important;\n  padding: .6rem 1.1rem !important;\n  border-radius: 8px !important;\n  text-decoration: none !important;\n  white-space: nowrap !important;\n  background: transparent !important;\n}\n\n#mv-header ul.mv-nav > li > a:hover {\n  background-color: #0f2f4f !important;\n  color: #ffffff !important;\n}\n\n\/* BOT\u00d3N HAMBURGUESA *\/\n#mv-header button.mv-menu-toggle {\n  display: none !important;\n  flex-direction: column !important;\n  justify-content: center !important;\n  align-items: center !important;\n  gap: 5px !important;\n  width: 40px !important;\n  height: 40px !important;\n  background: transparent !important;\n  cursor: pointer !important;\n  z-index: 10000001 !important;\n}\n\n#mv-header button.mv-menu-toggle > span {\n  display: block !important;\n  width: 26px !important;\n  height: 3px !important;\n  background-color: #ffffff !important;\n  border-radius: 2px !important;\n}\n\n\/* M\u00d3VILES (< 900px) *\/\n@media screen and (max-width: 900px) {\n  #mv-header button.mv-menu-toggle {\n    display: flex !important;\n  }\n\n  #mv-header ul.mv-nav {\n    display: none !important; \/* Oculto por defecto *\/\n    flex-direction: column !important;\n    position: absolute !important;\n    top: 100% !important;\n    left: 0 !important;\n    width: 100% !important;\n    \n    \/* FORZAR FONDO AZUL S\u00d3LIDO Y SOBREPOSICI\u00d3N *\/\n    background-color: #0f2f4f !important; \n    background: #0f2f4f !important;\n    z-index: 10000000 !important;\n    \n    box-shadow: 0 12px 24px rgba(0,0,0,0.4) !important;\n    padding: 0 !important;\n  }\n\n  \/* Cuando se abre el men\u00fa *\/\n  #mv-header ul.mv-nav.mv-open {\n    display: flex !important;\n  }\n\n  #mv-header ul.mv-nav > li {\n    display: block !important;\n    width: 100% !important;\n    background-color: #0f2f4f !important; \/* Fondo en los <li> *\/\n    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;\n  }\n\n  #mv-header ul.mv-nav > li > a {\n    display: block !important;\n    width: 100% !important;\n    padding: 1.1rem 6vw !important;\n    border-radius: 0 !important;\n    color: #ffffff !important;\n    text-align: left !important;\n    background-color: #0f2f4f !important; \/* Fondo en los enlaces *\/\n  }\n\n  \/* Color Naranja al presionar\/pasar el dedo *\/\n  #mv-header ul.mv-nav > li > a:hover,\n  #mv-header ul.mv-nav > li > a:active {\n    background-color: #ff7a18 !important;\n    color: #ffffff !important;\n  }\n}\n<\/style>\n\n<script>\n(function() {\n  function initHeaderMenu() {\n    var toggle = document.getElementById(\"mv-menu-toggle\");\n    var nav = document.getElementById(\"mv-nav\");\n\n    if (toggle && nav) {\n      toggle.onclick = function(e) {\n        e.preventDefault();\n        e.stopPropagation();\n        if (nav.classList.contains(\"mv-open\")) {\n          nav.classList.remove(\"mv-open\");\n        } else {\n          nav.classList.add(\"mv-open\");\n        }\n      };\n\n      var links = nav.getElementsByTagName(\"a\");\n      for (var i = 0; i < links.length; i++) {\n        links[i].onclick = function() {\n          nav.classList.remove(\"mv-open\");\n        };\n      }\n    }\n  }\n\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", initHeaderMenu);\n  } else {\n    initHeaderMenu();\n  }\n})();\n<\/script>\n\n\n\n<section class=\"about-hero\">\n  <div class=\"about-hero-inner\">\n\n    <!-- FIGURITAS -->\n    <span class=\"about-shape s1\"><\/span>\n    <span class=\"about-shape s2\"><\/span>\n    <span class=\"about-shape s3\"><\/span>\n\n    <div class=\"about-hero-content\">\n      <h1>\u00bfQui\u00e9nes somos?<\/h1>\n      <p>\n        M\u00e1s que una organizaci\u00f3n,<br>\n        somos personas ayudando a quienes no tienen voz.\n      <\/p>\n    <\/div>\n\n    <div class=\"about-hero-image\">\n      <img decoding=\"async\" src=\"http:\/\/mivozporlatuya.org\/demo\/wp-content\/uploads\/2026\/01\/igor_2-removebg-preview.png\" alt=\"Equipo MVPTL\">\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<section class=\"about-section\">\n  <div class=\"about-box\">\n    <h2>Nuestra raz\u00f3n de ser<\/h2>\n\n    <p>\n      <strong>Mi Voz Por La Tuya<\/strong> es una organizaci\u00f3n sin fines de lucro\n      dedicada al rescate de perros y gatos en situaci\u00f3n de calle\n      dentro del casco urbano de <strong>Quetzaltenango<\/strong>.\n    <\/p>\n\n    <p>\n      Nuestro trabajo nace del amor, pero se sostiene con educaci\u00f3n,\n      compromiso y responsabilidad social. Creemos firmemente que\n      ayudar a los animales tambi\u00e9n significa educar a las personas.\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ===== MISI\u00d3N Y VISI\u00d3N ===== -->\n<section class=\"about-section about-soft\">\n  <div class=\"about-box about-split\">\n    <div class=\"about-split-col\">\n      <span class=\"about-split-tag\">Misi\u00f3n<\/span>\n      <p>\n        Ser una organizaci\u00f3n enfocada en la disminuci\u00f3n de perros y gatos\n        en situaci\u00f3n de calle a trav\u00e9s de acciones sustentables que les\n        garantice una mejor calidad de vida, adem\u00e1s de trabajar en las\n        medidas necesarias para contribuir a la reducci\u00f3n del maltrato animal.\n      <\/p>\n    <\/div>\n    <div class=\"about-split-divider\"><\/div>\n    <div class=\"about-split-col\">\n      <span class=\"about-split-tag\">Visi\u00f3n<\/span>\n      <p>\n        Ser una organizaci\u00f3n que contribuye a nivel nacional a mejorar la\n        calidad de vida de perros y gatos a trav\u00e9s de proyectos enfocados\n        a educaci\u00f3n, rescate y adopci\u00f3n, tenencia responsable, regulaci\u00f3n\n        de venta, acceso a asistencia m\u00e9dico-veterinaria y refugios dignos.\n      <\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== VALORES ===== -->\n<section class=\"about-section about-values\">\n  <div class=\"about-values-inner about-box\">\n    <h2>Nuestros valores<\/h2>\n    <div class=\"value-list\">\n      <div class=\"value-line\">\n        <span class=\"value-num\">01<\/span>\n        <div>\n          <h3>Solidaridad<\/h3>\n          <p>Apoyo incondicional a los animales en situaciones de vulnerabilidad.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"value-line\">\n        <span class=\"value-num\">02<\/span>\n        <div>\n          <h3>Equidad<\/h3>\n          <p>Reconocimiento del valor de la vida m\u00e1s all\u00e1 de una especie.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"value-line\">\n        <span class=\"value-num\">03<\/span>\n        <div>\n          <h3>Amor<\/h3>\n          <p>Sentimiento de afecto hacia los animales.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"value-line\">\n        <span class=\"value-num\">04<\/span>\n        <div>\n          <h3>Empat\u00eda<\/h3>\n          <p>Capacidad de ponerse en el lugar del sufrimiento de los animales.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"value-line\">\n        <span class=\"value-num\">05<\/span>\n        <div>\n          <h3>Respeto<\/h3>\n          <p>Abolici\u00f3n de todo tipo de maltrato hacia los animales.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"value-line\">\n        <span class=\"value-num\">06<\/span>\n        <div>\n          <h3>Responsabilidad<\/h3>\n          <p>Decisi\u00f3n consciente de tomar acciones para defender la vida de perros y gatos.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== OBJETIVOS ===== -->\n<section class=\"about-section about-soft about-goals\">\n  <div class=\"about-box\">\n    <h2>Nuestros objetivos<\/h2>\n    <div class=\"goal-path\">\n      <div class=\"goal-step\">\n        <div class=\"goal-marker\">\ud83c\udfe0<\/div>\n        <h3>Adopci\u00f3n responsable<\/h3>\n        <p>Fomentar la adopci\u00f3n responsable de perros y gatos.<\/p>\n      <\/div>\n      <div class=\"goal-step\">\n        <div class=\"goal-marker\">\u2702\ufe0f<\/div>\n        <h3>Esterilizaci\u00f3n<\/h3>\n        <p>Promover jornadas de esterilizaci\u00f3n que contribuyan a minimizar la sobrepoblaci\u00f3n canina y felina.<\/p>\n      <\/div>\n      <div class=\"goal-step\">\n        <div class=\"goal-marker\">\ud83d\udce2<\/div>\n        <h3>Concientizaci\u00f3n<\/h3>\n        <p>Coordinar acciones que permitan concientizar a la poblaci\u00f3n sobre maltrato y ley de bienestar animal.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"about-section about-note\">\n  <div class=\"about-box soft\">\n    <p>\n      Mi Voz Por La Tuya no ser\u00eda posible sin personas que creen,\n      apoyan y act\u00faan. Si est\u00e1s aqu\u00ed, ya eres parte del cambio.\n    <\/p>\n  <\/div>\n<\/section>\n\n<style>\n\/* ===== HERO ===== *\/\n.about-hero {\nbackground: #ede0c5;\nbackground: linear-gradient(90deg, rgba(237, 224, 197, 1) 0%, rgba(255, 188, 130, 0.79) 57%, rgba(245, 213, 180, 1) 90%);\nposition: relative;\n  overflow: hidden;\n}\n\n.about-hero-inner {\n  height: 35vh;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  padding: 3rem 6vw;\n  gap: 2rem;\n  position: relative;\n}\n\n\/* ===== FIGURITAS ===== *\/\n.about-shape {\n  position: absolute;\n  border-radius: 50%;\n  opacity: .25;\n  pointer-events: none;\n}\n\n.about-shape.s1 {\n  width: 150px;\n  height: 150px;\n  background: #ffffff;\n  top: 40px;\n  left: 50px;\n}\n\n.about-shape.s2 {\n  width: 110px;\n  height: 110px;\n  background: #ff7a18;\n  bottom: 40px;\n  right: 35%;\n}\n\n.about-shape.s3 {\n  width: 110px;\n  height: 110px;\n  background: #c27e7e;\n  bottom: 70px;\n  right: 70%;\n}\n\n\/* ===== HERO CONTENT ===== *\/\n.about-hero-content {\n  max-width: 520px;\n  z-index: 2;\n}\n\n.about-hero-content h1 {\n  font-size: clamp(2rem, 4vw, 2.8rem);\n  font-weight: 900;\n  color: #0f2f4f;\n}\n\n.about-hero-content p {\n  font-size: 1.05rem;\n  color: #3b556d;\n  margin-top: 1rem;\n}\n\n\/* ===== HERO IMAGE ===== *\/\n.about-hero-image {\n  width: 28%;\n  z-index: 2;\n}\n\n.about-hero-image img {\n  width: 100%;\n  max-width: 480px;\n}\n\n\/* ===== SECTIONS ===== *\/\n.about-section {\n  padding: 3.5rem 6vw;\n}\n\n.about-soft {\n  background: #f5d5b4;\n}\n\n\/* ===== BOXES ===== *\/\n.about-box {\n  max-width: 820px;\n  background: #fff;\n  padding: 2.4rem;\n  border-radius: 18px;\n  box-shadow: 0 14px 30px rgba(0,0,0,.06);\n  margin: 0 auto;\n}\n\n.about-box.soft {\n  background: #f9fbfd;\n}\n\n.about-box h2 {\n  color: #0f2f4f;\n  font-size: 1.9rem;\n  margin-bottom: 1.2rem;\n}\n\n.about-box p {\n  color: #3b556d;\n  line-height: 1.7;\n  margin-bottom: 1rem;\n}\n\n\/* ===== MISI\u00d3N \/ VISI\u00d3N SPLIT ===== *\/\n.about-split {\n  display: flex;\n  gap: 2.5rem;\n  align-items: stretch;\n}\n\n.about-split-col {\n  flex: 1;\n}\n\n.about-split-col p {\n  margin-bottom: 0;\n}\n\n.about-split-tag {\n  display: inline-block;\n  font-size: .85rem;\n  font-weight: 800;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  color: #ff7a18;\n  margin-bottom: .8rem;\n}\n\n.about-split-divider {\n  width: 1px;\n  background: #e7dcc9;\n  flex-shrink: 0;\n}\n\n\/* ===== VALORES ===== *\/\n.about-values-inner h2 {\n  text-align: center;\n}\n\n.value-list {\n  max-width: 640px;\n  margin: 0 auto;\n}\n\n.value-line {\n  display: flex;\n  align-items: baseline;\n  gap: 1.6rem;\n  padding: 1.4rem 0;\n  border-bottom: 1px solid #eef1f4;\n}\n\n.value-line:first-child {\n  border-top: 1px solid #eef1f4;\n}\n\n.value-num {\n  font-size: 1.2rem;\n  font-weight: 900;\n  color: #ff7a18;\n  min-width: 2.4rem;\n  flex-shrink: 0;\n}\n\n.value-line h3 {\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: #0f2f4f;\n  margin-bottom: .3rem;\n}\n\n.value-line p {\n  font-size: .98rem;\n  color: #3b556d;\n  margin: 0;\n}\n\n\/* ===== OBJETIVOS ===== *\/\n.about-goals h2 {\n  text-align: center;\n}\n\n.goal-path {\n  display: flex;\n  gap: 2rem;\n  margin-top: 2rem;\n}\n\n.goal-step {\n  flex: 1;\n  text-align: center;\n  position: relative;\n  padding: 0 .5rem;\n}\n\n.goal-step:not(:last-child)::after {\n  content: \"\";\n  position: absolute;\n  top: 30px;\n  left: calc(50% + 48px);\n  right: calc(-50% + 48px);\n  height: 2px;\n  background: repeating-linear-gradient(\n    to right,\n    #ff7a18 0,\n    #ff7a18 6px,\n    transparent 6px,\n    transparent 14px\n  );\n}\n\n.goal-marker {\n  width: 60px;\n  height: 60px;\n  margin: 0 auto 1.1rem;\n  border-radius: 50%;\n  background: #fff;\n  border: 2px solid #ff7a18;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.5rem;\n  box-shadow: 0 10px 22px rgba(15,47,79,.1);\n}\n\n.goal-step h3 {\n  font-size: 1.05rem;\n  font-weight: 700;\n  color: #0f2f4f;\n  margin-bottom: .5rem;\n}\n\n.goal-step p {\n  font-size: .92rem;\n  color: #3b556d;\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* ===== MOBILE ===== *\/\n@media (max-width: 900px) {\n  .about-hero-inner {\n    flex-direction: column;\n    text-align: center;\n  }\n\n  .about-hero-image {\n    width: 65%;\n  }\n\n  .about-split {\n    flex-direction: column;\n    gap: 1.8rem;\n  }\n\n  .about-split-divider {\n    width: 100%;\n    height: 1px;\n  }\n\n  .goal-path {\n    flex-direction: column;\n    gap: 2.4rem;\n  }\n\n  .goal-step:not(:last-child)::after {\n    content: \"\";\n    top: auto;\n    bottom: -1.5rem;\n    left: 50%;\n    right: auto;\n    width: 2px;\n    height: 1.8rem;\n    transform: translateX(-50%);\n    background: repeating-linear-gradient(\n      to bottom,\n      #ff7a18 0,\n      #ff7a18 6px,\n      transparent 6px,\n      transparent 14px\n    );\n  }\n}\n\n@media (max-width: 480px) {\n  .about-box {\n    padding: 1.8rem 1.5rem;\n  }\n\n  .value-line {\n    gap: 1rem;\n  }\n\n  .value-num {\n    font-size: 1rem;\n    min-width: 2rem;\n  }\n}\n\n\/* ===== ANIMACIONES (M\u00c1S NOTORIAS) ===== *\/\n\n\/* Fade + slide fuerte *\/\n@keyframes fadeUpStrong {\n  0% {\n    opacity: 0;\n    transform: translateY(60px) scale(0.96);\n  }\n  70% {\n    opacity: 1;\n    transform: translateY(-6px) scale(1.01);\n  }\n  100% {\n    opacity: 1;\n    transform: translateY(0) scale(1);\n  }\n}\n\n\/* Imagen entra con m\u00e1s presencia *\/\n@keyframes fadeRightStrong {\n  0% {\n    opacity: 0;\n    transform: translateX(80px) scale(0.95);\n  }\n  80% {\n    opacity: 1;\n    transform: translateX(-6px) scale(1.02);\n  }\n  100% {\n    opacity: 1;\n    transform: translateX(0) scale(1);\n  }\n}\n\n\/* Flotaci\u00f3n figuritas m\u00e1s viva *\/\n@keyframes floatStrong {\n  0% { transform: translateY(0); }\n  50% { transform: translateY(-26px); }\n  100% { transform: translateY(0); }\n}\n\n\/* ===== HERO ===== *\/\n.about-hero-content h1 {\n  animation: fadeUpStrong 1s cubic-bezier(.2,.8,.2,1) forwards;\n}\n\n.about-hero-content p {\n  animation: fadeUpStrong 1.1s cubic-bezier(.2,.8,.2,1) forwards;\n  animation-delay: .2s;\n}\n\n.about-hero-image img {\n  opacity: 0;\n  animation: fadeRightStrong 1.2s cubic-bezier(.2,.8,.2,1) forwards;\n  animation-delay: .35s;\n}\n\n\/* ===== FIGURITAS ===== *\/\n.about-shape {\n  animation: floatStrong 7s ease-in-out infinite;\n}\n\n.about-shape.s2 {\n  animation-delay: 1.8s;\n}\n\n.about-shape.s3 {\n  animation-delay: 3.2s;\n}\n\n\/* ===== BOXES SCROLL ===== *\/\n.about-box {\n  opacity: 0;\n  transform: translateY(60px) scale(0.97);\n  transition: all .9s cubic-bezier(.2,.8,.2,1);\n}\n\n.about-box.visible {\n  opacity: 1;\n  transform: translateY(0) scale(1);\n}\n\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const boxes = document.querySelectorAll(\".about-box\");\n\n  const observer = new IntersectionObserver(\n    entries => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add(\"visible\");\n        }\n      });\n    },\n    { threshold: 0.15 }\n  );\n\n  boxes.forEach(box => observer.observe(box));\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Inicio \u00bfQui\u00e9nes somos? Adopciones Voluntariado Donaciones \u00bfQui\u00e9nes somos? M\u00e1s que una organizaci\u00f3n, somos personas ayudando a quienes no tienen voz. Nuestra raz\u00f3n de ser Mi Voz Por La Tuya es una organizaci\u00f3n sin fines de lucro dedicada al rescate de perros y gatos en situaci\u00f3n de calle dentro del casco urbano de Quetzaltenango. Nuestro trabajo&#8230;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-68","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/pages\/68","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/comments?post=68"}],"version-history":[{"count":8,"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/pages\/68\/revisions"}],"predecessor-version":[{"id":244,"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/pages\/68\/revisions\/244"}],"wp:attachment":[{"href":"https:\/\/mivozporlatuya.org\/demo\/wp-json\/wp\/v2\/media?parent=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}