/* ==========================================================================
   1. FUENTES Y ESTILOS GLOBALES
   ========================================================================== */
@font-face {
  font-family: 'Clan OT';
  src: url('https://assets-us-01.kc-usercontent.com/b2956330-c34f-0064-2c6f-27bd5c0147fc/6301f6a4-c96d-4004-90b9-33513439aebc/ClanOT-BoldItalic.otf') format('opentype');
  font-weight: 900;
}

#page-content {
  background-color: white;
}

.container {
  max-width: 1210px;
  padding-right: 15px;
}


.filters-container {
  min-width: 55%;
  display: flex;
  gap: 12px;
}

span.span-icon {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #0a396d;
  color: #0a396d;
}
input.input-search {
  border-bottom-right-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border: 1px solid #0a396d;
}
input.input-search::placeholder {
  font-size: 18px;
  color: #9d9d9c;
  font-style: italic;
}

.buscador-destinos-mobile {
  display: none;
}

.no-results-message {
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

@media (max-width: 992px) {

  .buscador-filtros-card {
      padding: 15px 25px;
      /* max-width: 360px; */
    }
  .buscador-tabs-container {
      padding: 0px 10px;
      padding-right: 7px;
  }
  .buscador-tab .active {
      height: 60px !important;
      max-height: 60px !important;
  }
  .buscador-filtros-container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-left:  10px;
      padding-right: 7px !important;
  }
  .buscador-filtros-card {
      border-radius: 0px 12px 12px 12px;
      border-radius: 0px 12px 12px 12px;
  }
  .buscador-tab {
      width: 100%;
      /* max-width: 170px; */
      /* max-height: 52px; */
      font-size: 1.05rem;
      /* padding: 8px 16px 8px 16px; */
      padding: 7px 28px 7px 28px;
      display: flex;
      justify-content: center;
  }
  .buscador-filtros-section {
      margin-top: -145px;
      padding: 0px
  }
/* =======================================================================  */
 
  
  /* Reglas conflictivas comentadas - se manejan con media queries específicos arriba */
  /* .hero-bg-img-desktop {
      width: 100%;
      object-fit: cover;
      display: none !important;
    }
    
  .hero-bg-img-mobile {
      width: 100%;
      object-fit: cover;
      display: block !important;
    } */
    
    
    .banner-plane-desktop {
      /* position: absolute; */
      right: 40px;
      top: -38px;
      width: 100%;
      z-index: 2;
      pointer-events: none;
    }
}

@media (max-width: 400px) {
  .buscador-tab {
      width: 100%;
      padding: 7px 16px 7px 16px;
  }
}
/* ================= DESTINOS PRINCIPALES (idéntico Figma) ================= */
.destinations-grid {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.destination-row {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
}
.destination-arrow svg {
  width: 16px;
  height: 16px;
  fill: white;
}
.card:hover .destination-arrow {
  border-radius: 16px;
}
.card:hover {
box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16);
transform: translateY(-2px) scale(1.01);
cursor: pointer;
}

.price-card:hover,
.card:hover {
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16);
  transform: translateY(-2px) scale(1.01);
}

.destination-arrow > .fa-light {
  transition: color 0.2s, font-size 0.2s;
}

.price-card:hover .destination-arrow > .fa-light,
.card:hover .destination-arrow > .fa-light{
  font-size: 1.8rem; 
  color: #00abc8;
  background: none;
}

.price-card:hover .price-card-info p,
.price-card:hover .price-card-info b,
.card:hover .destination-info p,
.card:hover .destination-info b {
  color: #00abc8;
}

