
/*--------------------------------------------------------------
# Noticias Section
--------------------------------------------------------------*/

#noticias {
    padding: 60px 0;
  }
  
  #noticias .noticia {
    border: 1px solid #e0e5fa;
    background: #fff;
    margin-bottom: 30px;
  }
  
  #noticias .noticia:hover .noticia-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  #noticias .noticia-img {
    overflow: hidden;
    margin-bottom: 15px;
  }
  
  #noticias .noticia-img img {
    transition: 0.3s ease-in-out;
  }
  
  #noticias h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0 15px;
  }

  
  #noticias a {
    color: #152b79;
  }
  
  #noticias a:hover {
    color: #C00;
  }
  
  #noticias .stars {
    padding: 0 20px;
    margin-bottom: 5px;
  }
  
  #noticias .stars i {
    color: #ffc31d;
  }
  
  #noticias p {
    padding: 0 15px;
    margin-bottom: 15px;
    color: #060c22;
    font-style: italic;
    font-size: 13px;
  }