/* 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: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("../fonts/Vollkorn-SemiBoldItalic.woff2") format("woff2"), url("Vollkorn-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Vollkorn";
  src: url("../fonts/Vollkorn-SemiBold.woff2") format("woff2"), url("Vollkorn-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  background-color: #f6f7f4;
}

a {
  color: #224352;
  font-weight: bold;
  cursor: pointer;
  word-wrap: break-word;
}
a:link, a:hover, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  color: #5599b8;
}

main {
  position: relative;
}

h1, h2, h3, h4 {
  font-family: "Vollkorn", monospace;
  color: #224352;
  margin: 0;
  padding: 35px 0 10px 0;
}

.datas {
  font-size: 1.2em;
  padding: 5px 0 10px 0;
}

h1 {
  font-size: 1.8em;
  padding: 0;
}
@media (max-width: 425px) {
  h1 {
    font-size: 1.3em;
    line-height: 1.4em;
  }
}

h2 {
  font-size: 1.6em;
}
@media (max-width: 425px) {
  h2 {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}

h3 {
  font-size: 1.2em;
}
@media (max-width: 425px) {
  h3 {
    font-size: 1.1em;
    line-height: 1.4em;
  }
}

p {
  margin: 0;
  font-weight: 300;
  padding-bottom: 20px;
  font-size: 1.05em;
  letter-spacing: 0.03em;
}
@media (max-width: 425px) {
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
}

ul, ol {
  font-size: 1.05em;
  font-weight: 300;
}
@media (max-width: 425px) {
  ul, ol {
    font-size: 0.8em;
    line-height: 1.7em;
    margin-left: -20px;
  }
}

figure {
  margin: 0 0 30px 0;
  padding: 15px 0;
}
figure figcaption {
  font-weight: 300;
  font-size: 1em;
  padding-bottom: 15px;
}
figure img {
  display: block;
  width: 400px;
}
@media (max-width: 425px) {
  figure img {
    width: 100%;
  }
}

blockquote {
  font-size: 1em;
  font-weight: 300;
  margin: 0;
  padding: 0 40px 20px 100px;
}
@media (max-width: 700px) {
  blockquote {
    font-size: 1em;
    padding-left: 20px;
    color: #224352;
  }
}

table {
  font-size: 1.05em;
  font-weight: 300;
}
@media (max-width: 425px) {
  table {
    font-size: 1em;
    line-height: 1.5em;
  }
}

.container {
  padding: 10px;
  margin: 0 auto;
  width: 1120px;
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .container {
    width: 100%;
  }
}

article {
  padding: 60px 0 180px 0;
  width: 85%;
}
article h1, article h2, article h3, article h4, article p, article table, article ul, article ol, article blockquote, article .curriculo {
  width: 75%;
}
@media (max-width: 700px) {
  article h1, article h2, article h3, article h4, article p, article table, article ul, article ol, article blockquote, article .curriculo {
    width: 100%;
  }
}
@media (max-width: 425px) {
  article h1, article h2, article h3, article h4, article p, article table, article ul, article ol, article blockquote, article .curriculo {
    width: 100%;
  }
}
@media (max-width: 700px) {
  article {
    width: 100%;
    padding: 40px 15px;
  }
}
@media (max-width: 425px) {
  article {
    width: 100%;
    padding: 40px 15px;
  }
}
article a {
  text-decoration: none;
  color: #224352;
  font-weight: 300;
}
article a:hover {
  color: #1ba5ab;
}

footer {
  background-color: #dedccc;
  color: #352E25, 30%;
}
footer a {
  color: #352E25;
}
footer a:hover {
  color: #352E25;
}

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

.header_index {
  width: 100%;
  background-image: url(../img/bgcapa.jpg);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
}
@media (max-width: 700px) {
  .header_index {
    background-image: url(../img/bg.jpg);
    height: 800px;
  }
}
@media (max-width: 425px) {
  .header_index {
    height: 640px;
    background-size: cover;
    background-position: center center;
  }
}

.titulos {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  margin: 0;
}
@media (max-width: 700px) {
  .titulos {
    padding-top: 50%;
  }
}
@media (max-width: 425px) {
  .titulos {
    top: 13%;
    bottom: 0;
  }
}
.titulos .tituloum {
  text-align: center;
}
.titulos .tituloum img {
  width: 600px;
}
@media (max-width: 425px) {
  .titulos .tituloum img {
    width: 85%;
  }
}
.titulos .botoes_index {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 425px) {
  .titulos .botoes_index {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .titulos .botoes_index {
    text-align: center;
  }
}
.titulos .botoes_index a {
  font-family: "Roboto", sans-serif;
  background-color: #f6f7f4;
  font-weight: 500;
  display: inline-block;
  width: 180px;
  color: #224352;
  padding: 10px 15px;
  margin: 20px 5px;
  font-size: 1em;
}
.titulos .botoes_index a:hover {
  color: #f6f7f4;
  background-color: #224352;
}
@media (max-width: 700px) {
  .titulos .botoes_index a:hover {
    color: #f6f7f4;
    box-shadow: none;
  }
}
@media (max-width: 425px) {
  .titulos .botoes_index a {
    font-size: 1em;
    padding: 8px 0;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #224352;
    display: block;
    width: 60%;
  }
}
.titulos .ufg {
  text-align: center;
}
.titulos .ufg a .marcaufg {
  width: 90px;
  padding-left: 5px;
  margin-bottom: -4px;
}
@media (max-width: 425px) {
  .titulos .ufg a .marcaufg {
    float: none;
    display: none;
  }
}

.ficha {
  width: 100%;
}
.ficha dl {
  color: #13262e;
}
.ficha dl dt {
  font-weight: 500;
  padding-bottom: 0.2em;
  padding-top: 1em;
}
.ficha dl dt h3 {
  padding-top: 0.5em;
}
.ficha dl dd {
  font-weight: 300;
  margin-left: 0;
}
.ficha h1, .ficha h2, .ficha h3 {
  color: #13262e;
  padding: 40px 0 0 0;
}
.ficha h2:first-child {
  padding-top: 0;
}
.ficha h4 {
  color: #13262e;
  padding: 15px 0 0 0;
}
.ficha p {
  color: #13262e;
  padding-bottom: 0;
}
.ficha .marcas {
  display: inline-block;
  margin: 30px 0 50px 0;
}
.ficha .marcas .ciarufg {
  width: 200px;
}
@media (max-width: 700px) {
  .ficha {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 425px) {
  .ficha {
    width: 100%;
  }
}

.isbn {
  border: 1px solid #224352;
  margin: 15px 0 15px 0;
  padding: 15px;
  width: 60%;
}
@media (max-width: 425px) {
  .isbn {
    width: 100%;
  }
}
.isbn p {
  font-size: 0.9em;
}
@media (max-width: 425px) {
  .isbn p {
    font-size: 0.8em;
  }
}
.isbn .dado {
  width: 50px;
  float: left;
}
.isbn .info {
  float: right;
  width: calc(100% - 50px);
}
.isbn .info p {
  width: 100%;
}

#linha {
  border-top: 2px solid #79876c;
  width: 100%;
  padding: 30px 0;
}

.footer_index {
  text-align: center;
  font-size: 0.9em;
  padding: 30px;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .footer_index {
    width: 80%;
  }
}
@media (max-width: 425px) {
  .footer_index {
    width: 100%;
    padding: 30px 15px 15px 15px;
  }
}

.header_conteudo {
  background-color: #79876c;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 80px 0 5px 0;
}
@media (max-width: 700px) {
  .header_conteudo {
    background-color: #79876c;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 425px) {
  .header_conteudo {
    padding-top: 10px;
  }
}
.header_conteudo .nome_curso h1 {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  color: #f6f7f4;
  width: 80%;
  padding-bottom: 8px;
}
@media (max-width: 700px) {
  .header_conteudo .nome_curso h1 {
    padding: 10px 0 20px 15px;
    width: 95%;
  }
}
@media (max-width: 700px) {
  .header_conteudo .nome_curso h1 {
    font-size: 1.4em;
  }
}
.header_conteudo .menu {
  float: right;
  display: inline-block;
  margin-top: -45px;
}
.header_conteudo .menu img {
  width: 40px;
  margin-left: 10px;
}
@media (max-width: 700px) {
  .header_conteudo .menu {
    float: none;
    display: inline;
  }
}

.autor {
  border-top: 4px solid #1ba5ab;
  border-bottom: 4px solid #1ba5ab;
  padding: 20px 0 5px 0;
  text-align: right;
  width: 25%;
  margin-top: 75px;
  float: right;
}
.autor .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.autor p {
  font-size: 0.8em;
  line-height: 1.9em;
}
@media (max-width: 700px) {
  .autor {
    display: block;
    float: none;
    width: 95%;
    margin-top: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 425px) {
  .autor {
    width: 90%;
    float: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.print {
  width: 48px;
  margin-top: 35px;
  pointer: hover;
  float: right;
  clear: right;
}
@media (max-width: 700px) {
  .print {
    display: none;
  }
}
@media (max-width: 425px) {
  .print {
    display: none;
  }
}

.elementParagraph {
  clear: right;
}

.curriculo {
  border-top: 4px solid #ffb100;
  border-bottom: 4px solid #ffb100;
  padding: 25px 25px 10px 25px;
  margin-top: 20px;
}
.curriculo p {
  width: 100%;
}
@media (max-width: 700px) {
  .curriculo {
    width: 100%;
    float: none;
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .curriculo {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}

img {
  width: 100%;
}

.printindex {
  width: 48px;
  float: right;
  margin-top: 50px;
  pointer: hover;
}
@media (max-width: 700px) {
  .printindex {
    display: none;
  }
}
@media (max-width: 425px) {
  .printindex {
    display: none;
  }
}

.box {
  background-color: #e0e9ea;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
  width: 70%;
}
.box p {
  width: 100%;
  color: #13262e;
}
.box ul, .box ol {
  width: 100%;
  color: #13262e;
}
.box ul a, .box ol a {
  color: #13262e;
}
.box ul a:hover, .box ol a:hover {
  color: #0c171c;
}
.box dl {
  font-weight: 300;
  color: #13262e;
}
@media (max-width: 700px) {
  .box {
    width: 100%;
    padding: 15px;
  }
}

.iconelink {
  width: 0.9em;
  margin-left: 0.25em;
}

#mais {
  display: none;
}

.btnexpandir {
  background-color: #1ba5ab;
  padding: 10px 15px;
  margin-bottom: 25px;
  color: #f6f7f4;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.btnexpandir:hover {
  background-color: #224352;
}
.btnexpandir:focus {
  outline: none;
}

.descricao {
  color: #0c171c;
}

.tabela {
  padding: 15px 0 30px 0;
  width: 100%;
}
.tabela th {
  background-color: #224352;
  color: #f6f7f4;
  font-size: 0.9em;
  font-weight: normal;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.tabela td {
  background-color: #dedccc;
  font-size: 0.9em;
  padding: 10px;
  vertical-align: top;
}
.tabela caption {
  text-align: left;
  font-weight: bold;
  padding-top: 30px;
}

.pagina {
  font-size: 1em;
  color: #79876c;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  display: block;
  padding-top: 30px;
  margin: 0 0 30px 0;
  text-align: right;
}
.pagina img {
  width: 0.7em;
  margin: 0 5px 2px 5px;
}
@media (max-width: 700px) {
  .pagina {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .pagina {
    width: 100%;
    font-size: 1.1em;
  }
}

li {
  padding-bottom: 15px;
}

.sumario {
  padding: 80px 0 80px 0;
}
@media (max-width: 700px) {
  .sumario {
    padding: 30px 15px 30px 15px;
  }
}
.sumario h1 {
  color: #224352;
  display: inline-block;
}
@media (max-width: 700px) {
  .sumario h1 {
    clear: both;
  }
}
.sumario a {
  display: block;
  color: inherit;
  border-bottom: 1px solid #79876c;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.sumario a h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  color: #224352;
  font-weight: 500;
  width: 100%;
  padding-top: 30px;
  float: left;
  clear: both;
}
.sumario a p {
  font-size: 0.8em;
  color: #352E25;
  font-weight: normal;
  float: left;
  clear: both;
}
.sumario a .numero {
  float: right;
  font-size: 1.8em;
  color: #6c7961;
  font-weight: bold;
  clear: right;
  display: inline-block;
  clear: both;
  margin-top: -48px;
}
@media (max-width: 700px) {
  .sumario a .numero {
    margin-top: -55px;
    padding-bottom: 0;
  }
}
.sumario a .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.sumario a:hover {
  color: #224352;
  border-bottom: 1px solid #224352;
}
.sumario a:hover .numero, .sumario a:hover p {
  color: #224352;
}
@media (max-width: 425px) {
  .sumario a {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .sumario a span {
    padding: 40px 0 20px 0;
    width: 100%;
    font-weight: normal;
    display: inline-block;
  }
  .sumario a span:nth-child(2) {
    display: none;
  }
}

.iniciarebook {
  float: right;
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
  border-bottom: none;
  color: #f6f7f4;
  background-color: #1ba5ab;
  margin-top: 90px;
  padding: 8px 15px;
}
.iniciarebook:hover {
  background-color: #224352;
  color: #f6f7f4;
}
@media (max-width: 700px) {
  .iniciarebook {
    display: block;
    float: none;
    padding: 20px 0 0 15px;
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .iniciarebook {
    display: block;
    float: none;
    padding-top: 20px;
  }
}

.quadro {
  border: 1px solid #1ba5ab;
  width: 80%;
  margin: 0 0 30px 0;
}

.formula {
  display: inline-block;
  width: 15%;
}

button.bt-nota {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #c1d3d6;
  color: #1ba5ab;
  margin: 0 5px;
}
button.bt-nota:before {
  content: attr(data-nota);
}

#notas-rodape {
  position: fixed;
  z-index: 2;
  right: calc(50% - 560px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #f6f7f4;
  width: calc(336px - 3em);
  max-height: calc(100% - 4em);
  overflow-y: auto;
  border: 1px solid #c1d3d6;
  padding: 1.5em;
  font-size: 0.9em;
  line-height: 1.4;
  display: none;
  box-shadow: 3px 3px 6px #e8e8e8;
}
@media (max-width: 700px) {
  #notas-rodape {
    right: 26px;
  }
}
#notas-rodape p {
  padding-bottom: 0;
}
#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: #c1d3d6;
  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;
}

.footer_conteudo {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer_conteudo a {
  color: #224352;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 700px) {
  .footer_conteudo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 425px) {
  .footer_conteudo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer_conteudo .menurodape {
  padding: 0;
  height: 20px;
}
.footer_conteudo .menurodape img {
  width: 20px;
  margin: 0 auto;
  display: block;
}
.footer_conteudo .esquerda, .footer_conteudo .direita {
  font-size: 1em;
  margin-top: -24px;
}
.footer_conteudo .esquerda img, .footer_conteudo .direita img {
  width: 17px;
}
.footer_conteudo .esquerda:hover, .footer_conteudo .direita:hover {
  text-decoration: underline;
  color: #13262e;
}
@media (max-width: 425px) {
  .footer_conteudo .esquerda span, .footer_conteudo .direita span {
    display: none;
  }
}
.footer_conteudo .esquerda {
  float: left;
}
.footer_conteudo .esquerda img {
  margin-right: 5px;
}
@media (max-width: 700px) {
  .footer_conteudo .esquerda img {
    font-size: 1em;
    margin-bottom: -1px;
  }
}
@media (max-width: 700px) {
  .footer_conteudo .esquerda {
    font-size: 1em;
    margin-bottom: -3px;
  }
}
.footer_conteudo .direita {
  float: right;
}
.footer_conteudo .direita img {
  margin-left: 5px;
}
@media (max-width: 700px) {
  .footer_conteudo .direita img {
    margin-bottom: -3px;
  }
}
@media (max-width: 700px) {
  .footer_conteudo .direita {
    font-size: 1em;
  }
}
.footer_conteudo .submenu {
  position: absolute;
  width: 400px;
  max-height: 600px;
  bottom: 100%;
  left: calc(50% - 200px);
  display: none;
  overflow-y: auto;
  background-color: #f6f7f4;
  border: 1px solid #79876c;
  border-bottom: none;
}
.footer_conteudo .submenu.visivel {
  display: block;
}
@media (max-width: 700px) {
  .footer_conteudo .submenu {
    width: 400px;
    left: calc(50% - 200px);
  }
}
@media (max-width: 425px) {
  .footer_conteudo .submenu {
    width: 300px;
    left: calc(50% - 150px);
    max-height: calc(100vh - 100px);
  }
}
.footer_conteudo .submenu .tema {
  position: absolute;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 500;
  color: #224352;
}
@media (max-width: 425px) {
  .footer_conteudo .submenu .tema {
    padding: 10px 10px 10px 10px;
  }
}
.footer_conteudo .submenu .capitulos {
  padding-top: 65px;
}
@media (max-width: 425px) {
  .footer_conteudo .submenu .capitulos {
    padding-top: 50px;
  }
}
.footer_conteudo .submenu .capitulos .borda {
  padding: 20px;
  border-top: 1px solid #79876c;
}
@media (max-width: 425px) {
  .footer_conteudo .submenu .capitulos .borda {
    padding: 10px;
  }
}
.footer_conteudo .submenu .capitulos a {
  font-size: 1em;
  color: #352E25;
  font-weight: 300;
}
.footer_conteudo .submenu .capitulos a:hover {
  color: #224352;
}

@media print {
  article {
    width: 100%;
  }

  h1, h2, h3, h4 {
    color: #224352;
    margin: 0;
    padding: 35px 0 10px 0;
  }

  h1 {
    font-size: 1.3em;
    padding: 0 0 10px 0;
  }

  h2 {
    font-size: 1em;
  }

  p, ul, ol {
    margin: 0;
    padding-bottom: 20px;
    font-size: 0.7em;
  }

  .header_index {
    width: 100%;
    background-image: url(../img/topo.svg);
    display: block;
    padding-bottom: 0;
  }

  .tituloum {
    font-family: "Vollkorn", monospace;
    font-weight: bold;
    font-size: 5em;
    color: #224352;
    padding: 100px 0 0 0;
  }

  .titulodois {
    font-family: "Vollkorn", monospace;
    font-weight: normal;
    font-size: 2em;
    color: #224352;
    padding-top: 15px;
    padding-left: 0;
  }

  .botoes_index {
    display: none;
  }

  .marcaufg {
    display: none;
  }

  blockquote {
    color: #000;
  }

  .ficha {
    width: 100%;
  }
  .ficha h1, .ficha h2, .ficha h3 {
    color: black;
    padding: 40px 0 0 0;
  }
  .ficha h4 {
    color: black;
    padding: 15px 0 0 0;
    font-size: 0.9em;
  }
  .ficha p {
    color: black;
    padding-bottom: 0;
    font-size: 0.8em;
  }
  .ficha .ciarufg {
    margin: 30px 0 50px 0;
    width: 150px;
  }

  .isbn {
    border: 1px solid #000;
    margin-top: 40px;
    padding: 30px;
    width: 100%;
  }
  .isbn p {
    font-size: 0.9em;
  }
  .isbn .dado {
    width: 80px;
    float: left;
  }
  .isbn .info {
    float: right;
    width: calc(100% - 80px);
  }

  #link {
    display: none;
  }

  #linha {
    border-top: 2px solid #000;
    width: 100%;
    padding: 30px 0;
  }

  .header_conteudo {
    display: none;
  }

  .autor {
    border-top: none;
    border-bottom: none;
    padding: none;
    text-align: left;
    width: 85%;
    font-size: 0.8em;
    margin-top: 30px;
    margin-left: 13px;
  }

  .curriculo {
    border-top: 4px solid #ffb100;
    border-bottom: 4px solid #ffb100;
    padding: 25px 25px 10px 25px;
    margin-top: 20px;
  }
  .curriculo p {
    width: 100%;
  }

  blockquote {
    font-size: 0.8em;
    margin: 0;
    padding: 0 40px 20px 40px;
  }

  img {
    width: 100%;
  }

  figcaption {
    font-size: 0.8em;
  }

  .print {
    display: none;
  }

  .printindex {
    display: none;
  }

  .tabela {
    padding: 30px 0;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
  }
  .tabela th {
    border: 1px solid #000;
    color: #000;
    font-size: 0.9em;
    font-weight: normal;
    padding: 10px;
    text-align: left;
  }
  .tabela td {
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    font-size: 0.8em;
  }
  .tabela caption {
    text-align: left;
    margin-bottom: 30px;
  }

  .slider-outer {
    display: none;
  }

  .gride4 {
    display: inline-block;
  }
  .gride4 img {
    width: 45%;
  }

  .gride {
    display: inline-block;
  }
  .gride img {
    width: 30%;
  }

  .pagina {
    font-size: 1.1em;
    color: #000;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    text-align: right;
  }

  li {
    padding-bottom: 15px;
  }

  .notaprint {
    display: block;
  }

  .footer_index {
    display: none;
  }

  .footer_conteudo {
    display: none;
  }
}
.slider-outer {
  margin: 50px 0 30px 0;
}
@media (max-width: 425px) {
  .slider-outer {
    margin: 20px 0 20px 0;
  }
}

.slider-inner {
  width: 400px;
  position: relative;
  overflow-y: hidden;
  float: left;
}
@media (max-width: 425px) {
  .slider-inner {
    width: 95%;
  }
}

.slider-inner figcaption {
  position: absolute;
  z-index: 90;
}

.slider-inner img {
  display: none;
  width: 400px;
}
@media (max-width: 425px) {
  .slider-inner img {
    width: 100%;
  }
}

.slider-inner img.active {
  display: inline-block;
}

.prev, .next {
  float: left;
  margin-top: 180px;
  cursor: pointer;
  background-color: #224352;
  padding: 10px 10px 5px 10px;
}
.prev img, .next img {
  width: 15px;
}
@media (max-width: 425px) {
  .prev, .next {
    margin-top: 37%;
  }
}
.prev:hover, .next:hover {
  background-color: #04080a;
}

.prev {
  position: relative;
  margin-right: -28px;
  z-index: 100;
}
@media (max-width: 425px) {
  .prev {
    margin-right: -30px;
  }
}

.next {
  position: relative;
  margin-left: -28px;
  z-index: 100;
}
@media (max-width: 425px) {
  .next {
    margin-left: -30px;
  }
}

.contador {
  position: absolute;
  width: 90px;
  background-color: rgba(246, 247, 244, 0.7);
  color: #224352;
  font-weight: 500;
  padding: 3px 10px 8px 20px;
}

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