@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  display: inline-block;
}

figure {
  margin-bottom: 1.5em;
}

audio, video {
  display: block;
}

.entrada_forms, select, input {
  border-radius: 0;
  border: 1px solid #C2CCB0;
  padding: 0.25em 0.75em;
  background-color: white;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1em;
  line-height: 1.725em;
}

input[type=submit], input[type=button] {
  background-color: rgb(112, 49, 136);
  color: white;
  border: none;
  cursor: pointer;
}
input[type=submit]:hover, input[type=button]:hover {
  background-color: #8e18ba;
}

select option {
  padding: 0 0.5em 0;
}

nav ul {
  list-style: none;
}

.audiojs audio {
  position: absolute;
  left: -1px;
}

.audiojs {
  width: 460px;
  height: 36px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs .play-pause {
  width: 25px;
  height: 40px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #000;
}

.audiojs p {
  display: none;
  width: 25px;
  height: 40px;
  margin: 0px;
  cursor: pointer;
}

.audiojs .play {
  display: block;
}

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 10px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
}

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #ccc;
  z-index: 1;
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  background: #000;
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.audiojs .time {
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 0px 0px 6px;
  padding: 0px 6px 0px 12px;
  border-left: 1px solid #000;
  color: #ddd;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}

.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal;
}

.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal;
}

.audiojs .error-message {
  float: left;
  display: none;
  margin: 0px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}

.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap;
}

.audiojs .play {
  background: url("../js/audiojs/player-graphics.gif") -2px -1px no-repeat;
}

.audiojs .loading {
  background: url("../js/audiojs/player-graphics.gif") -2px -31px no-repeat;
}

.audiojs .error {
  background: url("../js/audiojs/player-graphics.gif") -2px -61px no-repeat;
}

.audiojs .pause {
  background: url("../js/audiojs/player-graphics.gif") -2px -91px no-repeat;
}

.playing .play, .playing .loading, .playing .error {
  display: none;
}

.playing .pause {
  display: block;
}

.loading .play, .loading .pause, .loading .error {
  display: none;
}

.loading .loading {
  display: block;
}

.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
  display: none;
}

.error .error {
  display: block;
}

.error .play-pause p {
  cursor: auto;
}

.error .error-message {
  display: block;
}

html {
  font-size: 16px;
}

body {
  font-family: "Alegreya", serif;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #494040;
}
@media (min-width: 37.5rem) {
  body {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}

h1, h2 {
  color: #00614C;
}

h1 {
  font-size: 2em;
  line-height: 1.05;
}

h2 {
  font-size: 1.325em;
  line-height: 1.1;
}
h2:first-of-type {
  margin-top: 0;
}

h3 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.125em;
  color: #00614C;
}

a {
  color: rgb(112, 49, 136);
  text-decoration: none;
}
a:hover {
  color: #8e18ba;
}

.credito-foto {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.2;
}

svg {
  width: 1.5rem;
  height: 1.5rem;
}

/**
 * Elementos estruturais do site
 *
 */
#app {
  max-width: 1360px;
  margin: 0 auto;
}

.inner {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 7.69%;
}

.principal {
  padding: 0 7.69%;
  margin-bottom: 2em;
}

.adicionais article {
  display: none;
  background-color: #D9E6C9;
  padding: 1em 2em 3em 3em;
}
.adicionais article ul, .adicionais article ol {
  padding-left: 1em;
}
.adicionais article ul li, .adicionais article ol li {
  margin-bottom: 1em;
}
.adicionais article .fechar {
  float: right;
  cursor: pointer;
}
.adicionais article .fechar svg {
  fill: #00614C;
  width: 0.75em;
  height: 0.75em;
}
.adicionais article .fechar:hover svg {
  fill: #00ae88;
}
.adicionais article h2 {
  margin-top: 1em;
}
.adicionais article blockquote {
  margin: 2em 0;
  padding-left: 2em;
  border-left: 2px solid #c0d6a6;
  font-style: italic;
}

.lateral {
  overflow: hidden;
  margin: 0 7.69% 3em;
}
.lateral.inferior {
  clear: left;
}
.lateral figure img {
  width: 100%;
}
.lateral .autor figure {
  max-width: 18em;
}

.inscricao {
  width: 55%;
  margin: 3em 0 2em 7.69%;
}

