@media only screen and (max-width : 2560px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .Banner img{
    margin-bottom: 15px;
  }
  .box-noticia h3 {
      min-height: auto;
  }
  .box-noticia h4 {
      margin-bottom: 30px;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  footer img{
    padding-top: 25px;
  }
  .box-banner img{
    margin-bottom: 15px;
  }
  .input-padrao.input-assunto{
    margin-top: 15px;
  }
}
@media only screen and (max-width : 375px) {
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
  footer img{
    padding-top: 40px;
  }
}