/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

a {
  color: inherit;
  text-decoration: none; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Tinos','Georgia','Lucida Grande','Lucida Sans Unicode','Lucida Sans','sans-serif';
  position: relative;
  font-size: 16px;
  color: #444;
  background: #fff;
  line-height: 1.5; }

body {
  margin-top: 70px; }

.section {
  width: 100%;
  height: auto; }

.section .container {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px; }

@media screen and (max-width: 600px) {
  .section .container {
    padding-right: 8px;
    padding-left: 8px; } }
.hide {
  display: none !important; }

.desk {
  display: block !important; }

@media screen and (max-width: 600px) {
  .desk {
    display: none !important; } }
.resp {
  display: none !important; }

@media screen and (max-width: 600px) {
  .resp {
    display: block !important; } }
/* 
 HEADER
*/
.anchor {
  display: block;
  height: 80px;
  /* this is the height of your header */
  margin-top: -80px;
  /* this is again negative value of the height of your header */
  visibility: hidden; }

.section-header .container {
  background-color: #ab9fcc;
  position: relative; }
  .section-header .container:after {
    content: "";
    display: table;
    clear: both; }
.section-header .header-logo {
  display: inline-block;
  float: left;
  padding-bottom: 15px;
  padding-left: 15px; }
  @media screen and (max-width: 600px) {
    .section-header .header-logo {
      width: 60%;
      height: auto;
      padding-bottom: 10px;
      padding-left: 0; }
      .section-header .header-logo img {
        width: 100%;
        height: auto; } }