@media (min-width: 57rem) {
  .radar-artigo main,
  main:has(.lateral) {
    display: grid;
    grid-template-columns: 70% auto;
  }
  .radar-artigo main .principal,
  main:has(.lateral) .principal {
    padding-inline: 11%;
  }
  .lateral {
    margin: 2em 0;
  }
  .lateral .simples {
    height: 100%;
  }
}
.barra-superior {
  width: 100%;
  max-width: 1360px;
  margin-bottom: min(2vw + 1.25rem, 3rem);
}
.barra-superior .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  background-color: rgba(240, 240, 240, 0.875);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.barra-superior #alterna-menu {
  align-self: center;
  height: auto;
  cursor: pointer;
  padding: 0.25em 0.75em 0.1em;
  border-radius: 5px;
  font-size: 0.825em;
  font-family: "Alegreya Sans", sans-serif;
  line-height: 2;
  background-color: black;
}
.barra-superior #alterna-menu span {
  color: white;
}
.barra-superior nav.paginas {
  flex-basis: 100%;
}
.barra-superior nav.paginas.display-none {
  display: none;
}
.barra-superior nav.paginas.display-flex {
  display: flex;
}
.barra-superior nav.paginas ul {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.8275em;
  padding: 0;
  width: 100%;
}
.barra-superior nav.paginas ul a {
  color: #494040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.375em 1em;
}
.barra-superior nav.paginas ul a:active, .barra-superior nav.paginas ul a:hover {
  background-color: rgba(242, 246, 236, 0.5);
}
.barra-superior nav.paginas ul .alerta {
  position: relative;
}
.barra-superior nav.paginas ul .alerta::after {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  background-color: #DE3D00;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
}
.barra-superior nav.paginas ul li {
  border-top: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.barra-superior nav.paginas ul li.menu-aulas a {
  font-weight: bold;
  font-size: 1rem;
  color: black;
}
.barra-superior nav.paginas ul li.active > a {
  background-color: #f2f6ec;
  font-weight: bold;
  color: black;
}
@media (min-width: 64rem) {
  .barra-superior #alterna-menu {
    display: none;
  }
  .barra-superior nav.paginas {
    flex: auto 0 0;
    width: auto;
  }
  .barra-superior nav.paginas ul {
    margin: 0;
  }
  .barra-superior nav.paginas ul {
    display: flex;
  }
  .barra-superior nav.paginas ul a {
    height: 100%;
  }
  .barra-superior nav.paginas ul .alerta::after {
    left: auto;
    right: 0.25rem;
    top: 1rem;
  }
  .barra-superior nav.paginas ul > li {
    border-top: none;
  }
}
@media (min-width: 64rem) {
  .barra-superior h1 {
    font-size: 1.6875em;
  }
}
.barra-superior .barra-foto {
  background-image: url(../storage/img/cabecalho2.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  height: calc(15vw + 6rem);
}
.barra-superior .barra-foto .user {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.875em;
  color: white;
  position: absolute;
  bottom: 0.75em;
  right: 2em;
}
.barra-superior .barra-foto .user a {
  color: white;
  font-weight: 400;
  transition: font-weight 1s;
}
.barra-superior .barra-foto .user a:hover {
  font-weight: 700;
}
.barra-superior .navbar-brand {
  display: block;
  width: 50%;
  max-width: 250px;
  margin: 0.5em 0 0;
}
.barra-superior .navbar-brand img {
  width: 100%;
}
.barra-superior nav.auth {
  clear: both;
}
.barra-superior nav.auth ul {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.faixa-titulo {
  background-color: #DDE9CF;
  text-align: center;
  padding: clamp(1rem, 1.333vw + 1rem, 2rem) 2rem;
}
.faixa-titulo h1 {
  font-weight: 400;
  font-size: clamp(1.85rem, 1.65vw + 1.5rem, 3rem);
  margin: 0 0 1.675rem;
}
.faixa-titulo .botao {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5em 1.5em 0.375em;
  background-color: rgb(112, 49, 136);
  color: white;
  border: none;
  border-radius: 1em;
  margin: 1em 0;
  cursor: pointer;
}
.faixa-titulo .botao:hover {
  background-color: #842da5;
}

.faixa-titulo {
  background-color: #DDE9CF;
  text-align: center;
  padding: clamp(1rem, 1.333vw + 1rem, 2rem) 2rem;
}
.faixa-titulo h1 {
  font-weight: 400;
  font-size: clamp(1.85rem, 1.65vw + 1.5rem, 3rem);
  margin: 0 0 1.675rem;
}
.faixa-titulo .botao {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.5em 1.5em 0.375em;
  background-color: rgb(112, 49, 136);
  color: white;
  border: none;
  border-radius: 1em;
  margin: 1em 0;
  cursor: pointer;
}
.faixa-titulo .botao:hover {
  background-color: #842da5;
}

.tarja_destaque {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 1.333vw + 1rem, 2rem) 2rem;
  background-color: #DDE9CF;
  font-size: calc(1em + 0.00518 * (100vw - 360px));
  color: #494040;
  text-align: center;
  line-height: 1.1;
}
.tarja_destaque > * {
  color: #494040;
  display: block;
  line-height: 1.1;
}
.tarja_destaque > *:hover {
  color: black;
}

.icon-menu {
  fill: #ffffff;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding, 68px);
}

body {
  background-color: #f0f3ef;
}

.wrapper {
  background-color: #fff;
}

.voltar a svg {
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  fill: rgb(112, 49, 136);
}
.voltar a:hover svg {
  fill: #8e18ba;
}

.compartilhar {
  margin-right: 1em;
}
.compartilhar svg:hover {
  fill: #494040;
}

figcaption,
.legenda {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.2;
  margin-top: 0.5em;
}
figcaption strong,
.legenda strong {
  text-transform: uppercase;
}

.turma dl,
.avaliacao-tipo dl {
  display: flex;
  margin: 0;
}

dt {
  font-variant: all-small-caps;
}

dd {
  margin-left: 0.5em;
}

.destaque {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1.2em;
  font-weight: bold;
}

.principal > p {
  margin: 1.5em 0;
}
.principal img {
  max-width: 100%;
}
.principal figure.destaque img {
  max-height: 25em;
}
.principal > article {
  padding-bottom: 2em;
  border-bottom: 1px solid #D9E6C9;
  margin-bottom: 2em;
}
.principal > article header {
  margin-bottom: 3em;
}
.principal > article header h1 {
  margin: 0 0 0.5em;
  font-weight: 400;
  font-size: 2.5em;
}
.principal > article header h1 span.menor {
  display: block;
  font-size: 0.75em;
  line-height: 1.2;
}
.principal > article header h3.olho {
  font-family: "Alegreya", serif;
  color: #494040;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.2;
  margin-top: 0;
}
.principal > article header h3.olho a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
}
.principal > article header .autor,
.principal > article header .data {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.2;
  margin: 0;
}
.principal > article header .autor {
  color: black;
  font-weight: 700;
}
.principal > article header .data {
  text-transform: lowercase;
}
.principal > article p > a,
.principal > article li > a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
}
.principal > article > p {
  margin-top: 0;
}
.principal > article > h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-variant-numeric: lining-nums;
  margin: 2em 0 1em;
}
.principal > article > img {
  max-height: 25em;
}
.principal > article > p:not(.sem-capitular):first-of-type::first-letter {
  font-size: 3.5em;
  line-height: 0.75em;
  font-weight: 700;
  color: #00614C;
  float: left;
  padding-right: 6px;
  font-family: "Alegreya Sans";
  margin-top: 0.125em;
}
.principal > article blockquote {
  margin: 3em 0;
  padding: 0 2em 0 2em;
  font-size: 1em;
  color: #201c1c;
  border-left: 4px solid #D9E6C9;
}
.principal > article blockquote .autor {
  font-style: italic;
}
.principal > article .aviso-programa-desconto {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #D9E6C9;
}
.principal .ver-mais {
  color: rgb(112, 49, 136);
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
}
.principal .ver-mais svg {
  width: 0.5em;
  fill: rgb(112, 49, 136);
  margin-right: 0.75em;
  float: left;
}
.principal .ver-mais:hover {
  cursor: pointer;
  color: #8e18ba;
}
.principal .ver-mais:hover svg {
  fill: #8e18ba;
}
.principal .credito {
  margin-top: 3em;
  font-size: 0.875em;
  font-style: italic;
}
.principal .credito cite {
  font-weight: bold;
}
.principal .artigos article {
  display: flex;
  flex-flow: column;
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #D9E6C9;
}
.principal .artigos article figure {
  max-width: 16em;
  margin-bottom: 1em;
  flex: 1 1 25%;
}
.principal .artigos article img {
  width: 100%;
  display: block;
}
.principal .artigos article h2 {
  margin: 0 0 0.5em;
}
.principal .artigos article p {
  margin: 0;
}
@media (min-width: 37.5rem) {
  .principal .artigos article {
    flex-flow: row wrap;
  }
  .principal .artigos article figure {
    max-width: 16em;
    margin-bottom: 1em;
    flex: 1 1 25%;
  }
  .principal .artigos article div {
    flex: 1 1 75%;
    padding-left: 2em;
  }
}
.principal .voltar {
  margin-bottom: 1em;
}

