/* Extracted from templates/index1.html.
   Non-critical home styles; first viewport lives in home_critical.css. */
:root{
  --filter-gap: 24px;             
  --filter-divider: rgba(255,255,255,.10);
}


body, button, input, select, textarea {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
  
}
.sticky-filters{ position: static; max-height: none; overflow: visible; }
#filtersSidebar .glass-panel{
  background: rgba(20,20,28,.55);
  border:1px solid rgba(17, 17, 17, 0.699);
  border-radius:16px;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 20px 50px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.1);
}

#pkgFiltersSidebar .glass-panel{
  background: rgba(20,20,28,.55);
  border:1px solid rgba(17, 17, 17, 0.699);
  border-radius:16px;
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 20px 50px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.1);
}



.filter-header{
  display:flex; align-items:center; justify-content:space-between;
  margin-bottom: calc(var(--filter-gap) - 8px);
}
.filter-header h5{ margin:0; }

#filtersSidebar .filter-group{
  padding-bottom: var(--filter-gap);
  margin-bottom:  var(--filter-gap);
}
#filtersSidebar .filter-group:not(:last-child){
  border-bottom: 1px solid var(--filter-divider);
}
#filtersSidebar .filter-group h6{
  margin:0 0 8px; font-weight:700; letter-spacing:.2px;
}

/* Pills */
.pill{
  display:inline-block; padding:.45rem .9rem; margin:0 .5rem .7rem 0;
  border-radius:999px; border:1px solid rgba(255,255,255,.28);
  color:#fff; background:rgba(255,255,255,.06);
  box-shadow:0 6px 16px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18);
  cursor:pointer; user-select:none; font-weight:600; font-size:.6rem;
}

@media (max-width: 400px){
  .pill.pill{
  display:inline-block; padding:.45rem 1.2rem; margin:0 .5rem .7rem 0;
  border-radius:999px; border:1px solid rgba(255,255,255,.28);
  color:#fff; background:rgba(255,255,255,.06);
  box-shadow:0 6px 16px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.18);
  cursor:pointer; user-select:none; font-weight:600; font-size: .7rem;
}
}

.pill:hover{ background:rgba(255,255,255,.12); }
.pill.active{
  border-color:transparent;
  background:linear-gradient(135deg, rgb(37, 37, 37), var(--color-primary));
  box-shadow:0 10px 24px color-mix(in srgb, black 40%, transparent), inset 0 1px 0 rgba(255,255,255,.18);
}

/* Tarjetas para filtrado */
.hotel-card{ transition:opacity .15s ease, transform .15s ease; content-visibility: auto; contain: layout paint style; }
.hotel-card.hide{ opacity:.2; transform:scale(.98); display:none !important; }

/* ===== Price Range ===== */
.price-range{ max-width:240px; margin-inline:auto; }
.price-hist{
  position:relative; height:20px; margin:6px 4px 12px;
  display:flex; align-items:flex-end; gap:3px;
}
.price-hist span{
  flex:1 1 0; height: var(--h,10%);
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--color-tertiary) 60%, transparent),
    color-mix(in srgb, var(--color-primary) 70%, transparent));
  opacity:.65; border-radius:4px 4px 0 0;
}

.filter-group.price-range .header-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px; margin-bottom:10px;
}
.price-inline{
  display:flex; align-items:center; gap:.35rem;
  font-weight:700; color:#fff; white-space:nowrap;
  font-size:12px; 
}
.price-inline .sep{ opacity:.75; }

