

/*------------ BUSCADOR NUEVO -------------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{ padding-right: 8px; padding-left: 8px; }



/*------------ VINETAS NUEVO -------------------*/

.padre-busqueda-li-predictivo{
    display: flex;
    align-items: center;
}

.ac-selected {
    background-color: #f6f6f6;
}

.ac-template:hover {
    background-color: #dbdbdb;
}

.opcion-cerrar-responsive{
    display: none;
}

.icono-principal-hotel{
    width: 30px;
}

.icono-principal-hotel img{
    padding-bottom: 12px;
}


.busqueda-hotel-home input{
    margin: 0px;
    margin-bottom: 5px;
    border:none;
    margin-left: 6px;
    width: 400px;
}

.busqueda-hotel-home input::placeholder{
    padding-top: 5px;
}

.busqueda-hotel-home input:focus{
    outline: 0px;
}

.icono-principal-hotel img {
    margin-bottom: 4px;
    margin-top: -7px;
    padding-bottom: 5px;
    width: 30px;
}

.predictivo-hoteles{
/*    border-bottom: 1px solid #c3c2c2;
*/    padding:15px;
}

.predictivo-hoteles li{
    display: inline-block;
}

.bloque-predictivo-emergente{
    position:relative;
    z-index: 5;
}

.loading-predictivo{
    font-style: italic;
    margin-right: 20px;
    float: right;
    color: #c42026;
}

.loading-predictivo img{
    width: 20px;
}

.columna-solo-ida {
    padding-left: 10px;
    padding-right: 10px;
    width: 320px;
}

.calendario-solo-ida{
    height:60px;
    margin-top:0px;
    padding: 13px;
    border-radius: 3px;
}

.calendario-solo-ida input{
    margin-top: 3px;
    margin-left: 10px;
    border:none;
}

.ac-selected{
    background: #f6f6f6;
}

.predictivo-destino-home input::placeholder {
    font-size: 14px;
    margin-top: 0px;
}
.busqueda-hotel-home img{
    padding-bottom: 8px;
}

.icono-principal-hotel img{
    margin-bottom: 3px;
    margin-top: 0px;
    padding-bottom: 5px;
    width: 30px;
}

.predictivo-destino-resultado {
    position: absolute;
    width: 60%;
    border-radius: 3px;
    z-index: 2;
    background: #fff;
    transform: translate(-15px, -90px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24);
}

.busqueda-hotel-resultado input::placeholder{
    font-size: 14px;
}

.busqueda-hotel-resultado input{
    margin-left: 8px;
    margin-top: 7px;
    background: #fff;
    border:none;
    width: 300px;
    font-size: 500;
}


.busqueda-hotel-home{
    margin-left: -1px;
}

.predictivo-busqueda-home {
    padding: 5px 15px 5px 15px;
    display: flex;
    flex-direction: row;
}


.icono-avion-predictivo{
    width: 25px;
}

.icono-hotel-predictivo{
    width: 25px;
}

.icono-paquete-predictivo{
    width: 25px;
}

.icono-destino-predictivo{
    width: 25px;
}

.predictivo-busqueda-home:hover{
    background: #f1f4f7;
}

.predictivo-busqueda-home li{
    display: inline-block;
    
}

.descripcion-predictivo{
    padding:0px;
    width: 80%;
}

.descripcion-predictivo input{
    color: #484848;
    font-size: 16px;
    margin: 0px;
    font-weight: 500;
    display: inline-block;
}

.predictivo-busqueda-home li{
    font-size: 12px;
    margin-left: 10px;

}

.detalle-predictivo{
    padding: 0px; 
    float: right;    
}


.detalle-predictivo p{
    color: #909090;
    margin: 0px;
    font-weight: 500;

}

.vinetas-responsive{
    display: none;
}

.vinetas ul{
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    margin-bottom: 0px;
}


.vinetas ul li{
    display: block;
    background: #da2032;
    width: 100px;
    height: 30px;
    margin: 0 1px 0 1px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding: 5px;
    border-radius: 6px 6px 0 0;
}

#vueloyhotel{
    width: 160px;
}

.vinetas ul li:hover {
    background: #fff;
    color: #ed1b24;
}

.vinetas ul li a:hover {
    color: #ed1b24;
}