.eventos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 25rem));
  grid-gap: 2rem;
}

.mais_info > a {
  display: block;
  text-align: right;
}
.mais_info > div {
  display: none;
  margin-top: 1em;
  border-top: 1px solid white;
  padding-top: 1em;
}
.mais_info a.fechar {
  display: block;
  text-align: right;
}
.mais_info a.fechar svg {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.25em;
  fill: rgb(112, 49, 136);
}
.mais_info a.fechar:hover svg {
  fill: #8e18ba;
}
.mais_info .dados p {
  margin-top: 0;
}

.ficha {
  font-family: "Alegreya Sans", sans-serif;
  font-size: clamp(0.875rem, 0.2vw + 0.825rem, 1rem);
  background-color: #e5eeda;
  border-radius: 0.5rem;
  overflow: hidden;
  max-width: 25rem;
}
.ficha > div,
.ficha .texto {
  padding: 1rem 2rem 1.5rem;
}
.ficha figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.ficha figure img {
  width: 100%;
}
.ficha header h4 {
  font-variant-numeric: lining-nums;
  font-size: 1em;
  border-bottom: 1px solid #00614C;
  padding-bottom: 0.5em;
}
.ficha p {
  margin-top: 0;
  font-size: 1em;
}
.ficha h1 {
  font-size: 1.375em;
}
.ficha h3 {
  font-size: 1em;
  color: #00614C;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 3em 0 0;
}
.ficha dl {
  padding: 0.5em 0;
}
.ficha dt {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  float: left;
}
.ficha dt::after {
  content: ":";
  margin-right: 0.5em;
}
.ficha dd {
  margin-left: 2em;
}
.ficha ul {
  padding-left: 1em;
}
.ficha .observacao {
  display: block;
}

.cartao {
  border: 1px solid #D9E6C9;
  padding: 1em 2em;
}
.cartao p {
  font-size: 1.25em;
}
.cartao form {
  margin-bottom: 0;
}

.lateral {
  font-size: 1em;
  line-height: 1.2;
}
.lateral figcaption {
  margin: 0.5em 0 1em;
}
.lateral figure {
  margin-bottom: 1em;
}
.lateral ul,
.lateral ol {
  padding: 0;
}
.lateral .simples {
  padding: 1em 2em 2em;
  background-color: #D9E6C9;
}
.lateral .simples li {
  margin-bottom: 1em;
  padding-left: 1em;
  list-style-type: none;
  position: relative;
}
.lateral .simples li::before {
  content: "- ";
  position: absolute;
  left: 0;
}
.lateral .endereco {
  margin-top: 3em;
  font-family: "Alegreya Sans", sans-serif;
  padding-left: 1em;
}
.lateral .endereco h3,
.lateral .endereco h4 {
  margin: 0;
}

