#infoarte {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
  font-size: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#infoarte * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

#infoarte #ct-abas-select{
  border-radius: 5px;
  border: 1px solid #cccccc;
  height: auto;
  padding: 3px 10px 0;
  background: #eee url(../images/seta-select.png) 95% center no-repeat;
  background-size: contain;
  min-height: 46px;
  margin: 20px auto 20px;
  max-width: 400px;
  overflow: hidden; 
  display: none;
}
#infoarte #ct-abas-select #abas-select{
  width: 120%;
  border: 0;
  background: transparent;
  outline: none;
  margin: 0;
  font: normal 20px OgloboCondensedMedium, Arial, "Times New Roman", times, serif;
  color: #0b0b0b;
  text-transform: uppercase;
}
#infoarte #ct-abas{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 auto 60px;
  font-size: 0; 
}
#infoarte #ct-abas .linha_bg{
  height: 2px;
  width: 100%;
  background: #9b9b9b;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#infoarte #ct-abas .botao{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  background: #e1e4e5;
  border-radius: 10px 10px 0 0;
  /*font: 25px/25px 'OgloboCondensedBold', Arial, Tahoma;*/
  font: 16px/16px 'OgloboCondensedBold', Arial, Tahoma;
  color: #bebfbf;
  text-transform: uppercase;
  max-width: 325px;
  /*width: 24%;*/
  /*width: 19%;*/
  width: 16.5%;
  padding: 17px 2%;
  cursor: pointer;
  z-index: 1;
}
#infoarte #ct-abas .botao:nth-child(2){
  padding: 25px 5px; 
}
#infoarte #ct-abas .botao.ativo{
  color: #1c304e;
  background: #fff;
  border: 2px solid #9b9b9b;
  border-bottom: 0;
  padding-top: 22px;
  z-index: 3;
  margin-bottom: -1px;
}

#infoarte > h3 {
  text-transform: uppercase;
  color: #464646;
  font: normal 20px/20px OgloboCondensedBold, "Times New Roman", times, serif;
  margin: 0 0 2px;
  padding-left: 3px;
}
#infoarte > small {
  font: 12px arial, tahoma;
  color: #999999;
  display: block;
  padding-left: 3px;
}
#infoarte > .row {
  padding-bottom: 5px;
  border-bottom: 1px dashed #c8c8c8;
}
#infoarte > .row .combo {
  height: 35px;
  width: 100%;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 5px;
  background: #00a8d3 url(../images/seta_combo_branco.png) no-repeat 97% center;
  padding: 0;
  line-height: 35px;
}
#infoarte > .row .combo #combo_estados {
  width: 120%;
  background: transparent;
  border: none;
  height: 35px;
  color: #fff;
  font: normal 12px arial, tahoma;
  padding: 0 10% 0 5px;
  font-weight: bold;
}
#infoarte > .row .combo option {
  padding: 3px 0 3px 5px;
}
#infoarte #lista_estados {
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 5px;
  padding-left: 0;
  margin:5px 0 0 0;
}
#infoarte #lista_estados ul {
  text-align: center;
  font-size: 10px;
}
#infoarte #lista_estados li {
  /*width: 3.57143%;*/
  width: 3.703703703703704%;
  height: 35px;
  padding-top: 13px;
  cursor: pointer;
  font: bold 12px arial, tahoma;
  text-transform: uppercase;
  float: left;
  list-style: none;
  color: #25314a;
  text-align: center;
  background: transparent url(../images/separator_states.png) no-repeat center right;
}
#infoarte #lista_estados li:last-child {
  background: none;
}
#infoarte #lista_estados li.ativo span {
  background-color: #00a8d3;
  border-radius: 5px;
  color: #fff;
  padding: 8px 22%;
}
#infoarte #lista_estados li span {
  position: relative;
  left: -1px;
}
#infoarte #filtros {
  height: auto;
  padding: 0;
  margin: 0 0 20px;
}
#infoarte #filtros #input_busca{
  width: 18.3%;
  float: left;
  height: 34px;
  overflow: hidden;
  border: 1px solid #eaecee;
  border-radius: 5px;
}
#infoarte #filtros #input_busca #busca{
  border: 0;
  background: #fff;
  outline: none;
  background: transparent url(../images/lupa.png) 95% center no-repeat;
  background-size: 20px;
  width: 100%;
  height: 34px;
  font: 13px/15px Arial, Tahoma;
  color: #8d8c8c;
  margin: 0;
  box-shadow: none;
  padding: 0 0.5rem;
}
#infoarte #filtros .filtro {
    float: left;
    margin-right: 10px;
    width: 8%;
    min-width: 75px;
    margin-left: 3%;
}
#infoarte #filtros #filtre{
  font: bold 13px/13px Arial, Tahoma, sans-serif;
  color: #000;
  margin-left: 40.5%;
  margin-bottom: 5px;
}
#infoarte #filtros #filtro2 {
  margin-left: 22%;
  /*padding: 0 10px;*/
}
#infoarte #filtros #filtro1 .combo,
#infoarte #filtros #filtro2 .combo,
#infoarte #filtros #filtro3 .combo,
#infoarte #filtros #filtro4 .combo,
#infoarte #filtros #filtro5 .combo {
  background: #fcfcfc url(../images/seta_combo.png) no-repeat 96% center;
  line-height: 34px;
}
/*#infoarte #filtros #filtro3 .combo {
  background: #fcfcfc url(../images/lupa.png) no-repeat 98% center;
}*/
#infoarte #filtros .combo {
  height: 34px;
  border: 1px solid #eaecee;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  background: #fcfcfc;
}
#infoarte #filtros .combo select, #infoarte #filtros .combo input {
  width: 125%;
  height: 34px;
  background-color: transparent;
  border: none;
  font: normal 12px arial, tahoma;
  color: #000;
  padding: 0 24% 0 5px;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
