
@charset "utf-8";
html {
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fafaf0;
  margin: 0;
  padding: 0;
}
body {
  font: 16px/28px 'Taviraj', serif;
  font-weight: 400;
  display: block;
  min-width: 640px;
  min-height: 480px;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
  font-weight: 600;
  margin: 0.5em 0 1em 0;
  text-transform: uppercase;
  max-width: 35em;
}
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0.5em 0 1em 0;
  max-width: 35em;
}
h3,
legend {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin: 0 0 1em 0;
}
p {
  margin: 0 0 1.25em 0;
  line-height: 1.5em;
  max-width: 50em;
}
nav {
  line-height: 1.5em;
  display: block;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
nav > ul > li a {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
  transition: background-color 0.5s ease;
}
nav > ul > li a:hover,
nav > ul > li a:active {
  background-color: rgba(33, 55, 64, 0.3);
}
nav > ul > li > ul {
  min-width: 100%;
}
nav > ul > li ul {
  display: none;
  position: absolute;
  background: #446f81;
  z-index: 1;
  border-left: 0.25em solid rgba(33, 55, 64, 0.5);
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
}
nav > ul > li ul li {
  position: relative;
}
nav > ul > li ul ul {
  top: 0;
  left: 100%;
}
nav > ul li:hover > ul,
nav > ul li:active > ul,
nav > ul li.active > ul {
  display: block;
}
.p-about {
  color: #DE026F;
  font-style: italic;
  max-width: 50em;
}
div.p-about {
  margin: 0 0 1em 0;
}
.p-author {
  font-style: italic;
}
.p-abstract {
  max-width: 50em;
  margin-bottom: 1.5em;
}
.p-abstract:before {
  content: 'Resumo: ';
  font-weight: 700;
  display: inline-block;
}
.p-abstract > *:first-child {
  display: inline;
}
html.cinema .p-abstract:before {
  display: none !important;
}
.p-keywords:before {
  content: 'Palavras-chave: ';
  font-weight: 700;
  display: inline-block;
}
.s-html-editor .s-editor-content {
  min-height: 20em;
}
a.botao-mais:before {
  font-size: 3em;
  content: '+';
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  border-radius: 0.1em;
  font-weight: normal;
  margin-top: 1em;
  background: #fff !important;
  font-family: sans;
  box-shadow: 0.33em 0.33em 0.33em rgba(0, 0, 0, 0.2);
}
a.botao-mais:link,
a.botao-mais:visited {
  color: #f0941f !important;
}
a.botao-mais:hover,
a.botao-mais:active {
  color: #f0941f !important;
}
#body > .p-published {
  display: none;
}
#body > .p-about.wrap {
  overflow-y: hidden;
  max-height: 10em;
}
#body > .p-about.wrap,
#body > .p-about.unwrap {
  position: relative;
}
#body > .p-about.wrap:after,
#body > .p-about.unwrap:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4em;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, #fafaf0 2.59em, #DE026F 2.6em, #DE026F 2.65em, #fafaf0 2.65em);
}
#body > .p-about.wrap:before,
#body > .p-about.unwrap:before {
  content: '⌄';
  font-family: sans;
  border: 1px solid #DE026F;
  border-radius: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  bottom: 0.75em;
  left: calc(50% - 0.5em);
  text-align: center;
  z-index: 1;
  background: #fafaf0;
}
#body > .p-about.wrap {
  cursor: zoom-in;
}
#body > .p-about.unwrap {
  cursor: zoom-out;
  padding-bottom: 1em;
}
#body > .p-about.unwrap:before {
  content: '⌃';
}
blockquote {
  color: #213760;
}
blockquote p {
  white-space: pre-line;
}
.hfeed > h3 {
  text-transform: uppercase;
}
.hfeed > h3 + h3 {
  margin-top: 5em;
}
.hfeed.s-entry[id],
.busca .hfeed.s-page {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  gap: 3em;
  margin-bottom: 5em;
}
.hfeed.s-entry[id] .pagination,
.busca .hfeed.s-page .pagination {
  display: none;
}
.hfeed.s-entry[id] article,
.busca .hfeed.s-page article {
  display: block;
  background: #fff;
  box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.2);
  min-height: 8em;
  border-radius: 0 1em 0 1em;
  padding: 2em;
}
.hfeed.s-entry[id] article .hentry,
.busca .hfeed.s-page article .hentry {
  min-height: 8em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
}
.hfeed.s-entry[id] article h3,
.busca .hfeed.s-page article h3 {
  flex-grow: 1;
}
.hfeed.s-entry[id] article .entry-content,
.busca .hfeed.s-page article .entry-content,
.hfeed.s-entry[id] article .entry-published,
.busca .hfeed.s-page article .entry-published {
  display: none;
}
.hfeed.s-entry[id] article .entry-keywords,
.busca .hfeed.s-page article .entry-keywords {
  margin: auto 0 0 0;
  align-self: flex-end;
  text-align: right;
  color: #DE026F;
}
.hfeed.s-entry[id] article .entry-keywords span,
.busca .hfeed.s-page article .entry-keywords span {
  display: inline-block;
  margin: 0 0 0 0.25em;
}
.hfeed.s-entry[id] article .entry-keywords span:after,
.busca .hfeed.s-page article .entry-keywords span:after {
  content: ', ';
}
.hfeed.s-entry[id] article .entry-keywords span:last-child:after,
.busca .hfeed.s-page article .entry-keywords span:last-child:after {
  content: '';
}
.hfeed.s-entry[id] article a:link,
.busca .hfeed.s-page article a:link,
.hfeed.s-entry[id] article a:visited,
.busca .hfeed.s-page article a:visited {
  color: #003;
}
.hfeed.s-entry[id] article p:last-child,
.busca .hfeed.s-page article p:last-child {
  margin-bottom: 0;
}
a {
  color: #069;
  text-decoration: none;
}
a:visited {
  color: #069;
  text-decoration: none;
}
a:hover {
  color: #369;
  text-decoration: underline;
}
a:after {
  background: #bb0;
}
a:visited:after {
  background: #990;
}
a:hover:after {
  background: #369;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
a:hover,
a:active {
  outline: none;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button {
  width: auto;
  overflow: visible;
}
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
.nav-migalhas:empty {
  display: none;
}
#body {
  max-width: 110em;
  margin: 0 5em;
  min-height: calc(100vh - 19em);
  position: relative;
}
div[itemtype="http://schema.org/Movie"] {
  position: relative;
  max-width: 50em;
  top: 3em;
  font-weight: 600;
  background: #ce6800;
  color: #fff;
  padding: 1em;
  border-radius: 0 1em 0 1em;
}
div[itemtype="http://schema.org/Movie"] p {
  margin: 0;
}
div[itemtype="http://schema.org/Movie"] .p-director:before {
  content: 'Direção: ';
  font-weight: 400;
  display: inline;
}
div[itemtype="http://schema.org/Movie"] .p-genre:before {
  content: 'Gênero: ';
  font-weight: 400;
  display: inline;
}
div[itemtype="http://schema.org/Movie"] .p-duration:before {
  content: 'Duração: ';
  font-weight: 400;
  display: inline;
}
div[itemtype="http://schema.org/Movie"] .p-countryOfOrigin:before {
  content: 'Origem: ';
  font-weight: 400;
  display: inline;
}
div[itemtype="http://schema.org/Movie"] .p-about:before {
  content: 'Roteiro: ';
  font-weight: 400;
  display: inline;
}
div[itemtype="http://schema.org/Movie"] .p-url:before {
  content: 'URL: ';
  font-weight: 400;
  display: inline;
}
div[itemtype="http://schema.org/Movie"] .p-about {
  color: #fff;
  font-style: normal;
}
div[itemtype="http://schema.org/Movie"] iframe {
  float: left;
  width: 100%;
  margin: 4em -1em 2em -1em;
}
div[itemtype="http://schema.org/Movie"] ~ p {
  clear: left;
  padding-top: 2em;
}
div[itemtype="http://schema.org/Movie"].empty {
  padding: 0;
}
.p-identifier-pdf a {
  display: block;
  height: 3em;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #990000;
  position: relative;
}
.p-identifier-pdf a:hover,
.p-identifier-pdf a:active {
  text-decoration: none;
  color: #ee6666;
}
.p-identifier-pdf a:after {
  content: '\f1c1';
  font-family: 'fa';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3em;
  background: transparent;
}
.p-identifier-pdf a:before {
  content: 'Clique aqui para download do arquivo completo';
  display: block;
  margin: 0em 0 5em 3em;
}
@media screen and (min-width: 1200px) {
  div[itemtype="http://schema.org/Movie"] {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100vw - 64em);
    max-width: 25em;
  }
  div[itemtype="http://schema.org/Movie"] iframe {
    position: absolute;
    margin: 4em 0 2em -1em;
    float: none;
  }
  div[itemtype="http://schema.org/Movie"] ~ div[itemtype="http://schema.org/Movie"] {
    top: 20em;
  }
  div[itemtype="http://schema.org/Movie"] ~ div[itemtype="http://schema.org/Movie"] ~ div[itemtype="http://schema.org/Movie"] {
    top: 40em;
  }
  .p-identifier-pdf {
    position: absolute;
    left: 52.5em;
    width: calc(100vw - 64em);
    max-width: 25em;
    bottom: 1em;
  }
}
@media screen and (min-width: 1430px) {
  div[itemtype="http://schema.org/Movie"] {
    left: 53em;
    right: inherit;
  }
}
.texto-dinamico {
  font-style: italic;
}
.texto-dinamico h1 {
  display: none;
}
#header {
  position: relative;
  min-height: 5em;
  margin-bottom: 2em;
}
#header a:link,
#header a:visited {
  color: #fff;
  text-decoration: none;
}
#header a:hover,
#header a:active {
  color: #29befc;
}
#header > div {
  max-width: 110em;
  margin: 0 5em;
}
#header > div.h-titulo {
  color: #fff;
  min-height: 3em;
  padding: 1em 0 1em 0;
}
#header > div.h-titulo h2 {
  font-weight: 800;
  color: #fff;
}
#header > div.h-titulo:before {
  content: ' ';
  display: block;
  background: #213740;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 0;
  top: 0;
}
#header > div.barra-cinza {
  display: block;
  height: 2.5em;
}
#header > div.barra-cinza > nav {
  margin-left: -1em;
}
#header > div.barra-cinza:before {
  content: ' ';
  display: block;
  background: #446f81;
  z-index: -1;
  position: absolute;
  height: 2.5em;
  width: 100vw;
  left: 0;
}
#header > div.busca-site {
  display: block;
  height: 2.5em;
}
#header > div.busca-site form#busca {
  max-width: 28em;
  margin: 0 auto;
  padding: 0.5em 0;
  line-height: 1;
}
#header > div.busca-site input {
  border-radius: 0.5em;
  text-indent: 0.25em;
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  margin: -0.1em 0;
  outline: none;
  width: 100%;
  font-family: 'Taviraj', serif;
  line-height: 1em;
  height: 1.75em;
}
#header > div.busca-site input:focus {
  outline: none;
  box-shadow: 0 0 0.25em 0.25em hsla(30.11764706, 100%, 50%, 0.2);
  background: #fff;
  transition: all 0.5s ease-in;
}
#header > div.busca-site:before {
  content: ' ';
  display: block;
  background: #f0941f;
  z-index: -1;
  position: absolute;
  height: 2.5em;
  width: 100vw;
  left: 0;
}
#footer {
  background: #446f81;
  color: #fff;
  position: relative;
  bottom: 0;
  width: 100%;
}
#footer a:link,
#footer a:visited {
  color: #fff;
}
#footer > div {
  margin: 0 5em;
  padding: 1em 0;
}
#footer p {
  max-width: inherit;
}
#footer img {
  float: left;
  max-height: 3em;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 130em) {
  #header > div,
  #body,
  #footer > div {
    margin: 0 auto;
  }
}
.rodape-direito {
  margin: 0 1em 0 1em !important;
  float: right;
}
.p-breadcrumbs {
  font-weight: 600;
  color: rgba(202, 147, 91, 0.7);
}
.p-breadcrumbs a:link,
.p-breadcrumbs a:visited {
  color: #ca935b;
}
html.home {
  background: url(/_/img/freud-lendo.jpg) no-repeat 50% 50%;
  background-size: cover;
  height: 100vh;
}
html.home body {
  height: 100vh;
}
html.home footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
html.home #body {
  min-height: inherit;
}
html.home #body > div,
html.home #body h1 {
  display: none;
}
html.home #header {
  z-index: 1;
}
html.home #header > div.h-titulo:before {
  height: calc(100% - 5em);
  background-color: rgba(33, 55, 64, 0.8);
}
html.home #header > div.busca-site:before {
  height: 0.25em;
}
html.home #header > div.busca-site form#busca {
  position: relative;
  padding-top: 30vh;
}
html.home #header > div.busca-site form#busca input {
  font-size: 1.5em;
}
html.home #header > div.barra-cinza:before {
  background-color: rgba(68, 111, 129, 0.7);
}
.canto-direito {
  position: absolute;
  right: 0;
  top: 2em;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-ExtraLight.ttf');
  src: local('Taviraj ExtraLight'), url('/_/font/Taviraj-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-ExtraLightItalic.ttf');
  src: local('Taviraj ExtraLight Italic'), url('/_/font/Taviraj-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-Light.ttf');
  src: local('Taviraj Light'), url('/_/font/Taviraj-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-LightItalic.ttf');
  src: local('Taviraj Light Italic'), url('/_/font/Taviraj-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-Regular.ttf');
  src: local('Taviraj'), url('/_/font/Taviraj-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-Italic.ttf');
  src: local('Taviraj Italic'), url('/_/font/Taviraj-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-Medium.ttf');
  src: local('Taviraj Medium'), url('/_/font/Taviraj-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-MediumItalic.ttf');
  src: local('Taviraj Medium Italic'), url('/_/font/Taviraj-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-SemiBold.ttf');
  src: local('Taviraj SemiBold'), url('/_/font/Taviraj-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-SemiBoldItalic.ttf');
  src: local('Taviraj SemiBold Italic'), url('/_/font/Taviraj-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-Bold.ttf');
  src: local('Taviraj Bold'), url('/_/font/Taviraj-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-BoldItalic.ttf');
  src: local('Taviraj Bold Italic'), url('/_/font/Taviraj-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-ExtraBold.ttf');
  src: local('Taviraj ExtraBold'), url('/_/font/Taviraj-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-ExtraBoldItalic.ttf');
  src: local('Taviraj ExtraBold Italic'), url('/_/font/Taviraj-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-Black.ttf');
  src: local('Taviraj Black'), url('/_/font/Taviraj-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Taviraj';
  src: url('/_/font/Taviraj-BlackItalic.ttf');
  src: local('Taviraj Black Italic'), url('/_/font/Taviraj-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'fa';
  src: url('/_/fa-solid-900.eot?v5.15.1');
  src: url('/_/fa-solid-900.eot?v5.15.1') format('embedded-opentype'), url('/_/fa-solid-900.woff2?v5.15.1') format('woff2'), url('/_/fa-solid-900.woff?v5.15.1') format('woff'), url('/_/fa-solid-900.ttf?v5.15.1') format('truetype'), url('/_/fa-solid-900.svg?v5.15.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