article.parte {
  position: relative;
  margin-bottom: 2em;
  font-family: "Alegreya Sans", sans-serif;
}
article.parte hgroup {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  display: none;
}
article.parte hgroup h4 {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.675em;
  text-transform: uppercase;
  font-variant-numeric: lining-nums;
  letter-spacing: 0.1em;
  margin: 0;
}
article.parte hgroup h1 {
  font-size: 1.375em;
  font-weight: 500;
  margin: 0;
  color: white;
}
article.parte > ul {
  margin: 0;
  list-style-type: none;
}
article.parte > ul > li > p {
  margin: 0;
  font-family: "Alegreya Sans", sans-serif;
  font-variant-numeric: lining-nums;
  font-size: 0.75em;
  padding: 0.75em 1.5em;
  border-top: 1px solid white;
  background-color: #D9E6C9;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
article.parte > ul > li > p svg {
  width: 0.875em;
  margin-right: 0.75em;
  fill: #156040;
}
article.parte > ul > li > p:hover {
  background-color: #c9e5ae;
  cursor: pointer;
}
article.parte > ul > li > p.ativo {
  background-color: #B9E392;
}
article.parte > ul > li > p.ativo:hover {
  cursor: default;
}
article.parte .audio {
  margin: 0;
}

.curso .parte > ul {
  padding: 0;
}
.curso .parte > ul > li > p {
  text-transform: none;
  font-size: 1em;
  border-top: 4px solid white;
}

.serie {
  display: none;
  padding: 1em 0;
  background-color: #cacaca;
  font-size: 0.925em;
}
.serie.counter1 {
  counter-reset: exercicios;
}
.serie.counter2 {
  counter-reset: exercicios 6;
}
.serie.counter3 {
  counter-reset: exercicios 12;
}
.serie h2 {
  font-size: 1.75em;
  color: white;
  margin: 0 0 0.25em;
}
.serie p {
  margin: 0;
}
.serie .envolucro {
  margin: 0 1em 1em;
}
.serie ol {
  margin: 1em 0 0;
  padding-left: 0;
  counter-reset: none;
  list-style: none;
}
.serie ol .exercicio > p {
  cursor: pointer;
  padding: 0.35em 1em;
}
.serie ol .exercicio > p::before {
  content: counter(exercicios);
  counter-increment: exercicios;
  margin-right: 0.5em;
  font-weight: bold;
  display: flex;
  width: 1.16em;
  height: 1.16em;
  color: white;
  background-color: rgb(112, 49, 136);
  text-align: center;
  border-radius: 0.58em;
  justify-content: center;
  align-items: center;
  float: left;
}
.serie ol .exercicio > p:hover {
  background-color: #d9d9d9;
}
.serie ol .exercicio > p.ativo {
  color: black;
  background-color: rgba(112, 49, 136, 0.3);
}
.serie ol .exercicio ul {
  margin-bottom: 1em;
  padding: 1em 1em 1em 2em;
  background-color: #e9e9e9;
  margin-left: 0;
}
.serie ol .exercicio ul li {
  margin: 1em 0;
}
.serie ol .exercicio ul li span {
  text-transform: lowercase;
  font-family: "Alegreya Sans SC", "Alegreya Sans", sans-serif, san-serif;
  font-weight: bold;
}
.serie ul {
  display: none;
  margin-left: 1em;
}

.video {
  position: relative;
  font-size: 0.857em;
}
.video h4 {
  font-family: "Alegreya", serif;
  color: rgb(112, 49, 136);
  margin: 0.5em 0 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.5em 1em;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  width: 100%;
  display: none;
}
.video p {
  margin: 1em 0 0;
}
.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.audio {
  margin-top: 1em;
}
.audio p {
  margin: 0;
  background-color: #D9E6C9;
  padding: 0.75em 1.5em;
  border-top: 1px solid white;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.675em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.audio p:hover {
  background-color: #c9e5ae;
  cursor: pointer;
}
.audio p svg {
  width: 1.25em;
  margin-right: 0.75em;
  fill: #00614C;
}
.audio p a {
  color: #201c1c;
}

.audiojs {
  display: none;
  width: 100%;
}
.audiojs audio {
  display: none;
}
.audiojs .scrubber {
  flex: 1 1 auto;
  width: auto;
}

.midia {
  margin: 3em 0;
}
.midia .audio {
  margin: 0;
}

.rodape {
  font-size: 0.857em;
  padding: 0.5em 0;
  margin: 1em 0 2em;
  border-top: 1px solid #D9E6C9;
  border-bottom: 1px solid #D9E6C9;
}

.social.seguir svg {
  fill: white;
}

.topo {
  width: 36px;
  height: 30px;
  position: fixed;
  bottom: 0;
  right: 2%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 0.5em 0.5em 0 0;
}
.topo a {
  display: block;
  width: 100%;
  height: 100%;
}
.topo svg {
  fill: white;
  margin-top: 0.4em;
}
.topo:hover {
  background-color: black;
}
.topo:hover svg {
  fill: white;
}

.alerta,
.alert {
  border-bottom: 1px solid #D9E6C9;
  margin-bottom: 2em;
}
.alerta ul,
.alert ul {
  padding-left: 0;
  list-style-type: none;
}
.alerta li,
.alerta p,
.alert li,
.alert p {
  padding-left: 2.25em;
  position: relative;
  line-height: 1.1;
}
.alerta svg,
.alert svg {
  position: absolute;
  left: 0;
  top: -0.25em;
}

.erro svg {
  fill: #DE3D00;
}

.sucesso svg,
.alert-success {
  fill: #4D982C;
}

.informacao svg {
  fill: rgb(125, 160, 183);
}

form div span.erro {
  font-size: 0.875em;
  color: red;
}

.browserupgrade {
  padding: 1em 2em;
  background-color: #DE3D00;
}
.browserupgrade a {
  color: black;
  text-decoration: underline;
}

.pagination {
  display: flex;
  margin-top: 2em;
  border-top: 1px solid #f2f4ee;
  padding-top: 1em;
}
.pagination li {
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  padding: 0.25em;
  margin-right: 0.5em;
  background-color: #f2f4ee;
  color: rgb(112, 49, 136);
}
.pagination li:last-of-type {
  margin-right: 0;
}
.pagination li:hover {
  background-color: #8e18ba;
}
.pagination li:hover a {
  color: white;
}
.pagination li.active {
  background-color: rgb(112, 49, 136);
  color: white;
}
.pagination li.disabled {
  display: none;
}
.pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}

form.contato {
  margin: 2em 0;
}

.cartao {
  margin: 2em auto 1em;
  max-width: 40em;
}
.cartao h1 {
  margin-bottom: 2em;
  font-weight: normal;
  font-size: 2em;
}
.cartao form .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
  -moz-column-gap: 2em;
       column-gap: 2em;
  row-gap: 1em;
  margin: 0 0 1em;
  padding: 0;
  border: none;
}
.cartao form .grid .largo {
  grid-column: 1/-1;
}