/* Desktop hotel filters: clean, light and content-first sidebar. */
@media (min-width: 992px){
  #filtersSidebar > .glass-panel.sticky-filters{
    padding:0 !important;
    overflow:hidden;
    color:#172033;
    background:#fff !important;
    border:1px solid #dbe4ef !important;
    border-radius:18px !important;
    box-shadow:0 14px 34px rgba(15,23,42,.10) !important;
  }

  #filtersSidebar .filter-panel-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    padding:18px 16px 14px;
    border-bottom:1px solid #e7edf4;
    background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);
  }

  #filtersSidebar .filter-panel-eyebrow{
    display:block;
    margin-bottom:3px;
    color:#2563eb;
    font-size:.68rem;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  #filtersSidebar .filter-panel-header h5{
    margin:0;
    color:#0f172a;
    font-size:1.08rem;
    font-weight:800;
  }

  #filtersSidebar .filter-panel-header p{
    margin:4px 0 0;
    color:#64748b;
    font-size:.72rem;
    line-height:1.35;
  }

  #filtersSidebar .filter-clear-top{
    flex:0 0 auto;
    border:0;
    border-radius:8px;
    padding:6px 8px;
    color:#2563eb;
    background:#eff6ff;
    font-size:.7rem;
    font-weight:800;
    cursor:pointer;
  }

  #filtersSidebar #sidebarMap{
    margin:12px 12px 0;
    overflow:hidden;
    border:1px solid #d8e4f0 !important;
    border-radius:12px !important;
    background:#f1f5f9 !important;
    box-shadow:none !important;
  }

  #filtersSidebar .filter-group{
    max-width:none;
    margin:0 !important;
    padding:16px 16px 15px !important;
    border-bottom:1px solid #e7edf4 !important;
  }

  #filtersSidebar .filter-group h6{
    margin:0 0 10px !important;
    color:#172033;
    font-size:.86rem;
    font-weight:800;
    letter-spacing:0;
  }

  #filtersSidebar .filter-search input{
    min-height:42px;
    border:1px solid #cbd8e6 !important;
    border-radius:10px !important;
    color:#172033 !important;
    background:#fff !important;
    box-shadow:none !important;
    font-size:.78rem !important;
  }

  #filtersSidebar .filter-search input::placeholder{
    color:#64748b !important;
    opacity:1;
  }

  #filtersSidebar .price-range .header-row{
    margin-bottom:8px;
  }

  #filtersSidebar .price-inline{
    color:#334155;
    font-size:.72rem;
  }

  #filtersSidebar .price-hist{
    height:34px;
    margin:4px 3px 10px;
    align-items:flex-end;
    gap:2px;
  }

  #filtersSidebar .price-hist span{
    background:#dbeafe;
    opacity:1;
  }

  #filtersSidebar #priceSlider.noUi-target{
    height:5px;
    margin:5px 5px 3px;
    border:0;
    background:#e2e8f0;
    box-shadow:none;
  }

  #filtersSidebar #priceSlider .noUi-connect{
    background:#2563eb;
  }

  #filtersSidebar #priceSlider .noUi-handle{
    width:18px;
    height:18px;
    top:-7px;
    border:2px solid #fff;
    background:#2563eb;
    box-shadow:0 2px 6px rgba(37,99,235,.35);
  }

  #filtersSidebar .filter-group[data-group="stars"] .pill,
  #filtersSidebar .filter-group[data-group="board"] .pill{
    display:inline-flex;
    align-items:center;
    min-height:31px;
    margin:0 6px 6px 0;
    padding:6px 10px;
    border:1px solid #cbd8e6;
    border-radius:8px;
    color:#334155;
    background:#fff;
    box-shadow:none;
    font-size:.72rem;
    font-weight:700;
  }

  #filtersSidebar .filter-group[data-group="stars"] .pill:hover,
  #filtersSidebar .filter-group[data-group="board"] .pill:hover{
    border-color:#93c5fd;
    background:#eff6ff;
  }

  #filtersSidebar .filter-group[data-group="stars"] .pill.active,
  #filtersSidebar .filter-group[data-group="board"] .pill.active{
    border-color:#2563eb;
    color:#1d4ed8;
    background:#eff6ff;
    box-shadow:inset 0 0 0 1px #2563eb;
  }

  #filtersSidebar .filter-brands .filter-option,
  #filtersSidebar .filter-ratings .filter-option{
    width:100%;
    display:flex;
    align-items:center;
    gap:9px;
    margin:0;
    padding:6px 0;
    border:0;
    border-radius:6px;
    color:#334155;
    background:transparent;
    box-shadow:none;
    text-align:left;
    font-size:.76rem;
    font-weight:500;
    cursor:pointer;
  }

  #filtersSidebar .filter-brands .filter-option:hover,
  #filtersSidebar .filter-ratings .filter-option:hover{
    color:#1d4ed8;
    background:#f8fbff;
  }

  #filtersSidebar .filter-brands .filter-check,
  #filtersSidebar .filter-ratings .filter-check{
    width:19px;
    height:19px;
    flex:0 0 19px;
    border:1px solid #94a3b8;
    border-radius:4px;
    background:#fff;
  }

  #filtersSidebar .filter-brands .filter-option.active .filter-check,
  #filtersSidebar .filter-ratings .filter-option.active .filter-check{
    border-color:#2563eb;
    background:#2563eb;
    box-shadow:inset 0 0 0 4px #fff;
  }

  #filtersSidebar .filter-option-label{
    min-width:0;
    flex:1 1 auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  #filtersSidebar .filter-count{
    flex:0 0 auto;
    color:#64748b;
    font-size:.68rem;
  }

  #filtersSidebar .filter-empty{
    color:#64748b;
    font-size:.74rem;
  }

  #filtersSidebar #clearFilters{
    display:none;
  }
}

#priceSlider.noUi-target{
  height:8px; border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 6px 16px rgba(0,0,0,.18);
  margin-top:6px; margin-bottom:2px;
}
#priceSlider .noUi-connect{
  background: linear-gradient(135deg, var(--color-tertiary), var(--color-primary));
}
#priceSlider .noUi-handle{
  width:18px; height:18px; top:-5px;
  border-radius:50%; border:0;
  background: linear-gradient(180deg, #ffffff, #707070);
  box-shadow: 0 6px 16px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.6);
}
#priceSlider .noUi-handle::before,
#priceSlider .noUi-handle::after{ display:none; }

#priceSlider .noUi-tooltip{
  border:0; border-radius:10px; color:#fff;
  background: rgba(20,20,28,.85);
  padding:4px 8px; font-weight:700;
  box-shadow: 0 10px 24px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.1);
}


#pkgPriceSlider.noUi-target{
  height:8px; border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 6px 16px rgba(0,0,0,.18);
  margin-top:6px; margin-bottom:2px;
}
#pkgPriceSlider .noUi-connect{
  background: linear-gradient(135deg, var(--color-tertiary), var(--color-primary));
}
#pkgPriceSlider .noUi-handle{
  width:18px; height:18px; top:-5px;
  border-radius:50%; border:0;
  background: linear-gradient(180deg, #ffffff, #707070);
  box-shadow: 0 6px 16px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.6);
}
#pkgPriceSlider .noUi-handle::before,
#pkgPriceSlider .noUi-handle::after{ display:none; }

#pkgPriceSlider .noUi-tooltip{
  border:0; border-radius:10px; color:#fff;
  background: rgba(20,20,28,.85);
  padding:4px 8px; font-weight:700;
  box-shadow: 0 10px 24px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.1);
}






