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

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

.share-links {
  padding-top: 0;
  width: 100%;
  z-index: 9;
  top: 0;
  height: 100%;
  justify-content: flex-end;
}

.share-links--content {
  align-items: center;
  display: flex;
}

.share-links--content .share-text {
  color: var(--wp--preset--color--low-light);
  font-size: var(--wp--preset--font-size--xxxs);
  margin-right: 20px;
}

@media (max-width: 782px) {
  .share-links--content .share-text {
    margin-right: 10px;
  }
}

.share-links--content a,
.share-links--content .share {
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 30px;
}

.share-links--content a.show-icon {
  display: initial;
}

.share-links--content .share {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/social-networks/share.png");
  cursor: pointer;
}

.share-links--content .twitter {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/social-networks/twitter.png");
}

.share-links--content .facebook {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/social-networks/face2.png");
}

.share-links--content .whatsapp {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/social-networks/whatsapp2.svg");
}

@media (min-width: 992px) {
  div#app {
    overflow-x: initial;
  }
}

@media (min-width: 782px) and (max-width: 992px) {
  div#app {
    overflow-x: initial;
  }
}

body.single-midiateca .content {
  max-width: 770px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992) {
  body.single-midiateca .content {
    margin-top: 90px;
  }
}

body.single-midiateca .video-midiateca {
  background-color: #333333;
  margin-top: 147px;
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  body.single-midiateca .video-midiateca {
    margin-top: 123px;
  }
}

@media (max-width: 781px) {
  body.single-midiateca .video-midiateca {
    margin-top: 63px;
  }
}

@media (max-width: 576px) {
  body.single-midiateca .video-midiateca {
    margin-top: 50px;
  }
}

body.single-midiateca .video-midiateca iframe {
  max-width: 1169px;
  width: 100%;
  height: 657px;
  text-align: center;
}

@media (max-width: 576px) {
  body.single-midiateca .video-midiateca iframe {
    max-width: 328px;
    height: 184px;
  }
}

body.single-midiateca .post-type {
  font-style: normal;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--intermediate-standard);
  line-height: 150%;
  color: var(--wp--preset--color--primary-pure);
  position: relative;
  top: 50px;
  text-transform: capitalize;
  margin-top: 50px;
}

@media (max-width: 782px) {
  body.single-midiateca .post-type {
    display: none;
  }
}

@media (max-width: 576px) {
  body.single-midiateca .wp-block-spacer {
    height: 0 !important;
  }
}

body.single-midiateca .title {
  margin-bottom: 32px;
  margin-top: 60px;
}

@media (max-width: 576px) {
  body.single-midiateca .title {
    margin-bottom: 0;
  }
}

body.single-midiateca .title h4 {
  font-style: normal;
  font-weight: 1000;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 150%;
  color: var(--wp--preset--color--primary-pure);
}

@media (max-width: 576px) {
  body.single-midiateca .title h4 {
    margin-top: 16px !important;
  }
}

body.single-midiateca .meta-subtitle p {
  margin-bottom: 42px;
}

body.single-midiateca .midiateca-thumbnail img {
  max-width: 770px;
  width: 100%;
  height: 445px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.single-midiateca .post-info {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  border-top: 1px solid var(--wp--preset--color--high-dark);
  margin-bottom: 100px;
  margin-top: 32px;
}

body.single-midiateca .post-info .data {
  display: flex;
  flex-basis: 50%;
  flex-shrink: 0;
}

body.single-midiateca .post-info .data p {
  font-size: var(--wp--preset--font-size--xxxs);
  color: var(--wp--preset--color--low-light);
}

@media (max-width: 378px) {
  body.single-midiateca .post-info .data p {
    font-size: 13px !important;
  }
}

@media (max-width: 314px) {
  body.single-midiateca .post-info .data p {
    font-size: 11px !important;
  }
}

body.single-midiateca .post-info .data .date-weight {
  font-weight: 700;
}

body.single-midiateca .post-info .post-content-share {
  flex-basis: 50%;
  flex-shrink: 0;
}

body.single-midiateca .post-info .post-content-share .share-links {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  body.single-midiateca .post-info .post-content-share .share-links .share-links--content {
    gap: 0;
  }
}

body.single-midiateca .post {
  margin-top: 0 !important;
}

body.single-midiateca .post .p-dark {
  font-style: normal;
  font-weight: 1000;
  line-height: 170%;
}

body.single-midiateca .post-content {
  border-top: 0 !important;
}

@media (max-width: 576px) {
  body.single-midiateca .post-card--thumb {
    max-width: 386px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  body.single-midiateca .post-card--thumb .aspect-ratio img {
    min-width: inherit !important;
    max-width: 326px !important;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  body.single-midiateca .post-card--content {
    max-width: 326px !important;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

body.single-midiateca .video-gallery-block {
  width: 100%;
}

body.single-midiateca .video-gallery-block .video-gallery-wrapper {
  max-height: 370px;
}

body.single-midiateca .video-gallery-block .video-gallery-block-title {
  justify-content: left;
}

body.single-midiateca .video-gallery-block .video-gallery-block-title h2 {
  border-top: none;
  color: var(--wp--preset--color--primary-pure);
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

body.single-midiateca .video-gallery-block .video-gallery-block-title .title-line {
  display: none;
}

body.single-midiateca .video-gallery-block .sidebar-itens p {
  color: var(--wp--preset--color--low-pure);
}

body.single-midiateca .files {
  list-style: none;
  padding-left: 0;
}

body.single-midiateca .files li {
  margin-bottom: 10px;
}

body.single-midiateca .files li a {
  border-radius: 16px;
  border: 0;
  width: 100%;
  height: 40px;
  background-color: var(--wp--preset--color--helper-pure);
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--default);
  line-height: 150%;
  color: var(--wp--preset--color--high-pure);
  display: flex;
  justify-content: center;
  align-items: center;
}

body.single-midiateca .files li a:before {
  content: "";
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/icon-download.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  position: relative;
  display: block;
  background-size: 90%;
}

body.single-midiateca .title-related {
  border-top: 1px solid #DDDDDD;
  margin-top: 104px;
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 1000;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 150%;
  color: var(--wp--preset--color--primary-pure);
  padding-top: 32px;
}

@media (max-width: 576px) {
  body.single-midiateca .title-related {
    max-width: 328px;
    width: 100%;
    height: 144px;
    margin-top: 40px;
  }
}

body.single-midiateca .related {
  margin-top: 60px;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, auto));
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}

@media (max-width: 576px) {
  body.single-midiateca .related {
    grid-template-columns: 1fr;
  }
}

body.single-midiateca :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.single-midiateca .post {
  transition: all 0.2s;
}

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

body.single-midiateca .post .post-card a {
  text-decoration: none;
}

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

body.single-midiateca .post .post-card--thumb .aspect-ratio {
  overflow: hidden;
  position: relative;
}

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

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

body.single-midiateca .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) {
  body.single-midiateca .post .post-card--thumb .aspect-ratio img {
    min-width: 100%;
  }
}

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

body.single-midiateca .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;
}

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

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

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

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

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

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

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


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