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

.home {
  background-color: #F5F5F5;
}

.home .home-wrapper {
  background-color: #F5F5F5;
  padding-bottom: 10px;
}

@media (max-width: 992px) {
  .home .home-wrapper {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  .home .home-wrapper {
    padding-bottom: 40px;
  }
}

.home .home-wrapper > * {
  margin: 0 auto;
  max-width: var(--wp--style--global--content-size);
  padding: 20px;
  width: 100%;
}

.home .home-wrapper h2 {
  color: var(--wp--preset--color--primary-pure);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.home .home-wrapper h2 em {
  color: var(--wp--preset--color--highlight-pure);
  display: block;
  font-size: 1.25rem;
  font-style: normal;
}

.home .home-wrapper a {
  text-decoration: none;
}

.home .home-wrapper .wp-element-button,
.home .home-wrapper .wp-block-button__link {
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
}

.home .home-shape {
  gap: 0;
  max-width: unset;
  padding: 0;
}

@media (max-width: 781px) {
  .home .home-shape {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .home .home-shape {
    padding-top: 50px;
  }
}

.home .home-shape > * {
  padding: 20px;
  width: 100%;
}

.home .home-shape .shape-start,
.home .home-shape .shape-end {
  background-repeat: no-repeat;
  background-size: cover;
}

.home .home-shape .shape-start p,
.home .home-shape .shape-end p {
  color: var(--wp--preset--color--low-light);
}

.home .home-shape .shape-start .wp-block-button__link,
.home .home-shape .shape-end .wp-block-button__link {
  background-color: #1A9988;
}

.home .home-shape .shape-start .wp-block-button__link,
.home .home-shape .shape-start .wp-block-button__link:focus,
.home .home-shape .shape-start .wp-block-button__link:hover,
.home .home-shape .shape-end .wp-block-button__link,
.home .home-shape .shape-end .wp-block-button__link:focus,
.home .home-shape .shape-end .wp-block-button__link:hover {
  color: white;
}

.home .home-shape .shape-start .wp-block-button__link:hover,
.home .home-shape .shape-end .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-pure);
}

.home .home-shape .shape-middle h2,
.home .home-shape .shape-middle p,
.home .home-shape .shape-end h2,
.home .home-shape .shape-end p {
  color: white;
}

.home .home-shape .shape-middle h2 em,
.home .home-shape .shape-end h2 em {
  color: var(--wp--preset--color--highlight-light);
  margin-top: -70px;
}

.home .home-shape .shape-start {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/home-shape-start.svg");
  background-position: bottom;
  min-height: 50vh;
  padding: 100px 20px 50px;
}

.home .home-shape .shape-start h2 {
  font-size: 3rem;
  line-height: 60px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 35px;
}

@media (max-width: 1095px) {
  .home .home-shape .shape-start h2 {
    font-size: 2rem;
  }
}

@media (max-width: 1046px) {
  .home .home-shape .shape-start h2 {
    line-height: 45px;
  }
}

@media (max-width: 945px) {
  .home .home-shape .shape-start h2 {
    margin-top: 0;
  }
}

@media (max-width: 800px) {
  .home .home-shape .shape-start h2 {
    margin-bottom: 0px;
  }
}

@media (max-width: 782px) {
  .home .home-shape .shape-start h2 {
    font-size: 3rem;
    line-height: 60px;
  }
}

.home .home-shape .shape-start p {
  background-color: #F5F5F5;
  border-radius: 0.25rem;
}

@media (max-width: 800px) {
  .home .home-shape .shape-start p {
    margin-top: 5px;
  }
}

.home .home-shape .shape-start .wp-block-column:first-child {
  flex-basis: 55% !important;
}

@media (max-width: 1150px) {
  .home .home-shape .shape-start .wp-block-column:first-child {
    flex-basis: 53% !important;
  }
}

@media (max-width: 1046px) {
  .home .home-shape .shape-start .wp-block-column:first-child {
    flex-basis: 51% !important;
  }
}

@media (max-width: 823px) {
  .home .home-shape .shape-start .wp-block-column:first-child {
    flex-basis: 50% !important;
  }
}

@media (max-width: 781px) {
  .home .home-shape .shape-start .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}

.home .home-shape .shape-start .wp-block-column:nth-child(2) {
  flex-basis: 45% !important;
}

@media (max-width: 1150px) {
  .home .home-shape .shape-start .wp-block-column:nth-child(2) {
    flex-basis: 47% !important;
  }
}

@media (max-width: 1046px) {
  .home .home-shape .shape-start .wp-block-column:nth-child(2) {
    flex-basis: 49% !important;
  }
}

@media (max-width: 823px) {
  .home .home-shape .shape-start .wp-block-column:nth-child(2) {
    flex-basis: 50% !important;
  }
}

@media (max-width: 781px) {
  .home .home-shape .shape-start .wp-block-image.alignright.size-full {
    float: inherit !important;
    -webkit-margin-start: auto !important;
            margin-inline-start: auto !important;
    -webkit-margin-end: auto !important;
            margin-inline-end: auto !important;
  }
}

@media (max-width: 781px) {
  .home .home-shape .shape-start {
    padding-top: 0;
  }
}

.home .home-shape .shape-middle {
  background-image: linear-gradient(#09366D, #1D447D 50%, #09366d);
}

.home .home-shape .shape-middle .img-column img {
  margin-top: -70px;
}

@media (max-width: 781px) {
  .home .home-shape .shape-middle .wp-block-buttons {
    justify-content: center;
  }
}

.home .home-shape .shape-middle .wp-block-button__link {
  background-color: transparent;
  border: 2px solid var(--wp--preset--color--highlight-pure);
  margin-top: 3rem;
}

.home .home-shape .shape-middle .wp-block-button__link,
.home .home-shape .shape-middle .wp-block-button__link:focus,
.home .home-shape .shape-middle .wp-block-button__link:hover {
  color: white;
}

.home .home-shape .shape-middle .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--highlight-pure);
}