/* ===== MOBILE FILTER BAR ===== */
.filter-bar-mobile{
  position: fixed !important;
  top: 0px;                
  z-index: 1020;
  overflow-x: auto;
  padding: .5rem .25rem;
  margin-bottom: .75rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.filter-bar-mobile::-webkit-scrollbar{ display:none; }

.filter-chip{
  display:inline-flex; align-items:center; gap:.45rem;
  padding:.28rem 1rem; margin-right:.5rem;
  border-radius:999px; border:1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
  color:#fff; white-space:nowrap;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;               
  font-size: .95rem;                
  letter-spacing: .2px;            
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}

.filter-chip i{ font-size: 1.05em; line-height: 1; }

.filter-chip .badge-count{
  font-size:.75rem; padding:.1rem .45rem; border-radius:999px;
  background: rgba(255,255,255,.18);
}

@media (max-width: 991.98px){
  #filtersSidebar{ display:none; }
  #filtersBarMobile{ display:block; }
}
@media (min-width: 992px){
  #filtersBarMobile{ display:none; }
}

.modal-content.modal-glass{
  position: relative;
  isolation: isolate;
  overflow: hidden; 

  background: rgba(91, 90, 90, 0.578);
  background-clip: padding-box;

  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);

  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,.16);
  color:#fff;

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: backdrop-filter;
}


.modal-backdrop.show {
  background-color: rgba(0,0,0,0.24); 
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}


.m-price .price-hist{ height:20px; margin:6px 4px 12px; display:flex; align-items:flex-end; gap:3px; }
.m-price .price-hist span{
  flex:1 1 0; height: var(--h,10%);
  background: linear-gradient(180deg,
    color-mix(in srgb, var(--color-tertiary) 60%, transparent),
    color-mix(in srgb, var(--color-primary) 70%, transparent));
  opacity:.65; border-radius:4px 4px 0 0;
}
#mPriceSlider.noUi-target{
  height:8px; border-radius:999px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 6px 16px rgba(0,0,0,.18);
}
#mPriceSlider .noUi-connect{ background: linear-gradient(135deg, var(--color-tertiary), var(--color-primary)); }
#mPriceSlider .noUi-handle{
  width:18px; height:18px; top:-5px; border-radius:50%; border:0;
  background: linear-gradient(180deg, #ffffff, #dfe4ff);
  box-shadow: 0 6px 16px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.6);
}
#mPriceSlider .noUi-handle::before, #mPriceSlider .noUi-handle::after{ display:none; }



.filter-bar-mobile{ position:sticky; z-index:1020; }
.filter-bar-mobile .filter-chips-swiper{ padding: 5px; } 
.filter-chips-swiper .swiper-wrapper{ align-items:center; }
.filter-chips-swiper .swiper-slide{ width:auto !important; } 
.filter-chip{ display:inline-flex; align-items:center; gap:.4rem; padding:.5rem .9rem; }

.chip-nav{
  position:absolute; top:50%; transform:translateY(-50%);
  width:32px; height:32px; border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.12); color:#fff;
  backdrop-filter:blur(6px); -webkit-backdrop-filter:blur(6px);
  z-index:3;
}
.chip-prev{ left:6px; }
.chip-next{ right:6px; }
.chip-nav i{ font-size:16px; line-height:1; }
.chip-nav:hover{ background:rgba(255,255,255,.2); }

@media (min-width: 992px){
  #filtersBarMobile{ display:none; }
}

  .hero-panel{ border-radius:1rem; overflow:hidden; display:flex; }
  .hero-img{ width:30%; min-width:30%; object-fit:cover; display:block; }
  .hero-content{ width:65%; }



.glass-panel1 {
    position: relative;
    background: rgb(255 255 255 / 34%);
    backdrop-filter: blur(var(--glass-blur));
    -webkit-backdrop-filter: blur(var(--glass-blur));
    border-radius: var(--glass-radius);
    border: 1px solid rgba(43, 43, 43, 0.158);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 5.4s ease;
    z-index: 1;
    height: 166px
}

.btn-glass-chat-expert {
    position: relative;
    padding: 0.35rem;
    font-weight: 600;
    color: rgb(12, 12, 12);
    background: rgb(205 217 255 / 17%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid var(--color-glass-border);
    border-radius: 30px;
    transition: all 5.3s ease;
    overflow: hidden;
}

.promo-banner{
  --pb-text:#1e293b;
  --pb-muted:#64748b;
  --pb-radius:999px;
  --pb-pad-y:10px;
  --pb-pad-x:16px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  padding:var(--pb-pad-y) var(--pb-pad-x);

  background:
    radial-gradient(circle at 18% 22%, rgba(255,255,255,.8), transparent 40%),
    radial-gradient(circle at 82% 80%, rgba(59,130,246,.10), transparent 40%),
    linear-gradient(
      180deg,
      rgba(255,255,255,.85),
      rgba(255,255,255,.55)
    );

  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);

  border:1px solid rgba(255,255,255,.55);
  border-radius:var(--pb-radius);

  color:var(--pb-text);

  box-shadow:
  0 8px 22px rgba(15,23,42,.08),
  0 0 12px rgba(59,130,246,.12),
  inset 0 1px 0 rgba(255,255,255,.7);
}

.promo-banner .pb-left{
  display:flex; align-items:center; gap: 12px; min-width: 0;
}

.promo-banner .pb-icon{
  width: 38px; height: 38px; flex: 0 0 38px;
  fill: #ffffff; opacity: .95;
  background: #0f1430;
  border-radius: 50%;
  padding: 6px;
}

