html {
  font-size: 20px;
}
/** CONFIGURAÇÕES GERAIS */
body {
  overflow-y: scroll;
}
input {
  max-width: 100%;
}
.ajax-progress,
.ajax-progress-throbber {
  display: none;
}

.element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.gbtn {
  background: transparent;
  color: #F2F2F2;
  -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
  -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
  -ms-transition: background .2s ease-in-out, border .2s ease-in-out;
  -o-transition: background .2s ease-in-out, border .2s ease-in-out;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  border-radius: 0;
}

#edit-reset-pwd { /* @todo organizar */
  margin-left: 22px;
}

.page-user .messages { /* @todo organizar */
  margin-top: 20px;
}

ul.related-content { /* @todo organizar */
  padding: 12px 0;
}

ul.related-content>li { /* @todo organizar */
  margin-left: 2.5rem;
}

.node-unpublished { /* @todo organizar */
  background: transparent;
}

.help-block { /* @todo organizar */
  font-size: .9rem;
}

.related-articles {
  border-top: solid 1px black;
}

.related-article {
  margin: 12px 0;
  text-align: justify;
  word-wrap: break-word;
}

/** PRINCIPAIS ELEMENTOS DA PÁGINA */
body,
section,
main,
header {
  position: relative;
}

article.node-view-mode-full {
  overflow: hidden;
}

main,
section,
footer {
  z-index: 2;
}

main {
  transition: all .250s ease;
  min-height: 800px;
  padding-top: 62px;
}

body.front main {
  min-height: 0;
}

section.page-image-wrapper,
section#featured {
  z-index: 1;
}

header {
  z-index: 3;
}

header.main.affix {
  background: rgba(255, 255, 255, 0.95);
}

body.front header.main.affix {
  position: fixed;
}

footer {
  position: absolute;
}


/** CABEÇALHO PRINCIPAL */
header.main {
  width: 100%;
  height: auto;
  transition: all .250s ease;
  position: fixed;
  background: rgba(255, 255, 255, .6);
}

header.main #logo h1 {
  text-align: left;
  margin: 0;
  padding: 10px 9px;
}

header.main.headroom--not-top {
  position: fixed;
  background: rgba(255, 255, 255, .95);
}

header.main.headroom--pinned {
  transform: translateY(0%);
}

header.main.headroom--unpinned {
  transform: translateY(-100%);
}

/** MENU PRINCIPAL E NAVEGAÇÃO */

nav.navbar {
  min-height: 0;
  margin: 0;
  font-size: .9rem;
  transition: background-color 0.2s ease;
}

nav.navbar.menu-open {
  background-color: rgba(255,255,255,.95);
}

button.navbar-toggle {
  margin-right: 0;
}

nav#main-nav-bar {
  text-align: center;
}

nav#main-nav-bar a {
  color: #743b20;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
#main-menu a:hover,
#main-menu a.active,
#main-menu a:focus {
  color: #A0522D;
}

/*TODO*/

body.node-type-article #main-menu a#menu-link-publications,
body.node-type-video #main-menu a#menu-link-publications,
body.node-type-translated-text #main-menu a#menu-link-translations body.node-type-ramon-text #main-menu a#menu-link-translations {
  color: #A0522D;
}

nav .dropdown .dropdown-menu a {
  color: #A0522D;
}

nav#main-nav-bar .container {
  position: relative;
}

nav .dropdown .dropdown-menu {
  font-size: .9rem;
  text-align: center;
}

#main-menu {
  font-size: 1.2rem;
}

div.contextual-links-wrapper ul.contextual-links {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: .9em;
}

div.contextual-links-wrapper a,
nav#main-nav-bar a {
  transition: none;
}

/*
navicon-transformicons
Code originally by @bennettfeely, and updated by @SaraSoueidan
https://github.com/sarasoueidan/navicon-transformicons
Licensed under MIT
*/
.lines-button {
  padding: 10px 9px;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  /* */
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 36px;
  height: 5.14286px;
  background: #743b20;
  border-radius: 0;
  transition: 0.3s;
  position: relative;
}

button.navbar.open .lines {
  left: 15px;
}

.lines:before,
.lines:after {
  display: inline-block;
  width: 36px;
  height: 5.14286px;
  background: #743b20;
  border-radius: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 2.57143px center;
  transform-origin: 2.57143px center;
}

.lines:before {
  top: 9px;
}

.lines:after {
  top: -9px;
}

.lines-button:hover .lines:before {
  top: 10.28571px;
}

.lines-button:hover .lines:after {
  top: -10.28571px;
}

.lines-button.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.close .lines:before,
.lines-button.arrow.close .lines:after {
  top: 0;
  width: 20px;
}

.lines-button.arrow.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.close .lines:before,
.lines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 36px;
}

.lines-button.x.close .lines {
  background: transparent;
}

.lines-button.x.close .lines:before,
.lines-button.x.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 10px;
  width: 36px;
}

.lines-button.x.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background .3s .5s ease;
}