form.contato,
.cartao form {
  font-family: "Alegreya Sans", sans-serif;
}
form.contato input[type=text],
form.contato input[type=email],
form.contato input[type=url],
form.contato input[type=password],
form.contato input[type=date],
form.contato input[type=tel],
form.contato textarea,
form.contato select,
.cartao form input[type=text],
.cartao form input[type=email],
.cartao form input[type=url],
.cartao form input[type=password],
.cartao form input[type=date],
.cartao form input[type=tel],
.cartao form textarea,
.cartao form select {
  width: 100%;
  color: #726464;
  border: 1px solid #aaa;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.875em;
  font-variant-numeric: lining-nums;
}
form.contato input,
form.contato select,
.cartao form input,
.cartao form select {
  height: 2.325em;
}
form.contato textarea,
.cartao form textarea {
  padding: 0.5em 1em;
  padding: 0.5em 0.75em;
}
form.contato label,
.cartao form label {
  display: block;
  font-size: 0.75em;
  text-transform: uppercase;
}
form.contato label span,
.cartao form label span {
  text-transform: none;
  margin-left: 0.25em;
}
form.contato label.checkbox,
.cartao form label.checkbox {
  margin-bottom: 1em;
}
form.contato .checkbox label,
.cartao form .checkbox label {
  text-transform: none;
  font-size: 0.875em;
}

.inscricao form .fieldset {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18em, 1fr));
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #C2CCB0;
}
.inscricao form .fieldset .largo {
  grid-column: 1/-1;
}
.inscricao form .fieldset .pequeno {
  width: 3.4em;
}
.inscricao form .fieldset .campos-agrupados {
  display: flex;
  width: 100%;
}
.inscricao form .fieldset .campos-agrupados .form-group {
  margin-right: 1em;
}
.inscricao form .fieldset .campos-agrupados .form-group:last-of-type {
  margin-right: 0;
}
.inscricao form .fieldset .campos-agrupados .complemento {
  width: 100%;
  flex: 1;
}
.inscricao form .fieldset .campos-agrupados.sem-margem .form-group {
  margin: 0;
}
.inscricao form .legend {
  grid-column: 1/-1;
  display: inline-block;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 0;
}
.inscricao form .legend span {
  text-transform: none;
}

.descontos form .fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #C2CCB0;
}
.descontos form .checkbox {
  align-items: center;
}
.descontos form .checkbox label {
  font-size: 1rem;
}
.descontos form input {
  height: auto;
}

button[type=submit],
input[type=submit],
a.botao {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
  font-size: 1em;
  padding: 0.75em 1.5em;
  background-color: rgb(112, 49, 136);
  color: white;
  border: none;
  border-radius: 0.25em;
  margin: 1em 0;
  cursor: pointer;
}
button[type=submit]:hover,
input[type=submit]:hover,
a.botao:hover {
  background-color: #8e18ba;
}

a.botao {
  display: inline-block;
  margin: 1em 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2em 0;
}

.checkbox {
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: left;
  margin: 1em 0 2em;
}
.checkbox input[type=checkbox] {
  margin-right: 0.5em;
}

.invalid-feedback {
  margin-top: 0.375em;
  display: block;
  font-size: 0.825em;
  font-weight: bold;
  color: #DE3D00;
}
.invalid-feedback::before {
  content: "•";
  margin-right: 0.25em;
}

.rodape-form {
  margin-top: 2em;
}
.rodape-form a {
  margin: 0 1em;
  font-weight: bold;
}
.rodape-form a:first-of-type {
  margin-left: 0;
}
.rodape-form a:last-of-type {
  margin-right: 0;
}

#perguntas {
  margin: 0;
  padding: 1em 1em 1em;
  background-color: #D9E6C9;
}
#perguntas h2 {
  margin: 0.5em 0 0 0.75em;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
}
#perguntas > div > h4 {
  margin-bottom: 0;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.925em;
}
#perguntas > div > h4 svg {
  width: 0.5em;
  float: left;
  margin-right: 0.5em;
  fill: #00614C;
}
#perguntas > div > p {
  padding-left: 1em;
  margin-top: 0;
}

#map .firstHeading {
  font-size: 1.25em;
}
#map ul {
  padding-left: 1em;
}
@media (min-width: 50rem) {
  #map {
    font-size: 1.5em;
  }
}

.locais .principal > article {
  border: none;
  padding: 0;
}

