{"id":80,"date":"2026-07-30T18:47:28","date_gmt":"2026-07-30T18:47:28","guid":{"rendered":"https:\/\/viadialoga.com\/?page_id=80"},"modified":"2026-08-04T18:38:38","modified_gmt":"2026-08-04T18:38:38","slug":"free-study-material","status":"publish","type":"page","link":"https:\/\/viadialoga.com\/es\/free-study-material\/","title":{"rendered":"Free Study Material"},"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<div style=\"height:11px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/coming-soon-1024x768.png\" alt=\"\" class=\"wp-image-387\" srcset=\"https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/coming-soon-1024x768.png 1024w, https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/coming-soon-300x225.png 300w, https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/coming-soon-768x576.png 768w, https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/coming-soon-16x12.png 16w, https:\/\/viadialoga.com\/wp-content\/uploads\/2026\/08\/coming-soon.png 1448w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>","protected":false},"excerpt":{"rendered":"<p>V\u00eda Dialoga Menu Home About Us Prices Free Study Material Schedule<\/p>","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-80","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\/80","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=80"}],"version-history":[{"count":8,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/80\/revisions"}],"predecessor-version":[{"id":395,"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/pages\/80\/revisions\/395"}],"wp:attachment":[{"href":"https:\/\/viadialoga.com\/es\/wp-json\/wp\/v2\/media?parent=80"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}