: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;
}

body.post-type-archive-glossario #app,
body.post-type-archive-pergunta #app {
  background-color: var(--wp--preset--color--high-light);
}

@media (max-width: 782px) {
  body.post-type-archive-glossario #app,
  body.post-type-archive-pergunta #app {
    margin-top: -65px;
  }
}

body.post-type-archive-glossario .index-wrapper .entry-title,
body.post-type-archive-pergunta .index-wrapper .entry-title {
  padding-top: 63px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 1000;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 150%;
  color: var(--wp--preset--color--primary-pure);
  margin-bottom: -5px;
}

@media (max-width: 782px) {
  body.post-type-archive-glossario .index-wrapper .entry-title,
  body.post-type-archive-pergunta .index-wrapper .entry-title {
    padding-top: 35px;
  }
}

body.post-type-archive-glossario .index-wrapper .subtitle,
body.post-type-archive-pergunta .index-wrapper .subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--default);
  line-height: 170%;
  color: var(--wp--preset--color--low-pure);
  margin-bottom: 0;
}

body.post-type-archive-glossario main,
body.post-type-archive-glossario main.col-md-12,
body.post-type-archive-pergunta main,
body.post-type-archive-pergunta main.col-md-12 {
  padding-bottom: 60px;
  padding-top: 40px;
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 782px) {
  body.post-type-archive-glossario main,
  body.post-type-archive-glossario main.col-md-12,
  body.post-type-archive-pergunta main,
  body.post-type-archive-pergunta main.col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  body.post-type-archive-glossario main,
  body.post-type-archive-glossario main.col-md-12,
  body.post-type-archive-pergunta main,
  body.post-type-archive-pergunta main.col-md-12 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

body.post-type-archive-glossario h2.term-name,
body.post-type-archive-pergunta h2.term-name {
  font-weight: 1000;
  font-size: var(--wp--preset--font-size--small);
  line-height: 170%;
  color: var(--wp--preset--color--primary-pure);
  padding-bottom: 20px;
  padding-top: 80px;
  margin-top: 80px;
}

@media (max-width: 782px) {
  body.post-type-archive-glossario h2.term-name,
  body.post-type-archive-pergunta h2.term-name {
    margin-top: -85px;
  }
}

body.post-type-archive-glossario ul.faq-term,
body.post-type-archive-pergunta ul.faq-term {
  list-style: none;
  margin-bottom: 64px;
  padding-left: 0;
}

@media (max-width: 782px) {
  body.post-type-archive-glossario ul.faq-term,
  body.post-type-archive-pergunta ul.faq-term {
    margin-bottom: 35px;
  }
}

body.post-type-archive-glossario ul.faq-term li.each-faq,
body.post-type-archive-pergunta ul.faq-term li.each-faq {
  background-color: var(--wp--preset--color--high-pure);
  border: 1px solid var(--wp--preset--color--high-dark);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

body.post-type-archive-glossario ul.faq-term li.each-faq .title,
body.post-type-archive-pergunta ul.faq-term li.each-faq .title {
  color: var(--wp--preset--color--low-dark);
  cursor: pointer;
  font-size: var(--wp--preset--font-size--intermediate-standard);
  padding: 17px 40px 17px 28px;
  position: relative;
}

@media (max-width: 576px) {
  body.post-type-archive-glossario ul.faq-term li.each-faq .title,
  body.post-type-archive-pergunta ul.faq-term li.each-faq .title {
    padding: 15px 40px 15px 15px;
  }
}

body.post-type-archive-glossario ul.faq-term li.each-faq .title::after,
body.post-type-archive-pergunta ul.faq-term li.each-faq .title::after {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/faq-arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  content: "";
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 16px;
  top: 17px;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
  transform: rotate(0);
  width: 30px;
}

body.post-type-archive-glossario ul.faq-term li.each-faq.active .title::after {
  transform: rotate(180deg);
}

body.post-type-archive-glossario ul.faq-term li.each-faq.active .content {
  display: block;
}

body.post-type-archive-glossario ul.faq-term li.each-faq .title h3,
body.post-type-archive-pergunta ul.faq-term li.each-faq .title h3 {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--default);
  line-height: 150%;
  color: var(--wp--preset--color--low-dark);
}

body.post-type-archive-glossario ul.faq-term li.each-faq .content,
body.post-type-archive-pergunta ul.faq-term li.each-faq .content {
  display: none;
  background-color: var(--wp--preset--color--high-pure);
  padding: 2px 28px;
}

@media (max-width: 576px) {
  body.post-type-archive-glossario ul.faq-term li.each-faq .content,
  body.post-type-archive-pergunta ul.faq-term li.each-faq .content {
    padding: 2px 15px;
  }
}

body.post-type-archive-glossario ul.faq-term li.each-faq .content p,
body.post-type-archive-pergunta ul.faq-term li.each-faq .content p {
  margin-bottom: 16px;
  margin-top: 16px;
}


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