{"id":74,"date":"2026-07-30T18:46:07","date_gmt":"2026-07-30T18:46:07","guid":{"rendered":"https:\/\/viadialoga.com\/?page_id=74"},"modified":"2026-08-06T22:21:23","modified_gmt":"2026-08-06T22:21:23","slug":"about-us","status":"publish","type":"page","link":"https:\/\/viadialoga.com\/es\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"<!-- =========================================\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\/es\/\" 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\/es\/\">\n          Home\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/es\/about-us\/\">\n          About Us\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/es\/prices\/\">\n          Prices\n        <\/a>\n      <\/li>\n\n      <li>\n        <a class=\"vd-nav-link\" href=\"https:\/\/viadialoga.com\/es\/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\/es\/schedule\/\">\n          Schedule\n        <\/a>\n      <\/li>\n    <\/ul>\n\n  <\/div>\n<\/nav>\n\n\n\n<!-- Font Awesome icons -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/@fortawesome\/fontawesome-free@6.7.2\/css\/all.min.css\">\n\n<style>\n  .vd-about-section {\n    text-align: left;\n  }\n\n  .vd-about-section h2 {\n    margin: 0 0 16px;\n  }\n\n  .vd-about-section p {\n    margin: 0;\n  }\n\n  .vd-about-section p + p {\n    margin-top: 14px;\n  }\n\n  .vd-social-icons {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 22px;\n  }\n\n  .vd-social-icons a {\n    display: inline-flex;\n    width: 44px;\n    height: 44px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #1d5a49;\n    color: #ffffff;\n    font-size: 21px;\n    text-decoration: none;\n    transition:\n      background-color 0.2s ease,\n      transform 0.2s ease;\n  }\n\n  .vd-social-icons a:hover,\n  .vd-social-icons a:focus {\n    background: #137f9b;\n    color: #ffffff;\n    transform: translateY(-3px);\n  }\n\n  \/* Desktop only *\/\n  @media (min-width: 1024px) {\n    .vd-about-section {\n      text-align: center;\n    }\n\n    .vd-about-section p + p {\n      margin-top: 10px;\n    }\n\n    .vd-social-icons {\n      justify-content: center;\n    }\n  }\n<\/style>\n\n<section class=\"vd-about-section\">\n  <h2>About Us<\/h2>\n\n  <p>\n    We are a community of students, instructors, professionals, travelers, and\n    lifelong learners connected to more than 20 regions. We come from\n    different cultures and backgrounds, but we share a belief that people learn\n    languages best by communicating the way real people do, through\n    conversations, questions, stories, laughter, and even mistakes.\n  <\/p>\n\n  <p>\n    V\u00eda Dialoga brings English and Spanish learners together through live group\n    classes, personalized private lessons, and flexible shared packages for\n    families, friends, and businesses. Our goal is to create an affordable and\n    welcoming place where people can improve their language skills, build\n    confidence, and connect with others from around the world.\n  <\/p>\n\n  <div class=\"vd-social-icons\" aria-label=\"Follow V\u00eda Dialoga\">\n    <a href=\"https:\/\/www.instagram.com\/viadialoga\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Instagram\" title=\"Instagram\">\n      <i class=\"fa-brands fa-instagram\" aria-hidden=\"true\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.youtube.com\/@viadialoga\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"YouTube\" title=\"YouTube\">\n      <i class=\"fa-brands fa-youtube\" aria-hidden=\"true\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.facebook.com\/viadialoga\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"Facebook\" title=\"Facebook\">\n      <i class=\"fa-brands fa-facebook-f\" aria-hidden=\"true\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.tiktok.com\/@viadialoga\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"TikTok\" title=\"TikTok\">\n      <i class=\"fa-brands fa-tiktok\" aria-hidden=\"true\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/www.linkedin.com\/company\/viadialoga\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"LinkedIn\" title=\"LinkedIn\">\n      <i class=\"fa-brands fa-linkedin-in\" aria-hidden=\"true\"><\/i>\n    <\/a>\n\n    <a href=\"https:\/\/x.com\/viadialoga\" target=\"_blank\" rel=\"noopener noreferrer\" aria-label=\"X\" title=\"X\">\n      <i class=\"fa-brands fa-x-twitter\" aria-hidden=\"true\"><\/i>\n    <\/a>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>V\u00eda Dialoga Menu Home About Us Prices Free Study Material Schedule About Us We are a community of students, instructors, professionals, travelers, and lifelong learners connected to more than 20 regions. We come from different cultures and backgrounds, but we share a belief that people learn languages best by communicating the way real people do, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_members_access_role":[],"_members_access_error":""},"class_list":["post-74","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\/74","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=74"}],"version-history":[{"count":9,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/74\/revisions"}],"predecessor-version":[{"id":490,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/74\/revisions\/490"}],"wp:attachment":[{"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/media?parent=74"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}