{"id":2046,"date":"2025-09-15T05:35:09","date_gmt":"2025-09-15T03:35:09","guid":{"rendered":"https:\/\/volantenlinea.com\/?page_id=2046"},"modified":"2025-09-16T23:54:01","modified_gmt":"2025-09-16T21:54:01","slug":"calculadora","status":"publish","type":"page","link":"https:\/\/volantenlinea.com\/index.php\/calculadora\/","title":{"rendered":"calculadora"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2046\" class=\"elementor elementor-2046\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1fdb524 e-flex e-con-boxed e-con e-parent\" data-id=\"1fdb524\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-138a7cb elementor-widget elementor-widget-html\" data-id=\"138a7cb\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- \u2705 CALCULADORA STICKERS (misma estructura + dise\u00f1o pro) -->\r\n<div id=\"calculadora-stickers\" class=\"cs-box\">\r\n  <h2 class=\"cs-title\"> Calculadora de Stickers<\/h2>\r\n\r\n  <!-- Tama\u00f1o del tabloide (fijo) -->\r\n  <h3 class=\"cs-step\">1. Tama\u00f1o del tabloide<\/h3>\r\n  <p class=\"cs-note\"><strong>Medidas \u00fatiles:<\/strong> 26 cm \u00d7 41 cm<\/p>\r\n  <input type=\"hidden\" id=\"tabloideAncho\" value=\"26\">\r\n  <input type=\"hidden\" id=\"tabloideLargo\" value=\"41\">\r\n  <input type=\"hidden\" id=\"precioTabloide\" value=\"30\">\r\n\r\n  <!-- Tama\u00f1o del sticker -->\r\n  <h3 class=\"cs-step\">2. Tama\u00f1o del sticker<\/h3>\r\n  <div class=\"cs-grid\">\r\n    <label class=\"cs-label\">\r\n      Ancho (cm)\r\n      <input type=\"number\" id=\"stickerAncho\" step=\"0.1\" placeholder=\"Ej: 5\" class=\"cs-input\">\r\n    <\/label>\r\n    <label class=\"cs-label\">\r\n      Largo (cm)\r\n      <input type=\"number\" id=\"stickerLargo\" step=\"0.1\" placeholder=\"Ej: 5\" class=\"cs-input\">\r\n    <\/label>\r\n  <\/div>\r\n\r\n  <!-- Cantidad de stickers -->\r\n  <h3 class=\"cs-step\">3. Cantidad de stickers<\/h3>\r\n  <label class=\"cs-label\">\r\n    \u00bfCu\u00e1ntos stickers necesitas?\r\n    <input type=\"number\" id=\"cantidadStickers\" min=\"1\" placeholder=\"Ej: 200\" class=\"cs-input\">\r\n  <\/label>\r\n\r\n  <!-- Botones -->\r\n  <div class=\"cs-actions\">\r\n    <button onclick=\"calcularStickers()\" class=\"cs-btn cs-btn-primary\">Calcular<\/button>\r\n    <button onclick=\"limpiarCampos()\" class=\"cs-btn cs-btn-ghost\">Limpiar<\/button>\r\n  <\/div>\r\n\r\n  <!-- Resultados -->\r\n  <div id=\"resultado\" class=\"cs-result\">\r\n    <h3> Resultado<\/h3>\r\n    <p>Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.<\/p>\r\n  <\/div>\r\n<\/div>\r\n\r\n<style>\r\n  \/* ====== Paleta y base (inspirada en tus dise\u00f1os) ====== *\/\r\n  :root{\r\n    --brand:#f1a300;      \/* amarillo Volantenlinea *\/\r\n    --brand-dark:#c98600; \/* hover *\/\r\n    --ink:#232323;\r\n    --muted:#6b6b6b;\r\n    --bg:#fff;\r\n    --card:#ffffff;\r\n    --ring: rgba(241,163,0,.35);\r\n  }\r\n  #calculadora-stickers.cs-box{\r\n    max-width: 820px;\r\n    margin: clamp(16px,3vw,28px) auto;\r\n    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\r\n    color: var(--ink);\r\n    background:\r\n      radial-gradient(1200px 300px at 0% 0%, rgba(241,163,0,.06), transparent 60%),\r\n      radial-gradient(900px 250px at 100% 100%, rgba(241,163,0,.05), transparent 60%),\r\n      var(--card);\r\n    border: 1px solid #eee;\r\n    border-radius: 16px;\r\n    padding: clamp(18px,3vw,28px);\r\n    box-shadow: 0 10px 25px rgba(0,0,0,.06);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n  .cs-title{\r\n    text-align:center;\r\n    color:#2b2b2b;\r\n    margin: 0 0 22px;\r\n    font-size: clamp(22px,2.6vw,28px);\r\n    letter-spacing: .2px;\r\n  }\r\n  .cs-step{\r\n    color: var(--brand);\r\n    margin: 18px 0 8px;\r\n    font-size: clamp(16px,2.2vw,18px);\r\n  }\r\n  .cs-note{ color: var(--muted); margin: 0 0 8px; }\r\n\r\n  \/* Grid inputs *\/\r\n  .cs-grid{\r\n    display:grid;\r\n    grid-template-columns: repeat(2, minmax(0,1fr));\r\n    gap: 12px;\r\n    margin-bottom: 6px;\r\n  }\r\n  .cs-label{\r\n    display:flex;\r\n    flex-direction:column;\r\n    gap:6px;\r\n    font-size: 14px;\r\n    color:#3b3b3b;\r\n  }\r\n  .cs-input{\r\n    appearance: none;\r\n    width: 100%;\r\n    padding: 12px 14px;\r\n    border: 1px solid #e6e6e6;\r\n    border-radius: 12px;\r\n    background: #fff;\r\n    font-size: 16px;\r\n    outline: none;\r\n    transition: box-shadow .2s, border-color .2s, transform .05s;\r\n  }\r\n  .cs-input:focus{\r\n    border-color: var(--brand);\r\n    box-shadow: 0 0 0 6px var(--ring);\r\n  }\r\n  .cs-input:hover{ border-color:#dadada; }\r\n  .cs-input:active{ transform: scale(.998); }\r\n\r\n  \/* Botones *\/\r\n  .cs-actions{ display:flex; gap:10px; margin: 16px 0 10px; flex-wrap:wrap; }\r\n  .cs-btn{\r\n    border: 1px solid transparent;\r\n    border-radius: 12px;\r\n    padding: 10px 18px;\r\n    font-weight: 600;\r\n    cursor: pointer;\r\n    transition: transform .06s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;\r\n    will-change: transform;\r\n  }\r\n  .cs-btn:active{ transform: translateY(1px); }\r\n  .cs-btn-primary{\r\n    background: linear-gradient(180deg, var(--brand) 0%, #ffa900 100%);\r\n    color:#fff;\r\n    box-shadow: 0 8px 18px rgba(241,163,0,.28);\r\n  }\r\n  .cs-btn-primary:hover{ background: linear-gradient(180deg, #ffb31a 0%, var(--brand) 100%); }\r\n  .cs-btn-ghost{\r\n    background: #fff;\r\n    color:#3d3d3d;\r\n    border-color:#e9e9e9;\r\n  }\r\n  .cs-btn-ghost:hover{ border-color:#d9d9d9; background:#fafafa; }\r\n\r\n  \/* Resultados *\/\r\n  .cs-result{\r\n    margin-top: 18px;\r\n    padding: 16px;\r\n    border: 1px dashed #e7e7e7;\r\n    border-radius: 14px;\r\n    background: #fffdf7;\r\n  }\r\n  .cs-kpis{\r\n    display:grid;\r\n    grid-template-columns: repeat(2, minmax(0,1fr));\r\n    gap: 10px;\r\n    margin-top: 10px;\r\n  }\r\n  .cs-kpi{\r\n    padding: 12px;\r\n    border: 1px solid #f2e6c9;\r\n    border-radius: 12px;\r\n    background: #fffaf0;\r\n  }\r\n  .cs-kpi h4{\r\n    margin:0 0 6px; font-size: 13px; color:#7a5a00; letter-spacing:.2px; text-transform:uppercase\r\n  }\r\n  .cs-kpi p{ margin:0; font-weight:700; font-size:18px; }\r\n\r\n  .cs-badge{\r\n    display:inline-block;\r\n    font-size:12px;\r\n    padding:6px 10px;\r\n    border-radius: 999px;\r\n    background: #ffe7b3;\r\n    color:#6c4a00;\r\n    border:1px solid #ffd98a;\r\n  }\r\n  .cs-price{\r\n    margin-top:10px;\r\n    padding:12px 14px;\r\n    border-radius:12px;\r\n    background: linear-gradient(180deg, #fff3cd, #ffe8a3);\r\n    border:1px solid #ffd57a;\r\n    font-weight:800;\r\n    font-size:18px;\r\n    display:inline-block;\r\n  }\r\n\r\n  \/* Responsive *\/\r\n  @media (max-width: 560px){\r\n    .cs-grid{ grid-template-columns: 1fr; }\r\n    .cs-kpis{ grid-template-columns: 1fr; }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  function calcularStickers(){\r\n    const tabloideAncho = parseFloat(document.getElementById(\"tabloideAncho\").value);\r\n    const tabloideLargo = parseFloat(document.getElementById(\"tabloideLargo\").value);\r\n    const stickerAncho = parseFloat(document.getElementById(\"stickerAncho\").value);\r\n    const stickerLargo = parseFloat(document.getElementById(\"stickerLargo\").value);\r\n    const cantidadStickers = parseInt(document.getElementById(\"cantidadStickers\").value);\r\n    const precioTabloide = parseFloat(document.getElementById(\"precioTabloide\").value);\r\n\r\n    const mxn = new Intl.NumberFormat('es-MX',{style:'currency',currency:'MXN'});\r\n\r\n    if (isNaN(stickerAncho) || isNaN(stickerLargo) || isNaN(cantidadStickers) ||\r\n        stickerAncho <= 0 || stickerLargo <= 0 || cantidadStickers <= 0) {\r\n      document.getElementById(\"resultado\").innerHTML = `\r\n        <h3 style=\"color:#b10000;\">\u26a0\ufe0f Error<\/h3>\r\n        <p>Por favor ingresa medidas v\u00e1lidas para el sticker y la cantidad que necesitas.<\/p>\r\n      `;\r\n      return;\r\n    }\r\n\r\n    \/\/ \ud83d\udca1 Calcula ambas orientaciones y elige la mejor (sin cambiar tu UI)\r\n    const hor = Math.floor(tabloideAncho \/ stickerAncho) * Math.floor(tabloideLargo \/ stickerLargo);\r\n    const rot = Math.floor(tabloideAncho \/ stickerLargo) * Math.floor(tabloideLargo \/ stickerAncho);\r\n\r\n    const mejorEsRotado = rot > hor;\r\n    const stickersPorTabloide = Math.max(hor, rot);\r\n\r\n    if (stickersPorTabloide <= 0) {\r\n      document.getElementById(\"resultado\").innerHTML = `\r\n        <h3 style=\"color:#b10000;\">\u26a0\ufe0f Error<\/h3>\r\n        <p>Las medidas del sticker son demasiado grandes para caber en un tabloide.<\/p>\r\n      `;\r\n      return;\r\n    }\r\n\r\n    const tabloidesNecesarios = Math.ceil(cantidadStickers \/ stickersPorTabloide);\r\n    const totalStickers = tabloidesNecesarios * stickersPorTabloide;\r\n    const costoTotal = tabloidesNecesarios * precioTabloide;\r\n\r\n    \/\/ Reconstruye distribuci\u00f3n seg\u00fan la orientaci\u00f3n elegida\r\n    const horizontal = mejorEsRotado\r\n      ? Math.floor(tabloideAncho \/ stickerLargo)\r\n      : Math.floor(tabloideAncho \/ stickerAncho);\r\n    const vertical = mejorEsRotado\r\n      ? Math.floor(tabloideLargo \/ stickerAncho)\r\n      : Math.floor(tabloideLargo \/ stickerLargo);\r\n\r\n    document.getElementById(\"resultado\").innerHTML = `\r\n      <div style=\"display:flex; align-items:center; justify-content:space-between; gap:8px; flex-wrap:wrap;\">\r\n        <h3 style=\"margin:0;\"> Resultado<\/h3>\r\n        <span class=\"cs-badge\">${mejorEsRotado ? \"Usando mejor orientaci\u00f3n: \ud83d\udd01 Rotado\" : \"Mejor orientaci\u00f3n: \u2194\ufe0f Normal\"}<\/span>\r\n      <\/div>\r\n\r\n      <div class=\"cs-kpis\">\r\n        <div class=\"cs-kpi\">\r\n          <h4>Stickers por tabloide<\/h4>\r\n          <p>${stickersPorTabloide.toLocaleString('es-MX')}<\/p>\r\n        <\/div>\r\n        <div class=\"cs-kpi\">\r\n          <h4>Tabloides necesarios<\/h4>\r\n          <p>${tabloidesNecesarios.toLocaleString('es-MX')}<\/p>\r\n        <\/div>\r\n        <div class=\"cs-kpi\">\r\n          <h4>Stickers requeridos<\/h4>\r\n          <p>${cantidadStickers.toLocaleString('es-MX')}<\/p>\r\n        <\/div>\r\n        <div class=\"cs-kpi\">\r\n          <h4>Stickers producidos<\/h4>\r\n          <p>${totalStickers.toLocaleString('es-MX')}<\/p>\r\n        <\/div>\r\n      <\/div>\r\n\r\n      <p style=\"margin-top:12px;\"><strong>Distribuci\u00f3n por hoja:<\/strong> ${horizontal} en horizontal \u00d7 ${vertical} en vertical<\/p>\r\n      <div class=\"cs-price\">Costo total: ${mxn.format(costoTotal)}<\/div>\r\n      <p class=\"cs-note\" style=\"margin-top:6px;\">* Precio por tabloide usado: ${mxn.format(precioTabloide)}<\/p>\r\n    `;\r\n  }\r\n\r\n  function limpiarCampos(){\r\n    document.getElementById(\"stickerAncho\").value = \"\";\r\n    document.getElementById(\"stickerLargo\").value = \"\";\r\n    document.getElementById(\"cantidadStickers\").value = \"\";\r\n    document.getElementById(\"resultado\").innerHTML = `\r\n      <h3>\ud83d\udcca Resultado<\/h3>\r\n      <p>Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.<\/p>\r\n    `;\r\n  }\r\n<\/script>\r\n\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>Calculadora de Stickers 1. Tama\u00f1o del tabloide Medidas \u00fatiles: 26 cm \u00d7 41 cm 2. Tama\u00f1o del sticker Ancho (cm) Largo (cm) 3. Cantidad de stickers \u00bfCu\u00e1ntos stickers necesitas? Calcular Limpiar Resultado Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.<\/p>\n","protected":false},"author":1,"featured_media":2062,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2046","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>calculadora -<\/title>\n<meta name=\"description\" content=\"Calculadora de Stickers, Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/volantenlinea.com\/index.php\/calculadora\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cotiza la cantidad de Stickers que necesites\" \/>\n<meta property=\"og:description\" content=\"Calculadora de Stickers, Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/volantenlinea.com\/index.php\/calculadora\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-16T21:54:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png\" \/>\n\t<meta property=\"og:image:width\" content=\"803\" \/>\n\t<meta property=\"og:image:height\" content=\"614\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/\",\"url\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/\",\"name\":\"calculadora -\",\"isPartOf\":{\"@id\":\"https:\/\/volantenlinea.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png\",\"datePublished\":\"2025-09-15T03:35:09+00:00\",\"dateModified\":\"2025-09-16T21:54:01+00:00\",\"description\":\"Calculadora de Stickers, Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.\",\"breadcrumb\":{\"@id\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/volantenlinea.com\/index.php\/calculadora\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/#primaryimage\",\"url\":\"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png\",\"contentUrl\":\"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png\",\"width\":803,\"height\":614},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/volantenlinea.com\/index.php\/calculadora\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/volantenlinea.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"calculadora\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/volantenlinea.com\/#website\",\"url\":\"https:\/\/volantenlinea.com\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/volantenlinea.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"calculadora -","description":"Calculadora de Stickers, Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.","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:\/\/volantenlinea.com\/index.php\/calculadora\/","og_locale":"es_ES","og_type":"article","og_title":"Cotiza la cantidad de Stickers que necesites","og_description":"Calculadora de Stickers, Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.","og_url":"https:\/\/volantenlinea.com\/index.php\/calculadora\/","article_modified_time":"2025-09-16T21:54:01+00:00","og_image":[{"width":803,"height":614,"url":"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/volantenlinea.com\/index.php\/calculadora\/","url":"https:\/\/volantenlinea.com\/index.php\/calculadora\/","name":"calculadora -","isPartOf":{"@id":"https:\/\/volantenlinea.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/volantenlinea.com\/index.php\/calculadora\/#primaryimage"},"image":{"@id":"https:\/\/volantenlinea.com\/index.php\/calculadora\/#primaryimage"},"thumbnailUrl":"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png","datePublished":"2025-09-15T03:35:09+00:00","dateModified":"2025-09-16T21:54:01+00:00","description":"Calculadora de Stickers, Aqu\u00ed ver\u00e1s cu\u00e1ntos tabloides necesitas y el costo total.","breadcrumb":{"@id":"https:\/\/volantenlinea.com\/index.php\/calculadora\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/volantenlinea.com\/index.php\/calculadora\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/volantenlinea.com\/index.php\/calculadora\/#primaryimage","url":"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png","contentUrl":"https:\/\/volantenlinea.com\/wp-content\/uploads\/2025\/09\/Captura-desde-2025-09-16-14-52-35.png","width":803,"height":614},{"@type":"BreadcrumbList","@id":"https:\/\/volantenlinea.com\/index.php\/calculadora\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/volantenlinea.com\/"},{"@type":"ListItem","position":2,"name":"calculadora"}]},{"@type":"WebSite","@id":"https:\/\/volantenlinea.com\/#website","url":"https:\/\/volantenlinea.com\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/volantenlinea.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/pages\/2046","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/comments?post=2046"}],"version-history":[{"count":5,"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/pages\/2046\/revisions"}],"predecessor-version":[{"id":2053,"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/pages\/2046\/revisions\/2053"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/media\/2062"}],"wp:attachment":[{"href":"https:\/\/volantenlinea.com\/index.php\/wp-json\/wp\/v2\/media?parent=2046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}