@media only screen and (max-width : 480px ) {
  .noticias-list a{ 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .2s ease-in-out;

    filter: grayscale(0%);
    -webkit-filter: grayscale(0%) !important;
    -moz-filter: grayscale(0%) !important;
    -o-filter: grayscale(0%) !important;
    -ms-filter: grayscale(0%) !important;
  }
}
.noticias-list{
  padding: 0;
  overflow: hidden;
}
.noticias-list a{ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  transition: all .2s ease-in-out;

  filter: grayscale(90%);
  -webkit-filter: grayscale(90%);
  -moz-filter: grayscale(90%);
  -o-filter: grayscale(90%);
  -ms-filter: grayscale(90%);
}
.noticias-list a p{
  color: #fff;
  margin: 0;
  font-size: .8em;
  font-family: Poppins-Regular;
}
.noticias-list a h3, .noticias-list a h2{
  margin-bottom: 5px;
  text-shadow: 1px 2px #000;
  color: #FFF;
  margin-top: 5px;
}
.noticias-list a > div.n-title{
  position: absolute;
  bottom: 0;
  padding: 2% 5% 15px 5%;
  background-color: rgba(73,82,95,0.90);
  width: 100%;
}
div.n-dest-01 a h3, div.n-dest-01 a h2{
  font-size: 2em;
  font-family: Poppins-Regular;
}
div.n-dest-02 a h3, div.n-dest-02 a h2{
  font-size: 1.3em; 
}
div.n-dest-03 a h3, div.n-dest-03 a h2{
  font-size: 1.2em;
}
div.n-dest-04 a h3, div.n-dest-04 a h2{
  font-size: 1.2em;
}
.noticias-list a:hover{
  transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);

  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.n-dest-01,
.n-dest-01 a{
  min-height: 330px;
  display: block; 
}
.n-dest-02,
.n-dest-02 a{
  min-height: 330px;
  display: block; 
}
.n-dest-03,
.n-dest-03 a{
  min-height: 165px;
  display: block; 
}
.n-dest-04,
.n-dest-04 a{
  min-height: 220px;
  display: block; 
}
.box-mais-not{
  border-top: 1px solid #ddd;  
}
.box-mais-not p {
  font-family: Poppins-Regular;
	font-size: 1.4em;
	color: #2f353d;
}
.box-mais-not span:nth-child(1) {
	color: #b10909;
} 

.data_not p {
  font-family: Poppins-Regular;
}
.data_not small {
  color: #777;
}
.data_not small span {
  color: #b10909;
}
/* - */

.mais-noticias-list-1 a:hover,
.mais-noticias-list-2 a:hover {
	text-decoration: none;
}
.mais-noticias-list-1 a:hover > h4,
.mais-noticias-list-2 a:hover > h4 {
	color: #b10909;
  transition: 0.7s;  
}
.mais-noticias-list-1 a > .mn-image, 
.mais-noticias-list-2 a > .mn-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.mais-noticias-list-1 a > .mn-image{  
  min-height: 200px;
}
.mais-noticias-list-2 a > .mn-image{
  min-height: 150px;
}
.mais-noticias-list-1:hover h4{
  transition: 0.7s;
  color: #b10909
}
.mais-noticias-list-1  h4,
.mais-noticias-list-2 a > h4 {
  color: #2f353d;
  font-family: Poppins-Regular;
}
.text-black {
  color: #000;
}
a.text-black:hover {
  color: #b10909;
}

/* - */

.text-right a {
	text-decoration: none;
	color: #2f353d;
  font-family: Poppins-Regular;
	font-size: 1.1em;
}
.text-right a:hover {
  color: #b10909;
  text-decoration: none;
}
.text-right span {
	color: #b10909;
} 

/* Notícias - Todas */

.vinheta a {
  text-decoration: none;
  color: #2f353d;
}
.vinheta a:hover {
  transition: 0.7s;
}
.lista-todas1 {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.lista-todas1 a {
  color: #2f353d;
}
.lista-todas1 a:hover {
  color: #b10909;
  transition: 0.7s;
}
.lista-todas2{
  font-family: Poppins-Regular;
}
.lista-todas2 h4 {
  font-family: Poppins-Medium;
  color: #2f353d;
}
/* Notícias - Voltar */
.text-left {
  padding-left: 0;
}
.text-left a {
  color: #2f353d;
  font-size: 1.1em;
  font-family: Poppins-Regular;
}
.text-left a:hover {
  text-decoration: none; 
  color: #b10909;
}
.text-left span {
  color: #b10909;
  font-size: 1.1em;
}
.text-muted{
  font-family: Poppins-Light;
}
/* NOTICIA-TODAS */
.container-noticias{
  margin-top: 20px;
}
.subttl-vinheta-noticias{
  margin-top:20px; 
}
.noticia_todas_categoria{
  font-family: Poppins-Regular;
  font-size: 16px; 
  color: #fff;
  background-color:  #b10909;
  padding:10px;
}
.col-box-vinheta-noticias{
  margin-top: 20px;
}
.col-box-vinheta-noticias h1{
  margin-top: 0px;
}
.col-box-vinheta-noticias hr{
  border: 1px solid #b10909;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 10px;
}
/* NOTICIA-TODAS-FIM */
/* CATEGORIAS */
.not-ultima-categorias{
  padding: 10px;
  background-color: #b10909;
}
.not-ultima-categorias {
  color: #fff !important;
  font-family: Poppins-Medium;
  margin-right: 17px;
}
/* CATEGORIAS-FIM */