@charset "UTF-8";
/* xl - DESKTOP STYLES */
/*BLOG*/
/* Estilos para páginas de archivo (categorías y etiquetas) */
.archive-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.archive-header {
  text-align: center;
  margin-bottom: 40px;
}
.archive-title {
  font-size: 32px;
  margin-bottom: 15px;
}
.posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.posts-grid .post-card {
  flex: 0 0 calc(50% - 30px);
  margin: 15px;
}
@media (max-width: 767px) {
  .posts-grid .post-card {
    flex: 0 0 calc(100% - 30px);
  }
}
.post-card {
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.post .post-thumbnail {
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.3333333333;
  object-position: 26% 25%;
  transform-origin: center center;
  background: transparent !important;
  /* object-position: center; */
  /* transform: scale(1); */
  /* transform-origin: center center; */
}
.post-meta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-left: #d9272e 6px solid;
  font-size: 14px;
  color: #666;
  padding: 5px 20px;
}
.post-date, .post-category, .post .reading-time {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  font-size: var(--meta_font_size, 14px);
  color: var(--link_color, #333);
  line-height: normal;
}
.post-title {
  margin: 10px 0;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2;
}
.post-title a {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #141617;
  text-decoration: none;
}
.post-excerpt {
  padding: 0 20px;
  color: #555;
  font-size: 16px;
}
.business_sp_title img, .business_sp_title .wrapper a {
  display: none;
}
.read-more {
  display: inline-block;
  margin: 15px 0 0;
  color: #d9272e;
  font-weight: 400;
}
.pagination {
  margin-top: 40px;
  text-align: center;
}
/*# 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%2F11550-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BACIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%22%7D */