.card-large { flex: 2; max-width: 580px; max-height: 318px;}
.card-medium { flex: 1.5; min-width: 260px; max-height: 226px; max-width: 580px; }
.card-small { flex: 1; min-width: 200px;     max-width: 283px; max-height: 228px;}
.destination-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.destination-overlay {
position: absolute;
left: 0; right: 0; bottom: 0; top: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 20px 22px 18px 22px;
background: linear-gradient(180deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.60) 100%);
z-index: 2;
}
.destination-badges {
display: flex;
gap: 8px;
margin-bottom: 8px;
flex-wrap: wrap;
}
.badge {
border-radius: 8px;
font-size: 0.85rem;
font-weight: 700;
padding: 3px 12px;
color: #fff;
background: #00abc8;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
letter-spacing: 0.01em;
display: inline-block;
}
.badge-blue { background: #1B365D; }
.badge-cyan { background: #00396f; }
.badge-green { background: #1ecb8b; }


.destination-info {
color: #fff;
text-shadow: 0 2px 8px rgba(0,0,0,0.18);
margin-bottom: 0;
}
.destination-info h3 {
margin-bottom: 2px;
margin-top: 0;

color: white;
font-size: 28px;
font-family: 'Encode Sans', sans-serif;
font-weight: 700;
word-wrap: break-word;
}

.destination-info p {
/* font-weight: 500; */
margin-bottom: 0;

color: white;
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 700;
word-wrap: break-word;
}

.destination-info p b {
/* font-weight: 500; */
margin-bottom: 0;
color: white;
font-size: 16px;
font-family: 'Lato', sans-serif;
font-weight: 800;
word-wrap: break-word;
}

.destination-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  font-size: 20px;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s;
  color: white;
}


.destination-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
.descubre-mejor-precio {
  font-size: 20px;
  font-weight: 700 !important;
  font-family: 'Encode Sans', sans-serif;
}
/* ================= RESPONSIVE GRID ================= */
@media (min-width: 992px) and (max-width: 1250px) {
    .buscador-filtros-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-right: 0px;
        padding-left:  0px;
    }

    .buscador-tabs-container {
        padding-left: 0px;
    }
}

@media (max-width: 1230px) {
  .card-large { flex: 2; 
              max-width: 580px; 
              max-height: 318px; 
              min-width: 570px; 
              min-height: 318px;}

.card-medium { flex: 1.5; 
               min-width: 260px; 
               max-height: 226px; 
               max-width: 580px;
               min-height: 226px; 
               min-width: 570px; }

.card-small { flex: 1; /* min-width: 200px;  */
              min-width: 270px; min-height: 228px; 
              max-width: 270px; max-height: 228px;}
}

@media (max-width: 1200px) {
  .destination-row { gap: 30px; }
  .card-large { min-width: unset; max-width: unset;}
  .card-medium { min-width: unset; max-width: unset;}
  .card-small { min-width: unset; max-width: unset; }
}


/* Para tablets (pantallas de hasta 992px de ancho) */
@media (max-width: 992px) {
 .destination-info h3 { font-size: 1.4rem; }
 .destination-row { gap: 8px; }
  .destination-overlay { padding: 10px 8px 10px 8px; }
  
  .destination-arrow { right: 8px; bottom: 8px; font-size: 1.1rem; width: 22px; height: 22px; }
}

/* Para móviles (pantallas de hasta 600px de ancho) */
@media (max-width: 600px) {
  .destination-row { gap: 8px; }
  .destination-overlay { padding: 10px 8px 10px 8px; }
  /* .destination-image { height: 90px; } */
  .destination-info h3 { font-size: 20px; }
  .destination-info {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    margin-bottom: 15px;
    }
  .destination-arrow { right: 8px; bottom: 8px; font-size: 1.1rem; width: 22px; height: 22px; }
}

/* ================= HERO BUSCADOR (idéntico Figma) ================= */
.hero-buscador {
position: relative;
width: 100%;
height: 450px;
overflow: hidden;
margin-bottom: 0;
}

/* Reglas base para desktop */
.hero-bg-img-desktop {
width: 100%;
height: 480px; 
object-fit: cover;
display: block;
}
.hero-bg-img-mobile {
width: 100%;
/* height: 320px; */
object-fit: cover;
display: none;
}

/* Reglas específicas para desktop */
@media (min-width: 769px) {
  .hero-bg-img-desktop {
    display: block !important;
  }
  .hero-bg-img-mobile {
    display: none !important;
  }
}

/* Reglas específicas para móvil */
@media (max-width: 768px) {
  .hero-bg-img-desktop {
    display: none !important;
  }
  .hero-bg-img-mobile {
    display: block !important;
  }
}
.hero-overlay {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 2;
background: linear-gradient(180deg,rgba(0,0,0,0.10) 0%,rgba(0,0,0,0.38) 100%);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.hero-title {
color: #fff;
font-size: 2.7rem;
font-weight: 800;
text-shadow: 0 2px 16px rgba(0,0,0,0.25);
margin-top: 0;
margin-bottom: 0;
}
/* ================= BUSCADOR PRINCIPAL (idéntico Figma) ================= */
/* .buscador-filtros-section {
background: transparent;
padding: 0 0 32px 0;
margin-top: -60px;
position: relative;
z-index: 3;
} */
.buscador-filtros-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0vw 2vw;
  margin-top: -120px;
  position: relative;
  z-index: 3;
}
.buscador-filtros-container {
display: flex;
justify-content: center;
align-items: flex-start;
padding-right: 0px;
}
.buscador-filtros-card {
background: #fff;
border-radius: 0px 5px 5px 5px;
box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
padding: 18px 28px 28px 28px;
/* max-width: 1111px; */
width: 100%;
/* margin: 0 auto; */
display: flex;
flex-direction: column;
align-items: flex-start;
}
.buscador-tabs {
display: flex;
gap: 8px;
padding: 0px;
/*   padding: 0px 0px 0px 5px; */
/*   margin-bottom: 10px; */
}
.buscador-tab {
background: #fff;
border: none;
border-radius: 10px;
color: #636363;
font-weight: 400;
font-size: 1.05rem;
padding: 7px 28px 7px 28px;
box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
cursor: pointer;
transition: background 0.2s, color 0.2s;
border-bottom: 2px solid #e0e0e0;
display: flex;
align-items: center;
gap: 6px;
height: 52px;
margin-bottom: 8px;
}
.buscador-tab.active {
/* background: #00abc8;
color: #fff;
border-bottom: 2px solid #fff; */
color: #00396f;
height: 60px;
margin: 0px;
border-radius: 10px 10px 0px 0px;
border-bottom: 4px solid #00abc8;
}
.buscador-tab:hover {
  background: #00abc8;
  color: #fff;
  border-bottom: 2px solid #fff;
  border-radius: 10px;
  
  border: none;
  font-weight: 400;
  font-size: 1.05rem;
  padding: 7px 28px 7px 28px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 52px;
  margin-bottom: 8px;
}
.title-descubre-chile {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.buscador-filtros-form {
width: 100%;
gap: 12px;
margin-top: 0;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
.buscador-filtro-select {
flex: 1 1 180px;
min-width: 40%;
display: flex;
flex-direction: column;
gap: 2px;
margin-bottom: 0;
}
.buscador-filtro-select > label {
  color: #1B365D;
}
.buscador-filtro-presupuesto {
/* flex: 1 1 180px;
min-width: 20%; */
width: 100%;
display: flex;
flex-direction: column;
gap: 2px;
margin-bottom: 0;

justify-content: flex-end;
}
.buscador-filtro-fecha {
/* flex: 1 1 180px;
min-width: 20%; */
width: 100%;
display: flex;
flex-direction: column;
gap: 2px;
margin-bottom: 0;
}
.buscador-filtro label {
font-size: 0.97rem;
color: #00396f;
font-weight: 600;
margin-bottom: 2px;
}
.buscador-filtro .form-control {
border-radius: 7px !important;
border: 1.2px solid #c5c5c4;
padding: 7px 12px;
font-size: 0.98rem;
color: #00396f;
background: white;
font-weight: 500;
outline: none;
transition: border 0.2s;
height: 36px;
}
.form-control {
border-radius: 7px !important;
border: 1.2px solid #c5c5c4;
padding: 7px 12px;
font-size: 0.98rem;
color: #00396f;
background: white;
font-weight: 500;
outline: none;
transition: border 0.2s;
height: 36px;
}
.input-icon-wrapper {
  position: relative;
  /* display: inline-block; */
}
.input-icon-wrapper .fa-light {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #888;
}
.input-icon-wrapper input {
 /*  padding-left: 35px; */ 
}
.buscador-filtro .form-control:focus {
border: 1.2px solid #00abc8;
}
.buscador-filtro-radio {
min-width: 180px;
gap: 10px;
margin-top: 18px;
display: flex;
align-items: center;
}
.custom-control.custom-radio {
display: flex;
align-items: center;
margin-right: 8px;
}
.custom-control-label {
font-size: 0.98rem;
color: #00396f;
font-weight: 600;
margin-left: 4px;
cursor: pointer;
}
.custom-control-input:checked ~ .custom-control-label {
color: #00abc8;
}
.custom-control-input[type="radio"] {
accent-color: #00abc8;
width: 16px;
height: 16px;
}
/*======= ESTILOS PARA EL CUSTOM DROPDOWN (UNIFICADO CON MOBILE) ==========*/
.dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-button {
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border-radius: 8px;
  font-size: 16px;
}

#mes-input.dropdown-button .fa-light {
  margin-left: 8px;
  flex-shrink: 0;
  color: #666;
}

/* Anular reglas de Bootstrap que causan ellipsis - SOLO para dropdown de meses */
#mes-input.dropdown-button.form-control {
  white-space: normal !important;
  text-overflow: initial !important;
  overflow: visible !important;
  height: auto !important;
  min-height: 48px;
}

/* Input de presupuesto  */
#presupuesto-input.form-control {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 8px;
  padding: 12px 16px;
}

