
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f6f6f6;
    background-image: none;
    color: #484848;
    font-weight: 400;
    font-family: 'Barlow', sans-serif !important;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.hidden-xs a:hover {
    font-weight: 400 !important;
}

/*
.navbar-right {
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    padding-top: 5px;
    width: auto;
    text-align: right;
    position: absolute;
    right: 0px;
    top: -20px;
}*/

.destinos-mas-buscados {
    margin-top: 20px;
}

.loading-predictivo .ac-loading {
    display: none !important;
}


.destinos-mas-buscados h3 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 15px;
}

/*
.navbar-toggle:visited {
    background: transparent !important;
}*/
/*
.navbar-toggle:hover {
    background: transparent !important;
}
*/

.footer-logo p {
    margin-top: 15px;
}

ul {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

button {
    background: transparent;
    border: none;
    padding: 0;
}

/*
.navbar-right a {
    margin-left: 10px;
}*/

.home {

}

.primero {
    height: 67px;
}

.header {
    /*height: 505px;*/
    color: #fff;
}

.header-home {
    background-image: url(../images/portada-home.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-hotel {
    background-image: url(../images/portada-home.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-resultado {
    background-image: url(../images/portada-home.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-vuelos {
    background-image: url(../images/header-vuelos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.destino input:focus,
.calendarios-blanca input:focus,
.calendario-vuelta input:focus,
.pasajeros input:focus {
    outline: 0px !important;
    background-color: #fff;
}

/*
.navbar-brand {
    margin-top: 0px;
    width: auto !important;
    padding-top: 14px !important;
}
}

.navbar-brand {
    padding: 0px;
}
*/

.menu-principal {
    margin-top: 90px;
}

.nav-pills > li > a {
    padding: 0px 15px 20px 15px;
    height: 40px;
    font-weight: 100;
}

.nav-pills > li > a:hover {
    background: none;
    font-weight: 300;
}

.predic-usuario {
    background: #484848;
    width: 200px;
    padding: 10px;
    border-radius: 3px;
    float: right;
    margin-top: 10px;
}

.bloque-descripcion-titulo {
    display: flex;
    align-items: center;
}

.ubicacion-titulo {
}

.resultado-titulo h2 {
    margin-bottom: 0px;
}

.ubicacion-titulo img {
    width: 22px;
    margin-bottom: 4px;
    display: inline-block;
}

.ubicacion-titulo h5 {
    display: inline-block;
}

.predic-usuario a {
    display: block;
}


.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
    background-color: transparent;
    font-weight: 400;
    background-image: url(../images/hover-menu.png);
    background-repeat: no-repeat;
    background-position: center 25px;
    padding-right: 5px;
}

.nav-buscar {
    background: rgba(255, 255, 255, .6);
    border: 2px #fff solid;
    margin-bottom: 100px;
    height: 90px;
}

.nav-buscar label {
    font-weight: 400;
}

.contacto-usuario {
    float: left;
}

.contacto-usuario input {
    width: 270px;
}

.contacto-usuario input:focus {
    outline: 0px !important;
}

.bloque-modal-contacto {
    align-items: flex-start !important;
}

.contacto-usuario textarea {
    width: 100%;
    height: 100px;
}

.nav-buscar input, select {
    width: 100%;
    background: transparent;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 300;
}

.nav-vuelos .radio {
    width: auto;
    margin-right: 10px;
}

.nav-buscar #fechainicio {
    width: 40%;
    text-align: left;
}

.nav-buscar #fechafin {
    width: 40%;
    margin-left: 10px;
    text-align: left;
}

.nav-buscar .form-group {
    width: 32%;
    border-right: #bbc1b7 solid 1px;
    margin: 0 20px 0 20px;
    background: #fff;
}

.nav-buscar .form-group:last-of-type {
    width: 20%;
    height: 31px;
    border-right: none;
    margin: 10px;
}

.nav-buscar input, select {
    border-radius: 5px;
}

h4 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 100;
}


.btn-default {
    background-color: #da2032;
    border: none;
    color: white;
    font-weight: 400;
    padding: 12px 20px;
    margin-top: 5px;
    font-size: 15px;
}

#hotel {
}

#reservar {
}

.btn-default {
    background-color: #da2032;
}

.btnCeleste {
    color: #00b1cd;
}

.imagen-tripadvisor-responsive {
    display: none;
}

.btnCeleste:hover {
    color: #484848;
}

.btnTxt {
    font-size: 12px;
    font-weight: 500;
}

.icono-registrarse img {
    width: 24px;
}

.vermas {
    font-size: 14px;
    font-weight: 100;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
}

::-moz-placeholder { /* Firefox 19+ */
    color: white;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

:-moz-placeholder { /* Firefox 18- */
    color: white;
}

#menu-principal-mobile {
    margin-bottom: 20px;
    margin-left: 10px;
    width: 80%;
}

.navbar-form {
    color: #fff;
}

.icon-usuario svg {
    width: 24;
    height: 24px;
    display: inline-block;
    color: #fff;
}

.icon-perfil button {
    padding: 0 ! imporant;
    background-color: transparent;
    float: right;
    padding: 2px 6px;
}

.icon-perfil .dropdown-menu {
    right: 0;
    left: auto;
    top: 40px;
}

.icon-perfil .dropdown-menu:before {
    content: "";
    background-image: url(../images/dropdown-triangulo.svg);
    background-position: bottom;
    background-size: 36px 36px;
    width: 36px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: -15px;
}

.filtros-panel {
    margin-bottom: 35px;
}

.filtro-resultado .dropdown-menu {
    right: 0;
    left: auto;
}

.footer-bajada {
    font-size: 13px;
    margin: 20px 0 15px 0;
    width: 100% !important;
}

.footer-respuesta-suscripcion {
    display: inline-block;
    margin-top: 33px;
}

.footer-respuesta-suscripcion p {
    font-size: 15px;
    display: inline-block;
    margin: 0px;
    font-weight: 700;
}

.footer-respuesta-suscripcion-imagen {
    display: inline-block;
}

.footer-respuesta-suscripcion-imagen img {
    width: 40px;
    margin-right: 10px;
    margin-top: -20px;
    margin-left: 10px;
}

.footer-respuesta-suscripcion a {
    display: block;
}

.imagen-tripadvisor img {
    width: 580px;
}

.resultado-lista-hotel {
    background: white;
    border: 1px solid #8f8f8f;
    margin-bottom: 40px;
    padding: 30px;
}

.dropdown-menu {
    border-radius: 0px;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #c60910;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {

    background: #c60910; /* Old browsers */
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);

    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background: #c60910;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);

    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #ffa9af;
}

.selector-pasajeros-habitaciones, .selector-clase {
    width: 222px;
    background-color: #fff;
    border-radius: 2px;
    z-index: 9979;
    -webkit-box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0 3px 12px 1px rgba(0, 0, 0, 0.26);
    color: #484848;
    padding: 10px;
    position: absolute;
    margin-top: 10px;
    display: none;
}

.selector-clase {
    width: 120px;
}

.nav-vuelos .selector-pasajeros-habitaciones {
    left: 490px;
}

a.pasajeros-label:focus ~ .selector-pasajeros-habitaciones {
    display: block;
}

a.clase-label:focus ~ .selector-clase {
    display: block;
}

.nav-pills .mobile > li .active > a, .nav-pills.mobile > li .active > a:focus, .nav-pills.mobile > li .active > a:hover {
    background: none;
    height: 90px;
}

.nav-pills.mobile > li > a {
    height: 90px;
}

.nav-pills.mobile > li {
    display: inline-block;
    float: none;
    width: 30%;
    text-align: center;
}

.navIcon {
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    height: 48px;
    width: 48px;
    border-radius: 38px;
    position: relative;
}

.navIcon span {
    color: #484848;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(50%);
}

.navIcon img {
    color: #484848;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}

.nav-pills.mobile > li.active a .navIcon {
    background-color: #c60910;
}

.nav-pills.mobile > li.active a .navIcon span {
    color: #fff;
}

.selector-pasajeros-habitaciones:before, .selector-clase:before {
    content: "";
    background-image: url(../images/dropdown-triangulo.svg);
    background-position: bottom;
    background-size: 36px 36px;
    width: 36px;
    height: 16px;
    position: absolute;
    right: 5px;
    top: -15px;
}

.selector-pasajeros-habitaciones-label, .selector-pasajeros-habitaciones-resta, .selector-pasajeros-habitaciones-suma, .selector-pasajeros-habitaciones-input {
    display: inline-block;
}

.selector-pasajeros-habitaciones-input {
    color: #484848 !important;
}

.selector-pasajeros-habitaciones-input input {
    width: 30px;
    color: #484848 !important;
    text-align: center;
}

.selector-pasajeros-control {
    float: right;
}

.selector-pasajeros:after {
    content: '';
    display: block;
    clear: both;
}

.selector-pasajeros-habitaciones-resta button, .selector-pasajeros-habitaciones-suma button {
    background-color: #ebebed;
    border: none;
    min-height: 32px;
    width: 32px;
}

.selector-pasajeros-habitaciones-label {
    line-height: 31px;
}

.selector-pasajeros {
    margin-bottom: 10px;
}

.selector-pasajeros-habitaciones-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #484848;
}

.selector-pasajeros-habitaciones-input ::-moz-placeholder { /* Firefox 19+ */
    color: #484848;
}

.selector-pasajeros-habitaciones-input :-ms-input-placeholder { /* IE 10+ */
    color: #484848;
}

.selector-pasajeros-habitaciones-input :-moz-placeholder { /* Firefox 18- */
    color: #484848;
}

.vuelos-origen {
    width:
}

/* resultado de busqueda */

.interna {
    padding-top: 0;
    background-color: #f6f6f6;
    background-image: none;
    color: #484848;
    padding-bottom: 0;
}

.resultado {
    background: url(../images/portada-home.png) no-repeat;
}

.hotel {
    background: url(../images/portada-home.png) no-repeat;
}

.barra-gris {
    background: #484848;
    height: 35px;
    text-align: right;
    background-blend-mode: multiply;
    position: relative;
    z-index: 10;
}

/*------------ MENU NORMAL -------------------*/

/*.barra-roja {
    position: relative;
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 65px;
    background: #da2032;
}*/

.barra-roja:hover {
    background: #da2032;
    transition: .5s;

}

.atajos-footer {
    margin-top: 20px;
    padding-top: 10px;
}

#footer {
    background: #f6f6f6;
    margin-top: 60px;
    padding-top: 0px;
}

/*----------- FIN MENU NORMAL --------------------*/

/*----------- MENU FIXED PARA STICKY --------------------*/

/* #menu-fixed {
    position:fixed;
    z-index:1000;
    top:0px;
    width:100%;
}

.barra-roja {
    position: relative;
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 65px;
    background: #da2032;
} */

/*----------- FIN MENU FIXED PARA STICKY --------------------*/

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

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

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

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

.footer-titulos li input {
    padding-left: 10px;
}

.footer-titulos li input:placeholder {
    color: #fff;
}

.footer-titulos li input:placeholder {
    color: #fff;
}

ul {
    padding-left: 0;
}

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

.reserva .barra-roja {
    background-image: url(../images/portada-home.png);
}

.titulo-principal {
    padding-bottom: 30px;
}

.filtros-home {
    background: #f6f6f6;
    margin-bottom: 75px;
}

.fotos {
    float: left;
    width: 42.1%;
}

.mini-fotos {
    display: block;
    float: left;
    background-color: #bdbec0;
    width: 160px;
    height: 95px;
    margin: 0 10px 10px 0px;
}

/* filtros grandes de la home */

.filtros-home-icono-hoteles {
    width: 70px;
}

.filtros-home-categoria {
    text-align: center;
    padding: 50px 24px;
}

.filtros-home-titulo {
    font-size: 18px;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 15px;
}

.filtros-home-icono-hoteles:hover path {
    fill: #ed1c24 !important;
}

.hoteles-mas-buscados h3, .destinos-mas-buscados h3 {
    margin-bottom: 35px;
}

.destinos-mas-buscados-descripcion {
    margin: 25px 0;
}

.destinos-mas-buscados-descripcion h4 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.destinos-mas-buscados-descripcion p {
    font-size: 12px;
    font-weight: 300;
}

.hoteles-mas-buscados .calificacion {
    text-align: right;
    font-size: 12px;

}

.calificacion .estrella {
    color: #ffcb05 !important;
}

.thumb-home {
    position: relative;
}

.thumb-home img {
    width: 100%;
    height: auto;
}

.thumb-estadisticas {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.thumb-estadisticas h3 {
    font-weight: 700;
    font-size: 27px;
    margin: 0;
}

.thumb-estadisticas p {
    font-size: 12px;
    margin: 0;
}

/* destino de la semana */

.destino-delasemana {
    position: relative;
    margin-top: 55px;
    margin-bottom: 100px;
}

.destino-contenido {
    position: absolute;
    color: #fff;
    text-align: center;
    margin: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}

.destino-contenido h2 {
    font-size: 64px;
    margin: 0;
}

.destino-contenido p {
    font-size: 32px;
}

/**/

.filtro-hotel {
    margin-top: -40px;
    padding-bottom: 40px;
}

.filtro-hotel h5 {
    margin-bottom: 20px;
}

.filtro-label-small {
    font-size: 12px;
}

.align-left {
    float: left;
    margin: 0 20px 20px 0;

}

.filtro-hotel .linea-dos {
    margin-left: 510px;
}

.boton-rojo {
    background-color: #f15b5c !important;
    float: right;
    margin-right: 20px;
    width: 220px;
}

.boton-rojo:hover {
    background-color: #77787c !important;
}

.filtro-hotel .boton-outline {
    background-color: #f6f6f6;
    width: 150px;
    padding: 10px 10px;
}

.mas-fotos {
    display: block;
    float: left;
    background-color: #363636;
    width: 181px;
    height: 200px;
    margin: 0;
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 200px;
}

.informacion-info {
    padding-top: 20px;
}

.imagenes-info .foto-inicial {
    float: left;
    margin-right: 10px;
    height: 200px;
}

.ubicacion-info {
    float: left;
    width: 24.5%;
}

.pts {
    margin-bottom: 17px;
}

.pts span {
    color: #969698;
}

.pts-tit {
    float: left;
    margin-right: 10px;
    width: 70px;
}

.puntaje-info .progress {
    height: 11px;
    width: 170px;
    float: left;
    margin: 5px 10px 5px 0px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #bdbec0;
}

.puntaje-info .progress .progress-bar {
    background-color: #f15b5c;
}

.informacion-info > .detalle-descripcion-texto {
    padding: 0px !important;
    width: 60%;
    float: left;
}

.puntaje-info > .detalle-descripcion-texto {
    padding: 0 0 0 20px !important;
    width: 40%;
    float: left;
}

.puntaje-info p {
    font-size: 14px;
}

.puntaje-info h2.puntos {
    font-size: 24px;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.puntaje-info h2.puntos span {
    color: #f15b5c;
}

.puntaje-info h6 {
    margin: 5px 0;
    color: #949599;
}

.menu-info, .menu-info ul {
    display: block;
    width: 100%;
}

.menu-info > .nav-principal-interna {
    margin: 0px;
    margin-left: -10px;
}

.menu-info > .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li > a, .menu-info > .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #484848;
    font-weight: 300;
    font-size: 13px;
}

.menu-info > .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-image: url(../images/puntos.png);
}

.ubicacion-info .detalle-descripcion-texto, .ubicacion-info .detalle-servicios {
    padding: 20px 20px 20px 0px !important;
    margin-top: 0px !important;
}

.descripcion-info {
    float: left;
    width: 75%;
}

/*
.interna .navbar-right {
    border-bottom: none;
    padding-bottom: 20px;
    padding-top: 5px;
    width: auto;
    text-align: right;
    position: auto;
    right: 0px;
    top: -20px;
}
*/
/*
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #e6e6e6;
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 400;
}


.navbar-default .navbar-nav > .active > a:hover {
    font-weight: 400;
    background-color: transparent;
    color: #e6e6e6;
    font-size: 13px;
}
*/
/* .navbar-default {
    color: #fff;
    background-color: #484848;
} */

.destacado-resultado {
    background: url(../images/header-barcelona.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 20px;
}

.destacado-resultado h2 {
    line-height: auto;
    color: #fff;
    font-size: 24px;
}

/*.destacado-hotel {
    background: url(../images/header-barcelona.jpg) no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 20px;
}*/

.destacado-hotel h2 {
    line-height: auto;
    color: #fff;
    font-size: 24px;
}

.resultado-miscelaneas {
    text-align: right;
    display: none;
}

.destacado-resultado-epigrafe {
    text-align: right;
    color: #fff;
}


/*.menu-secundario li a:hover{
    font-weight: 700;
}*/

.menu-registro {
    display: inline-block;
}

.menu-registro a {
    margin-left: 0px;
    line-height: 30px;
}

.divisor {
    width: 1px;
    background: #484848;
    height: 20px;
    display: inline-block;
}


h3 {
    font-size: 18px;
}

.resultado-titulo {
    margin-top: 20px;
    margin-bottom: 30px;
}

.resultado-titulo-avion {
    margin-top: 20px;
    margin-bottom: 14px;
}

/* BOTONES */
.boton {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 40px;
    background-color: #939598;
    border-radius: 3px;
    text-align: center;
    /* margin:10px 0;*/
}

.boton-outline {
    border: 1px solid #484848;
    background-color: #fff;
}

.boton-mapa {
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #484848;
    display: block;
    width: 148px;
    transform: translateY(50%);
}

.resultado-mapa {
    position: relative;
    margin-bottom: 20px;
}

.resultado-mapa img {
    max-width: 100%;
    height: 105px;
    display: block;
}

.resultado-titulo:after, .resultado-contenido:after {
    content: "";
    display: block;
    clear: both;
}

.boton-mapa {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    background: rgba(0, 0, 0, 0.6);
    margin-top: -14px;
}

.boton-mapa img {
    width: 30px;
    max-width: none;
    height: auto;
    display: block;
    margin: auto;
}

.boton-mapa p {
    margin: 0px;
    padding: 0px;
    color: #fff;
}

.estrellas-pasos {
    color: #949599;
    font-size: 12px;
    margin-left: 20px;
}

.filtros-panel h4 {
    font-size: 16px;
    color: #ed1c24;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.filtros-panel h4 .miscelanea {
    overflow: hidden;
    /*    background-image: url(../images/miscelaneas-puntosrojos.svg);
    */
    width: 100%;
    height: 7px;
    display: inline-block;
}

.hr-filtros {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 2px solid #e6e6e6;

}

.filtros-panel h4:last-of-type {
    margin-top: 20px;

}

.filtros-panel h3 {
    font-size: 16px;
    color: #ed1c24;
    margin: 5px 0;
}

.filtro-aclaracion {
    font-size: 12px;
    font-weight: 700;

}

.filtro-puntuacion-inner {
    margin-bottom: 10px !important;
}

.barra-slider {
    background-color: #bcbec0;
    height: 8px;
    border-radius: 3px;
    margin: 5px 0;
}

/*

.resultado-contenido h4:after {
    content: "";
    background: url(../images/miscelaneas-puntosrojos.svg);
    display: inline-block;
    text-align: right;
    height: 8px;
    width: 59%;
    margin-left: 10px;
}*/

.filtro-estrellas, .filtro-puntuacion {
    list-style: none;
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    color: #939598;
    margin-bottom: 20px;
}

.filtro-puntuacion {
    color: #484848;
    font-size: 12px;
}

.gris-claro {
    color: #939598;
}

.footer-bajada p {
    font-weight: 700;
    color: #484848;
    margin-bottom: 0px;
}

.bajada-texto p {
    font-weight: 400;

}

.radio {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #fff;
}

.filtro-estrellas .radio, .filtro-puntuacion .radio {
    margin-right: 15px;
}

.precio-minimo {
    font-weight: 500;
}

.precio-maximo {
    font-weight: 700;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.detalle-resultado {
    background: #fff;
    border: 1px solid #c1c0c0;
    margin-bottom: 35px;
}

.resultado-lista-hotel .detalle-resultado {
    border: none;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
}

.resultado-lista-hotel .detalle-resultado:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.detalle-resultado h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #484848;
}

.filtro-resultado {
    text-align: center;
}

.estrella {
    color: #939598;
}

.boton-detalle:before {
    content: "";
    display: inline-block;
    background: url(../images/flecha-boton.svg) no-repeat;
    width: 8px;
    height: 10px;

}

.estrellas {
    color: #949599;
    font-size: 20px;
}

.boton-gris {
    background: #F1F0F0;
    border: 1px solid #B9B9BA;
    color: #484848;
    font-size: 15px;
}

.boton-gris a, .boton-gris a:visited, .boton-gris a:focus {
    color: #fff;
    text-decoration: none;
}

.boton-gris:hover {
    background-color: #f05b5b;
    color: #fff;
}


.boton-detalle, .boton-detalle:hover {
    color: #00b1cd;
    font-size: 12px;
    display: inline-block;
}

.detalle-resultado-interior:after {
    content: "";
    display: block;
    clear: both;
}

.detalle-descripcion {
}

.resultado-lista-hotel .detalle-descripcion-texto {
    padding: 20px;
    padding-top: 0px;
    margin-top: -10px;
}

.detalle-descripcion-texto {
    padding: 20px;
}

.detalle-descripcion-bajada {
    font-size: 15px;
}

.detalle-descripcion-descripcion {
    font-size: 12px;
    line-height: 19px;
    display: none;
}

.detalle-thumb, .detalle-descripcion, .detalle-precio, .detalle-reserva {
    float: left;
}

.detalle-thumb img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.resultado-lista-hotel .detalle-thumb {
    width: 24%;
    position: relative;
}

.detalle-thumb {
    width: 29.5%;
    position: relative;
}

.detalle-descripcion {
    width: 44%;
    position: relative;
    border-right: 1px solid #c1c0c0
}

.detalle-vuelo .detalle-descripcion {
    width: 72%;
    position: relative;
}

.detalle-vuelo-titulo {
    background-color: #f6f6f6;
    padding: 10px;
}

.precio .detalle-vuelo-titulo {
    background-color: transparent;
    padding: 10px 0;
}

.detalle-vuelo-info-container {
    font-size: 12px;
    padding: 20px 0;
    border-bottom: 1px solid #c1c0c0;
}

.precio .detalle-vuelo-info-container {
    padding: 5px 0;
}

.precio .detalle-vuelo-info-container:last-child {
    padding-bottom: 30px;
}

.detalle-vuelo-info-container:last-child {
    border-bottom: none !important;
}

.detalle-vuelo-info-container:after {
    content: "";
    display: block;
    clear: both;
}

.detalle-vuelo-aerolinea {
    width: 140px;
}

.aeropuerto {
    color: #00b1cd;
}

.precio .detalle-vuelo-aerolinea {
    width: 100%;
}

.detalle-vuelo-aerolinea-nombre {
    width: 60px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    height: 18px;
    margin-left: 5px;

}

.detalle-vuelo-aerolinea, .detalle-vuelo-itinerario, .detalle-vuelo-tipo, .detalle-vuelo-btnDetalle, .detalle-vuelo-itinerario-flecha, .detalle-vuelo-llegada, .detalle-vuelo-salida {
    float: left;
    margin-right: 8px;
}

.precio .detalle-vuelo-aerolinea, .precio .detalle-vuelo-itinerario, .precio .detalle-vuelo-tipo, .precio .detalle-vuelo-btnDetalle, .precio .detalle-vuelo-itinerario-flecha, .precio .detalle-vuelo-llegada, .precio .detalle-vuelo-salida {
    float: left;
    margin-right: 0px;
}

.precio .detalle-vuelo-itinerario {
    width: 100%;
}

.detalle-horario {
    font-size: 14px;
    font-weight: 700;
}

.detalle-vuelo-escala {
    background-color: #00b1cd;
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
}

.precio .detalle-horario {
    font-size: 12px;
}

.detalle-aeropuerto {
    margin: 5px 0;
}

.detalle-vuelo-desplegado {
    background-color: #f6f6f6;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0px 20px;
}

.vuelo-tipo {
    color: #00b1cd;
}

.detalle-vuelo-btnDetalle {
    text-align: right;
    float: right;
}

.detalle-vuelo-btnDetalle button {
    background-color: transparent !important;
    border: none;
    color: #00b1cd;
}

.detalle-vuelo-aerolinea-nombre img {
    vertical-align: top;
}

.duracion {
}

.detalle-vuelo-itinerario-flecha {
    padding-top: 15px;
}

.detalle-vuelo-titulo .flecha {
    padding-top: 1px;
    float: left;
    margin-right: 5px;
}

.resultado-lista-hotel .detalle-descripcion {
    width: 24%;
    position: relative;
}

.resultado-lista-hotel .detalle-reserva {
    width: 24%;
    position: relative;
}

.detalle-precio {
    width: 26.5%;
    padding: 10px 20px;
}

.detalle-vuelo .detalle-precio {
    border-left: none;
}

.detalle-pago-cuotas {
    font-size: 18px;
    font-weight: 700;
    color: #00b1cd;
}

.detalle-pago-efectivo {
    font-size: 12px;
    font-weight: 300;
}

.detalle-pago-cft {
    font-size: 18px;
    font-weight: 700;
}

.detalle-pago-desplegado {
    margin: 15px 0;
}

.detalle-precio-header {
    text-align: center;
}

.detalle-precio-titular {
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    color: #484848;
    margin-top: 6px;
}

.detalle-precio-titular-bajada {
    font-size: 12px;
    margin: -8px 0px 5px 0px;
    color: #484848;

}

.detalle-precio-desgloce {
    border-top: 1px solid #c1c0c0;
    border-bottom: 1px solid #c1c0c0;
    font-size: 12px;
    color: #939598;
    padding: 5px 0;
}

.detalle-precio-total {
    font-size: 12px;
    padding: 5px 0;
}

.desgloce-label {
    display: inline-block;
}

.desgloce-precio {
    float: right;
}

.detalle-precio .boton, .precio .boton {
    width: 140px;
    margin: auto;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.boton-cuotas {
    color: #484848;
    font-size: 12px;
    text-align: center;
    padding-bottom: 4px;
}

/*.boton-cuotas:hover {color:#484848; font-weight:500;}
*/
.boton-cuotas:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 20px;
    background: url(../images/icono-tarjeta.svg) no-repeat;
    margin-right: 5px;
    margin-bottom: -4px;
}

.contenedor-boton-cuotas {
    text-align: center;
    padding: 10px 0 0 0;
}

.resultado-lista-hotel .contenedor-boton-cuotas {
    text-align: left;
    padding: 10px 0 0 0;
}

.resultado-lista-hotel .habitacion {
    font-size: 18px;
    margin-bottom: 20px;
}

.resultado-lista-hotel .boton-cuotas {
    color: #f15b5c;
}

.rojo {
    color: #f15b5c;
}

.img-paso3 {
    width: 207px;
    float: left;
    margin-right: 25px;
}

.img-paso3 img {
    width: 100%;
}

.detalle-servicios li {
    display: inline-block;
}

.detalle-servicios-lista {
    float: left;
    padding: 0 0 0 0;
}

.detalle-servicios-boton {
    padding-top: 6px;
}

.caja-pasos .informacion-info {
    padding-top: 0px;
}

.titulo-sidebar {
    background-color: #f6f6f6;
    margin-left: -25px;
    margin-right: -25px;
    padding: 5px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;

}

.detalle-servicios-lista img {
    width: 24px;
    height: 24px;
}

.detalle-servicios-boton {
    float: left;
    width: 100%;
}

.detalle-servicios:after {
    content: "";
    display: block;
    clear: both;
}

.detalle-servicios {
    /*border-top:1px solid #c8c7c7;*/
    padding: 5px 20px;
}

.detalle-thumb-icon {
    background-color: #484848;
    background-blend-mode: multiply;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 12px;

}

.nav-clara {
    background: none;
    border-color: #494949;
    margin-bottom: 60px;
}

.resultado-lista-hotel .detalle-thumb-icon {
    background-color: rgba(0, 0, 0, .5);
}

.detalle-thumb-icon img {
    display: inline-block;
}

.detalle-thumb-icon-inner {
    padding: 7px 14px;
}

.detalle-thumb-icon-inner img {
    margin-right: 5px;
}

/* FIN resultado de busqueda */

/* Footer */

.footer {
    background: #fff;
    border-top: 1px solid #b7b4b3;
    color: #939598;
}

.mapa-sitio {
    font-size: 12px;
    line-height: 12px;
    color: #939598;
    padding: 0;
}

.mapa-sitio .primero {
    font-weight: 600;
    font-size: 17px;
    height: auto;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-logo {
    float: left;
}

.footer-legales {
    font-size: 12px;
}

.footer-legal p {
    color: #fff;
}

.logo-ati-rojo {
    width: 200px;
    padding-left: 8px;
}

.footer-novedades ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #939598;
}

.footer-novedades ::-moz-placeholder { /* Firefox 19+ */
    color: #939598;;
}

.footer-novedades :-ms-input-placeholder { /* IE 10+ */
    color: #939598;;
}

.footer-novedades :-moz-placeholder { /* Firefox 18- */
    color: #939598;;
}

.footer-logo {
    display: block;
}

.atajos-footer {
    margin-bottom: 20px;
    padding-top: 15px;
}

.footer-legal {
    font-size: 12px;
    padding: 0px;
    padding-right: 10px;
}

.footer-legales:after {
    content: "";
    display: block;
    clear: both;
}

.footer-links li {
    display: inline-block;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 15px;
}

.imagenes-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.footer input {
    height: 42px;
    border-radius: 6px;
    border: 1px solid #939598;
    width: 100%;
    padding: 8px;
}

.footer-titulos input:focus {
    outline: 0px;
}

.footer-titulos span {
    color: #484848;
    font-weight: 400;
}

.bajada-texto {
    width: 180px;
}

.footer-textos {
    margin-left: 30px;
    color: #a7a9ac;
    text-align: right;
}

.footer-textos a {
    color: #a7a9ac;
}

.footer-contenedores {
    padding: 0px 0 7px 0;
}

.footer-logo {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.footer-bajada {
    margin-bottom: 0px;
}

.footer-legales {
    width: 100%;
    border-bottom: 1px solid #939598;
    padding: 0px 0 7px 0;
}

.logo-tripadvisor {
    width: 160px;
    display: block;
}

.color-fondo {
    background: #e0e0e0;
    padding-bottom: 30px;
    padding-top: 20px;
}

.footer-bajada {

}

.footer .rrss li {
    float: left;
    margin: 0 5px;
}

.footer-rss-icono img {
    width: 48px;
}

.footer-rss-icono svg {
}

.novedades-titulo {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 10px;

}

/* footer fin intenra*/

/* FILTROS PANTALLA */

.filtro-modal {
    display: none;
}

.filtro-modal {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 999;
    top: 0px;
}

.filtro-modal .header {
    background-color: #484848;
    padding: 20px 0;
    height: auto;
}

.filtro-modal .header-titulo, .header-cerrar {
    float: left;
    width: 50%;
}

.filtro-modal .header-toolbar {
    margin-bottom: 15px;
}

.filtro-modal .header-toolbar:after {
    content: "";
    display: block;
    clear: both;
}

.filtro-modal .header-cerrar {
    text-align: right;
}

.boton-cerrar {
    color: #ed1c24;
}

.filtro-modal .search:after {
    clear: both;
}

.filtro-modal .search input {
    width: 100%;
    border: none;
    color: #484848;
    padding: 5px;
}

.filtro-modal .search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #484848;
}

.filtro-modal .search ::-moz-placeholder { /* Firefox 19+ */
    color: #484848;
}

.filtro-modal .search :-ms-input-placeholder { /* IE 10+ */
    color: #484848;
}

.filtro-modal .search :-moz-placeholder { /* Firefox 18- */
    color: #484848;
}

.filtro-modal .resultado {
    color: #484848;
    margin-top: 15px;
    width: 100%;
}

.mensaje-vuelo-cambio {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #c1c0c0;
}

.mensaje-vuelo-cambio h3 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #484848;
    margin-bottom: 2px;

}

.mensaje-vuelo-cambio p {
    color: #484848;
    font-style: italic;
    margin-top: 5px;
}

.resultado-item-nombre {
    border-bottom: 1px solid #ccc;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 10px;
    padding-left: 50px;
    background: url(../images/icono-lugar.svg) no-repeat;
}

.abierto {
    display: block !important;
}

.filtro-modal .selector-pasajeros-habitaciones-resta button, .filtro-modal .selector-pasajeros-habitaciones-suma button {
    background-color: #fff;
    border: none;
    min-height: 32px;
    width: 32px;
    font-size: 30px;
    color: #ed1c24;
}

.filtro-modal .selector-pasajeros-habitaciones-input input {
    border: none;
    font-weight: 500;
    font-size: 24px;
}

.filtro-modal .selector-pasajeros-habitaciones-label {
    line-height: 43px;
}

.resultado-header {
    background-color: #484848;
    padding: 10px 0;
}

.resultado-header .resultado-texto {
    float: left;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.resultado-header .resultado-editar {
    float: right;
}

.resultado-header .titulo {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.resultado-header .opciones {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.caja-pasos {
    background: white;
    border: 1px solid #c8c7c7;
    padding: 25px;
    margin-left: -15px;
}

.caja-pasos.primera {
    padding: 10px;
}

.caja-pasos .row input {
    margin-bottom: 20px;
}

.forma-pago {
    padding: 25px 25px 15px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

.forma-pago:last-of-type {
    border: none;
}

.forma-pago .img {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.caja-pasos .dropdown, .caja-pasos .dropup {
    width: 100%;
    font-weight: 300;
}

.caja-pasos.precio {
    padding: 25px;
    text-align: left;
    padding-bottom: 0px;
}

.caja-pasos .boton-outline {
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #999;
}

.caja-pasos .boton {
    padding: 6px 10px;
    width: 100%;
    text-align: left;
}

.precio .boton {
    padding: 6px 10px;
    width: 100%;
    text-align: center;
    padding: 10px 40px;
}

.dropdown-flecha {
    float: right;
}

/*
.dropdown span:last-child {
    float: right;
}*/

.caja-pasos.precio .detalle-precio-titular.bottom {
    margin-top: 25px;
}

.sidebar-pasos {
    margin: 0px;
}

.pasos-tit {
    margin-bottom: 15px;
}

.nav-clara {
    background: none;
    border-color: #494949;
    margin-bottom: 60px;
}

.nav-clara a, .nav-clara input, .nav-clara input::placeholder, .nav-clara label, .nav-clara .form-group {
    color: #494949 !important;
}

.detalle {
    font-size: 13px;
    margin-top: 15px;
}

.barra-gris > li > a > span:hover {
    font-size: 11px;
    color: #e6e6e6;
    font-weight: 400 !important;
}

.detalle td {
    padding: 20px !important;
    width: 25%;
}

.detalle thead th, .detalle thead tr, .detalle thead {
    border: none;
}

.detalle .boton-gris {
    width: 100%;
    display: block;
}

.detalle tbody td {
    border-top: 1px solid #c1c0c0 !important;
    border-left: 1px solid #c1c0c0 !important;
    border-right: 1px solid #c1c0c0 !important;
    background-color: white;
}

.detalle tbody {
    border: 1px solid #c1c0c0;
}

.detalle tbody td.sinborde {
    border-top: none !important;
}

/* modal */

.modal-pagos {
    max-width: 700px;
    background: white;
    border: 1px solid #c8c7c7;
    padding: 25px;
    margin: 0 auto;
    position: relative;
}

.modal-titulo {
    background-color: #f6f6f6;
    font-weight: 700;
    font-size: 16px;
    padding: 5px;
}

.modal-pagos .caja-pasos {
    margin: 0;
    padding: 0;
    border: none;
}

.modal-pagos .forma-pago {
    padding: 10px;
}

.modal-pagos .mfp-close {
    right: 20px;
    top: 20px;
}

.mfp-wrap {
    background-color: rgba(255, 255, 255, 0.8);
}

/* termina modal */

/* CALENDARIO */

.calendar-section {
    margin-bottom: 20px;
}

.calendar, .calendar_weekdays,
.calendar_content {
    max-width: 585px;
}

.calendar {
    /*float: left;*/
    margin: auto;
    min-width: 320px;

    font-weight: 400;
}

.calendar_weekdays {
    color: #aaa;
    font-weight: lighter;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_content, .calendar_weekdays, .calendar_header {
    position: relative;
}

.calendar_content:after, .calendar_weekdays:after, .calendar_header:after {
    content: ' ';
    display: table;
    clear: both;
}

.calendar_weekdays div, .calendar_content div {
    /*border: 1px dotted #999;*/
    width: 14.28571%;
    height: 68px;
    line-height: 69px;
    overflow: hidden;
    text-align: center;
    background-color: transparent;
}

.calendar_content .today {
    color: #3B8FC7;
}

.calendar_content div {
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid transparent;
}

.calendar_content div:hover {
    border: 1px solid #777;
    /*line-height: 68px;*/
    cursor: pointer;
}

.calendar_content div.blank:hover {
    cursor: default;
    border: none;
}

.calendar_content div.past-date {
    cursor: initial;
    color: #d5d5d5;
}

.calendar_content div.today {
    font-weight: bold;
    font-size: 18px;
    color: #ed1c24;
}

.calendar_content div.selected {
    background-color: rgba(153, 153, 161, .2); /*rgba(170, 170, 176, .5) #aaaab0*/
    border: 1px solid white;
}

.calendar_header {
    width: 100%;
    text-align: center;
}

.calendar_header h2 {
    float: left;
    width: 70%;
    margin-top: 10px;
    padding: 0 10px;
    font-weight: 300;
    font-size: 1.5em;
    color: #FFFFFF;
}

button.switch-month {
    background-color: transparent;
    padding: 0;
    outline: none;
    border: none;
    line-height: 52px;
    height: 55px;
    float: left;
    width: 15%;
    transition: color .2s;
}

button.switch-month:hover {
    color: #5EADE2;
}

button.switch-month:active {
    background-color: rgba(113, 113, 125, .4);
}

.calendar_header h2 {
    color: #ed1c24;
    line-height: 1.7;
}

.footer-bajada {
    font-size: 13px;
    margin: 20px 0 8px 0;
    color: #fff;
}

.footer-organismo {
    font-size: 13px;
    margin: 20px 0 8px 0;
}

.bajada-texto {
    font-size: 11px;
    margin-right: 10px;
}

#footer-links span img {
    width: 84px;
    margin: 8px 15px 0 0px;
}

.footer-redes img {
    display: inline-block;
    width: 30px;
}

.footer-titulos form input {
    background: transparent;
    border: 3px solid #484848;
    border-radius: 3px;
}

.footer-titulos input::placeholder {
    color: #484848 !important;
}

;

.footer-legal a {
    color: #fff;
}

#footer-datafiscal img {
    display: none;
}

@media (max-width: 768px) {

    .forma-pago span:nth-child(3) {
        display: block;
        margin: 10px 0px;
    }

    .forma-pago .pull-right {
        text-align: center ! importan;
        float: none !important;
    }

    .radio {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: #000;
    }

    .footer-respuesta-suscripcion-imagen img {
        margin-left: 0px;
    }

    .contacto-usuario input {
        width: 100%;
    }

    .contacto-usuario {
        float: left;
        width: 50%;
    }

    .contacto-escribir {
        width: 100%;
    }

    .img-paso3 {
        width: 40%;
    }

    .caja-pasos.primera {
        margin-bottom: 20px;
    }

    .col-pasos {
        margin-left: -15px;
    }

    .col-pasos .detalle-precio-desgloce {
        display: block;
    }

    .ubicacion-info, .descripcion-info {
        float: none;
        width: 100%;
    }

    .ubicacion-info .detalle-servicios {
        display: block;
        padding-top: 0px !important;
        margin-top: -20px !important;
    }

    .foto-inicial {
        width: 100%;
        height: auto !important;
    }

    /*
        .navbar-default .navbar-collapse .active {
            background: #da2032;
        }*/
    .fotos {
        display: none;
    }

    .mas-fotos {
        width: 100% !important;
        height: 40px;
        line-height: 40px;
    }

    .mapa-hotel {
        width: 100%;
        height: auto !important;
    }

    .informacion-info > .detalle-descripcion-texto {
        width: 100%;
        padding-bottom: 30px !important;
        float: none;
    }

    .puntaje-info > .detalle-descripcion-texto {
        width: 100%;
        padding: 0px !important;
        float: none;
    }

    .pts span {
        display: none;
    }

    .filtro-hotel {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .filtro-hotel .linea-dos {
        margin-left: 0px;
    }

    .boton-rojo {
        float: left;
    }

    .filtros-panel {
        display: none;
    }

    .filtro-hotel .boton-outline {
        width: 120px;
        padding: 5px 0;
    }

    .resultado-lista-hotel {
        margin-bottom: 40px;
        padding: 10px;
    }

    .resultado-lista-hotel .detalle-reserva {
        display: none;
    }

    .resultado-lista-hotel .detalle-thumb {
        width: 24%;
        position: relative;
        margin-left: -10px;
    }

    .resultado-lista-hotel .detalle-precio {
        width: 33%;
        padding: 10px 0px;
    }

    .resultado-lista-hotel .detalle-descripcion {
        width: 44%;
        position: relative;
    }

    .resultado-lista-hotel .detalle-descripcion-texto {
        padding: 15px;
        padding-top: 0px;
        margin-top: -10px;
    }

    .detalle-descripcion-descripcion, .detalle-precio-desgloce, .detalle-precio-total {
        display: none;
    }

    .informacion-info .detalle-descripcion-descripcion {
        display: inline;
    }

    .detalle-servicios-lista img {
        width: 16px;
    }

    .detalle-precio {
        border-left: none;
    }

    .boton {
        padding: 10px 10px;
    }

    .detalle-precio-titular {
        font-size: 18px;
    }

    .detalle-resultado h3 {
        font-size: 14px;
        color: #484848
    }

    .detalle-servicios {
        display: none;
    }

    .contenedor-boton-cuotas { /* display: none; */
    }

    .detalle-thumb-icon {
        display: none;
    }

    .detalle-resultado {
        margin-bottom: 15px;
    }

    .mapa-sitio {
        margin-bottom: 20px;
    }

    .resultado-lista-detalles {
        padding: 0;
    }

    .detalle-thumb img {
        width: 78px;
        height: 78px;
    }

    .detalle-thumb {
        width: 23%;
    }

    .detalle-descripcion-texto {
        padding: 10px;
    }

    .detalle-vuelo .detalle-descripcion {
        width: 100%;
        border-bottom: 1px solid #c1c0c0;
    }

    .mensaje-vuelo-cambio {
        display: block;
    }

    .detalle-calificacion {
        display: block;
    }

    .detalle-precio {
        width: 30%;
        padding: 10px 10px;
    }

    .detalle-vuelo .detalle-precio {
        width: 100%;
        padding: 10px 10px;
    }

    /* vuelo */
    .detalle-vuelo-aerolinea {
        width: 100%;
        margin: 10px 0;
    }

    .detalle-vuelo-desplegado {
        margin-left: -10px;
        margin-right: -10px;
    }

    .detalle-vuelo-btnDetalle {
        display: block;
        clear: both;
        float: left;
    }

    .detalle-vuelo-aerolinea-nombre {
        width: auto;
    }

    #footer-logo {
        float: none;
    }

    #footer-textos {
        float: none;
        margin: 20px 0;
    }

    #footer-links li {
        display: block;
        float: left;
    }

    #footer-datafiscal li {
        display: none;
        float: left;
    }

    .form-newsletter
    .resultado-miscelaneas {
        display: none;
    }

    .slider-pills {
        white-space: nowrap;
        overflow: scroll;
    }

    /*    .barra-roja {
            position: relative;
            height: 55px;
            padding-bottom: 0;
            margin-bottom: 35px;
            background: #da2032;
        }*/
    .barra-roja .container {
        padding: 0;
    }

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

    .mas-fotos {
        width: 100px;
    }

    .destino-contenido h2 {
        font-size: 24px;
    }

    .destino-contenido p {
        font-size: 18px;
    }

    .resultado {
        background-image: none;
    }

    /*
        .navbar-brand {
            height: 45px;
            padding-left: 18px;
        }*/
    .footer-bajada {
        font-size: 13px;
        margin: 20px 0 8px 0;
    }

    .bajada-texto {
        font-size: 11px;
        margin-right: 10px;
    }

    .footer-organismo {
        display: none;
    }

    #footer-links {
        display: block;
    }

    #footer-datafiscal {
        display: block;
    }

    #footer-links span img {
        width: 84px;
        margin: 8px 15px 0 0px;
    }

    #footer-datafiscal span img {
        width: 84px;
        margin: 8px 15px 0 0px;
    }

    .footer-redes img {
        display: inline-block;
        width: 30px;
    }

    .footer-titulos input {
        background: transparent;
        border: 3px solid #fff;
        border-radius: 3px;
    }

    .footer-titulos input::placeholder {
        color: #fff;
    }

    .icono-registrarse {
        margin-left: 30px !important;
    }

    .footer-legal a {
        color: #fff;
    }

    #footer-datafiscal img {
        display: block;
    }

}

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

}

