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

.filter-posts,
.component-order-posts {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  justify-content: flex-end;
}

@media (max-width: 576px) {
  .filter-posts,
  .component-order-posts {
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}

.filter-posts p,
.component-order-posts p {
  color: var(--wp--preset--color--low-pure);
  font-size: 18px;
  font-weight: 400;
}

.filter-posts form,
.component-order-posts form {
  margin-left: 10px;
  position: relative;
}

@media (max-width: 576px) {
  .filter-posts form,
  .component-order-posts form {
    margin-left: 0;
  }
}

.filter-posts form::after,
.component-order-posts form::after {
  content: " ";
  height: 100%;
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/icon-filter.svg");
  background-position: left;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  top: 0;
  width: 20px;
  overflow: hidden;
}

.filter-posts form select,
.component-order-posts form select {
  background-color: var(--wp--preset--color--high-pure);
  border: 1px solid var(--wp--preset--color--low-pure);
  border-radius: 8px;
  color: var(--wp--preset--color--low-dark);
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  min-width: 230px;
  outline: none;
  padding: 10px 15px 10px 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.component-filter-posts .filter-options-form,
.component-filter-posts .select-form,
.component-order-posts .filter-options-form,
.component-order-posts .select-form {
  border-color: var(--wp--preset--color--high-dark);
  color: var(--wp--preset--color--low-dark);
  font-size: var(--wp--preset--font-size--xxxs);
  line-height: 1;
}

@media (max-width: 782px) {
  .archive #app .header-and-footer-archive {
    padding-bottom: 30px;
    padding-top: 120px;
  }
}

@media (max-width: 576px) {
  .archive #app .header-and-footer-archive {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.archive #app .header-and-footer-archive .wp-block-columns {
  margin-top: 90px;
}

@media (max-width: 782px) {
  .archive #app .header-and-footer-archive .wp-block-columns {
    margin-bottom: 15px;
  }
}

@media (max-width: 781px) {
  .archive #app .header-and-footer-archive .wp-block-columns {
    margin-bottom: 5px;
  }
}

@media (max-width: 781px) {
  .archive #app .header-and-footer-archive .wp-block-columns .wp-block-column .wp-block-image {
    float: initial;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.archive #app .header-and-footer-archive .wp-block-heading {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: -5px;
}

@media (max-width: 782px) {
  .archive #app .header-and-footer-archive .wp-block-heading {
    margin-top: -40px;
  }
}

@media (max-width: 781px) {
  .archive #app .header-and-footer-archive .wp-block-heading {
    margin-top: -55px;
  }
}

@media (min-width: 1400px) {
  .archive #app .index-wrapper > .container {
    max-width: 1200px;
  }
}

.archive #app .infos {
  margin-top: 0;
  border-top: 1px solid var(--wp--preset--color--high-dark);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 32px;
}

@media (max-width: 782px) {
  .archive #app .infos {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {
  .archive #app .infos {
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 0;
  }
}

.archive #app .infos .sorting {
  margin-top: 25px;
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  margin-left: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--default);
  line-height: 150%;
  color: var(--wp--preset--color--low-pure);
  max-width: 405px !important;
  width: 100%;
}

@media (max-width: 991px) {
  .archive #app .infos .sorting {
    flex-direction: column;
  }
}

@media (max-width: 776px) {
  .archive #app .infos .sorting {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .archive #app .infos .sorting {
    align-items: flex-start;
    flex-basis: 100%;
    opacity: 0.6;
    width: 100%;
  }
}

.archive #app .infos .sorting span {
  margin-top: 0;
  position: relative;
  right: 0;
  font-size: var(--wp--preset--font-size--default);
  margin-right: 30px;
  top: -11px;
}

@media (max-width: 991px) {
  .archive #app .infos .sorting span {
    right: 147px;
  }
}

@media (max-width: 576px) {
  .archive #app .infos .sorting span {
    right: 129px;
  }
}

@media (max-width: 491px) {
  .archive #app .infos .sorting span {
    right: inherit;
    left: 0;
  }
}

.archive #app .infos .sorting form {
  max-width: 271px;
  width: 100%;
}

@media (max-width: 576px) {
  .archive #app .infos .sorting form {
    max-width: 100%;
  }
}

.archive #app .infos .sorting .select-form {
  background: var(--wp--preset--color--high-pure);
  border: 1px solid var(--wp--preset--color--high-dark);
  border-radius: 8px;
  max-width: 271px;
  width: 100%;
  font-family: "Mulish", sans-serif;
  font-size: var(--wp--preset--font-size--xxxs);
  color: var(--wp--preset--color--low-dark);
  height: 47px;
  padding: 13px 16px;
}

@media (max-width: 576px) {
  .archive #app .infos .sorting .select-form {
    max-width: 100%;
  }
}

.archive #app .col-md-9,
.archive #app .col-md-12 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 60px;
}

@media (max-width: 576px) {
  .archive #app .col-md-9,
  .archive #app .col-md-12 {
    padding: 10px 15px 0 15px;
  }
}

.archive #app .col-md-9 .posts-wrapper,
.archive #app .col-md-12 .posts-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  width: 100%;
}

@media (max-width: 768px) {
  .archive #app .col-md-9 .posts-wrapper,
  .archive #app .col-md-12 .posts-wrapper {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .archive #app .col-md-9 .posts-wrapper,
  .archive #app .col-md-12 .posts-wrapper {
    grid-template-columns: 1fr;
  }
}

.archive #app .col-md-9 .post-card,
.archive #app .col-md-12 .post-card {
  border-top: none;
}

.archive #app .col-md-9 .post-card .post-card--content .entry-excerpt,
.archive #app .col-md-12 .post-card .post-card--content .entry-excerpt {
  overflow: hidden;
}

.archive #app .results-pagination {
  display: inline-flex;
  max-width: 690px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media (max-width: 782px) {
  .archive #app .results-pagination {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .archive #app .results-pagination {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

.archive #app .results-pagination .showing p {
  font-size: 14px;
  color: var(--wp--preset--color--low-light);
}

@media (max-width: 782px) {
  .archive #app .results-pagination .showing p {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .archive #app .results-pagination .nav-links {
    justify-content: center;
  }
}

.archive.tax-edicao #app .header-and-footer-archive .wp-block-columns {
  margin-top: 130px !important;
}

@media (max-width: 782px) {
  .archive.tax-edicao #app .header-and-footer-archive .wp-block-columns {
    margin-top: 20px !important;
  }
}

@media (max-width: 576px) {
  .archive.tax-edicao #app .header-and-footer-archive .wp-block-columns {
    margin-top: 40px !important;
  }
}

.archive.tax-formato .header-and-footer-archive {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 60px !important;
}

@media (max-width: 768px) {
  .archive.tax-formato .header-and-footer-archive {
    padding-top: 130px !important;
  }
}

@media (max-width: 576px) {
  .archive.tax-formato .header-and-footer-archive {
    padding-top: 100px !important;
  }
}

.archive.tax-formato .infos {
  margin-top: 0;
}

.archive.tax-formato .results-pagination-header {
  display: inline-flex;
  max-width: 690px;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .archive.tax-formato .results-pagination-header {
    display: block;
  }
}

.archive.tax-formato .results-pagination-header .showing p {
  font-size: 14px;
  color: var(--wp--preset--color--low-light);
}

@media (max-width: 576px) {
  .archive.tax-formato .results-pagination-header .showing p {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .archive.tax-formato .results-pagination-header .nav-links {
    justify-content: center;
    margin-top: 30px;
  }
}

.archive.tax-formato .format {
  font-size: 2em;
  font-weight: 800;
  margin-top: 0;
  padding-left: 15px;
}

@media (max-width: 782px) {
  .archive.post-type-archive-projeto #app .header-and-footer-archive {
    padding-top: 0px !important;
  }
}

@media (max-width: 576px) {
  .archive.post-type-archive-projeto #app .header-and-footer-archive p {
    border-bottom: none;
    padding-bottom: 0;
  }

  .archive.post-type-archive-projeto #app .header-and-footer-archive figure {
    padding-bottom: 50px;
    border-bottom: 1px solid var(--wp--preset--color--high-dark);
  }
}

@media (max-width: 576px) {
  .archive.post-type-archive-projeto #app .infos {
    margin-bottom: 0;
  }
}

.archive.post-type-archive-projeto #app .infos .sorting {
  display: none;
}

.archive.post-type-archive-projeto #app .entry-date {
  display: none;
}

.archive.post-type-archive-atividade_da_rede .header-and-footer-archive {
  margin-top: 140px;
}

@media (max-width: 782px) {
  .archive.post-type-archive-atividade_da_rede .header-and-footer-archive {
    margin-top: -60px;
  }
}

