.newsWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  /* padding: 0 10px; */
  box-sizing: border-box;
}

.news {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  margin-top: 0px;
}

.news .newsCategories {
  height: 25px;
}

.newsCategory {
  position: relative;
  font-size: 14px;
  color: #a2122e;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-style: italic;
  font-weight: 100;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5%;
  font-weight: 500;
}

.newsCategories .newsCategory.inArticle {
  margin-left: 5px;
}

.newsCategories .newsCategory.inArticle:first-child {
  margin-left: 0px;
}

.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  object-position: center;
}

.newsTitle {
  position: relative;
  width: 100%;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  margin: 10px auto;
  color: black;
  font-weight: 700;
}

.newsTags {
  margin-bottom: 5px;
  margin-top: 10px;
}

.newsTags .tag {
  position: relative;
  font-size: 14px;
  color: #a2122e;
  width: 100%;
  margin: 10px auto;
  line-height: 20px;
  margin-top: 0px;
  margin-left: 0;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 1%;
}

.newsSummary {
  font-size: 18px;
  line-height: 19px;
  display: -webkit-box;
}

.newsWrapper .newsWrapper .news .newsSummary {
  position: relative;
  width: 100%;
  line-height: 18px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 18px;
  /* color: #801a2e; */
  font-family: var(--font-family-2) !important;
}

.newsWrapper .newsWrapper .news .newsSummary p {
  position: relative;
  width: 100%;
  line-height: 18px;
  margin: auto;
  margin-bottom: 10px;
  font-size: 18px;
  /* color: #801a2e; */
  font-family: var(--font-family-2) !important;
}

.newsColgado {
  color: #6d6c6c;
  font-weight: 400;
  display: none;
}
