.BS_queryItem_v1 .image {
  position: relative;
}
.BS_queryItem_v1 .image img {
  border-radius: 10px;
  aspect-ratio: 402 / 255;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.BS_queryItem_v1 .image i {
  position: absolute;
  bottom: -20px;
  right: 20px;
}
.BS_queryItem_v1 .info .fecha {
  font-family: var(--theme-font-two);
  text-transform: capitalize;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: var(--theme-base);
  margin-bottom: 6px;
}
.BS_queryItem_v1 .info .fecha i {
  transform: translateY(-2px);
}
.BS_queryItem_v1 .info .titulo,
.BS_queryItem_v1 .info .titulo a {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  font-family: var(--theme-font);
  color: #080808 !important;
  text-decoration: none !important;
}
.BS_queryItem_v1 .info .descripcion {
  font-family: var(--theme-font-two);
  font-size: 12px;
  line-height: 26px;
  color: var(--theme-gray);
}
.BS_queryItem_v1 .info .info_link {
  font-family: var(--theme-font-two);
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--theme-base);
}
