{"id":141,"date":"2026-07-31T22:59:40","date_gmt":"2026-07-31T22:59:40","guid":{"rendered":"https:\/\/viadialoga.com\/prices\/"},"modified":"2026-08-06T22:49:40","modified_gmt":"2026-08-06T22:49:40","slug":"prices","status":"publish","type":"page","link":"https:\/\/viadialoga.com\/es\/prices\/","title":{"rendered":"Prices"},"content":{"rendered":"\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- =========================================\nV\u00cdA DIALOGA \u2014 FULL-WIDTH RESPONSIVE NAVIGATION\n\nDesktop: horizontal and edge-to-edge\nTablet: horizontal and edge-to-edge\nMobile: dropdown hamburger menu\nNo JavaScript required\n========================================= -->\n\n<style>\n  .vd-site-nav,\n  .vd-site-nav * {\n    box-sizing: border-box;\n  }\n\n  .vd-site-nav {\n    --vd-dark: #172f2a;\n    --vd-green: #1d5a49;\n    --vd-green-hover: #17483b;\n    --vd-cream: #fbfaf7;\n    --vd-white: #ffffff;\n    --vd-border: #d9e2de;\n    --vd-text: #26302d;\n\n    position: relative;\n    z-index: 1000;\n\n    \/*\n     * Breaks the navigation outside the WordPress\n     * content container on desktop, tablet, and mobile.\n     *\/\n    width: 100vw;\n    max-width: none;\n    margin-right: calc(50% - 50vw);\n    margin-left: calc(50% - 50vw);\n\n    padding: 0;\n    border-bottom: 1px solid var(--vd-border);\n    background: var(--vd-cream);\n    color: var(--vd-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .vd-nav-inner {\n    display: flex;\n    width: 100%;\n    min-height: 76px;\n    margin: 0;\n    padding: 0 32px;\n    align-items: center;\n    justify-content: space-between;\n    gap: 28px;\n  }\n\n  .vd-nav-brand {\n    display: inline-flex;\n    color: var(--vd-dark);\n    font-size: clamp(1.55rem, 3vw, 2.15rem);\n    font-weight: 800;\n    line-height: 1;\n    text-decoration: none;\n    white-space: nowrap;\n    align-items: center;\n  }\n\n  .vd-nav-brand:hover {\n    color: var(--vd-green);\n    text-decoration: none;\n  }\n\n  .vd-nav-links {\n    display: flex;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    align-items: center;\n    justify-content: flex-end;\n    gap: 6px;\n  }\n\n  .vd-nav-links li {\n    margin: 0;\n    padding: 0;\n  }\n\n  .vd-nav-link {\n    display: inline-flex;\n    min-height: 44px;\n    padding: 10px 15px;\n    border-radius: 9px;\n    color: var(--vd-text);\n    font-size: 0.98rem;\n    font-weight: 700;\n    line-height: 1.2;\n    text-decoration: none;\n    align-items: center;\n    justify-content: center;\n    transition:\n      background 0.2s ease,\n      color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .vd-nav-link:hover {\n    background: #edf4f1;\n    color: var(--vd-green);\n    text-decoration: none;\n    transform: translateY(-1px);\n  }\n\n  .vd-nav-link:focus-visible,\n  .vd-nav-brand:focus-visible,\n  .vd-nav-toggle-label:focus-visible {\n    outline: 3px solid rgba(29, 90, 73, 0.25);\n    outline-offset: 3px;\n  }\n\n  .vd-nav-schedule {\n    margin-left: 6px;\n    padding-right: 20px;\n    padding-left: 20px;\n    background: var(--vd-green);\n    color: var(--vd-white);\n  }\n\n  .vd-nav-schedule:hover {\n    background: var(--vd-green-hover);\n    color: var(--vd-white);\n  }\n\n  \/*\n   * Hidden checkbox controls the mobile menu.\n   *\/\n\n  .vd-nav-toggle {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    overflow: hidden;\n    opacity: 0;\n    pointer-events: none;\n  }\n\n  .vd-nav-toggle-label {\n    display: none;\n    width: auto;\n    min-width: 90px;\n    height: 42px;\n    padding: 0 13px;\n    border: 1px solid var(--vd-border);\n    border-radius: 9px;\n    background: var(--vd-white);\n    cursor: pointer;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .vd-nav-toggle-text {\n    color: var(--vd-dark);\n    font-size: 0.92rem;\n    font-weight: 700;\n    line-height: 1;\n  }\n\n  .vd-nav-toggle-icon,\n  .vd-nav-toggle-icon::before,\n  .vd-nav-toggle-icon::after {\n    display: block;\n    width: 22px;\n    height: 2px;\n    border-radius: 2px;\n    background: var(--vd-dark);\n    transition:\n      transform 0.2s ease,\n      opacity 0.2s ease;\n  }\n\n  .vd-nav-toggle-icon {\n    position: relative;\n  }\n\n  .vd-nav-toggle-icon::before,\n  .vd-nav-toggle-icon::after {\n    position: absolute;\n    left: 0;\n    content: \"\";\n  }\n\n  .vd-nav-toggle-icon::before {\n    top: -7px;\n  }\n\n  .vd-nav-toggle-icon::after {\n    top: 7px;\n  }\n\n  \/*\n   * Tablet layout remains horizontal.\n   *\/\n\n  @media (max-width: 900px) and (min-width: 621px) {\n    .vd-nav-inner {\n      min-height: 70px;\n      padding-right: 20px;\n      padding-left: 20px;\n      gap: 12px;\n    }\n\n    .vd-nav-brand {\n      font-size: 1.55rem;\n    }\n\n    .vd-nav-links {\n      gap: 2px;\n    }\n\n    .vd-nav-link {\n      padding-right: 10px;\n      padding-left: 10px;\n      font-size: 0.9rem;\n    }\n\n    .vd-nav-schedule {\n      margin-left: 2px;\n      padding-right: 14px;\n      padding-left: 14px;\n    }\n  }\n\n  \/*\n   * Mobile dropdown begins only below 620px.\n   *\/\n\n  @media (max-width: 620px) {\n    .vd-nav-inner {\n      position: relative;\n      min-height: 68px;\n      padding: 0 12px;\n      flex-wrap: wrap;\n      gap: 0;\n    }\n\n    .vd-nav-brand {\n      font-size: 1.45rem;\n    }\n\n    .vd-nav-toggle-label {\n      display: inline-flex;\n      margin-right: 16px;\n    }\n\n    .vd-nav-links {\n      display: none;\n      width: calc(100% + 24px);\n      margin-right: -12px;\n      margin-left: -12px;\n      padding: 0;\n      border-top: 1px solid var(--vd-border);\n      background: var(--vd-white);\n      flex-direction: column;\n      align-items: stretch;\n      gap: 0;\n    }\n\n    .vd-nav-links li {\n      width: 100%;\n      border-bottom: 1px solid var(--vd-border);\n    }\n\n    .vd-nav-links li:last-child {\n      border-bottom: 0;\n    }\n\n    .vd-nav-link {\n      width: 100%;\n      min-height: 54px;\n      padding: 14px 20px;\n      border: 0;\n      border-radius: 0;\n      justify-content: flex-start;\n    }\n\n    .vd-nav-link:hover {\n      background: #edf4f1;\n      transform: none;\n    }\n\n    .vd-nav-schedule {\n      margin: 0;\n      background: var(--vd-green);\n      color: var(--vd-white);\n      justify-content: center;\n    }\n\n    .vd-nav-schedule:hover {\n      background: var(--vd-green-hover);\n      color: var(--vd-white);\n    }\n\n    .vd-nav-toggle:checked ~ .vd-nav-links {\n      display: flex;\n    }\n\n    .vd-nav-toggle:checked\n      + .vd-nav-toggle-label\n      .vd-nav-toggle-icon {\n      background: transparent;\n    }\n\n    .vd-nav-toggle:checked\n      + .vd-nav-toggle-label\n      .vd-nav-toggle-icon::before {\n      top: 0;\n      transform: rotate(45deg);\n    }\n\n    .vd-nav-toggle:checked\n      + .vd-nav-toggle-label\n      .vd-nav-toggle-icon::after {\n      top: 0;\n      transform: rotate(-45deg);\n    }\n  }\n<\/style>\n\n<nav class=\"vd-site-nav\" aria-label=\"Main navigation\">\n  <div class=\"vd-nav-inner\">\n\n    <a class=\"vd-nav-brand\" href=\"https:\/\/viadialoga.com\/\" aria-label=\"V\u00eda Dialoga home\">\n      V\u00eda Dialoga\n    <\/a>\n\n    <input class=\"vd-nav-toggle\" id=\"vdNavToggle\" type=\"checkbox\">\n\n    <label class=\"vd-nav-toggle-label\" for=\"vdNavToggle\" aria-label=\"Open or close navigation menu\">\n      <span class=\"vd-nav-toggle-text\">Menu<\/span>\n      <span class=\"vd-nav-toggle-icon\"><\/span>\n    <\/label>\n\n    <ul class=\"vd-nav-links\">\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/\">\n          Home\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/about-us\/\">\n          About Us\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/prices\/\">\n          Prices\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/free-study-material\/\">\n          Free Study Material\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link vd-nav-schedule\" href=\"https:\/\/viadialoga.com\/schedule\/\">\n          Schedule\n        <\/a>\n      <\/li>\n    <\/ul>\n\n  <\/div>\n<\/nav>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<!-- =========================================\nV\u00cdA DIALOGA \u2014 COMPACT PLAN NAVIGATION CARDS\nComplete corrected standalone HTML and CSS\n========================================= -->\n\n<style>\n  .vd-plan-navigation,\n  .vd-plan-navigation * {\n    box-sizing: border-box;\n  }\n\n  .vd-plan-navigation {\n    --vd-dark: #172f2a;\n    --vd-text: #26302d;\n    --vd-muted: #66706c;\n    --vd-white: #ffffff;\n    --vd-background: #fbfaf7;\n    --vd-border: #dce4e0;\n\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n    padding: 8px 20px 24px;\n    background: var(--vd-background);\n    color: var(--vd-text);\n    font-family: Arial, Helvetica, sans-serif;\n  }\n\n  .vd-plan-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 24px;\n    align-items: start;\n  }\n\n  .vd-plan-card {\n    display: flex;\n    min-width: 0;\n    overflow: hidden;\n    border: 1px solid var(--vd-border);\n    border-radius: 18px;\n    background: var(--vd-white);\n    box-shadow: 0 12px 32px rgba(23, 47, 42, 0.08);\n    flex-direction: column;\n    transition:\n      transform 0.2s ease,\n      box-shadow 0.2s ease;\n  }\n\n  .vd-plan-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 18px 40px rgba(23, 47, 42, 0.13);\n  }\n\n  .vd-plan-image-link {\n    display: block;\n    overflow: hidden;\n    background: #edf2ef;\n  }\n\n  .vd-plan-image {\n    display: block;\n    width: 100%;\n    height: 230px;\n    object-fit: cover;\n    object-position: center;\n    transition: transform 0.35s ease;\n  }\n\n  .vd-plan-card:hover .vd-plan-image {\n    transform: scale(1.035);\n  }\n\n  .vd-plan-card-body {\n    display: flex;\n    padding: 20px 22px 22px;\n    flex-direction: column;\n  }\n\n  .vd-plan-card-label {\n    margin: 0 0 6px;\n    font-size: 0.78rem;\n    font-weight: 800;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  .vd-plan-card-title {\n    margin: 0;\n    color: var(--vd-dark);\n    font-size: 1.5rem;\n    line-height: 1.2;\n  }\n\n  .vd-plan-card-description {\n    margin: 10px 0 15px;\n    color: var(--vd-muted);\n    font-size: 0.96rem;\n    line-height: 1.5;\n  }\n\n  .vd-plan-features {\n    display: grid;\n    gap: 7px;\n    margin: 0 0 15px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .vd-plan-features li {\n    position: relative;\n    margin: 0;\n    padding-left: 24px;\n    color: var(--vd-text);\n    font-size: 0.92rem;\n    line-height: 1.4;\n  }\n\n  .vd-plan-features li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    content: \"\u2713\";\n    font-weight: 900;\n  }\n\n  .vd-plan-button {\n    display: inline-flex;\n    width: 100%;\n    min-height: 50px;\n    margin-top: 2px;\n    padding: 12px 18px;\n    border: 2px solid transparent;\n    border-radius: 10px;\n    color: var(--vd-white);\n    font-size: 1rem;\n    font-weight: 800;\n    line-height: 1.2;\n    text-align: center;\n    text-decoration: none;\n    align-items: center;\n    justify-content: center;\n    transition:\n      transform 0.2s ease,\n      filter 0.2s ease;\n  }\n\n  .vd-plan-button:hover {\n    color: var(--vd-white);\n    text-decoration: none;\n    filter: brightness(0.9);\n    transform: translateY(-1px);\n  }\n\n  .vd-plan-button:focus {\n    outline: 3px solid rgba(19, 127, 155, 0.25);\n    outline-offset: 3px;\n  }\n\n  \/* Individual plans *\/\n\n  .vd-plan-card-individual {\n    border-top: 5px solid #1557b0;\n  }\n\n  .vd-plan-card-individual .vd-plan-card-label {\n    color: #1557b0;\n  }\n\n  .vd-plan-card-individual .vd-plan-features li::before {\n    color: #1557b0;\n  }\n\n  .vd-plan-card-individual .vd-plan-button {\n    background: #1557b0;\n  }\n\n  \/* One-on-one plans *\/\n\n  .vd-plan-card-private {\n    border-top: 5px solid #147a45;\n  }\n\n  .vd-plan-card-private .vd-plan-card-label {\n    color: #147a45;\n  }\n\n  .vd-plan-card-private .vd-plan-features li::before {\n    color: #147a45;\n  }\n\n  .vd-plan-card-private .vd-plan-button {\n    background: #147a45;\n  }\n\n  \/* Shared plans *\/\n\n  .vd-plan-card-shared {\n    border-top: 5px solid #e54b00;\n  }\n\n  .vd-plan-card-shared .vd-plan-card-label {\n    color: #e54b00;\n  }\n\n  .vd-plan-card-shared .vd-plan-features li::before {\n    color: #e54b00;\n  }\n\n  .vd-plan-card-shared .vd-plan-button {\n    background: #e54b00;\n  }\n\n  \/* Tablet layout *\/\n\n  @media (max-width: 900px) {\n    .vd-plan-navigation {\n      max-width: 720px;\n    }\n\n    .vd-plan-grid {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n\n    .vd-plan-card {\n      display: grid;\n      grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);\n    }\n\n    .vd-plan-image-link {\n      height: 100%;\n    }\n\n    .vd-plan-image {\n      height: 100%;\n      min-height: 300px;\n    }\n  }\n\n  \/* Mobile layout *\/\n\n  @media (max-width: 620px) {\n    .vd-plan-navigation {\n      padding: 6px 12px 20px;\n    }\n\n    .vd-plan-card {\n      display: flex;\n    }\n\n    .vd-plan-image {\n      height: 215px;\n      min-height: 0;\n    }\n\n    .vd-plan-card-body {\n      padding: 18px 20px 20px;\n    }\n\n    .vd-plan-card-description {\n      margin-bottom: 13px;\n    }\n\n    .vd-plan-features {\n      margin-bottom: 13px;\n    }\n  }\n<\/style>\n\n<section class=\"vd-plan-navigation\">\n  <div class=\"vd-plan-grid\">\n\n    <!-- Individual plans -->\n\n    <article class=\"vd-plan-card vd-plan-card-individual\">\n      <a class=\"vd-plan-image-link\" href=\"https:\/\/viadialoga.com\/individual-class-plans\/\" aria-label=\" Group Class Plans\">\n        <img decoding=\"async\" class=\"vd-plan-image\" src=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/07\/New-Group-Classes-1-864x1536.png\" alt=\"Students participating in an interactive online language class\" loading=\"lazy\">\n      <\/a>\n\n      <div class=\"vd-plan-card-body\">\n        <p class=\"vd-plan-card-label\">\n          Group Classes Only and Private Packages\n        <\/p>\n\n        <h3 class=\"vd-plan-card-title\">\n          Group Class Plans\n        <\/h3>\n\n        <p class=\"vd-plan-card-description\">\n          Choose group classes or a combination of group classes and\n          one-on-one lessons for one learner.\n        <\/p>\n\n        <ul class=\"vd-plan-features\">\n          <li>Live interactive group classes<\/li>\n          <li>Individual combination packages<\/li>\n          <li>Monthly and annual memberships<\/li>\n        <\/ul>\n\n        <a class=\"vd-plan-button\" href=\"https:\/\/viadialoga.com\/individual-class-plans\/\">\n           Group Class Plans\n        <\/a>\n      <\/div>\n    <\/article>\n\n    <!-- One-on-one plans -->\n\n    <article class=\"vd-plan-card vd-plan-card-private\">\n      <a class=\"vd-plan-image-link\" href=\"https:\/\/viadialoga.com\/one-on-one-plans\/\" aria-label=\" One-on-One Plans\">\n        <img decoding=\"async\" class=\"vd-plan-image\" src=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/07\/new-one-on-one-2-864x1536.png\" alt=\"Student receiving a personalized online language lesson\" loading=\"lazy\">\n      <\/a>\n\n      <div class=\"vd-plan-card-body\">\n        <p class=\"vd-plan-card-label\">\n          Personalized Learning Path\n        <\/p>\n\n        <h3 class=\"vd-plan-card-title\">\n          One-on-One Plans\n        <\/h3>\n\n        <p class=\"vd-plan-card-description\">\n          Receive private instruction built around your goals, schedule,\n          learning speed, and preferred areas of practice.\n        <\/p>\n\n        <ul class=\"vd-plan-features\">\n          <li>Personalized private lessons<\/li>\n          <li>Flexible instructor scheduling<\/li>\n          <li>Monthly and annual memberships<\/li>\n        <\/ul>\n\n        <a class=\"vd-plan-button\" href=\"https:\/\/viadialoga.com\/one-on-one-plans\/\">\n           One-on-One Plans\n        <\/a>\n      <\/div>\n    <\/article>\n\n    <!-- Shared plans -->\n\n    <article class=\"vd-plan-card vd-plan-card-shared\">\n      <a class=\"vd-plan-image-link\" href=\"https:\/\/viadialoga.com\/shared-plans\/\" aria-label=\" Shared Plans\">\n        <img decoding=\"async\" class=\"vd-plan-image\" src=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/Group-Class-Skinny.png\" alt=\"Family members and coworkers sharing an online language plan\" loading=\"lazy\">\n      <\/a>\n\n      <div class=\"vd-plan-card-body\">\n        <p class=\"vd-plan-card-label\">\n          Family and team access\n        <\/p>\n\n        <h3 class=\"vd-plan-card-title\">\n          Shared Plans\n        <\/h3>\n\n        <p class=\"vd-plan-card-description\">\n          Share group classes and private lessons with family members,\n          friends, or a private team.\n        <\/p>\n\n<ul class=\"vd-plan-features\">\n  <li>Share class credits<\/li>\n  <li class=\"vd-space-after\">Community group classes<\/li>\n  <li>Private group and one-on-one lessons<\/li>\n  <li>Families and businesses<\/li>\n<\/ul>\n\n        <a class=\"vd-plan-button\" href=\"https:\/\/viadialoga.com\/shared-plans\/\">\n           Shared Plans\n        <\/a>\n      <\/div>\n    <\/article>\n\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .vd-rotating-image,\n  .vd-rotating-image * {\n    box-sizing: border-box;\n  }\n\n  .vd-rotating-image {\n    width: 100%;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .vd-rotating-image__button {\n    display: block;\n    width: 100%;\n    max-width: 1024px;\n    margin: 0 auto;\n    padding: 0;\n    border: 0;\n    background: transparent;\n    cursor: default;\n  }\n\n  .vd-rotating-image__thumbnail {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0 auto;\n  }\n\n  .vd-rotating-image__hint {\n    display: none;\n    margin: 8px 0 0;\n    color: #56615d;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 0.9rem;\n    line-height: 1.4;\n  }\n\n  .vd-rotating-image-modal[hidden] {\n    display: none;\n  }\n\n  \/*\n   * The full-screen rotated view is disabled on desktop.\n   *\/\n  .vd-rotating-image-modal {\n    display: none;\n  }\n\n  @media (max-width: 700px) {\n    .vd-rotating-image__button {\n      cursor: pointer;\n    }\n\n    .vd-rotating-image__hint {\n      display: block;\n    }\n\n    .vd-rotating-image-modal {\n      position: fixed;\n      z-index: 999999;\n      inset: 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      background: #000000;\n    }\n\n    .vd-rotating-image-modal[hidden] {\n      display: none;\n    }\n\n    .vd-rotating-image-modal__image {\n      display: block;\n\n      \/*\n       * After the 90-degree rotation:\n       * the image width uses the phone's height,\n       * and its height is limited by the phone's width.\n       *\/\n      width: calc(100dvh - 24px);\n      max-width: none;\n      height: auto;\n      max-height: calc(100vw - 16px);\n\n      object-fit: contain;\n      transform: rotate(90deg);\n      transform-origin: center center;\n    }\n\n    .vd-rotating-image-modal__close {\n      position: fixed;\n      z-index: 2;\n      top: max(12px, env(safe-area-inset-top));\n      right: max(12px, env(safe-area-inset-right));\n\n      display: flex;\n      width: 46px;\n      height: 46px;\n      padding: 0;\n      border: 0;\n      border-radius: 50%;\n\n      background: rgba(255, 255, 255, 0.95);\n      color: #111111;\n\n      font-family: Arial, Helvetica, sans-serif;\n      font-size: 34px;\n      line-height: 1;\n\n      align-items: center;\n      justify-content: center;\n      cursor: pointer;\n    }\n\n    body.vd-rotating-image-open {\n      overflow: hidden;\n    }\n  }\n<\/style>\n\n<div class=\"vd-rotating-image\">\n\n  <button\n    type=\"button\"\n    class=\"vd-rotating-image__button\"\n    id=\"vdOpenRotatingPricingImage\"\n    aria-label=\"Open and rotate pricing graphic\"\n  >\n    <img decoding=\"async\"\n      src=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/Pricing-Graphic-in-English-1024x683.png\"\n      alt=\"V\u00eda Dialoga pricing graphic in English\"\n      class=\"vd-rotating-image__thumbnail\"\n      loading=\"lazy\"\n    >\n  <\/button>\n\n  <p class=\"vd-rotating-image__hint\">\n    Tap the prices image to rotate and view it full screen.\n  <\/p>\n\n<\/div>\n\n<div\n  class=\"vd-rotating-image-modal\"\n  id=\"vdRotatingPricingImageModal\"\n  role=\"dialog\"\n  aria-modal=\"true\"\n  aria-label=\"Rotated pricing graphic\"\n  hidden\n>\n  <img decoding=\"async\"\n    src=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/Pricing-Graphic-in-English-1024x683.png\"\n    alt=\"V\u00eda Dialoga pricing graphic in English\"\n    class=\"vd-rotating-image-modal__image\"\n  >\n\n  <button\n    type=\"button\"\n    class=\"vd-rotating-image-modal__close\"\n    id=\"vdCloseRotatingPricingImage\"\n    aria-label=\"Close rotated image\"\n  >\n    &times;\n  <\/button>\n<\/div>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \"use strict\";\n\n    const openButton =\n      document.getElementById(\"vdOpenRotatingPricingImage\");\n\n    const modal =\n      document.getElementById(\"vdRotatingPricingImageModal\");\n\n    const closeButton =\n      document.getElementById(\"vdCloseRotatingPricingImage\");\n\n    const mobileView =\n      window.matchMedia(\"(max-width: 700px)\");\n\n    if (!openButton || !modal || !closeButton) {\n      return;\n    }\n\n    function openImage() {\n      \/*\n       * Do nothing on desktop.\n       *\/\n      if (!mobileView.matches) {\n        return;\n      }\n\n      modal.hidden = false;\n      document.body.classList.add(\n        \"vd-rotating-image-open\"\n      );\n\n      closeButton.focus();\n    }\n\n    function closeImage() {\n      modal.hidden = true;\n      document.body.classList.remove(\n        \"vd-rotating-image-open\"\n      );\n\n      openButton.focus();\n    }\n\n    openButton.addEventListener(\n      \"click\",\n      openImage\n    );\n\n    closeButton.addEventListener(\n      \"click\",\n      closeImage\n    );\n\n    modal.addEventListener(\n      \"click\",\n      function (event) {\n        if (event.target === modal) {\n          closeImage();\n        }\n      }\n    );\n\n    document.addEventListener(\n      \"keydown\",\n      function (event) {\n        if (\n          event.key === \"Escape\" &&\n          !modal.hidden\n        ) {\n          closeImage();\n        }\n      }\n    );\n\n    \/*\n     * Automatically close the rotated view if the\n     * screen changes from mobile to desktop width.\n     *\/\n    mobileView.addEventListener(\n      \"change\",\n      function (event) {\n        if (!event.matches && !modal.hidden) {\n          closeImage();\n        }\n      }\n    );\n  });\n<\/script>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\" style=\"font-size:11px\">* The information provided on this page is a summary of our plans. Please review the applicable product page for complete details, pricing, and policies before purchasing.<\/p>\n\n\n\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group blanky-footer has-border-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--0);padding-bottom:var(--wp--preset--spacing--0)\">\n<!-- =========================================\nV\u00cdA DIALOGA \u2014 SIMPLE LEGAL LINKS\n========================================= -->\n\n<style>\n  .vd-legal-links {\n    display: flex;\n    width: 100%;\n    margin: 0;\n    padding: 12px 16px;\n    color: #56615d;\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 0.88rem;\n    line-height: 1.5;\n    text-align: center;\n    flex-wrap: wrap;\n    align-items: center;\n    justify-content: center;\n    gap: 6px 10px;\n  }\n\n  .vd-legal-links a {\n    color: #56615d;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .vd-legal-links a:hover {\n    color: #1d5a49;\n  }\n\n  .vd-legal-divider {\n    color: #9aa39f;\n  }\n\n  @media (max-width: 600px) {\n    .vd-legal-links {\n      padding: 12px;\n      font-size: 0.84rem;\n      gap: 5px 8px;\n    }\n  }\n<\/style>\n\n<nav class=\"vd-legal-links\" aria-label=\"Legal and company information\">\n\n  <a href=\"https:\/\/viadialoga.com\/privacy-policy\/\">\n    Privacy Policy\n  <\/a>\n\n  <span class=\"vd-legal-divider\" aria-hidden=\"true\">\u2022<\/span>\n\n  <a href=\"https:\/\/viadialoga.com\/terms-of-service\/\">\n    Terms of Service\n  <\/a>\n\n  <span class=\"vd-legal-divider\" aria-hidden=\"true\">\u2022<\/span>\n\n  <a href=\"https:\/\/viadialoga.com\/subscription-policy\/\">\n    Subscription Policy\n  <\/a>\n\n  <span class=\"vd-legal-divider\" aria-hidden=\"true\">\u2022<\/span>\n\n  <a href=\"https:\/\/viadialoga.com\/cancellation-policy\/\">\n    Cancellation Policy\n  <\/a>\n\n  <span class=\"vd-legal-divider\" aria-hidden=\"true\">\u2022<\/span>\n\n  <a href=\"https:\/\/viadialoga.com\/manage-membership\/\">\n    Manage or Cancel Membership\n  <\/a>\n\n  <span class=\"vd-legal-divider\" aria-hidden=\"true\">\u2022<\/span>\n\n  <a href=\"https:\/\/viadialoga.com\/about-us\/\">\n    About Us\n  <\/a>\n\n<\/nav>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>V\u00eda Dialoga Menu Home About Us Prices Free Study Material Schedule Group Classes Only and Private Packages Group Class Plans Choose group classes or a combination of group classes and one-on-one lessons for one learner. Live interactive group classes Individual combination packages Monthly and annual memberships Group Class Plans Personalized Learning Path One-on-One Plans Receive [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-141","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/comments?post=141"}],"version-history":[{"count":41,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/141\/revisions"}],"predecessor-version":[{"id":501,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/141\/revisions\/501"}],"wp:attachment":[{"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/media?parent=141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}