.btnactive:after {
  content: "\2212";
}

.leg-slick {
  width: 270px;
  flex-shrink: 0;
  height: auto;
  padding: 0;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}

.leg-slick img {
  width: 100%;
  height: 200px;
  display: block;
  object-fit: cover;
}

.rates-time,
.rates-price {
  margin-top: 0;
  color: #1A69A4;
  font-size: 16px;
  font-weight: 700;
  font-variant: none;
}

.rates-price {
  margin-bottom: 0;
  border: none;
}

.rates-name {
  margin: 0;
  background: #000421;
  color: #fff;
  letter-spacing: 1px;
}

.dest.active {
  max-height: fit-content;
}

.be20, .be90, .c208, .c510, .c560, .c680, .cj1, .cj2, .e50p, .glf5, .lj45, .lj60, .lj60xr, .p06t, .p212, .pa34, .pa31, .sw3 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  margin-bottom: -3px;
  padding-bottom: 4px;
}

.leg-row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 5px;
  margin-bottom: 10px;
  background: #fafafa;
}

.leg-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 1px solid #f2f2f2;
  box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
}

.leg-name {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: -3px;
  padding-left: 30px;
}

.leg-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
}

.leg-cols ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130%;
}

.leg-cols ul:first-of-type {
  width: 40%;
}

.leg-cols ul + ul {
  width: 30%;
}

.leg-cols ul:nth-child(2),
.leg-cols ul:nth-child(3) {
  justify-content: space-evenly;
}

.precio-valor {
  color: #000421;
}

.dest-titulo {
  margin-bottom: 20px;
}

.rates-name-gold {
  background: #a39880;
}

.rates-time-gold {
  color: #7d725d;
}

@media (max-width: 640px) {
  .leg-row {
    flex-direction: column;
  }

  .leg-slick {
    width: 100%;
  }

  .leg-slick img {
    height: 220px;
  }

  .leg-cols {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }

  .leg-cols ul,
  .leg-cols ul:first-of-type,
  .leg-cols ul + ul {
    width: 100%;
    min-height: unset;
  }

  .leg-name {
    padding-left: 20px;
  }

  .dest-titulo {
    font-size: 18px;
  }
}

/* tarjetas aviones */

.jet-card {
  --navy: #1e2a3a;
  --bone: #f6f4f0;
  --graphite: #5a5e68;
  --steel: #d8d4cc;
  --copper: #b8956a;
  --copper-soft: #c9aa85;

  display: grid;
  grid-template-columns: 330px 1fr 260px;
  min-height: 320px;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid var(--steel);
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.jet-card .jc-img {
  position: relative;
  width: 330px;
  min-height: 260px;
  flex-shrink: 0;
  overflow: hidden;
}

.jet-card .jc-img .leg-slick,
.jet-card .jc-img .leg-slick .slick-list,
.jet-card .jc-img .leg-slick .slick-track,
.jet-card .jc-img .leg-slick .slick-slide {
  width: 330px;
  height: 100%;
}

.jet-card .jc-img .leg-slick img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.85) contrast(1.02);
}

.jet-card .jc-badge {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 2;
  padding: 10px 28px;
  background: var(--copper);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jet-card .jc-info {
  display: flex;
  flex-direction: column;
  padding: 40px;
  border-right: 1px solid var(--steel);
}

.jet-card .jc-header {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--steel);
}

.jet-card .jc-cat {
  margin-bottom: 6px;
  color: var(--copper);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jet-card .jc-nombre {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: 'DM Serif Display', serif;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.1;
}

.jet-card .jc-desc {
  margin: 0;
  color: var(--graphite);
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.65;
}

.jet-card .jc-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-bottom: 24px;
}

.jet-card .jc-spec {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.jet-card .jc-slabel,
.jet-card .jc-certs-lbl {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--graphite);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}

.jet-card .jc-slabel {
  margin: 0;
}

.jet-card .jc-certs-lbl {
  margin-bottom: 10px;
}

.jet-card .jc-slabel img {
  opacity: 1;
}

.jet-card .jc-sval {
  margin: 0;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 300;
}

.jet-card .jc-certs {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--steel);
}

.jet-card .jc-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jet-card .jc-bdg {
  padding: 2px 8px;
  border: 1px solid rgba(184,149,106,0.4);
  border-radius: 2px;
  background: rgba(184,149,106,0.05);
  color: var(--navy);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jet-card .jc-meta {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--steel);
  background: var(--bone);
}

.jet-card .jc-tiempo {
  flex: 1;
  padding: 28px;
  border-bottom: 1px solid var(--steel);
}

.jet-card .jc-precio {
  flex: 1;
  padding: 28px;
}

.jet-card .jc-mlabel {
  margin-bottom: 8px;
  color: var(--copper);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jet-card .jc-mtime {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: lining-nums;
}

.jet-card .jc-mprice {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  font-variant-numeric: lining-nums;
}

.jet-card .jc-ruta {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--graphite);
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 300;
}

.jet-card .jc-mnota {
  margin-bottom: 4px;
  color: var(--graphite);
  font-size: 0.72rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
}

.jet-card .jc-mnota2 {
  color: var(--graphite);
  font-size: 0.7rem;
  font-style: italic;
  font-weight: 300;
  opacity: 0.7;
}

.jet-card .jc-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 28px;
  border: none;
  border-top: 1px solid var(--steel);
  border-radius: 0;
  background: var(--navy);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s;
}

.jet-card .jc-cta:hover {
  background: var(--copper);
}

.jet-card .jc-cta-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jet-card .jc-wa {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 1;
}

.jet-card .jc-escala {
  color: var(--graphite);
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  opacity: 0.8;
}

.ver-cond-rates:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .jet-card {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 240px auto;
  }

  .jet-card .jc-img {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 240px;
  }

  .jet-card .jc-img .leg-slick,
  .jet-card .jc-img .leg-slick .slick-list,
  .jet-card .jc-img .leg-slick .slick-track,
  .jet-card .jc-img .leg-slick .slick-slide {
    width: 100%;
  }

  .jet-card .jc-info {
    border-right: 1px solid var(--steel);
  }

  .jet-card .jc-meta {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .jet-card {
    grid-template-columns: 1fr;
    grid-template-rows: 220px auto auto;
  }

  .jet-card .jc-img {
    grid-column: 1;
    width: 100%;
    min-height: 220px;
  }

  .jet-card .jc-img .leg-slick,
  .jet-card .jc-img .leg-slick .slick-list,
  .jet-card .jc-img .leg-slick .slick-track,
  .jet-card .jc-img .leg-slick .slick-slide {
    width: 100%;
  }

  .jet-card .jc-info {
    padding: 24px 20px;
    border-right: none;
    border-bottom: 1px solid var(--steel);
  }

  .jet-card .jc-nombre {
    font-size: 1.5rem;
  }

  .jet-card .jc-specs {
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
  }

  .jet-card .jc-meta {
    border-left: none;
  }

  .jet-card .jc-tiempo,
  .jet-card .jc-precio {
    padding: 20px;
  }

  .jet-card .jc-mtime,
  .jet-card .jc-mprice {
    font-size: 1.6rem;
    font-weight: 700;
  }

  .jet-card .jc-cta {
    padding: 16px 20px;
  }
}