.destino input::placeholder {
    font-weight: 300;
}

/*------------ VINETAS NUEVO -------------------*/


.header-home-trasparente h2{

}

#contenido-blanca{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 5px 15px 5px;
    margin-bottom: 100px;
    border:1px solid #fff;
    border-radius: 3px;

}

#typeaheadDestino{
    margin: 0;
}


.destino {
    display: flex;
    flex-direction: row;
    width: 365px;
    background: #fff;
    padding: 14px;
    border-radius: 3px;
    margin-bottom: 0px;
}

.destino span{
    width: 40px;
    font-size: 15px;
    color: #484848;
}

#contenido-blanca .icono-buscador img{
    display:inline-block;
    width: 30px;
    margin: 0;
    margin-bottom: 2px;
    margin-top: -1px;
}

.busqueda-hotel-resultado input:focus{
    outline: 0;
}


.destino input{
    display: inline-block;
    width: 260px;
    margin:0;
    border: none;
    font-size: 15px;
    padding-left: 0;
    margin-top: 5px

}

.destino input::placeholder{
    font-size: 14px;
    padding-left: 5px;
}

#destino{
    width: 200px;
    border-radius: 3px;
}

button:hover{
    background-color: #b3141b;
}

button:focus{
    outline: 0;
}

#contenido-blanca .calendarios-blanca{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#contenido-blanca .calendarios-blanca span{
    font-size: 15px;
}

.calendario-ida{
    margin-left: 10px;
    width: 170px;
    background: #fff;
    padding: 12px 0 12px 12px;
    border-radius: 3px 0px 0px 3px;
    height: 60px;
}

#contenido-blanca .icono-calendario img{
    display:block;
    float: left;
    width: 35px;
    margin-left: -4px;
}

.calendario-ida input{
    width: 85px;
    margin:4px 0px 0 4px;
    border: none;
    font-size: 15px;
    color: #484848;
}

.calendario-vuelta{
    margin-right:10px;
    width: 170px;
    background: #fff;
    padding: 12px 12px 12px 0px;
    border-radius: 0 3px 3px 0px;
    height: 60px;

}

 .calendario-vuelta input{
    width: 85px;
    margin:4px 0px 0 4px;
    border: none;
    font-size: 15px;
    color: #484848;

}

.menu-predi{
    padding-left: 14px;
    padding-top: 10px;
}


#contenido-blanca .icono-flecha img{
    display:block;
    float: left;
    margin-top: 4px;
    width: 30px;
}

#abrirPasajeros {
    width: 350px;
    background: #fff;
    padding: 12px 12px 12px 12px;
    margin-right: 10px;
    border-radius: 3px;
    height: 60px;


}

#abrirPasajeros .icono-usuario{
    margin:0;
    width: 140px;
    background: #fff;
    padding: 12px 0 12px 0px;
    border-radius: 6px 0px 0px 6px;
}

#abrirPasajeros .icono-usuario img{
    display:block;
    float: left;
    width: 35px;
}

#abrirPasajeros .texto-pasajeros{
    display: inline-block;
    float: left;
    width: 70%;
    margin:10px 0px 0 4px;
    border: none;
    font-size: 15px;
    padding-left: 6px;
    color: #484848;
}

#abrirPasajeros .icono-abrir img{
    display:inline-block;
    width: 35px;
}

.boton-buscar button{
    margin: 0px;
    width: 60px;
    height: 60px;
    background: #d91f34;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
}

.boton-buscar button img{
    width: 30px;
}

::placeholder{
    color: #484848;
    font-weight: 400;
    font-size: 15px;
    border: none;
}

/*------------ FIN BUSCADOR NUEVO -------------------*/


@media (max-width:768px) {


/*------------ BUSCADOR NUEVO RESPONSIVE -------------------*/

.navbar-default .navbar-toggle{
    border:none;
}

.barra-roja .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar-default .navbar-toggle:hover{
    border:none;
    background: transparent;
}

.navbar-default .navbar-toggle:active{
    background: transparent;
}

/*.navbar-default .navbar-toggle .icon-bar{
    width: 35px;
    margin-bottom: 6px;
}*/

.barra-gris{
    display: none;
}

/*------------ VINETAS NUEVO -------------------*/

.vinetas{
    display: none;
}

.vinetas-responsive{
    display: block;
}

.vinetas-responsive ul{
    display:flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 10px 20px 10px;
}



.vinetas-responsive ul li{
    background: #da2032;
    width: 100px;
    height: 30px;
    margin: 2px 1px 2px 1px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding: 5px;
    border-radius: 6px;
}

#vueloyhotel{
    width: 140px;
}

