{"id":10694,"date":"2024-05-31T15:31:13","date_gmt":"2024-05-31T18:31:13","guid":{"rendered":"https:\/\/heyvicky.com\/?page_id=10694"},"modified":"2024-10-18T09:51:48","modified_gmt":"2024-10-18T12:51:48","slug":"planes-y-precios","status":"publish","type":"page","link":"https:\/\/heyvicky.com\/es\/planes-y-precios\/","title":{"rendered":"Planes y precios"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"10694\" class=\"elementor elementor-10694\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-28718682 elementor-section-full_width ciano elementor-section-height-default elementor-section-height-default\" data-id=\"28718682\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62cd9888\" data-id=\"62cd9888\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f5c3248 elementor-widget elementor-widget-linoor-main-slider\" data-id=\"2f5c3248\" data-element_type=\"widget\" data-widget_type=\"linoor-main-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t    <!-- Banner Section -->\r\n    <section class=\"banner-section banner-one\">\r\n                    <div class=\"left-based-text\">\r\n                <div class=\"base-inner\">\r\n                    <div class=\"hours\">\r\n                        <ul class=\"clearfix m-0 list-unstyled\">\r\n                            \r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"social-links\">\r\n                        <ul class=\"clearfix m-0 list-unstyled\">\r\n                                                    <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        \r\n        <div class=\"banner-carousel owl-theme owl-carousel\">\r\n                            <!-- Slide Item -->\r\n                <div class=\"slide-item\">\r\n                    <div class=\"image-layer\" style=\"background-image: url(https:\/\/heyvicky.com\/wp-content\/uploads\/2023\/11\/wp21-vicky-3.jpg);\"><\/div>\r\n\r\n                    <div class=\"left-top-line\"><\/div>\r\n                    <div class=\"right-bottom-curve\"><\/div>\r\n                    <div class=\"right-top-curve\"><\/div>\r\n\r\n                    <div class=\"auto-container\">\r\n                        <div class=\"content-box\">\r\n                            <div class=\"content\">\r\n                                <div class=\"inner\">\r\n                                                                                                                 <h1>equipos<br> M\u00e1s feliz<br> y seguros<br> <span class=\"dot\">Mejor<br> rendimiento.<\/span><\/h1>\r\n                                                                                                                <div class=\"link-box\">\r\n                                            <a class=\"theme-btn btn-style-one\" href=\"https:\/\/heyvicky.com\/es\/contacto\/\">\r\n                                                <i class=\"btn-curve\"><\/i>\r\n                                                <span class=\"btn-title\">PRUEBA AHORA<\/span>\r\n                                            <\/a>\r\n                                        <\/div>\r\n                                                                    <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            \r\n        <\/div>\r\n    <\/section>\r\n    <!--End Banner Section -->\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-05579fb e-con-full e-flex e-con e-parent\" data-id=\"05579fb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0168277 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0168277\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Diferentes planes que se adaptan a sus necesidades\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fdb086 elementor-widget elementor-widget-html\" data-id=\"3fdb086\" 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<script>\r\n  \/\/ Detecta a classe de idioma do TranslatePress no body\r\n  const langClass = document.body.className.match(\/translatepress-([a-z]{2}_[A-Z]{2})\/)[1];\r\n\r\n  \/\/ Elemento onde a tabela ser\u00e1 inserida\r\n  const pricingContainer = document.getElementById('stripe-pricing');\r\n\r\n  \/\/ Fun\u00e7\u00e3o para carregar o script da Stripe dinamicamente\r\n  function loadStripeScript(pricingTableId) {\r\n    const stripeScript = document.createElement('script');\r\n    stripeScript.src = 'https:\/\/js.stripe.com\/v3\/pricing-table.js';\r\n    stripeScript.async = true;\r\n\r\n    const pricingTable = document.createElement('stripe-pricing-table');\r\n    pricingTable.setAttribute('pricing-table-id', pricingTableId);\r\n    pricingTable.setAttribute('publishable-key', 'pk_live_51HKkg2LYJsBzPGsHvjTinctUquXA4BS6pQ2YKndJlarBQnsQrN23muQkZXUGnPx4z7wxuR1PodMg5c1wNyMITpoT00us9mlPys');\r\n\r\n    pricingContainer.appendChild(stripeScript);\r\n    pricingContainer.appendChild(pricingTable);\r\n  }\r\n\r\n  \/\/ Definir IDs das tabelas de pre\u00e7os para cada idioma\r\n  const pricingTables = {\r\n    'en_US': 'prctbl_1PTpIzLYJsBzPGsHSsFhUf3q', \/\/ ingl\u00eas\r\n    'es_ES': 'prctbl_1Q8W6gLYJsBzPGsHT1bG3NiJ', \/\/ espanhol\r\n    'pt_BR': 'prctbl_1PTpNVLYJsBzPGsHYCY8ZS9f'  \/\/ portugu\u00eas\r\n  };\r\n\r\n  \/\/ Carregar o script correto baseado no idioma\r\n  if (pricingTables[langClass]) {\r\n    loadStripeScript(pricingTables[langClass]);\r\n  } else {\r\n    console.error('Idioma n\u00e3o suportado:', langClass);\r\n  }\r\n<\/script>\r\n\r\n<!-- Aqui a tabela ser\u00e1 carregada -->\r\n<div id=\"stripe-pricing\"><\/div>\r\n\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-40bb218 e-flex e-con-boxed e-con e-parent\" data-id=\"40bb218\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bbad2a elementor-widget elementor-widget-heading\" data-id=\"4bbad2a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Preguntas y respuestas - MY COACH Porqu\u00e9s y c\u00f3mos<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13c29c3 e-flex e-con-boxed e-con e-child\" data-id=\"13c29c3\" 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-fe97134 elementor-widget elementor-widget-n-accordion\" data-id=\"fe97134\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Acorde\u00f3n. Abra los enlaces con Intro o Espacio, ci\u00e9rrelos con Escape y navegue con las teclas de flecha.\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2660\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2660\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 1. \u00bfCu\u00e1l es la diferencia entre un entrenador y un entrenador virtual? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2660\" class=\"elementor-element elementor-element-be447aa e-con-full e-flex e-con e-child\" data-id=\"be447aa\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d038df2 elementor-widget elementor-widget-heading\" data-id=\"d038df2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Un entrenador virtual es un bot que utiliza un LLM (Large Language Model), mientras que un entrenador es un profesional humano certificado por una instituci\u00f3n. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2661\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2661\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 2. \u00bfPor qu\u00e9 deber\u00eda trabajar con un entrenador virtual? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2661\" class=\"elementor-element elementor-element-8d4dbfc e-con-full e-flex e-con e-child\" data-id=\"8d4dbfc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b5f01dd elementor-widget elementor-widget-heading\" data-id=\"b5f01dd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Un coach virtual estar\u00e1 disponible para ti 24\/7 por una fracci\u00f3n del precio de una t\u00edpica sesi\u00f3n de coach. La herramienta te proporcionar\u00e1 funcionalidades y apoyo adicionales que un coach humano no puede ofrecer a escala, como el Genius Writer.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2662\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2662\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 3. C\u00f3mo aprovechar al m\u00e1ximo mi experiencia con HeyVicky <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2662\" class=\"elementor-element elementor-element-3cfc9a0 e-con-full e-flex e-con e-child\" data-id=\"3cfc9a0\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7aa2f3e elementor-widget elementor-widget-heading\" data-id=\"7aa2f3e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Para aprovechar HeyVicky al m\u00e1ximo es importante que te comprometas con el proceso de aprendizaje y desarrollo. Tenga claros sus objetivos de desarrollo y explore v\u00edas para su desarrollo. Adem\u00e1s, crea un PDP (Plan de Desarrollo Personal) y s\u00edguelo a rajatabla. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-2663\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-2663\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 4. \u00bfCu\u00e1l es la mejor manera de utilizar HeyVicky?  <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-2663\" class=\"elementor-element elementor-element-b09cf7e e-con-full e-flex e-con e-child\" data-id=\"b09cf7e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3f87c3 elementor-widget elementor-widget-heading\" data-id=\"d3f87c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Vicky fue creada para ayudarle con preguntas relacionadas con habilidades blandas, inteligencia emocional, habilidades empresariales, rendimiento, desarrollo profesional y salud mental. Por favor, si\u00e9ntase libre de hacer sus preguntas, y ella le proporcionar\u00e1 asesoramiento para ayudarle con sus preocupaciones y necesidades de desarrollo.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"1. What is the difference between a Coach and a Virtual Coach?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"A Virtual Coach is a bot leveraged by an LLM (Large Language Model) while a Coach is a human professional certified by an institution.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"2. Why should I work with a virtual coach?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"A virtual coach will be available for you 24\\\/7 for a fraction of the price of a typical coach session. The tool will give you additional functionality and support that a human coach cannot provide at scale, like the Genius Writer.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"3. How do I make the most of my experience with HeyVicky\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"To leverage HeyVicky to a full extent it is important that you commit to the learn and develop process. Be clear about your development goals and explore paths for your development. Also, create a PDP - Personal Development Plan and follow it through.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"4. How can I best use HeyVicky?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Vicky was built to assist you with questions related to soft skills, emotional intelligence, business skills, performance, career development, and mental health. Please feel free to ask your questions, and she will provide advice to help you with your concerns and developmental needs.\"\n            }\n        }\n    ]\n}<\/script>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-858d03c elementor-widget elementor-widget-n-accordion\" data-id=\"858d03c\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;all_collapsed&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Acorde\u00f3n. Abra los enlaces con Intro o Espacio, ci\u00e9rrelos con Escape y navegue con las teclas de flecha.\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1400\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1400\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 5. \u00bfPuedo invitar a amigos y miembros del equipo? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1400\" class=\"elementor-element elementor-element-e531e96 e-con-full e-flex e-con e-child\" data-id=\"e531e96\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14b850e elementor-widget elementor-widget-heading\" data-id=\"14b850e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">S\u00ed, en cualquier momento, puedes invitar a los miembros de tu equipo a unirse actualizando a TEAM COACH o TEAM COACH PRO.<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1401\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1401\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 6. \u00bfCu\u00e1l es la mejor manera de utilizar Genius Writer? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1401\" class=\"elementor-element elementor-element-62c32f2 e-con-full e-flex e-con e-child\" data-id=\"62c32f2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a6cf7fa elementor-widget elementor-widget-heading\" data-id=\"a6cf7fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Comunicar por escrito es imperfecto porque el destinatario de nuestros mensajes no siempre puede notar nuestro estado emocional al escribir. La Escritura Genius fue creada para ayudarte a optimizar tus mensajes escritos de dos maneras - mejorando el mensaje en s\u00ed mismo y transmitiendo las toneladas correctas que deseas. Por lo tanto, elige las toneladas que deseas para tus mensajes y deja que el Escritor Genio las optimice por ti. Despu\u00e9s, comprueba la exactitud y edita las versiones finales para darles tu toque personal. Despu\u00e9s, puedes traducirlo a cualquier idioma y compartirlo con quien quieras. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1402\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1402\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 7. \u00bfCu\u00e1l es la mejor manera de utilizar la herramienta PDP?  <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1402\" class=\"elementor-element elementor-element-f14ba26 e-con-full e-flex e-con e-child\" data-id=\"f14ba26\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1600e48 elementor-widget elementor-widget-heading\" data-id=\"1600e48\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">La herramienta PDP - Plan de Desarrollo Personal le ayudar\u00e1 a crear y mantener su plan personal. Definir\u00e1s tus objetivos de aprendizaje y las tareas para cada objetivo. Siempre puedes solicitar la ayuda de Vicky a lo largo de tu itinerario de aprendizaje. Vicky tambi\u00e9n te ayudar\u00e1 a seguir el plan. En cualquier momento, puedes actualizar tu progreso e imprimirlo. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1403\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1403\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><h3 class=\"e-n-accordion-item-title-text\"> 8. \u00bfCu\u00e1l es la mejor manera de utilizar el port\u00e1til? <\/h3><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-plus\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H272V64c0-17.67-14.33-32-32-32h-32c-17.67 0-32 14.33-32 32v144H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h144v144c0 17.67 14.33 32 32 32h32c17.67 0 32-14.33 32-32V304h144c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1403\" class=\"elementor-element elementor-element-020939c e-con-full e-flex e-con e-child\" data-id=\"020939c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88067d3 elementor-widget elementor-widget-heading\" data-id=\"88067d3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">La ciencia demuestra que tomando notas y creando referencias mejoramos la retenci\u00f3n y memorizaci\u00f3n de contenidos. Con el cuaderno puedes registrar tus pensamientos y crear planes para ejecutar. Siempre puedes volver y buscarlos c\u00f3modamente en la barra de b\u00fasqueda. <\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"5. May I invite friends and team members to join me?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes, at any time, you can invite your team members to join by upgrading to TEAM COACH or TEAM COACH PRO.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"6. How can I best use the Genius Writer?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Communicating by writing is imperfect because the recipient of our messages not always can notice our emotional state when writing. The Genius Writing was created to help you optimize your written messages in two ways - by improving the message itself and conveying the right tons you desire. Therefore, choose the tons you want to your messages and let the Genius Writer optimize them for you. Then, check for accuracy and edit the final versions to give your personal touch. Then, you can translate to any language and share with anyone you intend to.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"7. How can I best use the PDP tool?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"The PDP - Personal Development Plan tool will help you to create and maintain your personal plan. You will define your learning objectives and tasks for each objective. You can always ask for Vicky\\u2019s help throughout your learning journey. Vicky will also help you follow through the plan. At any time, you can update your progress and print it out.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"8. How can I best use the Notebook?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Science shows that by taking notes and creating references we improve content retention and memorability. With the notebook you can register your thoughts and create plans to be executed. You can always come back and search them conveniently in the search bar.\"\n            }\n        }\n    ]\n}<\/script>\n\t\t\t\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Equipos m\u00e1s felices y confiados rinden m\u00e1s. PRU\u00c9BALO AHORA Diferentes planes que se adaptan a ti Q&amp;A - MI COACH Porqu\u00e9s y c\u00f3mos 1. \u00bfCu\u00e1l es la diferencia entre un Coach y un Coach Virtual? Un Coach Virtual es un bot apalancado por un LLM (Large Language Model) mientras que un Coach es un profesional humano certificado [...]<\/p>","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-10694","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hey Vicky | Plans and Prices<\/title>\n<meta name=\"description\" content=\"Different plans to suit you wherever you are. Check out all the possibilities to improve your soft skills and your team\u2019s leadership.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/heyvicky.com\/es\/planes-y-precios\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hey Vicky | Plans and Prices\" \/>\n<meta property=\"og:description\" content=\"Different plans to suit you wherever you are. Check out all the possibilities to improve your soft skills and your team\u2019s leadership.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/heyvicky.com\/es\/planes-y-precios\/\" \/>\n<meta property=\"og:site_name\" content=\"Vicky\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-18T12:51:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/heyvicky.com\/wp-content\/uploads\/2023\/11\/wp21-vicky-3.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1333\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@wptwentyone\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/heyvicky.com\/plans-and-prices\/\",\"url\":\"https:\/\/heyvicky.com\/plans-and-prices\/\",\"name\":\"Hey Vicky | Plans and Prices\",\"isPartOf\":{\"@id\":\"https:\/\/heyvicky.com\/#website\"},\"datePublished\":\"2024-05-31T18:31:13+00:00\",\"dateModified\":\"2024-10-18T12:51:48+00:00\",\"description\":\"Different plans to suit you wherever you are. Check out all the possibilities to improve your soft skills and your team\u2019s leadership.\",\"breadcrumb\":{\"@id\":\"https:\/\/heyvicky.com\/plans-and-prices\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/heyvicky.com\/plans-and-prices\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/heyvicky.com\/plans-and-prices\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/heyvicky.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plans and Prices\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/heyvicky.com\/#website\",\"url\":\"https:\/\/heyvicky.com\/\",\"name\":\"HeyVicky\",\"description\":\"Unlock performance with Vicky, your AI-powered virtual coach and mentor.\",\"publisher\":{\"@id\":\"https:\/\/heyvicky.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/heyvicky.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/heyvicky.com\/#organization\",\"name\":\"HeyVicky\",\"url\":\"https:\/\/heyvicky.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/heyvicky.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/heyvicky.com\/wp-content\/uploads\/2022\/02\/Vicky-AI-Powered-Human-Platform.svg\",\"contentUrl\":\"https:\/\/heyvicky.com\/wp-content\/uploads\/2022\/02\/Vicky-AI-Powered-Human-Platform.svg\",\"width\":208,\"height\":100,\"caption\":\"HeyVicky\"},\"image\":{\"@id\":\"https:\/\/heyvicky.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/wptwentyone\",\"https:\/\/www.linkedin.com\/company\/wp21\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hey Vicky | Plans and Prices","description":"Different plans to suit you wherever you are. Check out all the possibilities to improve your soft skills and your team\u2019s leadership.","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:\/\/heyvicky.com\/es\/planes-y-precios\/","og_locale":"es_ES","og_type":"article","og_title":"Hey Vicky | Plans and Prices","og_description":"Different plans to suit you wherever you are. Check out all the possibilities to improve your soft skills and your team\u2019s leadership.","og_url":"https:\/\/heyvicky.com\/es\/planes-y-precios\/","og_site_name":"Vicky","article_modified_time":"2024-10-18T12:51:48+00:00","og_image":[{"width":2000,"height":1333,"url":"https:\/\/heyvicky.com\/wp-content\/uploads\/2023\/11\/wp21-vicky-3.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@wptwentyone","twitter_misc":{"Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/heyvicky.com\/plans-and-prices\/","url":"https:\/\/heyvicky.com\/plans-and-prices\/","name":"Hey Vicky | Plans and Prices","isPartOf":{"@id":"https:\/\/heyvicky.com\/#website"},"datePublished":"2024-05-31T18:31:13+00:00","dateModified":"2024-10-18T12:51:48+00:00","description":"Different plans to suit you wherever you are. Check out all the possibilities to improve your soft skills and your team\u2019s leadership.","breadcrumb":{"@id":"https:\/\/heyvicky.com\/plans-and-prices\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/heyvicky.com\/plans-and-prices\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/heyvicky.com\/plans-and-prices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/heyvicky.com\/"},{"@type":"ListItem","position":2,"name":"Plans and Prices"}]},{"@type":"WebSite","@id":"https:\/\/heyvicky.com\/#website","url":"https:\/\/heyvicky.com\/","name":"HeyVicky","description":"Unlock performance with Vicky, your AI-powered virtual coach and mentor.","publisher":{"@id":"https:\/\/heyvicky.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/heyvicky.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/heyvicky.com\/#organization","name":"HeyVicky","url":"https:\/\/heyvicky.com\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/heyvicky.com\/#\/schema\/logo\/image\/","url":"https:\/\/heyvicky.com\/wp-content\/uploads\/2022\/02\/Vicky-AI-Powered-Human-Platform.svg","contentUrl":"https:\/\/heyvicky.com\/wp-content\/uploads\/2022\/02\/Vicky-AI-Powered-Human-Platform.svg","width":208,"height":100,"caption":"HeyVicky"},"image":{"@id":"https:\/\/heyvicky.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/wptwentyone","https:\/\/www.linkedin.com\/company\/wp21"]}]}},"_links":{"self":[{"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/pages\/10694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/comments?post=10694"}],"version-history":[{"count":30,"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/pages\/10694\/revisions"}],"predecessor-version":[{"id":11156,"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/pages\/10694\/revisions\/11156"}],"wp:attachment":[{"href":"https:\/\/heyvicky.com\/es\/wp-json\/wp\/v2\/media?parent=10694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}