@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: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Italic.woff2") format("woff2"), url("../fonts/TitilliumWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 19px;
  font-family: "Hepta Slab", sans-serif;
  background-color: #e8e7e3;
  overflow-x: hidden;
}

.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: 90%;
}
@media (max-width: 700px) {
  article h1, article h2, article h3, article h4, article p, article table, article ul, article ol, article dl, article blockquote {
    width: 96%;
  }
}
@media (max-width: 920px) {
  article {
    width: 99%;
    padding: 40px 15px;
    margin-top: 80px;
  }
}

h1, h2, h3, h4 {
  font-family: "Mali", sans-serif;
  color: #a374af;
}

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: #1a1a1a;
}

a {
  text-decoration: none;
  color: #a374af;
  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: 0.7em;
    line-height: 1.4em;
  }
}

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: #a374af;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 540px) {
  ul {
    font-size: 0.9em;
  }
}

b, strong {
  color: #a374af;
}

footer {
  background-image: url(../img/rodape.png);
  background-repeat: repeat;
  background-size: 400px;
  background-color: #a374af;
  width: 100%;
  border-top: solid 2px #1a1a1a;
}

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

figure {
  margin-left: -1%;
  margin-bottom: 40px;
}
figure img {
  width: 70vw;
  opacity: 0.8;
  transition: 0.5s;
}
@media (max-width: 920px) {
  figure img {
    width: 90vw;
  }
}
figure img:hover {
  opacity: 1;
  transition: 0.5s;
}
figure figcaption {
  font-size: 0.8em;
  line-height: 1.3em;
  color: #808080;
  text-align: right;
  font-weight: 400;
  width: 70vw;
}
@media (max-width: 920px) {
  figure figcaption {
    width: 90vw;
  }
}
@media (max-width: 540px) {
  figure figcaption {
    font-size: 0.6em;
  }
}
figure figcaption strong {
  font-weight: 500;
  color: #808080;
}

.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: #808080;
  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: #808080;
}

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

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

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

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

::selection {
  background-color: #bb98c1;
  color: #1a1a1a;
}

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

.headerindex {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 920px) {
  .headerindex {
    height: 100vh;
    background-image: url(../img/bg-tablet.png);
    background-position: center center;
    background-size: 900px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 540px) {
  .headerindex {
    background-image: url(../img/bg-celular.png);
    background-size: 520px;
    background-position: top center;
  }
}
.headerindex .quadrinho {
  max-width: 100%;
  animation-name: quadrinhoAparece;
  animation-duration: 1.4s;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-delay: var(--delay);
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
}
@keyframes quadrinhoAparece {
  from {
    opacity: 0;
    transform: translate(var(--from));
  }
  to {
    opacity: 1;
    transform: translate(var(--to));
  }
}
@media (max-width: 920px) {
  .headerindex .quadrinho {
    visibility: hidden;
  }
}
.headerindex .titulos {
  grid-column-start: 2;
  grid-column-end: span 3;
  grid-row-start: 2;
  grid-row-end: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headerindex .titulos .logo-ebook {
  width: 20vw;
}
@media (max-width: 920px) {
  .headerindex .titulos .logo-ebook {
    width: 28vh;
  }
}
@media (max-width: 540px) {
  .headerindex .titulos .logo-ebook {
    width: 22vh;
  }
}
.headerindex .titulos .botoescapa {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .headerindex .titulos .botoescapa {
    margin: 50px auto 0 auto;
  }
}
@media (max-width: 540px) {
  .headerindex .titulos .botoescapa {
    margin: 20px auto 0 auto;
  }
}
.headerindex .titulos .botoescapa a {
  background-image: url(../img/textura.png);
  background-repeat: repeat;
  background-size: 15px;
  font-family: "Mali", sans-serif;
  color: #1a1a1a;
  font-weight: 500;
  font-size: 0.8vw;
  text-align: center;
  text-transform: uppercase;
  padding: 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 3px #1a1a1a;
  transition: 0.5s;
}
.headerindex .titulos .botoescapa a:hover {
  color: #e8e7e3;
  background-image: url(../img/textura2.png);
}
@media (max-width: 920px) {
  .headerindex .titulos .botoescapa a {
    font-size: 2vw;
    padding: 4px 12px 4px 12px;
    width: auto;
  }
}
@media (max-width: 540px) {
  .headerindex .titulos .botoescapa a {
    font-size: 0.5em;
    padding: 6px 8px 6px 8px;
    width: auto;
    border: solid 2px #1a1a1a;
  }
}

.fichatecnica {
  padding: 100px 0;
  width: 100%;
  text-align: center;
}
.fichatecnica dl dt {
  color: #a374af;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 14px;
}
.fichatecnica dl h2 {
  color: #a374af;
  font-size: 1.8em;
}
.fichatecnica dl dd {
  margin-left: 0;
  font-size: 0.9em;
}
.fichatecnica p {
  font-size: 0.8em;
  padding: 15px;
}

.realizacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.realizacao .ciarufg {
  width: 100px;
}

.isbn {
  margin: 15px auto 40px auto;
  width: 70%;
}
.isbn img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@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: #1a1a1a;
}
.footercapa p a {
  color: #1a1a1a;
  font-weight: 600;
}
@media (max-width: 700px) {
  .footercapa {
    width: 100%;
  }
}

#area_copyright img {
  display: block;
  width: 200px;
  height: auto;
  max-width: 100%;
  margin: 0 auto 2em;
  border-radius: 0;
}
#area_copyright p {
  text-align: center;
}

