@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-VF.woff2") format("woff2 supports variations");
  src: url("fonts/Montserrat-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Italic-VF.woff2") format("woff2 supports variations");
  src: url("fonts/Montserrat-Italic-VF.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  background-color: #f6f7f4;
  margin: 0;
}
@media (max-width: 900px) {
  body {
    font-size: 15px;
  }
}

.container {
  padding-left: 1em;
  padding-right: 1em;
  margin-right: auto;
  margin-left: auto;
  width: 1120px;
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
  }
}

article {
  padding-top: 6em;
  padding-bottom: 10em;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}

h1 {
  font-size: 1.8em;
}

h2 {
  font-size: 1.6em;
  font-weight: 600;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
}

h4 {
  font-size: 1em;
}

p {
  margin: 0;
  font-weight: 300;
}

b, strong {
  font-weight: 600;
}

a, button {
  cursor: pointer;
}

a {
  font-weight: 400;
}

button {
  appearance: none;
  background-color: transparent;
  border: none;
  font: inherit;
  border: none;
  padding: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

figure img {
  display: block;
  max-width: 100%;
}

.headerindex {
  width: 100%;
  background-color: #c61def;
  position: relative;
}
.headerindex > .container {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .headerindex > .container {
    display: block;
  }
}
.headerindex .bg {
  display: block;
  height: 100%;
  max-height: 600px;
  width: auto;
}
@media screen and (max-width: 900px) {
  .headerindex .bg {
    display: none;
  }
}
.headerindex .bg-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .headerindex .bg-mobile {
    display: block;
  }
}
.headerindex .titulos {
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .headerindex .titulos {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
.headerindex .titulos h1 {
  margin: 0;
  font-weight: 900;
  font-size: 2.5em;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 2rem;
  color: #f6f7f4;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .headerindex .titulos h1 {
    font-size: 2em;
  }
}
.headerindex .titulos h2 {
  margin: 0;
  font-weight: 400;
  font-size: 2em;
  color: #f6f7f4;
  max-width: 500px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 900px) {
  .headerindex .titulos h2 {
    font-size: 1.5em;
    text-wrap: normal;
  }
}
.headerindex .titulos .botoescapa a {
  background-color: #f47921;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-weight: 500;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  border-radius: 10rem;
  margin-right: 1em;
  margin-bottom: 1.5em;
  box-shadow: 0px 0px 0px 0px white;
  transition: all 0.1s ease-in-out;
  transition-property: box-shadow, transform;
}
.headerindex .titulos .botoescapa a:hover {
  box-shadow: 6px 6px 0px 0px white;
  transform: translate(-3px, -3px);
}

.fichatecnica {
  width: 100%;
  column-count: 2;
  column-gap: 2em;
  margin-bottom: 5em;
}
@media (max-width: 540px) {
  .fichatecnica {
    column-count: 1;
  }
}
.fichatecnica h2, .fichatecnica h3, .fichatecnica h4 {
  margin: 0;
  width: 100%;
  text-wrap: balance;
  color: #c61def;
}
.fichatecnica h2 + dl, .fichatecnica h3 + dl, .fichatecnica h4 + dl {
  margin-top: 1em;
}
.fichatecnica h2 {
  font-size: 1.4em;
}
.fichatecnica dl {
  margin: 0;
  line-height: 1.4;
  page-break-inside: avoid;
}
.fichatecnica dl + h2, .fichatecnica dl + h3, .fichatecnica dl + h4 {
  margin-top: 3rem;
}
.fichatecnica dl dt {
  font-weight: 500;
}
.fichatecnica dl dd {
  margin: 0;
}
.fichatecnica dl dd + dt {
  margin-top: 1.5em;
}

.ficha_catalografica {
  margin-top: 3em;
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
}
.ficha_catalografica img {
  width: 100%;
}

#area_copyright {
  margin-top: 3em;
  display: flex;
  gap: 2em;
}
#area_copyright img {
  display: block;
  width: 12em;
  flex-shrink: 0;
}
@media screen and (max-width: 540px) {
  #area_copyright {
    display: block;
  }
  #area_copyright img {
    width: 100%;
    max-width: 12em;
    margin-inline: auto;
    margin-bottom: 1em;
  }
}

.footercapa {
  background-color: #600077;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.footercapa p {
  color: white;
  margin: 0;
  margin-bottom: 1em;
}
.footercapa p:last-child {
  margin-bottom: 0;
}
.footercapa p a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 900px) {
  .footercapa {
    width: 100%;
  }
}

