﻿* {
  box-sizing: border-box;
}
.header{
  position: relative;
}

.k-widget {
  background: inherit;
  border: 0px;
}
.k-animation-container, .k-widget, .k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* <<<<<<< VUELOS BARATOS >>>>>>> */

/*General Partial*/
.vuelos-baratos{

  .header-vb{
    h2{
      font-size: var(--font-sz-title);
      line-height: 1.4;
      span{
        font-size: 2.3rem;
      }
    }
    H4{
      font-size: var(--font-sz-subtitle);
    }
  }
  .body-vb{
    a{
      width: 100%;
      @media (min-width:1024px){
        width: 100%;
      }

      img{
        width: 100%;
        max-height: 190px;
        object-fit: cover;
        border-radius: 20px;
      }
      &:hover{
        img{filter: opacity(0.9);}
        
      }
    }
    
  }
}

.vb-overflow-initial {
  overflow-y: hidden;
}

.master-column-wrapper {
  margin-top: 0;
}

.container-plg-process {
  width: 100%;
  margin: 0 auto;
}

.master-column-process {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.column-one-plg {
  width: 100%;
}

.titleFilter{
  color: var(--c-scale-80);
  font-size: 18px;
}
.textFiltro{
  font-size: 14px;
}

/*tap*/
.taps-superior-mobil{
  position: relative;
}
.tapFilter-VB {
  overflow: auto;
  .content-ico-vb{
    background: var(--c-blanco);
    border-radius: 10px;
    padding: 10px 15px;
    color: var(--c-scale-70);
    font-size: 14px;
    line-height: 1.1;
  }
}

.taps-superior-mobil:after,
.taps-superior-mobil:before {
  content: "";
  width: 30px;
  height: 90px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.scroll-left:after {
  background: linear-gradient(90deg, #ffffffe8, transparent);
  -webkit-background-image: linear-gradient(90deg, #ffffffe8, transparent);
  left: 0;
}

.scroll-right:before {
  background: linear-gradient(90deg, transparent, #ffffffe8);
  -webkit-background-image: linear-gradient(90deg, transparent, #ffffffe8);
  right: 0;
}

.tapFilter-VB::-webkit-scrollbar {
  height: 3px;
  background: #eee;
}

.tapFilter-VB::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.content-ico-vb {
  
}

.tapFilter-VB input {
  display: none;
}
/* 
.tapFilter-VB input:checked + label.content-ico-vb,
.tapFilter-VB input:checked + label.content-ico-vb:hover {
  background: #555 !important;
  color: #fff;
  border-radius: 10px;
  transition: all 0.3s;
}

.tapFilter-VB input:not(:checked) + label.content-ico-vb {
  background: none;
  color: inherit;
  border-radius: 0px;
  transition: none;
} */

.tapFilter-VB input:checked + label.content-ico-vb .ico-lupa,
.ico-lupa-blanco {
  background: url(../img/icon/ico-lupa-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-calendario {
  background: url(../img/icon/ico-calendario-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-tabla-comparativo {
  background: url(../img/icon/ico-tabla-comparativo-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-avion {
  background: url(../img/icon/ico-avion-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-precio {
  background: url(../img/icon/ico-dinero-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-escalas {
  background: url(../img/icon/ico-escala-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-maletas {
  background: url(../img/icon/ico-maleta-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.tapFilter-VB input:checked + label.content-ico-vb .ico-reloj {
  background: url(../img/icon/ico-reloj-blanco.svg) no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

.ico-lupa {
  background: url(../img/icon/ico-lupa.svg) no-repeat;
}

.ico-calendario {
  background: url(../img/icon/ico-calendario.svg) no-repeat;
}

.ico-avion {
  background: url(../img/icon/ico-avion.svg) no-repeat;
}

.ico-tabla-comparativo {
  background: url(../img/icon/ico-tabla-comparativo-griss.svg) no-repeat;
}

.ico-precio {
  background: url(../img/icon/ico-dinero-gris.svg) no-repeat;
}

.ico-escalas {
  background: url(../img/icon/ico-escala-gris.svg) no-repeat;
}

.ico-maletas {
  background: url(../img/icon/ico-maleta-gris.svg) no-repeat;
}

.ico-reloj {
  background: url(../img/icon/ico-reloj.svg) no-repeat;
}

.icon-tap-vb {
  width: 22px;
  height: 22px;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
}

/* -- */

/* Search Vuelos baratos */

#divOptionTramos2,
#divOptionTramos3,
#divOptionTramos4,
#divOptionTramos5 {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#divOptionTramos2 span,
#divOptionTramos3 span,
#divOptionTramos4 span,
#divOptionTramos5 span {
  color: #a1002a;
  margin-bottom: 15px;
  cursor: pointer;
}

#divOptionTramos2:hover span,
#divOptionTramos3:hover span,
#divOptionTramos4:hover span,
#divOptionTramos5:hover span {
  color: #570017;
}

.content-search-vb {
  background: #eee;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.content-search-vb h2,
.filter-month-vb h2,
.content-airline-vb h2 {
  margin: 0px 0 15px;
  font-size: 20px;
  font-weight: bold;
}

.caja-opciones-vb {
  display: flex;
  justify-content: space-between;
}

.radio-vb {
  font-size: 9px;
  margin: 0;
  cursor: pointer;
}

.radio-vb input {
  display: none;
}

.btn-radio {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 5px 10px;
  background: #fff;
  width: 80px;
  text-align: center;
}

.btn-radio:hover {
  background: #ddd;
}

.radio-vb input:checked + .btn-radio {
  border: 2px solid #5f053a;
  color: #5f053a;
}

.caja-input-vb {
  margin: 10px 0;
  position: relative;
}

.caja-input-vb input {
  width: 100%;
  border: none;
  border-radius: 10px;
  padding-left: 35px;
}

.ico-origen {
  background: url(../img/icon/ico-indicador-delgado-griss.svg) no-repeat;
}

.ico-destino {
  background: url(../img/icon/ico-avion-delgado-griss.svg) no-repeat;
}

.ico-calendar {
  background: url(../img//icon/ico-calendario-delgado-griss.svg) no-repeat;
}

.ico-origen,
.ico-destino,
.ico-calendar {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}

.caja-cantidad-vb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.caja-cantidad-vb p {
  margin: 0;
  width: 50%;
  font-size: 12px;
  font-weight: bold;
}

.caja-cantidad-vb span {
  font-size: 10px;
}

.caja-nro-vb {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.caja-nro-vb input {
  width: 50px;
  border: none;
  border-radius: 10px;
  margin: 0 5px;
  text-align: center;
}

.calendario-vb {
  margin: 10px 0;
  position: relative;
}

.calendario-vb input {
  border: none;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}

.clases-vb,
.escalas-vb {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.clases-vb select,
.escalas-vb select {
  border: none;
  background: #fff;
  border-radius: 10px;
  width: 70%;
  text-align: center;
}

.ico-suma {
  background: url(../img/icon/ico-suma.svg) #ddd no-repeat;
}

.ico-resta {
  background: url(../img/icon/ico-resta.svg) #ddd no-repeat;
}

.ico-resta,
.ico-suma {
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  cursor: pointer;
}

.ico-suma:hover {
  background: url(../img/icon/ico-suma.svg) #aaa no-repeat;
}

.ico-resta:hover {
  background: url(../img/icon/ico-resta.svg) #aaa no-repeat;
}

.btn-mostrarInfante {
  width: 100%;
  text-align: center;
  margin: 20px 0 20px 0;
}

.btn-mostrarInfante a {
  text-decoration: none;
  background: #ddd;
  border-radius: 20px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: bold;
}

.btn-mostrarInfante a:hover {
  background: #aaa;
  color: #fff;
}

.ninoInfante {
  margin-bottom: 20px;
}

.content-search-vb button {
  width: 100%;
  background: #740846;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  border-radius: 30px;
  font-weight: bold;
}

.content-search-vb button:hover {
  background: #5f053a;
}

/* Filtro Mes */

.filter-month-vb {
  padding: 20px 10px 45px;
  margin-bottom: 20px;
  background: #eee;
  border-radius: 20px;
  position: relative;
}

.filter-month-vb h2 {
  padding-left: 15px;
}

.ico-flecha-top,
.ico-flecha-bottom {
  width: 15px;
  height: 15px;
  border-left: 3px solid #555;
  position: absolute;
  right: 30px;
}

.ico-flecha-top {
  top: 20px;
  border-top: 3px solid #555;
  transform: rotate(45deg);
}

.ico-flecha-bottom {
  bottom: 20px;
  border-bottom: 3px solid #555;
  transform: rotate(-45deg);
}

.content-month-vb,
.caja-result-airline {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
}

.content-month-vb h3 {
  font-size: 20px;
  font-weight: bold;
}

.item-month,
.item-airline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.input-radio-vb {
  position: relative;
  margin: 0;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.input-radio-vb p {
  user-select: none;
  margin: 0;
  font-weight: initial;
}

.input-radio-vb input {
  display: none;
}

.input-radio-vb .Circle {
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #b699aa;
}

.input-radio-vb input:checked + .Circle {
  background: rgb(0, 169, 145);
  transition: all 200ms ease-out;
  border: none;
}

.input-radio-vb input:checked + .Circle:after {
  content: "";
  height: 7px;
  width: 7px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease-out;
}

.cont-pecio-vb {
  padding: 5px 10px;
  text-align: center;
  border: 2px solid #eee;
  border-radius: 10px;
  font-weight: bold;
}

.cont-pecio-vb p {
  margin: 0;
  font-size: 10px;
}

/* Filtro Aerolineas */

.content-airline-vb {
  padding: 20px 10px 10px;
  margin-bottom: 20px;
  background: #eee;
  border-radius: 20px;
  position: relative;
}

.content-airline-vb h2 {
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.ico-airline {
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50px;
  margin: 10px 5px 10px 0;
}

/* Filtro Hora de salida */

.select-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-time p {
  margin: 0;
}

.select-time select {
  border: 2px solid #eee;
  border-radius: 15px;
  width: 120px;
  margin: 3px 0;
}

/* Filtro Tablas de Precios */

#collapseTable {
  overflow: auto;
  z-index: 100;
  margin-bottom: 15px;
  width: 100%;

  display: none !important;
}

#divSummary {
  display: block;
  color: #555;
  border-radius: 10px;
  overflow: hidden;
}

#summary,
#daysInAdv {
  overflow-x: scroll;
}

.tapClass {
  width: 50%;
  text-align: center;
  font-size: 10px;
  background: #eee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-radius: 10px 10px 0 0;
  background: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

table.pvtTable tbody tr td:hover {
  background-color: #555 !important;
  color: #fff !important;
}

.cajaTableTitle img {
  width: 30px;
  height: 30px;
}

.cont-price tbody td {
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

.preciosTable {
  cursor: pointer;
}

.preciosTable:hover {
  background: #440428;
  color: #fff;
}

.active1 {
  background: #fff;
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.newBusqueda {
  padding: 20px;
  background: var(--c-blanco);
  @media (min-width:1024px){
    background: transparent;
    padding: 0;
  }
}

.newBusqueda .info-busqueda p {
}
.info-busqueda h2 {
}

#sectionFlights-VB {
}

/* Pasos Compra & New Busqueda */

.header-content-vuelos h1 {
  font-size: 14px;
  font-weight: bold;
  display: none;
}
.content-header-newSearch {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.content-header-newSearch a {
  text-decoration: none;
  width: 25%;
}
.linea-compra {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.content-new-date {
}
.input-content {
  padding: 0 3px 0 34px;
  background: var(--c-scale-20);
  border-radius: 10px;

  position: relative;

}
.input-content input {
  width: 100%;
  height: 36px;
  border: none;
  
}

.ico-pasajero {
  background: url(../../../../Themes/MeVoyDeViaje/Content/images/icon/ico-pasajero-blanco.svg)
    no-repeat;
}
.icons-vb {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;

  filter: brightness(0.5);
}

.input-content div {
  width: 100%;
  height: 36px;
  font-size: 11px;
  
  text-align: left;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.input-content #divFecIniFin b {
  font-weight: 400;
}
.btn-newDate-vb {
  position: relative;
}

.linea-partial{
  display: none;
}

.lineaCompra-vb {
  width: 75%;
  position: initial;
  margin: 0;
  justify-content: space-around;
  gap: 15px;
}
.btn-newDate-vb h3 {
  width: 100%;
  margin: 0;
  font-size: 18px;
  background: #072879;
  color: #fff;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn-newDate-vb:hover h3 {
  background: #080056;
  transition: all 0.3s ease;
}

/* new pasajero VB */
.content-pasajero-vb {
  width: 100%;
  height: 100vh;
  background: #00000073;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.new-pasajero-vb {
  min-width: 300px;
  height: fit-content;
  background: #fff;
  box-shadow: 3px 0 10px #0000002f;
  padding: 20px;
  border-radius: 10px;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.item-new-pasajero {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.info-pasajero-vb {
}
.info-pasajero-vb h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.info-pasajero-vb p {
  margin: 0;
  font-size: 12px;
}

.option-pasajero-vb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.option-pasajero-vb h5 {
  margin: auto;
  background: var(--c-scale-20);
  width: 36px;
  height: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.option-pasajero-vb h5:hover {
  background: #3e85bd;
  color: #fff;
  transition: all 0.3s ease;
}

.option-pasajero-vb input {
  width: 50px;
  text-align: center;
  height: 36px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 5px;
}



/*.bannerVuelosBaratos {
    width: 100%;
    height: 160px;
    text-align: center;
    background: url(../img/bannerVuelosBaratos.png) no-repeat;
    background-position: bottom;
    background-size: cover;
    border-radius: 15px;
    color: #fff;
    padding-top: 52px;
    margin-bottom: -25px;

    display: none;
}

.bannerVuelosBaratos p {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 -5px 0;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.432));
}

.bannerVuelosBaratos span {
    font-size: 35px;
    font-weight: bold;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.332));
}
*/

.container-msg-process {
  display: none;
}

.container-msg-process img {
  max-width: 50px;
  margin-right: 15px;
}

.container-msg-process div p {
  font-weight: 600;
  font-size: 12px;
  font-style: italic;
  color: #643847;
  margin: 0px;
}

.container-msg-process div span {
  font-size: 12px;
  font-style: italic;
  color: #643847;
  margin: 0px;
  font-weight: 500;
}

.container-box-flight-info {
  display: flex;
  width: 70%;
}

.container-route-flight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10%;
}

.box-row-item-process {
  border: 1px solid #cecece;
  border-radius: 15px;
  margin: 15px 0;
}

/* <<<<<<<< Resultado Vuelos Baratos <<<<<<<< */

.contentVuelosBaratos {
  @media (min-width:1024px){
    padding-top: 30px;
  }
}

/* buscador y filtros */

.contenSearchFlight {
  
}
.contenSearchFlight a{
  text-decoration: none;
  width: fit-content;
  position: relative;
}
.contenSearchFlight a h4{
  font-size: 16px;
  padding: 10px 30px 10px 60px;
  background: #ddd;
  border-radius: 5px;
  margin: 0;
  color: #555;
  width: fit-content;
  transition: background .3s ease;

  cursor: pointer;
}
.contenSearchFlight a:hover h4{
  background: #ccc;
  transition: background .3s ease;
}
.ico-filtros{
  background: url(/Themes/MeVoyDeViaje/Content/images/icon/ico-filtro.png);
}
.icons-filt{
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
}

.contentVuelosBaratos .panel-group{
  padding: 0;
  margin: 0;
}

.formSearchF {
  background: #eee;
  padding: 15px;
}

#buscador h1 {
  width: 100%;
  font-size: 20px;
  color: #555;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  border-radius: 0px;
  margin: 0px;
}

.box-content {
  padding: 10px 0;
}

.cajaRadios {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}

.field-validation-valid {
  display: none !important;
}

.radioSF {
  width: 30%;
  padding: 5px;
  background: #e2e2e2;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  margin: 0;
  font-size: 10px;
  color: #555;
  align-self: center;
  position: relative;
  cursor: pointer;
}

.radioSF:hover {
  background: #cecece;
}

.cajaRadios input:checked + .radioSF {
  border: 2px solid #5f053a;
  color: #5f053a;
  background: #fff;
}

.cajaRadios input {
  display: none;
}

.cajaTextBuscador {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.cajaTextBuscador select {
  display: none;
}

.cajaTextBuscador img {
  position: absolute;
  z-index: 100;
  max-width: 20px;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}

.cajaTextBuscador .select2-container--default .select2-selection--single {
  width: 100%;
  background-color: #fff;
  border: none !important;
  border-radius: 10px !important;
  height: 40px !important;
  padding-left: 25px;
  font-size: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #555;
}

.cajaTextBuscador .select2-container {
  width: 100% !important;
}

.caja_calendVB {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
  margin-right: 5px;
  color: #555;
  font-size: 11px;
  overflow: hidden;
  text-align: center;
}

.caja_calendVB i {
  margin-right: 5px;
  align-self: center;
}

/* clases y escalas */

.cajaOpcion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.cajaOpcion h3 {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin: 0;
}

.cajaOpcion select {
  width: 80% !important;
  border: none;
  border-radius: 10px;
}

/* pasajeros */

.labelPasajero h3 {
  font-size: 12px;
  margin: 0;
}

.labelPasajero p {
  font-size: 9px;
  margin: 0;
}

.contFlotantPasj {
  /*width: 60%;
  display: flex;
  justify-content: flex-end;*/
}

.input-group {
  width: 100%;
}

.input-group-btn {
  /*border-radius: 30px !important;
  overflow: hidden;*/
}

.contFlotantPasj .input-group button {
  background: #f1f2f6;
  color: #5e6e92;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 5px !important;
  font-size: 20px;
  padding: 0px 0;
  line-height: 0.5;
}

.input-group-btn:hover button {
  background: #6b6b6b;
}

.contFlotantPasj .input-group input {
  margin: 0 auto;
  border-radius: 10px !important;
  background: #fff;
  border: none;
  text-align: center;
}

.btnMasPasajeros {
  width: 100%;
  text-decoration: none;
}

.btnMasPasajeros button {
  font-size: 14px;
  padding: 7px;
  text-align: center;
  width: 100%;
  border: 1px solid #c2c2c2;
  background: #e2e2e2;
  color: #555;
  border-radius: 30px;
}

.btnMasPasajeros button:hover {
  background: #c0c0c0;
}

/* btn nueva busqueda */

.btnNewSearch {
  width: 100%;
}

.btnNewSearch button {
  width: 100%;
  background: #750947;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  margin: 15px 0 0px 0;
  cursor: pointer;
  color: #fff;
}

.btnNewSearch button:hover {
  background: #5c0637;
}

.btnNewSearch input {
  width: 100%;
  background: #750947;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  margin: 15px 0 0px 0;
  cursor: pointer;
  color: #fff;
}

.btnNewSearch input:hover {
  background: #5c0637;
}

/* Flitros precio - aerolinea 
- escalas -maleta - mes - horario de salida*/

.panelesFiltro {
  display: none;
}

.panelesFiltro {
  margin: 0 auto;
  padding: 15px 10px;
  /*background: #e4f3ff;*/
}

.panelesFiltro h2 {
}

.contenidoFilter {
}

#priceFilter,
#onewayFilter,
#returnFilter {
  width: 90%;
  margin: 0 auto;
}

.preciosFilter,
.horarioFilter {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

#priceFilterStart,
#priceFilterEnd,
#startonewayFilter,
#endonewayFilter,
#startreturnFilter,
#endreturnFilter {
  font-size: 14px;
}

.filterHorario h4 {
  font-size: 14px;
  font-weight: bold;
}

#lboAerolinea,
#lboEscalas,
#lboMaletas,
#lboMeses {
  box-shadow: none;
  background: transparent;
  border: none;
}

#lboAerolinea .item-filter,
#lboEscalas .item-filter,
#lboMaletas .item-filter,
#lboMeses .item-filter {
  color: #555;
  background: transparent !important;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.fitroContenido {
  cursor: pointer;
}

.cajaFiltro {
  padding-left: 0px !important;
}

.radioFiltro {
  display: inline-block;
}

.radioFiltro {
  display: inline-block;
}

.RadioContainer {
  font-size: 12px;
  cursor: pointer;
  padding-left: 25px;
}

.RadioContainer input {
  display: inline;
}

.RadioContainer span {
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.imgFiltro {
  max-width: 25px;
}

.textFiltro {
  font-size: 14px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cantidadFiltro {
  font-size: 12px;
  padding: 5px 0px;
  display: block;
  text-align: right;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: 0px;
}

.RadioContainer {
  position: relative;
}

.RadioContainer input {
  display: none !important;
}

.RadioContainer input:checked + .Circle {
  background-color: #01c2c6;
  transition: all 200ms ease-out;
  border: 1px solid #01c2c6;
}

.RadioContainer .Circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #b699aa;
}

.RadioContainer input:checked + .Circle:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-out;
}

.BoxFlight {
  position: relative;
  card{
    &.itinerario-header{
      padding-left: 24px;
      .mitooltip-vuelos{
        padding: 0;
        font-size: 18px;
        svg{margin: 0; color: var(--c-scale-40);}
      }

    }
    &.itinerario-body{
      a .content-flechaDetall {
        min-width: fit-content;
        width: fit-content;
        padding: 10px;
        min-height: 40px;
        max-height: 40px;
        min-width: 40px;
      }
    }
  }
  label.RadioContainer{
    padding: 10px;
    &:before{
      top: 14px;
      bottom: inherit;
    }
  }
  strong {
    width: fit-content;
    height: fit-content;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 7px;
    background: var(--c-scale-10);
    transition: all 0.3s ease;
    font-weight: 500;
  }
  input:checked+label .itinerario-header strong {
    background: var(--c-secondary);
    color: var(--c-blanco);
    transition: all 0.3s ease;
  }
}

.BoxFlight a {
}

.StopOvers {
  width: 65px;
}

.StopOvers span {
  background-color: rgb(136, 136, 136) !important;
}

/* resultado del buscador */

.contentSearchTotal {
  width: 100%;
}

#gridItinerary {
  line-height: 1.6em;
  border: transparent;
  box-shadow: none;
  background: transparent;
}

.BoxContainer {
  
}

/* contenido itinerario */

.BoxContent-item {
  /*background: #eee;
	border-radius: 10px;*/
}

.contentVB {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.BoxContent-item {
    background: var(--c-blanco);
    border-radius: 20px;
    .content-BoxPrice{
      padding: 20px;
    }
    @media (min-width:1024px){
      background: transparent;
      .content-BoxPrice{
        background: var(--c-blanco);
        border-radius: 15px;
        height: fit-content;
        padding: 15px;
      }
    }
}
.BoxSearch {
  padding: 10px;
  background: var(--c-blanco);
  border-radius: 10px;
  box-shadow: var(--box-sh);
}

.OptionStyle {
  border-radius: 10px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.SizeDocument-Label {
  width: 0px !important;
}

.SearchRadioContent {
  display: flex;
}

.LineAirShow {
  align-self: center;
}

.LineAirShow label {
  display: none;
}

.LineAirShow img {
  max-width: 30px;
}

.BoxDate {
  color: var(--c-scale-80);
}


.TravelDate {
}

.FlightOption {
  padding: 5px 8px;
  background: var(--c-scale-10);
  border-radius: 10px;
}


.SelectOption {
  align-self: center;
  margin-right: 10px;
}

.origenLabel,
.destinoLabel {
}

.origenLabel {
  text-align: right;
}

.destinoLabel {
  text-align: left;
}

.origenLabel h4,
.destinoLabel h4 {
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  color: var(--c-scale-90);
  font-weight: 600;
}

.origenLabel h5,
.destinoLabel h5 {
  margin: 5px 0;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.origenLabel p,
.destinoLabel p {
  font-size: 12px;
  color: var(--c-scale-50);
  font-weight: 300;
}


.lineaViaje-VB {
  align-self: center;
  text-align: center;
  position: relative;
}

.lineaViaje-VB h5 {
  font-size: 12px;
  font-weight: 500;
  color: var(--c-scale-80);
}

.lineaStopOver {
  width: 72%;
  height: 1px;
  background: var(--c-scale-40);
  margin: auto;
  position: relative;
}

.FlightTime {
  display: none;
}

.FlightTime h4 {
}

.FlightTime{
  h5 {font-size: clamp(1rem, 1.1vw, 1.2rem);}
  p{font-weight: 300;}
} 

.MochilaCartera {
  background: url(../img/icon/iconVertical-1.svg) no-repeat;
}

.EquipajeMano {
  background: url(../img/icon/iconVertical-2.svg) no-repeat;
}

.MaletaBodega {
  background: url(../img/icon/iconVertical-3.svg) no-repeat;
}

.icon-maleta {
  width: 15px;
  height: 55px;
  margin: 0 10px;
  background-size: contain;
  background-position: center;
}

.well {
  border: none;
  padding: 0px;
  background-color: #f1f9ff;
  border-radius: 4px;
}

.contentDetalle {
}

.headerDetall {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-scale-20);
}

.LogoDetalle {
  display: flex;
  align-items: center;
}

.LogoDetalle img {
  max-width: 23px;
  height: 23px;
  margin-right: 5px;
}

.bodyDetall {
  padding-top: 10px;
  margin: 0 0 15px 0;
}

.columDetall-1,
.columDetall-2,
.columDetall-3 {

  .lugarSalida{
    span{
      font-size: 10px;
    }

  }
}

.columDetall-1 {
  text-align: right;
}

.columDetall-1 h6:nth-child(1),
.columDetall-3 h6:nth-child(1) {
  width: 65px;
  padding: 3px 0;
  font-size: 10px;
  /* font-weight: bold; */
  margin: 0;
  text-align: center;
  background: #072879;
  /* border: 1px solid #01c2c6; */
  border-radius: 5px;
  color: #fff;
}

.columDetall-1 h6:nth-child(1) {
  align-self: flex-end;
}

.columDetall-3 h6:nth-child(1) {
  align-self: flex-start;
}

.contentOperacion img {
  width: 25px;
  align-self: center;
}


.msjCambioAvion {
  font-size: 10px;
  text-align: center;
  background: #fff;
  padding: 5px 0;
}

.StopOversCont-3 {
  margin-top: -12px;
}

.contentIconInferior {
  display: flex;
  justify-content: center;
}

.rowListEquip {
}

.rowListEquip img {
  width: 25px;
  height: 25px;
}

.listIconInf,
.listIconInfNO {
  
}

.listIconInf h3,
.listIconInfNO h3 {
}

.listIconInfNO h3 {
}

.listIconInf p,
.listIconInfNO p {
}

.columDetall-2 {
  align-self: center;
  text-align: center;
  margin: 0 5px;
}

.columDetall-2 h2 {
  margin: 0;
  font-size: 9px;
  color: #383838;
}

.columDetall-2 p {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

.BoxContent-item {
}

.BoxPrice {
  font-size: 14px;
  position: relative;
  color: var(--c-scale-80);

  .precioSearchF{
    font-size: 16px;
    font-weight: 600;
  }

}
.cont-info-cuotas{
  .parrafoCuotas{
    font-size: 5em;
    svg{margin: 0;height: 30px;}
    @media (min-width:1024px){
      font-size: 4em;
    }
  }
}

/* modal personalizada */
.content-modal-ct{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: var(--c-blanco);
  z-index: 1000;
  transform: translateY(150vh);
  transition: all .3s ease;
}
.content-modal-ct.collapse.in {
    transform: translateY(0px);
    transition: all .3s ease;
}
.header-itinerario-search{
  background: var(--c-action-20);
    color: var(--c-action);
    padding: 15px;
}

.content-new-date {
    .header-itinerario-search {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
    }
    .content-new-date {
        height: 100vh;
        overflow: auto;
    }
    .btn-search-new {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background: var(--c-blanco);
        box-shadow: var(--box-sh-20);
    }
    .title-resumen h4, .sticky-posit .title-resumen h4 {
        font-size: 20px;
    }
}
.content-search-vuelos-new {
    padding: 20px 10px;
    @media (min-width:1024px){
      padding: 0;
    }
}

/* clase, pasajero, vuelo itinerario */

.tap-resumen {
  
}

.info-subTotal-vb {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.row-item {
  display: flex;
  justify-content: space-between;
}

.row-item span {
  font-size: 11px;
}

/* flechas de paginas VB resultado */

.k-state-selected {
}

.k-pager-wrap a,
.k-pager-wrap ul li span,
.k-pager-info {
  border-radius: 5px !important;
  margin: 5px !important;
}

.k-pager-wrap a,
.k-pager-wrap a .k-icon {
  cursor: pointer !important;
}

.see-more-flights {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px;
}

.see-more-flights img {
  width: 25px;
  height: 25px;
  transform: rotate(180deg);
}

.container-opt-airline {
  background-color: #fff;
  height: 40px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
}

.container-opt-airline:nth-child(even) {
  background-color: #fafafa;
}

.container-opt-airline:last-child {
  margin-bottom: 0px;
}

.container-plg-process-legal {
  background-color: #fafafa;
  padding: 30px 25px;
  margin: 30px 0px;
}

.btn-apply-option-process {
  color: #3367d6;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #3367d6;
  background-color: #fff;
  border-radius: 50px;
  height: 34px;
  padding: 0px 40px;
  transition: all 150ms linear;
}

.air-theme .slick-dots .slick-active button {
  background-color: inherit !important;
}

/*<<<<< BLOG >>>>>*/

#containerBlogger {
  position: relative;
  margin-top: 50px;
}

.background-title-blog {
  width: 100%;
  height: 250px;
  background: linear-gradient(
    51deg,
    rgba(117, 9, 71, 1) 0%,
    rgba(237, 21, 0, 1) 100%
  );
  background: #750947;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.containerArticles {
  text-align: center;
  color: #fff;
  padding: 50px 10px;
}

.containerArticles h2 {
  font-size: 30px;
  margin: 0 0 3px 0;
  font-weight: bold;
}

.containerArticles h5 {
  font-size: 16px;
  margin: 0;
}

.k-widget {
  border: none !important;
  box-shadow: none !important;
}

#BloggerArticles {
  background: none;
  margin: 25px 0;
}

.process-container-tours {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.process-box-items-tour {
  width: 100%;
  margin: 10px 0;
  transition: all 0.3s ease;
}

.process-box-items-tour:hover {
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.process-box-items-tour a {
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.process-box-items-tour a:hover,
.process-box-items-tour a:focus {
  color: #750947 !important;
  transition: all 0.3s ease;
}

.process-box-items-tour a:before {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/icon/iconoBlog-vb.svg) no-repeat #aaa;
  background-position: center;
  background-size: contain;
  border-radius: 30px;
  position: absolute;
  top: 195px;
  right: 65px;
  z-index: 10;
  transition: all 0.3s ease;
}

.process-box-items-tour a:hover:before {
  content: "";
  background: url(../img/icon/iconoBlog-vb.svg) no-repeat #750846;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}

.process-pic-tour {
  width: 100%;
  height: 220px;
  border-radius: 15px;
  background-position: center;
  background-size: cover;
}

.textItem {
  width: 80%;
  padding: 30px 10px 15px 10px;
  margin: -10px auto 0 auto;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #8c8c8c;
  border-right: 2px solid #8c8c8c;
  border-radius: 15px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: -1;
}

.process-box-items-tour a:hover .textItem {
  border-color: #750947;
  border-width: 3px;
  transition: all 0.3s ease;
}

.process-box-items-tour a:hover .textItem:before {
  content: "";
  width: 40px;
  height: 10px;
  background: #750947;
  border-radius: 25px 25px 0 0;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease;
}

.process-box-items-tour a:hover .textItem h3 {
  color: #740846;
  transition: all 0.3s ease;
}

.process-box-items-tour a:hover .textItem p {
  color: #000;
  transition: all 0.3s ease;
}

.textItem h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  transition: all 0.3;
}

.textItem p {
  margin: 0;
  font-size: 12px;
  transition: all 0.3;
}

/*<<<<< Error de NO SE ENCONTRO BUSQUEDA >>>>>*/

.noResultado {
  width: 100%;
  margin: 15px 0;
  background: #e4f3ff;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.noResultado img {
  width: 120px;
  height: 120px;
  align-self: center;
}

.msjNoResultado {
  align-self: center;
}

.msjNoResultado p {
  font-size: 18px;
  font-weight: bold;
}

.msjNoResultado a {
  color: #740846;
}

.contentDest-home {
  display: flex;
  flex-direction: column;
}

.cajaContent-h {
  background: #fff;
  display: flex;
  margin: 5px 0;
  border-radius: 10px;
  overflow: hidden;
}

.precioDest-home span {
  font-size: 16px;
  margin-right: 2px;
}

.contentDest-home {
  flex-direction: row;
  justify-content: center;
}

.cajaContent-h {
  width: 100%;
  margin: 5px auto;
}

/* INICIO AVION ANIMADO*/

/* .k-loading-mask {
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgba(238, 238, 238, 0.596);
  position: fixed !important;
  z-index: 1110;
}

.contentAvionAnimado {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
}

.BoxLoadingImg {
  position: fixed;
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2000;
}

.AvionRotando {
  -webkit-animation: 3s rotate linear infinite;
  animation: 3s rotate linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.Destinos {
  -webkit-animation: girar 25s infinite linear;
  animation: girar 25s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
}

.Trazado {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

.MobileWidth {
  max-width: 300px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes girar {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes girar {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
} */

@media screen and (max-width: 480px) {
  /* TOURS */
  .filter-collapse-line-air,
  .filter-collapse-scales,
  .filter-collapse-agroup-months {
    display: none;
  }
  .column-two-plg {
  }
  .container-plg-process-legal {
    padding: 30px 15px;
  }
  .process-bg-search-flight {
    display: none;
  }
  /* Css add recently 14-02 */
  section.container-info-tours-process {
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin: 60px 0px;
  }
  h2.title-info-tours-process {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .footer {
    padding: 0px;
  }
}

@media (min-width: 1024px){

  /*<<<<<<<<<<< RESULTADO DE BUSQUEDA VB - PAG 2 >>>>>>>>>>>>>*/


  /* Linea de compra - New Serch Calendar */
  .header-content-vuelos{
    margin-top: 0;
    z-index: 1000;
  }
  .content-header-newSearch{
    background: #eee;
  }
  .linea-compra{
    width: 100%;
    margin: 0 auto;
  }
  .scrollPasosCompra .linea-compra{
    width: 100%;
    box-shadow: 0 3px 10px #ebebeb;
  }
  .taps-superior-mobil {
    width: 85%;
  }
  .lineaCompra-vb {
    width: 70%;
    justify-content: space-around;
    background: transparent;
  }
  .content-header-newSearch a {
    width: 100px;
  }
  #content-new-date{

  }
  .content-new-date {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}

  /* Filtros Tap */
  .tapFilter-VB {
    
  }


  /* Contenidos Resultado Search VB */
  .contentSearchTotal {
    /* width: 590px;
    margin: auto; */
  }


  /* Detalle del contenido Pag-2*/

}
.master-container{
  overflow: initial;
  @media (min-width:768px){
    padding-top: 0px;
  }
  .k-loading-mask{
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {

  .master-container {
    overflow: initial;
  }

  /* Pasos de Compra - New Fecha */
  .header-content-vuelos {
  }
  .content-header-newSearch {
    width: 800px;

    flex-direction: row;
    align-items: center;
    background: transparent;
    position: initial;
  }

  /* Contactanos float */
  .goToTop .content-nav-2{

  }
  /* Linea Pasos de Compra - New Search Calendar*/
  .linea-partial{
    display: block;
  }
  .linea-compra{
    width: 40%;
    margin: 0;
  }
  .lineaCompra-vb {
    width: 100%;
    gap: 10px;
  }
  .content-header-newSearch a,
  .taps-superior-mobil {
    display: none;
  }
  

  .btn-newDate-vb h3 {
    font-size: 14px;
    padding: 10px 25px;
    border-radius: 7px;
  }

  .btn-newDate-mobile {
    display: none;
  }
  #content-new-date {
    display: block !important;
    background: var(--c-blanco);
    border-radius: 10px;
    height: fit-content !important;
    padding: 10px;
    margin: 0;
    input{
      background: transparent;
    }
  }

  /* <<<<<<<< Filtros Vuelos Baratos <<<<<<<< */

  /* new pasajero VB */
  .new-pasajero-vb {
    width: 270px;
    position: initial;
  }
  .content-pasajero-vb {
    background: none;
    width: fit-content;
    height: fit-content;
    position: absolute;
    top: 55px;
    margin: 0;
    left: 100px;
    z-index: 100;
  }
  .option-pasajero-vb {
    gap: 3px;
  }
  .info-pasajero-vb h3 {
    font-size: 16px;
  }
  .option-pasajero-vb input {
    width: 40px;
    height: 26px;
    border: none;
  }
  .option-pasajero-vb h5 {
    width: 26px;
    height: 26px;
  }


  /* buscador y filtros */
  .panelesFiltro {
    /*display: block;*/
  }
  .formSearchF {
    border-radius: 15px;
  }
  #buscador h1 {
    text-align: left;
    margin-left: 5px;
  }
  .panelesFiltro {
    margin: 15px auto;
  }
  .panelesFiltro h2 {
    text-align: left;
    margin: 5px 0 15px 20px;
  }
  /* Chanchito - Vuelos Baratos */
  .container-msg-process {
    background-color: #fff4c3;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }
  .master-column-process {
    flex-direction: row;
  }
  .bannerVuelosBaratos {
    display: block;
    height: 190px;
  }
  /* FILTRO TABLA */
  #TableFilter {
    position: static;
  }
  .collapseDesktop {
    display: block;
  }
  #summary,
  #daysInAdv {
    overflow-x: auto;
  }
  /* <<<<<<<< Resultado Vuelos Baratos <<<<<<<< */
  
  .tapFilter-VB{
    justify-content: center;
    gap: 20px;
  }
  .contentSearchTotal {
    /* width: 800px;
    margin-top: 15px; */
  }
  .BoxPrice {
    width: 100%;
  }
  .column-one-plg {
    width: 30%;
    margin-right: 15px;
  }
  .colum-1-VB {
    flex-direction: row;
    width: 40%;
    padding: 15px 0 15px 15px;
  }
  .mont-total-vb {
    flex-direction: row;
  }
  .desc-VB-1,
  .desc-VB-2 {
    width: 120px;
    flex-direction: column;
    margin: 0;
  }
  .desc-VB-1 {
    text-align: right;
    margin: 0px;
    align-items: flex-end;
  }
  .desc-VB-2 {
    align-items: flex-start;
  }
  .vista-hora-VB {
    margin: 0;
  }
  .desc-VB-1 .time-vb {
    justify-content: flex-end;
  }
  .vista-hora-VB h5 {
    font-size: 10px;
    margin: 0;
  }
  .flecha-VB {
    display: block;
  }
  .flecha-VB-Mobile {
    display: none;
  }
  .colum-2-VB {
    width: 12%;
    margin: auto;
    font-weight: bold;
    border-left: 1px solid #cecece;
    background: none;
  }
  .colum-3-VB {
    width: 25%;
    padding: 0;
  }
  .colum-3-VB .btn-search-plg-process {
    border-radius: 50px 0px 0px 50px;
    margin: 0px -2px 0px 0;
    font-size: 20px;
    padding: 30px;
  }
  .box-float-airline-l {
    justify-content: flex-end;
  }
  .desc-VB-1 span,
  .desc-VB-2 span {
    width: 60px;
    font-size: 8px;
  }
  .desc-VB-1 h3,
  .desc-VB-2 h3 {
    font-size: 15px;
    margin: 5px 0 2px 0;
  }
  .FlightTime {
    display: block;
  }
  .col-equip img {
    margin: 0 20px;
    width: 35px;
    height: 70px;
  }

  /* Nueva Busqueda */
  .newBusqueda {
    /* flex-direction: row;
    justify-content: space-between;
    padding: 15px; */
    width: 100%;
  }
  .info-busqueda {
  }
  .newBusqueda .info-busqueda p {
    text-align: left;
  }
  .btn-newBusqueda {
    width: fit-content;
  }
  .btn-newBusqueda h3 {
    font-size: 14px;
    padding: 10px 30px;
  }
  /* Detalles Vuelos Baratos */
  .columDetall-2 {
    position: relative;
  }
  .columDetall-2 p {
    margin: 0;
    line-height: 1;
    padding: 6px 0 0 0;
  }
  .columDetall-2:before,
  .columDetall-2:after {
    content: "";
    width: 20%;
    height: 2px;
    background: #aaa;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .columDetall-2:before {
    left: 15px;
  }
  .columDetall-2:after {
    right: 15px;
  }

  /* <<<< Resultado NEGATIVO Vuelos baratos >>>>*/
  .noResultado {
    flex-direction: row;
    justify-content: space-between;
  }
  .noResultado img {
    width: 170px;
    min-width: 170px;
    height: 170px;
  }

}

@media (min-width: 1024px){ 

  /* New Busqueda - Pag2 */
  
  .input-content,
  .btn-newDate-vb{
  }

  /* Fitros Search - PAG 2 */

  .panelesFiltro {
    display: block !important;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--c-scale-20);
}

  /* .contenSearchFlight a{
    display: none;
  } */

  /* cantidad de resultado - PAG 2 */
  .newBusqueda {
    margin: 0;
  }
}

.city-card {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: 20px auto;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.city-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.city-card-content {
  padding: 20px;
}

.city-card h2 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #333;
  font-weight: 600;
}

.city-card h3 {
  margin: 0 0 15px;
  font-size: 20px;
  color: #007BFF;
  font-weight: 500;
}

.city-card p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.city-card a {
  display: inline-block;
  margin-top: 15px;
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.city-card a:hover {
  text-decoration: underline;
}


/* Topic VB Nacionales */
.lima-destination{
  
}