@media (max-width: 781px) {
  .home .home-shape .shape-middle > .wp-block-columns > .wp-block-column:first-child {
    display: none;
  }
}

.home .home-shape .shape-middle .home-circles {
  display: grid;
  gap: 1rem;
  grid-template-columns: 70px 1fr 70px 1fr 70px 1fr;
}

.home .home-shape .shape-middle .home-circles p {
  font-weight: 700;
  line-height: 1.25;
  width: 100%;
}

.home .home-shape .shape-middle .home-circles p a {
  color: var(--wp--preset--color--high-pure);
}

.home .home-shape .shape-middle .home-circles .wp-block-group {
  display: contents;
}

@media (max-width: 781px) {
  .home .home-shape .shape-middle .home-circles {
    grid-template-columns: 70px max-content;
    justify-content: center;
  }
}

.home .home-shape .shape-end {
  background-image: url("/wp-content/themes/cemaden-educacao/assets/images/home-shape-end.svg");
  background-position: top;
}

.home .home-shape .shape-end .wp-block-columns {
  gap: 1rem;
}

.home .home-shape .shape-end .wp-block-heading {
  margin-bottom: 0px;
}

.home .home-shape .shape-end .wp-block-column .wp-block-column {
  position: relative;
}

.home .home-shape .shape-end .wp-block-column .wp-block-column p {
  bottom: 0;
  font-weight: bold;
  margin: 0;
  position: absolute;
  padding: 2rem;
}

.home .home-shape .shape-end .shape-end-cards {
  margin-top: 30px;
}

.home .home-shape .shape-end .shape-end-cards .wp-block-column p {
  font-weight: 900;
}

.home .home-shape .shape-end .wp-block-image img {
  border-radius: 1rem;
}

.home .home-news {
  padding: 0;
}