.promo-banner .pb-text{
  font: 600 14px/1.25 system-ui, -apple-system, Segoe UI, Roboto, Inter, sans-serif;
  color: rgba(68, 67, 67, 0.863);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.promo-banner .pb-btn{
  font: 700 13px/1 system-ui, -apple-system, Segoe UI, Roboto, Inter, sans-serif;
  color:#1e78ff; text-decoration:none;
  background: #ffffff;  
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(159, 159, 159, 0.35);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.promo-banner .pb-btn:hover{ transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(27,108,255,.45);
 
}


.promo-banner::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;

  background:
    linear-gradient(
      120deg,
      transparent,
      rgba(255,255,255,.35),
      transparent
    );

  opacity:.4;
}

.filter-chip.pressed,
.pill.pressed,
.btn-glass.pressed,
.chip-nav.pressed,
.filter-chip:active,
.pill:active,
.btn-glass:active {
  transform: translateY(1px) scale(0.995);
  opacity: 0.92;
  transition: transform 120ms linear, opacity 120ms linear;
}

@media (hover: hover) and (pointer: fine) {
  .filter-chip.pressed,
  .pill.pressed,
  .btn-glass.pressed,
  .chip-nav.pressed { transition: transform 90ms linear, opacity 90ms linear; }
}



.airline-logo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(0,0,0,.06);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.6);
}


.airline-lockup {
  width: 120px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,.95);
  border: 1px solid rgba(0,0,0,.06);
  display: grid;
  place-items: center;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.6);
}

.airline-logo img,
.airline-lockup img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  display: block;
}

.airline-badge {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg,#e9eefc,#dfe7ff);
  color: #2a2f45;
  border: 1px solid rgba(0,0,0,.06);
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: .5px;
}


h3{
    font: 600 28px/1.25 system-ui, -apple-system, Segoe UI, Roboto, Inter, sans-serif;
    color: #000000cc !important;
  }

