body::-webkit-scrollbar { display: none; width: 0px;  background: transparent; }
html, body { -ms-overflow-style: none; overflow: auto; scrollbar-width: none; }
html, #menuLateral {overflow: -moz-scrollbars-none; scrollbar-width: none;}


#content:target {
    display: block;    
    position: relative;     
    top: -130px;
    visibility: hidden;
  }
  /* scrollbar */
  
  ::-webkit-scrollbar {
    display:none;
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-button {
    width: 24px;
    height: 24px;
  }
  ::-webkit-scrollbar-thumb {
    background: #FAFAFA;
    border: 0px none #FAFAFA;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #FAFAFA;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #FAFAFA;
  }
  ::-webkit-scrollbar-track {
    background: #FAFAFA;
    border: 0px none #FAFAFA;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-track:hover {
    background: #666666;
  }
  ::-webkit-scrollbar-track:active {
    background: #333333;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
  
  /* general */
  
  #contenedor {
      height: 100%;
      display: flex;
      padding: 0 10%;
      width: 100%;
      align-items: stretch;
      position: relative;
      overflow-y: scroll;
      top: 0;
      
  }
  #sidebar {
      background: #fff;
      color: #fff;
      min-height: calc(100vh - 200px);
      position: relative;
      z-index: 1;
      padding-bottom:90px;
      border-bottom: 3px solid #fafafa dotted;
  }
  #tituloSidebar{
      background: #fff;
      height: 150px;
      min-height: 15vh;
      border-bottom: 3px solid #c8dbd4 dotted;
      position: fixed;
      top: 140px;
      min-width: 20%;
      max-width: 25%;
  }
  #tituloSidebar p{
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 15px 10px;
  }
  .group {
    width: 100%;
    height: auto;
    margin-top: 110px;
  }
  .group .subgroup {
    width: 100%;
    height: auto; 
  }
  .fixed {
    position: fixed;
  }
  .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
  }
  .lineMat {
    width: 100%;
    height: 1px;
    margin: 40px 0;
  }
  /* sidebar */
  .bs-docs-sidebar {
      overflow-y: scroll;
      overflow-x: hidden;
      height: 90vh;
      position: fixed;
      padding: 0;
      min-width: 20%;
      top: 140px;
      z-index: 1;
      font-family: "Tisa Sans Pro"
  }
  .bs-docs-sidebar .nav > li > a {

    padding: 4px 20px;

  }
  .bs-docs-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 30px;

  }
  .bs-docs-sidebar .nav > li > a {
    border-left: 2px solid transparent;
  }
 

  /* CONTENT */
  #content {
      width: 100%;
      min-height: 100vh;
      border-bottom: 20px solid #fff;
      transition: all 0.3s;
      z-index: 0;
      position: relative;
  }


.section {
    margin-top: 120px !important;
    scroll-margin-top: 120px;
}

html {
    scroll-behavior: smooth;
}

p.parrafo,
li.parrafo {
    color: #000000;
    font-family: "Tisa Sans Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    text-transform: none;
}

p.parrafo {
    text-indent: 6px;
}

li>.parrafo {
    text-indent: 0px;
}

p.pie-grafico {
    color: #31b6b3;
    font-family: "Tisa Sans Pro", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    text-decoration: none;
    text-indent: 6px;
    text-transform: none;
}

p.titulo-grafico {
    color: #31b6b3;
    font-family: "Tisa Sans Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
    text-indent: 6px;
    text-transform: none;
}

p.titulos {
    color: #31b6b3;
    font-family: "Tisa Sans Pro ExtBd", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    text-indent: 6px;
    text-transform: none;
}

p.titulos2 {
    color: #31b6b3;
    font-family: "Tisa Sans Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    text-align: justify;
    text-align-last: left;
    text-decoration: none;
    text-indent: 6px;
    text-transform: none;
}

span.enlace {
    color: #31b6b3;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

.italica {
    font-style: italic;
    font-weight: normal;
}

.negrita {
    font-style: normal;
    font-weight: bold;
}

.nav-link {
    display: block;
    padding: 0.1rem 1rem;
}

.indice:hover {
    color: #58595b !important;
    font-weight: bold;
}

.indice:focus {
    color: #58595b !important;
    font-weight: bold;
}

.indice:active {
    color: #58595b !important;
    font-weight: bold;
}

.indice {
    color: #31b5b3 !important;
    font-weight: bold;
    white-space: normal;
}

.indice2:hover {
    color: #58595b !important;
    font-weight: Medium;
}

.indice2:focus {
    color: #58595b !important;
    font-weight: Medium;
}

.indice2:active {
    color: #58595b !important;
    font-weight: Medium;
}

.indice2 {
    color: #31b5b3 !important;
    font-weight: Medium;
    white-space: normal;
    text-indent: 6px;
}

.indice3:hover {
    color: #58595b !important;
    font-weight: Medium;
}

.indice3:focus {
    color: #58595b !important;
    font-weight: Medium;
}

.indice3:active {
    color: #58595b !important;
    font-weight: Medium;
}

.indice3 {
    color: #31b5b3 !important;
    font-weight: Medium;
    white-space: normal;
    text-indent: 12px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #58595b;
    border-color: #58595b;
    font-weight: bold;
}

.btn-primary:focus {
    color: #fff;
    background-color: #58595b;
    border-color: #58595b;
    font-weight: bold;
}

.btn-primary:active {
    color: #fff;
    background-color: #58595b;
    border-color: #58595b;
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #31b5b3;
    font-weight: bold;
    border-color: #58595b;
}

.offcanvas-backdrop {
  background-color: transparent !important;
}