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

.projeto-header {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 70px;
  max-width: 100% !important;
  width: 100% !important;
  background-color: #035299;
}

@media (max-width: 782px) {
  .projeto-header {
    background-color: greenyellow;
    padding-left: 0;
    padding-right: 0;
  }
}

.projeto-header::before {
  margin-left: calc( 50% - 50vw);
  margin-right: calc( 50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  opacity: 1 !important;
}

@media (max-width: 782px) {
  .projeto-header > .wp-block-cover__inner-container > .wp-block-columns {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.projeto-header .content {
  flex-basis: 90%;
}

.projeto-header .content .wp-block-columns .wp-block-column h5 {
  margin: 0;
}

.projeto-header .content .info {
  line-height: 20px;
  margin-bottom: 0;
}

@media (max-width: 782px) {
  .projeto-header .content .info {
    flex-direction: column;
  }
}

.projeto-header .content .info-left {
  flex-basis: unset;
  flex-grow: 0;
}

@media (max-width: 782px) {
  .projeto-header .content .info-right {
    margin-left: 0;
  }
}

.projeto-header .content .info-right .wp-block-columns {
  margin: 0 0 0 87px;
}

@media (max-width: 782px) {
  .projeto-header .content .info-right .wp-block-columns {
    margin-left: 0;
    display: flex;
  }
}

.projeto-header .content .info-right .wp-block-columns .wp-block-column {
  flex-basis: unset;
  flex-grow: unset;
  margin-left: 24px;
}

@media (max-width: 782px) {
  .projeto-header .content .info-right .wp-block-columns .wp-block-column {
    flex-basis: initial !important;
    margin: 15px 20px 0 0;
  }
}

.projeto-header .content .info-right .wp-block-columns .wp-block-column:first-child {
  margin-left: 0;
}

.projeto-header .radio {
  flex-basis: 198px;
}

@media (max-width: 782px) {
  .projeto-header .radio {
    margin-left: 0;
  }
}

.mid-card {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .mid-card {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .mid-card {
    margin-bottom: 0;
    padding: 0 0 15px 0;
  }
}

.mid-card img.wp-block-cover__image-background {
  margin-left: calc( 50% - 50vw) !important;
  margin-right: calc( 50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
  /* opacity: 1 !important;
  background-color: #fbf6c0;
  content: ' ';
  position: absolute;
  z-index: 0; */
}

.mid-card .wp-block-columns {
  margin: 0 !important;
}

@media (max-width: 992px) {
  .mid-card .wp-block-columns {
    flex-direction: column;
  }
}

.mid-card .wp-block-columns .wp-block-column {
  flex-basis: 50%;
}

@media (max-width: 992px) {
  .mid-card .wp-block-columns .wp-block-column {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .mid-card .wp-block-columns .wp-block-column:first-child figure {
    float: left;
    margin: 0;
    max-width: 90px;
  }
}

@media (max-width: 576px) {
  .mid-card .wp-block-columns .wp-block-column:first-child figure {
    max-width: 50px;
  }
}

@media (max-width: 992px) {
  .mid-card .wp-block-columns .wp-block-column h2 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .mid-card .wp-block-columns .wp-block-column h2 br {
    display: none;
  }
}

@media (max-width: 782px) {
  .mid-card .wp-block-columns .wp-block-column h4 {
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 0;
  }
}

@media (max-width: 782px) {
  .mid-card .wp-block-columns .wp-block-column p {
    line-height: 1.2;
  }
}

.mid-card-left {
  align-items: center;
}

.mid-card-left .wp-block-columns {
  align-items: center;
}

.mid-card-left .wp-block-columns h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  color: #035299;
}

.mid-card-left .wp-block-columns .wp-block-image {
  margin: 0;
  text-align: right;
}

.mid-card-right {
  padding-left: 2em;
  align-items: center;
  text-align: left;
}

.mid-card-right .wp-block-buttons {
  justify-content: left;
}

.mid-card-right h4 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px !important;
  line-height: 38px;
  color: #035299 !important;
  margin: 0;
}

.mid-card-right p {
  margin: 32px 0;
}

.mid-card-right a.wp-block-button__link {
  padding: 13px 92.34px;
  background-color: #035299;
}

@media (max-width: 782px) {
  #cover-conheca {
    padding-left: 0;
    padding-right: 0;
  }
}

#cover-conheca .wp-block-columns {
  margin-bottom: 65px;
  gap: 20px;
}

#cover-conheca .wp-block-columns #box-conheca {
  border: 1px solid #035299;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 348px;
  width: 100%;
  margin: 0 auto;
  padding: 31px;
}

@media (max-width: 782px) {
  #cover-conheca .wp-block-columns #box-conheca {
    padding: 15px;
  }
}