/* Icono del input presupuesto - posición fija en píxeles */
.buscador-filtro-presupuesto .fa-light {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

/* Quitar flechitas del input number */
#presupuesto-input::-webkit-outer-spin-button,
#presupuesto-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#presupuesto-input[type=number] {
  -moz-appearance: textfield;
}
.dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000;
  border-radius: 8px;
  margin-top: 4px;
}

.dropdown-list label {
  display: block;
  padding: 12px 16px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-list label:last-child {
  border-bottom: none;
}

.dropdown-list label:hover {
  background-color: #f8f9fa;
}

.dropdown-list input[type="checkbox"] {
  margin-right: 12px;
  accent-color: #1B365D;
}
#mes-input .selected-values {
  color: #333;
  flex: 1;
  line-height: 1.4;
}

#mes-input .selected-values .placeholder {
  color: #999;
}

input[type="checkbox"] {
  accent-color: #1B365D;
}

.placeholder, .checkbox-option {
  color: #C1C1C1;
}

/*======= ESTILOS PARA EL DROPDOWN MOBILE DE MESES ==========*/
.mobile-dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.mobile-dropdown-button {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border-radius: 8px;
  font-size: 16px;
}

.mobile-dropdown-button .fa-light {
  margin-left: 8px;
  flex-shrink: 0;
  color: #666;
}

.mobile-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 1000;
  border-radius: 8px;
  margin-top: 4px;
}

.mobile-dropdown-list label {
  display: block;
  padding: 12px 16px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
}

.mobile-dropdown-list label:last-child {
  border-bottom: none;
}

.mobile-dropdown-list label:hover {
  background-color: #f8f9fa;
}

.mobile-dropdown-list input[type="checkbox"] {
  margin-right: 12px;
  accent-color: #1B365D;
}

.mobile-selected-values {
  color: #333;
  flex: 1;
  line-height: 1.4;
}

.mobile-selected-values .placeholder {
  color: #999;
}

/* ================================================= */
.ver-todos-button {
  width: 215px;
  height: 42px;
  border-radius: 30px;
  background-color: white;
  outline: 2px #1B365D solid;
  outline-offset: -2px;
  padding: 5px 11px;
  color: #1B365D;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  margin-top: 30px;
  display: block;
  margin: 30px auto;
}
.ver-todos-button:hover {
  outline: 2px #00ABC8 solid;
  outline-offset: -2px;
  color: #00ABC8;
}

button:focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color !important;
}
/* ================= Responsive ================= */
@media (max-width: 600px) {
  .buscador-filtros-card {
    border-radius: 0px 12px 12px 12px;
  }
  .hero-title {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
@media (max-width: 390px) {
/* ======================== PROPIEDADES PARA BUSCADOR MOBILE =======================  */
  
  .buscador-tabs-container {
      padding: 0px 10px;
  }
  .buscador-tab .active {
      height: 60px !important;
      max-height: 60px !important;
  }
  .buscador-filtros-container {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-left:  10px;
      padding-right: 10px;
    }
  .buscador-filtros-card {
      border-radius: 0px 12px 12px 12px;
      border-radius: 0px 12px 12px 12px;
  }
  .buscador-tab {
      width: 100%;
      max-width: 170px;
      max-height: 52px;
      font-size: 15px;
      /* padding: 8px 16px 8px 16px; */
      padding: 7px 24px 7px 24px;
      display: flex;
      justify-content: center;
  }
  .buscador-filtros-section {
      margin-top: -63px;
      padding: 0px
  }
  
  /* =================== AJUSTES CARDS PARA PANTALLAS MUY PEQUEÑAS ==================== */
  .card-large { 
      min-width: 100% !important;
      max-width: 100% !important;
      min-height: 120px !important;
      max-height: 120px !important;
  }
  .card-medium { 
      min-width: 100% !important;
      max-width: 100% !important;
      min-height: 140px !important;
  }
  .card-small { 
      min-width: 100% !important;
      max-width: 100% !important;
      min-height: 120px !important;
  }
  .destinations-grid {
      gap: 8px !important;
  }
  .destination-row {
      gap: 8px !important;
  }
  /* ==================================================================================== */
  
.buscador-filtros-card {
  border-radius: 0px 12px 12px 12px;
}
/* =================================================================  */
.hero-title {
  font-size: 1.1rem;
  margin-top: 10px;
}
}
/* ================= SIEMPRE LOS PRECIOS MÁS BAJOS (idéntico Figma) ================= */
.low-prices-section {
background: #fff;
padding-top: 0;
padding-bottom: 0 !important;
}
.low-prices-banner {
width: 100%;
min-height: 120px;
background: transparent;
position: relative;
margin-bottom: 0;
}
.banner-bg {
width: 100%;
/* height: 120px; */
/* background: #00AEC7; */
/* border-radius: 0 0 32px 32px; */
/* position: absolute; */
left: 0; top: 0; right: 0;
z-index: 1;
}
.banner-plane-mobile {
/* position: absolute; */
right: 40px;
top: -38px;
width: 100%;
z-index: 2;
pointer-events: none;
display: none;
}
.banner-plane-desktop {
/*   position: absolute; */
right: 40px;
top: -38px;
width: 100%;
z-index: 2;
pointer-events: none;
display: block;
}
.banner-text {
position: relative;
z-index: 3;
padding: 32px 0 0 48px;
}
.banner-text h2 {
color: #00396f;
font-size: 2.1rem;
font-weight: 800;
margin-bottom: 4px;
}
.banner-text p {
color: #fff;
font-size: 1.08rem;
font-weight: 500;
margin-bottom: 0;
}
.low-prices-content {
margin-top: 0;
padding-top: 24px;
padding-bottom: 24px;
}
.price-cards-grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 30px;
}
.price-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 334px;
  transition: box-shadow 0.2s, transform 0.2s;
  max-height: 330px;
}
.price-card:hover {
box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16);
transform: translateY(-2px) scale(1.01);
}
.price-card img {
width: 100%;
height: 100%;
max-width: 334px;
max-height: 330px;
object-fit: cover;
display: block;

min-width: 322px;
min-height: 330px;
}
.price-card-info {
position: absolute;
left: 0; right: 0; bottom: 0;
padding: 1px 15px 10px 15px;
background: linear-gradient(180deg,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.60) 100%);
color: #fff;
z-index: 2;
}
.price-card-info h3, .price-card-info p, .price-card-info span {
  color: white;
}
.price-card-info h3 {
font-size: 28px;
/* font-weight: 800; */
margin-bottom: 2px;
margin-top: 0;

font-size: 28px;
font-family: 'Encode Sans', sans-serif;
font-weight: 700;
word-wrap: break-word;
}
.price-card-info p {
/* font-size: 1.02rem;
font-weight: 500; */
margin-bottom: 0;

font-size: 20px;
font-family: 'Lato', sans-serif;
font-weight: 700;
word-wrap: break-word;
}