.headerconteudo {
  background-color: #c61def;
}
.headerconteudo .container {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 900px) {
  .headerconteudo .container {
    padding-bottom: 2em;
  }
}
.headerconteudo hgroup {
  color: white;
  width: 100%;
  line-height: 1.2;
}
.headerconteudo hgroup h1 {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  text-wrap: balance;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 900px) {
  .headerconteudo hgroup h1 {
    font-size: 1.2em;
    text-wrap: wrap;
  }
}
.headerconteudo hgroup p {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 900px) {
  .headerconteudo hgroup p {
    font-size: 0.8em;
    text-wrap: wrap;
  }
}
.headerconteudo .menu {
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .headerconteudo .menu {
    position: absolute;
    right: 1em;
    bottom: 0;
    transform: translateY(50%);
  }
}
.headerconteudo .menu a {
  margin-left: 1.5em;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 900px) {
  .headerconteudo .menu a {
    background-color: #8400a2;
    margin-left: 0.5em;
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
}
.headerconteudo .menu a svg {
  display: block;
  height: 1.8em;
  margin-left: auto;
  margin-right: auto;
}
.headerconteudo .menu a svg * {
  fill: white;
}
.headerconteudo .menu a span {
  font-size: 0.6em;
  font-weight: 600;
}
@media (max-width: 900px) {
  .headerconteudo .menu a span {
    display: none;
  }
}

main .miolo > *:not(.nome-capitulo, .autores, .imprimir, table) {
  width: calc(70% - 1em);
  margin-bottom: 1.8rem;
}
@media (max-width: 900px) {
  main .miolo > *:not(.nome-capitulo, .autores, .imprimir, table) {
    width: 100%;
  }
}
main .miolo .nome-capitulo {
  margin: 0;
}
main .miolo .imprimir {
  line-height: 1;
  float: right;
}
main .miolo .imprimir img {
  display: block;
  height: 2em;
}
@media (max-width: 900px) {
  main .miolo .imprimir {
    display: none;
  }
}
main .miolo h2, main .miolo h3, main .miolo h4 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
main .miolo h2 {
  font-size: 1.5em;
  font-weight: 600;
}
main .miolo h3 {
  font-size: 1.2em;
  font-weight: 600;
}
main .miolo h4 {
  font-size: 1em;
  font-weight: 700;
}
main .miolo a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
main .miolo aside.autores {
  width: calc(30% - 1em);
  float: right;
  padding: 1.5em;
  border: 1px solid #c61def;
  margin-bottom: 1.8rem;
}
@media (max-width: 900px) {
  main .miolo aside.autores {
    float: none;
    width: 100%;
  }
}
main .miolo aside.autores h2 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.5rem;
}
main .miolo aside.autores ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
main .miolo blockquote {
  margin-left: 0;
  margin-right: 0;
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 3rem;
}
main .miolo blockquote > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
main .miolo .bt-nota {
  background-color: #f47921;
  color: #1a1a1a;
  display: inline-block;
  min-width: 1.5em;
  height: 1.5em;
  border-radius: 0.25em;
}
main .miolo .bt-nota:before {
  content: attr(data-nota);
}
@media (max-width: 900px) {
  main .miolo .container-table {
    width: 100vw;
    position: relative;
    left: -1em;
    padding-left: 1em;
    padding-right: 1em;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
main .miolo table {
  min-width: calc(70% - 1em);
  border-collapse: collapse;
  border-bottom: 4px solid #c61def;
  margin-top: 3em;
  margin-bottom: 3em;
  line-height: 1.4;
}
main .miolo table caption {
  display: table-caption;
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 10px;
}
main .miolo table tr th {
  color: #c61def;
  font-weight: 500;
  padding: 0.25em 0;
  padding-right: 1.25rem;
  border-bottom: 4px solid #c61def;
  text-align: left;
}
main .miolo table tr td {
  border-bottom: 1px solid;
  padding: 0.5em 0;
  padding-right: 1.25rem;
  vertical-align: top;
  font-size: 0.9em;
}
main .miolo table tr td > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  main .miolo table {
    width: 100%;
  }
}
main .miolo figure {
  margin: 0;
}
main .miolo figure img {
  display: block;
  max-width: 100%;
}
main .miolo figure figcaption {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.3em;
}
main .miolo .pagina {
  font-size: 1em;
  color: #c61def;
  border-bottom: 1px dashed #f47921;
  display: block;
  text-align: right;
  font-weight: 600;
}
main .miolo .pagina img {
  width: 0.7em;
  margin: 0 5px 2px 5px;
}
@media (max-width: 900px) {
  main .miolo .pagina {
    width: 100%;
  }
}
@media (max-width: 540px) {
  main .miolo .pagina {
    width: 100%;
    font-size: 1.1em;
  }
}

.sumario {
  margin-top: 4em;
  padding-bottom: 4em;
}
.sumario h2 {
  font-size: 1.7em;
  color: #c61def;
}
.sumario a {
  text-decoration: none;
  color: #c61def;
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.2;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  border: 1.5px solid #f47921;
  border-radius: 0.25em;
  margin-bottom: 0.5em;
  transition: all 0.2s linear;
  transition-property: background-color, border-color;
}
@media (max-width: 900px) {
  .sumario a {
    font-size: 1em;
  }
}
.sumario a:hover {
  border-color: #c61def;
  background-color: #c61def;
}
.sumario a:hover .numero {
  color: #f6f7f4;
}
.sumario a:hover .titulo-capitulo {
  color: #f6f7f4;
}
.sumario a:focus {
  outline: none;
}
.sumario a .numero {
  font-weight: 600;
  font-size: 1.2em;
  color: #f47921;
  display: block;
  width: 2ch;
  text-align: right;
  margin-left: 1em;
}
.sumario a .entrevistado {
  font-size: 1.2em;
  padding: 0;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .sumario a .entrevistado {
    font-size: 1em;
    width: 100%;
  }
}
.sumario a .titulo-capitulo, .sumario a .numero {
  transition: color 0.2s linear;
}

.footerconteudo {
  background-color: #f47921;
  background-image: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.footerconteudo .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.footerconteudo a {
  color: #1a1a1a;
  transition: color 0.2s linear;
  font-size: 1em;
  line-height: 1;
  border: 1px solid;
  font-weight: 600;
  text-decoration: none;
  padding: 0.25em 1em;
  border-radius: 5em;
}
.footerconteudo a svg {
  vertical-align: middle;
  display: inline-block;
  height: 1em;
}
.footerconteudo a svg * {
  color: inherit;
  transition: all 0.2s linear;
  transition-property: fill, stroke;
}
.footerconteudo a:hover {
  color: #f6f7f4;
}
.footerconteudo a span {
  vertical-align: middle;
  display: inline-block;
}
.footerconteudo a.voltar {
  justify-self: start;
}
.footerconteudo a.voltar svg {
  transform: rotate(180deg);
}
.footerconteudo a.avancar {
  justify-self: end;
}
.footerconteudo a.btsumario {
  justify-self: center;
}

#notas-rodape {
  position: fixed;
  z-index: 2;
  right: calc(50vw - 560px + 1rem);
  top: 50%;
  transform: translateY(-50%);
  background-color: #f6f7f4;
  width: 400px;
  max-width: calc(100% - 2em);
  max-height: 500px;
  overflow-y: auto;
  border: 1px solid #f47921;
  border-radius: 0.5em;
  padding: 1.75em;
  display: none;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  animation: notaAparece 0.2s ease-out 0s 1 normal forwards;
}
@keyframes notaAparece {
  0% {
    transform: translateY(-50%) translateX(2em);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
@keyframes notaApareceMobile {
  0% {
    transform: translateY(2em);
    opacity: 0;
  }
  100% {
    transform: translateY(0em);
    opacity: 1;
  }
}
@media (max-width: 900px) {
  #notas-rodape {
    right: 1em;
    bottom: 4em;
    animation-name: notaApareceMobile;
  }
}
#notas-rodape.visivel {
  display: block;
}
#notas-rodape button.fechar {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  appearance: none;
  display: block;
  border: none;
}
#notas-rodape button.fechar img {
  width: 1em;
}
#notas-rodape .notas {
  margin-top: 2em;
}
#notas-rodape .notas div {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: none;
  text-align: left;
  line-height: 1.4;
  font-size: 0.9em;
  text-align: justify;
}
#notas-rodape .notas div > :not(:last-child) {
  margin-bottom: 1.2em;
}
#notas-rodape .notas div.atual {
  display: block;
}

.notaprint {
  display: none;
}

@media print {
  * {
    background: transparent !important;
  }
  article {
    width: 100%;
  }
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.1em;
  }
  h4 {
    font-size: 1em;
  }
  .headerindex {
    background-image: none;
    background-size: none;
    height: 200px;
    position: none;
  }
  .botoescapa {
    display: none;
  }
  .titulos {
    position: none;
    margin: none;
    right: none;
    padding-left: 0;
  }
  .titulos h1 {
    text-align: left;
    font-size: 1.8em;
  }
  .headerconteudo {
    display: none;
  }
  .footerconteudo {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
