/* Deprecated - Use core.scss instead */

/* .cssFile_603_core {} */

/*
	core.css
	www.atrapalo.com

	Index
	-------------------------
	01. Reset
	02. Font face
	    02.01. Icon font
	03. Chat de ayuda
	04. Iconos gen?ricos
	05. Btn
	06. Fresh button (Ayuda y sugerencias)
	07. Publicidad: SKY
	    07.01 Banner section
	08. Colores opis
	09. Tri?ngulo naranja de descuento
	10. Cajas de error & info: errorbox, error_box, box-error, box_error, notice-box etc.
	11. SplashMin
	11. Aviso de cookies / navegador desactualizado
	12. Breadcrumb
	13. Estilos autocomplete
	14. Aplicar box-sizing en elementos comunes
	15. Price-decimal
	16. Gritter

*/

/*  01. Reset
=========================================================================================================== */

body {
    font-size: 12px;
    color: #444;
    text-align: left;
    background-color: #f0f0f0;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale !important;
    -moz-font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility;
}

body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
big,
strong,
small,
pre,
code,
tt,
kbd,
dfn,
acronym,
abbr,
address,
blockquote,
q,
cite,
ins,
del,
iframe,
form,
fieldset,
input,
textarea,
button,
select,
option,
ul,
ol,
dl,
dd,
table,
caption,
th,
td,
thead,
ul ul,
ol ul,
ul ol,
ol ol {
    margin: 0;
    padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
kbd,
address,
blockquote,
label,
legend,
input,
textarea,
li,
dt,
dd,
caption,
th,
td {
    font-size: 12px;
    line-height: 14px;
}

body,
kbd,
input,
textarea { font-family: 'open_sansregular', sans-serif; }

body,
div,
p,
span,
acronym,
abbr,
iframe,
form,
ul,
ol,
dl,
table,
thead,
img {
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
tt,
kbd,
dfn,
acronym,
address,
blockquote,
q,
cite,
ins,
del,
iframe,
form { display: block; }

a {
    color: #e6002c;
    text-decoration: none;
    outline: 0 none;
}
a:hover { text-decoration: underline; }

a:visited,
a:hover { color: #e6002c; }
a:active { color: #e74040; }
a:focus { outline: none; }

big {
    font-size: 13px;
    line-height: 15px;
}

small {
    font-size: 11px;
    line-height: 13px;
}

sup,
sub {
    font-size: 10px;
    line-height: 12px;
}

pre,
code { color: #999; }

acronym,
abbr { cursor: help; }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after { /* chrome-safari */
    content: '';
    content: none;
}
fieldset { border: none; }
legend { color: #000; }
textarea { overflow: auto; }

ul,
ol { list-style: none; }
table { border-collapse: collapse; }

caption {
    text-align: left;
    border-spacing: 0;
}
hr { height: 1px; }

header,
footer,
aside,
nav,
article,
section { display: block; }

/* Reset HTML5 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="button"],
input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*	Clases gen?ricas
=========================================================================================================== */

/* Ocultamos pixel de trackeo para resultados/carrito */
.tracking-pixel {
    visibility: hidden;
    position: absolute;
}

.alignCenter { text-align: center; }
.floatl { float: left; }
.floatr { float: right; }
.overflow-hidden { overflow: hidden; }
.inline-block { display: inline-block; }

.block { display: block; }

.margin0Auto { margin: 0 auto !important; }

/* Margin Bottom */
.marginbot15 { margin-bottom: 15px; }
.marginbot20 { margin-bottom: 20px; }

/* Margin Top */
.margintop10 { margin-top: 10px !important; }
.margintop20 { margin-top: 20px !important; }

/* Margin Right */
.marginright10 { margin-right: 10px; }
.marginright20 { margin-right: 20px; }

/* Padding */
.pad0 { padding: 0; }

.padleft0 { padding-left: 0 !important; }
.padleft10 { padding-left: 10px; }
.padright0 { padding-right: 0; }
.padleft5 { padding-left: 5px; }
.padright5 { padding-right: 5px; }

/* Padding Top */
.paddingbot10,
.padbot10 { padding-bottom: 10px; }

.background-grey { background-color: #f4f4f4; }
.background-basic-grey { background-color: #f0f0f0; }

.border-top-dark-grey { border-top: 1px solid #ccc; }
.border-bottom-dark-grey { border-bottom: 1px solid #ccc; }

strong {
    font-family: open_sanssemibold, sans-serif;
    font-weight: normal;
}

.clear:after {
    height: 0;
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    font-size: 0;
}

.relative { position: relative; }
.absolute { position: absolute; }

/*	 02. Font Face
=========================================================================================================== */

@font-face {
    font-family: 'atrapaloWebBold';
    src: url('/assets/fonts/atrapaloweb-bold.eot');
    src:
        url('/assets/fonts/atrapaloweb-bold.eot?iefix') format('eot'),
        url('/assets/fonts/atrapaloweb-bold.woff2') format('woff2'),
        url('/assets/fonts/atrapaloweb-bold.woff') format('woff'),
        url('/assets/fonts/atrapaloweb-bold.ttf') format('truetype'),
        url('/assets/fonts/atrapaloweb-bold.svg#webfontxqeiJ2kp') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/assets/fonts/OpenSans-Regular-webfont.eot');
    src:
        url('/assets/fonts/OpenSans-Regular-webfont.eot?iefix') format('eot'),
        url('/assets/fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
        url('/assets/fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('/assets/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('/assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('/assets/fonts/OpenSans-Semibold-webfont.eot');
    src:
        url('/assets/fonts/OpenSans-Semibold-webfont.eot?iefix') format('eot'),
        url('/assets/fonts/OpenSans-Semibold-webfont.woff2') format('woff2'),
        url('/assets/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
        url('/assets/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
        url('/assets/fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'atrapaloico';
    src: url('/assets/fonts/atrapaloico.eot');
    src:
        url('/assets/fonts/atrapaloico.eot#iefix') format('embedded-opentype'),
        url('/assets/fonts/atrapaloico.woff2') format('woff2'),
        url('/assets/fonts/atrapaloico.woff') format('woff'),
        url('/assets/fonts/atrapaloico.ttf') format('truetype'),
        url('/assets/fonts/atrapaloico.svg#atrapaloico') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'flexa-compressedBold';
    src:
        url('/assets/fonts/GT-Flexa-Compressed-Bold.woff2') format('woff2'),
        url('/assets/fonts/GT-Flexa-Compressed-Bold.woff') format('woff'),
        url('/assets/fonts/GT-Flexa-Compressed-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.openFont {
    font-family: 'open_sansregular', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.openFontSemiBold {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Correcciones de la font Bold con open sans */
.openFont .bold,
.openFont strong,
.openFont b {
    font-weight: normal !important;
    font-family: 'open_sanssemibold', sans-serif;
}

.atrapaloFont {
    font-family: 'flexa-compressedBold', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*	 02.01 Icon Font
========================================== */

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'atrapaloico', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
    font-size: 1.3333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon-2x { font-size: 2em; }
.icon-3x { font-size: 3em; }
.icon-4x { font-size: 4em; }
.icon-5x { font-size: 5em; }

/* Icono Cabecera */
.icon-logo-text:before { content: "\e647"; }
.icon-logo:before { content: "\e628"; }

/* Iconos de producto */

.icon-RES:before { content: "\e926"; }

.icon-ESP:before,
.icon-entrada:before { content: "\e929"; }
.icon-ACT:before { content: "\e92d"; }

.icon-VUE:before,
.icon-vuelos:before { content: "\e922"; }

.icon-TRE:before,
.icon-tren:before { content: "\e92c"; }
.icon-VMH:before { content: "\e90c"; }

.icon-HOT:before,
.icon-hoteles:before { content: "\e927"; }

.icon-VIA:before,
.icon-viajes:before { content: "\e923"; }

.icon-CRU:before,
.icon-crucero:before { content: "\e92a"; }

.icon-COC:before,
.icon-coches:before { content: "\e92b"; }
.icon-VRE:before { content: "\e931"; }
.icon-HALL:before { content: "\e928"; }
.icon-BON:before { content: "\e931"; }

.icon-menu:before { content: "\e935"; }
.icon-lupa-light:before { content: "\e936"; }
.icon-camera:before { content: "\e916"; }
.icon-arrow-left:before { content: "\e938"; }
.icon-montana:before { content: "\e610"; }
.icon-costas:before { content: "\e613"; }
.icon-close:before { content: "\e934"; }
.icon-close_s:before { content: "\e612"; }
.icon-close_m:before { content: "\e611"; }
.icon-close_l:before { content: "\e614"; }
.icon-close-light:before { content: "\e934"; }
.icon-cancel-circle:before { content: "\e615"; }

.icon-user:before,
.icon-avatar-default:before { content: "\e61f"; }
.icon-user_opinion:before { content: "\e63a"; }
.icon-search:before { content: "\e602"; }
.icon-ubicacion_s:before { content: "\e60c"; }

.icon-share2:before { content: "\e604"; }
.icon-checkmark:before { content: "\e608"; }
.icon-bookmark:before { content: "\e609"; }

.icon-actividades2:before { content: "\e71c"; }
.icon-restaurantes5:before { content: "\e603"; }
.icon-restaurantes:before { content: "\e926"; }
.icon-entradas2:before { content: "\e71e"; }
.icon-vuelo-hotel:before { content: "\e720"; }
.icon-pin:before { content: "\e61d"; }
.icon-suit-case:before { content: "\e721"; }
.icon-bus:before { content: "\e619"; }
.icon-ticket:before { content: "\e71e"; }
.icon-hallazgo:before { content: "\e623"; }
.icon-atrp_social:before { content: "\e626"; }
.icon-info:before { content: "\e620"; }

.icon-mas_vendidos:before,
.top-sell:before,
.icon-top-sell:before { content: "\e634"; }

.icon-mas_descuento:before,
.top-disc:before,
.icon-top-disc:before { content: "\e633"; }

.icon-mas_valorados:before,
.top-rated:before,
.icon-top-rated:before { content: "\e632"; }

.icon-clock:before,
.icon-reloj_2:before { content: "\e636"; }
.icon-parking_4:before { content: "\e62c"; }
.icon-patrocinado:before { content: "\e631"; }
.icon-pin_mapa:before { content: "\e635"; }
.icon-novedad:before { content: "\e63d"; }
.icon-duracion:before { content: "\e607"; }
.icon-sello:before { content: "\e638"; }
.icon-valeregalo:before { content: "\e622"; }
.icon-atrapapuntos_1:before { content: "\e649"; }

.icon-pointsprogram:before,
.icon-atrapapuntos_3:before { content: "\e64b"; }

.icon-puerta_coc:before { content: "\e644"; }
.icon-marcha_coc:before { content: "\e643"; }
.icon-aire_coc:before { content: "\e640"; }
.icon-maleta_coc:before { content: "\e645"; }
.icon-maleta_vue:before { content: "\e90b"; }
.icon-mapa-sala:before { content: "\e637"; }
.icon-ideal_kids:before { content: "\e803"; }

.icon-ideal_familias:before,
.icon-_text_profile_family:before { content: "\e805"; }

.icon-solo:before,
.icon-_text_profile_alone:before { content: "\e814"; }

.icon-en_pareja:before,
.icon-_text_profile_couple:before { content: "\e813"; }

.icon-con_amigos:before,
.icon-_text_profile_friends:before { content: "\e812"; }

.icon-ideal_playa:before,
.icon-_text_profile_relax:before { content: "\e80a"; }
.icon-_text_profile_work:before { content: "\e93a"; }
.icon-houdinis:before { content: "\e811"; }
.icon-op_muybueno:before { content: "\e810"; }
.icon-op_extraordinario:before { content: "\e80f"; }
.icon-op_excelente:before { content: "\e80e"; }
.icon-op_correcto:before { content: "\e80d"; }
.icon-op_bueno:before { content: "\e80c"; }
.icon-verificada:before { content: "\e80b"; }
.icon-hallazgo_pin:before { content: "\e625"; }
.icon-hallazgo_h:before { content: "\e624"; }
.icon-forfait-budget:before { content: "\e901"; }
.icon-forfait:before { content: "\e61a"; }
.icon-forfait-redondo:before { content: "\e907"; }
.icon-arrow_light:before { content: "\e64a"; }
.icon-arrow_light_up:before { content: "\e902"; }
.icon-arrow_light_left:before { content: "\e904"; }
.icon-arrow_light_right:before { content: "\e903"; }
.icon-arrow_left:before { content: "\e938"; } /* utilizada en el subheader */
.icon-sociamipci_logo:before { content: "\e906"; }

.head-mia .icon-info:before,
.icon-info_i:before { content: "\e621"; }
.icon-atrapapuntos_2:before { content: "\e648"; }
.icon-home:before { content: "\e920"; }

/* texto spa */
.ico_hot_spa:before,
.ico-spa:before { content: "\e642"; }

.icon-spa:before { content: "\e801"; }

/* flor de loto */
.ico_hot_sauna:before,
.ico-sauna:before { content: "\e63c"; }

/* jacuzzi */
.ico_hot_acceso:before,
.ico-acceso:before { content: "\e62a"; }

.ico_hot_parking:before,
.ico-parking:before { content: "\e62b"; }

.ico_hot_piscina:before,
.ico-piscina:before { content: "\e629"; }

/* Mascota para ficha HOT que es diferente de icomo mascota de HOT resultados */
.ico_hot_mascotas:before { content: "\e62e"; }
.ico-pet:before { content: "\e62f"; }

.ico_hot_gimnasio:before,
.ico-gym:before { content: "\e62d"; }

.ico_hot_zonainternet:before,
.ico-wifi:before { content: "\e630"; }

/* Wifi */
.icon-HodinisViaja:before { content: "\e911"; }
.icon-HodinisSal:before { content: "\e912"; }
.icon-HodinisConoce:before { content: "\e913"; }
.icon-HodinisCome:before { content: "\e914"; }
.icon-map-marker:before { content: "\e908"; }
.icon-tarjeta:before { content: "\e63b"; }
.icon-thumbsup:before { content: "\e91f"; }
.icon-comment:before { content: "\e930"; }
.icon-regalos:before { content: "\e931"; }
.icon-surpriseBox:before { content: "\e932"; }
.icon-discount:before { content: "\e933"; }

.icon-calendar:before,
.icon-calendar2:before { content: "\e641"; }
.icon-flex_arrow:before { content: "\e937"; }
.icon-corazon:before { content: "\e93e"; }
.icon-carrito:before { content: "\e93b"; }
.icon-ojo3:before { content: "\e93d"; }
.icon-caldea:before { content: "\e93c"; }
.icon-recien_reservado:before { content: "\e93c"; }
.icon-perfil-edit:before { content: "\e925"; }
.icon-vale-regalo:before { content: "\e924"; }
.icon-info_6:before { content: "\e620"; }
.icon-candado:before { content: "\e941"; }
.icon-reloj_prisa:before { content: "\e940"; }
.icon-idea:before { content: "\e947"; }
.icon-ufo:before { content: "\e946"; }
.icon-corredor:before { content: "\e945"; }

.ico_hot_animacion:before,
.icon-animation:before { content: "\e942"; }

.ico_hot_bicicletas:before,
.icon-bike-rental:before { content: "\e943"; }

.ico_hot_business:before,
.icon-business-center:before { content: "\e944"; }

/* Regimenes HOT */
.icon-board-hd:before { content: "\e90d"; } /* desayuno incluido */
.icon-board-al:before,
.icon-board-ce:before,
.icon-board-mp:before,
.icon-board-pc:before { content: "\e90e"; }
.icon-board-ti:before { content: "\e608"; }

/* iconos footer LATAM */
.icon-iata_logo:before { content: "\e60d"; }
.icon-perutravel_logo:before { content: "\e609"; }
.icon-camaralima_logo:before { content: "\e60a"; }
.icon-anato_logo:before { content: "\e60b"; }
.icon-camaracolombia_logo:before { content: "\e60c"; }

/* iconos valoraciones */
.icon-face-good:before { content: "\e92e"; }
.icon-face-awesome:before { content: "\e92f"; }

.icon-info {
    color: #20a5dd;
    cursor: default;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 5px;
}

/* opcion a?adir vuelo, agrandamos un poco por defecto */
.icon-vuelos.vue-16px {
    font-size: 16px;
    vertical-align: text-top;
}

/* Icono especifico para Per? (libro de reclamaciones) */
.icon-libro-reclamaciones:before {
    content: "\e93f";
    color: #b1b1b1;
    font-size: 2em;
    float: left;
    position: relative;
    margin-top: 3px;
}

/*	 03. Chat de ayuda
=========================================================================================================== */

/* #lc_chat_layout {z-index: 1000; }
#lc_chat_layout.lc-collapsed #lc_chat_title {display: none !important; }
#lc_chat_layout.lc-collapsed {bottom: 0 !important; }
#lc_chat_layout.lc-collapsed #lc_chat_header {
    width: 50px !important;
    height: 50px !important;
    background-position: 13px 15px !important;
    border-radius: 50% !important;
    float: right !important;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    box-shadow: 0 2px 10px rgba(0,0,0,0.4);
    position: relative !important;
    top: -61px !important;
}
#lc_chat_layout.lc-collapsed #lc_chat_header {
	background-position: 13px 15px !important;
	margin-bottom: 10px;
 }
 #lc_chat_layout.lc-collapsed {
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.0) !important;
	-moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.0) !important;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.0) !important;
}

@media only screen and (max-width: 720px) {
    #lc_chat_layout { display: none !important; }
} */

/*	 04. Iconos gen?ricos
=========================================================================================================== */

/* Colores de los iconos de mensajes */
.fa-info-circle { color: #2ca9da; } /* info */
.fa-exclamation-circle { color: #f49a38; } /* atencion */
.fa-check-circle { color: #b2c933; } /* check */

.box-ok {
    font-family: open_sansregular, sans-serif;
    font-size: 12px;
    color: #444;
    padding: 15px;
}

.box-ok .fa-check-circle {
    font-size: 24px;
    vertical-align: middle;
}

.up .fa-angle-up {
    margin-left: 8px;
    font-size: 16px;
}

/*  05. BUTTONS
=========================================================================================================== */
a.no-link {
    color: inherit;
    text-decoration: none;
}

.btn {
    background-color: #ff002d;
    border-radius: 2px;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    font-family: atrapaloWebBold, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #d1002d;
    text-decoration: none;
    color: #fff;
}

.btn:visited {
    color: #fff;
}

.btn:active {
    background-color: #d1002d;
    border: 0 none;
    transition: background 0.1s ease-in;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    -ie-transition: background 0.1s ease-in;
}

.btn.medium {
    padding: 0 25px;
    height: 34px;
    line-height: 33px;
}

.btn.small {
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    font-size: 18px !important;
}

.btn.mini {
    font-size: 16px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 5px !important;
}

.btn.narrow {
    font-size: 18px !important;
    padding: 0 15px !important;
}

.btn.disabled,
input[type="submit"][disabled],
input[type="button"][disabled] {
    background-color: #bbb;
    cursor: default;
    pointer-events: none;
    opacity: 1 !important;
}

.btn.loading {
    position: relative;
    display: inline-block;
}

.btn.loading:after {
    color: #fff;
    content: '\f110';
    display: block;
    font-family: fontawesome, sans-serif;
    font-size: 18px;
    position: absolute;
    top: 11px;
    right: 0;
    height: 20px;
    width: 20px;
    animation: fa-spin 1s infinite linear;
    -webkit-animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn.dark { background-color: #888; }

.btn.dark:hover,
.btn.dark:active { background-color: #666; }

.btn.dark.disabled { background-color: #bbb; }

.hidden { display: none; }

/* Botones Redes Sociales */

.button-facebook,
.button-google {
    font-family: 'open_sansregular', sans-serif !important;
    font-size: 13px !important;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    text-transform: none;
    font-weight: normal;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    width: 100%;
    background-color: #fff;
    color: #666;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}

.button-facebook:hover,
.button-google:hover {
    background-color: #f9f9f9;
    color: #444;
}

.button-facebook i,
.button-google i {
    position: absolute;
    left: 10px;
    top: 14px;
    font-size: 22px;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .button-facebook i,
    .button-google i { left: 8px; }
}

@media (min-width: 1024px) {
    .button-facebook i,
    .button-google i { left: 15px; }
}

.button-facebook i { color: #355089; }

.google-icon {
    background: url(/assets/images/sprites/generic-sprite.png) no-repeat -360px 0;
    position: absolute;
    left: 15px;
    top: 16px;
    width: 20px;
    height: 20px;
}

@media (max-width: 1023px) {
    .google-icon { left: 10px; }
}

/*	 06. Fresh button (Ayuda y sugerencias)
=========================================================================================================== */
#freshwidget-button {
    z-index: 10 !important;
}

/*	 07. Publicidad: SKY
=========================================================================================================== */

/* Sky en pag de resultados a partir de 1280px.
    De 1280px a 1500px lo forzamos dentro del grid.
    A partir de 1500px lo dejamos fuera del grid.
*/

@media (min-width: 1280px) {
    .banner-sky {
        background-color: #fff;
        height: 615px;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        width: 120px;
        z-index: 2;
    }

    .banner-sky + .banner-sky { margin-top: 20px !important; }
    .sky-ficha { top: 42px; }

    /* Caso HOT */

    /* Resultados HOT */
    .HOT .banner-sky {
        position: relative;
        right: 10px;
        margin-left: 0;
        margin-top: 60px;
    }

    /* Ficha HOT */
    #hotels-detail .banner-sky {
        margin-top: 0;
    }

    /* Landing HOT */
    .sky-landing-HOT .banner-sky {
        position: absolute;
        margin-top: 23px !important;
        z-index: 1;
    }

    .sky-landing-HOT.sky-landing-cadena .banner-sky {
        top: 470px;
    }

    .sky-landing-HOT.sky-landing-destino .banner-sky,
    .sky-landing-HOT.sky-landing-metadestino .banner-sky {
        top: 200px;
    }

    .sky-landing-continente .banner-sky {
        top: 130px;
    }

    .sky-list-cadena .banner-sky {
        top: 19px !important;
        margin-top: 0 !important;
    }

    .RES .sky-ficha {
        top: 20px;
        left: 10px;
    }

    .RES #mapCanvas {
        width: 100%;
        z-index: 1;
        float: left;
    }

    .RES #contenedor_resultados { min-height: 635px; }
}

@media (min-width: 1280px) and (max-width: 1499px) {
    .banner-sky { display: block; }
    .RES .banner-sky { left: 10px; }
    .RES .banner-sky + .banner-sky { top: 615px; }
    .VUE .banner-sky + .banner-sky { top: 635px; }
    .COC .banner-sky + .banner-sky { top: 640px; }

    .ESP .banner-sky {
        position: relative;
        right: 10px;
    }
    .container-sky { width: 120px; }

    #dynamic-packaging-results .container-sky { width: auto; }

    .micro-sky {
        position: absolute;
        top: 0;
        right: -20px;
    }

    .results-container,
    .box-reduced-sky,
    .RES #mapCanvas {
        width: 88.33333%;
        padding-left: 0.76923rem;
        padding-right: 0.76923rem;
        float: left;
    }

    .RES #resultados_container { max-width: 1200px; } /* fix res ie8, borrar cuando tengamos nuevos filtros */
    #dynamic-packaging-results .banner-sky { /* apa?o para no cambiar la estructura de resultados vmh */
        top: 145px;
        right: 10px;
    }
    .ficha-via .box-reduced-sky { padding: 0; }
}

@media (min-width: 1500px) {
    .container-sky { position: absolute; }
    .micro-sky { right: 100px; }

    .banner-sky {
        background-color: #fff;
        height: 615px;
        overflow: hidden;
        position: absolute;
        right: -130px;
        top: 0;
        width: 120px;
    }

    /* Caso HOT */

    /* Ficha HOT */
    #hotels-detail .banner-sky {
        position: absolute;
        right: -130px;
    }
    #hotels-detail .banner-sky + .banner-sky { top: 615px; }

    /* Landing HOT */
    .sky-landing-HOT .banner-sky {
        right: -130px;
    }

    /* landings vue */
    .landingBkg .banner-sky { top: 395px; }
    .landingBkg.landingOferta .banner-sky { top: 323px; }

    .landingBkg.landingContinent .banner-sky,
    .landingBkg.landingCalendario .banner-sky { top: 303px; }

    .landingBkg.landingAutocheckin .banner-sky,
    .landingBkg.landingCountry .banner-sky { top: 36px; }
    .landingBkg.landingOfertas .banner-sky { top: 10px; }
    #dynamic-packaging-results .banner-sky { top: 75px; } /* apa?o para no cambiar la estructura de resultados vmh */
    .sky-top { top: 0; }

    /* resultados coches */
    .COC .banner-sky + .banner-sky {
        position: absolute;
        top: 640px;
    }

    /* resultados esp */
    .RES .banner-sky + .banner-sky,
    .subp-ESP .banner-sky + .banner-sky,
    .subp-ACT .banner-sky + .banner-sky { top: 615px; }

    /* resultados RES */
    .RES .container-result .container-sky {
        top: 0;
        left: 20px;
    }
}

/*	07.01. Banner section
=========================================================================================================== */

.section-banner {
    padding: 30px 0;
    background-color: white;
}

.section-banner * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*	 08. Colores Opis
=========================================================================================================== */

/* Colores gen?ricos opis para p?ginas sin scsss */
.background-opi-regular { background: #eb5658 !important; }
.background-opi-regular-box { background: #888 !important; }
.background-opi-acceptable { background: #f49155 !important; }
.background-opi-correct { background: #aac55f !important; }
.background-opi-good { background: #6fb743 !important; }
.background-opi-very-good { background: #50a662 !important; }

/* Colores de texto gen?ricos opis para p?ginas sin scsss */
.color-opi-regular { color: #eb5658 !important; }
.color-opi-acceptable { color: #f49155 !important; }
.color-opi-correct { color: #aac55f !important; }
.color-opi-good { color: #6fb743 !important; }
.color-opi-very-good { color: #50a662 !important; }

/*	 09. Tri?ngulo naranja de descuento, solo con css
=========================================================================================================== */

.box-with-discount span.dto {
    height: 60px;
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 0;
    text-align: center;
    overflow: hidden;
}

.box-with-discount .dto.dto-smaller { /* ficha RES */
    height: 35px;
    width: 35px;
}

.box-with-discount span.dto:before {
    background: #fd9a00;
    border-bottom: 39px solid #fd9a00;
    border-left: 39px solid rgba(0, 0, 0, 0);
    border-right: 39px solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    position: absolute;
    right: -25px;
    top: -6px;
    width: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 0;
}

.box-with-discount .dto.dto-smaller:before {
    border-bottom: 26px solid #fd9a00;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 26px solid rgba(0, 0, 0, 0);
    right: -23px;
    top: -2px;
}

.box-with-discount .dto span {
    margin: 10px -22px 0 0;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.box-with-discount .dto.dto-smaller span {
    margin: 0 -5px 0 0;
    font-size: 11px;
    line-height: 10px;
}

@media (max-width: 640px) {
    .box-with-discount .dto span {
        font-size: 14px;
        line-height: 14px;
    }

    .box-with-discount .dto.dto-smaller {
        height: 25px;
        width: 25px;
    }

    .box-with-discount .dto.dto-smaller:before {
        border-bottom: 26px solid #fd9a00;
        border-left: 30px solid rgba(0, 0, 0, 0);
        border-right: 26px solid rgba(0, 0, 0, 0);
        right: -32px;
        top: -2px;
    }

    .box-with-discount .dto.dto-smaller span {
        margin: 0 -7px 0 0;
        font-size: 10px;
        line-height: 10px;
    }
}

.box-with-discount .dto span:before {
    content: "-";
    color: #fff;
}

/* 10. Cajas de error
=========================================================================================================== */

.box-error,
.box-advert {
    padding: 15px;
    overflow: hidden;
}
span.box-error { padding: 10px; }

.box-error {
    background-color: #ffeab1;
    font-family: open_sansregular, sans-serif;
    font-size: 12px;
    color: #444;
}

.box-error i.fa-exclamation-circle {
    font-size: 24px;
    color: #f49a38;
    vertical-align: middle;
}

.box-error p.one-line { padding-top: 5px; }

.box-advert { background-color: #e2ecf1; }

.box-error .box-error-icon {
    width: 32px;
    height: 33px;
    margin-right: 10px;
    background: url(/assets/images/A/sprite/sprite-generico-old-school.png) no-repeat 0 -1500px;
    float: left;
}

.box-advert .box-error-icon {
    width: 34px;
    height: 33px;
    margin-right: 8px;
    background: url(/assets/images/A/sprite/sprite-generico-old-school.png) no-repeat -50px -1500px;
    float: left;
}

.box-error-titulo {
    font-weight: 700;
    display: block;
}

.box-error-list {
    margin: 10px 0 0 57px;
    list-style: disc;
}

.box-error-list li { margin: 0 0 3px; }
.box-error-list span { font-weight: 700; }

.box-clear:after {
    height: 0;
    content: " ";
    clear: both;
    display: block;
    visibility: hidden;
    font-size: 0;
}

/* Icono en caja error */
.box-error .s-generico { margin-right: 10px; }

/* texto al lado de icono */
.box-error div.floatl p {
    margin-top: 10px;
    font-family: 'open_sanssemibold', sans-serif;
}

/* Listado en caja error */
.box-error ul.error-list {
    color: #444;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    margin-top: 15px;
}

/* style en lis */
.box-error ul.error-list li:before {
    content: "\00B7";
    color: #444;
    font-size: 15px;
    vertical-align: top;
    line-height: 15px;
    margin-right: 5px;
}

.box-error a {
    color: #444;
    font-family: 'open_sanssemibold', sans-serif;
    text-decoration: underline;
}

/* caja azul claro con icono info */
.notice-box {
    margin: 12px 0;
    padding: 15px;
    background-color: #d2e4f2;
}

.notice-box::before {
    content: "\e620";
    font-family: "atrapaloico", sans-serif;
    font-size: 30px;
    line-height: 30px;
    width: 29px;
    color: #3ca8dc;
    display: inline-block;
    margin-right: 10px;
    float: left;
    background-color: #fff;
    border-radius: 25px;
}

.notice-box .medium-paragraph {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
    color: #444444;
}

/*	 11. SplashMin
=========================================================================================================== */
#results-loading-splash .splash-actualizar {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 2;
    display: none;
}

.splash-actualizar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    display: none;
    z-index: 3;
}

.splash-actualizar-canvas {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.splash-actualizar .center {
    position: absolute;
    left: 50%;
    top: 50%;
}

.splash-actualizar .center div {
    position: relative;
    left: -50%;
    top: -50%;
    margin-top: -50px;
    width: 300px;
    height: 100px;
    text-align: center;
    padding-top: 60px;
}

.splash-actualizar i {
    color: #444;
    font-size: 26px;
    position: absolute;
    right: calc(50% - 14px);
    top: 10px;
}

.splash-actualizar span {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 17px;
    color: #444;
}

/* 12. Aviso de cookies / navegador desactualizado
=========================================================================================================== */
#cookiesInfo,
#message-outdated,
.box-message {
    font-family: 'open_sansregular', sans-serif;
    background-color: #ededed;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: auto;
    font-size: 11px;
    position: fixed;
    z-index: 1001;
    line-height: 17px;
    text-align: justify;
    bottom: 0;
}

#cookiesInfo,
#message-outdated { width: 100%; }

.box-message {
    width: 100%;
}

.box-message .btn {
    float: right;
}

#cookiesInfo p,
.box-message p {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-right: 3px;
    display: inline-block;
    float: left;
    font-weight: normal;
}

/*	 12. Breadcrumb
=========================================================================================================== */
.bread,
#breadcrumb {
    margin: 19px 0 14px 10px;  /* en real, 20px top y 30px bottom */
    color: #444;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
}

.bread a,
#breadcrumb a {
    color: #444;
    margin-right: -4px;
}

.bread img,
#breadcrumb img { margin: 0 10px; }

.bread strong,
#breadcrumb strong {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
}

#breadcrumb a:not(:last-child)::after,
#breadcrumb span:not(:last-child)::after {
    font-family: 'FontAwesome', sans-serif;
    content: "\f105";
    font-weight: bold;
    color: #999;
    display: inline-block;
    height: 9px;
    margin: 0 10px;
    width: 5px;
}

/* ie8 */
#breadcrumb a,
#breadcrumb strong {
    margin-right: 5px\9;
}

/*	 13. Autocomplete
=========================================================================================================== */

/* Se usa en Home home, pesta?a RES, hay que migrarlo al suggest! */

.ui-menu.ui-autocomplete.ui-widget-content {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #444;
    padding: 0;
    border: 1px #bebebe solid !important;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px #89b9bb;
}

/* Titulos en Autocomplete */
.ui-menu.ui-autocomplete .header_category {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 5px;
}

.ui-menu.ui-autocomplete .header_category:first-child {
    border-top: none;
    padding-top: 10px;
}

.ui-menu.ui-autocomplete .autocomplete_category {
    font-family: 'open_sanssemibold', sans-serif;
    color: #1e97e6;
    float: right;
    margin-right: 10px;
    height: 28px;
    line-height: 34px;
    font-size: 11px;
}

.ui-menu.ui-autocomplete .autocomplete_category img {
    margin-right: 6px;
    vertical-align: middle;
}

/* Enlaces en Autocomplete */
.ui-menu.ui-autocomplete .ui-menu-item a {
    color: #444;
    padding: 6px 80px 6px 10px;
    min-height: 32px;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    box-shadow: none;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-menu.ui-autocomplete .ui-menu-item a:hover,
.ui-menu.ui-autocomplete .ui-menu-item a:active,
.ui-menu.ui-autocomplete .ui-menu-item a:focus,
.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-active {
    background-color: #ddf0fb;
    border: none !important;
    margin: 0 !important;
    cursor: pointer;
}

.ui-menu.ui-autocomplete .ui-menu-item a span.autocomplete_vermas {
    color: #777;
    font-size: 12px;
    padding-right: 12px;
    position: relative;
}

.ui-menu.ui-autocomplete .ui-menu-item a span.autocomplete_vermas:after {
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat -270px -240px;
    content: ' ';
    width: 7px;
    height: 11px;
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
}

/*	 14. Aplicar box-sizing en elementos comunes
=========================================================================================================== */

header *,
header *:before,
header *:after,
#footer,
#footer *,
#footer *:before,
#footer *:after,
.paginador *,
.paginador *:before,
.paginador *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 14. Price decimal
=========================================================================================================== */
.prize-item .price-decimal {
    font-size: 18px;
}

/*  16. Gritter
=========================================================================================================== */
#gritter-notice-wrapper { z-index: 35 !important; }
