/* 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;
}
body {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
}

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

main {
  position: relative;
}

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

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

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

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

p {
  color: #352E25;
  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;
  color: #352E25;
}
@media (max-width: 425px) {
  ul, ol {
    font-size: 0.8em;
    line-height: 1.7em;
    margin-left: -20px;
  }
}

figure {
  margin: 0;
  padding: 15px 0;
}
figure figcaption {
  font-weight: 300;
  font-size: 0.9em;
  padding-bottom: 15px;
  color: #352E25;
  width: 70%;
}
figure img {
  display: block;
  width: 70%;
}

.menor figure img {
  display: inline-block;
  width: 40%;
}

blockquote {
  font-size: 0.9em;
  font-weight: 300;
  padding-left: 100px;
  padding-bottom: 20px;
  color: #352E25;
}
@media (max-width: 700px) {
  blockquote {
    font-size: 1em;
    padding-left: 20px;
  }
}

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;
  width: 85%;
}
article h1, article h2, article h3, article h4, article p, article table, article .curriculo {
  width: 75%;
}
@media (max-width: 700px) {
  article h1, article h2, article h3, article h4, article p, article table, article .curriculo {
    width: 100%;
  }
}
@media (max-width: 425px) {
  article h1, article h2, article h3, article h4, article p, article table, article .curriculo {
    width: 100%;
  }
}
@media (max-width: 700px) {
  article {
    width: 100%;
    padding: 40px 15px;
  }
}
@media (max-width: 425px) {
  article {
    width: 100%;
    padding: 40px 15px;
  }
}

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

.header_index {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 700px) {
  .header_index {
    height: 300px;
  }
}
@media (max-width: 425px) {
  .header_index {
    height: 100vh;
  }
}

.bgheader {
  background-image: url(../img/capa.png);
  background-size: cover;
  background-position: center center;
  height: 70vh;
}
@media (max-width: 700px) {
  .bgheader {
    background-color: #095256;
  }
}

.titulos {
  display: flex;
  background-color: #095256;
  width: 100%;
  justify-content: center;
}
@media (max-width: 425px) {
  .titulos {
    display: block;
  }
}
.titulos .ladotitulos {
  width: 40%;
  margin: 2% 4% 0 10%;
}
@media (max-width: 425px) {
  .titulos .ladotitulos {
    width: 80%;
  }
}
.titulos .ladotitulos .tituloum {
  font-weight: 500;
  font-size: 1.3em;
  color: #ffffff;
  border-bottom: 4px solid #5AAA95;
  padding: 10px 0;
  text-align: right;
}
@media (max-width: 425px) {
  .titulos .ladotitulos .tituloum {
    text-align: center;
  }
}
.titulos .ladotitulos .titulodois {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  color: #ffffff;
  padding: 10px 0;
  text-align: right;
}
@media (max-width: 700px) {
  .titulos .ladotitulos .titulodois {
    font-size: 1.2em;
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .titulos .ladotitulos .titulodois {
    font-size: 1.2em;
    padding: 30px 30px;
    margin-left: 0;
    text-align: center;
  }
}

.botoes_index {
  text-align: left;
  width: 10%;
  height: 30vh;
  margin: 3% 10% 0 0;
}
@media (max-width: 700px) {
  .botoes_index {
    text-align: center;
    margin-left: 20%;
  }
}
@media (max-width: 425px) {
  .botoes_index {
    margin-top: 20px;
    width: 60%;
  }
}
.botoes_index a {
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  font-weight: bold;
  display: block;
  color: #095256;
  margin-bottom: 25px;
  padding: 10px 15px;
  font-size: 1em;
}
.botoes_index a:hover {
  color: #ffffff;
  background-color: #087F8C;
}
@media (max-width: 700px) {
  .botoes_index a:hover {
    color: #ffffff;
    box-shadow: none;
  }
}
@media (max-width: 425px) {
  .botoes_index a {
    width: 100%;
    font-size: 1.1em;
    padding: 15px 0;
    margin-bottom: 15px;
    color: #095256;
    background-color: #ffffff;
  }
}

.marcaufg {
  width: 85px;
  padding-top: 25px;
  float: right;
}
@media (max-width: 700px) {
  .marcaufg {
    float: none;
    display: none;
  }
}

.ficha {
  text-align: center;
  width: 100%;
}
.ficha .duas-colunas {
  column-count: 2;
  text-align: left;
}
@media (max-width: 700px) {
  .ficha .duas-colunas {
    column-count: 1;
  }
}
.ficha .duas-colunas dl {
  color: #095256;
}
.ficha .duas-colunas dl dt {
  font-weight: 500;
  padding-bottom: 0.2em;
  padding-top: 1em;
}
.ficha .duas-colunas dl dt h3 {
  padding-top: 0.5em;
}
.ficha .duas-colunas dl dd {
  font-weight: 300;
  margin-left: 0;
}
.ficha .duas-colunas h1,
.ficha .duas-colunas h2,
.ficha .duas-colunas h3 {
  color: #095256;
  padding: 60px 0 0 0;
}
.ficha .duas-colunas h2:first-child {
  padding-top: 0;
}
.ficha .duas-colunas h4 {
  color: rgb(4.1684210526, 37.9789473684, 39.8315789474);
  padding: 15px 0 0 0;
}
.ficha .duas-colunas p {
  color: rgb(4.1684210526, 37.9789473684, 39.8315789474);
  padding-bottom: 0;
}

.ciarufg {
  margin: 30px 0 0 0;
  width: 120px;
}
@media (max-width: 700px) {
  .ciarufg {
    width: 90px;
  }
}

.isbn {
  margin: 0 auto;
  padding: 15px;
  width: 52%;
}
@media (max-width: 425px) {
  .isbn {
    width: 100%;
  }
}
.isbn p {
  color: #352E25;
  text-align: left;
  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%;
}

#link {
  width: 20%;
  font-weight: normal;
  display: block;
  margin-top: 50px;
  background-color: #095256;
  color: #ffffff;
  font-size: 1.2em;
  padding: 15px;
  text-align: center;
}
#link:hover {
  background-color: #BB9F06;
  color: rgb(4.1684210526, 37.9789473684, 39.8315789474);
}
@media (max-width: 700px) {
  #link {
    width: 32%;
  }
}
@media (max-width: 425px) {
  #link {
    width: 100%;
    text-align: center;
  }
}

.marcas {
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 700px) {
  .marcas {
    widows: 100%;
  }
}

footer {
  background-color: #5AAA95;
}
footer p {
  color: #352E25;
}
footer a {
  color: #352E25;
}
footer a:hover {
  color: #5AAA95;
}

.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: #095256;
  width: 100%;
  position: relative;
  padding: 25px 0 5px 0;
}
@media (max-width: 700px) {
  .header_conteudo {
    background-image: none;
    background-color: #095256;
    padding-top: 30px;
  }
}
.header_conteudo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-color: #5AAA95;
  display: block;
}
@media (max-width: 700px) {
  .header_conteudo:before {
    display: none;
  }
}
.header_conteudo .nome_curso h1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.9em;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  padding: 0 20px 0 0;
}
@media (max-width: 700px) {
  .header_conteudo .nome_curso h1 {
    padding-left: 15px;
    line-height: 1.2em;
  }
}
.header_conteudo .nome_curso h2 {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.4em;
  color: #ffffff;
  width: 45%;
  padding-bottom: 4px;
}
@media (max-width: 700px) {
  .header_conteudo .nome_curso h2 {
    padding: 10px 0 20px 15px;
    width: 95%;
  }
}
.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 #5AAA95;
  border-bottom: 4px solid #5AAA95;
  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 #5AAA95;
  border-bottom: 4px solid #5AAA95;
  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;
  }
}

.tabela {
  padding: 15px 0 30px 0;
  width: 80%;
  border-collapse: collapse;
  border-spacing: 1px;
  table-layout: auto;
  margin-bottom: 30px;
}
.tabela th {
  background-color: #095256;
  color: #fff;
  font-size: 0.9em;
  font-weight: normal;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #5AAA95;
}
.tabela td {
  color: #352E25;
  background-color: #ffffff;
  font-size: 0.9em;
  padding: 10px;
  vertical-align: top;
  border: 1px solid #5AAA95;
}
.tabela caption {
  text-align: left;
  font-weight: bold;
  padding-top: 30px;
}

.pagina {
  font-size: 1.2em;
  color: #095256;
  border-bottom: 1px solid #E5E5E5;
  width: 75%;
  display: block;
  margin: 0 0 30px 0;
  text-align: right;
}
@media (max-width: 700px) {
  .pagina {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .pagina {
    width: 100%;
    font-size: 1.1em;
  }
}

li {
  padding-bottom: 15px;
}

.eixo1, .eixo2 {
  display: inline-block;
  font-size: 0.8em;
  padding: 3px 10px 1px 10px;
  color: #fff;
  font-style: italic;
  margin-bottom: 20px;
  margin-right: -5px;
}

.eixo1 {
  background-color: #5AAA95;
}

.eixo2 {
  background-color: #095256;
  font-weight: 300;
}

.eixosumario {
  color: #5AAA95;
  margin-top: 30px;
  display: block;
  font-size: 0.7em;
  width: 40%;
}

.sumario {
  padding: 80px 0 80px 0;
}
@media (max-width: 700px) {
  .sumario {
    padding: 30px 15px 30px 15px;
  }
}
.sumario h1 {
  color: #095256;
  display: inline-block;
}
@media (max-width: 700px) {
  .sumario h1 {
    clear: both;
  }
}
.sumario a {
  display: block;
  color: inherit;
  border-bottom: 1px solid #5AAA95;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.sumario a h2 {
  font-size: 1.1em;
  line-height: 1.4em;
  color: #095256;
  font-weight: 500;
  width: 70%;
  float: left;
  clear: both;
  margin-bottom: -4px;
  padding-top: 10px;
}
@media (max-width: 425px) {
  .sumario a h2 {
    margin-bottom: -7px;
    width: 100%;
  }
}
.sumario a p {
  font-size: 0.8em;
  color: #352E25;
  font-weight: 300;
  float: left;
  clear: both;
  padding-bottom: 5px;
}
.sumario a .numero {
  float: right;
  font-size: 1.5em;
  color: #095256;
  font-weight: 300;
  display: inline-block;
  clear: both;
  margin-top: -41px;
}
@media (max-width: 425px) {
  .sumario a .numero {
    font-size: 1.2em;
    margin-top: -40px;
  }
}
.sumario a .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.sumario a:hover {
  color: #095256;
  border-bottom: 1px solid #095256;
}
.sumario a:hover .numero, .sumario a:hover p {
  color: #095256;
}
@media (max-width: 425px) {
  .sumario a {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .sumario a span {
    padding: 40px 0 5px 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: #ffffff;
  background-color: #087F8C;
  margin-top: 90px;
  padding: 8px 15px;
}
.iniciarebook:hover {
  background-color: #095256;
  color: #ffffff;
}
@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 #5AAA95;
  width: 80%;
  margin: 0 0 30px 0;
}
.quadro p {
  margin: 30px;
}
.quadro figure {
  margin: 30px;
}

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

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

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

#notas-rodape {
  position: fixed;
  z-index: 2;
  right: calc(50% - 1120px, 2);
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: calc(336px - 3em);
  max-height: calc(100% - 4em);
  overflow-y: auto;
  border: 1px solid #095256;
  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: #ffffff;
  border: none;
}
#notas-rodape button.fechar img {
  width: 25px;
  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 {
  padding: 20px 0 20px 0;
}
.footer_conteudo a {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
}
@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 .esquerda {
  float: left;
  font-size: 1.2em;
  margin-top: -35px;
}
.footer_conteudo .esquerda img {
  width: 20px;
  margin-right: 10px;
  margin-bottom: -6px;
}
@media (max-width: 700px) {
  .footer_conteudo .esquerda img {
    font-size: 1em;
    margin-bottom: -7px;
  }
}
.footer_conteudo .esquerda:hover {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .footer_conteudo .esquerda {
    font-size: 1em;
    margin-bottom: -3px;
  }
}
.footer_conteudo .menurodape {
  padding: 0;
}
.footer_conteudo .menurodape img {
  width: 35px;
  margin: 0 auto;
  display: block;
}
.footer_conteudo .direita {
  float: right;
  margin-top: -35px;
  font-size: 1.2em;
}
.footer_conteudo .direita img {
  width: 20px;
  margin-left: 10px;
  margin-bottom: -6px;
}
@media (max-width: 700px) {
  .footer_conteudo .direita img {
    margin-bottom: -7px;
  }
}
.footer_conteudo .direita:hover {
  text-decoration: underline;
}
@media (max-width: 700px) {
  .footer_conteudo .direita {
    font-size: 1em;
  }
}

@media print {
  * {
    color: #000 !important;
  }
  body {
    font-family: sans-serif;
  }
  main .autor {
    width: 100%;
    margin-top: 0;
    float: none;
    border-top: none;
    border-bottom: none;
  }
  main .autor p {
    font-weight: 400;
    font-size: 0.7em;
    line-height: 0.9em;
  }
  main .autor .bt-nota {
    background-color: #E5E5E5;
    margin-bottom: 4px;
  }
  article {
    width: 100%;
  }
  h1, h2, h3, h4 {
    color: #095256;
    margin: 0;
    padding: 15px 0 5px 0;
  }
  h1 {
    font-size: 1em;
    padding: 0 0 10px 0;
  }
  h2 {
    font-size: 0.8em;
  }
  p, ul, ol {
    margin: 0;
    padding-bottom: 10px;
    font-size: 0.7em;
  }
  table th {
    font-size: 0.7em;
    background-color: #E5E5E5;
  }
  table td {
    font-size: 0.6em;
  }
  .header_index {
    width: 100%;
    background-image: url(../img/topo.svg);
    display: block;
    padding-bottom: 0;
  }
  .tituloum {
    font-family: "Source Code Pro", monospace;
    font-weight: bold;
    font-size: 5em;
    color: #095256;
    padding: 100px 0 0 0;
  }
  .titulodois {
    font-family: "Source Code Pro", monospace;
    font-weight: normal;
    font-size: 2em;
    color: #095256;
    padding-top: 15px;
    padding-left: 0;
  }
  .botoes_index {
    display: none;
  }
  .marcaufg {
    display: none;
  }
  blockquote p {
    color: #000;
    font-size: 0.6em;
    padding-left: 1.5cm;
  }
  .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.7em;
  }
  .ficha p {
    color: black;
    padding-bottom: 0;
    font-size: 0.6em;
  }
  .ficha dl h2 {
    font-size: 0.8em;
  }
  .ficha dl dd, .ficha dl dt {
    font-size: 0.6em;
  }
  .ficha .ciarufg {
    display: none;
  }
  .isbn {
    border: 1px solid #000;
    margin-top: 5px;
    padding: 30px;
    width: 100%;
  }
  .isbn p {
    font-size: 0.6em;
  }
  .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;
  }
  .curriculo {
    border-top: 4px solid #BB9F06;
    border-bottom: 4px solid #BB9F06;
    padding: 25px 25px 10px 25px;
    margin-top: 20px;
  }
  .curriculo p {
    width: 100%;
  }
  figure img {
    width: 60%;
  }
  figure figcaption {
    font-size: 0.6em;
  }
  .sumario h1 {
    font-size: 2.5em;
    margin: 100px 0px 60px 0px;
  }
  .sumario a {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
  }
  .sumario .eixo1, .sumario .eixo2 {
    font-weight: bold;
    font-size: 1.1em;
  }
  .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.8em;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    background-color: #E5E5E5;
  }
  .tabela td {
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    font-size: 0.6em;
  }
  .tabela caption {
    text-align: left;
    margin-bottom: 30px;
  }
  .quadro {
    width: 100%;
  }
  .quadro p {
    width: 80%;
  }
  .pagina {
    font-size: 0.8em;
    color: #000;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    text-align: right;
  }
  .eixo1 {
    background-color: #fff;
    padding: 0 0 0 0px;
  }
  .eixo2 {
    padding-left: 5px;
    background-color: #fff;
  }
  li {
    padding-bottom: 15px;
  }
  .notaprint {
    display: block;
  }
  .footer_index {
    display: none;
  }
  .footer_conteudo {
    display: none;
  }
}

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