#infoarte #filtros .combo select {
  background: transparent;
  outline: none;
  /*padding-top: 8px;*/
}
#infoarte #filtros .combo input {
  background-color: transparent;
  float: left;
  padding-right: 30%;
}
#infoarte #tabela_deputados {
  color: #25314a;
  font: normal 12px arial, tahoma;
  height: auto;
  position: relative;
  margin-top: 10px;
  padding: 0;
}
#infoarte #tabela_deputados th {
  width: 10%;
  font: normal 14px OgloboCondensedBold, "Times New Roman", times, serif;
  color: #464646;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  padding-left: 10px;
  line-height: 14px;
}

#infoarte #tabela_deputados thead .sort {
  color:#00a8d3;
}

#infoarte #tabela_deputados thead .sort span {
  width: 13px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
  background: transparent url(../images/setas_sort.png) no-repeat 0 0;
}

#infoarte #tabela_deputados thead .sort.asc span {
  background-position:top left;
}

#infoarte #tabela_deputados thead .sort.desc span {
  background-position:bottom left;
}


#infoarte #tabela_deputados th.nome {
  width: 20%;
}
/*#infoarte #tabela_deputados th.ocupacao {
  width: 18%;
}
#infoarte #tabela_deputados th.instrucao {
  width: 15%;
}

#infoarte #tabela_deputados th.partido {
  width: 40%;
}

#infoarte #tabela_deputados th.cargo {
  width: 10%;
}
#infoarte #tabela_deputados th.bens {
  width: 17%;
}*/
#infoarte #tabela_deputados tbody .par {
  background-color: #fcfcfc;
}
#infoarte #tabela_deputados td {
  padding: 5px 0 5px 10px;
  border-top: 1px solid #e8e8e8;
}
#infoarte #tabela_deputados tfoot tr {
  text-align: right;
}

#infoarte #tabela_deputados tfoot td {
  text-align: right;
}
#infoarte #tabela_deputados td .footable-toggle{
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: transparent url("../images/ico-mais.png") 0 0 no-repeat;
  display: none;
  float: left;
  cursor: pointer;
}
#infoarte #tabela_deputados tr.footable-detail-show td .footable-toggle{
  background: transparent url("../images/ico-menos.png") 0 0 no-repeat;
}