.footer-informacion {
    margin-bottom: 20px;
}

.footr-titulos {
    text-align: left;
}

.footer-titulos {
    padding-left: 0;
}

.registrar-news-footer {
    margin-top: 20px;
}

.footer-bajada {
    font-size: 13px;
    margin: 0px;
    margin-top: 10px;
    width: 160px;
}

.bajada-texto {
    font-size: 11px;
    margin-right: 10px;
}

.footer-organismo {
    display: block;
}

#footer-links {
    display: block;
}

#footer-links img {
    padding: 0px 3px 5px 3px;
    width: 120px;
}

#footer-links span img {
    width: 84px;
    margin: 8px 15px 0 0px;
}

.footer-redes img {
    display: inline-block;
    width: 30px;
}

.footer-titulos input {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 3px;
    height: 33px;
    width: 150px;
    padding-left: 5px;

}

.footer-titulos input::placeholder {
    color: #fff;
}

;

.footer-legal p {
    color: #fff;
}

#footer-datafiscal img {
    width: 80px;
    margin-top: 6px;
    float: left;
}

.footer-bajada form {
    padding-top: 0px;
}

.footer-titulos li input {
    padding-left: 20px;
    color: #484848;
    height: 50px;
    width: 100%;
    background: #fff;
    border: none;
}