.archive.post-type-archive-tribe_events #app .header-and-footer-archive {
  padding-top: 80px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 782px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive {
    padding-bottom: 30px;
    padding-top: 120px;
  }
}

@media (max-width: 576px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-columns {
  max-width: 1140px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

@media (max-width: 782px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-columns {
    margin-bottom: 15px;
  }
}

@media (max-width: 781px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-columns {
    margin-bottom: 5px;
  }
}

@media (max-width: 781px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-columns .wp-block-column .wp-block-image {
    float: initial;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-heading {
  font-size: 2em;
  font-weight: 800;
  margin-bottom: -5px;
  margin-top: 0;
}

@media (max-width: 782px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-heading {
    margin-top: -40px;
  }
}

@media (max-width: 781px) {
  .archive.post-type-archive-tribe_events #app .header-and-footer-archive .wp-block-heading {
    margin-top: -55px;
  }
}

@media (min-width: 1400px) {
  .archive.post-type-archive-tribe_events #app .index-wrapper > .container {
    max-width: 1200px;
  }
}

.archive .shortcode-search form {
  display: flex;
  margin-bottom: 15px;
  margin-top: 15px;
}

.archive .shortcode-search form label {
  width: 100%;
}

.archive .shortcode-search form label input {
  border-top: 1px solid var(--wp--preset--color--high-dark);
  border-right: 0;
  border-bottom: 1px solid var(--wp--preset--color--high-dark);
  border-left: 1px solid var(--wp--preset--color--high-dark);
  color: var(--wp--preset--color--low-pure);
  padding: 10px 15px;
  width: calc(100% - 30px);
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.archive .shortcode-search form label input:active,
.archive .shortcode-search form label input:focus,
.archive .shortcode-search form label input:focus-visible {
  border-width: 1px;
  outline: 0;
}

.archive .shortcode-search form button {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/shortcode-search.svg");
  background-position: center;
  background-repeat: no-repeat;
  flex-basis: 80px;
  text-indent: -999999px;
  border-top: 1px solid var(--wp--preset--color--highlight-pure);
  border-right: 1px solid var(--wp--preset--color--highlight-pure);
  border-bottom: 1px solid var(--wp--preset--color--highlight-pure);
  border-left: 0;
  background-color: var(--wp--preset--color--highlight-pure);
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

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

.archive .post {
  transition: all 0.2s;
}

.archive .post .post-card {
  border-top: 1px solid var(--wp--preset--color--high-dark);
  padding-top: 30px;
}

.archive .post .post-card a {
  text-decoration: none;
}

.archive .post .post-card--thumb {
  border-radius: 16px;
  margin-bottom: 10px;
  overflow: hidden;
}

.archive .post .post-card--thumb .aspect-ratio {
  overflow: hidden;
  position: relative;
}

.archive .post .post-card--thumb .aspect-ratio::before {
  content: "";
  padding-top: 56.25%;
  float: left;
}

.archive .post .post-card--thumb .aspect-ratio::after {
  clear: left;
  content: " ";
  display: table;
}

.archive .post .post-card--thumb .aspect-ratio img {
  max-width: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 782px) {
  .archive .post .post-card--thumb .aspect-ratio img {
    min-width: 100%;
  }
}

.archive .post .post-card--content {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
}

.archive .post .post-card--content .entry-title {
  color: var(--wp--preset--color--primary-pure);
  font-size: var(--wp--preset--font-size--intermediate-standard);
  font-weight: 700;
  margin: 0;
}

.archive .post .post-card--content .entry-excerpt {
  color: var(--wp--preset--color--low-pure);
  font-size: 16px;
  margin-bottom: 15px;
}

.archive .post .post-card--content .entry-date {
  color: var(--wp--preset--color--low-light);
  font-weight: 700;
  margin: 0;
}

.archive .post:nth-child(1) .post-card {
  border-top: 0;
  padding-top: 0;
}

.archive .post:nth-child(2) .post-card {
  border-top: 0;
  padding-top: 0;
}

@media (max-width: 782px) {
  .archive .post:nth-child(2) .post-card {
    border-top: 1px solid var(--wp--preset--color--high-dark);
    padding-top: 30px;
  }
}

.archive .post:nth-child(3) .post-card {
  border-top: 1px solid var(--wp--preset--color--high-dark);
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .archive .post:nth-child(3) .post-card {
    border-top: 0;
    padding-top: 0;
  }
}


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