.bg-light1{
    background-color: var(--bva-yellow, #f7c948) !important;
  }



  .bvt-dest-section-heading{
    max-width: 720px;
    margin: 0;
    padding: 0 .25rem;
    text-align: left !important;
  }

  .bvt-dest-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:.35rem;
    margin-bottom:.35rem;
    color:#007f86;
    font-size:.76rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .bvt-dest-section-heading h2{
    margin:0;
    color:#06113d;
    font-family:"Plus Jakarta Sans","Inter",system-ui,-apple-system,sans-serif;
    font-size:clamp(1.55rem, 2.4vw, 2.35rem);
    line-height:1.12;
    font-weight:700;
    letter-spacing:-.045em;
  }

  .bvt-dest-section-heading p{
    max-width:540px;
    margin:.45rem 0 0;
    color:#64748b;
    font-size:.9rem;
    line-height:1.4;
    font-weight:650;
  }

  #featuredSwiper{
    position:relative;
    width:100%;
    max-width: 980px;
    margin: 0 auto 0 0;
    padding: .2rem 0 .95rem;
    overflow: hidden;
  }

  #featuredSwiper .swiper-wrapper{
    padding: .35rem 0 1rem;
    align-items: stretch;
  }

  #featuredSwiper .swiper-slide{
    width:auto;
    height: auto;
  }

  .dest-card{
    position:relative;
    display:block;
    width:100%;
    aspect-ratio: 3 / 4;
    min-height:0;
    border-radius:14px;
    overflow:hidden;
    color:#fff;
    text-decoration:none;
    isolation:isolate;
    background:#0f172a;
    box-shadow:0 10px 24px rgba(15,23,42,.14);
    transform:translateZ(0);
    transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
  }

  .dest-card::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:2;
    pointer-events:none;
    background:
      linear-gradient(180deg, rgba(2,6,23,0) 30%, rgba(2,6,23,.16) 52%, rgba(2,6,23,.82) 100%),
      radial-gradient(85% 70% at 25% 8%, rgba(255,255,255,.24), transparent 45%);
  }

  .dest-card::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:3;
    pointer-events:none;
    border-radius:inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  }

  .dest-card:hover,
  .dest-card:focus-visible{
    transform: translateY(-4px);
    box-shadow:0 16px 36px rgba(15,23,42,.24);
    filter:saturate(1.06);
  }

  .dest-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    transform:scale(1.01);
    transition:transform .45s ease;
    z-index:0;
  }

  .dest-card:hover .dest-img,
  .dest-card:focus-visible .dest-img{
    transform:scale(1.06);
  }

  .dest-overlay,
  .dest-price{
    display:none !important;
  }

  .dest-body{
    position:absolute;
    left:.65rem;
    right:.65rem;
    bottom:.65rem;
    z-index:4;
    display:block;
  }

  .dest-title{
    margin:0;
    color:#fff !important;
    font-size:1rem;
    line-height:.98;
    font-weight:950;
    letter-spacing:-.035em;
    text-transform:none;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    text-shadow:0 1px 2px rgba(0,0,0,.78), 0 6px 14px rgba(0,0,0,.28);
  }

  .btn-glass.dest-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.22rem;
    margin-top:.34rem;
    padding:.24rem .52rem;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.28);
    background:rgba(3,10,20,.62) !important;
    color:#fff !important;
    box-shadow:0 6px 16px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.16) !important;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-size:.66rem;
    line-height:1.05;
    font-weight:900;
    letter-spacing:-.01em;
    text-shadow:none;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
  }

  .btn-glass.dest-cta::after{
    content:"\F138";
    display:inline-block;
    font-family:"bootstrap-icons";
    font-size:.72rem;
    line-height:1;
    transition:transform .2s ease;
  }

  .dest-card:hover .dest-cta::after,
  .dest-card:focus-visible .dest-cta::after{
    transform:translateX(3px);
  }

  #featuredSwiper .swiper-button-prev,
  #featuredSwiper .swiper-button-next{
    width:34px;
    height:34px;
    border-radius:999px;
    background:rgba(255,255,255,.92);
    box-shadow:0 10px 24px rgba(15,23,42,.16);
    color:#062b36;
  }

  #featuredSwiper .swiper-button-prev::after,
  #featuredSwiper .swiper-button-next::after{
    font-size:.82rem;
    font-weight:900;
  }

  @media (max-width: 575.98px){
    .bvt-dest-section-heading{
      padding-inline:.35rem;
    }

    .bvt-dest-section-heading p{
      display:none;
    }

    #featuredSwiper{
      margin-left:-.15rem;
      margin-right:-.15rem;
      max-width:none;
      overflow:hidden;
    }

    #featuredSwiper .swiper-wrapper{
      display:flex !important;
      align-items:stretch !important;
    }

    #featuredSwiper .swiper-slide{
      display:flex !important;
      flex:0 0 78vw !important;
      width:78vw !important;
      max-width:300px;
      height:auto !important;
      min-height:0;
    }

    #featuredSwiper .dest-card{
      display:block !important;
      width:100% !important;
      height:360px;
      min-height:360px;
      aspect-ratio:auto;
    }

    #featuredSwiper .dest-img{
      display:block !important;
      width:100% !important;
      height:100% !important;
      opacity:1 !important;
    }

    #featuredSwiper .swiper-button-prev,
    #featuredSwiper .swiper-button-next{
      display:none;
    }
  }

  @media (min-width: 1200px){
    #featuredSwiper{
      max-width: 1320px;
    }
  }

  /* Cards promocionales de cruceros: aislados del resto del sitio. */
  #cruiseGrid .bvt-home-cruise-offer-card{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:4 / 5 !important;
    overflow:hidden !important;
    isolation:isolate;
    border-radius:1.15rem;
    color:#fff !important;
    text-decoration:none !important;
    background:#0f4c81;
    box-shadow:0 12px 34px rgba(15,23,42,.18);
    transition:transform .25s ease, box-shadow .25s ease;
  }

  #cruiseGrid .bvt-home-cruise-offer-card:hover{
    transform:translateY(-5px);
    box-shadow:0 20px 46px rgba(15,23,42,.25);
  }

  #cruiseGrid .bvt-home-cruise-offer-card:focus-visible{
    outline:3px solid rgba(37,99,235,.42);
    outline-offset:4px;
  }

  #cruiseGrid .bvt-home-cruise-offer-card > .cruise-img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-height:none !important;
    object-fit:cover !important;
    transform:scale(1.02);
    transition:transform .6s ease;
    z-index:0;
  }

  #cruiseGrid .bvt-home-cruise-offer-card:hover > .cruise-img{
    transform:scale(1.07);
  }

  #cruiseGrid .bvt-home-cruise-offer-card > .cruise-overlay{
    position:absolute;
    inset:0;
    z-index:1;
    background:
      linear-gradient(180deg, rgba(2,6,23,.02) 22%, rgba(2,6,23,.78) 100%),
      radial-gradient(65% 65% at 50% 35%, transparent 0%, rgba(2,6,23,.28) 100%);
  }

  #cruiseGrid .bvt-home-cruise-offer-card > .cruise-price{
    position:absolute;
    top:.85rem;
    right:.85rem;
    z-index:2;
    display:flex;
    align-items:baseline;
    gap:.35rem;
    padding:.42rem .7rem;
    border:1px solid rgba(255,255,255,.24);
    border-radius:999px;
    color:#fff;
    background:rgba(15,23,42,.42);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    line-height:1;
  }

  #cruiseGrid .bvt-home-cruise-offer-card > .cruise-body{
    position:absolute;
    left:1rem;
    right:1rem;
    bottom:1rem;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:.8rem;
  }

  #cruiseGrid .bvt-home-cruise-offer-card .cruise-title{
    flex:1 1 auto;
    margin:0;
    color:#fff !important;
    font-size:1.15rem;
    font-weight:800;
    line-height:1.25;
    letter-spacing:.3px;
    text-shadow:0 2px 12px rgba(0,0,0,.55);
  }

  #cruiseGrid .bvt-home-cruise-offer-card .cruise-cta{
    flex:0 0 auto;
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.17);
    box-shadow:0 5px 16px rgba(0,0,0,.2);
  }

  @media (max-width:575.98px){
    #cruiseGrid .bvt-home-cruise-offer-card{
      aspect-ratio:16 / 10 !important;
    }

    #cruiseGrid .bvt-home-cruise-offer-card .cruise-title{
      font-size:1rem;
    }
  }





  .footer-glass { border-radius: 1rem; }
  .footer-title{
    color:#000000; font-weight:700; letter-spacing:.3px; margin-bottom:.5rem;
  }
  .footer-list li + li{ margin-top:.25rem; }
  .footer-link{
    color:rgba(0, 0, 0, 0.85); text-decoration:none;
  }
  .footer-link:hover{ color:#5f5f5f; text-decoration:underline; }
  .footer-sep{
    border-color: rgba(255,255,255,.15);
    opacity: 1;
  }
  .footer-social{
    display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center;
    border-radius:50%; color:#000; background:#fff; text-decoration:none;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .footer-social:hover{ transform: translateY(-2px); box-shadow:0 6px 18px rgba(0,0,0,.18); }



.tax-note{
  font-size: .70rem;             
  font-weight: 400 !important;  
  line-height: 1.25;
  letter-spacing: .1px;
}
.tax-note *{                     
  font-weight: inherit !important;
}


.regimen-price{
  font-size: .75rem;              
  font-weight: 400 !important;   
  line-height: 1.25;
  letter-spacing: .1px;
}

 
.rating-badge {
  background-color: #1a7d42;    
  color: #fff;
  font-size: 0.78rem;         
  font-weight: 500;             
  padding: 5px 10px;
  border-radius: 5px;           
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;               
  line-height: 1.1;
}


.swiper-slide {
    display: inline-flex !important;
 
}


.bv-alert-message{
  max-width: 960px;
  margin: 24px auto;
  padding: 22px 26px;
  background: #f6f9ff;
  border: 1px solid rgba(22,104,227,.25);
  border-left: 5px solid #1668e3;
  border-radius: 10px;
  color: #1f2937;
  font-size: 15px;
}

.bv-alert-message h4{
  margin: 0 0 10px;
  color: #1668e3;
  font-size: 18px;
}

.bv-alert-message p{
  margin: 8px 0;
  line-height: 1.6;
}

.bv-alert-phone{
  font-size: 16px;
  font-weight: 600;
}

.bv-alert-phone a{
  color: #1668e3;
  text-decoration: none;
}

.bv-alert-phone a:hover{
  text-decoration: underline;
}

.bv-alert-signature{
  margin-top: 14px;
  color: #374151;
}



#pkgFullMap .gm-style img,
#pkgFullMap img {
  max-width: none !important;
}


@media (max-width: 767px){
  #featuredSwiper .featured-price{
    font-family: 'Outfit', sans-serif !important;
    font-weight: 400 !important;
    font-size: clamp(14px, 2vw, 10px) !important;
    line-height: 1 !important;
    text-shadow:
      0 2px 6px rgba(0,0,0,.55) 
      0 6px 18px rgba(0,0,0,.35) !important;
  }
}