.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top .3s .6s ease, -webkit-transform .3s ease;
  transition: top .3s .6s ease, transform .3s ease;
}

.lines-button.x2.close .lines {
  transition: background .3s 0s ease;
  background: transparent;
}

.lines-button.x2.close .lines:before,
.lines-button.x2.close .lines:after {
  transition: top .3s ease, -webkit-transform .3s .5s ease;
  transition: top .3s ease, transform .3s .5s ease;
  top: 0;
  width: 36px;
}

.lines-button.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/*
end of navicon-transformicons snippet
*/

/** TIPOGRAFIA */
/** 1 em = 20px */
p {
  margin: 12px 0;
  text-align: justify;
  word-wrap: break-word;
}

i {
  font-style: italic;
}

b {
  font-weight: bold;
}

h2 {
  margin: 20px 0;
  line-height: 1;
}

h2.subtitle {
  color: #383333;
}

h1 + h1,
h1 + h2,
h1 + h3,
h2 + h2,
h2 + h3,
h3 + h3 {
  margin-top: -.5em;
  margin-bottom: .625em;
}

h4 + h4
h4 + h5,
h4 + h6,
h5 + h5,
h5 + h6,
h6 + h6 {
  margin-top: 0;
  margin-bottom: .625em;
}

table {
  overflow-x: auto;
  min-height: 0.01%;
  margin: 28px auto;
  border-collapse: collapse !important;
  max-width: 100%;
  width: 90% !important;
  font-size: .87rem;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.25;
  vertical-align: top;
  border-top: 1px solid #888;
}

table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #888;
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

table>tbody+tbody {
  border-top: 2px solid #888;
}

table table {
  background-color: #f5ece0;
}

table td>p {
  margin: 0;
}

blockquote {
  margin: 20px 10px;
  padding: 0;
  border: none;
  line-height: 1.24;
}

h1,
.h1 {
  text-align: center;
}

h2.center {
  text-align: center;
}

a {
  color: #800000;
  transition: all .250s ease;
}

a.see-footnote {
  font-size: .7rem;
  vertical-align: top;
  position: relative;
  top: 0;
  font-weight: bold;
}

a.see-footnote >sup {
  font-size: 100%;
  top: 0;
}

a:hover,
a:active,
a:focus {
  color: #A0522D;
  text-decoration: underline;
}

/** ELEMENTOS DA PÁGINA DO ARTIGO */
header.article-header {
  margin-bottom: 16px;
}

div.publication-info {
  font-size: .85rem;
}

h1 + h2.subtitle {
  text-align: center;
  margin-top: -11px;
}

h2.subtitle + div.publication-info,
h1 + div.publication-info {
  margin-top: -10px;
}

p.article-info {
  font-size: .85rem;
  display: block;
  text-align: right;
}

p.article-info + p {
  margin: 12.5px 20px;
}

p.article-info+p.article-info {
  margin: 20px 0;
}

p.pic-title {
  margin: 0 0 -14px;
  font-size: .8rem;
  font-weight: bold;
  text-align: center;
  padding: 2px;
}

p img,
figure img {
  height: auto !important;
  display: block;
  padding: 6px;
  background: rgba(255, 255, 255, 0.4);
  border: solid 1px rgba(223, 210, 199, .7);
  margin: 0 auto;
}

p.pic-title+p img {
  margin: -10px auto;
}

p.pic-desc,
figure figcaption {
  margin: -20px auto 40px;
  font-size: .8rem;
  padding: 5px;
}

p.pic-desc,
figure figcaption,
figure img,
p img {
  max-width: 100%;
}

figure img {
  margin: 12px auto;
}

p.rtecenter {
  text-align: center;
}

p.rteright {
  text-align: right;
}

p.rteleft {
  text-align: right;
}

p img.full-width,
img.full-width {
  max-width: 100%;
}

.node-view-mode-full img {
  max-width: 100%;
}

h2.footnotes {
  font-size: 1.4rem;
  margin: 40px 0 10px;
  border: none;
  font-weight: bold;
}

div.tags {
  border-top: solid 1px black
}

a.article-pdf-download {
  color: rgb(71,16,223);
  font-size: 18px;
  font-weight: bold;
}

ul.footnotes {
  font-size: .975rem;
  margin: 10px 0;
}

ul.footnotes > li {
  margin-left: 0;
  display: inline-flex;
}


li.footnote {
  text-align: justify;
  margin: 10px;
  padding: 5px;
  margin-bottom: 0;
}

li.footnote > a.footnote-label {
  position: relative;
  flex-shrink: 0;
  font-weight: bold;
  margin-right: .5em;
}

.footnote:target {
  background: #fff3c8 !important;
}
.see-footnote:target {
  background: #ffd029 !important;
}

a.footnote-label:hover,
a.see-footnote:hover {
  text-decoration: none;
  font-weight: bold;
}

/** Bloco de indentação dentro de uma nota dentro de um elemento span */
li.footnote span.div-replaced-with-span {
  display: block;
}

