.hunter-blog-featured,
.hunter-blog-featured *,
.hunter-blog-grid,
.hunter-blog-grid * {
  box-sizing: border-box;
}
.hunter-blog-featured,
.hunter-blog-grid {
  --hunter-blog-accent: #f71240;
  width: 100%;
  background: #fff;
  color: #302d2d;
  font-family: "Montserrat", Arial, sans-serif;
}
.hunter-blog-featured__inner,
.hunter-blog-grid__inner {
  width: calc(100% - 48px);
  max-width: 1136px;
  margin: 0 auto;
}
.hunter-blog-featured__inner {
  padding: 64px 0 0;
}
.hunter-blog-featured__header {
  text-align: center;
  margin-bottom: 48px;
}
.hunter-blog-featured__eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--hunter-blog-accent);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.hunter-blog-featured__eyebrow-row img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.hunter-blog-featured__icon {
  display: flex;
  width: 18px;
  height: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border: 2px solid currentColor;
  gap: 2px;
}
.hunter-blog-featured__icon i {
  display: block;
  width: 9px;
  height: 1.5px;
  background: currentColor;
}
.hunter-blog-featured__header h1,
.hunter-blog-featured__header h2,
.hunter-blog-featured__header h3,
.hunter-blog-featured__header div {
  margin: 0;
  color: #2c2929;
  font-size: 40px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
.hunter-blog-featured__header > p {
  max-width: 780px;
  margin: 20px auto 0;
  color: #6b6767;
  font-size: 16px;
  line-height: 1.55;
}
.hunter-blog-featured__categories {
  margin-bottom: 50px;
}
.hunter-blog-featured__category-tabs {
  display: grid;
  min-height: 54px;
  padding: 7px;
  border-radius: 999px;
  background: #2d2927;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 3px;
}
.hunter-blog-featured__category-tabs a {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 7px;
  border-radius: 999px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
  transition:
    background-color 0.25s ease,
    color 0.25s ease;
}
.hunter-blog-featured__category-tabs a:hover,
.hunter-blog-featured__category-tabs a:focus-visible,
.hunter-blog-featured__category-tabs a[aria-current="page"] {
  background: var(--hunter-blog-accent);
  color: #fff;
}
.hunter-blog-featured__category-select-wrap {
  display: none;
}
.hunter-blog-featured__carousel {
  position: relative;
}
.hunter-blog-featured__viewport {
  overflow: hidden;
  border-radius: 24px;
}
.hunter-blog-featured__track {
  display: flex;
  transition: transform var(--hunter-featured-duration, 550ms)
    cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.hunter-blog-featured__slide {
  display: grid;
  min-width: 100%;
  height: min(var(--hunter-blog-banner-height, 500px), 500px);
  min-height: 0;
  max-height: 500px;
  overflow: hidden;
  border-radius: 24px;
  grid-template-columns: 42% 58%;
}
.hunter-blog-featured__copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 52px 48px;
  background: #f71240;
  color: #fff;
}
.hunter-blog-featured__copy h2 {
  display: -webkit-box;
  margin: 0 0 28px;
  overflow: hidden;
  color: inherit;
  font-size: 38px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.08;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.hunter-blog-featured__copy p {
  display: -webkit-box;
  margin: 0 0 34px;
  overflow: hidden;
  color: inherit;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0.96;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.hunter-blog-featured__copy a,
.hunter-blog-grid__read-more {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 1.5px solid var(--hunter-blog-accent);
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease;
}
.hunter-blog-featured__copy a {
  padding: 12px 24px;
  border-color: #fff;
  background: #fff;
  color: var(--hunter-blog-accent);
  font-size: 14px;
}
.hunter-blog-featured__copy a span,
.hunter-blog-grid__read-more span {
  font-size: 22px;
  line-height: 0.7;
}
.hunter-blog-featured__copy a:hover,
.hunter-blog-featured__copy a:focus-visible {
  background: transparent;
  color: #fff;
  transform: translateY(-2px);
}
.hunter-blog-featured__image {
  position: relative;
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}
.hunter-blog-featured .hunter-blog-featured__image > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center;
}
.hunter-blog-featured__arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #302d2d;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
  place-items: center;
  transform: translateY(-50%);
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.hunter-blog-featured__arrow:hover {
  background: var(--hunter-blog-accent);
  color: #fff;
}
.hunter-blog-featured__arrow--prev {
  left: 14px;
}
.hunter-blog-featured__arrow--next {
  right: 14px;
}
.hunter-blog-featured__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  gap: 7px;
}
.hunter-blog-featured__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c8c7c7;
  cursor: pointer;
}
.hunter-blog-featured__dots button[aria-current="true"] {
  background: var(--hunter-blog-accent);
}
.hunter-blog-grid {
  position: relative;
  overflow: hidden;
}
.hunter-blog-grid--pattern::before {
  position: absolute;
  inset: 0;
  background: var(--hunter-blog-grid-pattern) center/cover repeat;
  content: "";
  opacity: 0.7;
  pointer-events: none;
}
.hunter-blog-grid__inner {
  position: relative;
  z-index: 1;
  padding: 108px 0 78px;
}
.hunter-blog-grid__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 58px;
}
.hunter-blog-grid__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.hunter-blog-grid__image {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.75;
  background: #f2f2f2;
}
.hunter-blog-grid__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hunter-blog-grid__card:hover .hunter-blog-grid__image img {
  transform: scale(1.035);
}
.hunter-blog-grid__meta {
  display: flex;
  min-height: 29px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 17px;
  gap: 12px;
  color: #777276;
  font-size: 12px;
  line-height: 1.3;
}
.hunter-blog-grid__badges {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 7px;
}
.hunter-blog-grid__badges a {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: #ffe7ed;
  color: var(--hunter-blog-accent);
  text-decoration: none;
  white-space: nowrap;
}
.hunter-blog-grid__meta time {
  padding: 5px 0;
  white-space: nowrap;
}
.hunter-blog-grid__card h2 {
  display: -webkit-box;
  min-height: 82px;
  margin: 10px 0 20px;
  overflow: hidden;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hunter-blog-grid__card h2 a {
  color: #302d2d;
  text-decoration: none;
}
.hunter-blog-grid__excerpt {
  display: -webkit-box;
  margin: -8px 0 20px;
  overflow: hidden;
  color: #676262;
  font-size: 14px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hunter-blog-grid__read-more {
  width: max-content;
  margin-top: auto;
  padding: 10px 20px;
  color: var(--hunter-blog-accent);
  font-size: 13px;
}
.hunter-blog-grid__read-more:hover,
.hunter-blog-grid__read-more:focus-visible {
  background: var(--hunter-blog-accent);
  color: #fff;
  transform: translateY(-2px);
}
.hunter-blog-grid__sentinel {
  height: 1px;
}
.hunter-blog-grid__loader {
  display: none;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  padding-top: 48px;
}
.hunter-blog-grid__loader.is-visible {
  display: flex;
}
.hunter-blog-grid__loader > span[aria-hidden="true"] {
  display: block;
  width: 42px;
  height: 42px;
  border: 6px solid #d9dfe2;
  border-top-color: var(--hunter-blog-accent);
  border-radius: 50%;
  animation: hunter-blog-spin 0.8s linear infinite;
}
.hunter-blog-grid__end {
  margin: 50px 0 0;
  color: #777276;
  text-align: center;
  font-size: 14px;
}
.hunter-blog-grid__card[hidden] {
  display: none !important;
}
@keyframes hunter-blog-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .hunter-blog-featured__category-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-radius: 26px;
  }
  .hunter-blog-featured__copy {
    padding: 42px 34px;
  }
  .hunter-blog-featured__copy h2 {
    font-size: 32px;
  }
  .hunter-blog-grid__items {
    column-gap: 24px;
  }
  .hunter-blog-grid__card h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .hunter-blog-featured__inner,
  .hunter-blog-grid__inner {
    width: 100%;
    max-width: none;
  }
  .hunter-blog-featured__inner {
    padding: 54px 17px 0;
  }
  .hunter-blog-featured__header {
    margin-bottom: 38px;
  }
  .hunter-blog-featured__eyebrow-row {
    margin-bottom: 24px;
    font-size: 11px;
    gap: 9px;
  }
  .hunter-blog-featured__eyebrow-row img {
    width: 17px;
    height: 17px;
  }
  .hunter-blog-featured__icon {
    width: 14px;
    height: 16px;
  }
  .hunter-blog-featured__header h1,
  .hunter-blog-featured__header h2,
  .hunter-blog-featured__header h3,
  .hunter-blog-featured__header div {
    max-width: 300px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.16;
  }
  .hunter-blog-featured__header > p {
    font-size: 14px;
  }
  .hunter-blog-featured__category-tabs {
    display: none;
  }
  .hunter-blog-featured__category-select-wrap {
    display: block;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--hunter-blog-accent);
  }
  .hunter-blog-featured__category-select-wrap::after {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #302d2d;
    border-bottom: 2px solid #302d2d;
    content: "";
    pointer-events: none;
    transform: rotate(45deg);
  }
  .hunter-blog-featured__category-select-wrap select {
    width: 100%;
    height: 47px;
    padding: 0 42px 0 12px;
    border: 1px solid #4c4949;
    border-radius: 6px;
    background: #fff;
    color: #302d2d;
    font-family: inherit;
    font-size: 13px;
    font-weight: 650;
    appearance: none;
  }
  .hunter-blog-featured__categories {
    margin-bottom: 19px;
  }
  .hunter-blog-featured__viewport,
  .hunter-blog-featured__slide {
    border-radius: 7px;
  }
  .hunter-blog-featured__slide {
    display: flex;
    height: auto;
    min-height: var(--hunter-blog-banner-height, 515px);
    max-height: none;
    flex-direction: column;
  }
  .hunter-blog-featured__copy {
    height: 292px;
    flex: none;
    padding: 32px 18px;
  }
  .hunter-blog-featured__copy h2 {
    margin-bottom: 18px;
    font-size: 25px;
    line-height: 1.05;
    -webkit-line-clamp: 4;
  }
  .hunter-blog-featured__copy p {
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.48;
    -webkit-line-clamp: 4;
  }
  .hunter-blog-featured__copy a {
    padding: 10px 18px;
    font-size: 12px;
  }
  .hunter-blog-featured__copy a span {
    font-size: 19px;
  }
  .hunter-blog-featured__image {
    height: 223px;
    flex: none;
  }
  .hunter-blog-featured__arrow {
    display: none;
  }
  .hunter-blog-featured__dots {
    margin-top: 11px;
    gap: 5px;
  }
  .hunter-blog-featured__dots button {
    width: 9px;
    height: 9px;
  }
  .hunter-blog-grid__inner {
    padding: 50px 17px 64px;
  }
  .hunter-blog-grid__items {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 44px;
  }
  .hunter-blog-grid__image {
    border-radius: 8px;
    aspect-ratio: 1.55;
  }
  .hunter-blog-grid__meta {
    min-height: 25px;
    margin-top: 13px;
    font-size: 10px;
  }
  .hunter-blog-grid__badges a {
    padding: 4px 9px;
  }
  .hunter-blog-grid__meta time {
    padding: 4px 0;
  }
  .hunter-blog-grid__card h2 {
    min-height: 0;
    margin: 8px 0 15px;
    font-size: 22px;
    line-height: 1.1;
    -webkit-line-clamp: 2;
  }
  .hunter-blog-grid__excerpt {
    font-size: 13px;
  }
  .hunter-blog-grid__read-more {
    padding: 9px 17px;
    font-size: 11px;
  }
  .hunter-blog-grid__read-more span {
    font-size: 19px;
  }
  .hunter-blog-grid__loader {
    min-height: 80px;
    padding-top: 42px;
  }
  .hunter-blog-grid__loader > span[aria-hidden="true"] {
    width: 35px;
    height: 35px;
    border-width: 5px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hunter-blog-featured__track,
  .hunter-blog-featured__copy a,
  .hunter-blog-featured__arrow,
  .hunter-blog-grid__image img,
  .hunter-blog-grid__read-more {
    transition-duration: 0.01ms !important;
  }
  .hunter-blog-grid__loader > span[aria-hidden="true"] {
    animation-duration: 1.8s;
  }
}

/* Ajustes de especificidad para etiquetas configurables de Elementor. */
.hunter-blog-featured__header .hunter-blog-featured__eyebrow-row {
  font-size: 13px;
  line-height: 1.2;
}
.hunter-blog-featured__header .hunter-blog-featured__title {
  margin: 0;
  color: #2c2929;
  font-size: 40px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.12;
}
.hunter-blog-grid__card h2 {
  height: 82px;
  min-height: 82px;
}
@media (max-width: 767px) {
  .hunter-blog-featured__header .hunter-blog-featured__eyebrow-row {
    font-size: 11px;
  }
  .hunter-blog-featured__header .hunter-blog-featured__title {
    max-width: 300px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.16;
  }
  .hunter-blog-grid__card h2 {
    height: 49px;
    min-height: 49px;
  }
}