#infoarte #tabela_deputados tfoot .info_page {
  display: inline;
  top: -30px;
  position: relative;
  font-family: Georgia, arial;
  font-size: 12px;
  color: #bbbbbb;
  font-style: italic;
}
#infoarte #tabela_deputados tfoot ul {
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding-left: 0;
  margin-left: 10px;
}

#infoarte #tabela_deputados tfoot li {
  list-style: none;
  margin: 0 2px;
  width: 29px;
  height: 29px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/buttons_paginate.png) no-repeat 0 0;
  cursor: default;
  float: left;
}
#infoarte #tabela_deputados tfoot li.next_table {
  background-position: -30px 0;
}
#infoarte #tabela_deputados tfoot li.has_prev {
  background-position: 0 bottom;
  cursor: pointer;
}
#infoarte #tabela_deputados tfoot li.has_next {
  background-position: right bottom;
  cursor: pointer;
}

#infoarte #tabela_deputados table {
  border:none;
  padding:0;
}

#infoarte #tabela_deputados table .load_table {
  text-align: center;
  background-color: #fff;
}

#infoarte #tabela_deputados thead,
#infoarte #tabela_deputados tfoot {
  background-color: transparent;
}

#infoarte #tabela_deputados tbody tr {
  background-color: #fff;
}

#infoarte #tabela_deputados tbody td {
  font-size: 14px;
}
#infoarte #tabela_deputados tbody td .img{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 6px;
}

#infoarte #tabela_deputados tbody td .img.a-favor:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(50, 110, 180, 0.4);
}

#infoarte #tabela_deputados tbody td .img.contra:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(216, 17, 17, 0.35);
}

#infoarte #tabela_deputados tbody td .img.abstencao:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(162, 162, 162, 0.35);
}
#infoarte #tabela_deputados tbody td .img.ausente:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(101, 101, 101, 0.35);
}

#infoarte #tabela_deputados tbody td .img.nao-opinou:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(162, 162, 162, 0.5);
}
#infoarte #tabela_deputados th,
#infoarte #tabela_deputados td{
  text-align: center;
}
#infoarte #tabela_deputados th:first-child,
#infoarte #tabela_deputados td:first-child{
  text-align: left;
}

#infoarte #tabela_deputados .footable-row-detail-row {
  padding: 2px 0;
}
#infoarte #tabela_deputados .footable-row-detail-name {
  display: inline;
  font-weight: bold;
}
#infoarte #tabela_deputados .footable-row-detail-name::after {
  content: " ";
}
#infoarte #tabela_deputados .footable-row-detail-value {
  display: inline;
}
#infoarte #tabela_deputados .footable-page {
  display: none;
}
#infoarte #tabela_deputados .paginate li:first-child,
#infoarte #tabela_deputados .paginate li:last-child {
  display: none;
}
#infoarte #tabela_deputados .footable-page-arrow {
  float: left;
  list-style: none;
}

.arredondado {
    border-radius: 50%;
}
#infoarte #tabela_deputados tbody td.a-favor span{
  background: #326EB4;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
}
#infoarte #tabela_deputados tbody td.contra span{
  background: #D81111;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
}
#infoarte #tabela_deputados tbody td.nao-opinou span{
  background: #A2A2A2;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
}
#infoarte #tabela_deputados tbody td.abstencao span{
  background: #a2a2a2;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
}
#infoarte #tabela_deputados tbody td.ausente span{
  background: #656565;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
  font-weight: bold;
}



