.text-sm {
  font-size: 0.8rem;
  line-height: 1.2;
}
.border-left {
  border-left: 3px solid #978d8d !important;
  background-color: #c53030;
  color: #fff;
  margin: 2px 5px;
  padding: 5px;
  height: 105px;
  display: flex;
}
.border-left .linea {
  width: 2px;
  height: 62%;
  margin-top: 5px;
  display: block;
  background-color: red;
  margin-right: 4px;
  position: absolute;
  bottom: 7px;
}
.border-left .contenido {
  margin-left: 10px;
}
.negro {
  color: #070707;
}
.plomo {
  color: #888888;
}
.verde {
  color: #4cb051;
}
.naranja {
  color: #f2ca45;
}
.truncate-overflow {
  --max-lines: 3;
  --lh: 1.4rem;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding: 3px 6px;
  font-size: 0.9rem;
  line-height: 1.2;
}
.swiper-slide {
  min-width: 16rem;
}
.noticia {
  height: 15.7rem;
}
.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}
.swiper-button-next,
.swiper-container-rtl,
.swiper-button-prev {
  background-image: none;
}
.swiper-pagination {
  bottom: 0 !important;
}
.padding-1 {
  padding: 0 5px;
}
/*tablas*/
.icono-des {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 17px;
}
.table > tbody > tr > td {
  padding: 3px 2px !important;
}
.table > thead > tr > th {
  padding: 5px 2px !important;
}