.enderecos {
  padding-top: 1em;
  border-top: 1px solid #D9E6C9;
  font-family: "Alegreya Sans", sans-serif;
}
.enderecos h2 {
  font-weight: normal;
}
.enderecos span.acao {
  margin-left: 0.5em;
  font-size: 0.825em;
  font-weight: 700;
  text-transform: uppercase;
}
.enderecos .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  grid-gap: 1em;
  margin-bottom: 1em;
}
.enderecos .grid input[type=text],
.enderecos .grid input[type=email],
.enderecos .grid input[type=url],
.enderecos .grid input[type=password],
.enderecos .grid select {
  margin: 0;
}
.enderecos form.contato {
  border-bottom: 1px solid #D9E6C9;
  padding-bottom: 1em;
}
.enderecos form.delete {
  display: inline;
}
.enderecos form.delete input[type=submit] {
  border: none;
  background-color: transparent;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(112, 49, 136);
  padding: 0;
  cursor: pointer;
}
.enderecos form.delete input[type=submit]:hover {
  color: #8e18ba;
}

.rodape_pagina {
  margin-top: 4em;
  padding: 1em 0 2em;
  background-color: rgb(112, 49, 136);
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.857em;
  color: white;
}
.rodape_pagina a {
  color: white;
}
.rodape_pagina .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.rodape_pagina .inner > * {
  margin-bottom: 2em;
}
.rodape_pagina .inner div.compartilhar {
  flex: 1 1 11em;
  margin-right: 1em;
}
.rodape_pagina .inner div.compartilhar p {
  margin-top: 0;
}
.rodape_pagina .inner div.compartilhar ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.rodape_pagina .inner div.compartilhar ul li {
  margin-right: 1em;
}
.rodape_pagina .inner div.compartilhar svg {
  fill: #E1E7F0;
  width: 1.75em;
  height: 1.75em;
}
.rodape_pagina .inner div.compartilhar svg:hover {
  fill: white;
}
.rodape_pagina .inner form {
  flex: 1 1 14em;
}
.rodape_pagina .inner form .alinhados {
  display: -moz-flex;
  display: flex;
  width: 100%;
  margin-top: 0.5em;
}
.rodape_pagina .inner form .alinhados input[type=submit] {
  width: 3em;
  background-color: black;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.rodape_pagina .inner form .alinhados input[type=text],
.rodape_pagina .inner form .alinhados input[type=email] {
  width: calc(50% - 1.5em);
}
.rodape_pagina .inner .contatos {
  margin-right: 3em;
  padding-top: 2em;
}
.rodape_pagina .inner .contatos a {
  display: block;
  padding: 0.5em 1.5em;
  color: white;
  background-color: black;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rodape_pagina .inner .divisor {
  flex: 5 1 auto;
}
.rodape_pagina .inner .fig-fundo {
  flex: 1 1 auto;
}
.rodape_pagina .inner .fig-fundo img {
  max-width: 18em;
  margin-top: 0.5em;
}

.home main {
  display: block;
}
.home .destaques {
  padding: 2em 7.69% 4em;
  margin-top: 6rem;
  background-color: #D9E6C9;
  font-size: 0.875rem;
}
.home .destaques > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  grid-gap: 2rem;
  margin-top: 2em;
}
.home .destaques > div div {
  text-align: center;
}
.home .destaques > div div a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em 1em 0.5em;
  display: block;
  height: 100%;
  border-radius: 0.325em;
  color: #494040;
  font-size: 0.875rem;
}
.home .destaques > div div a:hover {
  background-color: rgba(255, 255, 255, 0.75);
  color: #201c1c;
}
.home .destaques > div div a h2 {
  font-size: 1.125em;
  text-transform: uppercase;
  margin: 0.25em 0;
}
.home .destaques > div div a p {
  font-size: 1em;
  margin: 0.25em 0 0.5em;
}
.home .destaques > div div img {
  max-width: 96px;
  border-radius: 50%;
}
.home nav.praticas {
  display: flex;
}
.home nav.praticas ul {
  margin: 0 0 1em 15%;
  padding: 0;
}
.home nav.praticas ul li {
  margin: 0;
  font-size: 1.125em;
}
.home nav.praticas ul li a {
  display: block;
  padding: 0.25em 1.5em;
  background-color: rgba(112, 49, 136, 0.825);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: white;
}
.home nav.praticas ul li a svg {
  fill: rgb(112, 49, 136);
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
}
.home nav.praticas ul li a:hover {
  background-color: rgba(135, 59, 164, 0.825);
}
.home > footer {
  margin: 0;
}

.home .principal.apresentacao {
  max-width: 50rem;
  margin: 0 auto;
}
.home .principal header h1 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
  font-weight: 500;
}
.home .principal header h2 {
  margin: 3em 0 1.75em;
  font-weight: normal;
  line-height: 1.3;
}
.home .principal header h2 .destaque {
  font-size: 1.5em;
  font-weight: bold;
}
.home .principal header p {
  font-size: 1.125rem;
}
.home .principal header figure.foto {
  min-height: 8rem;
  overflow: hidden;
}
.home .principal header figure.foto img {
  height: 40vw;
  max-height: 16rem;
  min-width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .principal header .ver-mais {
  font-size: 1.125rem;
  margin: 1em 0;
}

.aulas main {
  display: block;
}
.aulas main .principal > article > header {
  max-width: 40em;
  margin: 0 auto 1em;
}
.aulas main .principal > article > header .olho {
  font-size: 1.125em;
  line-height: 1.675;
  max-width: 40em;
}
.aulas main .principal > article > header .olho a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: bold;
  color: #00614C;
}