.headerconteudo {
  width: 300px;
  max-width: 20vw;
  height: 100vh;
  padding: 100px 0 100px 0;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 920px) {
  .headerconteudo {
    display: none;
  }
}
.headerconteudo .logo {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.headerconteudo .menu {
  display: block;
}
.headerconteudo .menu a {
  background-image: url(../img/textura.png);
  background-repeat: repeat;
  background-size: 15px;
  font-family: "Mali", sans-serif;
  color: #1a1a1a;
  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;
}
.headerconteudo .menu a:hover {
  background-image: url(../img/textura2.png);
  transition: 0.5s;
  color: #e8e7e3;
}
.headerconteudo .menu a img {
  width: 15px;
}
.headerconteudo .print img {
  margin: 30px 8px 30px 8px;
  width: 45px;
}
.headerconteudo .illustra {
  max-width: 85%;
  align-self: center;
  position: relative;
}
.headerconteudo .illustra img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.1s linear;
}
.headerconteudo .illustra img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}

body:has(.submodulo:nth-of-type(1):hover) .headerconteudo .illustra img:nth-child(1) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(2):hover) .headerconteudo .illustra img:nth-child(2) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(3):hover) .headerconteudo .illustra img:nth-child(3) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(4):hover) .headerconteudo .illustra img:nth-child(4) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(5):hover) .headerconteudo .illustra img:nth-child(5) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(6):hover) .headerconteudo .illustra img:nth-child(6) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(7):hover) .headerconteudo .illustra img:nth-child(7) {
  opacity: 1;
}

body:has(.submodulo:nth-of-type(8):hover) .headerconteudo .illustra img:nth-child(8) {
  opacity: 1;
}

.headerconteudo2 {
  display: none;
}
@media (max-width: 920px) {
  .headerconteudo2 {
    width: 100vw;
    height: 11vh;
    padding: 20px;
    position: fixed;
    background-color: #e8e7e3;
    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: 33vw;
  margin-top: 3px;
}
.headerconteudo2 .menu img {
  width: 8vw;
  margin-left: 10px;
}
@media (max-width: 700px) {
  .headerconteudo2 .menu img {
    width: 10vw;
  }
}
.headerconteudo2 .botao a {
  background-image: url(../img/textura.png);
  background-repeat: repeat;
  background-size: 15px;
  font-family: "Mali", sans-serif;
  color: #1a1a1a;
  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 {
  background-image: url(../img/textura2.png);
  transition: 0.5s;
  color: #e8e7e3;
}

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

.sumario {
  width: 60vw;
  margin-top: calc(100px - 1vh);
}
@media (max-width: 920px) {
  .sumario {
    width: 99vw;
    padding: 50px 10px;
  }
}
.sumario h2 {
  font-size: 2.7em;
  color: #a374af;
  font-family: "Mali", sans-serif;
  margin-top: -15px;
  padding-top: 0px;
}
@media (max-width: 540px) {
  .sumario h2 {
    font-size: 2em;
  }
}
.sumario a {
  display: inline-block;
  width: 70%;
  font-family: "Hepta Slab", sans-serif;
  color: #1a1a1a;
  font-weight: 500;
}
.sumario .modulo {
  font-size: 1.2em;
  font-family: "Hepta Slab", sans-serif;
  color: #1a1a1a;
  background-color: #e8e7e3;
  font-weight: 500;
  border: none;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
  cursor: url(../img/cursor-pointer.cur), default;
  margin-bottom: 10px;
  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;
  }
}
.sumario button.modulo {
  width: 90%;
}
@media (max-width: 920px) {
  .sumario button.modulo {
    width: 98%;
  }
}
.sumario .submodulo {
  background-color: #e8e7e3;
  margin-bottom: 30px;
}
.sumario .submodulo:hover {
  transition: 1s;
}
.sumario .submodulo:focus {
  outline: none;
}
@media (max-width: 540px) {
  .sumario .submodulo {
    font-size: 0.5em;
  }
}
.sumario .numero {
  font-weight: 600;
  float: right;
  font-size: 1.2em;
  color: #a374af;
  clear: right;
  margin-top: -2px;
}
@media (max-width: 700px) {
  .sumario .numero {
    margin-top: 0px;
    padding-bottom: 0;
  }
}
.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: "Hepta Slab", sans-serif;
  color: #a374af;
  margin-top: 0;
}
.sumario .submenu:hover {
  transition: 0.5s;
}
.sumario .submenu:hover p {
  color: #a374af;
}
@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: #a374af;
  background-image: url(../img/rodape.png);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