.bvt-loading-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:24px;
  background:rgba(15,23,42,.28);
  backdrop-filter:blur(10px) saturate(140%);
  -webkit-backdrop-filter:blur(10px) saturate(140%);
}

.bvt-loading-overlay.d-none{
  display:none !important;
}

.bvt-loading-card{
  width:min(92vw, 360px);
  padding:24px 22px;
  border-radius:22px;
  text-align:center;
  background:rgb(255, 255, 255);
  border:1px solid rgba(255,255,255,.65);
  box-shadow:
    0 18px 50px rgba(17,24,39,.18),
    inset 0 1px 0 rgba(255,255,255,.55);
  backdrop-filter:blur(16px) saturate(145%);
  -webkit-backdrop-filter:blur(16px) saturate(145%);
}

.bvt-loading-title{
  font-family:'Inter', system-ui, sans-serif;
  font-weight:700;
  font-size:1.05rem;
  color:#111827;
  line-height:1.2;
  margin-bottom:6px;
}

.bvt-loading-text{
  font-family:'Inter', system-ui, sans-serif;
  font-size:.92rem;
  color:#6B7280;
  line-height:1.45;
}


.bvt-loading-spinner-wrap{
  position:relative;
  width:68px;
  height:68px;
  margin:0 auto 14px;
}

.bvt-loading-spinner-ring{
  position:absolute;
  inset:0;
  border-radius:50%;
  border:4px solid rgba(22,104,227,.15);
  border-top-color:#1668e3;
  animation:spin .8s linear infinite;
  box-sizing:border-box;
}

.bvt-loading-spinner-center{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

.bvt-loading-logo{
  width:28px;
  height:28px;
  object-fit:contain;
}

@keyframes spin{
  to{ transform:rotate(360deg); }
}

body.bvt-is-loading{
  cursor:wait;
}

@keyframes bvtSpin{
  to{ transform:rotate(360deg); }
}

.bvt-loading-card{
  position:relative;
}

.bvt-loading-logo{
  position:absolute;

  height:28px;
  width:auto;
  object-fit:contain;
  opacity:.95;
}


.bv-tab .bv-ico {
  flex: 0 0 32px;
}

.bv-package-svg {
  width: 52px;
  height: 52px;
  display: block;
  color: currentColor;
  overflow: visible;
}

#tab-packages .bv-ico {
  height: 42px;
  max-height: 42px;
  overflow: visible;
}

#tab-packages .bv-package-svg {
  margin-top: -2px;
  margin-bottom: -2px;
}

#tab-packages .bv-ico {
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tab-packages {
  color: #2424255b;
}

#tab-packages:hover,
#tab-packages.active,
#tab-packages.is-active {
  color: #0066ff;
}


#tab-packages .bv-package-svg {
  display: block;
  color: currentColor;
  fill: currentColor;
  overflow: visible;
}

#tab-packages .bv-package-svg use {
  fill: currentColor;
}

#tab-packages .bv-package-window-fix {
  fill: #ffffffa4;
  pointer-events: none;
}



/* =========================================================
   BVT Loading Logo - Premium Animated Halo
   Para el overlay: Processing your selection
========================================================= */

