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

.archive #app .index-wrapper {
  margin-top: 40px;
}

@media (max-width: 782px) {
  .archive #app .index-wrapper {
    margin-top: 0;
  }
}

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

.archive #app .header-and-footer-archive {
  padding-bottom: 40px;
  padding-top: 40px;
}

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

@media (max-width: 768px) {
  .archive #app .header-and-footer-archive {
    padding-top: 130px;
  }
}

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

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

@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 (max-width: 782px) {
  .archive #app .header-and-footer-archive p {
    margin-top: 5px;
  }
}

.archive #app .col-md-12 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  width: 100%;
}

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

.archive #app .col-md-12 .post-header.tabs {
  border-bottom: 1px solid var(--wp--preset--color--high-dark);
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  width: 100%;
}

.archive #app .col-md-12 .post-header.tabs .link {
  align-items: center;
  border-bottom: 3px solid transparent;
  color: var(--wp--preset--color--low-light);
  display: flex;
  font-size: var(--wp--preset--font-size--default);
  font-weight: 1000;
  text-transform: uppercase;
  margin-right: 30px;
  padding: 5px 0;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 992px) {
  .archive #app .col-md-12 .post-header.tabs .link {
    font-size: var(--wp--preset--font-size--small);
    padding: 5px 20px;
  }
}

@media (max-width: 782px) {
  .archive #app .col-md-12 .post-header.tabs .link {
    font-size: var(--wp--preset--font-size--default);
    padding: 5px 15px;
  }
}

@media (max-width: 576px) {
  .archive #app .col-md-12 .post-header.tabs .link {
    font-size: 0.75rem;
    padding: 5px 10px;
  }
}

.archive #app .col-md-12 .post-header.tabs .link.active {
  border-bottom: 3px solid var(--wp--preset--color--highlight-pure);
  color: var(--wp--preset--color--primary-pure);
}

.archive #app .col-md-12 .post-header.tabs .link.active svg {
  filter: grayscale(0);
}

.archive #app .col-md-12 .post-header.tabs .link:hover {
  color: var(--wp--preset--color--primary-pure);
}

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

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

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

.archive #app .col-md-12 .post-card .entry-excerpt {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .archive #app .col-md-12 .post-card .entry-excerpt {
    margin-bottom: -10px;
  }
}

.archive #app .col-md-12 .post-card .entry-date {
  display: none;
}

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

@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: 576px) {
  .archive #app .results-pagination .nav-links {
    justify-content: center;
    margin-top: 55px;
  }
}

.archive #app .position-footer {
  max-width: 1140px !important;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-top: 70px;
  margin-bottom: 100px;
}

@media (max-width: 782px) {
  .archive #app .position-footer .wp-block-cover {
    padding: 25px 16px !important;
  }
}

.archive #app .position-footer .wp-block-cover__background {
  border-radius: 16px;
}

.archive #app .position-footer .wp-block-cover__background .wp-block-columns {
  margin-bottom: 0 !important;
}

@media (max-width: 1199px) {
  .archive #app .position-footer .column-text {
    flex-basis: 80% !important;
  }
}

@media (max-width: 991px) {
  .archive #app .position-footer .column-text {
    flex-basis: 70% !important;
  }
}

@media (max-width: 782px) {
  .archive #app .position-footer .column-text h2 {
    margin-top: -15px !important;
    margin-left: 20px;
  }
}

@media (max-width: 782px) and (max-width: 576px) {
  .archive #app .position-footer .column-text h2 {
    margin-left: 0;
  }
}

@media (max-width: 781px) {
  .archive #app .position-footer .column-text h2 {
    margin-top: 0 !important;
  }
}

.archive #app .position-footer .column-text h2 img {
  margin-top: -7px;
}

.archive #app .position-footer .column-text p {
  margin-bottom: 0;
}

@media (max-width: 782px) {
  .archive #app .position-footer .column-text p {
    margin-bottom: 10px;
    margin-left: 20px;
  }
}

@media (max-width: 1199px) {
  .archive #app .position-footer .column-button {
    flex-basis: 20% !important;
  }
}

@media (max-width: 991px) {
  .archive #app .position-footer .column-button {
    flex-basis: 30% !important;
  }
}

@media (max-width: 576px) {
  .archive #app .position-footer .column-button .wp-block-buttons {
    justify-content: left;
  }
}

.archive #app .position-footer .column-button .wp-block-button :hover {
  color: #fff;
}

.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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvX3AtYXJjaGl2ZS1qb3JuYWRhLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/