.quadro > section {
  padding-top: 0rem;
}
.quadro > section:not(:first-of-type) {
  margin-top: min(2vw + 2rem, 4rem);
}
.quadro > section #aulas_abertas .ficha a {
  color: #494040;
  display: block;
  width: 100%;
  height: 100%;
}
.quadro > section #aulas_abertas .ficha h1 {
  margin-bottom: 0.5em;
}
.quadro > section #aulas_abertas .ficha p.resumo {
  margin: 0;
}
.quadro > section #aulas_abertas .ficha:hover {
  background-color: #D9E6C9;
  box-shadow: 2px 2px 2px #aaa;
}
.quadro > section #aulas_assistidas .ficha {
  padding-bottom: 2.5em;
}
.quadro .apresentacao {
  max-width: 40em;
  margin: 0 auto;
}
.quadro .apresentacao > header {
  margin-bottom: 1rem;
}
.quadro .apresentacao > header h1 {
  font-size: 1.875em;
  line-height: 1.2;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.quadro .apresentacao > header h1::before {
  content: "■";
  color: #126132;
  font-size: 0.375em;
  margin-right: 0.75rem;
}
.quadro .apresentacao > header h3.olho {
  color: black;
  line-height: 1.5;
  margin-top: 1em;
}
@media (min-width: 57rem) {
  .quadro .apresentacao > div .olho {
    margin: 1.25rem 2em 0 0;
  }
}
.quadro #aulas_abertas .ficha a {
  color: #494040;
  display: block;
  width: 100%;
  height: 100%;
}
.quadro #aulas_abertas .ficha h1 {
  margin-bottom: 0.5em;
}
.quadro #aulas_abertas .ficha p.resumo {
  margin: 0;
}
.quadro #aulas_abertas .ficha:hover {
  background-color: #D9E6C9;
  box-shadow: 2px 2px 2px #aaa;
}
.quadro #aulas_assistidas .ficha {
  padding-bottom: 2.5em;
}

.cursos {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  justify-content: center;
  justify-items: stretch;
  margin-top: 3rem;
}
.cursos .ficha {
  position: relative;
  margin: 0 auto;
}
.cursos .ficha h1 {
  font-size: 1.35em;
  font-weight: 700;
  margin: 0.25em 0 0;
}
.cursos .ficha h2 {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.25em;
}
.cursos .ficha .resumo,
.cursos .ficha .observacao {
  line-height: 1.325;
}
.cursos .ficha footer {
  position: absolute;
  bottom: 1.5em;
  right: 2em;
  left: 2em;
  display: flex;
  justify-content: space-between;
}
.cursos .ficha footer .button {
  color: white;
  font-weight: 700;
  font-size: 1em;
  background-color: rgb(112, 49, 136);
  padding: 0.25em 1em;
  border-radius: 5px;
}
.cursos .ficha footer .button:hover {
  background-color: #8e18ba;
}
.cursos .ficha footer .avaliacao {
  font-weight: 700;
  font-size: 1.125em;
}
.cursos .recorrente h1 {
  background-color: #ADC1A1;
  color: white;
  margin: -0.75em -1.35em 1em;
  padding: 1em 1em 0.5em;
}
.cursos .recorrente footer .button {
  background-color: #ADC1A1;
  font-weight: bold;
}
.cursos .recorrente footer .button:hover {
  background-color: #B9E392;
}

.aula .slides,
.curso .slides,
.aula-assistida .slides {
  overflow: hidden;
}
.aula .slides .carrossel,
.curso .slides .carrossel,
.aula-assistida .slides .carrossel {
  display: flex;
  position: relative;
  left: 0;
  transition: left 0.35s ease;
}
.aula .slides .midia,
.curso .slides .midia,
.aula-assistida .slides .midia {
  margin-bottom: 1em;
}
.aula .slides .legenda,
.curso .slides .legenda,
.aula-assistida .slides .legenda {
  margin-top: 0.5em;
}
.aula .slides-nav,
.curso .slides-nav,
.aula-assistida .slides-nav {
  display: flex;
  justify-content: space-between;
  font-family: "Alegreya Sans", sans-serif;
  margin-bottom: 2em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}
.aula .slides-nav span,
.curso .slides-nav span,
.aula-assistida .slides-nav span {
  font-size: 1.25em;
  font-weight: bold;
}
.aula .slides-nav .anterior span,
.curso .slides-nav .anterior span,
.aula-assistida .slides-nav .anterior span {
  margin-right: 0.25em;
}
.aula .slides-nav .proximo span,
.curso .slides-nav .proximo span,
.aula-assistida .slides-nav .proximo span {
  margin-left: 0.25em;
}
.aula .slides-nav .anterior,
.aula .slides-nav .proximo,
.curso .slides-nav .anterior,
.curso .slides-nav .proximo,
.aula-assistida .slides-nav .anterior,
.aula-assistida .slides-nav .proximo {
  cursor: pointer;
}
.aula .lateral li.ativo,
.curso .lateral li.ativo,
.aula-assistida .lateral li.ativo {
  font-weight: bold;
  color: black;
}
.aula .lateral li.ativo:hover,
.curso .lateral li.ativo:hover,
.aula-assistida .lateral li.ativo:hover {
  color: #8e18ba;
}
.aula .lateral li.ativo:hover::before,
.curso .lateral li.ativo:hover::before,
.aula-assistida .lateral li.ativo:hover::before {
  color: #8e18ba;
}
.aula .lateral li.ativo::before,
.curso .lateral li.ativo::before,
.aula-assistida .lateral li.ativo::before {
  content: "■";
  font-size: 0.675em;
  margin-top: 0.25em;
  color: rgb(112, 49, 136);
}
.aula .lateral h3,
.curso .lateral h3,
.aula-assistida .lateral h3 {
  color: #494040;
}
.aula .lateral h3:not(:first-of-type),
.curso .lateral h3:not(:first-of-type),
.aula-assistida .lateral h3:not(:first-of-type) {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid white;
}