.price-card-info p b {
/* font-size: 1.02rem;
font-weight: 500; */
margin-bottom: 0;

font-size: 24px;
font-family: 'Lato', sans-serif;
font-weight: 800;
word-wrap: break-word;
}


.price-card-info .destination-arrow {
position: absolute;
right: 14px;
bottom: 10px;
font-size: 1.3rem;
color: #fff;
background: rgba(0,0,0,0.18);
border-radius: 50%;
width: 26px;
height: 26px;
display: flex;
align-items: center;
justify-content: center;
}

.low-prices-info {
background: #fff;
/*  border-radius: 18px;
box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08); */
padding: 32px 28px 24px 28px;
margin-left: 18px;
display: flex;
flex-direction: column;
align-items: flex-start;
height: 328px;
max-width: 462px;
max-height: 450px;
}
.low-prices-info .stars {
color: #00abc8;
font-size: 1.3rem;
font-weight: 800;
margin-bottom: 8px;
}
.low-prices-info h2 {
color: #1B365D;
font-weight: 600;
margin-bottom: 8px;
margin-top: 0;
font-family: 'Encode Sans', sans-serif !important;
font-size: 47px;
max-width: 433px;
}
.low-prices-info .highlight {
color: #00abc8;
font-weight: 700;
margin-bottom: 6px;
}
.low-prices-info p {
color: #00396f;
font-size: 1.01rem;
margin-bottom: 0;
}