.placar-impeachment{
  width: 100%;
  max-width: 900px;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px;
  display: none;
}
.categoria{
  width: 25%;
  float: left;
  height: 100%;
  height: 100px;
  text-align: center;
}
/*#lista-senadores .categoria,*/
/*#lista-senadores-julgamento .categoria{
  width: 33.33%;
}*/
.categoria:nth-of-type(2){
  border-right: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
.categoria:nth-of-type(3){
  border-right: 1px solid #DFDFDF;
}
.categoria:nth-of-type(1) h1{
  background: #326EB4;
}
.categoria:nth-of-type(2) h1{
  background: #D81111;
}
.categoria:nth-of-type(3) h1{
  background: #A2A2A2;
}
.categoria:nth-of-type(4) h1{
  background: #656565;
}
.categoria:nth-of-type(1) .valor{
  color: #326EB4;
}
.categoria:nth-of-type(2) .valor{
  color: #D81111;
}
.categoria:nth-of-type(3) .valor{
  color: #A2A2A2;
}
.categoria:nth-of-type(4) .valor{
  color: #656565;
}
.categoria h1{
  margin: 0;
  padding: 1px;
  font: 25px/30px 'OGloboCondensedBold', Arial, Tahoma;
  color: #fff;
  text-transform: uppercase;
}
.categoria .valor{
  font: 60px/44px 'OGloboCondensedBold', Arial, Tahoma;
}
.info-categoria{
  width: 100%;
  height: auto;
  overflow: hidden;
  font: 16px/21px 'OGloboCondensedRegular', Arial, Tahoma;
  color: #A2A2A2;
  display: block;
}
.info-categoria-mobi{
  padding: 5px 9px;
  background: #F2F2F2;
  text-transform: uppercase;
  line-height: 18px;
  display: none;
}
.info-categoria-mobi .quad{
  width: 10px;
  height: 10px;
  background: #A2A2A2;
  display: inline-block;
  margin-right: 5px;
}
.votos-necessarios{
  width: 100%;
  height: auto;
  overflow: hidden;
  font: 15px/24px 'OGloboCondensedRegular', Arial, Tahoma;
  color: #326EB4;
  text-transform: uppercase;
}
.votos-necessarios-mobi{
  padding: 5px 9px;
  background: #F2F2F2;
  display: none;
}
.votos-necessarios-mobi .quad{
  width: 10px;
  height: 10px;
  background: #326EB4;
  display: inline-block;
  margin-right: 5px;
}
.votos-necessarios span{
  font-family: 'OGloboCondensedMedium', Arial, Tahoma;
}



#infoarte #ct-topo-infoarte{
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 186px;
  position: relative;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 10000;
  background: #fff;
  left: 0;
  -webkit-box-shadow: 0px 0px 20px -1px rgba(61,61,61,1);
  -moz-box-shadow: 0px 0px 20px -1px rgba(61,61,61,1);
  box-shadow: 0px 0px 20px -1px rgba(61,61,61,1);
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo{
  width: 100%;
  height: auto;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 20px;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .placar-impeachment{
  border: 0;
  max-width: 500px;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo .placar-impeachment #categorias{
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #DFDFDF;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .placar-impeachment #categorias{
  border: 0;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo #tipo-escolhido{
  font: bold 13px/14px Arial, Tahoma;
  color: #000;
  display: none;
  padding: 0 5px;
  background: #fff;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo .placar-impeachment #nome-votacao{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .placar-impeachment #nome-votacao{
  display: none;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo .placar-impeachment #nome-votacao span{
  color: #313131;
  font: 25px/25px OGloboCondensedBold, Arial, Tahoma;
  position: relative;
  background: #fff;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  z-index: 2;
  text-transform: uppercase;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo .placar-impeachment #nome-votacao .linha-bg{
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 1;
  top: 45%;
  left: 0;
  background: #313131;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #tipo-escolhido{
  display: block;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #categorias{
  height: auto;
  overflow: hidden;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria{
  height: 25px;
  width: auto;
  padding: 0 7px;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria h1{
  font-size: 21px;
  line-height: 21px;
  width:auto;
  display: inline-block;
  vertical-align: middle;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-of-type(1) h1{
  background: #fff;
  color: #326EB4;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-of-type(2) h1{
  background: #fff;
  color: #D81111;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-of-type(3) h1{
  background: #fff;
  color: #A2A2A2;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-of-type(4) h1{
  background: #fff;
  color: #656565;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria .valor{
  font: 21px/21px 'OGloboCondensedMedium', Arial, Tahoma;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #filtros #input_busca{
  margin-left: 40%;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo .categoria.filtre{
  display: none;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria.filtre{
  font: 18px/18px 'OGloboCondensedMedium', Arial, Tahoma;
  color: #4bacd5;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria.filtre .seta-filtre{
  width: 12px;
  height: 7px;
  background: transparent url(../images/seta-filtre-baixo.png) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria.filtre .seta-filtre.acima{
  background: transparent url(../images/seta-filtre.png) 0 0 no-repeat;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-of-type(2){
  border-color: #939393;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .votos-necessarios{
  font-size: 13px;
  text-align: left;
  background: #fff;
  padding: 0 7px;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .votos-necessarios-mobi{
  display: block
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .votos-necessarios span{
  font-family: 'OGloboCondensedBold', Arial, Tahoma;
}
#infoarte #ct-topo-infoarte #topo-infoarte #topo .mostra-fixo{
  display: none;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .mostra-fixo{
  display: inline;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .esconde-fixo{
  display: none;
}

#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros{
  margin-top: -50px;
  margin-bottom: 10px;
  display: block;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros #filtre{
  margin-left: 59.5%;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros #filtro2{
  margin-left: 1%;
}
#infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros .filtro{
  margin-left: 1%;
}
#infoarte .embed-video-ao-vivo{
  max-width: 900px;
  margin: 0 auto;
}
#infoarte .embed-video-ao-vivo-titulo{

}
#infoarte .embed-youtube{
  height: 0;
  margin-bottom: 40px;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
#infoarte .embed-youtube-iframe{
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  display: block !important;
}
#infoarte .embed-video-ao-vivo-titulo{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin-bottom: 5px;
}
#infoarte .embed-video-ao-vivo-titulo span{
  color: #313131;
  font: 25px/25px OGloboCondensedBold, Arial, Tahoma;
  position: relative;
  background: #fff;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  z-index: 2;
  text-transform: uppercase;
}
#infoarte .embed-video-ao-vivo-titulo .linha-bg{
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 1;
  top: 60%;
  left: 0;
  background: #313131;
}
#infoarte .embed-youtube-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

@media all and (min-width: 1024px){
  #infoarte #filtros .small-16.medium-16.large-16.columns{
    padding-left: 4px;
  }
}

@media all and (max-width: 1024px){
  #infoarte #tabela_deputados td .footable-toggle{
    display: none;
  }
  #infoarte > h3{
    padding-left: 8px;
  }
  #infoarte > small {
    padding-left: 8px;
  }
  #infoarte #filtros .small-16.medium-16.large-16.columns{
    padding-left: 5px;
  }
}