.boton-newsletter {
    margin-top: 20px;
    background: transparent;
    border: 2px solid #da2032;
    padding-top: 14px;
    padding-bottom: 2px;
    margin-left: 0px;
    color: #da2032;
    border-radius: 3px;
    text-align: center;
}

.redes-sociales-footer {
    margin-top: 30px;
    margin-left: 50px;
    display: flex;
    justify-content: flex-end;
}

.footer-total-organizaciones {
}

.redes-sociales-footer p {
    display: inline-block;
}

.redes-sociales-footer img {
    display: inline-block;
    width: 30px;
}

.info-mail-news-footer {
    padding: 0px 8px 0px 8px;
}

.boton-news-footer {
    padding: 0px 8px 0px 8px;
}

.boton-newsletter img {
    width: 40px;
}


}

@media (max-width: 1200px) {
    .imagen-tripadvisor img {
        width: 480px;
    }

    .redes-sociales-footer {
        margin-left: 10px;
    }

    #footer-links img {
        width: 96px;
    }

}

@media (min-width: 768px) {

    body {
    }

    /*
        .navbar-right {
            width: 63%;
        }*/
    .nav-buscar .form-group {
        width: 30%;
    }

    .vuelos-origen {
        width: 13% !important;
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-destino {
        width: 13% !important;
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-fecha {
        width: 21% !important;
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-pasajeros {
        width: 11% !important;
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-clase {
        width: 11% !important;
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-tipo {
        width: 10% !important;
    }

    ::placeholder {
        text-overflow: ellipsis;
    }

    .mas-fotos {
        width: 100px;
    }

    .fotos {
        width: 20%;
    }

    .mini-fotos {
        width: 90px;
        height: 42.3px;
    }

    .filtro-hotel {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .menu-info > .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li > a, .menu-info > .nav-pills > li.active > a, .nav-pills > li.active > a:focus {
        font-size: 14px;
        font-weight: 500;
        padding: 0px 9px 0px 9px;
    }

    .active:hover {
        font-size: 14px;
    }

    .nav-pills li a:hover {
        text-shadow: none;
        font-weight: 400;
        transition: .3s;
    }

    .filtro-hotel .linea-dos {
        margin-left: 170px;
    }

    .boton-rojo {
        width: 180px;
    }

    /*
        .navbar-right a {
            margin-left: 30px;
        }
    */
    .destacado-resultado h2 {
        line-height: 78px;
        color: #fff;
        font-size: 30px;
    }

    .destacado-resultado {
        padding-top: 60px;
    }

    .destacado-hotel h2 {
        line-height: 78px;
        color: #fff;
        font-size: 30px;
    }

    .destacado-hotel {
        padding-top: 60px;
    }

    .detalle-vuelo .detalle-descripcion-texto {
        border-right: 1px solid #c8c7c7;
    }

}

@media (min-width: 990px) {
    .destacado-resultado {
        background: url(../images/header-barcelona.jpg);
        height: 400px;
        padding-top: 60px;
    }

    /*.destacado-hotel {
    background: url(../images/header-barcelona.jpg);
    height: 140px;
    padding-top: 30px;
    }*/
    .boton-rojo {
        width: 220px;
    }

    .filtro-resultado {
        text-align: right;
    }

    .filtro-hotel .linea-dos {
        margin-left: 510px;
    }

    .mas-fotos {
        width: 181px;
    }

    .fotos {
        width: 42.1%;
    }

    .mini-fotos {
        width: 160px;
        height: 95px;
    }

    .filtro-hotel {
        margin-top: 40px;
        padding-bottom: 40px;
    }

}

@media (max-width: 991px) {
    html, body {
        width: 100vw;
        /*overflow: hidden;*/
    }

    /*    .navbar-brand img {
            display: block;
            margin: 0;
            width: 80%;
            margin-top: 5px;
        }*/
    .mini-fotos {
        height: 95px;
    }

    /*
        .navbar-default .navbar-brand {
            width: 100%;
        }*/
    .nav-buscar .form-group {
        width: 100%;
        border-right: none;
        margin-right: 0px;
        margin-bottom: 10px;
        border-bottom: #bbc1b7 1px solid;
        padding-bottom: 10px;
    }

    .nav-buscar .form-group:last-of-type {
        width: 100%;
        border-right: none;
        margin-left: 0px;
    }

    .nav-buscar {
        margin-bottom: 30px;
    }

    /* .navbar-right {
         border-bottom: none;
         padding-bottom: 0px;
         padding-top: 0px;
         position: absolute;
         text-align: right;
         top: -50px;
         right: 10px;
         font-size: 13px;
     }

    .navbar-right {
        border-bottom: none;
        padding-bottom: 0px;
        text-align: right;
        font-size: 13px;
        width: auto;
    }
    */
    .filtros-panel {
        display: none;
    }

    .barra-gris {
        text-align: right;
    }

    .barra-gris .divisor {
        display: none;
    }

    .header {
        height: auto;
    }

}

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

    /*------------ BUSCADOR NUEVO RESPONSIVE -------------------*/
    .resultado-miscelaneas {
        display: none;
    }

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

    }

    .mas-fotos {
        width: 150px;
    }

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

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

    .calendarios-blanca {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 8px 0 8px 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 input, .calendario-vuelta input {
        width: 60%;
        margin-left: 10px;
    }

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

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

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

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

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

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

    #footer-links {
        display: block;
    }

    .atajos-footer {
        display: none;
    }

}

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

@media (max-width: 768px) {

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    ul {
        padding-left: 0;
    }

    .color-fondo {
        padding: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .boton-newsletter {
        margin: 0px;
        margin-top: 10px;
    }

    .redes-sociales-footer {
        margin-left: 0px;
    }

    .footer-organismo {
        display: none;
    }

    .imagenes-footer img {
        display: none;
    }

    .imagenes-footer a img {
        display: block;
        margin-top: 10px;
    }

    .imagen-tripadvisor-responsive {
        margin-top: 10px;
    }

    #footer-datafiscal img {
        width: 100px;
        margin-top: 20px;
        float: left;
    }

    .footer-titulos li {
        padding-left: 0;
    }

    .atajos-footer {
        display: none;
    }

}

@media (max-width: 500px) {
    .imagen-tripadvisor img {
        width: 300px;
    }

    .footer-logo {
        width: 100%;
        border-bottom: 1px solid grey;
        padding: 12px 0 16px 0;
        display: flex;
        justify-content: flex-start;
        align-items: left !important;
        flex-direction: column;
    }

    .footer-logo p {
        margin-top: 0px;
    }

    .contacto-usuario {
        float: left;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 400px) {

    .imagen-tripadvisor-responsive {
        display: block;
    }

    .imagen-tripadvisor-responsive img {
        width: 160px;
    }

    .imagen-tripadvisor {
        display: none;
    }

}

@media (min-width: 1200px) {

    /*------------ BUSCADOR NUEVO RESPONSIVE -------------------*/
    .detalle-servicios {
        border-top: 1px solid #c8c7c7;
    }

    .resultado-lista-hotel .detalle-servicios {
        border-top: none;
        margin-top: -20px;
    }

    .detalle-vuelo .detalle-descripcion-texto {
        border-right: 1px solid #c8c7c7;
    }

    .resultado-lista-hotel .detalle-precio {
        border-left: none;
        margin-top: -30px;
    }

    .detalle-servicios-lista img {
        width: 30px;
        height: 30px;
    }

    .footer-titulos li {
        padding-left: 0;
    }

    #footer-links {
        display: block;
    }
}

@media (max-width: 1024px) {
    .vuelos-origen {
        /*width:16%!important;*/
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-destino {
        /*width:16%!important;*/
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-fecha {
        /*width:27%!important;*/
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-pasajeros {
        /*width:15%!important;*/
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-clase {
        /*width:15%!important;*/
        margin-right: 15px !important;
        padding-right: 15px;
    }

    .vuelos-tipo {
        /*width: 30%!important;*/
    }

    .vuelos-tipo li {
        display: inline-block;
    }

    .vuelos-tipo li {
        margin-right: 15px;
    }

    .nav-buscar .form-group:last-of-type {
        margin-left: 0;
    }

    /*.nav-buscar button { margin-left: 488px; }*/
    .selector-pasajeros-habitaciones,

@
}

/* columnas sin padding externo */

.col-primera {
    padding-left: 0 !important;
}

.col-ultima {
    padding-right: 0 !important;
}

/* para hacer 5 columnas */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 992px) {

    .nav-principal-interna {
        margin-top: 24px;
        margin-left: 0px;
    }

    .boton-cuotas {
        display: none;
    }

    .mensaje-vuelo-cambio {
        display: none;
    }

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    /*
        .navbar-default .navbar-nav > li > a {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            padding-left: 10px;
            padding-right: 0px;
        }
    */
}

@media (max-width: 768px) {

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.continuar-leyendo {
    overflow: hidden;
    height: 97px;
}


.cancelar-box {
    font-size: 17px;
    line-height: 28px;
}













