/*
Theme Name: Romario
Author: Apolinario
Author URI: http://apolinar.io
Description: Tema WordPress para o website do Romario
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: romario
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Accessibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text 
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*************
*TEMA DO SITE*
*************/

/*
**  FONT-FACE
*/
@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-ExtreraBold.eot');
  src: url('fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-ExtraBold.woff') format('woff'),
    url('fonts/Raleway-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Medium.eot');
  src: url('fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-Medium.woff') format('woff'),
    url('fonts/Raleway-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-ExtraLight.eot');
  src: url('fonts/Raleway-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-ExtraLight.woff') format('woff'),
    url('fonts/Raleway-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Light.eot');
  src: url('fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-Light.woff') format('woff'),
    url('fonts/Raleway-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Bold.eot');
  src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-Bold.woff') format('woff'),
    url('fonts/Raleway-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Heavy.eot');
  src: url('fonts/Raleway-Heavy.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-Heavy.woff') format('woff'),
    url('fonts/Raleway-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway.eot');
  src: url('fonts/Raleway.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway.woff') format('woff'),
    url('fonts/Raleway.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-SemiBold.eot');
  src: url('fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-SemiBold.woff') format('woff'),
    url('fonts/Raleway-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url('fonts/Raleway-Thin.eot');
  src: url('fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-Thin.woff') format('woff'),
    url('fonts/Raleway-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

/*
**   ESTILOS GERAIS
*/
html{height: 100%}
body {
  color: #000;
  background-color: #f0f0f0;
  font-family: 'Raleway', Arial, sans-serif;
  font-size: 15px;
  display: block;
  min-height: 100%;
}
a,
a:hover{
  color: #ff560c;
}
a:hover{
  text-decoration: none
}
.tit-secao{
  font-weight: 900;
  text-align: center;
  font-size: 32px;
  color: black;
}
.veja-tambem .tit{
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}
.veja-tambem a{
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  color: black;
}
.voltar{
  padding: 8px 15px;
  margin-bottom: 20px;
}
.voltar a{
  color: black;
  font-weight: 600;
  font-size: 18px;
}
.voltar a::before{
  content: "<";
  padding:0 5px;
}
blockquote{
  border-left: none;
}
blockquote::before{
  height: 0;
  content: "\201C";
  font-size: 200px;
  font-weight: bold;
  line-height: 1.0;
}
@media screen and (min-width: 768px){
  blockquote{
    margin-left: 80px;
  }
  blockquote::before{
    display: inline;
    margin-left: -100px;
    display: block;
  }
}
@media screen and (max-width: 767px){
  blockquote::before{
    display: inline;
  }
  .tit-secao{
    text-align: left;
  }
}

/*
**  NAVBAR
*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
.navbar-default{
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #ff560c;
  border-width: 7px;
  background-color: #000;
  color: #fff;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
  background: none;
}
.navbar-default .navbar-nav>li>a{
  color: white;
  font-weight: bold;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
  background-color: white;
  color: black;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
  color: #ff560c;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
  color: white;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
  background-color: #fff;
  color: #000 !important;
}
.navbar-default .navbar-nav .active a, .current-menu-parent > a{
  color: #FF560B;
}
.navbar-default .navbar-nav .active a:hover, .current-menu-parent > a:hover{
  color: #ff560c !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
  background-color: #ff560c;
  color: white !important;
}
.dropdown-menu{
  border: none;
  border-radius: 0;
  background-color: #ff560c;
  color: white;
}
.dropdown-menu>li>a{
  color: white !important;
  padding-top: 16px;
  padding-bottom: 16px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover{
  background-color: white;
  color: black !important;
}
.navbar-toggle{
  float: left;
  border: none;
  margin: 35px 0;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color: white;
  width: 32px;
  height: 4px;
}
.navbar-brand{
  float: none;
  margin: 30px auto;
  width: 116px;
  height: auto;
  padding: 0;
}
.navbar-collapse .navbar-brand{
  display: none;
} 
/* DESKTOP */
@media screen and (min-width: 768px){
  .navbar-default{
    background-color: #fff;
    color: #000;
    border: none;
  }
  .navbar-default .navbar-nav>li>a{
    color: black;
  }
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 116px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  .navbar-nav{
    float: none !important;
    text-align: center;
  }
  .navbar-nav>li{
    display: inline-block;
    float: none;
  }
}

/*
**   HEADER
*/
header {
  width: 100%;
  position: relative;
  z-index: 1001;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header-especial{
  margin-bottom: 0px
}
header .busca{
    margin-top: 326px;
}
header .busca-acoes{
  margin-top: 470px;
}
.banner-home{
  margin-top: 30px;
}
.home header .busca{
    margin-top: 620px;
}
header .container-logo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .container-logo .logo{
  margin-top: 30px;
}
header .container-header .bg{
  width: 100%;
}
header .nome-pag{
  padding-right: 0;
}
header .nome-pag .tit{
  margin-top: 18px;
  font-weight: bold;
  color: #fff;
  font-size: 35px;
  margin-left: 25px;
}
header .campo-busca{
  padding-left: 0;
}
header .campo-busca input{
  border: 0;
  border-radius: 0;
  background-color: rgba(0,0,0,0.5);
  color: white;
  width: calc(100% - 64px - 15px);
  margin: 0;
  float: left;
  margin-left: 15px;
  padding: 10px 14px;
}
header .campo-busca input:focus{
  outline: none;
  box-shadow: none;
}
header .campo-busca input::-webkit-input-placeholder{
  color: #fff !important;
  opacity: 0.9;
}
header .campo-busca input:-moz-placeholder{
  color: #fff !important;
  opacity: 0.9;
}
header .campo-busca input::-moz-placeholder{
  color: #fff !important;
  opacity: 0.9;
}
header .campo-busca input:-ms-input-placeholder{
   color: #fff !important;
   opacity: 0.9;
}
header .toggle-busca{
  padding: 0;
}
header .toggle-busca button{
  font-size: 28px;
  margin-top: 13px;
  float: right;
  margin-right: 15px;
}
header .toggle-busca button,
header .botao-busca{
  border: 0;
  border-radius: 0;
  background-color: #ff560c;
  height: 46px;
  color: white;
}
header .botao-busca,
header .botao-busca:hover{
  background-color: rgba(0,0,0,0.3) !important;
  color: white !important;
  border: none!important;
  box-shadow: none !important;
}
header .content{
  background-color: #ff560c;
  height: 80px;
  padding-top: 14px;
}
header .logo{
  margin-top: 30px;
}
.detalhe-header{
  position: absolute;
  width: 100%;
  height: 40px;
  z-index: -1;
  overflow: hidden;
  background-image: url('images/detalhe-header.png');
  background-position: center top;
  background-repeat: no-repeat;
}
/* DESKTOP */
@media screen and (min-width: 768px) {
  header .nome-pag .tit{
    margin-top: 12px;
    font-size: 20px;
    text-align: center;
    margin-left: 0;
  }
}
/* MOBILE */
@media screen and (max-width: 767px) {
  header .col-xs-8,
  header .col-xs-4,
  header .col-xs-12{
    padding: 0;
  }
  header .campo-busca .content{
    padding-top: 26px;
  }
  .home header{
    background-size: cover;
  }
  .home header .busca {
    margin-top: 300px;
  }
}

/*
**   FOOTER
*/
footer{
  margin-top: 140px;
  color: black;
}
footer .dark-bg{
  background-color: #232323;
  color: #f4f4f4;
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
}
footer .dark-bg .txt-left{
    text-align: center;
}
footer .dark-bg a{
  color: #fff;
  display: block;
  margin: 15px 0;
}
footer .redes-sociais .btn{
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0 3px;
}
footer .dark-bg .linha {
    border-bottom: 1px #626262 solid;
    margin: 20px 0;
}
footer .dark-bg .imagens img{
  display: block;
  margin: auto;
}
/* MOBILE */
@media screen and (max-width: 767px) {
  footer {
    margin-top: 60px;
  }
  footer .col-xs-6{
    margin-bottom: 0;
  }
  footer .col-xs-6 .sub{
    margin-left: 20px;
  }
  footer .dark-bg .linha{
    margin: 30px 0;
  }
  footer .imagens .col-xs-4,
  footer .imagens .col-xs-2,
  footer .imagens .col-xs-6{
    padding-left: 0;
    padding-right: 0;
  }
  footer .imagens .col-xs-6 img{
    width: 150px;
  }
}
footer .navbar{
  background: none;
}

footer .menu-footer ul{
  list-style-type: none;
  padding: 0;
}
footer .menu-footer > ul > li{
  font-weight:bold;
  text-align:left;
}
footer .menu-footer ul li{
    font-weight: bold;
    text-align: center;
}
footer .menu-footer ul li ul{
    padding-left: 0;
}
footer .menu-footer ul li ul li{font-weight: normal;}
footer .navbar-collapse .navbar-left{
  display: block;
}
footer .navbar-collapse .navbar-left .navbar-brand{
  display: none;
}
/*
**  PAGINACAO
*/
/*.pag{
  margin-top: 10px;
}

.pag .content{
  height: 80px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #fff;
}
.pag .content .btn{
  width: 100%;
  height: 100%;
  background-color: #ff560c;
  color: #fff;
  border-radius: 0;
  border: 0;
}*/
.pager li>a, .pager li>span{
  border: none;
  border-radius: 0;
  color: white;
  background-color: #ff560c;
  padding: 26px 30px;
  font-size: 20px;
}
.pager li>a:hover{
  background-color: white;
  color: #ff560c;
}
.paginacao>p{
  font-size: 17px;
  background-color: white;
  color: black;
  margin: 20px 4px 20px 0;
  padding: 28px 28px;
}
/* MOBILE */
@media screen and (max-width: 767px){
    .paginacao>p{
        font-size: 16px;
        background-color: white;
        color: black;
        margin: 20px 4px 20px 0;
      padding: 17px 6px;
    }
  .pager li>a,
  .pager li>span{
    padding: 16px 20px;
    font-size: 17px;
  }
}

/*
**   ESPECIAIS
*/
.especiais-lista{
  margin-bottom: 100px;
}
.bg-especiais{
  position: absolute;
  width: 100%;
  height: 570px;
  z-index: -1;
  overflow: hidden;
  background-image: url('images/bg-especiais.png');
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 154px;
}
.especiais{
  text-align: right;
  margin-top: 80px;
  margin-bottom: 120px;
}
.especiais span{
  color: black;
  background-color: white;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 12px 0 0 white, -10px 0 0 white;
  text-align: right;
  text-transform: uppercase;
}
.especiais h2{
  margin-top: 0;
  color: black;
  font-weight: 800;
  font-size: 32px;
}
.especiais img{
  float: left;
  max-width: 100%;
  padding-left: 15px;
}
.especiais p{
  margin-top: 20px;
  color: white;
}
.especiais .btn-especial{
  margin-top: -70px;
}
.especiais .btn{
  background: none;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
}
.especiais .btn:hover{
  background-color: white;
  color: #ff560c;
}
/* TABLET */
@media screen and (max-width: 991px) {
  .especiais .btn-especial{
    margin-top: 0;
  }
}
/* MOBILE */
@media screen and (max-width: 767px) {
  .especiais{
    text-align: left;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .especiais .col-xs-12{
    margin: 17px 0;
  }
  .especiais .btn{
    width: 100%;
  }
  .bg-especial{
    margin-top: 370px;
    height: 400px;
  }
  .bg-especiais{
    margin-top: 360px;
  }
  .especiais img{
    margin-bottom: 12px;
    height: auto !important;
  }
}


/*
**   MAIS LIDAS
*/
.mais-lidas{
  margin-top: 60px;
}
.mais-lidas .content{
    display: block;
    color: black;
}
.mais-lidas .mais{
    color:#ff560c;
}
.mais-lidas h1{
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
}
.mais-lidas h2,
.noticias .text h2{
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  line-height: 24px;
}
.noticias .imagem-noticia-padrao{
  width: 100%
}
.mais-lidas h3,
.noticias .text h3{
  font-size: 20px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 4px;
}
 .ler-mais{
  font-weight: bold;
  color: #ff4e00
}
.mais-lidas a,
.noticias .text a,
.projetos-lista .content a{
  font-size: 16px;
  font-weight: 600;
}
.noticias a:hover{
  text-decoration: none
}

/*
**   MENU - LISTA
*/
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-bottom: 5px solid #d8d8d8;
}
.nav-justified > li > a:hover,
.nav-justified > li > a:focus,
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus{
  background-color: #fff;
  border-bottom: 5px solid #ff560c;
}
.nav-justified > li:first-child > a {
  margin-left: 0px;
}
.menu-lista{
  margin-top: 20px;
}
.menu-lista > select{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #ff560c;
  background-color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px;
  color: #ff560c;
  text-align: center;
}
.menu-lista-2{
  margin-top: 20px;
}
.menu-lista-2 > select{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #ff560c;
  background-color: white;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 25px;
  color: #ff560c;
  text-align: center;
}
/* DESKTOP */
@media screen and (min-width: 768px) {
  .half .menu-lista{
    width: 50%;
  }
  .nav-justified {
    max-height: 60px;
  }
  .nav-justified > li > a {
  margin: 0 2px;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
    margin-right: 0px;
  }
}
/* MOBILE */
@media screen and (max-width: 767px) {
  .nav-justified > li > a {
    float: left;
    width: 50%;
  }
}

/*
**   BIOGRAFIA
*/
.bg-biografia {
   position: absolute;
   width: 100%;
   height: 669px;
   z-index: -1;
   background-image: url('images/bg-biografia.png');
   background-position: center top;
   background-repeat: no-repeat;
}
.biografia{
  margin-top: 40px;
  min-height: 540px;
}
.biografia .heading > h1{
  font-weight: 900;
  text-align: center;
  font-size: 32px;
  color: black;
  margin-bottom: 70px;
}
.biografia .content{
  margin-top: 55px;
  color: white;
}
.biografia .content > h1{
  font-weight: bold;
  font-size: 36px;
  margin-top: 0;
}
.biografia .content > h1.aspao{
  font-weight: bold;
  font-size: 114px;
  margin: 0;
  line-height: 0;
}
.biografia .content > p{
  font-style: italic;
  font-size: 15px;
}
.biografia .content > .btn{
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.biografia .content > .btn > .clique{
  float: left;
  padding: 10px 0;
  background-color: #f6cf29;
  color: black;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  width: calc(100% - 41px);
}
.biografia .content > .btn > .mais{
  float: left;
  background-color: #a96516;
  color: white;
  font-style: normal;
  padding: 10px 0 11px;
  width: 41px;
}
/* MOBILE */
@media screen and (max-width: 767px) {
  .biografia .content{
    margin-top: 0;
    color: black;
    overflow: hidden;
  }
  .bg-biografia-xs{
    width: calc(100% + 30px);
    height: 300px;
    background-image: url('images/bg-biografia-mobile.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -15px;
  }
  .biografia .content > .btn > .mais{
    padding: 11px 13px 10px;
  }
}

/*
**   NOTICIAS  - LISTA
*/
.noticias{
  margin-top: 20px;
}
.noticias .destaque .content .text{
  position: absolute;
  background: none;
  bottom: 0;
  max-width: 100%;
  color: white;
}
.noticias .content{
  display:block;
  background-color: white;
  color: black;
}
.noticias .destaque .content{
  color: white;
  overflow: hidden;
  position: relative;
}
.color-overlay-imagem{
    position: absolute;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 99%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 99%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    bottom: 0;
}
.noticias .destaque .content .img-noticia{
  width: 100%;
}
.noticias .content .img-noticia{
  width: 100%
}
.noticias .content img{
  width: 100%
}
.noticias .content .text{
  padding: 20px;
}
.noticias .content .citacao{
  padding: 25px;
}
.noticias .text h1{
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}
.noticias .text h1.cit{
  font-size: 50px;
  font-weight: bold;
}
.noticias .text h1.cit.above{
  font-size: 50px;
  font-weight: bold;
  line-height: 0;
  margin-top: 26px;
}
.noticias .text p{
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.noticias .citacao p{
  margin-top: 12px
}
.noticias .text .mais{
  color: #ff560c;
  font-weight: bold;
}
.noticias .col-sm-4,
.noticias .col-sm-8{
  margin-top: 10px;
}
.noticias .btn.mais-noticias{
  display: block;
  background-color: #ff560c;
  color: white;
  border-radius: 0;
}
@media screen and (min-width: 768px){
  .noticias .content{
    height: 340px;
  }
  .yarpp-related .content{
    min-height: 380px !important;
  }
  .noticias .btn.mais-noticias{
    width: 20%;
    float: right;
    margin-top: -75px;
  }
  .noticias .btn.mais-noticias .plus{
    display: inline;
    font-size: 60px;
    font-weight: 300;
    line-height: 0.8;
  }
  .noticias .btn.mais-noticias .txt{
    display: none;
  }
}
@media screen and (max-width: 767px){
  .noticias .btn.mais-noticias{
    width: 100%;
  }
  .noticias .btn.mais-noticias .plus{
    display: none;
  }
  .noticias .btn.mais-noticias .txt{
    display: inline;
    font-size: 22px;
    font-weight: 800;
  }
}
/*
**  ESPECIAIS - LISTA
*/
.especiais-lista .row{
  margin-top: 40px;
}
.especiais-lista span{
  background-color: white;
  color: black;
  font-weight: 900;
  font-size: 35px;
  line-height: 1.1;
  margin-top: 15px;
  box-shadow: 10px 0 0 white, -10px 0 0 white;
}
.especiais-lista p{
  font-size: 15px;
  margin-top: 24px;
  padding: 0 12px;
}
.especiais-lista img{
  width: 100%;
  margin-bottom: 15px;
}
.especiais-lista .destaque span{
  font-size: 43px;
}
.especiais-lista .destaque img{
  float: none;
}
.especiais-lista .destaque p{
  padding: 0;
}

/*
**   CARREGAR MAIS
*/
.carregar-mais{
  margin-top: 50px;
  text-align: center;
}
.carregar-mais .center-block{
  float: none;
}
.carregar-mais a{
  width: 100%;
  height: 80px;
  display: block;
}
.carregar-mais .txt{
  height: 100%;
  width: calc(100% - 83px);
  background-color: white;
  color: black;
  margin: 0;
  float: left;
  font-size: 17px;
  font-weight: 500;
  padding: 28px 0;
}
.carregar-mais .mais{
  height: 100%;
  width: 80px;
  background-color: #ff560c;
  color: white;
  margin: 0;
  float: left;
  font-size: 50px;
  font-weight: 300;
  padding: 4px 0px;
  margin-left: 3px;
}

/*
**   ARTIGOS - LISTA
*/
.artigos-lista > .row{
  margin-top: 30px;
  background-color: white;
}
.artigos-lista .img{
  padding-right: 0;
}
.artigos-lista .txt{
  padding-left: 0;
}
.artigos-lista .img > .content,
.artigos-lista .txt > .content{
  background-color: white;
  padding: 15px;
}
.artigos-lista .img > .content img{
  width: 100%;
  margin-left: 0;
}
.artigos-lista .txt .content p{
  font-size: 16px;
}
.artigos-lista .txt .content .data,
.discursos-lista .content .data{
  font-size: 14px;
  color: #737373;
}
.artigos-lista .txt .content .tit,
.discursos-lista .content .tit{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.artigos-lista .txt  .content a{
  color: black;
}
.artigos-lista .txt  .content a:hover{
  text-decoration: none
}
/* MOBILE */
@media screen and (max-width: 767px) {
  .artigos-lista .img{
    padding-right: 15px;
  }
  .artigos-lista .txt{
    padding-left: 15px;
  }
  .artigos-lista .img > .content, .artigos-lista .txt > .content {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
 .artigos-lista .img > .content,
 .artigos-lista .txt > .content{
    min-height: 287px;
 }
 .resultados-pesquisa-lista .txt > .content{
   min-height: 0px;
 }
}


/*
**   DISCURSOS - LISTA
*/
.discursos-lista .discurso{
  margin-top: 20px;
}
.discursos-lista .discurso > .content{
  background-color: white;
  padding: 32px;
  color: black;
  display: block;
}

/*
**  DROPDOWN - LISTA (DISCURSOS)
*/
.dropdown-lista .dropdown > .btn{
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  border: none;
  margin-top: 20px;
}
.dropdown-lista .dropdown > .btn > .txt{
  float: left;
  background-color: white;
  width: calc(100% - 82px);
  /* margin-left: 2px; */
  color: black;
  padding: 29px 0;
  margin: 0 2px 0 0;
}
.dropdown-lista .dropdown > .btn > .seta{
  float: left;
  width: 80px;
  background-color: #ff560c;
  color: white;
  padding: 29px 0;
  margin: 0;
}
.dropdown-lista .dropdown > .dropdown-menu{
  width: 100%;
}

/*
**   CONTATO
*/
.contato a:hover{
  text-decoration: none;
}
.contato .bg-white{
  background-color: white;
  color: black;
  padding: 30px;
  margin-top: 25px;
}
.contato .email .content,
.contato .whatsapp .content,
.contato .imprensa .content{
  color: white;
  font-weight: bold;
  font-size: 15px;
}
.contato .email .content{
  background-color: #ff560c;
}
.contato .whatsapp .content{
  background-color: #65b312;
}
.contato .imprensa .content{
  background-color: #3dbad5;
}
.contato .endereco{
  margin: 30px 0;
}
.contato .endereco address{
  font-size: 16px;
}
.contato .endereco address strong.tit{
  font-size: 20px;
}
.contato .redes-sociais{
  margin-bottom: 20px;
}
.contato .redes-sociais p{
  font-weight: bold;
  font-size: 20px;
}
/* DESKTOP */
@media screen and (min-width: 768px){
  .contato .email .content,
  .contato .whatsapp .content,
  .contato .imprensa .content{
    text-align: center;
    height: 175px;
  }
  .contato .email .content{
    padding-top: 70px;
  }
  .contato .whatsapp .content{
    padding-top: 50px;
  }
  .contato .imprensa .content{
    padding-top: 58px;
  }
}
/* MOBILE */
@media screen and (max-width: 767px){
  .contato .content p,
  .contato .content img{
    float: left;
  }
  .contato .content img{
    zoom: 60%;
  }
  .contato .content p{
    max-width: calc(100% - 60px);
    padding-left: 15px;
  }
  .contato .content{
    padding: 15px;
    margin-top: 5px;
    height: 70px;
  }
}

/*
**   EVENTOS PREVISTOS - LISTA
*/
.eventos-previstos-list > .row{
  margin-top: 15px;
}
.eventos-previstos-list .data{
  width: 100%;
  background-color: #ff560c;
  color: white;
  font-weight: 300;
  padding: 10px 0;
  margin: 0;
}
.eventos-previstos-list .data.blue{
  background-color: #33a3a0;
}
.eventos-previstos-list .data.yellow{
  background-color: #e5af0c;
}
.eventos-previstos-list .data.dark-blue{
  background-color: #2c3f6a;
}
.eventos-previstos-list a{
  color: black;
  text-decoration: none   
}
.eventos-previstos-list a:hover{
  text-decoration: none 
}
.eventos-previstos-list .txt{
  background-color: white;
  padding: 15px;
}
.eventos-previstos-list .txt .tit{
  font-weight: bold;
  font-size: 20px;
}
.eventos-previstos-list .txt .desc{
  font-size: 15px;
}
.eventos-previstos-list .txt img{
  max-width: 100%;
}
/* DESKTOP */
@media screen and (min-width: 768px){
  .eventos-previstos-list .col-sm-2{
    padding-right: 1px;
  }
  .eventos-previstos-list .col-sm-10{
    padding-left: 1px;
  }
  .eventos-previstos-list .data{
    text-align: center;
    font-size: 15px;
    padding-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .eventos-previstos-list .data > .big{
    font-size: 50px;
    display: block;
  }
  .eventos-previstos-list .txt img{
    float: left;
    padding-right: 15px;
  }

}
/* MOBILE */
@media screen and (max-width: 767px){
  .eventos-previstos-list .data{
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
**   EVENTOS REALIZADOS - LISTA
*/
.eventos-realizados-list > .row{
  margin-top: 15px;
}
.eventos-realizados-list img{
  width: 100%;
  padding: 18px 10px 22px 18px;
  background-color: white;
}
.eventos-realizados-list .txt{
  background-color: white;
  padding: 18px;
}
.eventos-realizados-list .txt .data{
  color: #6c6c6c;
  font-size: 15px;
}
.eventos-realizados-list .txt .tit{
  color: #ff560c;
  font-weight: bold;
  font-size: 20px;
}
.eventos-realizados-list .blue .txt .tit{
  color: #33a3a0;
}
.eventos-realizados-list .yellow .txt .tit{
  color: #e5af0c;
}
.eventos-realizados-list a{color: black;display: block;}
.eventos-realizados-list .dark-blue .txt .tit{
  color: #2c3f6a;
}
.eventos-realizados-list .txt   .desc{
  font-size: 15px;
  font-weight: normal;
}
.eventos-realizados-list .txt a{
  font-weight: 600;
  font-size: 15px;
}
/* DESKTOP */
@media screen and (min-width: 768px){
  .eventos-realizados-list .col-md-4{
    padding-right: 0;
  }
  .eventos-realizados-list .col-md-7, .eventos-realizados-list .col-md-11{
    padding-left: 0;
    padding-right: 0;
  }
  .eventos-realizados-list .col-md-1{
    padding-left: 0;
  }
  .eventos-realizados-list .seta{
    width: 100%;
    background-color: #ff560c;
    color: white;
    text-align: center;
    padding: 59px 0;
    font-weight: 300;
    font-size: 24px;
    display: block;
  }
  .eventos-realizados-list .blue .seta{
    background-color: #33a3a0;
  }
  .eventos-realizados-list .yellow .seta{
    background-color: #e5af0c;
  }
  .eventos-realizados-list .dark-blue .seta{
    background-color: #2c3f6a;
  }
}

/*
**   FOTOS - LISTA
*/
.fotos-lista{
  text-align: center;
}
.fotos-lista .col-md-4,
.fotos-lista .col-sm-6,
.fotos-lista .col-xs-12{
  margin-top: 10px;
}
.fotos-lista .foto{
  position: relative;
  background-color: white;
  padding: 15px;
  display: block;
}
.fotos-lista .foto img{
  width: 100%;
  -webkit-filter: brightness(75%); /* Safari */
  filter: brightness(75%);
}
.fotos-lista .foto .data{
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #ff560c;
  color: white;
  padding: 5px 10px;
}
.fotos-lista .foto .data p{
  text-align: center;
  font-size: 15px;
  margin: 0;
}
.fotos-lista .foto .data p.big{
  font-size: 32px;
}
.fotos-lista .foto .tit{
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 0 10px;
}
.fotos-lista .foto:hover .tit{
  text-decoration: underline;
}
.fotos-lista .btn{
    color: black;
    background-color: white;
    border-width: 1px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 1px 1px 1px #888888;
}
@media screen and (max-width: 767px) {
    .fotos-lista{
    margin-top: 100px;
  }
}

/*
**   VIDEOS - LISTA
*/
.videos-lista .col-sm-6,
.videos-lista .col-xs-12{
  margin-top: 30px;
}
.videos-lista .video{
  position: relative;
  display: block;
}
.videos-lista .video img{
  width: 100%;
}
.videos-lista .video .data{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff560c;
  color: white;
  padding: 10px;
}
.videos-lista .video .data p{
  text-align: center;
  font-size: 15px;
  margin: 0;
}
.videos-lista .video .data p.big{
  font-size: 32px;
}
.videos-lista .video .tit{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.videos-lista .video:hover .tit{
  text-decoration: underline;
}
.videos-lista .video .play{
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  text-align: center;
  color: white;
  font-size: 60px;
}

/*
**   CLIPPING - LISTA
*/
.clipping-lista .row{
  margin-top: 15px;
}
.clipping-lista .img > .content,
.clipping-lista .txt > .content{
  background-color: white;
  padding: 15px;
}
.clipping-lista .txt > .content{
  padding-right: 40px
}
.clipping-lista .img > .content img{
  width: 100%;
}
.clipping-lista .txt .content p{
  font-size: 16px;
  color: black
}
.clipping-lista .txt .content .data{
  font-size: 14px;
  color: #737373;
}
.clipping-lista .txt .content .tit,
.discursos-lista .content .tit{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
/* DESKTOP */
@media screen and (min-width: 768px){
  .clipping-lista .img{
    padding-right: 0;
  }
  .clipping-lista .txt{
    padding-left: 0;
  }
  .clipping-lista .img > .content,
  .clipping-lista .txt > .content{
  height: 278px;
  }
}

/*
**   INFORMATIVOS - LISTA
*/
.informativos-lista{
  /* text-align: center; */
}
.informativos-lista img{
  width: 100%;
}
.informativos-lista .prateleira{
  margin-top: 30px;
}
.informativos-lista .destaque .txt{
  padding-top: 60px;
  margin-left: 30px;
}
.informativos-lista .destaque .desc{
  margin: 30px 0;
}
.informativos-lista .destaque .tit{
  color: black;
  background-color: white;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  box-shadow: 10px 0 0 white, -10px 0 0 white;
}
.informativos-lista .destaque p{
  font-size: 15px;
  margin: 10px 0;
}
.informativos-lista .destaque .clique{
  float: left;
  padding: 10px 0;
  background-color: #ff560c;
  color: white;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  width: calc(100% - 60px);
  text-align: center;
}
.informativos-lista .destaque .mais{
  float: left;
  background-color: #aa420b;
  color: white;
  font-style: normal;
  padding: 20px 0 21px;
  text-align: center;
  width: 60px;
}
.informativos-lista .informativo{
  color: black;
  display: block;
}
.informativos-lista .informativo .tit{
  font-weight: 600;
}
/* MOBILE */
@media screen and (max-width: 767px){
  .informativos-lista .informativo{
    margin-top: 30px;
  }
}
/* DESKTOP */
@media screen and (min-width: 768px){
  .informativos-lista .prateleira{
    background-image: url('images/bg-informativos-lista.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    padding-bottom: 122px;
  }
}

/*
**   NOTICIAS  RELACIONADAS
*/
.noticias-relacionadas{
    margin-top: 30px;
}
.noticias-relacionadas .heading{
    margin-bottom: 15px;
}
.noticias-relacionadas .heading .tit{
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
}
.noticias-relacionadas .heading a{
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
  color: black;
}
.noticias-relacionadas .content{
  background-color: white;
}
.noticias-relacionadas .content .img-noticia{
  width: 100%;
}
.noticias-relacionadas .content .text{
  padding: 25px;
}
.noticias-relacionadas .text .tit{
  font-weight: bold;
  font-size: 20px;
  margin-top: 0;
  line-height: 1.2;
}
.noticias-relacionadas .text .aspas{
  font-size: 50px;
  font-weight: bold;
  line-height: 0;
  margin-top: 40px;
}
.noticias-relacionadas .text .aspas.above{
  font-size: 50px;
  font-weight: bold;
  line-height: 0;
  margin-top: 26px;
}
.noticias-relacionadas .text .cit{
  font-weight: 800;
  font-size: 32px;
  margin: 0;
}
.noticias-relacionadas .text .desc{
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px){
  .noticias-relacionadas .col-xs-12{
    margin-top: 15px;
  }
}

/*
**   VISUALIZAR
*/
.visualizar > *{
  background-color: white;
  padding: 10px;
}
.visualizar > *:last-child{
  padding-bottom: 30px;
}
.visualizar .heading  .info{
  font-size: 15px;
}
.visualizar .heading  .tit{
  font-weight: 900;
  font-size: 32px;
  margin: 0;
}
.visualizar .heading  .data{
  font-size: 12px;
}
.visualizar .heading.evento-realizado{
  color: white;
  background-color: #2c3f6a;
}
.visualizar .heading.evento-previsto{
  color: white;
  background-color: #33a3a0;
}
.visualizar .heading.evento-previsto .tit{
  font-size: 32px;
  margin-bottom: 10px;
}
.visualizar .heading.evento-previsto .datas{
  border: 4px solid white;
  border-radius: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.visualizar .heading.evento-previsto .datas .small{
  font-size: 16px;
}
.visualizar .heading.evento-previsto .datas .content{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.visualizar .heading.evento-previsto .datas .dias{
  font-size: 43px;
  margin-bottom: 0px;
  line-height: 44px;
  margin-top: 11px;
}
.visualizar .heading.evento-previsto .datas .mes{
  font-size: 24px;
}
.visualizar .heading.evento-previsto .btn.facebook{
  font-size: 12px;
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #516eab;
}
.visualizar .heading.evento-previsto .btn.facebook img{
  width: 22px;
}
.visualizar .conteudo .accordion{
  border: 1px solid #ababab;
  padding: 36px 36px 0;
  margin: 12px 0;
}
.visualizar .conteudo .accordion .tit{
  font-size: 18px;
  color: black;
  margin-bottom: 36px;
  display: block;
}
.visualizar .conteudo .accordion .content{
  display: none;
  margin-bottom: 36px;
}
.visualizar .conteudo .accordion .glyphicon{
  float: right;
}
.visualizar .conteudo h1,
.visualizar .conteudo h2,
.visualizar .conteudo h3,
.visualizar .conteudo h4,
.visualizar .conteudo h5{
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.visualizar .conteudo cite{
  font-size: 16px;
}
.visualizar .conteudo p{
  font-size: 17px;
}
.visualizar .conteudo figure{
  max-width: 100%;
}
.visualizar .conteudo img{
  max-width: 100%;
  padding: 20px 0;
}
.visualizar .conteudo > .embed-responsive{
  margin-top: 20px;
  margin-bottom: 20px;
}
.visualizar .conteudo img.pull-left{
  padding-right: 20px;
}
.visualizar .conteudo img.pull-right{
  padding-left: 20px;
}
.visualizar.informativo img{
    max-width: 100%;
}
.visualizar.informativo .conteudo .btn{
  color: white;
  background-color: #ff560c;
  width: 100%;
  text-align: left;
  font-size: 16px;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px;
}
.visualizar.informativo .conteudo .btn .glyphicon{
  font-size: 22px;
}
.visualizar .heading.seus-direitos-visualizar{
  padding: 0;
}
.visualizar .heading.seus-direitos-visualizar img{
  width: 100%;
}
/* DESKTOP */
@media screen and (min-width: 768px){
  .visualizar > *{
    padding-left: 60px;
    padding-right: 60px;
  }

  .visualizar > *:first-child{
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px){
  .visualizar .heading.evento-previsto .tit{
    font-size: 23px;
    margin-top: 15px;
    font-weight: 700;
  }
}
/*
**   ACOES NO SENADO
*/
.acoes-no-senado{
  text-align: center;
  margin-top: 30px;
}
.acoes-no-senado a{
  color: black;
  display: block;
}
.acoes-no-senado .tit-secao{
    margin-bottom: 50px;
}
.acoes-no-senado .row .desc{
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

/*
**   INFORMATIVO (HOME)
*/
.bg-informativo{
  position: absolute;
  width: 100%;
  height: 733px;
  z-index: -1;
  background-image: url('images/bg-informativo.png');
  background-position: center top;
  background-repeat: no-repeat;
}
.informativo-home{
  min-height: 600px;
  margin-top: 130px;
}
.informativo-home .tit-secao{
  margin-bottom: 80px;
}
.informativo-home img{
  max-width: 100%;
}
.informativo-home .tit-secao p{
    margin-bottom: 60px;
}
.informativo-home .tit{
  font-weight: bold;
  font-size: 36px;
  margin-top: 0;
  line-height: 1;
}
.informativo-home .aspao{
  font-weight: bold;
  font-size: 114px;
  margin: 0;
  line-height: 0;
}
.informativo-home .desc{
  font-style: italic;
  font-size: 15px;
}
.informativo-home .btn{
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.informativo-home .btn > .clique{
  float: left;
  padding: 10px 0;
  background-color: #ff560c;
  color: white;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  width: calc(100% - 41px);
}
.informativo-home .btn > .mais{
  float: left;
  background-color: #aa420b;
  color: white;
  font-style: normal;
  padding: 10px 0;
  width: 41px;
}
@media screen and (min-width: 768px){
  .informativo-home{
    color: white;
  }
}

/*
**   PROJETOS (HOME)
*/
.projetos{
    text-align: center;
}
.projetos img{
    width: 100%;
}
.projetos .btn{
    color: black;
    background-color: white;
    border-width: 1px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 1px 1px 1px #888888;
}
.projetos .lista .desc p{
     position: absolute;
     bottom: 0;
     width: 100%;
}
.projetos .desc{
    margin-top: 10px;
    padding: 0 10px;
}
.projetos .projeto .hover{
    position: absolute;
    top: 325px;
    left: 13px;
    width: calc(100% - 26px);
    height: calc(100% - 16px);
    background-color: black;
    color: white;
    opacity: 0.8;
    transition: top 0.4s ease-out;
    /* top: 8px; */
}
.projetos .projeto .hover .lupa{
    border: 2px solid white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top 0.4s cubic-bezier(0.4, 0, 1, 1);
}
.projetos .projeto .hover .lupa .glyphicon-search{
    font-size: 40px;
    margin-top: calc(50% - 20px);
}
.projetos .projeto .hover .tit{
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    margin-bottom: 80px;
    width: 100%;
}
.projetos .projeto:hover .hover{
    top: 8px;
}
.projetos .projeto:hover .lupa{
  top: 40%;
}
@media screen and (max-width: 767px) {
    .projetos{
      overflow: hidden;
  }
}


/*
**   SEUS DIREITOS (HOME)
*/
@media screen and (min-width: 768px){
  .bg-seus-direitos{
    position: absolute;
      width: 100%;
    height: 653px;
    z-index: -1;
    background-image: url('images/bg-seus-direitos.png');
    background-position: center top;
    background-repeat: no-repeat;
  }
  .seus-direitos{
    min-height: 653px;
    padding-top: 60px;
  }
  .seus-direitos .tit-secao{
    text-align: left;
  }
  .seus-direitos .quadrados,
  .seus-direitos .icones{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .seus-direitos .quadrados > .col-sm-6{
    display: table;
  }
  .seus-direitos .quadrado{
    width: 100%;
    height: 229px;
    color: white;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .seus-direitos .quadrado.verde{
    background-color: #507e1b;
  }
  .seus-direitos .quadrado.amarelo{
    background-color: #f0b20c;
  }
  .seus-direitos .quadrado > .tit{
    font-weight: 900;
    font-size: 32px;
  }
  .seus-direitos .quadrado > .desc{
    font-weight: 600;
    padding: 0 30px;
  }
  .seus-direitos .icones{
    text-align: center;
  }
  .seus-direitos .icones .icone{
    color: black;
  }
  .seus-direitos .icones .icone p{
      padding: 18px;
  }
}

/*
**   NA MIDIA (HOME)
*/
@media screen and (min-width: 768px){
  .bg-na-midia{
    position: absolute;
      width: 100%;
    height: 884px;
    z-index: -1;
    background-image: url('images/bg-na-midia.png');
    background-position: center top;
    background-repeat: no-repeat;
  }
  .na-midia{
    min-height: 884px;
    color: white;
  }
  .na-midia .midia{
    height: 560px;
    margin-top: 200px;
  }
  .na-midia .tit-secao{
    color: white;
    text-align: left;
    margin-bottom: 0;
  }
  .na-midia img{
    max-width: 100%;
  }
  .na-midia .desc{
    margin-bottom: 30px;
  }
  .na-midia .publicacao{
    color: white;
    font-weight: bold;
    font-size: 17px;
  }
  .na-midia .publicacao .tit{
    margin-top: 10px;
  }
  .na-midia .btn{
    color: white;
    border: 1px solid white;
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .na-midia .btn:hover{
    color: black;
    background-color: white;
  }
  .na-midia .atualizacoes{
    margin-top: 36px;
  }
  .na-midia .atualizacoes .tit{
    font-size: 28px;
  }
  .na-midia .email,
  .na-midia .whatsapp{
    font-size: 17px;
    font-weight: 600;
  }
  .na-midia .email:hover,
  .na-midia .whatsapp:hover{
    text-decoration: underline;
  }
  .na-midia .email img,
  .na-midia .whatsapp img,
  .na-midia .email p,
  .na-midia .whatsapp p{
    float: left;
  }
  .na-midia .email img{
    padding: 12px 0;
  }
  .na-midia .email p,
  .na-midia .whatsapp p{
    padding: 0 60px 0 10px;
    max-width: calc(100% - 50px);
  }
  .na-midia .email{
    color: black;
  }
  .na-midia .whatsapp{
    color: #1e7a29;
  }
}

/*
**   COMPARTINHAR (VISUALIZAR)
*/
.compartilhar .btn:first-child{
  margin-left: 0;
}
.compartilhar{
  margin: 6px 0;
}
.compartilhar .btn{
  display: block;
  float: left;
  margin-left: 5px;
  font-size: 12px;
  color: white;
  padding-top: 9px;
  padding-bottom: 9px;
}
.compartilhar .btn img{
  width: 20px;
}
.compartilhar .btn.facebook{
  background-color: #516eab;
}
.compartilhar .btn.twitter{
  background-color: #29c5f6;
}
.compartilhar .btn.gplus{
  background-color: #eb4026;
}
.compartilhar .btn.pinterest{
  background-color: #ca212a;
}
.compartilhar .btn.whatsapp{
  background-color: #1ac937;
}
.compartilhar .btn span{
  display: none;
}
@media screen and (min-width: 768px){
  .compartilhar .btn.big span{
    display: inline;
  }
}

/*
**   BREADCRUMBS
*/
.breadcrumb{
  background: none;
  margin-top: 20px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb>.active,
.breadcrumb>li+li:before{
  color: black;
}
.breadcrumb>.active{
  font-weight: bold;
}
.breadcrumb>li+li:before{
  content: " ";
}

/*
**   VIDEO-SLIDER (HOME)
*/
.container-video-slider{
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 1px;
}
.container-video-slider .slick-slider{
  margin: 100px 0;
}
.video-slider .slick-list{
  overflow: visible;
}
.video-slider .slick-slide{
  pointer-events: none;
  z-index: -1;
  display: block;
  position: relative;
}
.video-slider .slick-slide img{
  max-width: 100%;
}
.video-slider .slick-slide:after{
    content: "\A";
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
}
.video-slider .slick-center:after{
    opacity: 0;
}
.video-slider .slick-slide .tit{
  position: absolute;
  /* bottom: 0; */
  /* left: 0; */
  /* width: 100%; */
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: none;
}
.video-slider .slick-slide:hover .tit{
  text-decoration: underline;
}
.video-slider .slick-slide .play{
  position: absolute;
  top: calc(50% - 57.5px);
  left: calc(50% - 57.5px);
  text-align: center;
  color: white;
  font-size: 80px;
  display: none;
}
.video-slider .slick-center{
  pointer-events: auto;
  z-index: 20;
}
.video-slider .slick-center .play,
.video-slider .slick-center .tit{
  display: block;
}
.video-slider .slick-center img{
  transform: scale(1.6);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
.slick-arrow{
  width: 30px;
  height: 57px;
}
.container-video-slider .btn{
    color: black;
    background-color: white;
    border-width: 1px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 1px 1px 1px #888888;
}
.container-video-slider .desc{
  margin-top: 10px;
}
.slick-next:before{
  content: "";
  background: url('images/seta-direita.png') no-repeat;
  display: block;
  width: 31px;
  height: 58px;
}
.slick-prev:before{
    content: "";
    background: url(images/seta-esquerda.png) no-repeat;
    display: block;
    width: 31px;
    height: 58px;
}
.slick-prev,
.slick-next{
  top: calc(50% - 30px);
}
.slick-prev{
  left: 65px;
}
.slick-next {
    right: 125px;
}
.slick-prev, .slick-next{
  z-index: 20;
}
.slick-prev:before, .slick-next:before{
  font-family: 'Glyphicons Halflings';
  font-size: 80px;
  opacity: 1.0;
}

/*
**   REDES SOCIAIS
*/
.redes-sociais-home{
  margin-top: 80px;
}
.redes-sociais-home .row{
  margin-top: 10px;
}
.redes-sociais-home img{
  width: 100%;
}

/*
**   DOWNLOADS
*/
.downloads{
  font-size: 17px;
}
.downloads .row{
  margin-top: 30px;
}
.downloads .content{
  padding: 37px 0;
  background-color: white;
}
.downloads .tit{
  font-weight: bold;
  margin-bottom: 3px;
}
.downloads .desc{
  margin-bottom: 3px
}
.downloads .size{
  margin-bottom: 3px
}
.downloads .glyphicon-download-alt{
  font-size: 42px;
  margin-top: 30px;
  color: #ff560c;
}
.downloads .col-sm-2{
  padding-left: 0;
  text-align: center;
}
.downloads .col-sm-6{
  padding: 0;
}
.downloads .col-sm-4{
  padding-right: 0;
  text-align: center;
}
.downloads img{
  max-width: 100%;
}

/*
**   PROJETOS-LISTA
*/
.projetos-lista .content{
  display: block;
  background-color: white;
}
.projetos-lista .content .img-big{
  width: 100%;
}
.projetos-lista .content .txt{
  color: black;
  padding: 27px;
}
.projetos-lista .content .txt .num-proj{
  margin-bottom: 0px;
  font-size: 11px;
}
.projetos-lista .content .txt .mais{
  color: #ff560c;
}
.projetos-lista .content .txt .img-small{
  float: left;
  display: none;
  margin-right: 20px;
}
.projeto-lista .content .txt .num-proj{
  font-weight: 600;
  font-size: 12px;
}
.projetos-lista .content .txt .tit{
  font-size: 20px;
  font-weight: bold;
  height: 84px;
}
.projetos-lista .col-xs-12{
  margin-top: 10px;
}

/*
**   RELATORIAS-LISTA
*/
.relatorias-lista .relatoria{
  margin-top: 10px;
}
.relatorias-lista .relatoria .content{
  display: block;
  background-color: white;
  color: black;
  padding: 32px;
}
.relatorias-lista .relatoria .content .autor{
  font-size: 13px;
  font-weight: 600;
  color: #838383;
}
.relatorias-lista .relatoria .content .tit{
  font-size: 20px;
  font-weight: bold;
}
.relatorias-lista .relatoria .content .desc{
  font-size: 16px;
}
.relatorias-lista .relatoria .content .mais{
  color: #ff4e00;
}
.ideia{
  display: block;
  width: 100%;
  text-align: center;
  background-color: #34a3d7;
  color: white !important;
  margin-top: 20px;
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
}


/*
**   RELATORIAS/PROJETOS - VISUALIZAR
*/
.relatoria-visualizar .info-senado,
.projeto-visualizar .info-senado{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 22px 0;
    margin: 32px 0 52px;
}
.relatoria-visualizar .info-senado a,
.projeto-visualizar .info-senado a{
    color: #64aac7;
    font-style: italic;
}
.relatoria-visualizar .num-projeto,
.projeto-visualizar .num-projeto{
  font-size: 20px !important;
}
.relatoria-visualizar .info,
.projeto-visualizar .info{
  font-size: 16px !important;
}
.relatoria-visualizar .amarelo,
.projeto-visualizar .amarelo{
  color: white;
  background-color: #ffb400;
  text-align: center;
  padding: 5px 0;
  font-size: 14px !important;
}
.relatoria-visualizar .verde,
.projeto-visualizar .verde{
  color: white;
  background-color: #507e1b;
  text-align: center;
  padding: 5px 0;
  font-size: 14px !important;
  
}
.relatoria-visualizar .quadro,
.projeto-visualizar .quadro{
  margin-top: 50px;
}
.relatoria-visualizar .quadro .cinza,
.projeto-visualizar .quadro .cinza{
  background-color: #f1f1f1;
  padding: 40px;
}
.relatoria-visualizar .quadro .cinza p,
.projeto-visualizar .quadro .cinza p{
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}
.relatoria-visualizar .quadro .content,
.projeto-visualizar .quadro .content{
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    padding: 50px 36px;
}
.relatoria-visualizar .expandivel,
.projeto-visualizar .expandivel{
  margin-top: 30px;
    border: 1px solid #c1c1c1;
}
.relatoria-visualizar .expandivel .toggle,
.projeto-visualizar .expandivel .toggle{
  display: block;
  padding: 40px;
  color: black;
  font-weight: bold;
  font-size: 18px;
}
.relatoria-visualizar .expandivel .left,
.projeto-visualizar .expandivel .left{
  font-weight: bold;
  text-align: right;
}
.relatoria-visualizar .expandivel .content,
.projeto-visualizar .expandivel .content{
  display: none;
}
.relatoria-visualizar .expandivel .content.show,
.projeto-visualizar .expandivel .content.show{
  display: block;
  transition: all 0.5s;
}

/*
**   ACOES - LISTA
*/
.acoes-lista .menu-esq{
  margin-top: 20px;
  text-align: center;
  font-style: italic;
  background-color: white;
  background-clip: content-box;
}
.acoes-lista .materia-acao img{
  width: 100%
}
.acoes-lista .menu-esq .show{
  margin: 16px 0;
  color: black;
}
.acoes-lista .menu-esq .show:first-child{
  margin-top: 32px;
}
.acoes-lista .boneco-cores{
  float:left;
}
.acoes-lista .menu-esq .show img{
  margin-bottom: 5px;
}
.acoes-lista .menu-esq .show p{
  padding: 0 30px;
  font-size: 12px;
  font-weight: 600;
}
.acoes-lista .lista .descricao,
.acoes-lista .lista .show{
  margin: 20px 0;
  color: black;
  background-color: white;
  background-clip: content-box;
}
.acoes-lista .lista .show .midia{
  width: 100%;
}
.acoes-lista .lista .descricao .content,
.acoes-lista .lista .show .content{
  padding: 60px;
}
.acoes-lista .lista .descricao .tit{
    font-size: 30px;
    font-weight: 800;
    margin-top: 18px;
}
.acoes-lista .lista .descricao .tit.cor1{
  color: #c61c4c;
}
.acoes-lista .lista .descricao .tit.cor2{
  color: #21b9b0;
}
.acoes-lista .lista .descricao .tit.cor3{
  color: #b6e31b;
}
.acoes-lista .lista .descricao .tit.cor4{
  color: #f1ca37;
}
.acoes-lista .lista .descricao .tit.cor5{
  color: #cf6016;
}
.acoes-lista .lista .descricao .tit img{
  margin-right: 10px;
}
.acoes-lista .lista .show .data{
  font-size: 18px;
  font-weight: 300;
}
.acoes-lista .lista .show .tit{
  font-weight: bold;
  font-size: 25px;
}
.acoes-lista .lista .show .categoria{
  background-color: #f3f3f3;
  font-weight: bold;
  font-size: 13px;
  box-shadow: 1px 1px 2px 0px #656565;
  color: #656565;
  text-align: center;
  border-radius: 1px;
  padding: 4px 32px;
}
.acoes-lista .lista .show .desc{
  margin-top: 40px;
  font-size: 15px;
  margin-bottom: 24px;
}
.acoes-lista .lista .show .mais{
  color: #ff560c;
  font-size: 14px;
  font-weight: 600;
}
.acoes-lista .imagem-acoes{
    float: left;
    margin-right: 15px;
}

/*
**  SEUS DIREITOS - LISTA
*/
.passos-seus-direitos{
  margin-top: 30px;
  padding: 0 60px;
}
.passos-seus-direitos ol li{
  font-weight: 900;
  font-size: 16px;
  margin: 10px 0;
}
.passos-seus-direitos ol li a{
  color: #959595;
  font-weight: 700;
}
.bg-seus-direitos-lista{
  position: absolute;
  width: 100%;
  height: 6234px;
  z-index: -1;
  background-image: url('images/bg-seus-direitos-lista.png');
  background-position: center top;
  background-repeat: no-repeat;
  margin: 120px 0 200px;
}
.seus-direitos-lista{
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: white;
  padding: 60px;
}
.seus-direitos-lista .col-xs-12{
  margin: 20px 0;
}
.seus-direitos-lista .heading .tit{
  font-size: 32px;
  font-weight: 900;
}
.seus-direitos-lista .content img{
  width: 100%;
}
.seus-direitos-lista .content .seta{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: #ff560c;
  color: white;
  font-size: 40px;
  font-weight: 100;
}
@media screen and (max-width: 767px){
  .seus-direitos-lista .content .seta{
    font-size: 24px;
    width: 28px;
  }
}
.seus-direitos-lista .content .seta span{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.seus-direitos-info{
  margin-top: 160px;
  text-align: center;
}
.seus-direitos-info .tit{
  font-size: 50px;
  color: #165355;
  font-weight: 900;
  line-height: 1;
}
.seus-direitos-info .dark-bg{
  color: white;
  font-weight: 500;
}
.seus-direitos-info .light-bg{
  color: #538486;
  font-weight: 500;
}
.seus-direitos-info .dark-bg .yellow{
  color: #e5cb1c;
}
.seus-direitos-info .box-poder p{
  margin-top: 20px;
}
/*LIGHTBOX*/
.modal iframe{
    width: 100%;
    border: 0;
    height: 63vh;
}
.container-header .background{
  height: 700px;
}
.fb-comments{
  width: 100%
}
.fb-comments iframe{width: 100%;}
.container iframe{border: 0;width: 100%;}
.justified-gallery img{height: auto !important}
.modal{z-index: 10001;}

.home .projetos .lista .projeto-listado{
  overflow: hidden
}
.glyphicon-play-circle:before {
    background-image: url('images/botao-play.png');
    width: 96px;
    height: 96px;
    display: block;
    background-size: cover;
    content: '';
}

span.glyphicon.glyphicon-play-circle {
    width: 96px;
    height: 96px;
}

/** BG Especiais **/
.bg-centro-centro{
  background-position: top center;
}
.bg-topo-topo{
  background-position: top top;
}

/**Formatacao Posts**//
.visualizar .conteudo .wp-caption img{
  padding: 0;
}
.aligncenter{
  text-align: center;
}
.alignleft{
  float: left;
    margin-right: 25px;
}
.alignright{
  float:right;
  margin-left: 25px;
}

#menu_my_bootstrap_menu_settings_menu_principal_outer_list{
    text-align: center;
    display: block;
    margin: 0 auto;
    float: none !important;
}