*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0; }

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

img {
  max-width: 100%;
  border: 0; }

ul li {
  list-style-type: none; }

a {
  text-decoration: none; }

.notas-centralizadas {
  max-width: 940px;
  margin: 0 auto 50px; }

header {
  background: #1a285f;
  margin: 0 auto;
  padding: 0 20px;
  height: 179px;
  position: relative;
  z-index: 1;
  background: #1a285f url(../css/images/bg-header.png) repeat-x 50% -5px; }
  header .content-header {
    max-width: 940px;
    margin: 0 auto;
    background: #1a285f;
    height: 100%; }
  header img {
    float: left; }
  header ul.social {
    float: right;
    clear: right;
    margin-top: 51px; }
    header ul.social .blog a {
      background: none;
      margin-top: 5px; }
    header ul.social .lang a {
      background: none;
      margin-top: 5px; }
    header ul.social li {
      float: left; }
      header ul.social li + li {
        margin-left: 20px; }
      header ul.social li a {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../css/images/spt-social.png) no-repeat; }
    header ul.social .social-m a {
      background-position: 8px 5px; }
      header ul.social .social-m a:hover {
        background-position: 8px -27px; }
    header ul.social .social-i a {
      background-position: -44px 5px; }
      header ul.social .social-i a:hover {
        background-position: -44px -27px; }
    header ul.social .social-l a {
      background-position: -90px 5px; }
      header ul.social .social-l a:hover {
        background-position: -90px -27px; }
    header ul.social .social-f a {
      background-position: -126px 5px; }
      header ul.social .social-f a:hover {
        background-position: -126px -27px; }
    header ul.social .social-t a {
      background-position: -172px 5px; }
      header ul.social .social-t a:hover {
        background-position: -172px -27px; }
    header ul.social .social-y a {
      background-position: -210px 5px; }
      header ul.social .social-y a:hover {
        background-position: -210px -27px; }
    header ul.social .social-b a {
      background-position: -267px 3px; }
      header ul.social .social-b a:hover {
        background-position: -267px -29px; }
    header ul.social .search {
      /*@media(min-width:1000px) {*/
      /*}*/ }
      header ul.social .search a {
        background: none; }
      header ul.social .search .ipt-txt {
        opacity: 0;
        float: left;
        width: 0;
        overflow: hidden;
        margin: 3px 3px 0 0;
        transition: all .2s; }
      header ul.social .search .ipt-submit {
        margin-top: 3px;
        cursor: pointer; }
      header ul.social .search:hover .ipt-txt {
        width: 250px;
        opacity: 1;
        transition: all .4s; }
  header .sub-item {
    display: none;
    background: #b5653c;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    margin-left: -12px;
    padding: 10px 0; }
    header .sub-item li {
      padding: 5px 12px;
      line-height: 14px; }
  header nav {
    float: right;
    clear: right;
    display: block;
    margin-right: -10px;
    padding: 45px 0 0 0; }
    header nav .link-pai {
      cursor: default; }
    header nav li {
      position: relative;
      float: left;
      padding: 10px 12px 15px 12px; }
      header nav li:hover {
        background: #b5653c; }
        header nav li:hover a.ativo {
          color: #fff; }
        header nav li:hover .sub-item {
          display: block; }
          header nav li:hover .sub-item li {
            float: none; }
            header nav li:hover .sub-item li a:hover {
              color: #1a285f; }
    header nav li.item-right .sub-item {
      right: 0; }
  header li a {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    transition: color .2s; }
  header li a.ativo {
    color: #b5653c; }

.logo-principal {
  margin: 28px -11px -11px !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slider-for {
  width: 940px;
  height: 627px; }
  .slider-for .slick-slide {
    height: 627px;
    background: #000; }
    .slider-for .slick-slide img {
      max-height: 100%;
      display: block;
      margin: 0 auto;
      width: auto;
      min-height: 100%; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slider .slick-slide {
  background-color: #000; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  width: 100%;
  clear: both;
  display: none;
  margin-bottom: 25px; }
  .slider .slick-slide {
    width: 100%;
    height: 440px;
    background-repeat: no-repeat;
    background-position: center center; }
  .slider h1 {
    font-size: 45px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
    max-width: 620px; }
  .slider .center {
    width: 940px;
    margin: 45px auto 0 auto; }
    .slider .center:hover h1 {
      color: #b5653c; }
    .slider .center:hover .btn-mais {
      color: #b5653c;
      border-color: #b5653c;
      transition: border .2s;
      background-position: 10px -47px; }
  .slider p {
    color: #fff;
    margin-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 620px; }
    .slider p + p {
      margin-top: 10px; }
  .slider .btn-mais {
    margin-top: 25px; }

.btn-mais {
  background: url(../css/images/bt-arrow.png) 10px 13px no-repeat;
  padding: 10px 20px 10px 27px;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  float: left;
  text-transform: uppercase; }

.slick-dots {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  border-bottom: 2px solid #b5653c;
  margin-top: -65px; }
  .slick-dots li {
    text-align: center;
    color: #fff;
    font-family: 'Dosis';
    text-transform: uppercase;
    padding: 10px 3px;
    width: 25%;
    font-size: 14px;
    display: inline-block;
    cursor: pointer; }
  .slick-dots li.slick-active {
    background: #b5653c; }

.destaque-5 {
  max-width: 940px;
  margin: 0 auto;
  /* border-bottom: 2px solid $cobre; */
  overflow: hidden;
  width: 100%; }
  .destaque-5 .col {
    float: left;
    width: 300px;
    margin-top: 40px; }
  .destaque-5 h2 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
    color: #1a285f;
    float: left; }

.dest-foto.lista-nota {
  margin-top: 40px; }

.dest-foto li {
  height: 420px; }

span.header {
  font-size: 24px;
  font-weight: 400;
  display: block;
  color: #b5653c;
  margin-bottom: 10px; }

a.ver-todos {
  font-family: 'Dosis';
  font-size: 14px;
  padding: 10px 15px;
  background: #b5653c;
  text-transform: uppercase;
  color: #fff;
  display: block;
  clear: both;
  float: left;
  margin-top: 15px; }
  a.ver-todos:hover {
    color: #1a285f; }

.lista-noticias {
  overflow: hidden;
  max-width: 640px;
  float: left;
  margin-top: 85px; }
  .lista-noticias li {
    float: left;
    max-width: 300px;
    margin-left: 20px;
    margin-bottom: 50px;
    width: 33%; }
    .lista-noticias li:hover h3 {
      color: #1a285f;
      transition: color .2s;
      font-weight: 400; }
    .lista-noticias li:hover .btn-mais {
      color: #1a285f;
      border-color: #1a285f;
      transition: border .2s;
      background-position: 10px -78px; }
  .lista-noticias .mask-img {
    width: 300px;
    height: 202px;
    overflow: hidden;
    background: #f3f3f3; }
    .lista-noticias .mask-img img {
      width: auto;
      display: block;
      margin: 0 auto;
      max-height: 100%;
      height: auto; }
  .lista-noticias * {
    color: #3d3d3d; }
  .lista-noticias .btn-mais {
    background-position: 10px -48px;
    border-color: #b5653c;
    color: #b5653c; }
  .lista-noticias h3 {
    font-size: 23px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 100%;
    color: #b5653c; }
  .lista-noticias p {
    font-size: 17px;
    margin-bottom: 20px; }

.lista-noticias-home li {
  width: 50%; }
  .lista-noticias-home li:hover h3 {
    color: #1a285f; }
  .lista-noticias-home li:hover .btn-mais {
    border-color: #1a285f;
    color: #1a285f;
    background-position: 10px -78px; }

.center-940 {
  max-width: 940px;
  margin: 0 auto;
  /* border-bottom: 2px solid $cobre; */
  overflow: hidden; }

.destaque-bg-en h3, .destaque-en-fundo h3 {
  max-width: 640px; }

.destaque-bg, .destaque-bg-en {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 0;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover; }
  .destaque-bg span.header, .destaque-bg-en span.header {
    margin-top: 45px; }
  .destaque-bg h3, .destaque-bg-en h3 {
    font-size: 45px;
    font-weight: 400;
    color: #ffffff;
    line-height: 45px; }
  .destaque-bg ul, .destaque-bg-en ul {
    text-align: center;
    margin-top: 40px; }
    .destaque-bg ul li, .destaque-bg-en ul li {
      display: inline-block;
      max-width: 300px;
      text-align: left;
      vertical-align: top; }
      .destaque-bg ul li .img-mask, .destaque-bg-en ul li .img-mask {
        width: 300px;
        height: 202px;
        overflow: hidden;
        background: #f3f3f3; }
        .destaque-bg ul li .img-mask img, .destaque-bg-en ul li .img-mask img {
          width: auto;
          display: block;
          margin: 0 auto;
          max-height: 100%;
          height: auto;
          max-width: none; }
      .destaque-bg ul li img, .destaque-bg-en ul li img {
        display: block; }
      .destaque-bg ul li:hover .btn-mais, .destaque-bg-en ul li:hover .btn-mais {
        color: #b5653c;
        border-color: #b5653c;
        transition: border .2s;
        background-position: 10px -47px; }
      .destaque-bg ul li:hover h4, .destaque-bg-en ul li:hover h4 {
        color: #b5653c; }
      .destaque-bg ul li *, .destaque-bg-en ul li * {
        color: #fff; }
      .destaque-bg ul li + li, .destaque-bg-en ul li + li {
        margin-left: 10px; }
  .destaque-bg h4, .destaque-bg-en h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 8px 0; }
  .destaque-bg p, .destaque-bg-en p {
    font-size: 17px;
    font-family: 'Droid Sans'; }
  .destaque-bg p.data, .destaque-bg-en p.data {
    font-size: 14px;
    margin: 20px 0; }
  .destaque-bg .ver-todos, .destaque-bg-en .ver-todos {
    float: right;
    margin: 49px 0; }

.dstq-txt li {
  height: 245px; }

.bg-txt h3 {
  color: #fff; }
.bg-txt .center-940 {
  padding-bottom: 40px; }

footer {
  background: #1a285f;
  overflow: hidden;
  clear: both; }
  footer .center-940 {
    border-bottom: 0; }
  footer .col {
    float: left;
    width: 200px; }
    footer .col + .col {
      margin-left: 40px; }
    footer .col ul {
      margin-bottom: 35px; }
  footer h5 {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-family: 'Dosis';
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: normal; }
  footer a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Dosis';
    font-size: 14px; }
    footer a:hover {
      color: #b5653c; }
  footer .btn-mais {
    float: right; }
    footer .btn-mais:hover {
      border-color: #b5653c;
      cursor: pointer;
      background-position: 10px -47px;
      color: #b5653c; }
  footer form input {
    border: 0;
    font-size: 14px;
    margin-top: 7px; }
  footer form input[type="text"], footer form input[type="email"] {
    width: 100%;
    padding: 7px; }

.logo-footer {
  width: 89px;
  height: auto;
  margin: 25px 0; }
  .social-footer {
    float: right;
    margin: 50px 15px 0 0; }
    .social-footer li {
      float: left; }
      .social-footer li + li {
        margin-left: 8px; }
    .social-footer a {
      width: 30px;
      height: 30px;
      display: block;
      background: url(../css/images/spt-social.png) no-repeat; }
    .social-footer .social-m a {
      background-position: 8px 5px; }
      .social-footer .social-m a:hover {
        background-position: 8px -27px; }
    .social-footer .social-i a {
      background-position: -44px 5px; }
      .social-footer .social-i a:hover {
        background-position: -44px -27px; }    
    .social-footer .social-l a {
      background-position: -90px 5px; }
      .social-footer .social-l a:hover {
        background-position: -90px -27px; }
    .social-footer .social-f a {
      background-position: -126px 5px; }
      .social-footer .social-f a:hover {
        background-position: -126px -27px; }    
    .social-footer .social-t a {
      background-position: -172px 5px; }
      .social-footer .social-t a:hover {
        background-position: -172px -27px; }
    .social-footer .social-y a {
      background-position: -210px 5px; }
      .social-footer .social-y a:hover {
        background-position: -210px -27px; }
    .social-footer .social-b a {
      background-position: -267px 5px; }
      .social-footer .social-b a:hover {
        background-position: -267px -27px; }    
    .social-footer .blog a {
      background: none;
      margin-top: 7px; }
      .social-footer .blog a:hover {
        background: none; }

    


::-webkit-input-placeholder {
  color: #1a285f;
  font-size: 14px;
  font-family: 'Dosis';
  text-transform: uppercase; }

:-moz-placeholder {
  color: #1a285f;
  font-size: 14px;
  font-family: 'Dosis';
  text-transform: uppercase; }

::-moz-placeholder {
  color: #1a285f;
  font-size: 14px;
  font-family: 'Dosis';
  text-transform: uppercase; }

:-ms-input-placeholder {
  color: #1a285f;
  font-size: 14px;
  font-family: 'Dosis';
  text-transform: uppercase; }

.copyright {
  clear: both;
  border-top: 1px solid #fff;
  padding: 13px 0;
  overflow: hidden; }
  .copyright p {
    float: left;
    font-size: 15px;
    color: #fff;
    font-family: 'Dosis';
    text-transform: uppercase; }
  .copyright a {
    float: right; }

.db-responsivo {
  display: none !important; }

.btn-next-mobile, .btn-next-mobile2 {
  display: none; }

.bt-mobile {
  display: none; }

.ipt-submit {
  background: url(../css/images/icon-search.png) no-repeat;
  width: 23px;
  height: 23px;
  border: 0; }

.social input.ipt-txt {
  background: none;
  width: 250px;
  border: 0;
  border-bottom: 1px solid #fff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  color: #fff; }

.m-search {
  display: none; }

.interna {
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 10px;
  background-size: cover; }
  .interna span.header {
    margin: 35px 0 0 0;
    max-width: 620px; }
  .interna h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    line-height: 45px;
    margin: 5px 0;
    max-width: 620px; }
  .interna p {
    font-size: 16px;
    color: #fff;
    max-width: 620px; }

.center {
  max-width: 940px;
  margin: 0 auto; }

article {
  width: 362px;
  float: left; }

.noticia {
  padding-top: 50px;
  padding-bottom: 20px;
  width: 620px;
  float: left; }
  .noticia time {
    font-size: 14px;
    color: #b5653c; }
  .noticia .local {
    font-size: 14px;
    color: #3d3d3d; }
  .noticia h3 {
    margin: 25px 0;
    font-size: 20px;
    font-weight: 700;
    color: #3d3d3d; }
  .noticia p {
    font-size: 17px;
    color: #3d3d3d;
    margin-bottom: 15px; }
  .noticia a {
    font-size: 17px;
    color: #b5653c;
    margin-bottom: 15px; }
    .noticia a:hover {
      text-decoration: underline; }
  .noticia blockquote {
    font-size: 30px;
    font-weight: 900;
    color: #1a285f;
    float: left;
    width: 235px;
    line-height: 30px;
    margin: 15px 15px 15px 0; }
    .noticia blockquote p {
      font-size: 30px;
      font-weight: 900;
      color: #1a285f;
      float: left;
      width: 235px;
      line-height: 30px;
      margin: 15px 15px 15px 0; }
  .noticia small {
    margin-top: -17px;
    line-height: 14px;
    display: block;
    font-size: 12px; }
  .noticia figure {
    margin: 15px 0; }
    .noticia figure img {
      width: 100%; }
  .noticia .videos-site iframe {
    width: 100%;
    height: 100%;
    margin-top: 15px; }

.no-sidebar {
  width: 940px; }

.mais-notas {
  clear: both;
  margin-bottom: 30px; }
  .mais-notas h4 {
    font-size: 30px;
    color: #1a285f;
    font-weight: 600;
    margin-top: 40px; }
  .mais-notas .lista-noticias {
    max-width: none;
    width: calc(100% + 20px);
    margin: 15px 0 0 -20px; }
  .mais-notas .social {
    border-top: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
    overflow: hidden; }
    .mais-notas .social li {
      float: left;
      margin: 14px 10px; }

aside {
  width: 300px;
  float: left;
  margin-left: 20px;
  background: #e8e9ef;
  padding: 30px;
  margin-top: 50px;
  margin-bottom: 20px; }
  aside h3 {
    word-wrap: no-wrap;
    width: 230px; }
  aside span {
    font-size: 16px;
    color: #b5653c !important;
    font-weight: 600; }
  aside h3 {
    font-size: 24px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 24px;
    margin-bottom: 5px; }
  aside ul.list-btns {
    border-bottom: 1px solid #929396;
    padding-bottom: 25px;
    margin-bottom: 25px; }
    aside ul.list-btns li {
      border: 1px solid #3d3d3d;
      overflow: hidden;
      margin-top: 20px;
      position: relative;
      height: 60px; }
      aside ul.list-btns li a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: background .2s; }
        aside ul.list-btns li a:hover {
          transition: background .2s;
          background: #fff0e9; }
        aside ul.list-btns li a:focus {
          background: #fff0e9;
          box-shadow: inset 0 3px 0 #f0e2db; }
      aside ul.list-btns li img {
        float: left;
        margin: 10px 15px; }
      aside ul.list-btns li p {
        float: left;
        font-family: 'Dosis';
        font-size: 14px;
        color: #3d3d3d;
        text-transform: uppercase;
        margin: 20px 0 0 0; }
  aside .lista-noticias {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px; }
    aside .lista-noticias li {
      margin-left: 0;
      margin-bottom: 30px;
      width: 100%; }
      aside .lista-noticias li + li {
        border-top: 1px solid #929396;
        padding-top: 15px; }
      aside .lista-noticias li:hover h3 {
        color: #1a285f; }
      aside .lista-noticias li:hover .btn-mais {
        border-color: #1a285f;
        color: #1a285f;
        background-position: 10px -78px; }
    aside .lista-noticias span {
      padding-bottom: 8px;
      display: block; }
    aside .lista-noticias .mask-img {
      width: 240px;
      height: 160px;
      margin-bottom: 15px; }
      aside .lista-noticias .mask-img img {
        min-height: 140px; }
    aside .lista-noticias h3 {
      margin: 0; }

.slider-int {
  position: relative;
  display: block;
  background-position: center center !important; }
  .slider-int .int-header {
    height: 240px;
    overflow: hidden; }
  .slider-int * {
    cursor: default; }

.lista-interna {
  max-width: none;
  width: calc(100% + 20px);
  margin-left: -20px;
  margin-top: 25px; }

.destaque-5 h4 {
  font-size: 30px;
  float: left;
  color: #1a285f; }

.destaque-5 .lista-nota-bloco {
  float: left;
  max-width: 620px; }

.destaque-5 .lista-nota-bloco h4 {
  float: none; }

.grid-view {
  float: right;
  margin: 5px 0 0; }
  .grid-view a {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../css/images/bt-grid.png);
    float: left; }
  .grid-view .lista {
    background-position: 0 0; }
  .grid-view .lista.ativo {
    background-position: 0 -29px; }
  .grid-view .box {
    background-position: -40px 0;
    margin-left: 15px; }
  .grid-view .box.ativo {
    background-position: -40px -29px; }

.lista-interna.lista-v2 {
  margin-top: 5px;
  width: 100%;
  margin-left: 0; }
  .lista-interna.lista-v2 li {
    max-width: none;
    width: 100%;
    float: none;
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0;
    margin: 0 0 20px 0; }
    .lista-interna.lista-v2 li + li {
      border-top: 1px solid #9e9e9e; }
    .lista-interna.lista-v2 li .mask-img {
      float: left;
      margin-right: 20px; }
    .lista-interna.lista-v2 li:hover h3 {
      color: #1a285f; }
    .lista-interna.lista-v2 li:hover .btn-mais {
      border-color: #1a285f;
      color: #1a285f;
      background-position: 10px -78px; }

.mais-notas .btn-padrao {
  float: right; }

.slider-int {
  position: relative;
  display: block; }
  .slider-int .header-busca {
    height: 280px;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center; }
    .slider-int .header-busca h2 {
      font-size: 36px;
      color: #fff;
      margin-top: -3px; }
  .slider-int .header-menu-hotsite {
    background: rgba(20, 88, 99, 0.9);
    overflow: hidden; }
  .slider-int .header-menu-hotsite.min {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
    background-size: cover; }
    .slider-int .header-menu-hotsite.min h3 {
      font-size: 16px;
      transition: all .05s; }
  .slider-int .header-hotsite {
    height: 700px;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    background-size: cover; }
    .slider-int .header-hotsite h3 {
      font-size: 40px;
      color: #fff;
      margin-top: -3px;
      border-bottom: 1px solid #fff;
      padding: 12px 0;
      margin-bottom: 8px; }
    .slider-int .header-hotsite .center {
      margin-top: 0; }
    .slider-int .header-hotsite ul li {
      float: left;
      margin: 0 25px 10px 0; }
      .slider-int .header-hotsite ul li a {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Dosis', sans-serif;
        cursor: pointer; }
    .slider-int .header-hotsite .box-content {
      background: rgba(26, 40, 95, 0.9);
      width: 300px;
      padding: 15px;
      margin: 20px 0;
      overflow: hidden; }
      .slider-int .header-hotsite .box-content p {
        font-size: 16px;
        color: #fff;
        width: 260px;
        display: block;
        padding-bottom: 20px;
        margin: 0; }
    .slider-int .header-hotsite .box-content.close .click-ap {
      background-position: 15px -28px; }
  .slider-int .click-ap {
    cursor: pointer;
    display: block;
    position: relative;
    top: -15px;
    left: -15px;
    padding: 15px 15px 0 15px;
    min-width: 50px;
    min-height: 50px;
    background: url(../css/images/btn-back.png) no-repeat 15px 20px; }
  .slider-int .header-menu-hotsite {
    background: rgba(20, 88, 99, 0.9);
    overflow: hidden; }
  .slider-int .header-blog {
    height: 90px;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    margin-bottom: 50px; }
    .slider-int .header-blog h3 {
      font-size: 40px;
      color: #fff;
      font-weight: 400;
      padding: 12px 0;
      margin-bottom: 8px; }
    .slider-int .header-blog .center {
      margin-top: 0; }
    .slider-int .header-blog ul li {
      float: left;
      margin: 0 25px 10px 0; }
      .slider-int .header-blog ul li a {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        font-family: 'Dosis', sans-serif; }
    .slider-int .header-blog .box-content {
      background: rgba(26, 40, 95, 0.9);
      width: 300px;
      height: 430px;
      padding: 15px;
      margin: 20px 0; }
      .slider-int .header-blog .box-content p {
        font-size: 16px;
        color: #fff; }
  .slider-int .header-contato, .slider-int .header-credenciamento {
    height: 280px;
    overflow: hidden;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center; }
    .slider-int .header-contato h2, .slider-int .header-credenciamento h2 {
      font-size: 36px;
      color: #fff;
      margin-top: -3px; }
    .slider-int .header-contato .center, .slider-int .header-credenciamento .center {
      margin-top: 130px; }

article.blog {
  width: 100%; }
  article.blog .btn-mais-conteudo {
    width: 210px;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    margin: 55px auto;
    background: #b5653c;
    display: block;
    font-family: 'Dosis', sans-serif; }

article.contato {
  padding-top: 50px; }

.txt-titulo {
  float: left;
  width: 280px;
  margin-right: 20px; }

.hotsite {
  width: 100%; }
  .hotsite ul.lista-notas > li {
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 35px; }

.modal-hotsite {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle; }
  .modal-hotsite img {
    display: table-cell;
    vertical-align: middle; }

.box-fotos {
  float: right;
  width: 600px;
  height: 645px; }
  .box-fotos .num-slides {
    text-align: right;
    width: 100%;
    padding: 10px;
    color: #b5653c;
    background: #e8e9ef; }
    .box-fotos .num-slides span {
      font-weight: bold; }

.pg-termo {
  padding-bottom: 85px; }

.slick-hotsite {
  position: relative;
  height: 600px; }
  .slick-hotsite .slick-slide {
    height: 600px; }
  .slick-hotsite .slick-arrow {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    width: 30px;
    position: absolute;
    border: 0;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 3;
    background: rgba(26, 40, 95, 0.9);
    cursor: pointer; }
  .slick-hotsite .slick-next {
    background: url(../css/images/bt-prev-hotsite.png) no-repeat;
    width: 30px;
    height: 60px;
    text-indent: -75px;
    overflow: hidden;
    right: 1px; }
  .slick-hotsite .slick-prev {
    background: url(../css/images/bt-voltar-hotsite.png) no-repeat;
    width: 30px;
    height: 60px;
    text-indent: -75px;
    overflow: hidden; }
  .slick-hotsite a {
    display: block;
    float: left;
    width: 33.3%;
    height: 33.3%;
    overflow: hidden;
    background: #000;
    position: relative; }
  .slick-hotsite img {
    height: 100%;
    width: auto;
    max-width: none; }
  .slick-hotsite .fb-iframe:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../css/images/bg-player.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0; }

.lista-notas {
  width: 100%; }
  .lista-notas li {
    overflow: hidden;
    margin-bottom: 70px; }
  .lista-notas h3 {
    font-size: 36px;
    color: #1a285f;
    width: 100%;
    margin-bottom: 18px;
    font-weight: 400; }
  .lista-notas p {
    float: left;
    width: 303px;
    color: #3d3d3d;
    font-size: 15px; }

.info-foto {
  float: right;
  width: 620px; }
  .info-foto img {
    width: 100%;
    height: auto; }
  .info-foto p {
    font-size: 18px;
    color: #3d3d3d;
    margin-top: 10px; }
  .info-foto .btn-mais {
    display: block;
    border-color: #b5653c;
    color: #b5653c;
    background-position: 10px -48px;
    margin: 30px 0; }

.lista-notas-blog > li {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #b5653c;
  margin-bottom: 50px;
  padding-bottom: 35px; }
.lista-notas-blog blockquote {
  font-size: 30px;
  font-weight: 900;
  color: #1a285f;
  float: left;
  width: 235px;
  line-height: 30px;
  margin: 15px 15px 15px 0; }
  .lista-notas-blog blockquote p {
    font-size: 30px;
    font-weight: 900;
    color: #1a285f;
    float: left;
    width: 235px;
    line-height: 30px;
    margin: 15px 15px 15px 0; }
.lista-notas-blog small {
  margin-top: -17px;
  line-height: 14px;
  display: block;
  font-size: 12px; }
.lista-notas-blog time {
  font-size: 18px;
  color: #b5653c;
  margin-bottom: 8px; }
.lista-notas-blog h3 {
  font-size: 40px;
  color: #1a285f;
  font-weight: 400;
  line-height: 40px;
  margin: 10px 0; }
.lista-notas-blog .social {
  border-top: 1px solid #9e9e9e;
  margin-top: 25px;
  padding-top: 15px; }
  .lista-notas-blog .social li {
    float: left;
    margin-right: 20px;
    clear: none; }

.outros-posts {
  clear: both;
  width: 100%;
  font-size: 36px;
  font-family: 'Source Sans Pro';
  color: #b5653c;
  line-height: 36px;
  padding-top: 30px; }

.lista-busca {
  max-width: 620px;
  float: left; }
  .lista-busca li {
    padding: 25px 0; }
    .lista-busca li span {
      font-size: 15px;
      color: #3d3d3d;
      font-weight: bold; }
    .lista-busca li h3 {
      font-size: 20px;
      color: #b5653c;
      font-weight: bold; }
    .lista-busca li p {
      font-size: 15px;
      color: #3d3d3d;
      margin: 5px 0; }
    .lista-busca li time {
      font-size: 13px;
      font-weight: bold;
      color: #3d3d3d; }
    .lista-busca li + li {
      border-top: 1px solid #9e9e9e; }

.busca h4 {
  font-size: 30px;
  font-weight: 600;
  color: #3d3d3d;
  line-height: 25px;
  padding-bottom: 22px;
  margin-bottom: 10px; }
  .busca h4 span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    clear: both;
    color: #3d3d3d !important; }
.busca ul li {
  clear: both;
  padding: 8px 0;
  overflow: hidden; }
  .busca ul li p {
    float: left;
    color: #000000; }
    .busca ul li p + p {
      float: right; }

aside.busca .filtro-disponivel {
  border-top: 1px solid #9e9e9e;
  margin-top: 10px;
  display: block; }
  aside.busca .filtro-disponivel span {
    display: none; }

.box-busca-mobile aside.busca {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: 100%;
  z-index: 11;
  margin: 0; }
  .box-busca-mobile aside.busca .filtro-debate {
    border-top: 1px solid #9e9e9e;
    overflow: hidden; }
  .box-busca-mobile aside.busca .filtro-disponivel {
    display: block; }
  .box-busca-mobile aside.busca a {
    color: #3d3d3d; }

.btn-padrao {
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  color: #fff;
  clear: both;
  display: block;
  background: #b5653c;
  padding: 9px 14px;
  float: left;
  margin: 15px 0 35px 0; }

.bt-filtro {
  display: none; }

.filtro-debate li {
  clear: both;
  overflow: hidden; }
.filtro-debate p {
  float: left; }
.filtro-debate p + p {
  display: none; }
.filtro-debate span {
  float: right;
  font-size: 14px;
  color: #3d3d3d !important;
  display: block; }

.bg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 3; }

.content-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5; }
  .content-modal h4 {
    font-size: 17px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px; }
  .content-modal .slider-for {
    width: 100%;
    height: 527px; }
    .content-modal .slider-for .slick-slide {
      height: 527px; }

.modal-audio {
  width: 620px;
  margin-left: -310px;
  margin-top: -80px; }

.modal-video {
  width: 860px;
  height: 630px;
  margin-top: -310px;
  margin-left: -430px; }
  .modal-video iframe {
    width: 100% !important;
    height: 465px !important; }
  .modal-video .slider-for {
    height: 487px; }

.modal-video-traducao {
  width: 860px;
  height: 630px;
  margin-top: -310px;
  margin-left: -430px; }
  .modal-video-traducao iframe {
    width: 100% !important;
    height: 465px !important; }
  .modal-video-traducao .slider-for {
    height: 487px; }

.modal-foto {
  width: 790px;
  height: 630px;
  margin-top: -333px;
  margin-left: -395px; }

.modal-conteudo {
  width: 516px;
  height: 607px;
  position: fixed;
  margin-left: -258px;
  margin-top: -305px;
  overflow: hidden;
  top: 50%;
  background: #e8e9ef;
  left: 50%;
  padding: 28px 28px 0 28px;
  z-index: 9; }
  .modal-conteudo h2 {
    color: #b5653c;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 21px; }
  .modal-conteudo .lista-downloads {
    margin-bottom: 47px; }
    .modal-conteudo .lista-downloads a {
      position: absolute;
      left: -28px;
      width: calc(100% + 56px);
      padding: 19px 28px;
      height: 100%;
      transition: background .2s; }
      .modal-conteudo .lista-downloads a:hover {
        background: #fff0e9;
        transition: background .2s; }
      .modal-conteudo .lista-downloads a:focus {
        background: #fff0e9;
        box-shadow: inset 0 3px 0 #f0e2db; }
    .modal-conteudo .lista-downloads li {
      position: relative;
      width: 100%;
      height: 78px;
      border-bottom: 1px solid #c2c2c2; }
    .modal-conteudo .lista-downloads p {
      font-size: 14px;
      color: #3d3d3d;
      font-family: 'Dosis', sans-serif;
      margin: 10px 24px;
      float: left;
      width: calc(100% - 80px);
      text-transform: uppercase; }
    .modal-conteudo .lista-downloads span {
      background: url(../css/images/bt-documento.png) no-repeat;
      width: 32px;
      height: 38px;
      display: block;
      font-size: 9px;
      font-family: 'Droid Sans';
      font-weight: bold;
      color: #414141;
      float: left;
      text-transform: uppercase;
      text-align: center;
      padding: 6px 2px; }
  .modal-conteudo .lista-links {
    margin-top: 15px; }
    .modal-conteudo .lista-links li {
      overflow: hidden;
      margin-bottom: 8px; }
    .modal-conteudo .lista-links a {
      background: url(../css/images/bg-link.png) 0 50% no-repeat;
      padding: 5px 15px 5px 25px;
      color: #b5653c;
      font-family: 'Dosis', sans-serif;
      font-size: 15px; }

.modal-foto-hotsite {
  width: 790px;
  height: 630px;
  margin-top: -333px;
  margin-left: -395px; }

.fotos-site {
  position: relative; }

.videos-site {
  position: relative; }

.slider-nav {
  background: #e8e9ef;
  padding: 10px 25px; }
  .slider-nav .slick-slide {
    width: 100px;
    height: 60px;
    cursor: pointer;
    margin-right: 10px; }
  .slider-nav img {
    height: auto !important; }

.arrows-nav {
  width: 100%;
  position: relative; }
  .arrows-nav div {
    cursor: pointer;
    position: absolute;
    top: -64px;
    padding: 8px; }
  .arrows-nav .next-btn {
    right: 0; }

.next-btn-for {
  background: #1a285f url(../css/images/seta-mobile.png) no-repeat center;
  width: 30px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 260px;
  z-index: 8;
  cursor: pointer; }

.prev-btn-for {
  background: #1a285f url(../css/images/seta-mobile2.png) no-repeat center;
  width: 30px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 8;
  cursor: pointer; }

.slider-nav .slick-current {
  overflow: hidden; }
  .slider-nav .slick-current img {
    border: 3px solid #1a285f; }

.slider-for .legenda {
  background: rgba(26, 40, 95, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%; }
  .slider-for .legenda .cont {
    font-size: 24px;
    color: #b5653c;
    font-family: 'Source Sans Pro';
    font-weight: 700;
    float: left;
    padding: 12px; }
  .slider-for .legenda h5 {
    font-size: 14px;
    color: #fff;
    float: left;
    padding: 19px 0;
    width: calc(80% - 100px); }
  .slider-for .legenda span {
    display: block;
    float: right;
    width: 130px;
    font-size: 14px;
    color: #b5653c;
    width: 20%;
    margin: 18px 0;
    text-align: right;
    padding-right: 10px; }

.download {
  float: left; }

aside.busca {
  float: right; }

.bt-padrao {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #b5653c;
  padding: 10px 20px;
  display: block;
  float: left;
  margin: 20px 0 40px 0;
  font-family: 'Dosis', sans-serif; }

.mais-notas .bt-padrao {
  float: right; }

.patrocinio {
  border-top: 2px solid #b5653c;
  padding: 10px 15px;
  height: 140px;
  position: relative;
  overflow: hidden; }
  .patrocinio div {
    float: left;
    max-width: 590px; }
  .patrocinio div + div {
    max-width: 315px; }
  .patrocinio img {
    float: left;
    margin: 3px 9px; }
  .patrocinio span {
    display: block;
    float: left;
    margin-bottom: 100%; }

.patrocinio.top {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -470px;
  background: #fff;
  width: 100%;
  z-index: 3; }

.patrocinio.top ~ .center {
  padding-top: 140px; }

aside.contato {
  float: right;
  margin: 50px 0 20px 0;
  height: 550px; }
  aside.contato h3.title-line {
    width: 240px;
    border-top: 1px solid #929396;
    margin-top: 15px;
    padding-top: 15px; }
  aside.contato p {
    font-size: 17px;
    color: #3d3d3d;
    margin: 10px 0; }
    aside.contato p b {
      font-weight: bold;
      margin-bottom: -10px;
      display: block; }

article.contato, article.credenciamento {
  width: 600px;
  overflow: hidden;
  margin-left: 20px; }
  article.contato label, article.credenciamento label {
    font-size: 16px;
    color: #3d3d3d;
    display: block;
    margin-bottom: 3px; }
  article.contato input, article.credenciamento input {
    border: 1px solid #9e9e9e;
    font-size: 16px;
    width: 300px;
    box-sizing: border-box;
    padding: 7px 10px;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 15px; }
  article.contato input[type="text"]:focus, article.credenciamento input[type="text"]:focus {
    border: 1px solid #32acee; }
  article.contato .ipt-erro, article.credenciamento .ipt-erro {
    border: 1px solid #ff0000; }
  article.contato textarea, article.credenciamento textarea {
    width: 600px;
    border: 1px solid #9e9e9e;
    font-size: 16px;
    padding: 7px 10px; }
  article.contato .checkbox, article.credenciamento .checkbox {
    float: left;
    margin-top: 10px; }
    article.contato .checkbox input, article.credenciamento .checkbox input {
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: block;
      border: 1px solid #d3d3d3;
      width: 20px;
      height: 20px;
      margin: 10px 10px 0 0;
      float: left;
      cursor: pointer; }
    article.contato .checkbox label, article.credenciamento .checkbox label {
      float: left;
      margin: 10px 0 0 0; }
    article.contato .checkbox input:checked, article.credenciamento .checkbox input:checked {
      background: url(../css/images/icon-check.png) no-repeat center; }
  article.contato input[type="submit"], article.credenciamento input[type="submit"] {
    border: 2px solid #3d3d3d;
    width: 100px;
    font-size: 14px;
    padding-left: 23px;
    background: #fff;
    float: right;
    cursor: pointer;
    margin-top: 15px;
    background: url(../css/images/arrow-submit.png) 13px center no-repeat; }

.localizacao {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #9e9e9e;
  margin-top: 45px;
  padding: 30px 0; }
  .localizacao h3 {
    font-size: 24px;
    color: #3d3d3d;
    font-weight: 500;
    margin-bottom: 10px; }
  .localizacao p {
    font-size: 14px;
    color: #3d3d3d; }

#map {
  clear: both;
  width: 940px;
  height: 360px;
  overflow: hidden;
  margin: 30px 0 40px; }

.contato h3 {
  font-weight: bold;
  font-size: 20px;
  color: #3d3d3d; }
.contato p {
  font-size: 15px;
  color: #3d3d3d; }

aside.seminarios p {
  margin: 0; }

.phone .ipt-tel-1 {
  width: 80px !important;
  float: left;
  margin-right: 8px; }
.phone .ipt-tel-2 {
  width: 210px !important; }

.ipt-submit-cred {
  float: left !important;
  clear: both; }

article.credenciamento {
  width: 600px; }
  article.credenciamento input {
    display: block; }
  article.credenciamento form {
    width: 100%;
    border-top: 1px solid #9e9e9e;
    margin-top: 25px;
    padding-top: 25px; }

.pg-cred {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .pg-cred h3 {
    font-weight: bold;
    font-size: 24px;
    color: #3d3d3d;
    margin-bottom: 20px; }
  .pg-cred aside.cred {
    position: absolute;
    height: 100%;
    right: 0; }

.pg-exposicao {
  padding-bottom: 50px;
  overflow: hidden;
  padding-left: 20px; }
  .pg-exposicao article {
    width: 100%; }
  .pg-exposicao p {
    font-size: 15px;
    color: #3d3d3d; }
  .pg-exposicao label {
    font-size: 16px;
    color: #3d3d3d;
    display: block;
    margin-bottom: 3px; }
  .pg-exposicao input {
    border: 1px solid #9e9e9e;
    font-size: 16px;
    width: 300px;
    box-sizing: border-box;
    padding: 7px 10px;
    font-family: 'Dosis', sans-serif;
    margin-bottom: 15px; }
  .pg-exposicao .dados-castrais {
    overflow: hidden;
    margin-top: 30px;
    padding-top: 30px; }
    .pg-exposicao .dados-castrais .txt {
      float: left; }
      .pg-exposicao .dados-castrais .txt h3 {
        margin-bottom: 0;
        font-size: 24px;
        color: #3d3d3d; }
    .pg-exposicao .dados-castrais .campos {
      float: right;
      width: 620px; }
    .pg-exposicao .dados-castrais .inputs:nth-child(odd) {
      float: left;
      width: 300px; }
    .pg-exposicao .dados-castrais .inputs:nth-child(odd) {
      margin-right: 20px; }
    .pg-exposicao .dados-castrais select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      background: #fff url(../css/images/bg-select-cinza.png) 98% center no-repeat;
      border: 1px solid #9e9e9e;
      font-size: 16px;
      width: 300px;
      box-sizing: border-box;
      padding: 7px 10px;
      font-family: 'Dosis', sans-serif;
      margin-bottom: 15px; }
    .pg-exposicao .dados-castrais + .dados-castrais {
      border-top: 1px solid #9e9e9e; }
    .pg-exposicao .dados-castrais label {
      margin-bottom: 6px; }
    .pg-exposicao .dados-castrais input[type="submit"] {
      border: 2px solid #3d3d3d;
      width: 100px;
      font-size: 14px;
      padding-left: 23px;
      background: #fff;
      float: right;
      cursor: pointer;
      margin-top: 15px;
      background: url(../css/images/arrow-submit.png) 13px center no-repeat;
      clear: both; }
    .pg-exposicao .dados-castrais input[type="text"]:focus {
      border: 1px solid #32acee; }
    .pg-exposicao .dados-castrais input.ipt-erro {
      border: 1px solid #ff0000; }
  .pg-exposicao .inputs-nascimento input {
    width: 50px !important;
    margin-right: 5px; }
  .pg-exposicao .inputs-nascimento input:last-child {
    width: 70px; }
  .pg-exposicao .campos-check input {
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    margin: 10px 10px 0 0;
    float: left;
    cursor: pointer; }
  .pg-exposicao .campos-check input:checked {
    background: url(../css/images/icon-check.png) no-repeat center; }
  .pg-exposicao .campos-check label {
    padding: 9px 0; }
  .pg-exposicao .campos-check input[type="submit"] {
    height: auto; }

.fotos-divulgacao {
  width: 100%; }
  .fotos-divulgacao h2 {
    font-size: 18px; }
  .fotos-divulgacao figure {
    margin-bottom: 0; }
  .fotos-divulgacao figcaption {
    font-size: 12px;
    margin-bottom: 5px; }
  .fotos-divulgacao .item {
    width: 32%;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%; }
    .fotos-divulgacao .item p {
      margin: 8px 0; }
    .fotos-divulgacao .item img {
      height: auto; }

.wrap-txt-hotsite {
  max-width: 303px;
  float: left; }

.wrap-txt-hotsite-full {
  max-width: 100%; }
  .wrap-txt-hotsite-full p {
    width: 100%; }

.jp-details select option {
  color: #000; }

.slider-en {
  height: 460px;
  margin-bottom: 0; }
  .slider-en .slick-slide {
    height: 460px; }
  .slider-en a {
    display: block;
    clear: both; }
  .slider-en .center:hover h1 {
    color: #fff; }
  .slider-en .center:hover .btn-mais {
    background-position: 10px 13px;
    border-color: #fff;
    color: #fff; }
  .slider-en .center:hover .btn-mais:hover {
    color: #b5653c;
    border-color: #b5653c;
    transition: border .2s;
    background-position: 10px -47px; }

.lista-en {
  float: left;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
  margin-bottom: 45px; }
  .lista-en p {
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }

.destaque-en-fundo {
  background: #b5653c; }
  .destaque-en-fundo .center-940 {
    padding: 40px 0; }
  .destaque-en-fundo span.header {
    font-size: 24px;
    color: #1a285f; }
  .destaque-en-fundo h3 {
    font-size: 45px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    line-height: 45px;
    font-weight: normal;
    margin-bottom: 30px; }

.destaque-en-fundo-b {
  background: #fff; }
  .destaque-en-fundo-b span.header {
    color: #1a285f; }
  .destaque-en-fundo-b h3 {
    color: #b5653c; }

.destaque-en-fundo li {
  width: 300px;
  height: 310px;
  float: left;
  position: relative; }
  .destaque-en-fundo li .txt {
    position: absolute;
    bottom: 22px;
    margin-right: 20px;
    left: 20px; }
  .destaque-en-fundo li h4 {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 25px; }
  .destaque-en-fundo li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px; }
  .destaque-en-fundo li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: url(../css/images/bg-noticia.png) repeat-x 50% 100%; }
  .destaque-en-fundo li + li {
    margin-left: 20px; }

.border-home {
  border-bottom: 2px solid #b5653c; }

.destaque-bg-en h3 {
  min-height: 240px; }
.destaque-bg-en li {
  vertical-align: bottom !important; }

.item-mobile {
  display: none; }

/*fim desktop*/
@media (max-height: 700px) {
  .modal-conteudo {
    height: 90%;
    margin-top: 0;
    top: 5%; } }
@media (min-width: 1000px) {
  .m-search {
    display: none !important; } }
@media (max-width: 1000px) {
  .btns-slider-for {
    display: none !important; }

  .btn-mais {
    display: none !important; }

  .cont {
    font-size: 12px !important;
    width: 100% !important;
    text-align: center !important;
    padding: 5px !important; }

  .legenda h5 {
    display: none !important; }

  .legenda span {
    display: none !important; }

  .slider-for .slick-slide img {
    height: auto !important;
    min-height: 0 !important; }

  .center video, .center iframe {
    max-width: 100%; }
  .center img {
    max-width: 100%;
    height: auto !important; }

  .content-modal .slider-for {
    height: auto !important; }

  header nav li.item-right .sub-item {
    right: auto; }

  .lista-mobile {
    float: left; }
    .lista-mobile .item-mobile {
      padding: 0; }
      .lista-mobile .item-mobile ul.social {
        margin-top: 10px; }
      .lista-mobile .item-mobile li {
        padding: 0 11px; }

  header ul.social li + li {
    margin-left: -5px; }

  header ul.social {
    width: 100%;
    display: none; }
    header ul.social li {
      clear: none; }

  .item-mobile {
    display: block; }
    .item-mobile ul.social {
      display: block; }
      .item-mobile ul.social .social-f a {
        background-position: 10px 5px; }
        .item-mobile ul.social .social-f a:hover {
          background-position: 10px 5px; }
      .item-mobile ul.social .social-t a {
        background-position: -29px 5px; }
        .item-mobile ul.social .social-t a:hover {
          background-position: -29px 5px; }
      .item-mobile ul.social .social-y a {
        background-position: -68px 5px; }
        .item-mobile ul.social .social-y a:hover {
          background-position: -68px 5px; }

  .destaque-bg-en .center-940 {
    border: 0; }

  .destaque-bg-en h3 {
    min-height: auto; }

  .destaque-en-fundo .slick-slider {
    width: calc(100% - 20px); }
    .destaque-en-fundo .slick-slider li {
      margin-left: 0 !important; }

  .destaque-bg-en .lista-en {
    text-align: left; }
    .destaque-bg-en .lista-en li {
      max-width: 100%; }
      .destaque-bg-en .lista-en li + li {
        margin-left: 0;
        margin-top: 25px;
        padding-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }

  .destaque-en {
    position: relative;
    width: 100%; }
    .destaque-en .slick-prev {
      display: none !important; }
    .destaque-en .slick-next {
      display: block;
      top: 50%;
      margin-top: -20px; }

  .destaque-en-fundo .center-940 {
    overflow: visible !important;
    padding: 20px 0; }
  .destaque-en-fundo li {
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    background-size: cover !important; }

  .slider-en {
    height: auto; }
    .slider-en .slick-slide {
      height: auto !important;
      padding-bottom: 26px; }
    .slider-en p br {
      display: none; }

  .destaque-en-fundo span.header {
    font-size: 20px; }

  .destaque-en-fundo h3 {
    font-size: 30px;
    line-height: 30px; }

  .wrap-txt-hotsite {
    max-width: 100%; }

  .slider-int .header-blog {
    padding-top: 0;
    height: 80px; }

  .lista-notas-blog {
    margin-top: 30px;
    width: 90%;
    margin: 30px auto 0 auto; }

  .txt-titulo .social {
    padding-bottom: 20px;
    overflow: hidden; }

  .txt-titulo, .info-foto {
    width: 100%;
    clear: both; }

  .txt-titulo h3 br {
    display: none; }

  .lista-notas {
    width: 90%;
    margin: 0 auto; }
    .lista-notas p {
      width: 100%; }
    .lista-notas .box-fotos {
      width: 100%;
      margin-top: 25px; }

  .slick-hotsite .fb-iframe:after {
    -webkit-background-size: 50px;
    background-size: 50px; }

  .slick-hotsite, .slick-hotsite .slick-slide, .box-fotos {
    height: 500px;
    width: 500px;
    margin: 0 auto; }

  .slick-hotsite .slick-next {
    left: auto; }

  .slider-int .header-hotsite {
    padding-top: 0;
    height: 600px; }
    .slider-int .header-hotsite h3 {
      font-size: 31px; }

  .prev-btn-for, .next-btn-for {
    top: 25%; }

  .slider-for {
    width: 100%;
    height: auto; }

  .slider-for .slick-slide img {
    max-height: 181px; }

  .slider-for .slick-slide {
    height: auto !important;
    position: relative; }
    .slider-for .slick-slide img {
      width: 100%;
      height: auto;
      width: auto;
      min-height: auto;
      min-width: auto; }

  .slider-nav .slick-slide {
    height: auto; }

  .patrocinio {
    display: none; }

  aside.busca .filtro-disponivel {
    display: none; }

  .slider-int .header-busca, .slider-int .header-contato, .slider-int .header-credenciamento {
    height: auto; }

  .slider-int .header-contato .center, .slider-int .header-credenciamento .center {
    margin-top: 20px; }

  aside.contato {
    clear: both;
    margin: 20px auto;
    float: none;
    height: auto; }

  article.credenciamento {
    margin: 0 auto;
    width: 90%;
    float: none; }

  .pg-cred aside.cred {
    position: static; }

  article.contato {
    width: 90%;
    margin: 20px auto;
    float: none; }
    article.contato input, article.contato textarea {
      max-width: 100%; }

  .localizacao {
    width: 90%;
    margin: 0 auto; }

  .btn-busca {
    margin-left: 5%; }

  #map {
    max-width: 100%; }

  aside.busca {
    clear: both;
    margin: 20px auto;
    float: none; }

  .lista-busca {
    width: 90%;
    margin: 0 auto;
    float: none; }

  body {
    overflow-x: hidden; }

  .social li.m-search {
    display: block;
    background: url(../css/images/icon-search.png) no-repeat 10px 0;
    width: 34px;
    height: 34px;
    display: block; }

  header {
    background: #1a285f; }
    header .content-header {
      height: auto; }

  header ul.social .search {
    position: absolute;
    left: -20px;
    width: 100%;
    background: #fff;
    height: 50px;
    top: 85px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    display: none; }
    header ul.social .search .ipt-txt {
      width: 100% !important;
      opacity: 1;
      position: absolute;
      top: -4px;
      height: 50px;
      color: #1a285f;
      padding: 0 2%; }
    header ul.social .search .social {
      clear: none; }
  header ul.social .ipt-submit {
    background-position: 0 -39px;
    position: absolute;
    right: 5%;
    top: 7px; }

  header ul.social .search.ativo {
    display: block; }

  .btn-next-mobile, .btn-next-mobile2 {
    display: block; }

  header {
    height: 100px; }

  .slick-dots {
    height: 37px;
    width: 90%;
    margin: -65px 5% 0 5%; }
    .slick-dots li {
      display: none;
      overflow: hidden; }

  .slick-dots li.slick-active {
    display: block;
    width: 100%; }

  .slider {
    top: 0;
    margin-bottom: 0; }
    .slider .center {
      width: 90%;
      margin: 20px auto; }
      .slider .center h1 {
        font-size: 30px;
        line-height: 30px; }
      .slider .center p {
        font-size: 16px;
        margin-top: 15px; }
    .slider .btn-mais {
      margin-top: 15px; }
    .slider .slick-slide {
      height: 380px; }

  .interna {
    top: 0;
    margin-bottom: 0; }
    .interna .center {
      width: 90%;
      margin: 20px auto; }
      .interna .center h2 {
        font-size: 30px;
        line-height: 30px; }
      .interna .center p {
        font-size: 16px;
        margin-top: 15px; }
    .interna .btn-mais {
      margin-top: 15px; }
    .interna .slick-slide {
      height: 380px; }

  .noticia {
    width: 90%;
    margin: 0 auto;
    float: none; }
    .noticia blockquote {
      float: none;
      width: 100%; }
    .noticia small {
      margin-top: -17px;
      line-height: 14px;
      display: block;
      font-size: 12px; }

  .jp-audio .jp-type-single .jp-progress {
    width: calc(100% - 130px) !important; }

  .slick-arrows {
    top: -38px;
    z-index: 3;
    position: relative;
    width: 100%; }
    .slick-arrows div {
      width: 37px;
      height: 37px;
      background: url(../css/images/arrows-mobile.png) no-repeat;
      cursor: pointer; }
    .slick-arrows .next-arrow {
      float: right;
      background-position: -47px 50%;
      margin-right: 5%; }
    .slick-arrows .prev-arrow {
      float: left;
      background-position: 11px 50%;
      margin-left: 5%; }

  .destaque-5 {
    width: 100%;
    padding: 0 5% 30px 5%;
    margin: 0 auto; }
    .destaque-5 .col {
      margin-top: 30px;
      font-size: 20px; }
      .destaque-5 .col h2 {
        font-size: 30px;
        margin-bottom: 20px; }

  .ver-todos {
    clear: both; }

  .db-responsivo {
    display: block !important; }

  .db-desktop {
    display: none !important; }

  .lista-noticias {
    width: 98%;
    margin-top: 0; }
    .lista-noticias li {
      margin-left: 0; }
    .lista-noticias .slick-prev {
      display: none !important; }
    .lista-noticias h3 {
      margin: 10px 0; }
    .lista-noticias .btn-mais {
      margin-top: 10px; }

  .btn-next-mobile, .btn-next-mobile2, .slick-next {
    background: #1a285f url(../css/images/seta-mobile.png) no-repeat center;
    width: 20px;
    height: 30px;
    float: right;
    border: 0;
    text-indent: -900px;
    overflow: hidden;
    margin-top: -390px; }

  .mask-img {
    height: auto !important;
    width: auto !important; }

  .dest-foto {
    padding-bottom: 30px; }
    .dest-foto li {
      height: auto;
      margin-bottom: 15px; }

  .center-940 {
    width: 90%; }

  span.header {
    font-size: 20px; }

  .destaque-bg, .destaque-bg-en {
    border-bottom: 2px solid #b5653c; }
    .destaque-bg .slick-prev, .destaque-bg-en .slick-prev {
      display: none !important; }
    .destaque-bg h3, .destaque-bg-en h3 {
      font-size: 30px;
      line-height: 30px;
      width: 250px; }
      .destaque-bg h3 br, .destaque-bg-en h3 br {
        display: none; }
    .destaque-bg .ver-todos, .destaque-bg-en .ver-todos {
      float: left;
      margin: 30px 0; }

  .slick-slide {
    max-width: none !important; }

  .bg-txt .slick-slider {
    width: 95%; }

  footer ul {
    display: none; }
  footer .col {
    width: 100%; }
  footer .col + .col {
    margin-left: 0; }
  footer .content-footer {
    margin-bottom: 20px;
    overflow: hidden; }
  footer .copyright a {
    float: left;
    font-size: 14px;
    margin-top: 15px; }

  .bt-mobile {
    float: right;
    display: block !important;
    margin: 8px 0 0; }

  header {
    z-index: 4; }

  nav {
    background: #b5653c;
    position: fixed;
    right: -500px;
    top: 0;
    width: 260px;
    height: 100%;
    z-index: 9;
    opacity: 0; }
    nav li {
      float: none;
      clear: both; }

  header nav li:hover .sub-item {
    display: none; }

  .bt-voltar {
    clear: both; }

  .bt-voltar {
    background: url(../css/images/bt-voltar.png) 15px 14px no-repeat !important;
    padding-left: 30px !important; }

  header li a {
    font-size: 18px; }

  header li a.ativo {
    color: #fff; }

  header .sub-item li {
    padding: 13px 12px; }

  .menu-ativo {
    color: #1a285f;
    margin-bottom: -11px;
    display: block; }

  nav .bt-mobile {
    float: left;
    margin: 14px 12px; }

  header .sub-item {
    padding-top: 0; }

  header nav li:last-child .sub-item {
    right: auto; }

  .logo-principal {
    width: 100px;
    height: auto;
    margin: 5px !important; }

  /*.social li {
    display: none;
    }*/
  .social li:last-child {
    display: block; }

  header {
    height: 85px; }

  .slider .center p {
    font-size: 14px; }

  .jp-audio {
    width: 100% !important; }

  .jp-controls-holder {
    width: 100% !important; }

  .destaque-bg {
    background-position: -575px 0; }

  .volume {
    display: none; }

  .download {
    clear: both;
    float: right;
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 10px; }
    .download .bt-download {
      float: right;
      margin: 12px 12px 4px 0; }

  .mais-notas {
    clear: both;
    width: 90%;
    margin: 0 auto; }
    .mais-notas .btn-next-mobile {
      margin-right: -20px;
      clear: both;
      margin-top: -340px; }

  .mais-notas .lista-noticias {
    width: 98%;
    margin-left: 0; }

  .mais-notas .social {
    width: 100%;
    margin: 15px auto; }

  aside.debate {
    display: none; }

  .modal-foto, .modal-video {
    display: inline-block !important;
    position: static;
    margin: 0 auto;
    overflow: visible;
    width: 88%;
    margin: 5%;
    height: auto;
    padding-right: 10px; }
    .modal-foto iframe, .modal-video iframe {
      width: 100% !important;
      height: 200px !important; }
    .modal-foto .slider-nav, .modal-video .slider-nav {
      display: none; }

  .slick-next {
    margin-top: -120px;
    position: absolute;
    right: -20px; }

  .arrows-nav {
    display: none; }

  .content-modal h4 {
    font-size: 20px;
    color: #4e4e4e; }

  .bt-filtro {
    font-size: 14px;
    text-transform: uppercase;
    color: #4e4e4e;
    border: 2px solid #4e4e4e;
    font-family: 'Dosis', sans-serif;
    float: left;
    padding: 6px 15px;
    text-align: center;
    margin-top: -20px;
    display: block; }

  .filtro-debate {
    display: block;
    margin-top: -15px;
    margin-bottom: 25px;
    border-top: 1px solid #3d3d3d; }

  .lista-nota {
    width: 100%;
    margin: 0 auto; }
    .lista-nota h4 {
      margin: 25px 0; }
    .lista-nota li {
      clear: both;
      width: 100%;
      max-width: none; }
    .lista-nota .lista-noticias {
      margin-left: 0;
      width: 100%; }
      .lista-nota .lista-noticias h4 {
        line-height: 30px; }
    .lista-nota .grid-view {
      display: none; }

  .slider-int .int-header {
    height: 290px; }

  .pg-exposicao {
    width: 90%;
    padding: 20px 0;
    margin: 0 auto; }
    .pg-exposicao .dados-castrais {
      margin-top: 20px;
      width: 100%;
      margin: 0 auto; }
      .pg-exposicao .dados-castrais .txt {
        margin-bottom: 15px; }
        .pg-exposicao .dados-castrais .txt p br {
          display: none; }
      .pg-exposicao .dados-castrais .campos {
        clear: both;
        width: 100%; }
        .pg-exposicao .dados-castrais .campos .inputs {
          width: 100%;
          margin: 0 auto; }
      .pg-exposicao .dados-castrais input, .pg-exposicao .dados-castrais select {
        width: 100%; }

  article.credenciamento input {
    width: 100%; }

  .pg-exposicao .dados-castrais + .dados-castrais {
    border-top: 0; }

  aside.contato {
    height: auto; }

  article.contato .checkbox label {
    font-size: 13px; }

  .phone .ipt-tel-2 {
    width: 200px !important; } }
@media (max-width: 720px) {
  .modal-conteudo {
    position: static;
    display: block !important;
    margin: 0 auto 20px auto !important;
    max-width: 90%;
    margin-left: 0;
    height: auto; }
    .modal-conteudo .lista-downloads a {
      padding: 0 28px;
      display: table; }
      .modal-conteudo .lista-downloads a p {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding-left: 15px; }
      .modal-conteudo .lista-downloads a span {
        display: table-cell;
        background-position: 50% 50%;
        vertical-align: middle;
        float: none; }

  .destaque-bg-en h3 br, .destaque-en-fundo h3 br {
    display: none; }

  .slick-hotsite, .slick-hotsite .slick-slide {
    height: 290px; }

  .slider-int .header-hotsite .box-content {
    width: 100%; }

  .slick-hotsite, .slick-hotsite .slick-slide, .box-fotos {
    height: 300px;
    width: 300px; }

  .modal-foto-hotsite {
    width: 96%;
    height: auto;
    left: 0;
    top: 5vh;
    margin-left: 2%;
    margin-top: 0; }
    .modal-foto-hotsite .slider-for .slick-slide, .modal-foto-hotsite .slider-for {
      height: auto; } }