ul li .pestana-hotel{
    background: #fff;
    color: #ed1b24;
}

.vinetas-responsive ul li:hover {
    background: #fff;
    color: #ed1b24;
}

.vinetas-responsive ul li a:hover {
    color: #ed1b24;
}


/*------------ VINETAS NUEVO -------------------*/


.titulo-principal h2{
    display: block;
}

#contenido-blanca{
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 10px 10px 10px 10px;
    margin-bottom: 100px;
    border:1px solid #fff;
    border-radius: 6px;

}

.destino{
    border:1px solid #fff;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 12px;
    }

.typeheadDestino input{
    width: 260px;
    margin-left:8px;
    border: none;
}

.calendarios-blanca{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 8px;
}

.calendario-ida{
    display: block;
    border:1px solid #fff;
    width: 50%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin: 0;
}

.calendario-vuelta{
    border:1px solid #fff;
    width: 20%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin:0;

}

.calendario-ida input, .calendario-vuelta input{
    width: 60%;
    margin-left:10px;
}


.pasajeros {
    border:1px solid #fff;
    width: 100%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin:auto;
    margin-left: 8px;
    }

.pasajeros input{
    display: inline;
    width: 60%;
    margin-left:8px;
    }

.pasajeros span{
    display: inline;
    padding-left: 0;
}


::placeholder{
    color: #484848;
    font-weight: 400;
    font-size: 15px;
    border: none;
}

#abrirPasajeros {
    margin-bottom: 10px;
}

.boton-buscar button{
    margin-top: 8px;
    width: 120px;
    background: #da2032;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
}

}



@media screen and (max-width: 1200px){

/*------------ BUSCADOR NUEVO RESPONSIVE -------------------*/

.predictivo-destino-home {
    position: absolute;
    width: 60%;
    border-radius: 3px;
    z-index: 2;
    background: #fff;
    transform: translate(6px, -327px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24)!important;
}

.predictivo-destino-resultado {
    position: absolute;
    width: 62%;
    border-radius: 3px;
    z-index: 2;
    background: #fff;
    transform: translate(5px, -247px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24);
}

.busqueda-hotel-resultado input{
    margin-left: 5px;
    border:none;

}

.calendarios-blanca{
    margin-top: 5px;
    margin-bottom: 5px;
}

.busqueda-hotel-home input {
    margin: 6px;
    margin-top: 7px;
    margin-bottom: 4px;
    background: #fff;
}

.icono-principal-hotel img {
    margin-bottom: 4px;
    margin-top: 0px;
    padding-bottom: 5px;
    width: 30px;
}

.columna-solo-ida{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.icono-calendario{
    width: 360px !important;
    margin-left: 0px !important;
}

.icono-calendario img{
    margin-left: 0px !important;
}

#contenido-blanca .icono-calendario img {
    display: block;
    float: left;
    width: 35px;
    margin-left: 8px;
}

.resultado-miscelaneas {
    display: none;
}

#contenido-blanca{
    display: block;
    vertical-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px 15px 20px;
    margin-bottom: 100px;
    border:1px solid #fff;
    border-radius: 3px;

}

.destino{
    border:1px solid #fff;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 14px;
    }


.destino input{
    width: 250px;
    margin-left:8px;
    border: none;
}

.boton-buscar button:focus{
    outline: 0;
}

#destino {
    width: 420px;
    border-radius: 3px;
}

.calendarios-blanca{
    width: 100%;
    display: flex;
}

#datepicker{
    width: 100%;
}

.calendario-ida{
    display: inline-block;
    width: 100%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin: 0;
}

.calendario-vuelta{
    display: inline-block;
    border:1px solid #fff;
    width: 100%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin:0;

}

.calendario-ida input{
    width: 60%;
    margin-left:4px;
}

.calendario-vuelta input{
    width: 60%;
    margin-left:10px;
}