/** IMAGEM DE FUNDO DA PÁGINA */
section.page-image-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

div.page-image {
  text-align: center;
  position: static;
  z-index: 1;
  overflow: hidden;
  max-height: 100%;
}

div.page-image img {
  width: 100%;
  height: auto;
}

div.page-image-mask {
  position: absolute;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(245, 236, 224, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(245, 236, 224, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(245, 236, 224, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(245, 236, 224, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(245, 236, 224, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(245, 236, 224, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f5ece0', GradientType=0);
  /* IE6-9 */
}

div.page-super-mask {
  background: -moz-linear-gradient(top, rgba(245, 236, 224, 0.8) 0%, rgba(245, 236, 224, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 236, 224, 0.8)), color-stop(100%, rgba(245, 236, 224, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245, 236, 224, 0.8) 0%, rgba(245, 236, 224, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245, 236, 224, 0.8) 0%, rgba(245, 236, 224, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(245, 236, 224, 0.8) 0%, rgba(245, 236, 224, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(245, 236, 224, 0.8) 0%, rgba(245, 236, 224, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf5ece0', endColorstr='#ccf5ece0', GradientType=0);
  /* IE6-9 */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

/** ÁREA DE DESTAQUE NA PÁGINA INICIAL */
section#featured {
  overflow: hidden;
  min-height: 551px;
  width: 100%;
}

section#featured a {
  outline: none;
}

.owl-carousel {
  display: block;
}

.featured-article {
  margin: 20px 10px;
  text-align: center;
  padding: 5px;
  border: solid 1px #dfd2c7;
  box-shadow: 0 2px 1px #dfd2c7;
  background: rgba(255, 255, 255, .6);
  overflow: hidden;
  position: relative;
  z-index: 255;
  transition: background .250s ease, border .250s ease;
}

.featured-article:first-child {
  margin-top: 0;
}

.featured-article:hover {
  border: solid 1px #a8856a;
  box-shadow: 0 2px 1px #a8856a;
  background: #fff;
  background: rgba(255, 255, 255, 1);
}

.featured-article a {
  display: block;
  color: #000;
  transition: opacity .250 ease;
}

.featured-article a:active,
.featured-article a:focus,
.featured-article a:hover {
  text-decoration: none;
}

.featured-article a:active {
  opacity: .85;
}

.node-area {
  padding: 0;
}

.node-info-ornament {
  display: none;
}

.node-info h2 {
  padding: 5px;
  margin-bottom: 5px;
  filter: brightness(60%);
}

.node-with-subtitle .node-info h2 {
  margin-bottom: 0;
}

.node-info h3 {
  font-size: 1rem;
  filter: brightness(70%);
  margin: 0px 0 5px;
}
.node-info p {
  padding: 0 15px;
  font-size: .9rem;
  margin-top: 0;
  line-height: 1.2;
  text-align: center;
}

.centered-image img {
  width: 100%;
  height: auto;
}

p.call-link {
  display: none;
}

#view-featured-articles div.view-pager ul li {
  display: block;
  margin: 0;
  padding: 0;
}

#view-featured-articles div.view-pager ul li.first a {
  background: rgba(255, 255, 255, .6);
  border: solid 1px #dfd2c7;
  border-radius: 0;
  box-shadow: 0 2px 1px #dfd2c7;
  display: inline-block;
  font-size: .9rem;
  font-weight: bold;
  line-height: 1;
  margin: 10px;
  overflow: hidden;
  padding: 14px 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background .250s ease, border .250s ease;
  vertical-align: baseline;
  white-space: nowrap;
  z-index: 255;
}

@keyframes blink {
  0% {
    color: #630000;
  }
  100% {
    color: #A0522D;
  }
}

@-webkit-keyframes blink {
  0% {
    color: #630000;
  }
  100% {
    color: #A0522D;
  }
}

.blink {
  -webkit-animation: blink 0.5s ease infinite;
  -moz-animation: blink 0.5s ease infinite;
  animation: blink 0.5s ease infinite;
}

#view-featured-articles div.view-pager ul li.first a:active,
#view-featured-articles div.view-pager ul li.first a:focus,
#view-featured-articles div.view-pager ul li.first a:hover {
  background: rgba(255, 255, 255, 1);
}

/* -----------------------------------*/

/* ------>>> CABEÇALHO DO <<<---------*/

/* --------->>> CONTEÚDO <<<----------*/

/* -----------------------------------*/

aside ul.nav-tabs {
  font-size: .9rem;
  float: right;
  width: 100%;
}

aside ul.nav-tabs>li {
  float: right;
  margin-bottom: -1px;
}

#content-header {
  margin-top: 15px;
}

#google_translate_element {
  clear: both;
  min-height: 50px;
}

div.goog-te-gadget-simple {
  background: #888;
}

.goog-te-gadget-simple .goog-te-menu-value,
.goog-te-gadget-simple .goog-te-menu-value span {
  color: #aaa !important;
}

.goog-te-gadget-simple .goog-te-menu-value:hover,
.goog-te-gadget-simple .goog-te-menu-value:hover span,
.goog-te-gadget-simple .goog-te-menu-value:active,
.goog-te-gadget-simple .goog-te-menu-value:active span,
.goog-te-gadget-simple .goog-te-menu-value:focus,
.goog-te-gadget-simple .goog-te-menu-value:focus span {
  color: #fff !important;
}

#content-header .article-actions span.action-title,
#google_translate_element span.action-title {
  font-size: .6rem;
  text-transform: uppercase;
  color: #666;
  clear: both;
  display: none;
  text-transform: uppercase;
  text-align: left;
}

#content-header .article-actions.right {
  text-align: right;
}

.sharethis {
  display: inline-block;
}

.article-buttom {
  display: inline-block;
  background-repeat: no-repeat;
  font-family: Helvetica, Arial, sans-serif;
  font-size: .55rem;
  height: 24px;
  width: 24px;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  transition: opacity .250s ease;
  margin: 0 5px 0 5px;
}

.sharethis .st_email_custom {
  background: url("../img/assets/icones-site4.png") 0 -24px no-repeat;
}

.sharethis .st_email_custom:hover {
  background: url("../img/assets/icones-site4.png") 0 0 no-repeat;
}

.sharethis .st_twitter_custom {
  background: url("../img/assets/icones-site4.png") -72px -24px no-repeat;
}

.sharethis .st_twitter_custom:hover {
  background: url("../img/assets/icones-site4.png") -72px 0 no-repeat;
}

.sharethis .st_facebook_custom {
  background: url("../img/assets/icones-site4.png") -96px -24px no-repeat;
}

.sharethis .st_facebook_custom:hover {
  background: url("../img/assets/icones-site4.png") -96px 0 no-repeat;
}

.sharethis .st_googleplus_custom {
  background: url("../img/assets/icones-site4.png") -120px -24px no-repeat;
}

.sharethis .st_googleplus_custom:hover {
  background: url("../img/assets/icones-site4.png") -120px 0px no-repeat;
}

.article-buttom.print {
  background: url("../img/assets/icones-site4.png") -24px -24px no-repeat;
}

.article-buttom.print:hover {
  background: url("../img/assets/icones-site4.png") -24px 0 no-repeat;
}

.article-buttom.pdf {
  background: url("../img/assets/icones-site4.png") -144px -24px no-repeat;
}

.article-buttom.pdf:hover {
  background: url("../img/assets/icones-site4.png") -144px 0 no-repeat;
}

/* -----------------------------------*/

/* --------->>> CONTEÚDO <<<----------*/

/* -----------------------------------*/



/* Busca */
aside.search-box {
  margin-top: 50px;
}

aside.search-box .views-exposed-widgets {
  position: relative;
}

#edit-search-api-views-fulltext {
  width: 100%;
  height: 42px;
  font-size: 1rem;
  padding: 0 5px;
}

#edit-submit-site-search {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 42px;
  outline: none;
}