.mobile-low-prices {
  display: none;
}
.descubre-text {
  font-family: "Encode Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
.star-style {
  color: #00AEC7;
  font-size: 13.12px;
  font-weight: 900;
}
/* ================= Responsive ================= */
@media (max-width: 1200px) {
.banner-plane { width: 220px; right: 10px; top: -18px; }
.banner-text { padding-left: 18px; }
.low-prices-info { padding: 18px 10px 12px 10px; margin-left: 0; }
}
@media (max-width: 992px) {
  .banner-plane { display: none; }
  /* .banner-bg { height: 80px; border-radius: 0 0 18px 18px; } */
  .banner-text { padding: 18px 0 0 8px; }
  .price-cards-grid { gap: 12px; }
  .low-prices-info { margin-top: 18px; }
  .desktop-low-prices {
    display: none;
  }
  
  .mobile-low-prices {
      display: block;
  }
  .low-prices-info-mobile {
    
    background: #fff;
    display: flex;
    flex-direction: column;
    max-height: 450px;
    align-items: flex-start;
  }
  .low-prices-info-mobile h2 {
    color: #1B365D;
    font-size: 20px;
    font-family: "Encode Sans", sans-serif;
    font-weight: 600;
    word-wrap: break-word;
  }
  
  .low-prices-info-mobile p {
    color: #1B365D;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
  }
  
  .low-prices-info-mobile .highlight {
    color: #00AEC7;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
  }
  .carousel-grid {
    display: flex;
    flex-direction: row;
    gap: 8px;
  }
    .hero-title {
    font-size: 1.7rem;
  }
  .hero-buscador, .hero-bg-img {
    height: 375px;
  }
  
  .inspirate-title { font-size: 1.3rem; }
  .inspirate-cards-grid { grid-template-columns: 1fr; gap: 10px; }
  .inspirate-card-img-wrap { height: 90px; }
  .inspirate-card-title { font-size: 1rem; bottom: 8px; }
  .inspirate-card-body { padding: 10px 8px 10px 8px; }
  .destinations-grid { gap: 18px; }
  .destination-row { flex-direction: column; gap: 18px; }
  .card-large, .card-medium, 
  .card-small { min-width: 50%; width: 100%; }
  .card-large { flex: 2; 
    max-width: 580px; 
    max-height: 318px; 
    min-height: 318px;}

.card-medium { flex: 1.5; 
     min-width: 260px; 
     max-height: 226px; 
     max-width: 580px;
     min-height: 226px; 
     }

.card-small { flex: 1; /* min-width: 200px;  */
    min-height: 228px; 
    max-width: 275px; max-height: 228px;}
  /* .destination-image { height: 140px; } */
}
@media (max-width: 600px) {
  /* .banner-bg { height: 60px; border-radius: 0 0 10px 10px; } */
  .banner-text h2 { font-size: 1.1rem; }
  .price-cards-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 1fr); gap: 8px; }
  .price-card img { height: 90px; }
  .low-prices-info { padding: 10px 4px 8px 4px; }
  .low-prices-info h2 { font-size: 1.1rem; }
}
.price-card-info .destination-arrow {
  display: flex;
}
.price-card-info .button-ver-precios {
  display: none;
}
/* ================= Responsive ================= */
@media (max-width: 1200px) {
.inspirate-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

@media (min-width: 769px) and (max-width: 1015px) {
  
  .container-modal, .content-section {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important;  /* IE 10+ */
  }
}
/* questions.css */
/* Card de vuelo principal */
.flight-card {
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Efecto hover para la card de vuelo */
.flight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
/* Segmento de vuelo individual */
.flight-segment {
  padding: 20px;
  border-left: 3px solid #007bff;
  background-color: #f8f9fa;
  border-radius: 0 8px 8px 0;
}
/* Precio total del vuelo */
.total-price {
  min-width: 120px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.badge {
  font-size: 14px;
  padding: 0.5em 0.75em;
  margin-right: 0.5em;
  max-width: 200px;
  font-family: "Lato", sans-serif;
}


@media (max-width: 991px) {

/* ======================== PROPIEDADES PARA BUSCADOR MOBILE =======================  */
    .card-small, .card-large {
        max-width: 100%;
    }
    .card-medium {
        max-height: 474px;
    }
    .container {
        max-width: 1200px;
        padding-right: 15px;
    }
    .buscador-filtros-card {
        padding: 15px 25px;
        /* max-width: 360px; */
      }
    .buscador-tabs-container {
        padding: 0px 10px;
        padding-right: 7px;
    }
    .buscador-tab .active {
        height: 60px !important;
        max-height: 60px !important;
    }
    .buscador-filtros-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-left:  10px;
        padding-right: 7px !important;
    }
    .buscador-filtros-card {
        border-radius: 0px 12px 12px 12px;
        border-radius: 0px 12px 12px 12px;
    }
    .buscador-tab {
        width: 100%;
        /* max-width: 170px; */
        /* max-height: 52px; */
        font-size: 1.05rem;
        /* padding: 8px 16px 8px 16px; */
        padding: 7px 28px 7px 28px;
        display: flex;
        justify-content: center;
    }
    .buscador-filtros-section {
        margin-top: -180px;
        padding: 0px
    }
/* =======================================================================  */
/* ====================== ESTILOS CARDS BUSCADOR MOBILE ==================== */
.destination-image {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  display: block;
}
.destinations-grid {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
/* ========================================================================= */

    /* Reglas conflictivas comentadas - se manejan con media queries específicos arriba */
    /* .hero-bg-img-desktop {
        width: 100%;
        object-fit: cover;
        display: none !important;
      }
      
    .hero-bg-img-mobile {
        width: 100%;
        object-fit: cover;
        display: block !important;
      } */
     
      

      /* ESTILOS MODAL MESES MOBILE */

      .container-modal {
        padding: 35px;
      }
}
@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 24px;
    }
    section.slider {
        padding-bottom: 2rem;
    }
    /* =================== ESTILOS CARDS BUSCADOR MOBILE 700PX ============================ */
    .card-large { 
                flex: 2; 
                min-width: 346px;
                min-height: 138px;
                /* max-width: 580px; */ 
                max-height: 250px;
    }
    .card-medium { 
                    flex: 1.5; 
                    min-width: 50%; 
                    min-height: 279px;
                    /* max-height: 325px;  */
                    max-width: 580px; 
                }
    .card-small { 
                    flex: 1; 
                    min-width: 200px;  
                  /*  max-width: 283px;  */
                    max-height: 151px;
                }
    
      .banner-plane-mobile {
        /* position: absolute; */
        right: 40px;
        top: -38px;
        width: 100%;
        height: 100%;
        z-index: 2;
        pointer-events: none;
        display: block !important;
      }
      
      .banner-plane-desktop {
        display: none !important; 
      }
            
    /* ==================================================================================== */
}
@media (max-width: 400px) {
  
    .descubre-text{
      font-size: 16px;
      font-weight: 600;
    }  
  
    .buscador-tab {
        width: 100%;
        padding: 7px 16px 7px 16px;
    }
}

/* === FILTROS MOBILE === */
@media (max-width: 991px) {
  /* .buscador-filtros-section { display: none !important; } */
  .buscador-filtros-mobile-btn { 
      display: flex !important; 
      justify-content: flex-start; 
      align-items: center; 
      padding: 16px 16px 0 16px; 
      background: #fff; 
      z-index: 20; 
  }
  .buscador-filtros-mobile-btn { 
      /* display: flex !important;
      justify-content: flex-start; 
      align-items: center; 
      padding: 16px 16px 0 16px; 
      background: #fff; 
      z-index: 20; */
      
      display: flex !important;
      justify-content: flex-start;
      align-items: center;
      padding: 16px 16px 0 16px;
      background: #fff;
      z-index: 20;
      position: relative;
      min-height: 50px;
    }

  .buscador-filtros-mobile-btn button {
    background: #fff;
    color: #1B365D;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    border: unset;
    position: absolute;
    left: 0px;
  }

   #openMobileFilters {
    color: #1B365D;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 16px;
    word-wrap: break-word;
  }

  .filtros-mobile-class {
    color: #1B365D;
  }
/*
  .mobile-filters-modal {
    position: fixed; left: 0; right: 0; bottom: 0; top: 0;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    display: flex; align-items: flex-end; justify-content: center;
    animation: fadeInBg 0.25s;
  }*/
  
  .mobile-filters-modal-content {
    width: 100%; max-width: 480px; background: #fff; border-radius: 10px 10px 0 0;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.08);
    /* padding: 24px 18px 12px 18px; */
    transform: translateY(100%);
    animation: slideUpModal 0.35s cubic-bezier(.4,1.4,.6,1) forwards;
  }
  .mobile-filters-modal-header 
      { 
        /* display: flex; 
        justify-content: space-between; 
        align-items: center; 
        margin-bottom: 18px; */ 

        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 18px;

        position: relative;
      }

  .mobile-filters-title 
    {
      color: #1B365D;
      
      font-size: 14px;
      font-family: 'Lato', sans-serif;
      font-weight: 500;
      line-height: 18px;
      word-wrap: break-word;
    }
  
    .mobile-filters-subtitle 
    {
      color: #1B365D;
      font-size: 16px;
      font-family: 'Lato', sans-serif;
      font-weight: 700;
      line-height: 20px;
      word-wrap: break-word;
      margin: 15px 0px;
    }

  .close-mobile-filters 
    { 
      background: none; 
      border: none; 
      font-size: 2rem; 
      color: #1B365D; 
      cursor: pointer; 

      position: absolute;
      right: 1rem;
    }
  .mobile-filter-group 
    { 
      border-bottom: 1px solid #C1C1C1;
      display: flex;
      flex-direction: column;
      margin: 0rem 1rem;
      padding-bottom: 1.5rem;
      padding-top: .5rem;
    }
  .mobile-slider-container { display: flex; align-items: center; gap: 10px; }
  .mobile-slider-label { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 4px; 
    min-width: 80px;
  }
  .mobile-label-text { 
    font-size: 12px; 
    color: #666; 
    font-weight: 500; 
    text-align: center;
  }
  #mobile-presupuesto-slider { flex: 1; accent-color: #00ABC8; }
  .mobile-meses-checkboxes { display: flex; flex-wrap: wrap; gap: 8px; }
  .mobile-meses-checkboxes label { background: #f2f2f2; border-radius: 6px; padding: 4px 10px; font-size: 0.98rem; }
  
  /* Estilos mejorados para el grid de meses mobile */
  .mobile-meses-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 8px;
  }
  
  .mobile-mes-checkbox-label {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    font-weight: 500;
  }
  
  .mobile-mes-checkbox-label:hover {
    background: #e9ecef;
    border-color: #00ABC8;
  }
  
  .mobile-mes-checkbox-label input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #00ABC8;
    transform: scale(1.1);
  }
  
  .mobile-mes-checkbox-label input[type="checkbox"]:checked + .mobile-mes-text {
    color: #00ABC8;
    font-weight: 600;
  }
  
  .mobile-mes-text {
    color: #495057;
    transition: color 0.2s ease;
  }

  .mobile-tipo-vuelo-btns { display: flex; gap: 10px; }
  .tipo-vuelo-btn { border: 1px solid #00aec7; background: #fff; color: #00aec7; border-radius: 8px; padding: 7px 18px; font-weight: 600; cursor: pointer; transition: background 0.2s, color 0.2s; }
  .tipo-vuelo-btn.active, .tipo-vuelo-btn:hover { background: #00aec7; color: #fff; }
  .mobile-filters-modal-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; }
  .mobile-clear-filters { background: none; border: none; color: #1B365D; font-weight: 600; font-size: 1rem; cursor: pointer; }
  .mobile-apply-filters { background: #1B365D; color: #fff; border: none; border-radius: 30px; padding: 10px 24px; font-size: 1rem; font-weight: 700; cursor: pointer; }
  .modal-mobile-filter-border {
    width: 800px;
    min-width: 800px;
    border-top: 1px solid #C1C1C1;
  }
  
  .price-card {
    height: 224px;
    background: white; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.10); 
  }
  .destination-image {
    height: 350px !important;
  }
  .price-card-info {
    height: 100%;
    max-height: 130px;
    top: 94px;
    background: none;
    background-color: white;
    padding: 8px 12px 8px 12px;
  }
  .price-card-info h3 {
    /* display: none; */
    color: #1B365D;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
  }
  
  .price-card-info p {
    color: #1B365D;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 0px;
  }
  
  .price-card-info p b {
    color: #1B365D;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    word-wrap: break-word;
    line-height: 1.1;
  }
  .price-card-info .destination-arrow {
    
    display: none;
  }
  .price-card-info .button-ver-precios {
    display: block;
        display: block;
        color: white;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        word-wrap: break-word;
        padding: 9px 16px;
        border-radius: 30px;
        width: 100%;
        height: 34px;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 9px;
        padding-bottom: 9px;
        background: #00AEC7;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        gap: 6px;
        display: inline-flex;
        border: none;
        margin-top: 8px;
  }
  .card-medium .destination-image {
    height: 100% !important;
  }
}
@media (min-width: 900px) {
  .buscador-filtros-mobile-btn, .mobile-filters-modal { display: none !important; }
  
}


@media (max-width: 900px){
  .filters-container {
      display: none !important;
  }
}

@keyframes slideUpModal {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
@keyframes fadeInBg {
  from { background: rgba(0,0,0,0); }
  to { background: rgba(0,0,0,0.45); }
}

.carousel-grid.carousel {
  display: flex !important;
  flex-direction: row !important;
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important;  /* IE 10+ */
  padding: 10px !important;
}
.carousel-grid.carousel::-webkit-scrollbar {
  display: none !important; /* Chrome, Safari */
}
.price-card {
  flex: 0 0 auto !important; /* no se encoge ni se estira */
  scroll-snap-align: start !important;
  min-width: 280px !important; /* ajustalo según necesidad */
}
/* MODAL FILTROS MOBILE FULLSCREEN */
@media (max-width: 991px) {
  #mobileFiltersModal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: rgba(0,0,0,0.5) !important;
    display: none;

    margin-top: 1px;
  }
  .mobile-filters-modal-content {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    border-radius: 10 !important;
    background: #fff !important;
    position: relative !important;
    margin: 0 !important;
    padding: 2rem 1rem !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;

    padding: 0rem !important;
  }
}
@media (max-width: 991px) {
  .mobile-filters-modal-content {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    border-radius: 10 !important;
    background: #fff !important;
    margin: 0 !important;
    padding: 0 1rem 0 1rem !important;
    box-sizing: border-box !important;

    padding: 0rem !important;
  }
  
  .mobile-filters-modal-header {
    padding: 0 1rem 0 1rem !important;
    padding-top: 1rem !important;
  }
  
  .mobile-filters-modal-body {
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .mobile-filters-modal-footer {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 1.5rem 1rem !important;
    background: #fff !important;
    display: flex !important;
    justify-content: space-between !important;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.04) !important;
    z-index: 2 !important;
  }
 
}



/* CSS PARA SELECT NUEVO */

.selector-body {
  font-family: 'Encode Sans', sans-serif;
  /* background: #f9fafb; */
  /* padding: 20px; */

  position: relative;
  max-width: 100%;
  min-width: 40%;
}
.selector-container {
  /* max-width: 400px; */
  /* margin: auto; */
  /* padding: 20px; */
}
.selector-button {
  width: 100%;
  padding: 12px 16px;
  border: 1.2px solid #c5c5c4;

  /* border: 2px solid #bfdbfe; */
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  height: 36px;
}
.popover {
  display: none;
  position: absolute;
  min-width: 100%;
  background: white;
  border: 2px solid #bfdbfe;
  border-radius: 8px;
  margin-top: 4px;
  z-index: 35;
  max-height: 240px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  top: 100%;
  
  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* Internet Explorer 10+ y Edge */
}

/* WebKit (Chrome, Safari, Opera) */
.popover::-webkit-scrollbar {
  display: none;
}


.popover.show {
  display: block;
}
.popover input {
  width: 100%;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #e5e7eb;
  outline: none;
}
.city-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  cursor: pointer;
}
.city-option:hover {
  background: #f3f4f6;
}
.hidden {
  display: none;
}
.check {
  width: 16px;
  height: 16px;
  opacity: 0;
}
.check.visible {
  opacity: 1;
}

