a:hover {
  text-decoration: none;
}

a, a:focus, a:hover, .navbar-default .navbar-nav > .active > a:hover, .sidenav > li > a.active, .sidenav > li > a:hover, .pager li > a:hover, .toc a:hover, .toc a:active, .category-title a:hover {
  color: #3c3cf7;
}

h1, .navbar-default .navbar-nav > li > a, .breadcrumb {
  letter-spacing: 1.5px;
}

.category-title a {
  font-size: 18px;
  color: #006400;
}

.main-content > h1 {
  font-weight: 300;
}

.navbar-default .navbar-nav > .active > a {
  color: #3c3cf7;
  font-weight: 500;
}

.navbar-default .navbar-nav > .active > a:hover {
  font-weight: 500;
}

code, .token.function {
  color: #a20d09;
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #09668e;
}

.main-content {
  line-height: 25px;
}

.sidebar {
  position: fixed;
  visibility: hidden;
  top: 91px;
  left: 0;
  overflow-y: scroll;
  height: 100%;
}

.sidenav a {
  color: #333;
}

.sidenav > li > a {
  line-height: 25px;
}

.sidebar-category-title {
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0 20px;
  font-size: 1.3em;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 500;
}

.toc {
  background-color: #fcfcfc;
  border: 1px solid #e7e7e7;
  margin: 3em 0;
}

.toc:before, .toc a, .toc li:before {
  color: #333;
}

.pager li > a {
  color: #006400;
}

.site-header .navbar {
  background-color: #caffa9;
}

.site-header .navbar {
  border-bottom: 1px solid #c8f7aa;
}

.site-footer {
  background-color: transparent;
  color: #333;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a:focus {
  color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #3c3cf7;
  border-bottom: 2px solid #006400;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle .icon-bar {
  color: #333;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-toggle {
  padding: 7px 4px;
}

ul {
  padding-inline-start: 20px;
}

form.mobile_search {
  margin: 0.5em 0;
}

h1 a:before, h2 a:before, h3 a:before {
  display: none;
}

h2 a:after {
  display: none;
}

.copyright {
  text-align: center;
}

.categories {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.categories > .row {
  margin-bottom: 1.5em;
}

.category {
  text-align: center;
}

.category-title {
  margin-top: 1em;
  margin-bottom: 1em;
}

.category img {
  width: 100%;
}

.form-group {
  margin-right: 20px;
  margin-left: 20px;
}

.navbar-brand {
  font-family: Helvetica;
  color: #00008b !important;
}

article.main-content {
  min-height: 70em;
}

.pager {
  margin-top: 0;
}

.pager li > a {
  padding: 0px;
}

.toc:before {
  content: "Índice";
}

.paragrafo-introdutorio {
  margin-top: 3em;
}

.bottom-pager {
  margin-top: 2em;
}

.home-navbar-header .navbar-brand {
  justify-content: flex-start;
}

.banner {
  height: 100vh;
}

.banner h1 {
  font-family: Helvetica;
}

.banner h2 {
  border-bottom: none;
  font-size: 1.4em;
}

.callout h2 {
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.callout-success h2 {
  color: #10cfbd;
}

.callout-info h2 {
  color: #48b0f7;
}

.callout-warning h2, .callout-warning a {
  color: #8e7115;
}

.callout-danger h2 {
  color: #f55753;
}

pre {
  min-height: 5em;
}

.category {
  margin-bottom: 2em;
}

article img {
  max-width: 100%;
  margin-top: 0.7em;
  margin-bottom: 1em;
  border: 1px solid #ddd;
}

code {
  padding: 0px;
  background-color: transparent;
  border-radius: 0px;
  font-family: monospace;
}

pre code {
  font-size: 1.1em !important;
}

.breadcrumb {
  text-transform: uppercase;
}

.bordered-image {
  border: 2px solid #eee;
  border-radius: 4px;
}

@media screen and (max-width: 460px) {

  h2 {
    font-size: 24px;
  }

  article.main-content {
    min-height: 100vh;
  }

}

@media screen and (max-width: 767px) {

  #search {
    padding: 0;
  }

}

@media screen and (max-width: 1024px) {

  .sidebar-category-title {
    font-size: 1.1em;
    line-height: 1.7em;
  }

  .navbar {
    background-color: #caffa9 !important;
  }

  #search {
    padding: 0;
  }

}

@media screen and (min-width: 768px) {

  .pager {
    margin-top: -0.3em;
  }

  .bottom-pager {
    margin-top: 1.5em;
  }

  .breadcrumb {
    padding-left: 50px;
  }

  .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 5px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  article.main-content {
    min-height: 90em;
  }

}