/** Formulários */
body.page-user-imce .imce-frame {
  margin-top: 35px;
}

form.contact-form,
form#user-login,
form#user-pass {
  text-align: left;
}

form.contact-form h1 {
  text-align: left;
}

.contact-form,
form#user-login,
form#user-pass {
  padding: 0 20px;
  font-size: .9rem;
}

.contact-form .form-item,
.contact-form p,
form#user-login .form-item,
form#user-pass .form-item {
  padding: 0;
  margin: 0;
  margin: 20px 0;
}

.contact-form input.form-text,
form#user-pass input.form-text,
form#user-login input.form-text {
  display: block;
}

.contact-form label,
form#user-pass label,
form#user-login label {
  font-weight: normal;
}

#edit-captcha-response {
  display: inline;
}

/** Lista de conteúdo */
#content-list {
  overflow: hidden;
}

#img-loader {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 19px;
  top: 200px;
  left: 0;
}

#img-loader img {
  padding: 0;
  border: none;
}

#infscr-loading {
  position: fixed;
  background: #fff;
  z-index: 255580;
  padding: 10px;
  top: 50%;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  text-align: center;
  border: solid 1px rgba(168, 133, 106, .75);
}

html.no-js #img-loader {
  display: none;
}

.view-book-list .node-book {
  margin: 30px 0 20px;
}

.view-book-list .node-book h2 {
  margin: 0;
  font-size: 1.4rem;
}

.view-book-list .node-book a,
.view-book-list .node-book h2 {
  color: rgb(99, 0, 0);
}

.view-book-list .node-book a.btn {
  color: #fff;
}

.view-book-list .node-book a:hover span {
  text-decoration: none !important;
}

.node-book .group_book_info {
  margin-top: 32px;
  font-size: .8rem;
}

.group_book_info span.field-label {
  font-weight: bold;
}

.node-book:target {
  background: rgba(255, 255, 255, .6);
  padding: 10px 10px 10px 0;
}

.group_book_cover.col-sm-12 {
  text-align: center;
}

