.table-content {
  margin-bottom: 0;
  padding-left: 0;
  /* list-style-position: inside; */
  }
    .table-content .table-content .table-content {
      list-style: disc; }

.box-table-nav {
  position: relative;
  overflow: hidden;
  border: 0;
  /* border: 1px solid #ddd; */
  }
  .box-table-nav nav {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px 25px;
    margin-top: 15px;
    }
    .box-table-nav nav > ol > li ol a.table-link {
      font-size: 16px;
      }

.box-table-fixed nav {
  padding: 1rem 1rem 1.5rem; }
  .box-table-fixed nav > ol > li::marker {
    font-weight: 600; }
  .box-table-fixed nav > ol > li > a {
    font-weight: 600; }
  .box-table-fixed nav > ol > li ol a.table-link {
    font-size: 1.3rem; }

.title-table-navigation {
      padding: 0;
      margin-bottom: 0;
      border-radius: 0.5rem 0.5rem 0 0;
      position: relative;
      font-size: 30px;
      display: flex;
      align-items: center;
      color: var(--color-text);
      justify-content: space-between;
      }
  .title-table-navigation i {
    font-size: 24px;
    padding-right: 10px;
    vertical-align: top;
    }

.box-table-fixed {
  position: fixed;
  top: 20%;
  z-index: 9;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0; }
  .box-table-fixed nav {
    width: 20rem;
    padding: 1rem 1rem 1.5rem;
    border-top: 1px solid #ddd;
    background: #f8f8f8; }
  .box-table-fixed .title-table-navigation {
    cursor: pointer;
    background-color: #fff; }
  .box-table-fixed .icon-expand {
    display: none; }

.table-content-section {
  margin-bottom: 0;
  background: #0972CE1A;
  padding: 30px;
  border-radius: 32px;
  }

a.table-link {
  height: 100%;
  display: block;
  padding: 0.2rem 0;
  color: #3A464F;
  font-size: 16px;
  }
  a.table-link.is-active-link {
    color: var(--color-text);
    font-weight: 700;
    }
.icon-expand {
  /* position: absolute; */
  /* right: 1rem; */
  /* top: 10px; */
  /* cursor: pointer; */
  width: 24px;
  height: 24px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  }
.table-content li.list-item.is-active-li::marker {
  color: var(--blue);
  font-weight: 700;
  }

.table-content-icon {
  position: fixed;
  top: 20%;
  right: calc(50% - 640px);
  font-size: 2.4rem;
  display: block;
  line-height: 3.8rem;
  text-align: center;
  width: 3.8rem;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #333;
  cursor: pointer;
  border: 1px solid #ddd;
  z-index: 9; }
  .table-content-icon:hover {
    background-color: #f8f8f8;
    color: #333; }

.table-content-icon {
  right: calc(50% - 16rem); }

.box-table-fixed {
  right: calc(50% - 16rem); }

nav[nh-table-content="nav"] > .table-content {
  padding-top: 0;
  padding-bottom: 0;
  }
.table-content li.list-item {
    position: relative;
    /* counter-increment: custom; */
    /* list-style: none; */
}
.table-content {
  list-style: none;
}

.table-content > li {
  counter-increment: capitolo;
  font-size: 20px;
  margin: 0;
  padding: 0;
}



.table-content > li > ol {
  counter-reset: paragrafo;
}

.table-content > li > ol > li {
  counter-increment: paragrafo;
  font-size: 16px;
}



li.list-item:hover::marker {
    color: var(--blue);
}

.table-content li.list-item>a {
    padding: 0;
    display: flex;
    margin-bottom: 22px;
}
.table-content li.list-item>a.node-name--H2 {
    font-size: 18px;
    font-weight: 700;
}

.table-content li.list-item ol.table-content {
    padding-left: 10px;
}
.table-content li.list-item>a:hover {
    color: var(--color-text);
}
.box-table-nav nav>.table-content>li.list-item:last-child a {
    margin-bottom: 0;
}
    .box-table-fixed {
        display: none;
    }
@media (min-width: 576px) {
  .table-content-icon {
    right: calc(50% - 30rem); }
  .box-table-fixed {
    right: calc(50% - 30rem); } }

@media (min-width: 768px) {
  .table-content-icon {
    right: calc(50% - 39.5rem); }
  .box-table-fixed {
    right: calc(50% - 39.5rem); } }

@media (min-width: 992px) {
  .table-content-icon {
    right: calc(50% - 51.5rem); }
  .box-table-fixed {
    right: calc(50% - 51.5rem); } }

@media (min-width: 1200px) {
  .table-content-icon {
    right: calc(50% - 64rem); }
  .box-table-fixed {
    right: calc(50% - 80rem); } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .box-table-fixed {
    right: calc(50% - 62rem); }
  .table-content-icon {
    right: calc(50% - 62rem); } }

.table-content-icon {
    display: none !important;
}

@media (max-width: 768px) {
  .box-table-nav nav {
      padding: 15px 15px;
  }

  .table-content li.list-item>a.node-name--H2 {
      font-size: 13px;
      margin-bottom: 10px;
  }

  .box-table-nav nav > ol > li ol a.table-link {
      font-size: 13px;
      margin-bottom: 10px;
  }
}