.bvt-loading-card{
  position: relative;
  overflow: hidden;

  border-radius: 28px;

  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.94));

  border: 1px solid rgba(148,163,184,.18);

  box-shadow:
    0 28px 80px rgba(15,23,42,.18),
    0 14px 34px rgba(22,104,227,.12),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.bvt-loading-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 150px;

  background:
    radial-gradient(circle at 50% 0%, rgba(22,104,227,.15), transparent 58%),
    linear-gradient(180deg, rgba(239,246,255,.95), rgba(255,255,255,0));

  pointer-events: none;
}

.bvt-loading-spinner-wrap{
  position: relative;
  width: 86px;
  height: 86px;
  margin: 0 auto 18px;

  display: grid;
  place-items: center;

  isolation: isolate;
}

/* aro animado alrededor */
.bvt-loading-spinner-wrap::before{
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 30px;

  background:
    conic-gradient(
      from 0deg,
      rgba(22,104,227,.16),
      rgba(96,165,250,.90),
      rgba(14,165,233,.32),
      rgba(22,104,227,.16)
    );

  box-shadow:
    0 18px 40px rgba(22,104,227,.18),
    0 8px 20px rgba(15,23,42,.08);

  animation: bvtLoadingHaloSpin 2.8s linear infinite;
  z-index: 0;
}

/* pulso suave externo */
.bvt-loading-spinner-wrap::after{
  content: "";
  position: absolute;
  inset: -14px;

  border-radius: 40px;

  background: rgba(22,104,227,.09);

  animation: bvtLoadingHaloPulse 1.8s ease-in-out infinite;
  z-index: -1;
}

.bvt-loading-spinner-ring{
  position: absolute !important;
  inset: 8px !important;

  border: 1px solid rgba(148,163,184,.18) !important;
  border-radius: 24px !important;

  background:
    linear-gradient(180deg, #ffffff, #f8fafc) !important;

  box-shadow:
    0 14px 32px rgba(37,99,235,.13),
    0 6px 16px rgba(15,23,42,.08),
    inset 0 1px 0 rgba(255,255,255,.95) !important;

  animation: none !important;
  box-sizing: border-box;

  z-index: 1;
}

/* centro del logo */
.bvt-loading-spinner-center{
  position: relative !important;
  inset: auto !important;

  width: 68px;
  height: 68px;

  display: grid;
  place-items: center;

  z-index: 2;
  pointer-events: none;
}

/* logo */
.bvt-loading-logo{
  position: relative !important;

  width: 42px !important;
  height: 42px !important;

  object-fit: contain;
  opacity: .98;

  filter:
    drop-shadow(0 8px 14px rgba(15,23,42,.16));

  transform: translateZ(0);
}

/* títulos */
.bvt-loading-title{
  position: relative;
  z-index: 2;

  font-weight: 850;
  font-size: 1.08rem;
  letter-spacing: -.025em;
  color: #0f172a;
}

.bvt-loading-text{
  position: relative;
  z-index: 2;

  color: #64748b;
  font-size: .93rem;
  line-height: 1.45;
}

@keyframes bvtLoadingHaloSpin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes bvtLoadingHaloPulse{
  0%, 100%{
    transform: scale(.92);
    opacity: .52;
  }

  50%{
    transform: scale(1.08);
    opacity: .95;
  }
}

@media (prefers-reduced-motion: reduce){
  .bvt-loading-spinner-wrap::before,
  .bvt-loading-spinner-wrap::after{
    animation: none !important;
  }
}

/* =========================================================
   AI Assistant z-index control 
========================================================= */

#bvtAiWidgetMount {
  position: fixed !important;
  inset: 0 !important;
  z-index: 30000 !important;
  pointer-events: none !important;
}


#bvtAiWidgetMount * {
  pointer-events: auto;
}

/* Botón flotante del asistente */
#bvtAiWidgetMount .ai-assistant-launcher,
#bvtAiWidgetMount .assistant-launcher,
#bvtAiWidgetMount .chat-launcher,
#bvtAiWidgetMount .chatbot-launcher,
#bvtAiWidgetMount .ai-chat-button,
#bvtAiWidgetMount .assistant-toggle,
#bvtAiWidgetMount .ai-widget-toggle,
#bvtAiWidgetMount .bvt-ai-toggle {
  position: fixed !important;
  z-index: 30010 !important;
}

#bvtAiWidgetMount .ai-assistant-modal,
#bvtAiWidgetMount .assistant-modal,
#bvtAiWidgetMount .assistant-panel,
#bvtAiWidgetMount .chat-modal,
#bvtAiWidgetMount .chat-panel,
#bvtAiWidgetMount .chat-window,
#bvtAiWidgetMount .ai-chat-window,
#bvtAiWidgetMount .ai-assistant-window,
#bvtAiWidgetMount [role="dialog"] {
  position: fixed !important;
  z-index: 30020 !important;
}

.ai-assistant-modal,
.assistant-modal,
.assistant-panel,
.chat-modal,
.chat-panel,
.chat-window,
.ai-chat-window,
.ai-assistant-window {
  z-index: 30020 !important;
}

/* Backdrop propio del asistente, si existe */
#bvtAiWidgetMount .assistant-backdrop,
#bvtAiWidgetMount .chat-backdrop,
#bvtAiWidgetMount .ai-assistant-backdrop,
.assistant-backdrop,
.chat-backdrop,
.ai-assistant-backdrop {
  z-index: 30015 !important;
}

#fullMapModal {
  z-index: 40000 !important;
}

#fullMapModal .modal-dialog,
#fullMapModal .modal-content,
#fullMapModal .modal-body,
#fullMap {
  z-index: 40001 !important;
}

/* Backdrop del mapa */
body:has(#fullMapModal.show) .modal-backdrop {
  z-index: 39990 !important;
}