@media (max-width: 795px) {
    .selector-body {
  font-family: 'Encode Sans', sans-serif;
  /* background: #f9fafb; */
  /* padding: 20px; */

  position: relative;
  max-width: 100%;
  min-width: 100%;
}
}

/*AM New MODAL*/
.container-modal {
  max-width: 1100px;
  margin: 40px;
  margin-top: 0px;
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 35px;

  position: relative;

  /* overflow-y: scroll; */
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);  /* negro semitransparente */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-display-container {
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  position: relative;
  top: 30px;
}

.container-close-modal-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

.close-modal-btn {
  width: 30px;
  height: 30px;
  color: white;
  font-weight: 900;
  text-align: center;
  padding: 2px 0px;
  background: #484848;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.image-section img {
  width: auto;
  height: 100%;
  max-width: 276px;
  border-radius: 16px;
  object-fit: cover;
}

.content-section {
  padding: 30px 40px;
  display: flex;
  flex-direction: column;

  /* overflow-y: scroll; */
}

.vuelo-modal-title {
  color: #1B365D;
  font-size: 28px;
  font-family: 'Encode Sans' sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}


    
.select-modal-container {
    width: 100%;
    margin-bottom: 20px;
}

    
.origen-select {
    width: 100%; 
    height: 100%; 
    padding-top: 9px; 
    padding-bottom: 9px; 
    padding-left: 16px; 
    padding-right: 24px; 
    background: white; 
    border-radius: 8px; 
    outline: 1px #C1C1C1 solid; 
    outline-offset: -1px; 
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.month {
  width: 150px;
  min-width: 150px;
  padding: 12px;
  background-color: #fff;
  border-radius: 8px;
  text-align: left;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #B9BEC0;
  font-family: 'Lato', sans-serif;
  flex-shrink: 0;
  position: relative;
  /* PARA QUE EN LOS TAMAÑOS INTERMEDIOS OCUPEN EL ESPACIO SOBRANTE Y QUEDEN PAREJOS */
  flex-grow: 1;
}
.month:hover {
  border: 1px solid #00AEC7;
}

.month::after {
  content: 'chevron-right'; /* texto visible como en tu ejemplo */
  font-family: 'FontAwesomeProLight';
  font-weight: 300; /* light */
  margin-left: 8px;
  font-size: 14px;
  color: #555;
  display: inline-block;
  vertical-align: middle;

  position: absolute;
  right: 8px;
  transform: translateY(-50%);
  
}

.month-label {
  display: block;
  font-weight: 500;;
  color: #636363;
  font-size: 16px;
  line-height: 20px;
  &.with-data{
    color: #1B365D;
  }
}

.month-price {
  color: #899093;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  
  &.with-data {
    color: #00AEC7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
}

.img-mas-barato {
    position: absolute;
    right: -8px;
    top: -8px;
}
    
@media (max-width: 800px) {
  .vuelo-modal-title {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
  }

  .container-modal {
    flex-direction: column;
    padding: 35px 25px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important; /* Firefox */
    -ms-overflow-style: none !important;  /* IE 10+ */
  }

  .container-close-modal-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }

  .close-modal-btn {
    width: 30px;
    height: 30px;
    color: white;
    font-weight: 900;
    text-align: center;
    padding: 2px 0px;
    background: #484848;
    border-radius: 9999px;
    cursor: pointer;
  }

  .image-section {
    padding: 0px 30px;
  }

  .image-section img {
    max-height: 140px;
    width: 500px;
    object-fit: cover;
    max-width: 100%;
  }
  

  .grid {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    max-width: 100%;
  }

  .month {
    width: 100%;
    min-height: 70px;
    flex-grow: 0;
  }
  
  .month-price {
    &.with-data {
      font-size: 16px;
      line-height: 1.2;
    }
  }
}

@media (max-width: 480px) {
  .mobile-meses-grid {
      grid-template-columns: repeat(2, 1fr);
  }
    
  .badge {
    font-size: 0.7rem;
    padding: 4px 8px;
    border-radius: 6px;
    letter-spacing: 0;
    white-space: normal !important;
    line-height: 1.2;
    max-width: 150px;
    text-align: center;
    word-break: break-word;
    hyphens: auto;
  }
  
  .vuelo-modal-title {
    font-size: 16px;
  }
  
  .container-modal {
      padding: 25px 10px 10px 10px;
      max-height: 95vh;
      max-width: 90vw;
      margin: 0px;

      overflow-y: scroll;
      -webkit-overflow-scrolling: touch !important;
      scrollbar-width: none !important; /* Firefox */
      -ms-overflow-style: none !important;  /* IE 10+ */
  }

  .container-close-modal-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1000;
  }

  .close-modal-btn {
    width: 30px;
    height: 30px;
    color: white;
    font-weight: 900;
    text-align: center;
    padding: 2px 0px;
    background: #484848;
    border-radius: 9999px;
    cursor: pointer;
  }

  .grid {
    gap: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    max-width: 100%;
  }

  .month {
    width: 100%;
    min-height: 60px;
    padding: 8px;
    position: relative;
    flex-grow: 0;
  }

  .month-price {
    font-size: 12px;
    line-height: 1.1;
    word-break: break-word;
    overflow-wrap: break-word;
    
    &.with-data {
      font-size: 14px;
      line-height: 1.2;
    }
  }
  
  .month-label {
    font-size: 14px;
  }

  .month::after {
    content: "\f054"; /* texto visible como en tu ejemplo */
    font-family: 'FontAwesomeProLight';
    font-weight: 300; /* light */
    margin-left: 8px;
    font-size: 14px;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 8px; 
    transform: translateY(-50%);
    max-width: 8px;
  }
  
  .image-section img {
      width: 100%;
      height: 85px;
      border-radius: 16px;
      object-fit: cover
    }
  
}


