.news-list-item-card .news-list-title {
  font-size: 20px;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  max-height: 190px;
  text-align:left;
  /*
  margin-bottom: 0px !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 1rem;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:8;
  -webkit-box-orient:block-axis;
*/
}
.news-list-item-card .news-list-date {
  color: #a4a7a7;
  font-size: 13px;
}
.news-list-item-card .news-list-category {
  font-size: 20px;
  font-weight: 600;
  color: #91afbd;
  margin-top: 10px;
  margin-bottom: 15px;
}

#searchFormSerenity{
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
#searchFormSerenity input{
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  width:100%;
}
#sm-sidebar .btn-ver-mas{
  margin-top: 15px;
}
@media (max-width: 980px) {
  .ocultar-mobile {
    display: none;
  }
}

@media (min-width: 980px) {
  .ocultar-escritorio {
    display: none;
  }
}

.btn-smblue {
  margin-left: 5px !important;
}