@media (max-width: 480px) {

  .espalheNoticia p{
    display: none;
  }

 .acaoEmDestaque{
  display: table;
}
  .destaqueAcao{
    margin:10px 0;

  }

  .acaoEmDestaque .glyphicon-chevron-left{
  bottom: 0;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform: rotate(-90deg);
  top: inherit;
  left: 40%;
}

.acaoEmDestaque .glyphicon-chevron-right{
  top: 0;
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  transform: rotate(-90deg);
    right: 50%;
}

  .table-action thead {
    display: none;
  }
  .table-action tr {
    border-bottom: 1px solid #dddddd;
  }
  .table-action td {
    border: 0;
  }
  .table-action td:not(:first-child) {
    display: block;
  }

  .fotoPzPalavra{
  top: 0;
  margin:10px 0;
}

 
  .logoCNM{
    margin-left: 27px;
  }
  .abaRanking li a{
  font-size: 12px;
  }

  .pontuacaoRanking{
    width: 100%;
  }

  .listaGrupoRanking{
    margin-bottom: 15px;
  }

  .abaRanking li{
    font-size:15px!important;
  }

.setaDupla a{
    display: none;
  }

  .warp{
    padding-bottom: 235px;
  }

  .outraTabela .table-action td:not(:first-child) {
  display: inline-grid;
  }

  .noticiasDestaquesInferior .glyphicon-chevron-right {
  display: none;
}

.btnMaisNoticiasInferior{
  display: block;
}


}