.masonry-container {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

/** Transições */
.masonry-container,
.masonry-container .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

.masonry-container {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.masonry-container .masonry-brick {
  -webkit-transition-property: left, right, top;
  -moz-transition-property: left, right, top;
  -ms-transition-property: left, right, top;
  -o-transition-property: left, right, top;
  transition-property: left, right, top;
}

.masonry-container .views-fluidgrid-item {
  width: 100%;
  margin: 3px;
  padding: 5px;
  border: solid 1px #dfd2c7;
  box-shadow: 0 2px 1px #dfd2c7;
  float: left;
  background: rgba(255, 255, 255, .6);
  overflow: hidden;
  position: relative;
  z-index: 255;
  transition: background .250s ease, border .250s ease;
}

.masonry-container .views-fluidgrid-item.appended {
  opacity: 1;
}

.book-pdf-download,
.views-fluidgrid-item .node-type-sticker,
.views-fluidgrid-item .node-status-sticker {
  display: block;
  font-size: .6rem;
  text-transform: uppercase;
  margin-bottom: -20px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-weight: bold;
  color: #6E5555;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
}

.book-pdf-download {
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
  margin-top: 0px;
}

.views-fluidgrid-item a {
  color: #000;
  display: block;
}

.views-fluidgrid-item a.contextual-links-trigger {
  display: none;
}

.views-fluidgrid-item:hover a.contextual-links-trigger {
  display: block;
}

.views-fluidgrid-item a:active {
  opacity: .85;
  text-decoration: none;
}

.views-fluidgrid-item a:hover,
.views-fluidgrid-item a:focus {
  text-decoration: none;
  outline: none;
}

.views-fluidgrid-item img {
  margin: 9px auto;
  display: block;
  border: none !important;
  max-width: 100% !important;
  padding: 0 !important;
  height: auto;
}

.views-fluidgrid-item p {
  font-size: .9rem;
  margin: 9px;
}

.views-fluidgrid-item p.number {
  text-align: center;
  font-size: .8rem;
  font-weight: bold;
  margin: -5px 0 -15px;
}

.views-fluidgrid-item h2 {
  font-size: 1.1rem;
  text-align: center;
  margin: 20px 10px;
  color: #630000;
}

.views-fluidgrid-item.node-with-subtitle h2 {
  margin: 20px 10px 0;
}

.views-fluidgrid-item h3 {
  font-size: .95rem;
  text-align: center;
  margin: 5px 5px;
  color: #6d2c2c;
}

.views-fluidgrid-item h2 a {
  color: #630000;
}

.views-fluidgrid-item a:hover h3,
.views-fluidgrid-item a:hover h2 {
  color: #A0522D;
}

.views-fluidgrid-item.node-unpublished h3,
.views-fluidgrid-item.node-unpublished h2 {
  color: #6E5555;
}

.masonry-container .views-fluidgrid-item:hover {
  border: solid 1px #a8856a;
  box-shadow: 0 2px 1px #a8856a;
  background: #fff;
  background: rgba(255, 255, 255, 1);
}

.masonry-container .views-fluidgrid-item:hover h3 a,
.masonry-container .views-fluidgrid-item:hover h2 a {
  color: #A0522D;
}

.masonry-container .views-fluidgrid-item.contextual-links-region-active {
  outline: none;
  border-style: dashed;
  overflow: visible;
}

.masonry-container .views-fluidgrid-item.node-unpublished:hover {
  background: rgba(255, 255, 255, .7);
}

.masonry-container .views-fluidgrid-item.node-unpublished:hover div.node-status-sticker {
  color: #aa2222;
}

/** Rodapé */
footer.main {
  padding-top: .5rem;
  clear: both;
  padding-bottom: .5rem;
  position: absolute;
  width: 100%;
  background-color: #f4e6d3;
  border-top: solid 1px #a89b89;
  border-bottom: solid 1px #a89b89;
}

body.front footer.main {
  border: none;
  background: transparent;
}

footer.main p {
  text-align: center;
  font-size: .75rem;
  margin: 4px 0;
}

footer p.google-analytics-counter {
  text-align: center;
  font-size: 1.1rem;
}

footer.main a {
  color: #333B59;
  text-decoration: none;
}

footer.main a:hover {
  border-bottom: solid 1px #CFAB59;
}

footer.main p.supporters {
  margin-top: 20px;
}

p.supporters a {
  display: inline-block;
  margin: 0 10px;
  border: solid 1px transparent;
  padding: 5px;
  transition: all .250s ease;
}

p.supporters a img {
  background: transparent;
  max-width: none;
  border: none;
  height: 60px !important;
  width: auto !important;
}

p.supporters a:hover {
  text-decoration: none !important;
  border: solid 1px #ccc;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 6px -6px #A0522D;
  -moz-box-shadow: 0 8px 6px -6px #A0522D;
  box-shadow: 0 8px 6px -6px #A0522D;
}

p.supporters+p.supporters {
  margin-top: 0;
}

footer.main #site-counter {
  margin-top: 20px;
}

footer.main #site-counter #idSiteMeterHREF {
  height: 22px !important;
}

