.main-slider .line-height-2 {
  text-shadow: 1px 1px 10px rgba(150, 150, 150, 1);
}

.blog-card__image > img {
  object-fit: cover;
  min-height: 200px;
  max-height: 200px;
}

.main-menu ul.main-menu__list a {
  font-family: "Roboto Slab";
  font-size: 1.5em;
}

.main-menu .container-item a {
  font-weight: bold;
}
.container-item img {
  max-width: 100%;
}

.main-menu small.text-small {
  color: white;
}
.territorioInteraprendizajeSmall {
  background-color: #ea673b;
  font-family: "Roboto Slab", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 1.5em;
  padding: 1em;
  margin-top: 2em;
  -webkit-box-shadow: 10px 10px 5px 2px rgb(0 0 0 / 75%);
  -moz-box-shadow: 10px 10px 5px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 5px 2px rgb(0 0 0 / 75%);
}

/* post paginations */
.pagination {
  margin-bottom: 0;
  margin-top: 0px;
}

@media (min-width: 992px) {
  .post-pagination {
    margin-top: 0px;
  }
}

.pagination a {
  display: flex;
  width: 35px;
  height: 35px;
  background-color: #eff2f6;
  align-items: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
}
.pagination li.active {
  display: flex;
  width: 35px;
  height: 35px;
  background-color: #eff2f6;
  align-items: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  transition: 500ms ease;
  cursor: default;
}

@media (min-width: 992px) {
  .pagination a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

.pagination a:hover {
  background-color: var(--thm-base);
  color: #fff;
}

.pagination li:first-child a,
.pagination li.active {
  background-color: var(--thm-base);
  color: #fff;
}

.pagination li:last-child a {
  background-color: var(--thm-black);
  color: #fff;
}

.pagination li + li {
  margin-left: 1px;
}

.pagination li:first-child a {
  background-color: var(--thm-base);
  color: #fff;
}

.container-item a {
  font-weight: bold;
}
.container-item em {
  font-weight: 500;
}

.container-item {
  text-align: justify;
}