@media all and (max-width: 965px){
  #infoarte #ct-abas .botao{
    font-size: 15px;
    line-height: 15px; 
    padding: 17px 1%;
  }
}

@media all and (max-width: 930px){
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria h1,
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria .valor{
    font-size: 17px;
  }
  #infoarte #filtros .filtro{
    margin-left: 6%;
  }
}


@media all and (max-width: 795px){
  #infoarte #filtros .filtro{
    margin-left: 0;
  }
  #infoarte #filtros #filtro2{
    margin-left: 14%;
  }
  #infoarte #filtros #input_busca{
    width: 26%;
  }
  #infoarte #ct-abas .botao{
    font-size: 14px;
    line-height: 14px;
  }
  #infoarte #ct-abas .botao:nth-child(2){
    padding: 17px 5px;
  }
}

@media all and (max-width: 768px){
  #infoarte #ct-abas-select{
    display: block;
  }
  #infoarte #ct-abas{
    display: none;
  }
}
@media all and (max-width: 640px){
  #infoarte #ct-abas{
    margin-bottom: 20px;
    font-size: 0;
  }
  #infoarte #ct-abas .botao{
    font-size: 9.5px;
    line-height: 9.5px;
    padding: 10px 0px;
    width: 20%;
  }
  #infoarte #ct-abas .botao.ativo{
    padding-top: 15px;
  }
  #infoarte #ct-abas .botao:nth-child(2){
    padding: 15px 5px;
  }


  #infoarte #filtros #filtro2{
    padding-right: 0;
  }
  #infoarte > h3{
    padding-left: 3px;
  }
  #infoarte > small {
    padding-left: 3px;
  }

  #infoarte .placar-impeachment{
    margin-bottom: 10px;
  }
  #infoarte #filtros #filtro2{
    margin-left: 0;
  }
  #infoarte #filtros .filtro{
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  #infoarte #tabela_deputados #dados-deputados th:nth-child(4),
  #infoarte #tabela_deputados #dados-deputados td:nth-child(4){
    display: none;
  }
  #infoarte #tabela_deputados td {
    text-align: center;
  }
  #infoarte #tabela_deputados td .footable-toggle{
    display: none;
  }
  #infoarte #tabela_deputados tbody td.a-favor,
  #infoarte #tabela_deputados tbody td.contra,
  #infoarte #tabela_deputados tbody td.nao-opinou{
    padding-left: 0;
  }
  #infoarte #tabela_deputados tbody td .img{
    display: block;
    margin: 0 auto;
  }

  .categoria{
    width: 25%;
    height: auto;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-child(3){
    width: 33%;
  }
  .categoria:last-child{
    border-right: 0;
  }
  .categoria h1{
    font: 15px/15px 'OGloboCondensedSemibold', Arial, Tahoma;
    padding: 4px 0;
  }
  .categoria .valor{
    font-size: 40px;
    line-height: 40px;
    padding: 5px 0;
  }
  .categoria .votos-necessarios{
    display: none;
  }
  .votos-necessarios-mobi{
    display: block;
  }
  #votos-computados .link{
    color: #fff;
  }
  .categoria .info-categoria{
    display: none;
  }
  #lista-senadores .info-categoria-mobi,
  #lista-senadores-julgamento .info-categoria-mobi{
    display: block;
  }



  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo{
    padding-top: 5px;
    min-height: 55px;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .placar-impeachment{
    width: 100%;
  }
  #infoarte #ct-topo-infoarte #topo-infoarte #topo .placar-impeachment #nome-votacao span{
    font-size: 19px;
    line-height: 20px;
  }

  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #categorias{
    height: auto;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px -1px rgba(61,61,61,1);
    -moz-box-shadow: 0px 0px 20px -1px rgba(61,61,61,1);
    box-shadow: 0px 0px 20px -1px rgba(61,61,61,1);
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria{
    height: 52px;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria h1,
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria .valor{
    font-size: 15px;
    line-height: 16px;
    display: block;
    text-align: left;
    padding: 0;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria.filtre{
    display: inline-block;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria h1{
    font-family: 'OGloboCondensedBold', Arial, Tahoma;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .votos-necessarios-mobi{
    display: none;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo .categoria:nth-of-type(3){
    border-right: 1px solid #939393;
  }


  #infoarte #filtros #input_busca{
    width: 100%;
    margin-bottom: 10px;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #filtros #input_busca{
    margin-left: 0;
    margin-bottom: 5px;
    background: #fff;
    border: 0;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros{
    margin-top: 10px;
    margin-bottom: 0px;
    background: #e4e4e4;
    padding-top: 5px;
    display: none;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros .filtro{
    margin: 0 auto 5px;
  }
  #infoarte #ct-topo-infoarte #topo-infoarte #topo #filtros #filtre,
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros #filtre{
    display: none;
  }
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros #filtre,
  #infoarte #ct-topo-infoarte.fixo #topo-infoarte #topo #filtros #filtro2{
    margin-left: 0;
  }

  #infoarte #tabela_deputados tbody td.a-favor,
  #infoarte #tabela_deputados tbody td.contra,
  #infoarte #tabela_deputados tbody td.nao-opinou{
    font-size: 12px;
  }
}
