@charset "UTF-8";
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /*line-height: 1.15;  1 */
  /*-webkit-text-size-adjust: 100%; 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Don Graffiti";
  src: url("../fonts/DonGraffitiRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Firava.woff2") format("woff2-variations");
  font-display: swap;
  font-family: "Firava";
  font-weight: 100 900;
}
@font-face {
  src: url("../fonts/FiravaItalic.woff2") format("woff2-variations");
  font-display: swap;
  font-family: "Firava";
  font-style: italic;
  font-weight: 100 900;
}
body {
  font-size: 18px;
  font-family: "Firava", sans-serif;
  background-color: #ffffff;
  overflow-x: hidden;
}
@media (max-width: 540px) {
  body {
    font-size: 16px;
  }
}

.container {
  padding: 1vh 10px 1vh 10px;
  margin-left: 22vw;
  width: 920px;
}
@media (max-width: 920px) {
  .container {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .container {
    width: 100%;
  }
}

.container2 {
  padding: 10px;
  margin: 0 auto;
  width: 920px;
}
@media (max-width: 920px) {
  .container2 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .container2 {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .container2 {
    width: 100%;
  }
}

article {
  padding: 50px 0 180px 0;
}
article h1, article h2, article h3, article h4, article p, article table, article ul, article ol, article dl, article blockquote {
  width: 100%;
}
@media (max-width: 920px) {
  article {
    padding: 40px 15px;
    margin-top: 80px;
  }
}

h1, h2, h3, h4 {
  font-family: "Don Graffiti", cursive;
  color: #130c0e;
  letter-spacing: 0.15em;
}

h1 {
  font-size: 1.8em;
  line-height: 1.2em;
}
@media (max-width: 540px) {
  h1 {
    font-size: 1.5em;
  }
}

h2 {
  font-size: 1.6em;
  font-weight: 600;
  padding-top: 40px;
}

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

h4 {
  font-size: 1em;
}

p {
  font-size: 1em;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.6em;
}
@media (max-width: 540px) {
  p {
    font-size: 0.9em;
    line-height: 1.8em;
  }
}
p strong {
  font-weight: 600;
  color: #130c0e;
}

a {
  text-decoration: none;
  color: #130c0e;
  font-weight: 400;
  cursor: url(../img/cursor-pointer.cur), default;
}

blockquote {
  font-size: 0.85em;
  font-weight: 300;
  padding-left: 60px;
  margin-top: -25px;
  margin-bottom: 40px;
}
@media (max-width: 920px) {
  blockquote {
    padding-left: 0px;
  }
}
@media (max-width: 540px) {
  blockquote {
    font-size: 1em;
    line-height: 1.4em;
    margin-left: 10px;
    margin-top: 10px;
  }
}

ol, dl {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 540px) {
  ol, dl {
    font-size: 0.9em;
  }
}
ol li, dl li {
  margin-bottom: 10px;
}

ul {
  font-size: 1em;
  font-weight: 300;
  list-style: none;
}
ul li {
  margin-bottom: 10px;
}
ul li::before {
  content: "•";
  color: #130c0e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 540px) {
  ul {
    font-size: 0.9em;
  }
}

footer {
  background-repeat: repeat;
  background-size: 400px;
  background-color: #bcbec0;
  width: 100%;
  border-top: solid 2px #1a1a1a;
}

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

figure {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 3em;
}
figure.vertical {
  width: 360px;
  max-width: 60%;
}
figure.rodape {
  width: 100%;
}
figure img {
  width: 100%;
  display: block;
}
figure figcaption {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #bcbec0;
  font-weight: 400;
}
figure figcaption strong {
  font-weight: 500;
  color: #bcbec0;
}

.menor {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px;
}
.menor .autora {
  width: 40vw;
  opacity: 1;
  transition: 0.5s;
}
@media (max-width: 920px) {
  .menor .autora {
    width: 50vw;
  }
}
.menor .legenda {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #bcbec0;
  text-align: left;
  font-weight: 400;
  margin-left: 3%;
  margin-bottom: 0px;
  align-self: flex-end;
}
@media (max-width: 920px) {
  .menor .legenda {
    font-size: 0.6em;
  }
}
@media (max-width: 540px) {
  .menor .legenda {
    font-size: 0.6em;
  }
}
.menor .legenda strong {
  font-weight: 500;
  color: #bcbec0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #130c0e;
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #130c0e;
}

::selection {
  background-color: #c6c3c6;
  color: #130c0e;
}

html {
  cursor: url(../img/cursor.cur), default;
}

.headerindex {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #130c0e;
}
@media (max-width: 540px) {
  .headerindex {
    background-image: url(../img/mobile_capa.png);
    background-size: cover;
  }
}
.headerindex .imgs-fundo {
  position: absolute;
  inset: 0;
}
.headerindex .imgs-fundo > div {
  position: absolute;
  inset: 0;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
@media (max-width: 540px) {
  .headerindex .imgs-fundo {
    display: none;
  }
}
.headerindex .titulos {
  text-align: center;
  position: relative;
  padding: 2rem;
  background-color: #130c0e;
}
.headerindex .titulos h1 {
  color: #ffffff;
  font-size: 4.5em;
  margin-top: 0;
  margin-bottom: 0;
}
.headerindex .titulos .subtitulo {
  color: #ffffff;
  font-size: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  max-width: 600px;
  font-weight: 400;
  text-wrap: balance;
  line-height: 1.3;
}
.headerindex .titulos h3 {
  color: #ffffff;
  font-size: 1.5em;
  margin-top: 0;
  font-family: "Firava", sans-serif;
  margin-bottom: 1em;
  letter-spacing: 0;
  font-weight: 100;
}
.headerindex .titulos .botoescapa {
  margin-top: 40px;
}
.headerindex .titulos .botoescapa a {
  font-family: "Firava", sans-serif;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
  border: solid 2px #ffffff;
  transition: all 0.2s linear;
  transition-property: color, background-color;
  margin: 0em 1em 1em;
  display: inline-block;
}
.headerindex .titulos .botoescapa a:hover {
  background-color: #ffffff;
  color: #130c0e;
}
.fichatecnica {
  padding: 100px 0;
  width: 100%;
  text-align: center;
}
.fichatecnica dl dt {
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 14px;
}
.fichatecnica dl h2 {
  font-size: 1.8em;
}
.fichatecnica dl dd {
  margin-left: 0;
  font-size: 0.9em;
}
.fichatecnica p {
  font-size: 0.8em;
  padding: 15px;
}

.ciarufg {
  width: 200px;
}

.isbn {
  margin: 15px auto 40px auto;
  width: 70%;
  padding: 50px;
  border-top-left-radius: 55px 5px;
  border-top-right-radius: 5px 25px;
  border-bottom-right-radius: 25px 5px;
  border-bottom-left-radius: 5px 55px;
  border: solid 3px #1a1a1a;
  background-color: #ffffff;
  font-size: 0.9em;
}
@media (max-width: 700px) {
  .isbn {
    width: 100%;
  }
}
.isbn .dados {
  width: 50px;
  float: left;
}
.isbn .info {
  float: right;
  width: calc(100% - 50px);
}
.isbn .info p {
  width: 100%;
}

.esquerda {
  position: absolute;
  top: 100vw;
  left: -10%;
  z-index: -1;
}
.esquerda img {
  width: 30vw;
}
@media (max-width: 920px) {
  .esquerda {
    display: none;
  }
}

.esquerda2 {
  position: absolute;
  top: 160vw;
  left: -5%;
  z-index: -1;
}
.esquerda2 img {
  width: 35vw;
}
@media (max-width: 920px) {
  .esquerda2 {
    display: none;
  }
}

.direita {
  position: absolute;
  top: 150vw;
  right: -5%;
  z-index: -1;
}
.direita img {
  width: 35vw;
}
@media (max-width: 920px) {
  .direita {
    display: none;
  }
}

.direita2 {
  position: absolute;
  top: 210vw;
  right: -3%;
  z-index: -1;
}
.direita2 img {
  width: 30vw;
}
@media (max-width: 920px) {
  .direita2 {
    display: none;
  }
}

.footercapa {
  text-align: center;
  padding: 30px;
  width: 60%;
  margin: 0 auto;
}
.footercapa p {
  font-weight: 400;
  color: #130c0e;
}
.footercapa p a {
  color: #130c0e;
  font-weight: 600;
}
@media (max-width: 700px) {
  .footercapa {
    width: 100%;
  }
}

.body_sumario {
  background-color: #130c0e;
}
.body_sumario .imgs-fundo {
  position: absolute;
  inset: 0;
}
.body_sumario .imgs-fundo > div {
  position: absolute;
  inset: 0;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
@media (max-width: 540px) {
  .body_sumario .imgs-fundo {
    display: none;
    font-size: 1em;
  }
}

.headerconteudo {
  width: 400px;
  max-width: 20vw;
  height: 100vh;
  padding: 100px 0 0px 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: white;
}
@media (max-width: 920px) {
  .headerconteudo {
    display: none;
  }
}
.headerconteudo .logo {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.headerconteudo .menu {
  display: block;
  text-align: center;
}
.headerconteudo .menu a {
  background-repeat: repeat;
  background-size: 15px;
  font-family: "Firava", sans-serif;
  color: #130c0e;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 20px 5px 20px;
  display: inline-block;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
  border: solid 3px #1a1a1a;
  margin-top: 30px;
  margin-left: 10px;
  transition: all 0.2s;
  transition-property: color, background-color;
}
.headerconteudo .menu a:hover {
  color: #ffffff;
  background-color: #130c0e;
}
.headerconteudo .menu a img {
  width: 15px;
}
.headerconteudo .home_sumario {
  text-align: center;
  margin-bottom: 15px;
}
.headerconteudo .home_sumario a {
  display: inline-block;
  padding: 15px;
}
.headerconteudo .home_sumario a img {
  width: 50px;
}
.headerconteudo .illustra {
  width: 100%;
  height: auto;
  display: block;
}

.headerconteudo2 {
  display: none;
  letter-spacing: 1px;
}
@media (max-width: 920px) {
  .headerconteudo2 {
    width: 100vw;
    height: 11vh;
    padding: 20px;
    position: fixed;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    z-index: 9999;
    box-shadow: 1px 0.1px 10px #888888;
  }
}
@media (max-width: 540px) {
  .headerconteudo2 {
    height: 80px;
  }
}
.headerconteudo2 .logo {
  width: 40vw;
  margin-top: 10px;
}
.headerconteudo2 .menu img {
  width: 8vw;
  margin-left: 10px;
}
@media (max-width: 700px) {
  .headerconteudo2 .menu img {
    width: 10vw;
  }
}
.headerconteudo2 .botao a {
  background-repeat: repeat;
  background-size: 15px;
  font-family: "Firava", sans-serif;
  color: #130c0e;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 10px 5px 10px;
  display: inline-block;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  border-bottom-right-radius: 225px 15px;
  border-bottom-left-radius: 15px 255px;
  border: solid 2px #1a1a1a;
  margin-top: 10px;
  margin-left: 10px;
}
.headerconteudo2 .botao a:hover {
  transition: 0.5s;
  color: #130c0e;
}

.box {
  padding: 30px;
  width: 75%;
  margin: 20px 0;
  border-radius: 10px;
}
@media (max-width: 700px) {
  .box {
    width: 100%;
  }
}
.box p {
  width: 100%;
}

.reticencias {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-block: 1em;
}

.sumario {
  width: 60vw;
  margin-top: calc(100px - 1vh);
  padding-left: 6em;
  position: relative;
}
@media (max-width: 920px) {
  .sumario {
    width: 99vw;
    padding: 50px 10px;
  }
}
.sumario h2 {
  font-size: 5em;
  font-family: "Don Graffiti", cursive;
  margin-top: -15px;
  padding-top: 10px;
  color: #ffffff;
}
@media (max-width: 540px) {
  .sumario h2 {
    font-size: 3em;
  }
}
.sumario .modulo {
  font-size: 1.2em;
  font-family: "Firava", sans-serif;
  color: #ffffff;
  font-weight: 500;
  border: none;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  cursor: url(../img/cursor-pointer.cur), default;
  margin-bottom: 1em;
  display: block;
  width: 100%;
  text-align: left;
}
.sumario .modulo:hover {
  transition: 1s;
}
.sumario .modulo:focus {
  outline: none;
}
@media (max-width: 540px) {
  .sumario .modulo {
    font-size: 2em;
    margin-bottom: 0.5em;
  }
}
.sumario .modulo a {
  color: #ffffff;
  font-size: 2em;
  font-weight: 100;
  background: linear-gradient(to right, #ffffff, #ffffff);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  transition: background-size 0.2s ease-in-out;
}
.sumario .modulo a:hover {
  background-position: 0% 100%;
  background-size: 100% 2px;
}
@media (max-width: 540px) {
  .sumario .modulo a {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.sumario .entrevistado {
  font-size: 1.2em;
  padding: 0;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .sumario .entrevistado {
    font-size: 1em;
    width: 100%;
  }
}
.sumario button.modulo {
  width: 100%;
}
@media (max-width: 920px) {
  .sumario button.modulo {
    width: 98%;
    font-size: 0.5em;
  }
}
.sumario .submodulo {
  background-color: #ffffff;
  margin-bottom: 30px;
}
.sumario .submodulo:hover {
  transition: 1s;
}
.sumario .submodulo:focus {
  outline: none;
}
@media (max-width: 540px) {
  .sumario .submodulo {
    font-size: 2em;
    width: 98%;
  }
}
.sumario .numero {
  font-weight: 600;
  font-family: "Don Graffiti", cursive;
  letter-spacing: 0.15em;
  font-size: 3em;
  display: inline-block;
  width: 2.5ch;
  text-align: center;
  margin-right: 2ch;
}
.sumario .numero:has(img) {
  vertical-align: sub;
}
@media (max-width: 540px) {
  .sumario .numero {
    font-size: 1.5em;
    margin-right: 0.3ch;
  }
}
.sumario .submenu {
  display: block;
  color: inherit;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  font-weight: 300;
  padding-top: 15px;
}
@media (max-width: 700px) {
  .sumario .submenu {
    font-size: 1.6em;
  }
}
.sumario .submenu .numero {
  font-family: "Firava", sans-serif;
  margin-top: 0;
}
.sumario .submenu:hover {
  transition: 0.5s;
}
@media (max-width: 700px) {
  .sumario .submenu span {
    padding: 40px 0 20px 0;
    width: 100%;
    font-weight: normal;
    display: inline-block;
  }
  .sumario .submenu span:nth-child(2) {
    display: none;
  }
}

.footerconteudo {
  display: none;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.footerconteudo > .container {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1em;
}
.footerconteudo a {
  color: #130c0e;
  font-size: 1em;
  font-family: "Firava", sans-serif;
  font-weight: 300;
}
.footerconteudo .voltar img, .footerconteudo .avancar img {
  width: 20px;
}
@media (max-width: 920px) {
  .footerconteudo {
    display: block;
  }
}
@media (max-width: 540px) {
  .footerconteudo {
    font-weight: 100;
  }
}

.minisumario {
  width: 15.8%;
  float: right;
  text-align: left;
  margin: 80px 0 10px 0;
  padding: 8px 15px 8px 15px;
  border: 1px solid;
  font-size: 0.9em;
  line-height: 1.5em;
  border-radius: 0 15px 0 15px;
  position: fixed;
  left: 70%;
  height: 38%;
}
.minisumario h2 {
  font-size: 1.4em;
  line-height: 1em;
  display: flex;
}
.minisumario .links {
  width: 107%;
  height: 73%;
  overflow-y: scroll;
  margin: 0 0 0 -5px;
  padding-left: 10px;
}
@media (max-width: 700px) {
  .minisumario .links {
    overflow-y: hidden;
    width: 105%;
  }
}
@media (max-width: 700px) {
  .minisumario {
    display: block;
    float: none;
    width: 95%;
    margin-top: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: inherit;
  }
}
.minisumario a {
  font-weight: 500;
  font-size: 0.9em;
}
.minisumario a:hover {
  transition: 0.5s;
}

.minisumariosiglas {
  width: 16%;
  float: right;
  text-align: left;
  margin: 80px 0 10px 0;
  padding: 8px 15px 0px 15px;
  border: 1px solid;
  line-height: 1.5em;
  border-radius: 15px 0 15px 0;
  position: fixed;
  left: 70%;
  height: auto;
}
.minisumariosiglas h2 {
  font-size: 1.6em;
  line-height: 1em;
}
@media (max-width: 700px) {
  .minisumariosiglas {
    display: block;
    float: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: inherit;
  }
}
@media (max-width: 540px) {
  .minisumariosiglas {
    display: block;
    float: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    position: inherit;
  }
}
.minisumariosiglas p {
  font-size: 1.3em;
  color: #130c0e;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.minisumariosiglas p a, .minisumariosiglas p span {
  display: inline-block;
  width: 2ch;
  height: 3ch;
  text-align: center;
}
.minisumariosiglas p a:hover {
  transition: 0.5s;
}

.print2 {
  margin-top: 76px;
  width: 50px;
  margin-right: 10px;
  float: right;
  clear: right;
}
@media (max-width: 700px) {
  .print2 {
    display: none;
  }
}
@media (max-width: 540px) {
  .print2 {
    display: none;
  }
}

.pagina {
  font-size: 1em;
  border-bottom: 1px dashed;
  width: 100%;
  display: block;
  padding-top: 30px;
  margin: 0 0 50px 0;
  text-align: right;
  font-weight: 400;
}
.pagina img {
  width: 0.7em;
  margin: 0 5px 2px 5px;
}
@media (max-width: 700px) {
  .pagina {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .pagina {
    margin: 10px 0 40px 0;
    padding-top: 0px;
    width: 100%;
    font-size: 1em;
  }
}

table {
  min-width: 60%;
  max-width: 100%;
  border-collapse: collapse;
  text-wrap: wrap;
  margin-bottom: 15px;
}
table caption {
  display: table-caption;
  text-align: left;
  font-size: 1em;
  margin-bottom: 10px;
}
table tr {
  display: table-row;
}
table tr th {
  display: table-cell;
  background-color: #ffffff;
  font-family: "Firava", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 4px solid;
}
table tr td {
  border-bottom: 1px solid;
  padding: 5px 5px;
  vertical-align: top;
  font-size: 0.8em;
}
table tr td ul li {
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 1.5em;
}
@media (max-width: 700px) {
  table {
    width: 100%;
  }
}

button.bt-nota {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #bcbec0;
  color: #130c0e;
  margin: 0 5px;
  padding-top: 3px;
}
button.bt-nota:before {
  content: attr(data-nota);
}

#notas-rodape {
  position: fixed;
  z-index: 2;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: calc(276px - 3em);
  max-height: calc(100% - 4em);
  overflow-y: auto;
  border: 2px solid #1a1a1a;
  border-top-left-radius: 55px 5px;
  border-top-right-radius: 5px 25px;
  border-bottom-right-radius: 25px 5px;
  border-bottom-left-radius: 5px 55px;
  padding: 1.5em;
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
  color: #bcbec0;
}
@media (max-width: 700px) {
  #notas-rodape {
    right: 5%;
  }
}
#notas-rodape p {
  padding-bottom: 0;
  margin-bottom: 0px;
}
#notas-rodape.visivel {
  display: block;
}
#notas-rodape button.fechar {
  position: absolute;
  top: 18px;
  right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1em;
  width: 30px;
  height: 30px;
  display: block;
  background-color: #ffffff;
  border: none;
}
#notas-rodape button.fechar img {
  width: 20px;
  padding-top: 4px;
  padding-right: 1px;
}
#notas-rodape .notas {
  margin-top: 40px;
}
#notas-rodape .notas div {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  display: none;
  text-align: right;
}
#notas-rodape .notas div.atual {
  display: block;
}

.notaprint {
  display: none;
}

.olho-illustra {
  display: none;
}
@media screen and (max-width: 700px) {
  .olho-illustra {
    display: block;
    width: 100px;
    margin-inline: auto;
    margin-bottom: 3em;
  }
}

@media print {
  * {
    background: transparent !important;
  }
  article {
    width: 100%;
  }
  h1 {
    font-size: 1.3em;
    margin-top: -20px;
  }
  h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 1em;
  }
  h4 {
    font-size: 0.8em;
  }
  .headerconteudo2 {
    display: none;
  }
  .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;
  }
  p {
    font-size: 0.7em;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
  blockquote {
    font-size: 0.6em;
    margin-top: 15px;
    line-height: 1.4em;
  }
  .pagina {
    font-size: 0.7em;
    padding-top: 0px;
  }
  figure figcaption {
    font-size: 0.6em;
  }
  figure img {
    opacity: 1;
  }
  .headerconteudo {
    display: none;
  }
  .footerconteudo {
    display: none;
  }
}

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