@media (max-width: 1170px) {
  .home .home-news {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 781px) {
  .home .home-news {
    margin-top: -15px;
  }
}

.home .home-news .wp-block-heading {
  margin-top: 0;
}

.home .home-news .wp-block-post-featured-image img {
  aspect-ratio: 16/9;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home .home-news .wp-block-post-terms {
  display: block;
  margin: 10px 0;
}

.home .home-news .wp-block-post-terms a {
  border: 2px solid var(--wp--preset--color--warning-pure);
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0.25rem;
}

.home .home-news .wp-block-post-terms a,
.home .home-news .wp-block-post-terms a:focus,
.home .home-news .wp-block-post-terms a:hover {
  color: var(--wp--preset--color--primary-pure);
  border: 2px solid var(--wp--preset--color--warning-light);
}

.home .home-news h4.wp-block-post-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.25rem 0;
  margin-top: -5px;
  margin-bottom: 5px;
}

.home .home-news .wp-block-post-excerpt__excerpt {
  line-height: 1.5;
}

.home .home-news .wp-block-post-date {
  margin-top: 10px;
  color: var(--wp--preset--color--low-light);
  font-weight: bold;
}

.home .home-news .wp-block-button__link {
  background-color: #1A9988;
  margin: 4rem auto;
}

.home .home-news .wp-block-button__link,
.home .home-news .wp-block-button__link:focus,
.home .home-news .wp-block-button__link:hover {
  color: white;
}

.home .home-news .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-pure);
}

@media (max-width: 781px) {
  .home .home-news .wp-block-button__link {
    margin: 1rem auto;
  }
}

.home .home-banner {
  padding: 32px 70px;
  margin-bottom: 4rem;
  min-height: auto;
}

@media (max-width: 1170px) {
  .home .home-banner {
    max-width: 1150px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.home .home-banner .wp-block-cover__background {
  background-color: transparent !important;
}

@media (max-width: 781px) {
  .home .home-banner .wp-block-cover__background {
    background-image: linear-gradient(#445E9B, #FF6C5F);
    border-radius: 16px;
  }
}

.home .home-banner img {
  border-radius: 1rem;
}

.home .home-banner h2 {
  color: var(--wp--preset--color--highlight-light) !important;
  display: flex;
  line-height: 1;
  margin: 0 0 1rem;
}

@media (max-width: 576px) {
  .home .home-banner h2 {
    font-size: 23px !important;
  }
}

.home .home-banner h2,
.home .home-banner h2 em {
  font-size: 1.5rem;
}

.home .home-banner h2 em {
  color: white;
}

.home .home-banner p {
  max-width: 35.5rem;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
}

.home .home-banner .wp-block-columns {
  margin: 0;
}

.home .home-banner .wp-block-buttons {
  gap: 1rem;
  margin-top: 1.5rem;
}

.home .home-banner .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: 2px solid var(--wp--preset--color--highlight-pure);
}

.home .home-banner .wp-block-buttons .wp-block-button:first-child .wp-block-button__link {
  background-color: var(--wp--preset--color--highlight-pure);
  color: var(--wp--preset--color--low-pure) !important;
}

.home .home-banner .wp-block-buttons .wp-block-button:first-child .wp-block-button__link:hover {
  color: white !important;
}

.home .home-banner .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link {
  background-color: transparent;
  color: white;
}

.home .home-banner .wp-block-buttons .wp-block-button:nth-child(2) .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--highlight-pure);
}

@media (max-width: 781px) {
  .home .home-banner {
    margin: 1rem;
    padding: 1.5rem;
    width: calc(100% - 2rem);
  }
}

.home .home-actions {
  margin-bottom: 6.5rem;
  padding: 0;
}

@media (max-width: 1170px) {
  .home .home-actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 781px) {
  .home .home-actions {
    margin-top: 60px;
  }
}

@media (max-width: 782px) {
  .home .home-actions {
    margin-bottom: 5rem;
  }
}

.home .home-actions .wp-block-heading {
  margin-top: -20px;
}

.home .home-actions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

@media (max-width: 781px) {
  .home .home-actions__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}

.home .home-actions__grid .wp-block-group {
  background-color: white;
  border: 1px solid var(--wp--preset--color--high-dark);
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  width: 100%;
}

@media (max-width: 386px) {
  .home .home-actions__grid .wp-block-group {
    padding: 1rem 1rem !important;
  }
}

.home .home-actions__grid .wp-block-group p {
  margin-top: 40px;
  margin-bottom: 0;
}

.home .home-actions__grid .wp-block-group p a {
  color: #1A9988;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 1rem 0 0;
}

@media (max-width: 386px) {
  .home .home-actions__grid .wp-block-group p a {
    font-size: 1rem;
  }
}


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