footer.main #site-counter #idSiteMeterHREF img {
  display: block;
  margin: 0 auto !important;
}

/** Media Queries */
@media only screen and (min-width: 481px) {
  .masonry-container .views-fluidgrid-item {
    width: 250px;
    opacity: 0;
  }
  .view-article-list .masonry-container .views-fluidgrid-item,
  .view-taxonomy-term .masonry-container .views-fluidgrid-item {
    width: 300px;
  }
  /* -----------------------------------*/
  /* --------->>> CONTEÚDO <<<----------*/
  /* -----------------------------------*/
  p.pic-desc,
  figure img,
  figcaption p,
  p img {
    max-width: 90%;
  }
  .node-view-mode-full img {
    max-width: 90%;
  }
}

@media only screen and (min-width: 790px) {
  /* -----------------------------------*/
  /* --------->>> CARROSEL <<<----------*/
  /* -----------------------------------*/
  .owl-carousel {
    min-height: 550px;
    display: none;
  }
  #view-featured-articles div.view-pager {
    display: none;
  }
  #featured {
    position: relative;
    top: 0;
    width: 100%;
    min-height: 551px;
  }

  .owl-stage-outer {
    overflow: visible;
  }

  .owl-theme .owl-dots {
    background: #f5ece0;
    padding: 0;
    border-radius: 30px;
    height: 20px;
    margin: 0;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
  }

  .owl-theme .owl-dots .owl-dot {
    position: relative;
    top: -2px;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: #9C866D;
    opacity: .5;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #9C866D;
    opacity: 1;
  }
  .featured-article {
    box-shadow: none;
    width: 100%;
    min-height: 551px;
    background: transparent;
    margin: 0;
    text-align: justify;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    border: none;
  }
  .featured-article:hover {
    border: none;
    box-shadow: none;
    background: transparent;
  }
  .featured-article a {
    background: transparent;
  }
  .featured-article .featured-article-bg {
    background-color: #f5ece0;
    height: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .featured-image-mask {
    display: none;
  }
  .featured-article .node-area {
    position: relative;
    margin: 0;
    z-index: 255;
    height: 551px;
    min-height: 551px !important;
    display: table;
    background: transparent;
  }
  .node-info-wrapper {
    width: 100%;
    padding: 0 20px;
    position: relative;
    vertical-align: top;
    display: block;
  }
  .node-info {
    display: table-cell;
    vertical-align: middle;
    width: 400px;
    text-align: justify;
    transition: margin-left .250s ease-in, margin-right .250s ease-in;
    margin: 160px 20px 0;
    position: relative;
  }

  .node-info-ornament {
    height: 42px;
    position: relative;
    z-index: 999;
    display: block;
  }

  .node-info a {
    color: #630000;
    transition: none;
  }
  .node-info a.gbtn {
    text-shadow: none;
  }
  .node-info span.mailto,
  .node-info span.ext {
    display: none;
  }
  .node-info h2 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 16px 6px 0px;
    line-height: .975;
    text-align: center;
    color: #630000 !important;
    text-shadow: none;
    filter: none;
  }

  .node-info h3 {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 3px 6px 16px;
    line-height: .975;
    text-align: center;
    color: #6d2c2c !important;
    text-shadow: none;
    filter: none;
  }

  .node-info h2 + .node-info h3 {
    margin-top: -3px;
  }

  .featured-article a:hover,
  .featured-article a:focus,
  .featured-article a:active {
    opacity: 1;
  }

  .featured-article a .node-info h2,
  .featured-article a .node-info h3,
  .featured-article a .node-info p {
    transition: color .2s ease;
  }

  .featured-article a:hover .node-info h2,
  .featured-article a:focus .node-info h2,
  .featured-article a:active .node-info h2,
  .featured-article a:hover .node-info h3,
  .featured-article a:focus .node-info h3,
  .featured-article a:active .node-info h3,
  .featured-article a:hover .node-info p,
  .featured-article a:focus .node-info p,
  .featured-article a:active .node-info p {
    color: #A0522D !important;
  }

  .node-info p,
  .node-info h2 {
    text-align: center;
  }

  .node-info p {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 16px;
    margin-top: .5rem;
    color: #833a1d;
    word-wrap: break-word;
    margin-bottom: 15px;
  }
  .node-info p.call-link {
    bottom: 0;
    display: block;
    font-size: .9rem;
    margin: 0 0 .5rem;
    text-align: center;
    position: relative;
    width: 100%;
  }
  .node-info p.call-link a {
    padding: 4px 6px;
    background: transparent;
    border: none;
  }
  .node-info a.call-link {
    color: #005;
    font-size: 0.938rem;
    font-weight: 600;
    display: block;
  }
  .node-info a.call-link:before {
    content: '- ';
  }
  .node-info a.call-link:after {
    content: ' -';
  }
  .node-info a.call-link:hover {
    color: #337cb4;
  }
  .node-info.left {
    float: left;
  }
  .node-info.right {
    float: right;
  }
  .node-info:hover a {
    color: #A0522D;
  }

  .node-info:hover a.call-link {
    color: #337cb4;
  }

  .node-info .node-info-ornament g.node-info-bg-border,
  .node-info .node-info-ornament g.node-info-bg-triangle {
    transition: fill .2s ease;
  }

  /** Padrão */
  .node-info-inner {
    background: linear-gradient(to bottom, #fff6e3 0%,#e2d0b3 100%);
    width: 400px;
    text-align: justify;
    overflow: hidden;
    position: relative;
    shape-rendering: geometricPrecision;
    border: solid 3px #630000;
    border-top: none;
    box-shadow: #444444 0px 3px 12px -2px;
    position: relative;
    z-index: 800;
    transition: border-color .2s ease;
  }

  .node-info .node-info-ornament g.node-info-bg-border,
  .node-info .node-info-ornament g.node-info-bg-triangle {
    fill: #630000 ;
  }

  /** Dourado */
  .node-info.golden .node-info-inner {
    border-color: #f09c2d;
  }

  .node-info.golden .node-info-ornament g.node-info-bg-border,
  .node-info.golden .node-info-ornament g.node-info-bg-triangle {
    fill: #f09c2d;
  }

  /** Prateado */
  .node-info.silver .node-info-inner {
    border-color: #cfd2cf;
  }

  .node-info.silver .node-info-ornament g.node-info-bg-border,
  .node-info.silver .node-info-ornament g.node-info-bg-triangle {
    fill: #cfd2cf;
  }

  /** Terroso */
  .node-info.brass .node-info-inner {
    border-color: #eacb81;
  }

  .node-info.brass .node-info-ornament g.node-info-bg-border,
  .node-info.brass .node-info-ornament g.node-info-bg-triangle {
    fill: #eacb81;
  }


  .featured-article a:hover .node-info .node-info-ornament g.node-info-bg-border,
  .featured-article a:hover .node-info .node-info-ornament g.node-info-bg-triangle {
    fill: #2e0000 !important;
  }

  .featured-article a:hover .node-info .node-info-inner {
    border-color: #2e0000 !important;
  }

  .featured-article a:hover .node-info.silver .node-info-ornament g.node-info-bg-border,
  .featured-article a:hover .node-info.silver .node-info-ornament g.node-info-bg-triangle {
    fill: #ffffff !important;
  }

  .featured-article a:hover .node-info.silver .node-info-inner {
    border-color: #ffffff !important;
  }

  .featured-article a:hover .node-info.golden .node-info-ornament g.node-info-bg-border,
  .featured-article a:hover .node-info.golden .node-info-ornament g.node-info-bg-triangle {
    fill: #db830f !important;
  }

  .featured-article a:hover .node-info.golden .node-info-inner {
    border-color: #db830f !important;
  }


  .featured-article a:hover .node-info.brass .node-info-ornament g.node-info-bg-border,
  .featured-article a:hover .node-info.brass .node-info-ornament g.node-info-bg-triangle {
    fill: #ffcd57 !important;
  }

  .featured-article a:hover .node-info.brass .node-info-inner {
    border-color: #ffcd57 !important;
  }

  .featured-article .featured-image {
    position: absolute;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
    height: 551px;
    width: 100%;
    top: 0;
    border-bottom: solid 1px #7a6854;
  }
  .featured-image .bordered-image {
    position: relative;
    height: 551px;
    overflow: hidden;
  }
  .bordered-image .centered-image {
    position: absolute;
    height: 550px;
    left: 50%;
  }
  .bordered-image .centered-image img {
    position: relative;
    width: auto;
    min-height: 550px;
    left: -50%;
  }
  #cycle-next,
  #cycle-prev {
    background: url("../img/assets/cycle-buttons2.png") no-repeat;
    display: block;
    height: 32px;
    outline: none;
    position: absolute;
    top: 275px;
    transition: none;
    width: 32px;
    z-index: 255;
  }
  #cycle-next {
    background-position: 100% 0;
    right: 10px;
  }
  #cycle-next:hover {
    background-position: 100% 100%;
  }
  #cycle-prev {
    background-position: 0 0;
    left: 10px;
  }
  #cycle-prev:hover {
    background-position: 0 100%;
  }
  #cycle-next span.glyphicon,
  #cycle-prev span.glyphicon {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .featured-article .node-area {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  /* -----------------------------------*/
  /* --------->>> ELEMENTOS <<<---------*/
  /* --------->>> TEXTUAIS <<<----------*/
  /* -----------------------------------*/
  blockquote {
    margin: 40px 60px;
  }
  /* -----------------------------------*/
  /* ----->>> POSICIONAMENTO <<<--------*/
  /* ----->>> DOS PRINCIPAIS <<<--------*/
  /* --->>> ELEMENTOS DA ESTRUTURA <<<--*/
  /* -----------------------------------*/
  /* -----------------------------------*/
  /* -------->>> CABEÇALHO <<<----------*/
  /* -----------------------------------*/
  .affix {
    position: relative;
  }
  main {
    padding-top: 0;
  }
  header.main {
    background: transparent !important;
    box-shadow: 0 1.5px 0 #ae441f;
    padding: 10px 0 0;
    min-height: 132px;
    position: relative;
  }
  header #logo {
    margin-top: 10px;
    margin-bottom: -80px;
  }
  header #logo h1 {
    text-align: left;
    padding: 0;
  }
  header.fixed {
    position: fixed;
  }
  body.front header.main {
    position: absolute;
    background: rgba(255, 255, 255, .6);
  }
  header.main.headroom--not-top {
    position: relative;
    background: transparent;
  }
  header.main.headroom--pinned {
    transform: none;
  }
  header.main.headroom--unpinned {
    transform: none;
  }
  #big-logo-img {
    display: block !important;
    margin-bottom: -80px;
  }
  #small-logo-img {
    display: none;
  }
  /* -----------------------------------*/
  /* -------->>> NAVEGAÇÃO <<<----------*/
  /* -----------------------------------*/
  .sidebar-nav {
    padding: 9px 0;
  }
  .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
  }
  .dropdown-menu li:hover .sub-menu {
    visibility: visible;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .nav-tabs .dropdown-menu,
  .nav-pills .dropdown-menu,
  .navbar .dropdown-menu {
    margin-top: 0;
  }
  .navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
  }
  .navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
  }
  /* Estrutura: header.main > nav#main-nav-bar > #main-menu > ul */
  nav#main-nav-bar {
    height: 141px;
  }
  nav#main-nav-bar .container {
    height: 100%;
  }
  #main-menu {
    position: absolute;
    bottom: -1px;
    right: 0;
    background: #000;
    color: #fff;
    text-align: right;
    font-size: .9rem;
    margin-right: 15px;
  }
  nav#main-nav-bar a {
    color: #fff;
  }
  nav#main-nav-bar .dropdown .dropdown-menu {
    text-align: justify;
  }
  nav#main-nav-bar .dropdown .dropdown-menu a {
    color: #000;
  }
  nav#main-nav-bar .dropdown .dropdown-menu a.active {
    background-color: #ffb666 !important;
    color: #000;
  }
  /*TODO*/
  body.node-type-article .dropdown-menu a#menu-link-articles,
  body.translated-text .dropdown-menu a#menu-link-translated-texts,
  body.ramon-text .dropdown-menu a#menu-link-ramon-texts,
  body.node-type-video .dropdown-menu a#menu-link-videos {
    background-color: #ffb666 !important;
    color: #000;
  }
  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus,
  #main-menu a:hover,
  #main-menu a.active,
  #main-menu a:focus {
    background: transparent;
    color: #ffb667;
  }
  /*TODO*/
  body.node-type-article #main-menu a#menu-link-publications,
  body.node-type-video #main-menu a#menu-link-publications,
  body.node-type-text #main-menu a#menu-link-translations {
    background: transparent;
    color: #ffb667;
  }
  #main-menu ul {
    padding: 2px 0;
  }
  #main-menu ul.dropdown-menu a:hover {
    color: #fff;
    background: #000;
  }
  /*TODO*/
  body.node-type-article #main-menu ul.dropdown-menu a.menu-link-artigos:hover,
  body.node-type-video #main-menu ul.dropdown-menu a.menu-link-videos:hover {
    color: #000;
  }
  #main-menu ul.dropdown-menu {
    border: solid 1px #000;
    border-radius: 0;
    font-size: .8rem;
  }
  .navbar-nav>li>a {
    padding-top: 6.5px;
    padding-bottom: 3.5px;
  }
  a#home {
    padding-left: 2px;
    padding-right: 2px;
  }
  a#menu-link-search {
    padding-left: 2px;
  }
  /* -----------------------------------*/
  /* -------->>> CABEÇALHO <<<----------*/
  /* --------->>> CONTEÚDO <<<----------*/
  /* -----------------------------------*/
  body.logged-in aside#page-aside {
    min-height: 32px;
  }
  .article-buttom:last-child {
    margin-right: 0;
  }
  #content-header .article-actions span.action-title,
  #google_translate_element span.action-title {
    display: block;
  }

  /* -----------------------------------*/
  /* --------->>> CARROSEL <<<----------*/
  /* -----------------------------------*/
  .featured-article .node-area {
    margin: 0 auto;
  }
  /* -----------------------------------*/
  /* -------->>> LISTAS DE <<<----------*/
  /* --------->>> CONTEÚDO <<<----------*/
  /* -----------------------------------*/
  .masonry-container .views-fluidgrid-item {
    width: 250px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}

@media (min-width: 1600px) {
  body {
    font-size: 1.1rem;
  }

  main .container,
  #content-list.container {
    width: 1570px;
  }
}

@media (min-width: 1921px) {
  main .container,
  #content-list.container {
    width: 1870px;
  }
}