/*** Nuevos Styles Grid ****/

.destinationsGrid {
  display: grid;
  gap: 15px;
  grid-auto-flow: dense;
  padding-top: 10px;
}

/* === TARJETAS === */
.card {
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  font-weight: bold;
  overflow: hidden;
  height: 100%;
  min-height: 150px;
  transition: transform 0.3s ease;
  border: none;
}


/* === LAYOUTS PARA MOBILE === */
.destinationsGrid[data-count="5"]{grid-template-columns:repeat(2,1fr)}.destinationsGrid[data-count="5"] .card:nth-child(1){grid-column:span 2}.destinationsGrid[data-count="4"]{grid-template-columns:repeat(2,1fr)}.destinationsGrid[data-count="4"] .card:nth-child(1){grid-column:span 2}.destinationsGrid[data-count="4"] .card:nth-child(2){grid-row:span 2}.destinationsGrid[data-count="3"]{grid-template-columns:repeat(2,1fr)}.destinationsGrid[data-count="3"] .card:nth-child(1){grid-row:span 2}

/* === LAYOUTS PARA DESKTOP === */
@media (min-width: 769px) {
  .destinationsGrid[data-count="5"]{grid-template-areas:"grande pequena1 pequena2" "mediana1 mediana2 mediana2";grid-template-columns:2fr 1fr 1fr;grid-template-rows:300px 200px}.destinationsGrid[data-count="5"] .card:nth-child(1){grid-column:auto;grid-area:grande}.destinationsGrid[data-count="5"] .card:nth-child(2){grid-area:pequena1}.destinationsGrid[data-count="5"] .card:nth-child(3){grid-area:pequena2}.destinationsGrid[data-count="5"] .card:nth-child(4){grid-area:mediana1}.destinationsGrid[data-count="5"] .card:nth-child(5){grid-area:mediana2}.destinationsGrid[data-count="4"]{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto}.destinationsGrid[data-count="4"] .card:nth-child(1){grid-column:auto}.destinationsGrid[data-count="4"] .card:nth-child(2){grid-row:auto}.destinationsGrid[data-count="3"]{grid-template-columns:repeat(3,1fr)}.destinationsGrid[data-count="3"] .card:nth-child(1){grid-row:auto}
  
  .destinationsGrid[data-count="2"]{
    grid-template-columns:repeat(2,1fr);
    height: 250px;
  }
}