.inscricao {
  width: 84.61%;
  max-width: 41.25em;
  margin: 0 7.69% 3em;
}
.inscricao p a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
}
.inscricao form#inscricao {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #C2CCB0;
}
.inscricao .grid {
  border: none;
  margin: 1em 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15em, auto));
  gap: 1em;
}
.inscricao .grid input:not([type=date]) {
  width: 100%;
}
.inscricao .grid .nome {
  grid-column: 1;
}
.inscricao .grid .largo {
  grid-column: 1/-1;
}
.inscricao .grid textarea#informacoes {
  width: 100%;
  height: 8em;
}
.inscricao input#inscrever {
  margin-top: 2em;
}
.inscricao .pagseguro {
  margin-top: 2em;
  display: flex;
  align-items: center;
}
.inscricao .pagseguro img {
  width: 7em;
  margin-right: 1em;
}
.inscricao .pagseguro p {
  font-family: "Alegreya Sans", sans-serif;
  font-size: 0.875em;
  line-height: 1.1;
  margin: 0;
}

.ficha_de_inscricao {
  background-color: #eee;
  padding: 1em 2em 2em;
}
.ficha_de_inscricao td:first-of-type {
  padding-right: 1em;
}
.ficha_de_inscricao .cancelar_assinatura {
  font-weight: normal;
}

.aula .principal > article,
.aula .inscricao,
.curso .principal > article,
.curso .inscricao,
.avaliacao-tipo .principal > article,
.avaliacao-tipo .inscricao {
  max-width: 40em;
  margin: 0 auto;
}
.aula .principal > article > p > a,
.aula .inscricao > p > a,
.curso .principal > article > p > a,
.curso .inscricao > p > a,
.avaliacao-tipo .principal > article > p > a,
.avaliacao-tipo .inscricao > p > a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 800;
}
.aula .adicionais,
.curso .adicionais,
.avaliacao-tipo .adicionais {
  max-width: 40em;
  margin: 2em auto;
}

.curso-aberto-i-chi-gong .serie.counter2 {
  counter-reset: exercicios 4;
}
.curso-aberto-i-chi-gong .serie.counter3 {
  counter-reset: exercicios 9;
}
.curso-aberto-i-chi-gong .serie.counter4 {
  counter-reset: exercicios 14;
}

.lateral .avisos {
  margin-bottom: 3em;
  border-bottom: 2px solid white;
  padding-bottom: 1em;
}

.fichas-radar {
  margin-top: 3.5rem;
}
.fichas-radar a {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 0;
  color: #645858;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.fichas-radar a:hover {
  color: black;
}
.fichas-radar a:hover::before {
  color: #009474;
}
.fichas-radar a h5 {
  text-transform: uppercase;
  font-weight: 500;
  color: #00614C;
  margin-bottom: 0.25em;
  position: relative;
  padding-left: 0.875em;
}
.fichas-radar a h5::before {
  content: "■";
  color: #00614C;
  font-size: 0.5em;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.radar-destaque {
  position: relative;
  background-color: #e5eeda;
}
.radar-destaque figure {
  background-color: #D9E6C9;
  margin: 0;
  min-height: 16vw;
}
.radar-destaque figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.radar-destaque figure iframe {
  width: 100%;
}

.radar-introducao {
  padding: 2rem;
}
.radar-introducao h1 {
  margin-top: 1rem;
}

.radar-chapeu {
  margin: 0;
  font-weight: 500;
  font-size: 1.075rem;
  color: #574c4c;
  text-transform: uppercase;
  letter-spacing: 0.0125em;
  word-spacing: 0.2ch;
}

.radar-texto {
  font-size: 1.333em;
  line-height: 1.325;
  margin-top: 1rem;
}
.radar-texto h1 {
  font-size: 1.5em;
}
.radar-texto h2 {
  font-size: 1.25em;
}
.radar-texto ul {
  padding: 0;
}
.radar-texto li {
  list-style: none;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5em;
}
.radar-texto li::before {
  content: "–";
  position: absolute;
  left: 0;
}
.radar-texto p {
  margin: 0 0 0.5em 0;
}

.radar-complemento {
  background-color: #f2f6ec;
}
.radar-complemento > div {
  display: none;
  padding: 3rem 2rem 2rem;
}
.radar-complemento p {
  margin-top: 0;
}

.abre-complemento {
  position: absolute;
  bottom: -2rem;
  right: 0;
  width: 2.25rem;
  height: 2rem;
  background-color: #B9E392;
  border: none;
  border-radius: 0 0 0.5em 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abre-complemento:hover {
  background-color: #9fd969;
  cursor: pointer;
}
.abre-complemento svg {
  fill: white;
}
.abre-complemento.fecha svg {
  transform: rotate(180deg);
}

.radar-assinatura {
  margin-top: 2rem;
  font-style: italic;
}

.radar-abertura {
  margin-top: 0;
  margin-bottom: 2rem;
}
.radar-abertura strong {
  color: #00614C;
  font-size: 1.125em;
}

.radar-final {
  margin-top: 3rem;
}

@media (min-width: 57rem) {
  .fichas-radar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    justify-content: center;
    justify-items: stretch;
    gap: 0.5rem;
  }
  .radar-destaque {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: stretch;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 0;
  }
  .radar-introducao {
    padding-left: 0;
  }
  .radar-complemento {
    grid-column: 1/-1;
  }
  .radar-complemento > div {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.modal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.85); /* Black w/ opacity */
}
.modal figure {
  height: 80%;
  max-width: 80%;
  max-height: 80%;
  margin: auto;
  text-align: center;
}
.modal figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.modal figure figcaption {
  margin-top: 1em;
  color: white;
}
.modal .fechar {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}
.modal .fechar:hover, .modal .fechar:focus {
  color: #bbb;
  text-decoration: none;
}