.footerconteudo a {
  color: #1a1a1a;
  font-size: 1em;
  font-family: "Mali", sans-serif;
  font-weight: 600;
}
.footerconteudo .voltar, .footerconteudo .avancar {
  margin-top: -21px;
}
.footerconteudo .voltar img, .footerconteudo .avancar img {
  width: 20px;
}
.footerconteudo .voltar {
  float: left;
}
.footerconteudo .voltar img {
  margin-right: 5px;
}
.footerconteudo .avancar {
  float: right;
}
.footerconteudo .avancar img {
  margin-left: 5px;
}
.footerconteudo .menurodape img {
  width: 20px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 920px) {
  .footerconteudo {
    display: inline-block;
  }
}

.minisumario {
  width: 15.8%;
  float: right;
  text-align: left;
  margin: 80px 0 10px 0;
  padding: 8px 15px 8px 15px;
  border: 1px solid #a374af;
  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;
  color: #a374af;
  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 {
  color: #D95D39;
  transition: 0.5s;
}

.minisumariosiglas {
  width: 16%;
  float: right;
  text-align: left;
  margin: 80px 0 10px 0;
  padding: 8px 15px 0px 15px;
  border: 1px solid #a374af;
  color: #a374af;
  line-height: 1.5em;
  border-radius: 15px 0 15px 0;
  position: fixed;
  left: 70%;
  height: auto;
}
.minisumariosiglas h2 {
  font-size: 1.6em;
  color: #a374af;
  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: #1a1a1a;
  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 {
  color: #a374af;
}
.minisumariosiglas p a:hover {
  color: #D95D39;
  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;
  color: #a374af;
  border-bottom: 1px dashed #a374af;
  width: 90%;
  display: block;
  padding-top: 30px;
  margin: 0 0 30px 0;
  text-align: right;
  font-weight: 400;
  scroll-margin-top: 100px;
}
.pagina img {
  width: 0.7em;
  margin: 0 5px 2px 5px;
}
@media (max-width: 700px) {
  .pagina {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .pagina {
    margin: 0 0 20px 0;
    padding-top: 0px;
    width: 100%;
    font-size: 0.8em;
  }
}

table {
  min-width: 60%;
  max-width: 100%;
  border-collapse: collapse;
  text-wrap: wrap;
  margin-bottom: 15px;
}
table caption {
  display: table-caption;
  text-align: left;
  color: #a374af;
  font-size: 1em;
  margin-bottom: 10px;
}
table tr {
  display: table-row;
}
table tr th {
  display: table-cell;
  background-color: #e8e7e3;
  color: #a374af;
  font-family: "Hepta Slab", sans-serif;
  font-weight: 500;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 4px solid #a374af;
}
table tr td {
  border-bottom: 1px solid #a374af;
  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: #a374af;
  color: #1a1a1a;
  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: #e8e7e3;
  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: #808080;
}
@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: #e8e7e3;
  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;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !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 */