.section-header .header-mapa-site {
  width: auto;
  color: #fff;
  position: absolute;
  top: 0;
  left: 36%; }
  .section-header .header-mapa-site li {
    display: inline-block;
    width: auto;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    margin-right: 20px;
    position: relative; }
  .section-header .header-mapa-site .submenu {
    width: 180px;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 900;
    background-color: #ececec;
    border: solid 3px #f4f5f5;
    border-width: 3px 3px 3px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    top: 90px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    .section-header .header-mapa-site .submenu li {
      display: block;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      text-align: left;
      color: #414042;
      border-bottom: solid 1px #f4f5f5;
      white-space: nowrap;
      padding: 0 10px;
      margin-right: 0; }
      .section-header .header-mapa-site .submenu li:hover {
        font-weight: bold; }
  .section-header .header-mapa-site li:hover .submenu {
    opacity: 1;
    z-index: 900;
    visibility: visible;
    top: 60px; }
  @media screen and (max-width: 600px) {
    .section-header .header-mapa-site {
      top: 100%;
      left: auto;
      right: 0;
      background-color: #ab9fcc;
      width: auto;
      opacity: 0;
      z-index: -1;
      visibility: hidden; }
      .section-header .header-mapa-site.ativo {
        opacity: 1;
        z-index: 900;
        visibility: visible; }
      .section-header .header-mapa-site li {
        display: block;
        width: 200px;
        height: 40px;
        line-height: 40px;
        padding-right: 15px;
        margin-right: 0;
        text-align: right;
        font-size: 14px;
        border-bottom: 1px solid #8e7eba; } }
.section-header .js-abre-menu {
  position: absolute;
  top: 20px;
  right: 15px;
  color: #fff;
  font-size: 24px; }
.section-header .container-lingua {
  background-color: #fff;
  text-align: right;
  line-height: 40px;
  color: #3d73a2;
  font-weight: bold;
  padding-right: 0;
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    .section-header .container-lingua {
      padding-right: 15px; } }
.section-header .only-fixed {
  display: none; }

.section-lingua .container-lingua {
  background-color: #fff;
  text-align: right;
  line-height: 40px;
  color: #3d73a2;
  font-weight: bold;
  padding-right: 0;
  font-size: 14px; }
  @media screen and (max-width: 600px) {
    .section-lingua .container-lingua {
      padding-right: 15px; } }

.section-header-fixo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  .section-header-fixo .header-logo {
    width: 200px; }
    .section-header-fixo .header-logo img {
      width: 100%;
      height: auto; }
  .section-header-fixo .header-mapa-site li {
    font-size: 18px;
    margin-right: 20px; }
  .section-header-fixo .only-fixed {
    display: inline-block; }

.section-home .container {
  padding-left: 0;
  padding-right: 0; }
  .section-home .container:after {
    content: "";
    display: table;
    clear: both; }
.section-home .bxslider li {
  width: 100%;
  height: auto; }
.section-home .bxslider img {
  width: 100%;
  height: auto; }

.home-principal {
  width: 100%;
  height: auto; }
  .home-principal:after {
    content: "";
    display: table;
    clear: both; }

.home-citacao {
  width: 64%;
  float: left;
  padding-top: 20px;
  padding-left: 15px; }
  @media screen and (max-width: 600px) {
    .home-citacao {
      width: 100%;
      float: none; } }
  .home-citacao img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.home-noticias {
  width: 36%;
  float: right;
  padding-top: 30px; }
  @media screen and (max-width: 600px) {
    .home-noticias {
      width: 100%;
      float: none;
      padding: 0 15px;
      padding-bottom: 30px; } }
  .home-noticias h2 {
    font-size: 20px;
    color: #9a8cc3;
    margin-bottom: 5px; }

.althome-citacao {
  width: 46%;
  float: left;
  padding: 30px; }
  .althome-citacao .citacao-bloco {
    font-family: 'Tinos','Georgia','Lucida Grande','Lucida Sans Unicode','Lucida Sans','sans-serif';
    font-size: 23px;
    color: #878685;
    font-style: italic;
    line-height: 1.5; }
  @media screen and (max-width: 600px) {
    .althome-citacao {
      width: 100%;
      float: none;
      padding: 15px; }
      .althome-citacao .citacao-bloco {
        font-size: 16px; } }

.althome-noticias {
  width: 52%;
  float: right;
  padding-top: 30px; }
  @media screen and (max-width: 600px) {
    .althome-noticias {
      width: 100%;
      float: none;
      padding: 0 15px;
      padding-bottom: 30px; } }
  .althome-noticias h2 {
    font-size: 20px;
    color: #9a8cc3;
    margin-bottom: 5px; }

.home-ovf-noticias {
  width: 100%;
  height: 200px;
  overflow: auto; }
  @media screen and (max-width: 600px) {
    .home-ovf-noticias {
      height: auto; } }

.home-noticia-single {
  font-size: 16px;
  word-wrap: break-word; }
  .home-noticia-single h3 {
    font-weight: bold;
    margin-bottom: 5px; }
  .home-noticia-single .abre-noticia {
    border-bottom: 1px solid #cdcdcd;
    position: relative;
    margin-bottom: 10px;
    color: #9a8cc3; }
    .home-noticia-single .abre-noticia:hover {
      color: #4e3f79; }
    .home-noticia-single .abre-noticia h3 {
      font-size: 16px;
      height: 32px;
      line-height: 32px;
      font-weight: 400;
      margin-bottom: 0; }
    .home-noticia-single .abre-noticia small {
      font-style: italic;
      font-size: 11px;
      float: right;
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 0;
      right: 10px; }
  .home-noticia-single .noticia-completa {
    display: none; }
    .home-noticia-single .noticia-completa a {
      color: #9a8cc3; }
  .home-noticia-single.ativo .noticia-completa {
    display: block; }
  .home-noticia-single .abre {
    display: block; }
  .home-noticia-single .fecha {
    display: none; }
  .home-noticia-single.ativo .abre {
    display: none; }
  .home-noticia-single.ativo .fecha {
    display: block; }

.section-footer {
  color: #777; }
  .section-footer .container {
    padding-top: 0px;
    margin-top: 20px;
    border-top: 1px solid #dfdfdf;
    padding-left: 0;
    padding-right: 0; }
    .section-footer .container:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 600px) {
      .section-footer .container {
        padding-left: 15px;
        padding-right: 15px; } }
  .section-footer .footer-frase {
    height: 40px;
    line-height: 40px;
    font-size: 13px; }

.section-exposicao-single .container {
  padding-left: 0;
  padding-right: 0; }
  .section-exposicao-single .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 600px) {
    .section-exposicao-single .container {
      padding-left: 15px;
      padding-right: 15px; } }
.section-exposicao-single .exposicao-texto {
  float: left;
  width: 38%;
  height: auto; }
  @media screen and (max-width: 600px) {
    .section-exposicao-single .exposicao-texto {
      float: none;
      width: 100%; } }
  .section-exposicao-single .exposicao-texto h1 {
    font-size: 22px;
    line-height: 24px;
    color: #444d52;
    margin-bottom: 12px; }
  .section-exposicao-single .exposicao-texto p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 12px; }
  .section-exposicao-single .exposicao-texto a {
    color: #3d73a2; }
  .section-exposicao-single .exposicao-texto b, .section-exposicao-single .exposicao-texto strong {
    font-weight: bold; }
  .section-exposicao-single .exposicao-texto em, .section-exposicao-single .exposicao-texto i {
    font-style: italic; }
.section-exposicao-single .exposicao-galeria {
  float: right;
  width: 60%; }
  @media screen and (max-width: 600px) {
    .section-exposicao-single .exposicao-galeria {
      float: none;
      width: 100%; } }
  .section-exposicao-single .exposicao-galeria li {
    width: 100%;
    height: auto; }
  .section-exposicao-single .exposicao-galeria img {
    width: 100%;
    height: auto; }
.section-exposicao-single .slider-thumbs {
  width: 100%;
  height: auto;
  margin-top: 7px;
  text-align: justify; }
  .section-exposicao-single .slider-thumbs a {
    width: 10%;
    height: 0;
    padding-bottom: 10%;
    display: inline-block;
    -webkit-background-size: cover;
    background-size: cover; }
  .section-exposicao-single .slider-thumbs .break {
    display: inline-block;
    width: 100%;
    height: 0; }
  .section-exposicao-single .slider-thumbs .ghost {
    width: 10%;
    height: 0;
    display: inline-block; }
.section-exposicao-single .slider-links:after {
  content: "";
  display: table;
  clear: both; }
.section-exposicao-single .slider-links .next-link, .section-exposicao-single .slider-links .previous-link {
  float: right;
  background-color: #aba0cc;
  color: #FFF;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 1px; }
.section-exposicao-single .slider-links .previous-link {
  float: left; }

.lista-exposicoes {
  margin-left: 36%; }
  @media screen and (max-width: 600px) {
    .lista-exposicoes {
      margin-left: 0; } }

.item-exposicao {
  width: 100%;
  margin-bottom: 1.75em;
  font-size: 16px; }
  .item-exposicao:after {
    content: "";
    display: table;
    clear: both; }
  .item-exposicao .expo-capa {
    float: left;
    width: 60px;
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
    vertical-align: middle; }
  .item-exposicao .expo-info {
    display: block;
    margin-left: 70px;
    vertical-align: middle;
    width: auto;
    padding-left: 5px;
    padding-top: 8px; }
    .item-exposicao .expo-info h2 {
      font-weight: bold; }

.section-perfil .container:after {
  content: "";
  display: table;
  clear: both; }
.section-perfil .perfil-esq {
  width: 32%;
  float: left; }
  @media screen and (max-width: 600px) {
    .section-perfil .perfil-esq {
      display: none; } }
  .section-perfil .perfil-esq img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em; }
.section-perfil .perfil-dir {
  width: 64%;
  float: right; }
  @media screen and (max-width: 600px) {
    .section-perfil .perfil-dir {
      width: 100%;
      float: none; } }
.section-perfil .perfil-texto p {
  margin-bottom: 1em;
  word-wrap: break-word; }
.section-perfil .perfil-texto a {
  color: #3d73a2; }
.section-perfil .ancora-texto {
  color: #9a8cc3;
  font-size: 22px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
  padding-top: 15px; }
  .section-perfil .ancora-texto a {
    display: none; }
@media screen and (max-width: 600px) {
  .section-perfil .perfil-item-macro .ancora-texto {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #cdcdcd; }
    .section-perfil .perfil-item-macro .ancora-texto span {
      display: block;
      margin-bottom: 5px; }
    .section-perfil .perfil-item-macro .ancora-texto a {
      width: auto;
      font-size: 20px;
      line-height: 22px;
      position: absolute;
      top: 15px;
      right: 5px;
      font-size: 12px;
      font-style: italic; }
  .section-perfil .perfil-item-macro .perfil-texto, .section-perfil .perfil-item-macro .perfil-fotos {
    display: none; }
  .section-perfil .perfil-item-macro.ativo .perfil-texto, .section-perfil .perfil-item-macro.ativo .perfil-fotos {
    display: block; }
  .section-perfil .perfil-item-macro .abre {
    display: block; }
  .section-perfil .perfil-item-macro .fecha {
    display: none; }
  .section-perfil .perfil-item-macro.ativo .abre {
    display: none; }
  .section-perfil .perfil-item-macro.ativo .fecha {
    display: block; } }
.section-perfil .perfil-fotos {
  width: 100%;
  color: #3d73a2; }
  .section-perfil .perfil-fotos a {
    display: block;
    margin-bottom: 2em; }
    .section-perfil .perfil-fotos a:after {
      content: "";
      display: table;
      clear: both; }
  .section-perfil .perfil-fotos img {
    max-width: 50%;
    padding-right: 20px; }
  .section-perfil .perfil-fotos span {
    display: block;
    line-height: 1.5; }
  @media screen and (max-width: 600px) {
    .section-perfil .perfil-fotos a {
      margin-bottom: 2em; }
    .section-perfil .perfil-fotos img {
      float: none;
      width: 100%;
      max-width: 100%; }
    .section-perfil .perfil-fotos span {
      line-height: 1.5; } }

.lista-cvs li {
  margin-bottom: 5px; }

.section-livro-single .container {
  padding-left: 0;
  padding-right: 0; }
  .section-livro-single .container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 600px) {
    .section-livro-single .container {
      padding-left: 15px;
      padding-right: 15px; } }
.section-livro-single .livro-capa {
  float: left;
  width: 32%;
  height: auto; }
  @media screen and (max-width: 600px) {
    .section-livro-single .livro-capa {
      float: none;
      width: 100%; } }
  .section-livro-single .livro-capa img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 2em; }
.section-livro-single .livro-texto {
  float: left;
  width: 34%;
  padding-left: 4%; }
  @media screen and (max-width: 600px) {
    .section-livro-single .livro-texto {
      float: none;
      width: 100%;
      padding-left: 0;
      padding-top: 20px; } }
  .section-livro-single .livro-texto h1 {
    font-size: 22px;
    line-height: 24px;
    color: #444d52;
    margin-bottom: 12px; }
  .section-livro-single .livro-texto p {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 12px; }
  .section-livro-single .livro-texto a {
    color: #3d73a2; }
  .section-livro-single .livro-texto b, .section-livro-single .livro-texto strong {
    font-weight: bold; }
  .section-livro-single .livro-texto em, .section-livro-single .livro-texto i {
    font-style: italic; }
.section-livro-single .slider-links:after {
  content: "";
  display: table;
  clear: both; }
.section-livro-single .slider-links .next-link, .section-livro-single .slider-links .previous-link {
  float: right;
  background-color: #aba0cc;
  color: #FFF;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 1px; }
.section-livro-single .slider-links .previous-link {
  float: left; }

.section-perfil .item-texto {
  margin-bottom: 1em; }

.section-perfil .item-depoimento {
  margin-bottom: 2em; }
  .section-perfil .item-depoimento p {
    margin-bottom: 0.2em; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: 0 !important;
  z-index: 9999;
  color: #fff;
  font-size: 40px;
  line-height: 32px; }
  .bx-wrapper .bx-controls-direction a.bx-next {
    text-align: right; }

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