#abrirPasajeros {
    border:1px solid #fff;
    width: 65%;
    background: #fff;
    margin: 0px;
    padding: 12px;
    display: inline-block;
    }

.bloque-pasajeros-hotelhotel{
    display: inline-block;
}

.boton-buscar{
    display: inline-block;
}

#abrirPasajeros input{
    display: inline;
    width: 60%;
    margin-left:8px;
    }

#abrirPasajeros span{
    display: inline;
    padding-left: 0;
}

#contenido-blanca span{
    font-size: 15px;
    color: #484848;
    margin-left: 4px;
    margin-right: 2px;
    width: 26px;
}


::placeholder{
    color: #484848;
    font-weight: 400;
    font-size: 15px;
    border: none;
}

.boton-buscar button{
    width: 100%;
    background: #ed1b24;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 0px;
}

}

/*------------ FIN BUSCADOR NUEVO RESPONSIVE -------------------*/

@media (max-width: 992px){

    .destino{
        width: 100%;
    }

    .predictivo-destino-home {
        width: 70%;
    }

}



@media screen and (max-width: 768px){


.predictivo-destino-home {
    position: absolute;
    width: 80%;
    border-radius: 3px;
    z-index: 2;
    background: #fff;
    transform: translate(6px, -334px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24)!important;
}

.predictivo-destino-resultado {
    position: absolute;
    width: 86%;
    border-radius: 3px;
    z-index: 2;
    background: #fff;
    transform: translate(5px, -247px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24);
}


.busqueda-hotel-home input {
    margin-top: 6px;
    margin-bottom: 4px;
    border:none;
    width: 300px;
}

.icono-principal-hotel img {
    margin-bottom: 3px;
    margin-top: -2px;
    padding-bottom: 3px;
    width: 30px;
}

.busqueda-hotel-resultado input {
    margin-top: 6px;
    margin-bottom: 4px;
    border:none;
    width: 300px;
}
}


@media screen and (max-width: 600px){


.webui-popover {
    width: 100%;
    height: 360px;
    border: none;
    border-radius: 0px;
}

.icono-buscador img{
    margin-top: 2px;
}


.padre-busqueda-li-predictivo{
    display: flex;
    align-items: center;
}

.predictivo-principal-destino{
    padding: 0px;
}

.opcion-cerrar-responsive{
    display: block;
    float: right;
    padding: 10px;
    padding-right: 20px;
}

.opcion-cerrar-responsive img{
    width: 20px;
    padding-bottom: 10px;
}

.bloque-predictivo-emergente{
    padding: 0px;
    position: relative;
}

.detalle-predictivo{
    display: none !important;
}

.predictivo-destino-home {
    position: absolute;
    width: 100%;
    height: 560px;
    border-radius: 0px;
    z-index: 2;
    background: #fff;
    transform: translate(0px, -556px);
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24)!important;
}

.predictivo-destino-resultado {
    position: absolute;
    width: 100%;
    height: 460px;
    border-radius: 0px;
    z-index: 2;
    background: #fff;
    transform: translate(0px, -338px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24);
}

.resultado-miscelaneas {
    display: none;
}

#contenido-blanca{
    display: block;
    vertical-align: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px 15px 20px;
    margin-bottom: 100px;
    border:1px solid #fff;
    border-radius: 6px;
}

.destino{
    border:1px solid #fff;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 12px;
    height: 60px;
    }

.destino input{
    width: 220px;
    margin-left:8px;
    border: none;
}

#datepicker{
    width: 100%;
}

.icono-buscador img{
    margin-top: 2px !important;
}

.calendarios-blanca{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 5px 0 5px 0;
}

.calendario-ida{
    display: block;
    width: 50%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin: 0;
}

.calendario-vuelta{
    border:1px solid #fff;
    width: 50%;
    background: #fff;
    padding:12px 6px 12px 6px;
    margin:0;

}

.calendario-ida .icono-calendario img{
    margin-left:10px;
}

.calendario-ida input, .calendario-vuelta input{
    width: 60%;
    margin-left:10px;
}



#abrirPasajeros {
    width: 100%;
    margin: 0;
    border:1px solid #fff;
    background: #fff;
    padding: 12px;
    }