#cover-conheca .wp-block-columns #box-conheca:first-of-type h4 {
  margin: 0 5px 24px 5px;
}

#cover-conheca .wp-block-columns #box-conheca h4 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px !important;
  line-height: 38px;
  text-align: center;
  color: #035299;
  margin: 0 -5px 24px -5px;
}

@media (min-width: 992px) {
  #cover-conheca .wp-block-columns #box-conheca h4 {
    font-size: 32px !important;
  }
}

#cover-conheca .wp-block-columns #box-conheca .wp-block-image {
  margin: 0 0 24px 0;
}

#cover-conheca .wp-block-columns #box-conheca .wp-block-image img {
  height: auto;
  width: 100%;
}

#cover-conheca .wp-block-columns #box-conheca .wp-block-buttons .wp-block-button {
  margin: 0;
}

#cover-conheca .wp-block-columns #box-conheca .wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 13px 43px;
  background-color: #035299;
}

#cover-noticias {
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  #cover-noticias {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  #cover-noticias {
    margin-bottom: 0;
    padding: 0 0 15px 0;
  }
}

#cover-noticias h1 {
  margin: 0 0 40px 0;
}

@media (max-width: 782px) {
  #cover-noticias .wp-block-columns {
    margin-bottom: 0;
  }
}

#cover-noticias .ultp-category-grid a {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

#cover-noticias .ultp-block-title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #035299;
}

#cover-noticias .ultp-block-date {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

#cover-noticias .ultp-block-excerpt {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

@media (max-width: 782px) {
  #cover-noticias .ultp-block-excerpt {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1.75em;
    padding-bottom: 1.75em;
  }
}

#cover-materiais {
  margin-bottom: 80px;
}

#cover-materiais h1 {
  margin: 0 0 40px 0;
}

#cover-materiais .wp-block-columns {
  justify-content: space-between;
  gap: 50px;
}

#cover-materiais .wp-block-columns #box-materiais {
  max-width: 100%;
  margin: 0;
}

#cover-materiais .wp-block-columns #box-materiais .wp-block-image {
  margin: 0 0 1em;
  width: 100%;
  max-height: 196px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#cover-materiais .wp-block-columns #box-materiais .wp-block-image img {
  height: 100%;
}

#cover-materiais a.wp-block-button__link {
  padding: 13px 92.34px;
  background-color: #035299;
}

#cover-media .cover-media-radio .wp-block-columns {
  margin: 0;
}

#cover-media .cover-media-radio .wp-block-columns .wp-block-column .wp-block-image {
  width: 100%;
  height: 146px;
  margin: 0;
  margin-right: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

#cover-media .cover-media-radio .wp-block-columns .wp-block-column p {
  margin: 12px 0 28px 0;
}

#cover-media .cover-media-radio .wp-block-buttons .wp-block-button a.wp-block-button__link {
  padding: 13px 40px;
  background-color: #035299;
}

#cover-tags h1 {
  margin: 0 0 40px 0;
}

#cover-tags .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column {
  margin-left: 23px;
}

#cover-tags .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:first-child {
  flex-basis: 122px !important;
  flex-grow: 0;
  margin-left: 0;
  align-self: center;
}

#cover-tags .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column:first-child .wp-block-image {
  margin: 0;
}

#cover-tags .wp-block-columns .wp-block-column .wp-block-columns .wp-block-column a {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #035299;
}

#cover-espacos {
  margin-bottom: 80px;
  padding: 81px 0;
  background-color: #FBF6C0;
}

#cover-espacos::before {
  margin-left: calc( 50% - 50vw);
  margin-right: calc( 50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  opacity: 1 !important;
}

#cover-espacos .wp-block-cover__inner-container h2 {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 58px;
  color: #035299;
  margin: 0;
  text-align: center;
}

#cover-espacos .wp-block-cover__inner-container p {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px !important;
  line-height: 38px;
  text-align: center;
  color: #333333 !important;
  margin: 32px 0 80px 0;
}

#cover-espacos .wp-block-cover__inner-container .wp-block-columns .wp-block-column p {
  font-size: 20px !important;
  line-height: 24px;
  margin: 32px 0 0 0;
}

#cover-espacos .wp-block-cover__inner-container .wp-block-columns .wp-block-column .wp-block-image img {
  height: 205px;
}


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