/*************************************************/

.hero-slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === OVERLAY Y TEXTOS DEL SLIDER === */
.hero-slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 0;
}

.hero-slide-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: white;
  position: absolute;
  top: 10%;
  left: 5%;
}

.hero-slide-title {
  font-size: 3.5rem;
  font-weight: 800;
  font-family: 'Encode Sans', sans-serif;
  color: white;
  margin-bottom: 0px;
}

.hero-slide-subtitle {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0;
  color: white;
}

.hero-slide-destination {
  position: absolute;
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  display: flex;
  align-items: center;
  gap: 6px;
  top: 215%;
  left: 200%;
  width: 100%;
}

.hero-slide-destination:before {
  content: "\f041";
  font-family: "FontAwesomeProLight";
  display: inline-block;
  font-size: 1.8rem;
}

.hero-slider-controls {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
}

.hero-slider-arrow {
  background: transparent;
  border: none;
  border-radius: 0;
  width: 10px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  color: white;
}

.hero-slider-dots {
  display: flex;
  gap: 6.26px;
}

.hero-slider-dot {
  background: white;
  border-radius: 50%;
  width: 7.93px;
  height: 7.93px;
  transition: all 0.3s ease;
}
      /* Estilos para los dots del slider */
.hero-slider-dot {
      cursor: pointer;
}
    
.hero-slider-dot:hover {
      background: #00aec7 !important;
      transform: scale(1.2);
}

.hero-slider-dot.active {
  background: #00aec7;
}

@media (max-width: 768px) {
  .hero-slider-controls {
    bottom: 200px;
    gap: 10.33px;
  }
  
  .hero-slider-arrow {
    width: 8.61px;
    height: 14px;
    font-size: 13.78px;
  }

  .hero-slider-dots {
    display: flex;
    gap: 5.39px;
  }
  
  .hero-slider-dot {
    width: 6.83px;
    height: 6.83px;
  }
  
  .hero-slide-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 5%;
      z-index: 0;
  }
  
  .hero-slide-content {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }
  
  .hero-slide-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 0;
  }
  
  .hero-slide-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .hero-slide-destination {
    position: static;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    margin: 0;
  }
  
  .hero-slide-destination:before {
    content: "\f041";
    font-family: "FontAwesomeProLight";
    display: inline-block;
    font-size: 1.1rem;
  }
}
