@media screen and (max-width: 1024px) {
  /* ----- PORTAL ----- */

  /* Área Banners Superior (oculta) */

  div#divAreaBannersSuperior {
    display: none
  }

  /* Notícias */

  div#divAreaNoticias {
    display: block;
    width: 100%;
  }

  div#divAreaNoticias ul.Destaques li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }

  div#divAreaNoticias ul.Destaques li:nth-child(4) {
    margin-right: 15px;
  }

  div#divAreaNoticias ul.Destaques li:nth-child(2n) {
    margin-right: 0;
  }

  div#divAreaNoticias ul.Destaques div.ImagemNoticia {
    width: calc(50vw - 22.5px);
    height: calc((50vw - 22.5px) * 0.5625);
  }

  div#divAreaNoticias li {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }

  div#divAreaNoticias li:nth-child(5n+5) {
    margin-right: 15px;
  }

  div#divAreaNoticias li:nth-child(2n) {
    margin-right: 0;
  }

  div#divAreaNoticias div.ImagemNoticia {
    width: calc(50vw - 22.5px);
    height: calc((50vw - 22.5px) * 0.5625);
  }


  /* Área Banners Central (oculta) */

  div#divAreaBannersCentral {
    display: none;
  }

  /* Área Banners Inferior (oculta) */

  div#divAreaBannersInferior {
    display: none
  }

  /* Vídeos */

  #divAreaVideos li {
    width: calc(100vw - 30px) ! important;
    height: auto ! important;
    margin: 0 0 15px 0 ! important;
  }

  #divAreaVideos li > * {
    height: calc((100vw - 30px) * 0.5625) ! important;
  }

  /* ----- LISTA ----- */

  ul#ulListaNoticias div.ImagemNoticia {
    width: calc(50vw - 15px);
    height: calc((50vw - 15px) * 0.5625);
  }

  div#divCriteriosPesquisa {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    box-sizing: border-box;
    border-radius: 0;
  }

  div#divCriteriosPesquisa span {
    display: none;
  }

  div#divCriteriosPesquisa #txtPalavraChave {
    width: calc(100% - 180px);
    margin-right: 10px;
    margin-bottom: 15px;
  }

  div#divCriteriosPesquisa #selOrgao {
    width: 100px;
  }

  div#divCriteriosPesquisa input.TxtData {
    width: 95px;
  }

  div#divCriteriosPesquisa img {
    width: 20px;
    height: 20px;
  }

  div#divCriteriosPesquisa #btnPesquisarNoticia {
    margin-left: 10px;
  }

  ul#ulListaNoticias div.DadosNoticia {
    width: calc(50vw - 30px);
  }

  p.Paginacao {
    text-align: left;
  }

  p.Paginacao a {
    margin-bottom: 15px;
  }

  /* Busca Solr */

  div.paginacao {
    text-align: left;
  }

  div.paginacao a {
    margin-bottom: 15px;
  }

  /* ----- VISUALIZAR ----- */

  #divImgPrincipal {
    float: none;
    width: 100%;
  }

  #imgPrincipal {
    max-width: 100%;
  }

  #divConteudoRelacionado {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #divConteudoRelacionado hr {
    display: none;
  }

  #divNoticiasRelacionadas {
    display: block;
    width: 100%;
  }

  #divNoticiasRelacionadas li {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }

  #divNoticiasRelacionadas li div.ImagemNoticia {
    width: calc(50vw - 47.5px);
    height: calc((50vw - 47.5px) * 0.5625);
  }

  #divNoticiasRelacionadas li:nth-child(2n) {
    margin: 0;
  }

  #divNoticiasRecentes {
    padding-top: 15px;
    display: block;
    width: 100%;
  }

  #divNoticiasRecentes li {
    width: calc(50% - 12.5px);
    margin-right: 25px;
  }

  #divNoticiasRecentes li div.ImagemNoticia {
    width: calc(50vw - 47.5px);
    height: calc((50vw - 47.5px) * 0.5625);
  }

  #divNoticiasRecentes li:nth-child(2n) {
    margin: 0;
  }

  #divNoticiasRecentes li:nth-child(n+3) {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  #divListaImg img {
    display: block;
    margin-bottom: 5px;
  }
}