/*!
 * Vuelos Responsive CSS
 */
/* 
	INDICE:
	@media (min-width: 1200px) [ LARGE DISPLAY ]
		Home

	@media (min-width: 768px) and (max-width: 979px) [TABLETS]
		Home
		Disponibilidad BT3
		Ruta
		Companyia
        Desglose

	@media (min-width: 767px) [ MOBILE & MINI TABLETS - XS ]
        Buscador Nuevo
        Disponibilidad BT3
        Comunes Vuelos
		Banners
		Disponibilidad BT2
		Ruta

     @media (max-width: 480px) [ ONLY PHONE - XXS ]
        ellipsis
*/
/*-- [ LARGE DISPLAY ] --*/
@media (min-width: 1200px) {
  .buscadorVuelos .infoDescuentos {
    bottom: 5px;
    left: 255px !important;
    position: absolute;
  }
  .buscadorVuelos.buscadorModal .infoDescuentos {
    left: 213px !important;
  }
  /* Banner estatico de compañía */
  .bannerImgComp .contBannerImgComp .subtitBannerCompanyia {
    top: 120px;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia {
    top: 193px;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia .bg-naranjaVuelos .txtMedio {
    font-size: 1.3em;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia .bg-naranjaVuelos .titularB {
    text-shadow: none;
    font-size: 3em;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia .bg-naranja .txtMedio {
    font-size: 1.2em;
  }
  /* Botones de los diferentes caruseles */
  [class^="ofertas"] .btnRotulo {
    margin-top: 0 !important;
  }
  [class^="ofertas"] h3.titularDestacado.cBtn {
    margin-bottom: 0 !important;
  }
  /* Imagen de Ofertas Puentes */
  .vueloMasHotel .carousel img {
    width: 70px;
    height: 70px;
  }
  .vueloMasHotel .carousel .carousel-caption.caption-valoracion {
    left: 15px !important;
  }
  .vueloMasHotel .carousel .carousel-caption.caption-valoracion .valoracionClientes {
    width: 100%;
  }
  .autocomplete_wrapper.autocomplete_vuelos {
    min-width: 248px !important;
    width: auto !important;
  }
  .autocomplete_wrapper.autocomplete_vuelos_home {
    min-width: 248px !important;
    width: auto !important;
  }
  .autocomplete_wrapper.autocomplete_vuelos_home a.selected {
    background-color: #d7d7d7 !important;
  }
  /* Banners captions
---------------------------------------------------------------------------*/
  #contBannerRotador .item ul li:last-child {
    display: block;
  }
  /* Disponibilidad BT3
---------------------------------------------------------------------------*/
  .dateLiteral .ellipsis {
    overflow: inherit !important;
  }
  .dispoFlights .ventaCruzada .promoCruzada,
  .dispoFlights .ventaCruzada .item .box {
    height: auto;
  }
  .buscadorVuelosHorizontal .dateLiteral {
    width: 80%;
  }
  /* página compañía
---------------------------------------------------------------------------*/
  .mapRutasVuelos .btnMapRutas {
    left: 173px;
    top: 245px;
    z-index: 500;
  }
  .mapRutasVuelos.soloMap .btnMapRutas {
    left: 455px;
    top: 240px;
    z-index: 500;
  }
  .mapRutasVuelos.soloMap .ImgMapRutas img {
    width: auto;
    display: inherit;
  }
  /* FormaPago
---------------------------------------------------------------------------*/
  #codigoBonoDescuento .bonus-loading {
    text-align: center;
    height: 122px;
  }
}
/*-- [ TABLETS ] --*/
@media (min-width: 768px) and (max-width: 979px) {
  .buscadorVuelos .infoDescuentos {
    bottom: 0;
    left: 335px !important;
    position: absolute;
  }
  .buscadorVuelos.buscadorModal .infoDescuentos {
    left: 155px !important;
    bottom: 5px !important;
  }
  /* Carousel coo-marketing */
  .ofertasVuelos {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#e2e2e2, Strength=2, Direction=270);
    margin-bottom: 60px;
  }
  .ofertasVuelos .item {
    height: 325px;
  }
  .ofertasVuelos .caption-vuelos {
    bottom: 15px;
  }
  .ofertasVuelos .carousel-indicators {
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    top: inherit;
    bottom: -35px;
  }
  /* Banner estatico de compañía */
  .bannerImgComp .contBannerImgComp {
    height: 333px;
  }
  .bannerImgComp .contBannerImgComp .subtitBannerCompanyia {
    top: 130px;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia {
    top: 213px;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia .bg-naranjaVuelos .txtMedio {
    font-size: 1.7em;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia .bg-naranjaVuelos .titularB {
    text-shadow: none;
    font-size: 3.8em;
  }
  .bannerImgComp .contBannerImgComp .caption-textCompanyia .bg-naranja .txtMedio {
    font-size: 1.4em;
  }
  /* Captions de Valoraciones en Vuelo+Hotel */
  .vueloMasHotel .carousel img {
    width: 70px;
    height: 70px;
  }
  .vueloMasHotel .carousel .carousel-caption.caption-valoracion {
    left: 15px !important;
  }
  .vueloMasHotel .carousel .carousel-caption.caption-valoracion .valoracionClientes {
    width: 100%;
  }
  /* Botones de los diferentes caruseles */
  [class^="ofertas"] .btnRotulo {
    margin-top: 35px !important;
  }
  [class^="ofertas"] h3.titularDestacado.cBtn {
    margin-bottom: 35px !important;
  }
  /* Imagen de Ofertas Puentes */
  /* Imagen ofertas destino */
  .ofertasFinSemanaVuelos .tabDetails img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  /* Imagenes de "+ Opciones" */
  .masOpciones img {
    left: -105px;
    position: relative;
    width: auto;
  }
  /* Espera Booking Process */
  .esperaBookingProcess .contInfo {
    width: auto;
  }
  .esperaBookingProcess .flecha-bocadillo + div {
    width: auto;
  }
  /* Home */
  .topCias [class*="rotulo"],
  .bannerOperativa [class*="rotulo"] {
    padding: 4px 12px 6px 10px;
  }
  .contCajaUtilidades {
    float: left;
  }
  /* Disponibilidad BT3
	---------------------------------------------------------------------------*/
  #filterSidebar {
    position: absolute;
    left: -1000px;
  }
  #filterSidebar.active {
    z-index: 502;
    background-color: #ffffff;
  }
  .popupResumenCalendario {
    left: 0px;
  }
  .dispoFlights .ventaCruzada .promoCruzada,
  .dispoFlights .ventaCruzada .item .box {
    height: auto;
  }
  .buscadorVuelosHorizontal .dateLiteral {
    width: 80%;
  }
  /* Ruta
	---------------------------------------------------------------------------*/
  .mejorPrecio .caption {
    width: 55%;
  }
  /* Pagina Companyia
	---------------------------------------------------------------------------*/
  .ofertaCompanyia {
    /*height: 154px;*/
    height: auto;
  }
  .ofertaCompanyia img {
    max-width: inherit;
    /*width: 160%;*/
    width: 100%;
  }
  .mapRutasVuelos .btnMapRutas {
    left: 250px;
    top: 240px;
    z-index: 500;
  }
  .mapRutasVuelos .ImgMapRutas img {
    width: auto;
    display: inherit;
  }
  .mapRutasVuelos.soloMap .btnMapRutas {
    left: 250px;
    top: 240px;
    z-index: 500;
  }
  .mapRutasVuelos.soloMap .ImgMapRutas img {
    width: auto;
    display: inherit;
  }
  /* Página Desglose
	---------------------------------------------------------------------------*/
  .precioDesgloseVuelos .cajaDestacada {
    padding-left: 16%;
  }
  .precioDesgloseVuelos .cajaDestacada .litPrecioDesglose {
    float: left;
    margin-right: 10px;
    padding-top: 7px;
  }
  .precioDesgloseVuelos .cajaDestacada .precioDesglose {
    float: left;
    margin-right: 10px;
  }
  .precioDesgloseVuelos .cajaDestacada .precioTotalDesglose {
    overflow: hidden;
    display: block;
    margin-right: 10px;
  }
  .precioDesgloseVuelos .cajaDestacada .btnDesktop {
    float: left;
    margin-top: 5px !important;
    margin-left: 49px !important;
  }
  .precioDesgloseVuelos .cajaDestacada .btnDesktop a {
    padding: 10px 15px;
  }
  .precioDesgloseVuelosCompleto .cajaDestacada {
    padding-left: 26%;
  }
  .precioDesgloseVuelosCompleto .cajaDestacada .litPrecioDesglose {
    float: left;
    margin-right: 10px;
    padding-top: 7px;
  }
  .precioDesgloseVuelosCompleto .cajaDestacada .precioDesglose {
    float: left;
    margin-right: 10px;
  }
  .precioDesgloseVuelosCompleto .cajaDestacada .precioTotalDesgloseCompleto {
    float: left;
    padding-top: 7px;
  }
  /* Banners captions
    ---------------------------------------------------------------------------*/
  #contBannerRotador .item ul li:last-child {
    display: none !important;
  }
  /* FormaPago
---------------------------------------------------------------------------*/
  #codigoBonoDescuento .bonus-loading {
    text-align: center;
    height: 140px;
  }
}
/*-- [ MOBILE ] --*/
@media (max-width: 767px) {
  /* Buscador Nuevo
	---------------------------------------------------------------------------*/
  .buscadorVuelos {
    height: auto;
  }
  .buscadorVuelos .camposOrDes .contOrigen {
    width: 100% !important;
    padding-right: 15px !important;
  }
  .buscadorVuelos .camposOrDes .contOrigen .input-group {
    padding: 4px !important;
    margin: -4px;
  }
  .buscadorVuelos .camposOrDes .contDestino {
    width: 100% !important;
    padding-left: 15px !important;
  }
  .buscadorVuelos .camposOrDes .contDestino .input-group {
    padding: 4px !important;
    margin: -4px;
  }
  .buscadorVuelos .infoDescuentos {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 5px;
  }
  .buscadorVuelos #tipoFamilia {
    border-top: 0;
  }
  .buscadorVuelos.buscadorModal .infoDescuentos {
    left: 0 !important;
  }
  .autocomplete_wrapper.autocomplete_vuelos {
    min-width: 340px !important;
    width: auto !important;
  }
  .autocomplete_wrapper.autocomplete_vuelos_home {
    min-width: 340px !important;
    width: auto !important;
  }
  .autocomplete_wrapper.autocomplete_vuelos_home a.selected {
    background-color: #d7d7d7 !important;
  }
  /* Disponibilidad BT3
	---------------------------------------------------------------------------*/
  .dateLiteral .ellipsis {
    overflow: inherit !important;
  }
  .buscadorVuelosHorizontal .infoDescuentosH {
    position: absolute;
    top: 0;
    right: 15px;
  }
  /* Forma Pago BT3
	---------------------------------------------------------------------------*/
  .btnCodigoBono .checkBonoOk {
    top: 40px !important;
  }
  #codigoBonoDescuento .bonus-loading {
    text-align: center;
    height: 140px;
  }
  #codigoBonoDescuento .checkBonoOk {
    top: 24px;
  }
  #tusDatos input::-webkit-input-placeholder {
    -webkit-opacity: 1;
    opacity: 1;
  }
  #tusDatos input:-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
  }
  #tusDatos input::-moz-placeholder {
    -moz-opacity: 1;
    opacity: 1;
  }
  #tusDatos input:-ms-input-placeholder {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
  }
  /* Bonos descuento
	---------------------------------------------------------------------------*/
  .bonus-landing .bonus-loading {
    padding: 50px;
  }
  .bonoDescuento .checkBonoError {
    padding: 3px 6px 4px;
    top: 0px;
  }
  .bonoDescuento .checkBonoOk {
    top: 0px;
  }
  /* Banners
	---------------------------------------------------------------------------*/
  .bannerAlternativaBusqueda table.vuelosSemana td {
    display: block;
    text-align: center;
    height: auto;
    font-size: 1.2em;
  }
  .bannerAlternativaBusqueda table.vuelosSemana td.cajaGris {
    background-image: none;
    background-color: #f5f5f5;
    height: auto;
  }
  .bannerAlternativaBusqueda .text-right {
    text-align: center;
  }
  .bannerAlternativaBusqueda fieldset#configPasajeros {
    background-color: transparent;
  }
  .bannerAlternativaBusqueda div#contResidenteFamilia {
    background-color: transparent;
  }
  /* Espera Booking Process */
  .esperaBookingProcess .contInfo {
    width: 100%;
  }
  .esperaBookingProcess .flecha-bocadillo + div {
    width: auto;
  }
  /* nuevaBusquedaVuelo */
  .nuevaBusquedaVuelo {
    display: block !important;
  }
  .nuevaBusquedaVuelo #configPasajeros {
    top: 0;
    width: 100%;
  }
  .nuevaBusquedaVuelo #configPasajeros div[class^="contenido"] {
    padding: 0;
  }
  .nuevaBusquedaVuelo #configPasajeros div[class^="contenido"] > div:first-child {
    margin-left: 0;
  }
  .nuevaBusquedaVuelo #configPasajeros > div:last-child {
    padding: 0;
  }
  .nuevaBusquedaVuelo .checkbox.soloIdaSV {
    display: block;
    margin-bottom: 10px;
    margin-top: -5px;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
  }
  /* Filtros de vuelos */
  .filtrosDispo {
    box-shadow: none;
    background-color: #c8e6fa;
    /* Selección de vuelos */
  }
  .filtrosDispo .filtroHora {
    width: 47%;
  }
  .filtrosDispo .filtroHora + .filtroHora {
    margin-left: 2%;
  }
  .filtrosDispo [data-parent='#filtroVuelos'].accordion-toggle.collapsed {
    -webkit-border-top-left-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topleft: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .filtrosDispo #filtrosContainer {
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
    background-color: #def0fc;
  }
  .filtrosDispo #filtrosContainer table td {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 49%;
  }
  .filtrosDispo #filtrosContainer table td + td {
    text-align: right;
  }
  .filtrosDispo #filtrosContainer tr.extraCias {
    display: table-row !important;
  }
  .filtrosDispo #filtrosContainer div.span2 {
    margin-top: 15px;
  }
  .filtrosDispo #filtrosContainer div.span2 table td {
    width: 49%;
  }
  .filtrosDispo .selDispo {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: none;
    border: 0;
    /* Selección de vuelos en Combinadas */
  }
  .filtrosDispo .selDispo.cajaPestanyas {
    box-shadow: none;
    background-color: #c8e6fa;
    border: 0;
  }
  .filtrosDispo .selDispo .rotuloFlojo + [class*="contenido"] {
    padding: 0;
  }
  .filtrosDispo .selDispo .cajaInterior {
    border: none;
    margin-bottom: 15px;
  }
  .filtrosDispo .selDispo .OW .tablaVuelo tr.active td {
    background-color: transparent !important;
  }
  .filtrosDispo .selDispo .OW .tablaVuelo tr.active td:last-child {
    background: url("/comun/images/vuelos/cell-selected.png") right bottom no-repeat;
  }
  .filtrosDispo .selDispo .tablaVuelo {
    border: 0;
  }
  .filtrosDispo .selDispo .tablaVuelo thead tr {
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2) inset;
  }
  .filtrosDispo .selDispo .tablaVuelo tr.active {
    border-color: #b8e46d;
    border-style: solid;
    border-width: 3px;
  }
  .filtrosDispo .selDispo .tablaVuelo tr.active td {
    background-color: transparent !important;
    /* Selección de vuelos en NO Combinadas */
  }
  .filtrosDispo .selDispo .tablaVuelo tr.active td:nth-last-child(2) {
    background: url("/comun/images/vuelos/cell-selected.png") right bottom no-repeat;
  }
  .filtrosDispo .selDispo .tablaVuelo th:first-child {
    width: 10%;
  }
  .filtrosDispo .selDispo .tablaVuelo td.dprecio {
    width: 20%;
    text-align: right;
    padding-right: 20px;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .contIdaVuelta {
    background-color: #9acbe9;
    display: block;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .row-fluid [class*="span"] {
    min-height: 20px;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .vueloInfo td {
    padding: 0;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .vueloInfo td > [class^="contenido"] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .vueloInfo td > [class^="contenido"] [class*="caja"] {
    padding: 2px;
    background: #ffffff;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .vueloInfo td > [class^="contenido"] [class*="caja"] p.text-center {
    text-align: left !important;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .vueloInfo td > [class^="contenido"] [class*="caja"] [class*="span"] > *:not(p) {
    padding-left: 2px !important;
    margin-left: 0 !important;
  }
  .filtrosDispo .selDispo.cajaPestanyas .span6 .vueloInfo td > [class^="contenido"] [class*="caja"] .subrayadoFlojo {
    border: 0;
  }
  /* errorBusqueda */
  .errorBusqueda {
    margin-bottom: 15px;
  }
  /* variosResultados */
  .variosResultados .cajaColor {
    background-color: #ffffff;
  }
  .variosResultados .cajaColor [class*="contenido"] {
    padding: 0;
  }
  .variosResultados .cambiaBusqueda {
    margin-top: 15px;
  }
  .variosResultados .cambiaBusqueda * {
    text-align: center !important;
  }
  .variosResultados .boton {
    margin-top: 10px;
  }
  /* FormaPago */
  .servicioDestacado .span1 {
    padding-top: 0 !important;
  }
  .servicioDestacado .span9 {
    padding-top: 0 !important;
  }
  /* Ruta / Companyia
	---------------------------------------------------------------------------*/
  .mejorPrecio {
    margin-bottom: 10px;
  }
  .mejorPrecio img {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .mejorPrecio .caption {
    background-color: none;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: static;
    bottom: inherit;
    left: inherit;
    -khtml-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    padding: 12px 0;
    width: 100%;
  }
  .mejorPrecio .caption .span4 {
    float: left;
    width: 25%;
    /*> div { text-align: right; }*/
  }
  .mejorPrecio .caption .span8 {
    float: left;
    width: 75%;
  }
  .mejorPrecio .caption .span8 .separador {
    min-height: 43px;
  }
  .mejorPrecio .caption p {
    line-height: inherit;
  }
  /* Alternativas Vuelos */
  .selectorFechaIda .table td,
  .selectorFechaVuelta .table td {
    display: block;
    text-align: center;
  }
  [id*='datosPasajero_'] .row > div.col-xs-6 {
    height: auto;
  }
  [id*='datosPasajero_'] .municipioPax > div.col-xs-6 {
    height: auto;
  }
}
/*-- [ ONLY PHONE ]--*/
@media (max-width: 480px) {
  .dateLiteral .ellipsis {
    overflow: hidden !important;
  }
}
/*** HOME VUELOS ***/
@media (max-width: 767px) {
  .contBuscadorVuelos.cajaBuscador3 .contBotonBuscar {
    width: 100% !important;
  }
}
