/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2026 | 12:33:31 */
.qh-exp {
  width: 100%;
}

.qh-exp__top {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 60px;
}

.qh-exp__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #0e0e0e;
}

.qh-exp__filter {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 16px;
  color: var(--Neutral-neutral-11, #262625);
  font-weight: 500;
}

.qh-exp__select {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 10px;

  font-weight: 600;
  font-size: 14px;
  background: #fff;
  width: 348px;
  max-width: 100%;
}

.qh-exp__grid {
  display: flex;
  gap: 24px 22px;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.qh-exp__card {
  width: 298px;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.qh-exp__card:focus {
  outline: 2px solid rgba(36, 72, 15, 0.35);
  outline-offset: 2px;
}

.qh-exp__card.is-hidden {
  display: none;
}

.qh-exp__card:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.26);
}

.qh-exp__media {
  height: 231px;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background-color: #eaeaea;
  background-size: cover;
  background-position: center;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.qh-exp__pill {
  max-height: 26px;
  padding: 4px 12px;
  background: rgba(45, 92, 19, 0.9);
  border-radius: 100px;
  color: #fff;

  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.qh-exp__badge {
  height: 30px;
  padding: 0 10px;
  background: #b5ef35;
  border-top-right-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #24480f;

  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
}

.qh-exp__body {
  background: #fff;
  padding: 10px 16px 35px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 144px;
  position: relative;
}

.qh-exp__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

.qh-exp__loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.qh-exp__locicon {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.qh-exp__loctext {
  font-weight: 500;
  font-size: 12px;
  line-height: 166%;
  font-family: "DM Sans";
  color: #000;
}

.ver-detalle-abs {
  color: var(--Color-Brand-colorbrand-10, #24480f);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 162.5% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: absolute;
  bottom: 10px;
  right: 16px;
}

.qh-exp-dd {
  position: relative;
  display: inline-block;
  width: 348px;
  max-width: 100%;
}
.qh-exp-dd .qh-exp-dd__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;

  & svg {
    display: flex;
  }
}

.qh-exp-dd .qh-exp-dd__btn:hover,
.qh-exp-dd .qh-exp-dd__btn:focus {
  background: #fff;
}

.qh-exp-dd .qh-exp-dd__btn[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.qh-exp-dd .qh-exp-dd__label {
  flex: 1;
  text-align: left;
  color: var(--Neutral-neutral-11, #262625);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.qh-exp-dd .qh-exp-dd__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100%);
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 0;
  display: none;
  z-index: 50;
  overflow: hidden;
}

.qh-exp-dd[data-open="1"] .qh-exp-dd__panel {
  display: block;
}

.qh-exp-dd .qh-exp-dd__opt {
  width: 100%;
  text-align: left;
  padding: 14px 32px;
  border: 0;
  background: transparent;
  border-radius: 0;
  cursor: pointer;
  color: var(--Neutral-neutral-11, #262625);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.qh-exp-dd .qh-exp-dd__opt:hover .qh-exp-dd .qh-exp-dd__opt:focus {
  background: #f5f7f6;
  color: var(--Neutral-neutral-11, #262625);
}

.qh-exp-dd .qh-exp-dd__opt.is-active {
  background: var(--Color-Brand-colorbrand-2, #d5e8ca);
  color: var(--Neutral-neutral-11, #262625);
}

@media (max-width: 768px) {
  .qh-exp__top {
    margin-bottom: 36px;
  }
  .qh-exp__card {
    width: 100%;
    max-width: 100%;
  }

  .qh-exp__filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
}
