@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  font-size: 98%;
  font-family: 'Roboto', sans-serif !important;
}
a {
  font-size: 0.8rem;
}
.ns-btn-home {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 2rem;
  bottom: 1.2rem;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background-color: #06f;
  color: #fff;
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, .1);
}
.ns-btn-home img {
  width: 1.5rem;
  height: 1.5rem;
}
.site-header {
  display: none !important;
}
.site-content {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff !important;
}
.site-content .site-main {
  padding-top: 0;
  padding-bottom: 0;
}
.site-footer {
  display: none;
}
@media (min-width: 0) {
  .wedocs-shortcode-wrap {
    max-width: 100vw !important;
  }
}
.wedocs-shortcode-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  margin: 0 !important;
  width: 100vw !important;
  height: 100vh;
  overflow-y: auto !important;
  background: linear-gradient(-45deg, #ee7752, #38daf0, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.wedocs-shortcode-wrap .wedocs-docs-list {
  width: 80% !important;
  min-height: 0 !important;
}
.wedocs-docs-single {
  border: none !important;
  border-radius: 0.75rem;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.1) !important;
  background-color: #fff;
}
.wedocs-docs-single h3 {
  border-bottom: none !important;
}
.wedocs-docs-single h3 a {
  color: #06f !important;
}
.wedocs-docs-single .inside {
  background-color: #f4fafc;
  margin: 0.5rem;
  border-radius: 0.5rem;
}
.wedocs-docs-single .inside .wedocs-doc-sections {
  list-style-type: none !important;
  list-style-image: url('https://nstecnologia.com.br/doc_wordpress/imagens/icone-doc.png');
}
.wedocs-docs-single .inside .wedocs-doc-sections li {
  padding: 0;
}
.wedocs-docs-single .inside .wedocs-doc-sections li a {
  display: inline-block;
  color: #566e8b !important;
  margin-bottom: 0.5rem;
}
.wedocs-docs-single .inside .wedocs-doc-sections li a:focus, .wedocs-docs-single .inside .wedocs-doc-sections li a:hover {
  color: #06f !important;
}
.wedocs-docs-single .wedocs-doc-link {
  background-color: transparent !important;
  border-top: none !important;
  padding-bottom: 1rem !important;
}
.wedocs-docs-single .wedocs-doc-link a {
  border: 2px solid #06f;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  color: #06f;
  background-color: #fff;
}
.wedocs-docs-single .wedocs-doc-link a:hover, .wedocs-docs-single .wedocs-doc-link a:focus {
  background-color: #06f !important;
  color: #fff !important;
}
@media (min-width: 0) {
  .wedocs-single-wrap .wedocs-single-content .entry-content h1, .wedocs-single-wrap .wedocs-single-content .entry-content h2, .wedocs-single-wrap .wedocs-single-content .entry-content h3, .wedocs-single-wrap .wedocs-single-content .entry-content h4, .wedocs-single-wrap .wedocs-single-content .entry-content h5, .wedocs-single-wrap .wedocs-single-content .entry-content h6, .wedocs-single-wrap .wedocs-single-content .entry-content p, .wedocs-single-wrap .wedocs-single-content .entry-content .dataTables_wrapper, .wedocs-single-wrap .wedocs-single-content .entry-content .article-child, .wedocs-single-wrap .wedocs-single-content .entry-content .wp-block-table, .wedocs-single-wrap .wedocs-single-content .entry-content .wp-block-buttons {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.wedocs-single-wrap {
  height: 100vh;
}
.wedocs-single-wrap .wedocs-sidebar {
  background-color: #1976d2 !important;
  box-shadow: 4px 0 10px 0 rgba(0, 0, 0, 0.1);
  min-width: 15rem !important;
  max-width: 15rem !important;
  width: 15rem !important;
  overflow-y: auto;
}
.wedocs-single-wrap .wedocs-sidebar .widget-title {
  color: #fff;
  border-bottom: 1px solid #3598db !important;
  padding: 1rem !important;
}
.wedocs-single-wrap .wedocs-sidebar .doc-nav-list {
  margin: 0 !important;
  overflow-y: auto;
}
.wedocs-single-wrap .wedocs-sidebar .doc-nav-list a {
  color: #fff !important;
}
.wedocs-single-wrap .wedocs-sidebar .doc-nav-list a .wedocs-caret {
  position: absolute;
  left: 13rem;
  color: #fff !important;
  border: none !important;
}
.wedocs-single-wrap .wedocs-single-content {
  padding: 0 !important;
  width: 100% !important;
  overflow-y: auto;
}
.wedocs-single-wrap .wedocs-single-content .wedocs-breadcrumb {
  margin-bottom: -1.5rem !important;
  padding: 0.5rem 1rem !important;
}
.wedocs-single-wrap .wedocs-single-content .entry-header .entry-title {
  line-height: 0;
}
.wedocs-single-wrap .wedocs-single-content .entry-content {
  padding: 0 2rem;
}
.wedocs-single-wrap .wedocs-single-content .entry-content .wedocs-shortcode-wrap {
  padding: 0 1rem !important;
}
.wedocs-single-wrap .wedocs-single-content .entry-footer {
  padding: 0 1rem !important;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
