.numbers {
  display: flex;
  justify-content: center;
  margin: auto 0;
}

.pageNumber {
  color: #808080;
  margin: auto 10px;
}

.pageNumber.selected {
  color: #a2122e;
}

#filters {
  width: 100%;
  margin: 15px auto;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.filterSelect {
  position: relative;
  height: 20px;
  font-size: 14px;
  width: 100%;
  border: none;
  background-color: transparent;
  text-align-last: initial;
  padding-left: 10px;
  color: #000000;
  padding: 7px;
  height: 36px;
  box-sizing: border-box;
  background-image: url(../../files/selectArrow.png);
  background-position: 96% center;
  background-size: 14px;
  background-repeat: no-repeat;
  text-indent: 10px;
}

.filterSelect option {
  color: #808080;
  font-size: 13px;
}

.filterSelect.optionSelected {
  color: black;
}

.newsWrapper .sectionTitle {
  width: 80%;
  margin-bottom: 0px;
  margin-top: 30px;
  color: #7b201a;
  display: block;
  font-size: 25px;
}

.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;
}
.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;
}
.newsSummary {
  font-size: 18px;
  line-height: 19px;
  display: -webkit-box;
}

.activityViewMore,
.activityEntryStatus {
  position: relative;
  width: 100%;
  line-height: 22px;
  margin: auto;
  font-size: 18px;
  font-family: var(--font-family-2) !important;
  color: #801a2e;
}

.activityViewMore {
  margin: 15px auto;
}

.newsSummary img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.articleRow .news .newsSummary p,
.articleRow .news .newsSummary p span,
.articleRow .news .newsSummary p > * {
  margin-bottom: 0 !important;
  /* font-size: 14px; */
  line-height: 19px;
}
.sectionTitle.agenda {
  display: block;
}
.sectionTitle,
.sectionSubTitle {
  position: relative;
  width: 50%;
  height: auto;
  line-height: 50px;
  margin: 15px auto;
  font-size: 30px;
  font-style: italic;
  text-align: center;
  color: #7b201a;
  font-weight: 100;
  /* text-transform: uppercase; */
  /* font-family: 'IBMPlexSans' !important; */
  display: none;
}

.filter {
  position: relative;
  margin: auto;
  width: 20%;
  overflow: hidden;
  text-align: initial;
  margin: 6px;
  border: 1px solid rgb(224, 224, 224);
}

.noResults {
  color: black;
  text-align: center;
  font-size: 19px;
  margin-top: 50px;
}

.articleRow {
  position: relative;
  width: 90%;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
  gap: 50px 20px;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 12px;
}
.newsContainer.agenda .articleRow {
  column-gap: 4%;
}
.pagesNavigation {
  position: relative;
  width: auto;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  display: flex;
  justify-content: center;
  margin: 80px auto;
}

.pagesNavigation a,
.numbers {
  position: relative;
  height: 100%;
  width: fit-content;
  margin: auto 10px;
  cursor: pointer;
}

.pagesNavigation .button {
  margin: auto 20px;
  color: #b0b0b0;
}

.newsWrapper .news .newsDate {
  position: relative;

  width: 100%;

  line-height: 18px;

  margin: auto;

  margin-bottom: 8px;

  font-size: 14px;

  color: #801a2e;

  font-family: var(--font-family-2) !important;
}

.newsContainer {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.newsRow {
  position: relative;
  width: 90%;
  grid-gap: 0%;
  grid-auto-flow: column;
  overflow: hidden;
  display: grid;
  margin: 50px auto;
  justify-content: space-between;
  margin-top: 0px;
}

.newsRow.even-size {
  grid-auto-columns: 25% 25% 25% 25%;
}

.newsWrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: space-around;
  /* padding: 0 10px; */
  box-sizing: border-box;
}
.highlightNew {
  /* grid-column: auto/ span 2; */
}
.articleRow .newsWrapper {
  max-height: 100vh;
}
.news .newsCategories {
  height: 25px;
}
.agenda .newsTitle {
  font-weight: 500;
}
.news {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
  overflow: hidden;
  font-size: 14px;
  margin-top: 0px;
}

.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;
}
.newsContainerTitle {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  /* margin-top: 70px; */
  margin-bottom: 0px;
  color: #7b1f1a;
  padding-top: 3px;
  letter-spacing: 2px;
  text-transform: initial;
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  font-family: "Futura" !important;
}

.newsLeftArrow {
  /* margin-bottom: 40px; */
  /* position: absolute; */
  height: 39px;
  width: 40px;
  left: calc(50% - 50px);
  /* top: calc(50% - 50px); */
  cursor: pointer;
  background-image: url(/files/arrowLeft.svg);
  background-size: 25px;
  z-index: 1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.newsRightArrow {
  display: block;
  /* position: absolute; */
  right: calc(50% - 50px);
  top: calc(50px - 51px);
  z-index: 1;
  height: 39px;
  width: 40px;
  background-image: url(/files/arrowLeft.svg);
  background-size: 25px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transform: rotate(180deg);
}
.newsImage {
  position: relative;
  background-size: cover;
  width: 100%;
  object-position: center;
}

.articleRow .newsWrapper .newsImage {
  height: 50vh !important;
  object-fit: cover;
}
.agenda .newsWrapper .newsImage {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto !important;
}
.newsColgado {
  color: #6d6c6c;
  font-weight: 400;
  display: none;
}

.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;
}
.newsAuthor {
  display: none;
}
h1.sectionSubtitle {
  display: block;
  color: black;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: -30px;
  font-size: 20px;
}

.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%;
}

.imageCaption {
  position: relative;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
  color: #565656;
}

.shortDescription {
  margin: 20px auto 10px;
  position: relative;
  width: 90%;
  overflow: hidden;
  font-size: 18px;
  color: #a2122e;
  line-height: 22px;
}

.shortDescription p {
  margin: 0;
}

img.newsImage.backgroundImage {
  width: 100% !important;
}

h6.imageCaption {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .newsWrapper .sectionTitle {
    margin-bottom: 20px;
  }
  .filter {
    width: 90%;
  }
  .articleRow .newsWrapper {
    margin-bottom: 20px;
  }
  .newsSummary {
    margin-top: 0 !important;
  }

  .newsSummary p img {
    width: 100%;
  }

  .newsRow {
    width: 100% !important;
  }

  .newsContainer {
    margin-top: 0px;
  }

  .articleRow {
    display: block;
    margin-top: 0px;
    width: 80%;
  }

  .shortDescription {
    margin-left: 5%;
    width: 90%;
  }

  .newsCategory {
    margin-top: 15px;
  }
}
