.sec-noticias {
  /*border:solid 1px red;*/
}

.noticia-index {
  margin-bottom: 40px;

}

.box-foto-noticia {
  width: 100%;
  height: 180px;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}

.box-foto-noticia img {
  width: 100%;
  border: solid 1px transparent;
}

.noticia-index h4 {
  color: #005ba2;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 140% !important;
}

.noticia-index h4 a {
  color: #305492;
}

.noticia-index:hover img {
  transition: all 0.4s;
  opacity: 0.8;
  width: 110% !important;
  border: solid 1px transparent;
}

.noticia-index:hover h4 a {
  transition: all 0.2s;
  color: #6a9ec6;
}

.noticia-index h4 {
  font-weight: 500 !important;
  font-family: 'Oswald', sans-serif;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-top: 0px;
}



@media only screen and (max-width:1120px) {
  .box-foto-noticia {
    height: 175px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 800px) {
  .box-foto-noticia {
    height: 140px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 500px) {
  .box-foto-noticia {
    height: auto;
    margin-bottom: 5px;
    min-height: 120px;
  }

  .noticia-index h4 {
    margin-bottom: 50px;
  }
}