body.bvt-map-open #bvtAiWidgetMount,
body.bvt-map-open .ai-assistant-modal,
body.bvt-map-open .assistant-modal,
body.bvt-map-open .assistant-panel,
body.bvt-map-open .chat-modal,
body.bvt-map-open .chat-panel,
body.bvt-map-open .chat-window,
body.bvt-map-open .ai-chat-window,
body.bvt-map-open .ai-assistant-window {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.bvt-is-loading #bvtAiWidgetMount,
body.bvt-is-loading .ai-assistant-modal,
body.bvt-is-loading .assistant-modal,
body.bvt-is-loading .assistant-panel,
body.bvt-is-loading .chat-modal,
body.bvt-is-loading .chat-panel,
body.bvt-is-loading .chat-window,
body.bvt-is-loading .ai-chat-window,
body.bvt-is-loading .ai-assistant-window {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}



.gm-style .gm-style-iw-c {
  max-width: 290px !important;
}


.bvt-ios-nozoom-date {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100% !important;
}

/* Explore travel links section */
.bvt-travel-explore{
  width:min(100%, 1320px);
  margin:34px auto 28px;
  padding:0 18px;
}

.bvt-travel-explore__inner{
  padding:12px 0 4px;
}

.bvt-travel-explore h2{
  margin:0 0 24px;
  color:#06113d;
  font-family:"Plus Jakarta Sans","Inter",system-ui,-apple-system,sans-serif;
  font-size:clamp(1.55rem, 2.4vw, 2.35rem);
  line-height:1.12;
  font-weight:700;
  letter-spacing:-.045em;
}

.bvt-travel-tab-input{
  position:absolute;
  inline-size:1px;
  block-size:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}

.bvt-travel-tab-labels{
  display:grid;
  grid-template-columns:repeat(2,minmax(0, 330px));
  align-items:end;
  gap:0;
  margin-bottom:24px;
  border-bottom:1px solid rgba(15,23,42,.10);
}

.bvt-travel-tab-labels label{
  position:relative;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 12px 14px;
  color:#020b2d;
  font-size:.96rem;
  line-height:1.2;
  font-weight:620;
  text-align:center;
  cursor:pointer;
  transition:color .18s ease;
}

.bvt-travel-tab-labels label::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:3px;
  border-radius:999px 999px 0 0;
  background:#2563eb;
  opacity:0;
  transform:scaleX(.65);
  transition:opacity .18s ease, transform .18s ease;
}

.bvt-travel-tab-labels label:hover{
  color:#0358ff;
}

#bvt-travel-tab-hotels:checked ~ .bvt-travel-tab-labels label[for="bvt-travel-tab-hotels"],
#bvt-travel-tab-international:checked ~ .bvt-travel-tab-labels label[for="bvt-travel-tab-international"]{
  color:#0358ff;
}

#bvt-travel-tab-hotels:checked ~ .bvt-travel-tab-labels label[for="bvt-travel-tab-hotels"]::after,
#bvt-travel-tab-international:checked ~ .bvt-travel-tab-labels label[for="bvt-travel-tab-international"]::after{
  opacity:1;
  transform:scaleX(1);
}

.bvt-travel-tab-panel{
  display:none;
}

#bvt-travel-tab-hotels:checked ~ .bvt-travel-tab-panel--hotels,
#bvt-travel-tab-international:checked ~ .bvt-travel-tab-panel--international{
  display:block;
}

.bvt-travel-link-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  column-gap:48px;
  row-gap:8px;
  padding:0 22px 26px;
}

.bvt-travel-link-grid a{
  color:#0358ff;
  font-size:.96rem;
  line-height:1.22;
  font-weight:450;
  text-decoration:none;
}

.bvt-travel-link-grid a:hover{
  color:#003bb7;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media (max-width: 991.98px){
  .bvt-after-popular-gap,
  .bvt-before-explore-gap{
    display:none;
  }

  .bvt-travel-explore{
    margin:10px auto 22px;
    padding:0 14px;
  }

  .bvt-travel-tab-labels{
    display:flex;
    gap:10px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x proximity;
    padding-bottom:8px;
    margin-bottom:18px;
    border-bottom:0;
  }

  .bvt-travel-tab-labels label{
    flex:0 0 auto;
    min-height:40px;
    padding:0 14px;
    border:1px solid rgba(191,219,254,.92);
    border-radius:999px;
    background:#fff;
    box-shadow:0 8px 18px rgba(15,23,42,.05);
    font-size:.84rem;
    white-space:nowrap;
    scroll-snap-align:start;
  }

  .bvt-travel-tab-labels label::after{
    display:none;
  }

  #bvt-travel-tab-hotels:checked ~ .bvt-travel-tab-labels label[for="bvt-travel-tab-hotels"],
  #bvt-travel-tab-international:checked ~ .bvt-travel-tab-labels label[for="bvt-travel-tab-international"]{
    color:#fff;
    border-color:#0358ff;
    background:#0358ff;
  }

  .bvt-travel-link-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:18px;
    row-gap:10px;
    padding:0 2px 18px;
  }

  .bvt-travel-link-grid a{
    font-size:.88rem;
  }
}

@media (max-width: 575.98px){
  .bvt-travel-explore{
    padding:0 12px;
  }

  .bvt-travel-explore h2,
  .bvt-dest-section-heading h2{
    margin-bottom:16px;
    font-size:1.42rem;
  }

  .bvt-travel-link-grid{
    grid-template-columns:1fr;
    row-gap:9px;
  }
}