#abrirPasajeros input{
    display: inline;
    width: 60%;
    margin-left:8px;
    }

#abrirPasajeros span{
    display: inline;
    padding-left: 0;
}


::placeholder{
    color: #484848;
    font-weight: 400;
    font-size: 15px;
    border: none;
}

.boton-buscar button{
    margin-top: 5px;
    width: 60px;
    background: #ed1b24;
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    margin-left: -3px;
}

}

/*------------ FIN BUSCADOR NUEVO RESPONSIVE -------------------*/



@media (max-width: 570px){


.barra-gris{
    display: none;
}

.predictivo-destino-home {
    position: absolute;
    width: 100%;
    height: 530px;
    border-radius: 0px;
    z-index: 2;
    background: #fff;
    transform: translate(0px, -526px);
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24)!important;
}

.predictivo-destino-resultado {
    position: absolute;
    width: 100%;
    height: 450px;
    border-radius: 0px;
    z-index: 2;
    background: #fff;
    transform: translate(0px, -320px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24);
}

.busqueda-hotel-resultado input{
    margin-left: 6px;
    margin-top: 6px;
    margin-bottom: 4px;
    background: #fff;
}

.icono-principal-hotel-resultado img {
    margin-bottom: -2px;
    margin-top: -2px;
    padding-bottom: 8px;
    width: 30px;
}

/*------------ BUSCADOR NUEVO RESPONSIVE -------------------*/

#contenido-blanca{
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 15px 15px 15px;
    margin-bottom: 100px;
    border:1px solid #fff;
    border-radius: 6px;

}

.icono-buscador img{
    margin-top: 5px !important;
}

.destino{
    height: 60px;
    width: 100%;
    background: #fff;
    margin: 0px;
    padding: 10px;
    }

.dsetino .icono-buscador img{
    float: right;
}

.destino input{
    display: inline-block;
    width: 70%;
    margin-left:11px;
    border: none;
}



::placeholder{
    color: #484848;
    font-weight: 400;
    font-size: 14px;
    border: none;
}

#datepicker{
    margin:0;
    padding: 0;
}

.calendario-ida{
    width: 100%;
    background: #fff;
    margin-left: 0px;
    padding: 8px 8px 8px 4px;
    border-radius: 3px 0px 0px 3px;
    height: 60px;
    }

.calendario-vuelta{
    width: 100%;
    background: #fff;
    margin-right: 0px;
    padding: 8px;
    border-radius: 0 3px 3px 0;
    height: 60px;
    }


#abrirPasajeros{
    width: 100%;
    background: #fff;
    margin: 0px;
    padding: 8px 8px 8px 12px;
    height: 60px;

}


.boton-buscar button {
    display: block;
    margin: 5px 15px 0 0px;
    width: 60px;
    background: #ed1b24;
    text-align: center;
    padding: 10px 15px 10px 15px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 3px;
    height: 60px;
}

/*------------ FIN BUSCADOR NUEVO RESPONSIVE -------------------*/

}


@media (max-width: 450px){

.barra-gris{
    display: none;
}

/*------------ BUSCADOR NUEVO RESPONSIVE -------------------*/

#contenido-blanca{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 15px 15px 15px;
    margin-bottom: 50px;
    border:1px solid #fff;
    border-radius: 3px;

}

.predictivo-destino-resultado {
    position: absolute;
    width: 100%;
    height: 500px;
    border-radius: 0px;
    z-index: 2;
    background: #fff;
    transform: translate(0px, -320px);
    padding-left: 2px;
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24);
}

.busqueda-hotel-resultado input{
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 4px;
    background: #fff;
}

.destino input{
    margin-top: 10px;
    margin-left: 9px;
}

.icono-buscador img{
    margin-bottom: 12px !important;
}

.icono-principal-hotel-resultado img {
    margin-bottom: -5px;
    margin-top: -4px;
    padding-bottom: 8px;
    width: 30px;
}

.busqueda-paquete-resultado input{
    margin-left: 5px;
    margin-top: 8px;
    margin-bottom: 4px;
    background: #fff;
}

.busqueda-hotel-resultado input{
    width: 190px;
}

.busqueda-hotel-home input{
    width: 190px;
}

