/* xl - DESKTOP STYLES */
.blog-list {
  max-height: 500px;
  overflow-x: hidden;
}
.img_post-actividades {
  height: 500px;
}
.img_post-actividades img {
  height: 500px;
  object-fit: cover;
}
.img_vertical-post img {
  height: 156px;
  object-fit: cover;
}
.post_titulo-content-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.content_titulo-post_from, .content_column-blog {
  border-radius: 10px;
  overflow: hidden;
}
/* Para navegadores basadados en Chromium (Chrome, Edge, Safari, Opera) */
.blog-list::-webkit-scrollbar {
  width: 10px;
  /* Ancho de la barra */
}
.blog-list::-webkit-scrollbar-track {
  background: transparent;
  /* Fondo transparente */
}
.blog-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* Color azul claro de la barra */
  border-radius: 10px;
  /* Bordes redondeados */
}
/* Para Firefox */
.blog-list {
  scrollbar-width: thin;
  scrollbar-color: #61874f transparent;
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .img_post-actividades {
    height: 100%;
  }
  .img_post-actividades img {
    height: 100%;
    object-fit: cover;
  }
  .img_vertical-post img {
    height: 150px;
    object-fit: cover;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F4370-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F4370-scss-tablet-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FBA%3BAC0CA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlDA%3BACwDA%3BAAAA%3BAAAA%3BAAAA%3BADxDA%3BAAIA%3BAEHA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */