/*  Home - News section */
.noticia-lead { font-size: 14px; color: #888888; height: 40px; overflow: hidden; }
.titulouno { font-family: 'PlayfairDisplay-Regular', serif !important; 
	font-size: 26px !important; margin-bottom: 15px !important; text-overflow: ellipsis; 
	display: -webkit-box; -webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	hyphens: auto; 
	/*overflow: hidden;*/ 
}
.titulouno a:link, .titulouno a:visited {color: #000 !important;}
.view-noticias p { 
	text-overflow: ellipsis; -webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	hyphens: auto; overflow: hidden; }

/* Desktop */
@media (min-width: 767px) { 
  .view-noticias .col-md-6 { padding-left: 15px !important; }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 1200px) {
  .view-noticias .heading { padding-top: 20px; }
}

/* Responsive */
@media (max-width: 767px) {
  #ishome .view-noticias, .titulouno { text-align: center; }
  #ishome .heading { padding-top: 15px; }

}