.icono-principal-paquete-resultado img {
    margin-bottom: -5px;
    margin-top: -4px;
    padding-bottom: 8px;
    width: 30px;
}

.icono-principal-paquete-resultado img {
    margin-bottom: -5px;
    margin-top: -4px;
    padding-bottom: 8px;
    width: 30px;
}

.predictivo-destino-home {
    position: absolute;
    width: 100%;
    height: 528px;
    border-radius: 0px;
    z-index: 2;
    background: #fff;
    transform: translate(0px, -528px);
    box-shadow: 0 3px 5px 0 rgba(23, 35, 44, 0.24)!important;
}

.icono-avion-predictivo img{
    margin-bottom: 0px;
}

.icono-paquete-predictivo img{
    margin-bottom: 0px;
}

.icono-hotel-predictivo img{
    margin-bottom:0px;
}

.icono-destino-predictivo img{
    margin-bottom: 0px;
}

.twitter-typeahead {
    display: inline-block;
}

#contenido-blanca .icono-buscador span{
    width: 120px
}

#contenido-blanca .destino span input{
    display:inline-block;
    width: 180px;
}

#contenido-blanca .calendarios-blanca{
    display: block;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px 20px 0:
    width: 98%;

    }

.destino{
    display: block;
    width: 100%;
}

#typeheadDestino{
    display: flex;
    flex-direction: row;
    background: #fff;
    margin: 0 15px 0 15px;
    padding: 8px 0 8px 0;
    }


.icono-buscador{
    display: inline-block;
    width: 30px;
}


#typeheadDestino input{
    display: inline-block;
    width: 100px;
    margin-left:4px;
    border: none;
}


::placeholder{
    color: #484848;
    font-weight: 400;
    font-size: 14px;
    border: none;
}

#datepicker{
    margin:0;
    padding: 0;
    width: 100%;
}

.calendario-ida{
    width: 80%;
    background: #fff;
    margin-left: 0px;
    padding: 8px 0px 8px 4px;
    border-radius: 3px 0px 0px 3px;
    height: 60px;

    }


.calendario-ida input{
    padding: 0;
    margin: 4px 0 0 0;
    font-size: 13px;
}

.calendario-vuelta{
    width: 80%;
    background: #fff;
    margin-right: 0px;
    padding: 8px 4px 8px 0px;
    border-radius: 0 3px 3px 0;
    height: 60px;

    }

.calendario-vuelta input{
    width: 80px;
}


.calendario-vuelta .icono-flecha{
    padding: 0;
}

.calendario-vuelta input{
    padding: 0;
    margin: 4px 0 0 0;
    font-size: 13px;
}


#abrirPasajeros{
    width: 100%;
    background: #fff;
    margin: 0px;
    padding: 8px 0px 8px 12px;
    height: 60px;
}


#abrirPasajeros .texto-pasajeros{
    padding-right: 0;
    width: 65%;
}

#abrirPasajeros .icono-abrir img{
    margin-top:0px;
    width: 35px;
    margin-left: 0;
}

#abrirPasajeros .texto-pasajeros{
    font-size: 15px;
}

.boton-buscar button{
    display: block;
    margin: 5px 15px 0 0px;
    width: 100%;
    background: #ed1b24;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px;
    height: 60px;
}

/*------------ FIN BUSCADOR NUEVO RESPONSIVE -------------------*/

}



/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-menu-enter-active {
    transition: all .3s ease;
}
.slide-menu-leave-active {
    transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-menu-enter, .slide-menu-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */ {
    transform: translateX(10px);
    opacity: 0;
}

@media (max-width: 378px){

    #fechainicio {
        padding: 5px;
        margin-left: -5px;
        border-radius: 5px;
        width: 60%;
    }
        .texto-pasajeros{
        margin-top: 0px !important;
    }
}

@media (max-width: 360px){

.predictivo-destino-home {
    transform: translate(0px, -528px);
    }

    .busqueda-hotel-resultado input{
        width: 150px;
    }

    .busqueda-hotel-home input{
        width: 150px;
    }



}

@media (max-width: 357px){

.predictivo-destino-home {
    transform: translate(0px, -561px);
    height: 561px;
    }


}

@media (max-width: 326px){

.predictivo-destino-home {
    transform: translate(0px, -561px);
    height: 561px;

    }


    

}












