:root {
  --s-html: 16px;
  --s-p: 1rem;
  --s-h1: 3rem;
  --s-h2: 2.5rem;
  --s-h3: 2rem;
  --s-h4: 1.5rem;
  --s-h5: 1.25rem;
  --s-h6: 0.875rem;
  --s-meta: 0.875rem;
  --s-h1-mt: 1em;
  --s-h1-mb: 1em;
  --s-h2-mt: 0.75em;
  --s-h2-mb: 0.75em;
  --s-h3-mt: 0.585em;
  --s-h3-mb: 0.585em;
  --s-h4-mt: 0.5em;
  --s-h4-mb: 0.5em;
  --c-primary: #035299;
  --c-secondary: #B1D3E5;
  --c-gray--darker: #333333;
  --c-yellow-primary: #FBF6C0;
  --p-theme: /wp-content/themes/cemaden-educacao;
  --p-theme-assets: /wp-content/themes/cemaden-educacao/assets;
  --f-body: Mulish, sans-serif;
  --f-title: Mulish, sans-serif;
  --s-small: 20px;
  --s-large: 40px;
}

.page-template-page-anchor #app {
  overflow-x: initial;
}

@media (max-width: 782px) {
  #app .subtitle {
    margin-bottom: 30px !important;
  }
}

#app .sidebar-page {
  z-index: 9;
  padding-top: 50px !important;
  margin-right: 80px;
}

@media (max-width: 576px) {
  #app .sidebar-page {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  #app .sidebar-page {
    /* Safari */
    position: sticky;
    top: 130px;
  }

  .admin-bar #app .sidebar-page {
    top: 160px;
  }
}

@media (max-width: 782px) {
  #app .sidebar-page {
    position: -webkit-sticky;
    /* Safari */
    top: -30px;
    min-height: 100px;
  }
}

#app .sidebar-page .anchor-title {
  display: none;
  font-weight: 700;
}

@media (max-width: 782px) {
  #app .sidebar-page .anchor-title {
    display: none;
  }
}

#app .sidebar-page #anchors {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-bottom: 120px;
}

@media (min-width: 783px) and (max-width: 1199px) {
  #app .sidebar-page #anchors {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 782px) {
  #app .sidebar-page #anchors {
    display: none;
  }
}

#app .sidebar-page #anchors li {
  padding: 0;
  border-radius: 3px;
}

#app .sidebar-page #anchors li:first-of-type {
  position: relative;
}

#app .sidebar-page #anchors li.active {
  background-color: var(--wp--preset--color--high-dark);
}

#app .sidebar-page #anchors li a {
  color: var(--wp--preset--color--primary-pure);
  display: block;
  font-weight: 700;
  margin: 0;
  padding: 5px 10px;
  text-decoration: none;
  width: 100%;
}

#app .sidebar-page #anchors-mobile {
  background-color: var(--wp--preset--color--high-dark);
  border-radius: 8px;
  display: none;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-top: 0;
}

@media (max-width: 782px) {
  #app .sidebar-page #anchors-mobile {
    /*  display: block;
     left: 15px;
     top: 90px;
     position: absolute;
     width: calc(100% - -32px); */
    display: flex;
    flex-direction: column;
  }
}

#app .sidebar-page #anchors-mobile:before {
  content: " ";
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/arrow-anchor.svg");
  background-repeat: no-repeat;
  background-position: center;
  /* width: 30px; */
  width: 17px;
  height: 35px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 99;
}

#app .sidebar-page #anchors-mobile li {
  background-color: var(--wp--preset--color--high-dark);
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

#app .sidebar-page #anchors-mobile li.active {
  position: relative;
  z-index: 98;
}

#app .sidebar-page #anchors-mobile.open:before {
  transform: rotate(180deg);
}

#app .sidebar-page #anchors-mobile.open li {
  position: relative;
}


/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvX3AtcGFnZS1hbmNob3IuY3NzIiwic291cmNlUm9vdCI6IiJ9*/