/*
    v12_core.css
    www.atrapalo.com
    CSS v12

    Index
    -------------------------
    1. Reset // Esta en el v12_header
    2. Sprites
    3. Grid
    4. Font
    5. Publicidad
    6. Boxes
    7. Buttons
    8. Calendars and Autocompletes
    10. Layout
    11. Listas
    12. Opiniones
    13. Formulario
    14. bradCrum busquedas
    15. Paginador
    XX. Media
*/

/*  1. RESET
=========================================================================================================== */

/*  2. SPRITES
=========================================================================================================== */
.s {
    background-image: url(/assets/images/A/sprite/sprite-generico-old-school.png);
    background-repeat: no-repeat;
}

.s12 {
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat;
    vertical-align: middle;
}

.ico-info { background-position: -420px -270px; }

.ico-ok24 { background-position: -240px -270px; }

.ico-alert12 { background-position: -480px -250px; }

.ico-alert24 { background-position: -340px -270px; }

.ico-alert32 { background-position: -380px -270px; }

.ico-close16 { background-position: -40px -270px; }

.flecha_gris_down { background-position: -135px -240px; }

.flecha_gris_up {
    background-position: -120px -240px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.flecha_ver_todos { background-position: -50px -190px; }

/* Sprite old school */
.accessibility { background-position: -150px -950px; }

.coc { background-position: -250px -800px; }

/* Leer mas ficha hibiscus */
.s_ficha {
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat;
    vertical-align: middle;
}

.flecha_ocultar_rojo { transform: scaleY(-1); }

.flecha_mostrar_rojo { background-position: -315px -240px; }

.flecha_mostrar_rojo,
.flecha_ocultar_rojo {
    width: 11px;
    height: 6px;
}

.ficha .vermapa img { background-position: -820px -271px; }

/*  3. GRID
=========================================================================================================== */
#content {
    width: 960px;
    margin: 0 auto;
    padding: 1px 5px 29px;
    background: #fff;
    position: relative;
}

.HOM #content { position: inherit; }

.colgroup { margin: 0 auto; }

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
    float: left;
    margin: 0 10px;
    padding: 0;
}

.col1 { width: 60px; }

.col2 { width: 140px; }

.col3 { width: 220px; }

.col4 { width: 300px; }

.col5 { width: 380px; }

.col6 { width: 460px; }

.col7 { width: 540px; }

.col8 { width: 620px; }

.col9 { width: 700px; }

.col10 { width: 780px; }

.col11 { width: 860px; }

.col12 { width: 940px; }

.p-events-none { pointer-events: none; }

.p-events-initial { pointer-events: initial; }

/*  4. FONT
=========================================================================================================== */

h1.ficha {
    line-height: 26px;
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 0;
}

.RES h1.ficha {
    float: left;
    margin-right: 5px;
    width: auto;
    font-size: 26px;
}

h2.ficha {
    line-height: 20px;
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
    font-size: 20px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0;
}

/* Fonts Size */

.fonts9px { font-size: 9px !important; }

.fonts10px,
.fontSmall6 { font-size: 10px !important; }

.fonts11px,
.fontSmall5 { font-size: 11px !important; }

.fonts12px { font-size: 12px !important; }

.fonts13px,
.fontSmall3 { font-size: 13px !important; }

.fonts14px { font-size: 14px !important; }

.fonts15px { font-size: 15px !important; }

.fonts16px { font-size: 16px !important; }

.fonts18px { font-size: 18px !important; }

.fonts19px { font-size: 19px !important; }

.fonts20px { font-size: 20px !important; }

.fonts22px { font-size: 22px !important; }

.fonts24px { font-size: 24px !important; }

.fonts25px { font-size: 25px !important; }

.fonts26px { font-size: 26px !important; }

.fonts28px { font-size: 28px !important; }

.fonts30px { font-size: 30px !important; }

.fonts32px { font-size: 32px !important; }

.fonts36px { font-size: 36px !important; }

.fonts42px { font-size: 42px !important; }

.fonts54px { font-size: 54px !important; }

.fonts65px { font-size: 65px !important; }

.fontLarge2 { font-size: 1.499em; }

.fontLarge3 { font-size: 1.583em; }

.fontSmall3 { font-size: 1.083em !important; }

/* Line Heights */
.lineHeight16px { line-height: 16px !important; }

.lineHeight18 { line-height: 18px; }

.lineHeight20 { line-height: 20px; }

.lineHeight25 { line-height: 25px; }

.lineHeight36 { line-height: 36px !important; }

.lineHeight40 { line-height: 40px; }

.aligncenter { text-align: center; }

/* Estilos */

.underline { text-decoration: underline; }

.notUnderline { text-decoration: none; }

.capitalize { text-transform: capitalize; }

/*  5. PUBLICIDAD
=========================================================================================================== */

.sky {
    position: absolute !important;
    top: 10px;
    right: -145px;
    text-align: center;
    width: 120px !important;
    background: #fff !important;
    height: 616px !important;
    padding: 3px;
}

/* Megabanner */

.megaBanner { margin: 0 10px 0; }

.megaBannerSmall { margin: 0 0 0 10px; }

.megaBanner,
.megaBannerSmall {
    float: none;
    display: inline-block;
}

.megaBanner div,
.megaBannerSmall div { display: inline-block; }

.mega-advert { text-align: center; }

.mega-advert .advertTitle {
    font-size: 11px;
    color: #444;
    padding-top: 40px;
    margin-left: -40px;
    display: inline-block;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    vertical-align: 44px;
    float: left;
}

.mega { margin: 10px; }

.mega .advert {
    background: url(/images_new/A/960/bkPubli.gif) repeat 0 0 #f4f4f4;
    border: 1px solid #ccc;
    overflow: hidden;
}

.mega .megaBanner { float: left; }

/* Sky banner */
body .publi_ext_120_600 {
    text-align: center;
    width: 120px !important;
    background: #fff !important;
    height: 616px !important;
    padding: 3px;
    position: absolute !important;
    top: -10px;
    left: 0;
}

.publi_ext_120_600 .advertTitle {
    text-align: left !important;
    padding-left: 3px !important;
    padding-top: 0 !important;
}

.robav12 {
    float: left !important;
    width: 300px;
    margin-left: 0;
    text-align: center;
}

.robav12 .advert,
.robav12 .robaPaginas { width: 300px; }

.robahome {
    height: 299px;
    text-align: center;
    border: none;
}

.robahome .publitxt {
    margin-top: 18px;
    font-size: 16px;
    color: #777;
}

.ESP .robaPaginas .advertTitle { padding-top: 5px; }

.HOM .robahome { margin-top: 3px; }

.robaPaginas .advertTitle {
    margin-right: 0;
    font-family: "atrapaloWebBold", sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 50px;
    color: #777;
    background-color: #dcdcdc;
    transform: inherit;
    -webkit-transform: inherit; /* Opera, Chrome, and Safari */
    padding-top: 15px;
    width: 300px;
    text-align: center;
    box-sizing: border-box;
    display: block;
}

/* Megabanner */

.advbox {
    width: 950px;
    margin: 50px auto 0;
}

/* megabanner y minibanner en homes, con fondo gris */
.advert-box {
    background-color: #f0f0f0;
    padding: 40px 0;
}

/*  6. BOXES
=========================================================================================================== */
.box {
    margin: 0 0 20px;
    border-radius: 3px;
}

.bg-disabled {
    width: 100%;
    height: 5000px;
    background: #000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.loading {
    width: 600px;
    padding: 50px 20px;
    text-align: center;
    font-weight: 700;
    background: #fff;
    border: transparent;
    position: absolute;
    top: 90px;
    left: 180px;
    z-index: 4;
}

.loading img {
    margin: 0 0 10px;
    background: url(/assets/images/v12/cargando.gif) no-repeat center top;
}

.box_EDE { background-color: #ededed; }

.box-nowidget {
    filter: alpha(opacity=30);
    opacity: 0.3;
    border: #e6002c dotted 2px;
}

.box-nowidget img { margin: 30px auto 0 auto; }

.box-container-info {
    position: relative;
    height: 372px;
    margin-left: 20px;
    margin-right: 20px;
}

.box-container-info > div { bottom: 0; }

.box-container-info .hallazgoLogo {
    margin-bottom: 10px;
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat -220px 0 rgba(0, 0, 0, 0);
}

.box-prices-ficha > div { margin: 0 auto 25px; }

.box-info-ficha {
    background-color: #fff;
    border-radius: 3px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    text-align: left;
}

.box-info-ficha li {
    padding-bottom: 3px;
    font-size: 13px;
    line-height: 15px;
}

.box2Orange {
    background: none repeat scroll 0 0 #f9e1ca;
    border: 1px solid #facca4;
    color: #444;
}

/* Flechas en el OWL Carousel */
#leftArrow,
#rightArrow { z-index: 998; }

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

.btn {
    background-color: #ff002d;
    border-radius: 999px;
    border: 0 none;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    font-family: flexa-compressedBold, 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;
}

.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: 26px;
    font-size: 18px !important;
}

.btn.mini {
    font-size: 16px !important;
    height: 30px;
    line-height: 30px;
    padding: 0 5px !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; }

/* Ajustes en btn */
.CRU .infoCarusel .btn.medium { padding: 0 20px; }
.VIA .infoCarrusel .btn.medium { padding: 0 20px !important; }

/*  8. CALENDARS / AUTOCOMPLETES
=========================================================================================================== */
.ui-autocomplete {
    width: auto; /* Cambiado por un error con el autocomplete de coches mobile que salia de caja */
    background: #fff;
}

.ui-dialog .ui-dialog-content { overflow-x: hidden !important; }
.ui-dialog.titleless .ui-dialog-titlebar { display: none; }

/*  10. LAYOUT
=========================================================================================================== */

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

/* Box-model */
.clearb { clear: both; }

.clearl { clear: left; }

.hidden { display: none; }

.hiddenImportant { display: none !important; }

.floatl { float: left; }

.floatr { float: right !important; }

.nofloat,
.floatNone { float: none !important; }

.overflowh,
.overflowHidden,
.overflowhidden { overflow: hidden; }

.overflowVisible { overflow: visible !important; }

.nowrap { white-space: nowrap; }

.block { display: block; }

.inline { display: inline !important; }

.inlineBlock,
.inline-block {
    display: inline-block;
    zoom: 1;
}

.tableRow { display: table-row; }

.tableCell { display: table-cell; }

.openFont .normal { font-family: 'open_sansregular', sans-serif; }

.bold { font-weight: 700; }

.italic { font-style: italic; }

.upper { text-transform: uppercase; }

.ellipsis {
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
}

.visible { visibility: visible; }

.nomargin { margin: 0 !important; }

.nopadding { padding: 0 !important; }

.invisible { visibility: hidden; }

.noborder { border: none !important; }

.nobackground { background: transparent !important; }

.pointer { cursor: pointer; }

.borderBottomDotted {
    border-bottom: 1px dotted #b2b2b2;
    overflow: hidden;
}

.borderTopDotted {
    border-top: 1px dotted #b2b2b2;
    overflow: hidden;
}

.borderRightDotted {
    border-right: 1px dotted #b2b2b2;
    overflow: hidden;
}

.dtable { display: table; }

.trow { display: table-row; }

.tcell { display: table-cell; }

.tcap { display: table-caption; }

.position-inherit { position: inherit; }

.absolute { position: absolute; }

.top0 { top: 0 !important; }

.relative { position: relative; }

.position-static { position: static; }

/* HEIGHTS */

.h25 { height: 25px; }

.h28 { height: 28px; }

.h40 { height: 40px; }

.h50 { height: 50px; }

.h70 { height: 70px; }

.h96 { height: 96px; }

.h130 { height: 130px; }

.h365 { height: 365px; }

/* Min-Heights */
.mh30 { min-height: 30px; }

.mh300 { min-height: 300px; }

/* WIDTHS */

.wp100 { width: 100% !important; }

.w92p { width: 92% !important; }

.w80p { width: 80% !important; }

.wp77 { width: 77% !important; }

.w75p { width: 75% !important; }

.wp70 { width: 70%; }

.w65p { width: 65% !important; }

.w60p { width: 60%; }

.wp55 { width: 55% !important; }

.wp50 { width: 50%; }

.wp49 { width: 49%; }

.wp48 { width: 48%; }

.wp47 { width: 47%; }

.wp46 { width: 46%; }

.w45p,
.wp45 { width: 45%; }

.w43p { width: 43% !important; }

.w40p { width: 40%; }

.wp35 { width: 35%; }

.w34p,
.wp34 { width: 34% !important; }

.wp33 { width: 33%; }

.wp30 { width: 30%; }

.wp28 { width: 28%; }

.wp26 { width: 26%; }

.w25p { width: 25% !important; }

.w24p { width: 24% !important; }

.w20p,
.wp20 { width: 20% !important; }

.w15p { width: 15% !important; }

.w10p { width: 10%; }

.wp5 { width: 5% !important; }

.w960 { width: 960px; }

.w640 { width: 640px; }

.w716 { width: 716px; }

.w515 { width: 515px; }

.w357 { width: 357px; }

.w355 { width: 355px !important; }

.w320 { width: 320px; }

.w307 { width: 307px; }

.w294 { width: 294px; }

.w290 { width: 290px !important; }

.w280 { width: 280px !important; }

.w275 { width: 275px !important; }

.w260 { width: 260px; }

.w240 { width: 240px !important; }

.w230 { width: 230px; }

.w220 { width: 220px; }

.w212 { width: 212px; }

.w204 { width: 204px; }

.w200 { width: 200px !important; }

.w190 { width: 190px !important; }

.w170 { width: 170px !important; }

.w166 { width: 166px; }

.w160 { width: 160px !important; }

.w155 { width: 155px !important; }

.w142 { width: 142px; }

.w135 { width: 135px !important; }

.w132 { width: 132px; }

.w130 { width: 130px !important; }

.w126 { width: 126px !important; }

.w120 { width: 120px !important; }

.w119 { width: 119px !important; }

.w114 { width: 114px; }

.w110 { width: 110px; }

.w105 { width: 105px !important; }

.w100 { width: 100px !important; }

.w96 { width: 96px; }

.w85 { width: 85px; }

.w84 { width: 84px; }

.w80 { width: 80px; }

.w64 { width: 80px; }

.w55 { width: 55px !important; }

.w52 { width: 52px !important; }

.w50 { width: 50px; }

.w48 { width: 48px !important; }

.w42 { width: 42px !important; }

.w35 { width: 35px !important; }

.w20 { width: 20px !important; }

/* DISPLAY */

.inlineBlock {
    display: inline-block;
    zoom: 1;
}

.alignCenter { text-align: center; }

.alignRight,
.alignright { text-align: right !important; }

.alignLeft { text-align: left; }

.valigntop { vertical-align: top; }

.valignmid { vertical-align: middle; }

.valignbaseline { vertical-align: baseline !important; }

.centerAuto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.borderSolid {
    border: 1px solid #b2b2b2;
    overflow: hidden;
}

.priceLarge { /* Esta clase se utiliza para indicar el precio en el header de HOT y VIA */
    color: #444;
    font-weight: bold;
    font-size: 2.333em;
    line-height: 0.9em;
    letter-spacing: -0.05em;
}

/* Margins */

.margin0Auto { margin: 0 auto !important; }

.margin10 { margin: 10px; }

.margin20 { margin: 20px; }

/* Top */
.margintop0 { margin-top: 0 !important; }

.margintop2 { margin-top: 2px; }

.margintop3 { margin-top: 3px; }

.margintop5 { margin-top: 5px !important; }

.margintop7 { margin-top: 7px !important; }

.margintop8 { margin-top: 8px !important; }

.margintop10 { margin-top: 10px !important; }

.margintop12 { margin-top: 12px !important; }

.margintop13 { margin-top: 13px !important; }

.margintop15 { margin-top: 15px !important; }

.margintop20 { margin-top: 20px !important; }

.margintop25 { margin-top: 25px !important; }

.margintop30 { margin-top: 30px; }

.margintop40 { margin-top: 40px; }

.margintop45 { margin-top: 45px !important; }

.margintop84 { margin-top: 84px !important; }

/* Bottom */
.marginbot0 { margin-bottom: 0 !important; }

.marginbot2 { margin-bottom: 2px; }

.marginbot5 { margin-bottom: 5px !important; }

.marginbot10 { margin-bottom: 10px !important; }

.marginbot15 { margin-bottom: 15px !important; }

.marginbot20 { margin-bottom: 20px; }

.marginbot25 { margin-bottom: 25px !important; }

.marginbot30 { margin-bottom: 30px !important; }

.marginbot40 { margin-bottom: 40px; }

.marginbot70 { margin-bottom: 70px; }

/* Left */
.marginleft0 { margin-left: 0 !important; }

.marginleft3 { margin-left: 3px !important; }

.marginleft5 { margin-left: 5px !important; }

.marginleft6 { margin-left: 6px !important; }

.marginleft8 { margin-left: 8px !important; }

.marginleft10 { margin-left: 10px !important; }

.marginleft15 { margin-left: 15px; }

.marginleft20 { margin-left: 20px !important; }

.marginleft24 { margin-left: 24px !important; }

.marginleft25 { margin-left: 25px; }

.marginleft35 { margin-left: 35px; }

.marginleft40 { margin-left: 40px; }

.marginleft50 { margin-left: 50px; }

/* Right */
.marginright0 { margin-right: 0 !important; }

.marginright3 { margin-right: 3px !important; }

.marginright5 { margin-right: 5px !important; }

.marginright8 { margin-right: 8px !important; }

.marginright10 { margin-right: 10px !important; }

.marginright15 { margin-right: 15px !important; }

.marginright20 { margin-right: 20px !important; }

.marginright24 { margin-right: 24px !important; }

.marginright25 { margin-right: 25px !important; }

.marginright30 { margin-right: 30px !important; }

.marginright35 { margin-right: 35px !important; }

.marginright65 { margin-right: 65px; }

/* Paddings */

.pad0 { padding: 0 !important; }

.pad5 { padding: 5px; }

.pad10 { padding: 10px; }

.pad15 { padding: 15px; }

.pad20 { padding: 20px; }

/* Top */
.padtop0 { padding-top: 0 !important; }

.padtop3 { padding-top: 3px; }

.padtop4 { padding-top: 4px; }

.padtop9 { padding-top: 9px; }

.paddingtop5,
.padtop5 { padding-top: 5px !important; }

.paddingtop7 { padding-top: 7px !important; }

.padtop8 { padding-top: 8px; }

.paddingtop10,
.padtop10 { padding-top: 10px !important; }

.paddingtop15,
.padtop15 { padding-top: 15px !important; }

.paddingtop20 { padding-top: 20px !important; }

.paddingtop25 { padding-top: 25px !important; }

.paddingtop30 { padding-top: 30px; }

.paddingtop35 { padding-top: 35px !important; }

.paddingtop40 { padding-top: 40px !important; }

/* Bottom */
.paddingbot0,
.padbot0 { padding-bottom: 0 !important; }

.padbot2 { padding-bottom: 2px !important; }

.padbot3 { padding-bottom: 3px; }

.paddingbot5,
.padbot5 { padding-bottom: 5px !important; }

.padbot10,
.paddingbot10 { padding-bottom: 10px !important; }

.padbot15 { padding-bottom: 15px; }

.paddingbot20 { padding-bottom: 20px !important; }

.padbot25 { padding-bottom: 25px; }

.padbot30 { padding-bottom: 30px; }

.padbot40 { padding-bottom: 40px; }

.padbot45 { padding-bottom: 45px; }

/* Left */
.paddingleft0 { padding-left: 0 !important; }

.paddingleft5,
.padleft5 { padding-left: 5px; }

.paddingleft3 { padding-left: 3px; }

.paddingleft10,
.padleft10 { padding-left: 10px !important; }

.paddingleft15,
.padleft15 { padding-left: 15px !important; }

.paddingleft20 { padding-left: 20px !important; }

.paddingleft25 { padding-left: 25px !important; }

.paddingleft30,
.padleft30 { padding-left: 30px !important; }

.paddingleft70,
.padleft70 { padding-left: 70px !important; }

/* Right */
.paddingright0 { padding-right: 0 !important; }

.paddingright2 { padding-right: 2px !important; }

.paddingright3 { padding-right: 3px !important; }

.paddingright5,
.padright5 { padding-right: 5px !important; }

.paddingright10,
.padright10 { padding-right: 10px !important; }

.padright15 { padding-right: 15px !important; }

.paddingright20 { padding-right: 20px !important; }

.paddingright25 { padding-right: 25px !important; }

.paddingright30 { padding-right: 30px !important; }

/* Colors */
.white { color: #fff; }

.grey444 { color: #444; }

.grey888 { color: #888; }

.greyccc { color: #ccc; }

.turquoise { color: #2c9ca6; }

/* Backgrounds */
.background-white { background-color: #fff; }

.background-blue { background-color: #cae6e9; }

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

.background-light-grey { background-color: #f4f4f4; }

.border-top-white { border-top: 1px solid #fff; }

.border-top-grey { border-top: 1px solid #dadada; }

.border-top-blue { border-top: 1px solid #abd7db; }

.border-bottom-grey { border-bottom: 1px solid #dadada; }

.border-bottom-blue { border-bottom: 1px solid #abd7db; }

.dto.dto-big {
    width: 75px;
    height: 75px;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat scroll -662px -1px rgba(0, 0, 0, 0);
}

.dto.dto-big span {
    margin: 85px -165px 0 0;
    font-size: 20px;
    color: #fff;
    display: block;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    transform: rotate(42deg);
    -webkit-transform: rotate(42deg);
    -moz-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    -o-transform: rotate(42deg);
}

/*  11. LISTS
=========================================================================================================== */

/*************** LISTADOS *****************/
.nobullets { list-style: none; }

.disc li { list-style: disc; }

.bullets { margin: 0 0 0 0.833em; }

.bullets2 { margin: 0 0 0 2em; }

.bullets li {
    list-style-image: url(/images_new/A/960/bullet.gif) !important;
    margin: 0 0 0 4px;
    padding: 0 0 5px;
}

.bullets2 li {
    list-style-image: url(/images_new/A/960/bullet2.gif);
    margin: 0 0 0 4px;
    padding: 0 0 5px;
}

ol.decimal { list-style-type: decimal; }

.descContent ul {
    margin: 0 0 0 10px;
}

.descContent ul li {
    list-style-image: url(/images_new/A/960/bullet.gif) !important;
    margin: 0 0 0 4px;
    padding: 0 0 5px;
}

.descContent p {
    font-size: 13px;
    line-height: inherit;
}

.descContent ol { list-style: decimal inside; }

/*  12. Opiniones
=========================================================================================================== */

.opi-summary { font-family: Arial, sans-serif; }

.opi-summary span.rating {
    display: block;
    float: left;
    width: 54px;
    height: 27px;
    margin-right: -2px;
    padding: 4px 0;
    background: #444;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.opi-summary span.rating:after {
    position: absolute;
    content: "";
    background: url("/assets/images/A/sprite/sprite-generico-old-school.png") no-repeat -239px -1261px;
    display: block;
    right: -4px;
    top: 14px;
    width: 6px;
    height: 10px;
}

.opi-summary span.description {
    padding: 0 0 0 10px;
    float: left;
    line-height: 18px;
}

.opi-summary span.description span.title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #444;
}

.opi-summary span.description span.opinions {
    font-size: 11px;
    font-family: 'open_sansregular', sans-serif;
}

.opi-summary .opi_separator { margin-top: 2px; }

/* new look responsive design */
.absolute-box.opi-summary {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 7px 0 5px 0;
    width: 100px;
    font-family: 'open_sanssemibold', sans-serif;
    background-color: rgba(78, 78, 78, 0.95);
    color: #fff;
    border-radius: 2px;
    opacity: 0.95;
}

.absolute-box.opi-summary .linkToOpis {
    background: transparent;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.absolute-box.opi-summary span {
    display: block;
    text-align: center;
}

.absolute-box.opi-summary span.title {
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
}

.absolute-box.opi-summary span.rating {
    font-size: 36px;
    line-height: 44px;
    height: 45px;
    padding-bottom: 5px;
    margin: 0;
    float: none;
    width: inherit;
    background: none;
    font-family: 'open_sanssemibold', sans-serif;
}

.absolute-box.opi-summary span.rating:after { background: none; }

.absolute-box.opi-summary span.description {
    padding-top: 2px;
    border-top: 1px solid #535353;
    float: none;
    font-family: 'open_sansregular', sans-serif;
}

.absolute-box.opi-summary span.description a {
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
}

.absolute-box.opi-summary .opinions {
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
    display: block;
}

.absolute-box.opi-summary a { color: #fff; }

.absolute-box.opi-summary a:hover { text-decoration: none; }

.valor { /* Caja contenedora de la opinion */
    width: 220px;
    margin: 0 0 10px;
    font-family: Arial, sans-serif;
    text-align: right;
    float: right;
    position: relative;
}

/* Valoracion y numero de opiniones */
.valor .opi-box-summary { font-family: Arial, sans-serif; }

.valor .opi-box-summary span.opi-rating {
    background: none repeat scroll 0 0 rgb(68, 68, 68);
    border-radius: 2px 2px 2px 2px;
    color: #fff;
    display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    height: 16px;
    margin-right: 0;
    margin-top: 2px;
    padding: 2px 0 4px;
    position: relative;
    text-align: center;
    width: 30px;
    cursor: pointer;
}

/* Flecha arriba de la caja grande de la opinion */
.valor .opi_general_rate:before {
    background: url("/assets/images/A/sprite/sprite-generico-old-school.png") no-repeat scroll -420px -1261px transparent;
    content: " ";
    display: block;
    height: 8px;
    position: absolute;
    right: 13px;
    top: -4px;
    width: 10px;
}

.valor .opi-box-summary span.opi-description {
    float: right;
    padding: 0 5px 0 0;
}

.valor .opi-box-summary span.opi-description span.opi-title {
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #444;
    display: block;
    line-height: 14px;
}

.valor .opi-box-summary span.opi-description span.opi-opinions {
    font-size: 11px;
    font-family: Arial, sans-serif;
}

.valor .opi_general_rate {
    position: absolute;
    top: 35px;
    right: -20px;
    width: 330px;
    height: auto;
    padding: 12px;
    background-color: #444;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    margin-right: 20px;
    z-index: 1;
}

/* Flecha derecha de la puntuacion interior de las valoraciones */
.valor .opi_general_rate span.opi-userrating:after {
    background: url("/assets/images/A/sprite/sprite-generico-old-school.png") no-repeat scroll -273px -1261px transparent;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: -5px;
    top: 8px;
    width: 5px;
}

/* caja negra con el promedio de valoracion interior */
.valor .opi_general_rate span.opi-userrating {
    background: none repeat scroll 0 0 #555;
    border-radius: 3px;
    box-shadow: 0 -1px 0 #363636;
    color: #fff;
    display: block;
    float: left;
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    margin: 0;
    padding: 2px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 -1px 0 #202020;
    height: 30px !important;
    width: 45px !important;
}

.valor .opi_general_rate span.opi-description {
    float: left;
    line-height: 15px;
    margin: 2px 0 0 5px;
    padding: 0 0 0 10px;
    text-align: left;
}

.valor .opi_general_rate span.opi-description span.opi-title {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    color: #fff;
}

.valor .opi_general_rate span.opi-description span.opi-opinions {
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
    color: #fff;
}

.valor .opi_general_rate span.opi-description span.opi-opinions a {
    font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
    color: #fff;
    text-decoration: underline;
}

.valor .opi_selector_type {
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    text-align: left;
    width: 115px;
}

/* Radio buttons selector de opiniones */
.valor .opi_selector_type .selectorOpis {
    color: #fff;
    clear: both;
    display: block;
    float: right;
    font-weight: bold;
    padding: 0 0 0 10px;
    width: 115px;
}

/* Separador linea */
.valor .opi_separator {
    border-bottom: 1px solid #484848;
    border-top: 1px solid #353535;
    margin: 10px 0 !important;
    line-height: 0;
    height: 0;
    width: 100%;
    padding: 0 !important;
    clear: both;
}

/* Barras verdes de opinion */
.valor .opi_criterios,
.valor .opi_distribucion {
    border: 0 none !important;
    padding-left: 0;
    padding-right: 0;
}

.valor .opi_criterios li,
.valor .opi_distribucion li {
    clear: both;
    color: #fff;
    float: left;
    font-size: 12px;
    list-style-type: none;
    width: 100%;
    padding-left: 0;
    border: 0 none !important;
}

.valor .opi_criterios li p {
    margin: 0 0 5px;
    width: 44%;
}

.valor .opi_distribucion li p {
    margin: 0 0 5px;
    width: 25%;
}

.valor .opi_barratotal {
    width: 43% !important;
    height: 13px;
    border-radius: 2px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #373737 0%, #3d3d3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #373737), color-stop(100%, #3d3d3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #373737 0%, #3d3d3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #373737 0%, #3d3d3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #373737 0%, #3d3d3d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #373737 0%, #3d3d3d 100%); /* W3C */
}

.valor .opi_categoria {
    color: #dedede;
    font-family: Arial, sans-serif;
    text-align: left;
    width: 190px;
}

.valor .opi_valor {
    color: #dedede;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-right: 10px;
    font-size: 14px;
    width: 20px;
}

.valor .opi_barravalor {
    border-radius: 2px;
    display: block;
    font-family: Arial, sans-serif;
    height: 13px;
    overflow: hidden;
    width: 35%;
    background: #a5c60b; /* Old browsers */
    background: -moz-linear-gradient(top, #a5c60b 0%, #8ea90c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5c60b), color-stop(100%, #8ea90c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a5c60b 0%, #8ea90c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a5c60b 0%, #8ea90c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a5c60b 0%, #8ea90c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a5c60b 0%, #8ea90c 100%); /* W3C */
}

.valor .opi_content p {
    float: left;
    display: block;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}

.valor .opi_content p a {
    color: #ededed;
    text-decoration: underline;
}

.errorbox {
    margin: 10px;
    padding: 10px;
    background-color: #ffeab1;
    overflow: hidden;
}

.errorbox .erroricon {
    width: 32px;
    height: 33px;
    margin-right: 10px;
    background: url(/assets/images/sprites/sprite-generico.png) no-repeat -380px -270px;
    float: left;
}
.errorbox strong { display: block; }

.infoCarusel h3 {
    font-size: 18px !important;
    line-height: 18px;
}

/* Estilo searches */
#searches * {
    box-sizing: border-box;
}

#searches > .row {
    padding: 20px 0 10px;
}

#searches .columns > ul {
    margin-bottom: 30px;
}

#searches img {
    box-sizing: content-box;
}

.prefooter__title {
    font-size: 17px;
    font-weight: normal;
    font-family: 'open_sanssemibold', sans-serif;
    margin: 0 0 25px;
    color: #444;
}

#searches h3,
.footSubhead {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'open_sanssemibold', arial, sans-serif;
    color: #444;
    line-height: 16px;
}
#searches li.bold { font-weight: normal !important; }

/*  14. Buscador
=========================================================================================================== */
.your-search span {
    font-size: 13px;
    color: #2c9ca7;
    padding-right: 9px;
    line-height: 40px;
}

.your-search span span { padding-right: 0; }

.your-search span i {
    margin-right: 4px;
    width: auto;
    height: 24px;
    display: inline-block;
}

.your-search .title {
    font-family: 'open_sanssemibold', sans-serif;
    text-transform: uppercase;
}

.your-search .title i {
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: -5px;
    background-position: -960px -270px;
    width: 5px;
}

.your-search .make-new-search i {
    background-position: -980px -270px;
    margin-bottom: -5px;
    pointer-events: none;
}

.your-search .make-new-search.active a img { background-position: -25px -170px; }

.your-search .make-new-search a { color: #e6002c; }

.your-search .make-new-search a:hover {
    text-decoration: none;
    color: #e6002c;
}

.your-search .make-new-search {
    position: relative;
    padding-right: 0;
}

.new-search {
    padding: 40px 0 30px;
    height: auto;
}

.new-search .close {
    position: absolute;
    top: -27px;
    right: 10px;
    cursor: pointer;
}

.new-search .close i { color: #aeaeae; }

.new-search .close:hover i { color: #666; }

/*  15. Paginador
=========================================================================================================== */

/* Paginador en resultados y opiniones */

/* paginador */
.paginador-container {
    border-top: 4px solid #ddd;
    padding-top: 0 !important;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
}

/* Texto del total de los resultados/opiniones */
.total-resultados {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    color: #888;
    line-height: 30px;
    float: left;
    display: inline-block;
}

.total-resultados .bold {
    font-family: 'open_sanssemibold', sans-serif !important;
    font-weight: normal;
}

/* Paginador - numeros, flechas, etc */
.paginador {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    color: #999;
    padding-top: 20px;
    padding-bottom: 20px;
}
.paginador span { font-family: 'open_sanssemibold', sans-serif; }

.opi-responsive {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 120px;
}

.opi-responsive .paginador div { margin-top: -30px; }

.paginador ul { display: inline-block; }

.paginador li {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    color: #999;
    float: left;
    line-height: 40px;
    height: 42px;
    width: 40px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    cursor: pointer;
}

.paginador .next,
.paginador .last,
.paginador .prev,
.paginador .first { display: table; }

.paginador .next a,
.paginador .last a,
.paginador .prev a,
.paginador .first a {
    display: table-cell;
    vertical-align: middle;
}

.paginador li a {
    color: #999;
    display: block;
}

.paginador li a:hover { text-decoration: none; }

.paginador li:first-child { border-left: 1px solid #d8d8d8; }

.paginador li.etc {
    border-top: medium none;
    border-bottom: medium none;
}

.paginador li.active {
    border: 1px solid #1e97e6;
    color: #1e97e6;
}

.paginador li.active a {
    color: #1e97e6;
}

.paginador li:hover { background-color: #e6e6e6; }

.paginador li.active:hover,
.paginador li.etc:hover,
.paginador li.inactive:hover { background: none; }

.paginador li.active,
.paginador li.etc,
.paginador li.inactive { cursor: auto; }

.paginador li img {
    background: url("/assets/images/v12/sprite-esp.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    margin-bottom: -1px;
}
.paginador .prev img { background-position: -253px -87px; }

.paginador .prev.inactive img { background-position: -211px -87px; }

.paginador .next img { background-position: -271px -87px; }

.paginador .next.inactive img { background-position: -230px -87px; }

/* boton subir */
.up {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    color: #666;
    padding: 10px;
    border: 1px solid #d8d8d8;
}
.paginador .up { margin-top: 0; }

.opi-responsive .up {
    bottom: 65px;
    position: absolute;
    right: 0;
    display: block;
}

.up:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

.up:visited,
.up:hover,
.up:active { color: #666; }

.up img {
    margin-left: 8px;
    background: url("/assets/images/v12/sprite-esp.png") no-repeat scroll -253px -87px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-bottom: -3px;
}

.bgtextura {
    background-color: #f0f0f0;
    padding: 30px 0;
}

.bgwhite {
    background-color: #fff;
}

/*  XX. Media
=========================================================================================================== */
@viewport {
    width: extend-to-zoom;
    zoom: 1;
}

@-ms-viewport {
    width: extend-to-zoom;
    zoom: 1;
}

/* L + XL */
@media (min-width: 1024px) {
    .ficha .descCorta,
    .ficha .descContent,
    .ficha .descContent p,
    .ficha .descContent li,
    .ficha .descCorta p,
    .ficha .descCorta li {
        font-size: 14px !important;
        line-height: 22px;
    }

    .ficha .moreItems a { font-size: 13px !important; }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .medium-floatl { float: left !important; }

    .medium-floatr { float: right !important; }

    .your-search .make-new-search a { white-space: nowrap; }
}

/* S + M */
@media (max-width: 1023px) {
    .medium-background-transparent { background-color: rgba(0, 0, 0, 0); }

    .absolute-box.opi-summary {
        bottom: 20px;
        top: auto;
    }

    .info-ficha .column .paddingleft10 { padding-left: 0 !important; } /* columnas descripcion */
}

/* S */
@media (max-width: 640px) {
    .bgtextura { padding: 0; }

    .absolute-box.opi-summary {
        width: auto;
        min-width: 72px;
        height: 72px;
        padding: 7px 5px 5px;
    }

    .absolute-box.opi-summary span.title {
        font-size: 12px;
        line-height: 14px;
        min-width: 68px;
    }

    .absolute-box.opi-summary span.rating {
        font-size: 26px;
        line-height: 24px;
        height: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .absolute-box.opi-summary span.opinions {
        font-size: 11px;
        margin-top: 0;
    }
}

@media (max-width: 742px) {
    .advertTitle { transform: none; }
}
/* ------------------------------------------------------------------
	Estilos comunes en resultados en ocio vacacional.

    01. Cambios generales a Ocio Vacacional
        1.1 Tï¿½tulo en resultados
        1.2 Precio mï¿½nimo garantizado
        1.3 Tu bï¿½squeda
        1.4 Paginador en resultados
        1.5 Publi lateral - Sky
        1.8 Buscadores
        1.9 Cajas de aviso de demanda y disponibilidad y de no dispo
        1.10 Iconos Sevicios - Checkin/checkout  en ficha HOT - VMH
        1.11 Meta-Atrapalo

	 02. [HOT] RESULTADOS
		2.1 [HOT] Criterios de ordenaciï¿½n en resultados
		2.2 [HOT] Caja con resultado
		2.3 [HOT] Tabla de tarifas en hoteles Resultados
		2.4 [HOT] Tab Opiniones en listado de resultados
		2.5 [HOT] Mapa: Caja del hotel
		2.6 [HOT] galerï¿½a de fotos abierta
		2.7 [HOT] Hotel hallazgo

	03. LANDING HOTELES
		3.1 Landing listados

	04. [Dynamic Packaging]
		4.1 Global
		4.2 Box resumen
		4.3 Filters
		4.4 Box results

	05. <empty>

    06. [COC] RESULTADOS
       6.1 [COC] Cajas Agrupaciï¿½n
       6.2 [COC] Cajas de aviso
       6.3 [COC] Cajas de resultados
       6.4 [COC] Sprite Logos Compaï¿½ï¿½as

	07. [Vuelo+Hotel]

------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	01. Cambios generales a Ocio Vacacional
------------------------------------------------------------------- */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* Forzamos el font-family para los iconos de AtrapaloIco */
* i,
* i:after,
* i:before,
* [class^="icon-"]:after,
* [class^="icon-"]:before,
* [class*=" icon-"]:after,
* [class*=" icon-"]:before { font-family: 'atrapaloico', sans-serif; }

/* Forzamos el font-family para los iconos de fontAwesome */
* i.fa,
* i.fa:after,
* i.fa:before { font-family: FontAwesome, sans-serif; }

.bgtextura {
    background-color: #f0f0f0;
    padding: 30px 0;
}

.bgtextura section.column {
    padding: 30px 0 0;
}

.bgtextura section.column:first-child {
    border-top: none;
    padding-top: 0;
}

.bgtextura section.column:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.reduced-price span {
    color: #ff810c;
    margin-top: 0 !important;
}

.green-text { color: #218d3d; }

.green-text i.fa-check {
    font-size: 10px;
    line-height: 11px;
}

/* Campo del select2 con la propiedad disabled */
.select2-container.select2-container-disabled,
.select2-container.select2-container--disabled,
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choice span {
    opacity: 0.75;
    cursor: default !important;
}

.caja-form .select2-container .select2-choice div b { margin-top: 16px; }

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

.padtop10 { padding-top: 10px; }
.pad8top { padding-top: 13px; }
.pad12top { padding-top: 16px; }
.font-12 { font-size: 12px; }

.font-20 {
    font-size: 20px;
    margin-top: -2px;
    display: inline-block;
    font-family: 'open_sanssemibold', sans-serif;
}

/* -----------------------------------------------------------
	1.1 tï¿½tulo en resultados
----------------------------------------------------------- */
h1.openFontSemiBold,
.h1-address-hotel-one {
    color: #444;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 0;
    font-family: 'open_sanssemibold', sans-serif;
    padding: 10px;
}

/* -----------------------------------------------------------
	1.2 Precio mï¿½nimo garantizado
----------------------------------------------------------- */
.price-guarantee-section { min-height: 40px; }

.precio-garantizado-box { position: relative; }

.icon-sello {
    position: absolute;
    right: 36px;
    top: 50px;
}

.icon-sello:before {
    font-family: 'atrapaloico', sans-serif;
    font-size: 53px;
    color: #e6002c;
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .icon-sello { right: 13px; }

    #sumUpSearchContainer {
        width: 100%;
        padding-right: 65px;
    }
}

/* -----------------------------------------------------------
	1.3 Tu bï¿½squeda
----------------------------------------------------------- */
.your-search {
    display: block;
    width: 100%;
}

.your-search span {
    font-size: 13px;
    font-family: 'open_sanssemibold', sans-serif;
    color: #2c9ca7;
    padding-right: 9px;
    line-height: 40px;
}

.your-search .sep-right {
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 9px;
    display: inline;
}

.your-search .make-new-search {
    border-left: 0 !important;
    display: inline-block;
    padding-left: 0 !important;
    position: relative;
}

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

.openNewSearchForm.active:before {
    bottom: -10px;
    border-top: 10px solid #c3c3c3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    right: 80px;
    width: 0;
    z-index: 1;
}

.openNewSearchForm.active:after {
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    content: ' ';
    height: 0;
    position: absolute;
    right: 80px;
    width: 0;
    z-index: 1;
}

.your-search span span { padding-right: 0; }

.your-search span i {
    display: inline-block;
    height: 24px;
    margin-right: 4px;
    width: auto;
}

.your-search .title {
    font-family: 'open_sanssemibold', sans-serif;
    text-transform: uppercase;
}

.your-search .title i {
    background-position: -960px -270px;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: -5px;
    width: 5px;
}

/* Nï¿½mero de noches adquiridas en HOT */
.your-search span#searchDates { font-size: 13px; }

.your-search span.num-nigths {
    font-family: 'open_sansregular', sans-serif;
    font-style: italic;
    font-size: 12px;
}

.your-search span#searchDates span {
    font-style: normal;
    font-size: 13px;
}

/* Alojamientos en tu bï¿½squeda en HOT */
.your-search span.alojamientos i {
    font-size: 14px;
    line-height: 14px;
    margin-left: 7px;
    height: auto;
}

.pull-left { float: left !important; }

.pull-right { float: right !important; }

.your-search .make-new-search i {
    margin-bottom: -5px;
    background-position: -980px -270px;
}

.your-search .make-new-search.active a img { background-position: -25px -170px; }

.your-search .make-new-search a span,
.your-search .make-new-search a:hover span { color: #e6002c; }

.your-search .make-new-search a:hover,
.your-search .make-new-search a:hover span { text-decoration: underline; }

.new-search {
    padding: 40px 0 30px;
    height: auto;
}

.new-search .close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -27px;
}

.new-search .close i { color: #aeaeae; }

.new-search .close:hover i { color: #666; }

.results-canvas { min-height: 1200px; }

.results-container { position: relative; }

@media only screen and (max-width: 640px) {
    /* Bug #246519 - efecto zoom en iphone al hacer click en resultados de hoteles entre hoteles y escapadas - scrol horizontal */
    .results-container { overflow: hidden; }
}

/* Progress bar para resultados hoteles y vuelos */
.progress-bar {
    width: 100%;
    position: fixed;
    height: 3px;
    background: #1e97e6;
    top: 0;
    left: 0;
    z-index: 100;
}

/* Your Search in Hotel Profile */

#header-profile-finder.landing { height: 0 !important; }

.your-search-profile {
    min-height: 40px;
    border-top: 1px solid #dadada;
}

.your-search-profile .back-to-list {
    margin-right: 5px;
    height: 40px;
    border-right: 1px solid #dadada;
    display: inline-block;
}
.search-lite .occupancy-container { top: 70px; }

/* Spans nueva busqueda despliegan formulario */

/* M, L y XL */
@media (min-width: 641px) {
    .your-search span:not(.make-new-search)[data-action]:hover {
        cursor: pointer;
        text-decoration: underline;
    }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .app-sumup-superior-container .your-search-profile {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .your-search-profile {
        min-height: auto;
        border-top: none;
    }

    .your-search-profile span { line-height: 25px; }

    .your-search-profile .back-to-list { height: auto; }

    .your-search { padding: 0; }

    .your-search span i { height: inherit; }

    /* Ajuste de los campos de fecha para M */
    .campo-fecha .input-iconed { width: 100%; }

    /* Nueva bï¿½squeda - Triï¿½ngulo buscador desplegado */
    .openNewSearchForm.active:before { bottom: -10px !important; }
    .openNewSearchForm.active:after { bottom: -9px !important; }
}

@media (max-width: 640px) {
    /* Your search */
    .your-search { /* RESULTADOS */
        background-color: #444;
        color: #f1f1f1;
        display: block;
        overflow: hidden;
    }

    .your-search span { /* RESULTADOS */
        color: #f1f1f1;
        display: block;
        line-height: 14px;
        padding: 0 !important;
    }

    .your-search .destination-vmh { margin-top: 8px; } /* RESULTADOS */

    /* Alojamientos en tu bï¿½squeda en HOT */
    .your-search span.alojamientos i { /* RESULTADOS */
        margin-left: 3px;
    }

    /* Tu bï¿½squeda - Destino */
    .your-search .alojamientos { /* RESULTADOS */
        clear: both;
        display: block;
        float: left;
        margin-top: 8px;
    }

    /* Tu bï¿½squeda - Fecha */
    .your-search .fecha { /* RESULTADOS */
        clear: both;
        display: block;
        float: left;
    }

    .your-search .small-block {
        margin-bottom: 3px;
        clear: left;
    }

    .your-search .fecha i { /* RESULTADOS */
        float: left;
        line-height: 18px;
    }

    .your-search i:before,
    .your-search span { /* RESULTADOS */
        line-height: 18px;
        font-size: 12px;
    }
    .your-search span i { height: auto; } /* RESULTADOS */

    .your-search .fecha span { /* RESULTADOS */
        float: left;
        margin-right: 5px;
    }

    .your-search .sep-right { /* RESULTADOS */
        border-right: 0 none;
        clear: both;
        display: block;
        float: left;
        margin-right: 0;
        margin-bottom: 7px;
    }

    .your-search .sep-right i { /* RESULTADOS */
        float: left;
        margin-top: 0 !important;
        margin-right: 5px !important;
    }

    .your-search .sep-right i:first-child {
        margin-left: 0 !important;
    }

    .your-search .sep-right span { float: left !important; } /* RESULTADOS */
    .HOT .your-search .sep-right span { float: left !important; } /* RESULTADOS */

    /* botï¿½n Cambiar bï¿½squeda en S */
    .HOT .your-search .make-new-search { /* RESULTADOS */
        border-left: none;
        float: right;
        padding-left: 0;
        margin-top: -26px;
    }

    /* Caja gris your-search resultados COC */
    .COC .your-search .left-block {
        width: 75%;
        float: left;
        margin-top: 10px;
    }

    .COC .your-search .right-block {
        width: 25%;
        float: right;
    }

    .COC .your-search .make-new-search {
        float: right;
        margin-top: 10px;
    }

    .your-search .make-new-search .openNewSearchForm {                 /* RESULTADOS */
        background: #5b5b5b;
        background: linear-gradient(to bottom, #5b5b5b 0%, #515151 100%);
        background: -o-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        background: -ms-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        background: -moz-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        background: -webkit-linear-gradient(top, #5b5b5b 0%, #515151 100%);
        box-shadow: inset 0 -1px 1px #4b4b4b, inset 0 1px 1px #686868;
        border-radius: 3px;
        border: 1px solid #494949;
        color: #fff;
        float: right;
        height: 34px;
        line-height: 34px;
        padding: 8px 10px;
    }

    .your-search .make-new-search a span,
    .your-search .make-new-search a:hover span { color: #fff; }

    .openNewSearchForm.active:after,
    .openNewSearchForm.active:before { content: none; }
}

/* -----------------------------------------------------------
	1.4 Paginador - numeros, flechas, etc
----------------------------------------------------------- */
.flex-gallery-wrapper .paginador.row.clearb { display: block; }

.paginador {
    color: #777;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.paginador span { font-family: 'open_sanssemibold', sans-serif; }

.opi-responsive {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 120px;
}

.opi-responsive .paginador div { margin-top: -30px; }

.paginador ul { display: inline-block; }

.paginador li {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
    cursor: pointer;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    float: left;
}

.paginador li a {
    color: #777;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    width: 40px;
}

.paginador li a:hover { text-decoration: none; }

.paginador li a i {
    line-height: 40px;
    vertical-align: middle;
}

.paginador li:first-child { border-left: 1px solid #d8d8d8; }

.paginador li.etc {
    border-top: medium none;
    border-bottom: medium none;
}

.paginador li.active {
    border: 1px solid #2c9ca7;
    color: #2c9ca7;
}
.paginador li:hover { background-color: #e6e6e6; }

.paginador li.active:hover,
.paginador li.etc:hover,
.paginador li.inactive:hover { background: none; }

.paginador li.active,
.paginador li.etc,
.paginador li.inactive { cursor: auto; }

.paginador li img {
    background: url('/assets/images/v12/sprite-esp.png') no-repeat scroll 0 5px rgba(0, 0, 0, 0);
    margin-bottom: -1px;
}

.paginador .prev img { background-position: -253px -87px; }

.paginador .prev.inactive img { background-position: -211px -87px; }

.paginador .next img { background-position: -271px -87px; }

.paginador .next.inactive img { background-position: -230px -87px; }

/* boton subir */
.up {
    border: 1px solid #d8d8d8;
    background-color: #f0f0f0;
    color: #666;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    padding: 10px;
}

@media (min-width: 320px) and (max-width: 978px) {
    .up {
        padding: 10px 4px;
    }

    .text-paginator-medium {
        font-size: 14px;
    }
}

.paginador .up { margin-top: 0; }

.opi-responsive .up {
    bottom: 65px;
    display: block;
    position: absolute;
    right: 0;
}

.up:hover {
    background-color: #e6e6e6;
    text-decoration: none;
}

.up:visited,
.up:hover,
.up:active { color: #666; }

/* ------------------------------------------------------------------
	1.5 Publi lateral - Sky
------------------------------------------------------------------- */
.COC .banner-sky { top: 0; }

/* ------------------------------------------------------------------
	1.8 Buscadores
------------------------------------------------------------------- */

/* Iconos en desplegables de fecha en el buscador general de la home HOT responsive */
.input-txt .calendar:after {
    left: 7px;
    top: 8px;
}

.input-iconed input {
    padding-left: 34px !important;
    color: #000 !important;
}

/* Icono X de cerrar buscador de Nueva bï¿½squeda desplegado */
.wid-search .close,
#finderContainer .close {
    font-size: 13px;
    color: #999;
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}

.wid-search .close:hover,
#finderContainer .close:hover {
    color: #444;
    cursor: pointer;
}

/* botï¿½n buscar en formulario nueva busqueda en resultados HOT */
.search-results-form .boton-buscar { margin-top: 9px; }

.HOT .boton-buscar .btn {
    font-size: 20px;
    height: 38px;
    line-height: 30px;
}

.boton-buscar input {
    display: block;
    padding-bottom: 0;
    width: 100%;
}

/* Campos de input de selecciï¿½n de fecha */
.input-iconed input.fecha-entrada,
.input-iconed input.origen {
    padding-right: 0;
    border-radius: 2px 0 0 2px;
}

.check-out-disabled {
    pointer-events: none !important;
}

.input-iconed input.fecha-salida,
.input-iconed input.destino {
    border-radius: 0 2px 2px 0;
    padding-right: 0;
}

.input-iconed input.fecha-salida { border-left: 0 none; }

/* Flecha desplegable del dropdown */
.input-iconed .dropdown::after,
.input-txt .dropdown::after {
    content: ' ';
    display: block;
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    right: 10px;
    left: auto !important;
    position: absolute;
    top: 30%;
    width: 0;
}

/* Modal de selecciï¿½n de ocupaciï¿½n */
.occupancy-container {
    width: 730px;
    color: #444;
    background-color: #fff;
    border: solid 1px #c3c3c3;
    position: absolute;
    right: 10px;
    top: 70px;
    z-index: 1001;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}

.occupancy-container:before {
    content: ' ';
    position: absolute;
    top: -10px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #c3c3c3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.occupancy-container:after {
    content: ' ';
    position: absolute;
    top: -9px;
    right: 10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.COC .occupancy-container {
    width: auto;
    padding: 0;
    color: #444;
    background-color: #fff;
    border: none;
    box-shadow: none;
    position: initial;
    right: 0;
    top: 0;
    z-index: 1001;
}

.COC .occupancy-container:before {
    content: ' ';
    position: normal;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.COC .occupancy-container:after {
    content: ' ';
    position: normal;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

/* Ajuste de labels en formulario */
.caja-form .labels { margin: 0 0 15px; }

/* botï¿½n de borrar texto en input-text */
.icon-cancel-circle { width: auto; }

.icon-cancel-circle:before {
    content: "\e615";
    font-family: 'atrapaloico', sans-serif;
}

.occupancy-row:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.occupancy-row h3 {
    color: #888;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

/* Link borrar habitaciï¿½n en modal de ocupaciï¿½n */
.delete-room {
    color: #e6002c;
    cursor: pointer;
    font-family: 'open_sanssemibold', sans-serif;
}

.occupancy-row div { margin-bottom: 5px; }

.occupancy-row label {
    color: #444;
    margin-bottom: 5px;
}

.occupancy-row label .normal {
    font-family: "open_sansregular", sans-serif;
    color: #888;
    font-style: italic;
}

.occupancy-row .edadesf,
.occupancy-row .adultosf,
.occupancy-row .childsf { float: left; }

/* Mensajes de error en selector de ocupaciï¿½n */
.occupancy-row .edadesf li { position: static !important; }

.occupancy-row .edadesf li .error_message {
    position: absolute;
    left: 0;
    top: 42px;
}

.occupancy-row .edadesf .select2-container,
.occupancy-row .edadesf .select2-choice,
.occupancy-row .adultosf .select2-container,
.occupancy-row .adultosf .select2-choice,
.occupancy-row .childsf .select2-container,
.occupancy-row .childsf .select2-choice { width: 55px !important; }

.occupancy-row .edadesf li:last-child { margin-right: 0 !important; }

.addRoom {
    color: #e6002c;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
}

.addRoom i { margin-right: 5px; }

.addRoom span { font-size: 18px; }

.container-button-box { text-align: center; }

.cancel-occupancy {
    cursor: pointer;
    margin-right: 20px;
    line-height: 28px;
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    display: inline-block;
}

.occupancy-container .container-occupancy-rooms { padding: 25px 20px 0; }

.occupancy-container .container-occupancy-buttons {
    background-color: #f0f0f0;
    padding: 25px 20px;
    border-top: 1px #ccc solid;
    width: 100%;
}
.occupancy-container .container-occupancy-buttons .cancel-occupancy { line-height: 32px; }

.btnbox .apply-occupancy {
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 13px;
    width: 98px;
    font-size: 18px !important;
    display: inline-block;
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    /* Botï¿½n buscar en nueva bï¿½squeda desplegado a M */
    .boton-buscar input {
        text-align: center !important;
        margin: 0 auto !important;
    }

    /* Ajustes para el botï¿½n buscar de nueva bï¿½squeda */
    .HOT .boton-buscar .form-submit { width: 100%; }

    .HOT .boton-buscar input {
        margin: 0 auto !important;
        text-align: center !important;
        width: 30%;
    }
}

/* ------------------------------------------------------------------
	1.9 Cajas de aviso de demanda y disponibilidad y de no dispo
------------------------------------------------------------------- */
.warning_box {
    margin-bottom: 10px;
    padding: 15px;
    background-color: #f7f7f7;
    position: relative;
}

.HOT #box-reclamo-aviso.warning_box { height: 72px; }

.warning_box .s12 {
    margin-right: 10px;
    background-position: -750px -110px;
    float: left;
}

.warning_box p {
    margin-top: 12px;
    font-size: 13px;
}

/* botï¿½n cerrar del banner */
.warning_box .js-cerrar {
    float: none !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.warning_box .js-cerrar:hover { text-decoration: none; }

.warning_box .js-cerrar i {
    font-size: 16px;
    color: #999;
}
.warning_box .js-cerrar i:hover { color: #444; }

/* Error box - No dispo
----------------------------------------------------------- */
.error_box,
.info_box {
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
}

.error_box { background-color: #ffeab1; }

.info_box { background-color: #d2e4f2; }

.HOT #box-reclamo-aviso.error_box { height: 72px; }

.error_box .s12,
.info_box .s12 {
    margin-right: 10px;
    background-position: -380px -270px;
    float: left;
}

.error_box .s12 { background-position: -380px -270px; }

.info_box .s12 { background-position: -420px -270px; }

.error_box p,
.info_box p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 16px;
}

.error_box .box-close,
.info_box .box-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

.error_box .box-close:hover,
.info_box .box-close:hover { text-decoration: none; }

.error_box .box-close i,
.info_box .box-close i {
    font-size: 14px;
    color: #999;
}

.error_box .box-close i:hover,
.info_box .box-close i:hover { color: #444; }

/* -----------------------------------------------------------------
	1.10 Iconos Sevicios - Checkin/checkout  en ficha HOT - VMH
------------------------------------------------------------------- */

/* Icones de servicios */
ul.contener-services-hotel li {
    padding-bottom: 15px;
    vertical-align: top;
}

.item-servicio {
    background-color: #d3eafa;
    color: #1e97e6;
    border-radius: 50px;
    display: inline-block;
    width: 64px;
    height: 64px;
    padding-top: 4px;
    vertical-align: middle;
}

.item-servicio:before {
    font-size: 46px;
    font-style: normal;
    line-height: 57px;
    display: block;
}

.ico-spa:before {
    position: relative;
    top: -7px;
    left: -3px;
}

.ico-piscina {
    position: relative;
    top: -2px;
}

.icon-parking_4:before {
    font-size: 49px;
    position: relative;
    top: -2px;
    left: 2px;
}

.ico-wifi:before {
    position: relative;
    top: -2px;
}

.text-serv-min {
    font-size: 11px;
    text-align: center;
    width: 100%;
    padding-top: 3px;
}

/* CKECK-IN CHECK-OU
======================== */
.border-top-check {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.ckeck-in-ico {
    font-size: 28px;
    color: #8d8d8d;
    float: left;
    margin: 7px 5px 25px 0;
}

.ico-next-clock {
    color: #1e97e6;
    position: absolute;
    font-size: 14px !important;
    top: 7px;
    left: -7px;
    background-color: #fff;
    border-radius: 15px;
    padding: 1px 2px;
}

.title-blue-check {
    color: #1e97e6;
    font-family: 'open_sanssemibold', sans-serif;
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 14px;
}

.hot-description .cont-info-ckeck p:last-child { padding-left: 33px; }

.border-bottom-horario {
    border-bottom: 1px solid #bcdee1;
    margin-bottom: 15px;
}

/*  1.11. Metasearcher
=========================================================================================================== */

/* ------------------------------------------------------------------
	02. [HOT] RESULTADOS
------------------------------------------------------------------- */

.results-hotels-block {
    min-height: 1200px;
}

/* Solo para los nuevos resultados de HOT */
.region-maps .maps-container {
    padding-left: 3px;
    padding-right: 0;
    width: 100%;
}

/* botï¿½n de ver mapa en resultados */
.region-maps .map-button {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 1px;
    cursor: pointer;
    float: left;
    padding: 6px;
    text-align: center;
    width: auto;
}

.HOT .region-maps .map-button {
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: white;
    border-radius: 1px;
    cursor: pointer;
    float: none;
    padding: 13px 0;
    text-align: center;
    width: 100%;
    height: 61px;
}

.region-maps .map-button i {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 17px;
}

/* Solo para los nuevos resultados de HOT */
.HOT .region-maps .map-button i {
    color: #e6002c;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.region-maps .map-button span {
    color: #666;
    display: inline-block;
    float: left;
    font-family: 'open_sansregular', sans-serif;
    font-size: 13px;
    margin-left: 5px;
}

/* Solo para los nuevos resultados de HOT */

@media (min-width: 1024px) {
    .HOT .region-maps { border-bottom: 1px solid #ccc; }

    .HOT.results .region-maps { border-bottom: 0; }

    .HOT .region-maps .map-button {
        border-bottom: 0;
        height: 60px;
    }

    .HOT .region-maps .map-button::before {
        background: url('/assets/images/backgrounds/maps_xl.png');
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #fff;
        content: "";
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 5px;
        opacity: 0.7;
    }

    .HOT .region-maps .map-button:hover::before {
        opacity: 1;
    }

    .HOT .region-maps .map-button-content {
        background-color: #fff;
        border: 2px solid rgba(64, 159, 221, 0.25);
        border-radius: 2px;
        margin: 4px auto;
        position: relative;
        width: 90px;
    }

    .HOT .region-maps .map-button-content::before {
        background-image: url('/assets/images/maps/map-hotel-detail.svg');
        background-size: 23px 27px;
        content: " ";
        display: inline-block;
        position: absolute;
        left: -14px;
        top: -3px;
        height: 27px;
        width: 23px;
    }

    .HOT.it .region-maps .map-button-content {
        width: 120px;
    }
}

.HOT .region-maps .map-button span {
    color: #e6002c;
    display: inline-block;
    float: none;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-left: 0;
    text-transform: uppercase;
    vertical-align: middle;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .HOT .region-maps .map-button span {
        font-size: 12px;
        margin-left: 2px;
    }

    .HOT div#linkResultadosMapa {
        width: 50px;
        height: 50px;
        margin-top: 0;
        border-radius: 50%;
    }

    .HOT .region-maps .map-button {
        border: none;
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .HOT .region-maps .map-button:hover {
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }
}

.region-maps .map-button:hover {
    background: #f9f9f9;
    cursor: pointer;
}

/* Ver mas tarifas - Resultados */
.ver-mas-tarifas,
.hot-ver-mas {
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
}

.ver-mas-escapadas {
    margin-top: 0 !important;
}

@media (max-width: 640px) {
    .hot-ver-mas {
        display: none;
    }

    .ver-mas-escapadas {
        margin-bottom: 10px !important;
        display: inline-block !important;
    }
}

#supplementInfo {
    height: 100px;
    text-align: center;
    width: 100%;
}

#supplementInfo p {
    text-align: left;
}

#supplementInfo i {
    font-size: 30px;
    margin-top: 40px;
    text-align: center;
}

/* Checkbox VMH */
#header-profile-finder-lite.landing .app-finder-superior-container { padding-bottom: 15px; }

.caja-form-vue.negative { color: #fff; }

.caja-form-vue .ticket {
    background-color: #7a9036;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    font-family: 'open_sanssemibold', sans-serif;
}

.dispo-bar .caja-form-vue .ticket {
    background-color: #e7f3e3;
    color: #51a03c;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin-left: 10px;
    padding: 5px;
    position: relative;
    white-space: nowrap;
    font-family: 'open_sanssemibold', sans-serif;
}

.dispo-bar .caja-form-vue .ticket::first-letter,
.caja-form-vue .ticket::first-letter { text-transform: uppercase; }

/* Se oculta el check mark en el nuevo diseno 03/08/2016 */
.caja-form-vue .ticket i {
    display: none;
}

/* Refactor de css en los checkboxes para cuando cae a doble lï¿½nea: Aï¿½adir vuelo en home hot se desmaqueta */
.HOT .caja-form-vue .ticket { margin-top: -4px; }

.caja-form-vue.negative .ticket {
    background-color: #fff;
    color: #61ad41;
}

.caja-form-vue .ticket::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 8px solid #7a9036;
    border-bottom: 13px solid transparent;
}

.dispo-bar .caja-form-vue .ticket::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 8px solid #e7f3e3;
    border-bottom: 13px solid transparent;
}

.caja-form-vue.negative .ticket::before { border-right-color: #fff; }

.caja-form-vue .fa-plane {
    font-size: 16px;
    transform: rotate(45deg);
    margin: 0 3px;
    vertical-align: -1px;
}

/* #248685 Aï¿½adir vuelo en ficha de hoteles se desmaqueta. */
.HOT .caja-form-vue .fa-plane { margin: 0 3px 0 -5px; }

.caja-form-vue .box-input-origin {
    background-color: #ddd;
    display: inline-block;
    float: none !important;
    padding: 20px;
    position: absolute;
    top: 35px;
    left: 10px;
    width: 65%;
    min-width: 400px;
    z-index: 8;
}

.dispo-bar .caja-form-vue .box-input-origin {
    display: none;
    width: 400px;
    top: 45px;
}

.caja-form-vue .box-input-origin::before {
    content: "";
    top: -10px;
    border-bottom: 10px solid  #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
}
.caja-form-vue .box-input-origin label { color: #444; }

.find-nights-results {
    color: #444;
    padding-bottom: 10px;
    text-align: right;
}

/* Estilos provisionales hasta que no tengamos implementados los filtros nuevos en todas las paginas. despuï¿½s... BORRAR! */

#linkResultadosMapa.map-provisional-styles {
    margin-top: -4px;
    padding: 10px;
    height: 42px;
    border-radius: 3px;
}

/*    MEDIA QUERIES     */

/* S */
@media (max-width: 640px) {
    /* Icono de ver mapa */
    .region-maps .map-button {
        height: 30px;
        margin-top: 4px;
        width: 30px;
    }

    .sticky-bar-filters-hot {
        position: fixed;
        width: 100%;
        z-index: 10;
        top: 0;
        left: 0;
        background: #fff;
        padding: 0 12px;
    }

    .sortingContainer-modified-by-sticky {
        margin-top: 62px;
        position: relative;
    }

    .--map-modified-style {
        position: fixed !important;
        top: 9px !important;
        right: 7px !important;
        z-index: 11 !important;
    }

    /* Anadido debido a eliminaciï¿½n de margintop8 del tag contenedor */
    .HOT .region-maps .map-button {
        margin-top: 8px;
        border: none;
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .HOT .region-maps .map-button:hover {
        background: url('/assets/images/backgrounds/maps.jpg');
        background-position: -4px -30px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .caja-form-vue .box-input-origin {
        width: calc(100% - 20px);
        min-width: 260px;
    }

    div#linkResultadosMapa {
        width: 35px;
        height: 35px;
    }

    .region-maps .map-button i {
        font-size: 26px;
        margin-left: -1px;
        color: #666;
        margin-top: 1px;
    }

    .dispo-bar .caja-form-vue .box-input-origin {
        width: 310px;
    }

    /* Solo para los nuevos resultados de HOT */
    .HOT div#linkResultadosMapa {
        width: 50px;
        height: 50px;
        margin-top: 0;
        border-radius: 50%;
    }

    .region-maps .maps-container { padding: 0; }

    /* Solo para los nuevos resultados de HOT */
    .HOT .region-maps .map-button i {
        font-size: 24px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .occupancy-container {
        width: 390px;
        left: 10px;
        right: inherit;
    }

    .occupancy-container::before {
        left: 10px;
        right: inherit;
    }

    .occupancy-container::after {
        left: 10px;
        right: inherit;
    }

    #linkResultadosMapa.map-provisional-styles span {
        float: right;
    }
}

@media (max-width: 374px) and (min-width: 300px) {
    .dispo-bar .caja-form-vue .box-input-origin {
        width: 260px;
    }
}

/* ------------------------------------------------------------------
	2.1 [HOT] Criterios de ordenaciï¿½n en resultados
------------------------------------------------------------------- */
.order-by-container {
    float: none;
}

/* Fix landing result hot */
.results .order-by {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.results .order-by.special-line {
    border-bottom: solid 1px #ddd;
}

.order-by {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 2;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .results .order-by { margin: 20px 0; }
}

.order-by .txt-order-by span,
.view-by span {
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    color: #444;
    float: left;
    padding: 22px 5px;
    text-transform: uppercase;
    white-space: nowrap;
    border: none;
}

.order-by ul { display: table; }

.order-by ul li {
    font-size: 13px;
    color: #666;
    display: table-cell;
    text-align: center;
    padding: 8px 7px 6px;
    line-height: 44px;
}

.order-by ul li:not(.active):hover,
.view-by ul li:not(.active):hover {
    cursor: pointer;
    background-color: #f4f4f4;
    color: #444;
}

.order-by li.active {
    border-bottom: 2px solid #e6002c;
    box-sizing: border-box;
    pointer-events: none;
    font-family: 'open_sanssemibold', sans-serif;
}

.order-by li.active span { color: #e6002c; }

@media screen and (max-width: 640px) {
    .view-by a,
    .view-by ul li { padding: 0 8px; }
}

/* Spinner */

.order-by .spinner-wrap { min-height: 60px; }

.order-by .spinner-wrap i {
    font-size: 20px;
    color: #666;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

/*    MEDIA QUERIES     */

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .caja-form-vue .box-input-origin {
        width: 83%;
        position: relative;
        left: 0;
        top: 15px;
    }

    .dispo-bar .caja-form-vue .box-input-origin {
        top: 15px;
    }
}

/* S */
@media (max-width: 640px) {
    /* Ajuste de los campos de fecha para S */
    .campo-fecha .input-iconed { width: 100%; }

    .caja-form-vue .box-input-origin {
        position: relative;
        width: 96%;
        top: 15px;
    }

    .dispo-bar .caja-form-vue .box-input-origin {
        top: 15px;
    }
}

/* ------------------------------------------------------------------
	2.2 [HOT] Caja con resultado
------------------------------------------------------------------- */

/* Contenedor general de cajas de resultados - Bug #237344 */
.HOT #box_resultados {
    clear: both;
    position: relative;
}

.HOT #hotelsContainer .loading-list {
    position: absolute;
    top: auto;
    z-index: 3;
    margin-top: 200px;
    margin-bottom: 100px;
}

@media (max-width: 640px) {
    .HOT #viewContainer .loading-list {
        margin-top: 100px;
    }
}

.box-result {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    overflow: hidden;
}

.box-result .nombre {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.1px;
}

/* Descuento en caja de resultado de bï¿½squeda de hotel */
.box-result .descuento {
    height: 60px;
    position: absolute;
    width: 60px;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}

/* Triï¿½ngulo de descuento */
.box-result .descuento:before {
    background: #fd9a00;
    border-bottom: 39px solid #fd9a00;
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
    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;
}

/* Valor del descuento */
.box-result .descuento span {
    color: #fff;
    display: block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 16px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 7px 0 0 22px;
    z-index: 1;
    text-align: center;
}

/* botï¿½n mï¿½s Informaciï¿½n */
.resultadosHotel .btn.large {
    margin: 0;
    padding: 0 24px;
    font-size: 20px;
    line-height: 30px;
}

/* Valoracion, opiniones y precio */

/* OPINIONES */
.box-resultados .box-result .valor {
    clear: left;
    float: left;
    font-family: 'open_sansregular', sans-serif;
    text-align: right;
    width: 66.6% !important;
}

/* Caja contenedora de la opiniï¿½n */
.box-result .valor {
    width: 220px;
    margin: 1px 0 3px;
    font-family: 'open_sansregular', sans-serif;
    text-align: left;
    position: relative;
}

/* Valor aï¿½adido del rï¿½gimen en cada hotel */
.box-resultados .box-result .added-value {
    color: green;
    clear: both;
    padding-top: 5px;
}

.box-resultados .box-result .box-foot-tarifa .valor {
    margin: 0;
    width: 100px;
}

.box-resultados .box-result .opiniones {
    font-size: 12px;
    font-weight: 400;
}

/* Opiniones y opiniones trip advisor en Hoteles */
.box-resultados .valor .opi-box-summary {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

/* Fix para landing listado */
#list_orden_default .valor .opi-box-summary { min-height: 25px; }

/* Separaciï¿½n con tripadvisor */
.valor .opi-box-summary { margin-right: 10px; }

.valor img {
    margin-top: 6px;
    width: 75px;
    height: auto;
}

.results .valor .opi-box-summary img,
.results .valor .opi-box-summary span.opi-description span.opi-opinions { float: none; }

/* Opiniones */
.valor .opi-box-summary span.opi-rating {
    background: #444;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    line-height: 15px;
    margin-right: 0;
    margin-top: 2px;
    padding: 3px 0;
    position: relative;
    text-align: center;
    width: 29px;
    height: 21px;
}

.valor .opi-box-summary span.opi-description {
    float: left;
    padding: 0 0 0 5px;
}

.results .valor .opi-box-summary span.opi-description {  /* Landing de listados */
    float: none;
    padding: 0;
}
.results .valor .opi-title { margin-left: 5px; }

.results #cboxLoadedContent .valor .opi-box-summary span.opi-description { float: left; }

/* Opinion en caja de hotel en markers de mapas de HOT */
.results #cboxLoadedContent .valor .opi-title { margin-left: 0; }

.valor .opi-box-summary span.opi-description span.opi-title {
    float: left;
    display: inline-block;
    color: #444;
    font-size: 12px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    line-height: 26px;
}

.valor .opi-box-summary span.opi-description span.opi-opinions {
    float: left;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 26px;
}

.valor .opi-box-summary span.opi-description span.opi-opinions a {
    color: #444;
    font-size: 10px;
    margin-top: 1px;
}

.HOT .box-foot-tarifa .opi-responsive { min-height: inherit; }

.box-foot-tarifa .opi-responsive #user_rating .opi_general_rate {
    margin-bottom: 0;
    margin-top: 5px;
}

/* S */
@media (max-width: 640px) {
    .box-foot-tarifa .opi-responsive #user_rating .opi_general_rate { width: 100%; }
}

/* Total Opiniones */
.box-foot-tarifa .opi-responsive #user_rating .opi_general_rate .opi-value-box .opinions { margin-top: 0; }

/* Opiniones verificadas */
.box-foot-tarifa .opi-responsive #user_rating .opiVerificada .opi-verificadas-title { text-align: right; }

.box-foot-tarifa .opi-responsive #user_rating .opiVerificada img {
    display: inline-block;
    float: right;
    margin-left: 5px;
}

.box-foot-tarifa .opi-responsive #user_rating .opiVerificada .opi-verificadas-text { float: right; }

.HOT .box-foot-tarifa .opi-responsive #user_rating .opiVerificada {
    margin-top: 0;
    float: right;
}

.box-foot-tarifa .opi-responsive #ul_reviews .userOpina .user { float: left; }

.box-result .infUser li {
    border-top: none !important;
    font-size: inherit !important;
    line-height: inherit !important;
    padding: 0 !important;
}

/* Contenedor de las opiniones principales en resultados multitarifa */
.box-foot-tarifa .opi-responsive #ul_reviews {
    clear: both;
    display: block;
}

/* Spinner en la carga de los tabs de hoteles */

.box-foot-tarifa .tabLoading { min-height: 385px; }

.box-foot-tarifa .tabLoading .fa-spinner { margin-top: 180px; }

.box-foot-tarifa #loading-spinner { margin: 0 48%; }

.HOT .results-container #loading-spinner {
    margin: 0 auto !important;
    width: 32px;
}

/* Correcciones spinner en galeria abierta */
.HOT #cboxLoadedContent #loading-spinner .loadingPic { min-height: 150px; }

.HOT #cboxLoadedContent #loading-spinner .loadingPic .fa-spinner { margin-top: 100px; }

.HOT #cboxLoadedContent #loading-spinner { margin: 0 48%; }

/* botï¿½n mï¿½s Informaciï¿½n */
.box-result .reserva {
    clear: right;
    position: relative;
    float: right;
}

.box-result .reserva .btn {
    padding: 0 20px;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
}

.hot-provider-id {
    clear: both;
    float: right;
    position: absolute;
    left: 10px;
    top: 3px;
    color: #e6002c !important;
    font-size: 10px;
    width: 100px;
}

.hot-provider-ids {
    clear: both;
    float: right;
    position: absolute;
    left: 0;
    top: -15px;
    color: #e6002c !important;
    font-size: 10px;
    width: 450px;
}

@media (max-width: 1023px) {
    .hot-provider-id {
        left: 170px;
        top: 10px;
    }
}

/*  Tabs en la caja de Informaciï¿½n de hoteles  */

/* Disponibilidad en Resultados */
.box-result ul.opciones-hot-res-multitarifa {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 0 1px #efefef;
    display: inline-block;
    margin: 0 0 20px;
    overflow: visible;
    padding: 13px 0;
    width: 100%;
}

/* S */
@media (max-width: 640px) {
    .box-result ul.opciones-hot-res-multitarifa { display: none; }

    #dynamic-packaging-results ul.opciones-hot-res-multitarifa { display: inline-block; }
}

.box-result ul.opciones-hot-res-multitarifa li {
    border-left: 1px solid #dedede;
    border-top: 0 none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    font-size: 11px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

/* S - Ocultamos el tab de fotos en mï¿½vil porque no estï¿½ adaptado a este tamaï¿½o */
.box-result ul.opciones-hot-res-multitarifa li:first-child { border-left: none; }

.box-result ul.opciones-hot-res-multitarifa li span {
    display: inline-block;
    cursor: pointer;
}

.box-result ul.opciones-hot-res-multitarifa li a,
.box-result ul.opciones-hot-res-multitarifa li span {
    color: #666;
    padding: 0 20px;
}

.box-result ul.opciones-hot-res-multitarifa li a:hover,
.box-result ul.opciones-hot-res-multitarifa li span:hover {
    text-decoration: none;
    color: #1e97e6;
}

/* Opcion seleccionada */
.box-result ul.opciones-hot-res-multitarifa li.active:before {
    border-bottom: 7px solid #c3c3c3;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    left: 45%;
    top: 21px;
    width: 0;
}

.box-result ul.opciones-hot-res-multitarifa li.active:after {
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    left: 45%;
    top: 23px;
    width: 0;
}

.box-result ul.opciones-hot-res-multitarifa li.active { position: relative; }

.box-result ul.opciones-hot-res-multitarifa li.active a,
.box-result ul.opciones-hot-res-multitarifa li.active span { color: #1e97e6; }

.box-pop-mapa .nombre {
    color: #e6002c;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* Foto Hotel */
.box-pop-mapa .pop-foto,  /*Opciones selecionada color bos Landing */
.box-resultados .box-result .foto {
    height: 115px;
    border: none !important;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
    padding-left: 0;
    overflow: hidden;
}

.box-resultados .box-result .loading-foto {
    background-color: rgba(255, 255, 255, 0.7);
    color: #666;
    font-size: 24px;
    height: 100% !important;
    margin: 0;
    padding-top: 25% !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.box-pop-mapa .pop-foto img,  /*Opciones selecionada color bos Landing */
.box-resultados .box-result .foto img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Opera, Chrome, and Safari */
    display: block;
    position: absolute;
    width: 220px;
    height: auto;
}

/* Arreglo para marker del mapa */
#cboxLoadedContent .box-resultados .box-result .foto img {
    left: auto;
    top: auto;
    transform: none;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.box-pop-mapa .pop-precio,
.box-pop-mapa .txt { display: none; }

.box-result .tracking-pixel { position: absolute; }     /* para que salga del flujo y no cree margen no deseado */

.colorbox-gallery #cboxLoadedContent #slideShowNavigation {
    text-align: center;
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.colorbox-gallery #cboxLoadedContent #slideShowNavigation div { display: inline-block; }

.colorbox-gallery #cboxLoadedContent { margin-bottom: 110px !important; }

.colorbox-gallery #cboxLoadingOverlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 32px;
    color: #fff;
}

.flex-photo #cboxLoadingOverlay {
    position: fixed;
    display: none !important;
}

.flex-photo #cboxLoadingOverlay i {
    position: absolute;
    top: 50%;
    left: 48%;
    font-size: 32px;
    color: #fff;
    width: 32px;
    height: 32px;
}

/* Informacion sobre el hotel */
.box-resultados .box-result .info {
    margin-bottom: 10px;
    padding-right: 0;
}

/* Estilos generales de las fotos en la galeria */
.hot-results-gallery { overflow: visible; }

.hot-results-gallery .msg-error {
    padding-top: 100px;
    left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 100px;
    overflow: hidden;
    min-height: 360px;
}

.hot-results-gallery .small-picture {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.hot-results-gallery .big-picture {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.hot-results-gallery .small-picture img {
    display: block;
    height: auto;
    margin: auto;
    min-width: 100%;
    max-width: 125%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
}

.hot-results-gallery .big-picture img {
    display: block;
    height: auto;
    margin: auto;
    min-width: 100%;
    max-width: 115%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transform-origin: center center;
}

/* Tab de 1 foto */
.hot-results-gallery .photos-1 .big-picture {
    max-width: 820px;
    padding: 45% 0 0;
}

/* Tab de 2 fotos */
.hot-results-gallery .photos-2 .big-picture {
    max-width: 410px;
    padding: 26% 0 0;
}

.hot-results-gallery .photos-2 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .photos-2 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .photos-2 .big-picture {
        max-width: 805px;
    }
}

/* Tab de 3 fotos */
.hot-results-gallery .top-photos-3 { margin-bottom: 10px; }

.hot-results-gallery .top-photos-3 .big-picture {
    max-width: 820px;
    padding: 30% 0 0;
}

.hot-results-gallery .bottom-photos-3 .small-picture {
    max-width: 410px;
    padding: 25% 0 0;
}

.hot-results-gallery .bottom-photos-3 .small-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-3 .small-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .top-photos-3 .big-picture {
        max-width: 926px;
    }

    .hot-results-gallery .bottom-photos-3 .small-picture {
        max-width: 463px;
    }
}

/* Tab de 4 fotos */
.hot-results-gallery .bottom-photos-4 { margin-top: 10px; }

.hot-results-gallery .top-photos-4 .big-picture {
    max-width: 410px;
    padding: 27% 0 0;
}

.hot-results-gallery .bottom-photos-4 .big-picture {
    max-width: 410px;
    padding: 27% 0 0;
}

.hot-results-gallery .top-photos-4 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-4 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .top-photos-4 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-4 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .top-photos-4 .big-picture {
        max-width: 460px;
    }

    .hot-results-gallery .bottom-photos-4 .big-picture {
        max-width: 460px;
    }
}

/* Tab de 5 fotos */
.bottom-photos-5 { margin-top: 10px; }

.hot-results-gallery .top-photos-5 .big-picture {
    max-width: 410px;
    padding: 27% 0 0;
}

.hot-results-gallery .bottom-photos-5 .small-picture {
    max-width: 274px;
    padding: 20% 0 0;
}

.hot-results-gallery .top-photos-5 .big-picture:nth-of-type(1) {
    border-right: 5px solid #fff;
}

.hot-results-gallery .top-photos-5 .big-picture:nth-of-type(2) {
    border-left: 5px solid #fff;
}

.hot-results-gallery .bottom-photos-5 .small-picture:nth-of-type(2) {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .top-photos-5 .big-picture {
        max-width: 460px;
    }

    .hot-results-gallery .bottom-photos-5 .small-picture {
        max-width: 305px;
    }
}

/* Tab de 6 fotos */
.hot-results-gallery .left-side { padding-right: 5px; }

.hot-results-gallery .right-side { padding-left: 5px; }

.hot-results-gallery .left-side .big-picture { margin-bottom: 10px; }

.hot-results-gallery .right-side .big-picture { margin-top: 10px; }

.hot-results-gallery .left-side .small-picture:nth-of-type(2),
.hot-results-gallery .right-side .small-picture:nth-of-type(1) { border-right: 10px solid #fff; }

.hot-results-gallery .photos-6 .big-picture {
    padding: 47% 0 0;
    max-width: 405px;
}

.hot-results-gallery .photos-6 .small-picture {
    padding: 33% 0 0;
    max-width: 203px;
}

@media screen and (min-width: 641px) and (max-width: 1023px) {
    .hot-results-gallery .photos-6 .small-picture {
        max-width: 224px;
    }

    .hot-results-gallery .photos-6 .big-picture {
        max-width: 449px;
    }
}

@media screen and (max-width: 641px) {
    #dynamic-packaging-results .hot-results-gallery .right-side {
        padding-left: 0;
        padding-right: 0;
    }

    #dynamic-packaging-results .hot-results-gallery .left-side {
        padding-left: 0;
        padding-right: 0;
    }

    #dynamic-packaging-results .hot-results-gallery .photos-6 .small-picture {
        max-width: 100%;
    }

    #dynamic-packaging-results .hot-results-gallery .photos-6 .big-picture {
        max-width: 100%;
    }
}

@media (min-width: 641px) {
    /* Efecto zoom en la imagen */
    .hot-results-gallery .small-picture img,
    .hot-results-gallery .big-picture img {
        -webkit-transition: all 0.5s ease; /* Safari and Chrome */
        -moz-transition: all 0.5s ease; /* Firefox */
        -ms-transition: all 0.5s ease; /* IE 9 */
        -o-transition: all 0.5s ease; /* Opera */
        transition: all 0.5s ease;
    }

    .hot-results-gallery .small-picture img:hover,
    .hot-results-gallery .big-picture img:hover {
        -webkit-transform: scale(1.07) translate(-48%, -55%); /* Safari and Chrome */
        -moz-transform: scale(1.07) translate(-48%, -55%); /* Firefox */
        -ms-transform: scale(1.07) translate(-48%, -55%); /* IE 9 */
        -o-transform: scale(1.07) translate(-48%, -55%); /* Opera */
        transform: scale(1.07) translate(-48%, -55%);
    }

    /* end efecto zoom */
}

/* fin estilos galeria mosaico */

.box-result .info .promHof {
    position: absolute;
    top: 30px;
    right: 0;
}

/* Datos hotel */
.box-resultados .box-result .datos {
    margin: 5px 0 10px;
    float: left;
    display: inline-block;
}

/* Nombre del hotel - h2 */
#cboxLoadedContent .box-result .nombre {
    color: #e6002c;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.1px;
    margin-top: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}

#cboxLoadedContent .box-result .nombre a:hover { text-decoration: none; }

#cboxLoadedContent .box-result .nombre span.optional-packet-sale {
    font-size: 0.8em;
    display: inline;
}

#cboxLoadedContent .box-result .nombre a:hover span { text-decoration: underline; }

/* Estrellas en tï¿½tulo de hotel */
.stars { display: inline-block; }

a:hover .stars { text-decoration: none !important; }

.stars i {
    font-size: 10px;
    letter-spacing: -2px;
    vertical-align: super;
}

.results .stars i + i,
.pop-mapa .stars + .stars { margin-left: 3px !important; }

/* Estrella del hotel en Landing listado */

.gritter-with-image .stars i { letter-spacing: 0; }

.box-resultados .datos p { font-size: 13px; }

/* Info de localizaciï¿½n del hotel, "a X kms del centro" */
.box-resultados .box-result .hotel-location {
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
    margin-bottom: 4px;
}

/* Ver en el mapa en la caja de hotel */
.datos .view-map {
    clear: left;
    float: left;
    display: inline-block;
    height: 26px;
    line-height: 27px;
}

.datos .view-map a {
    float: left;
    font-size: 12px;
}

.datos .view-map i {
    float: left;
    margin-right: 5px;
    line-height: 25px;
    font-size: 13px;
}

/* Ajustes para ver mapa en VMH */
@media screen and (min-width: 320px) and (max-width: 640px) {
    .datos .view-map { height: auto; }

    .datos .view-map i {
        float: left;
        margin: 0 5px;
        line-height: 13px;
        font-size: 13px;
    }

    .HOT .datos .view-map {
        position: absolute;
        top: 115px;
        left: -5px;
    }
}

.box-resultados .datos .place,
.box-result .datos .place { font-family: 'open_sanssemibold', sans-serif; }

.box-resultados .datos .place-distance,
.box-result .datos .place-distance {
    float: right;
    padding-left: 5px;
}

@media (max-width: 640px) {
    .box-resultados .datos .place-distance,
    .box-result .datos .place-distance {
        display: inline-block;
        padding-left: 0 !important;
        float: none;
    }

    .box-resultados .datos .place,
    .box-result .datos .place { padding-right: 2px; }
}

/* Landing HOT */
.results .lan-cont { min-height: 650px; }

.results .box-result .datos .place a {   /* Landing HOT */
    font-family: 'open_sanssemibold', sans-serif;
    color: #444;
}
.box-resultados .box-result .hot-cat { font-size: 13px; }

.box-resultados .box-result .nota {
    font-size: 18px;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 20px;
    float: right;
}

.box-resultados .box-result .condto {
    width: 40px;
    height: 34px;
    margin: 0 5px 0 0;
    padding: 8px 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 11px;
    text-align: center;
    float: right;
}

.box-resultados .box-result .condto .dtotxt {
    font-size: 10px;
    font-family: 'open_sanssemibold', sans-serif;
}

/* Iconos de servicios gratis en el hotel */
.datos .hot-goods-section {
    clear: both;
    display: inline-block;
    float: left;
}

/* Iconos de servicio Resultados */
.icon-hot-goods {
    display: inline-block;
    text-align: center;
    font-size: 31px;
    vertical-align: middle;
}
.box-resultados .box-result .info .green-text { float: left; }

.icon-hot-packetsale {
    display: inline-block;
    font-size: 80px;
    line-height: 22px;
    overflow: hidden;
    padding-top: 5px;
    color: #218d3d;
    vertical-align: middle;
    margin-left: 2px;
    float: left;
}

@media (max-width: 701px) {
    .datos .icon-hot-packetsale:before {
        content: "\e907";
    }

    .datos .icon-hot-packetsale {
        font-size: 23px;
        margin-top: 0;
        margin-left: 8px;
    }
}

#dynamic-packaging-results .icon-hot-packetsale {
    padding: 0;
    margin-left: -10px;
    margin-top: -5px;
}

.hot-goods-section i::before { color: #8f8f8f; }

/* Ajuste iconos resultados */
.hot-goods-section .ico_hot_spa:before { margin-right: 5px; }
.hot-goods-section .ico_hot_acceso:before { margin-left: -3px; }
.hot-goods-section .ico_hot_parking:before { font-size: 32px; }

/* Precio resultados */
.hot-tarifas .precio-multitarifa-resultados {
    text-align: right;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #777;
    float: right;
    margin-bottom: 40px;
    margin-right: 12px;
}

.hot-tarifas .precio-multitarifa-resultados.landing { margin-bottom: 15px; }

.hot-tarifas .precio-multitarifa-resultados span {
    margin-bottom: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hot-tarifas .precio-multitarifa-resultados .desde,
.hot-tarifas .precio-multitarifa-resultados .value {
    color: #444;
    margin-bottom: 10px;
}

.hot-tarifas .precio-multitarifa-resultados .value {
    font-family: 'open_sanssemibold', sans-serif;
    white-space: nowrap;
}

.hot-tarifas .precio-multitarifa-resultados .value > span {
    display: inline;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 28px;
    line-height: 27px;
    letter-spacing: -1px;
}

.hot-tarifas .precio-multitarifa-resultados .fonts26px span {
    display: inline;
    font-size: 26px;
    line-height: 24px;
}

.hot-tarifas .precio-multitarifa-resultados .value .currency {
    display: inline;
    font-size: 18px;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 20px;
    padding: 0 4px;
    letter-spacing: -1px;
}

.hot-tarifas .precio-multitarifa-resultados .desde,
.hot-tarifas .precio-multitarifa-resultados .tipo-regimen { text-transform: lowercase; }

.gallery .row:after,
.gallery .row:before {
    content: initial;
    display: table;
}

/*    MEDIA QUERIES     */

/* ==================== */

/* L */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* Resultados */
    #cboxLoadedContent .box-result .nombre {
        font-size: 14px;
        line-height: 18px;
    }

    /* El texto mas informacion no cabe y baja a dos lineas */
    .box-result .reserva .btn { padding: 0 17px; }
}

/* M S */
@media (max-width: 1023px) {
    #dynamic-packaging-results .icon-hot-packetsale {
        margin-left: -8px;
        margin-top: -4px;
    }
    #cboxLoadedContent .box-result .nombre span.optional-packet-sale { display: block; }
}

/* S */
@media (max-width: 640px) {
    .datos .icon-hot-packetsale {
        padding-top: 0;
        overflow: inherit;
        margin-left: 5px;
        font-size: 20px;
        margin-top: 1px;
        float: left;
    }

    .box-resultados .box-result {
        padding: 10px;
        margin: 0;
    }

    .box-resultados .box-result .foto { padding: 0; }

    .box-resultados .box-result .box-hallazgo .foto > div {
        width: 100%;
        height: 100px;
        position: relative;
        overflow: hidden;
        max-width: 85%;
        min-width: 105px;
    }
    .box-resultados .box-result .box-hallazgo .foto img { width: 115%; }

    .box-resultados .box-result .foto a.abre-galeria,
    .box-resultados .box-result .foto a.open-gallery {
        display: inline-block;
        float: left;
        height: 100px;
        margin: 0 10px 10px 0;
        overflow: hidden;
        position: relative;
        max-width: 200px;
        width: 100%;
    }

    .box-resultados .box-result .foto a.abre-galeria img,
    .box-resultados .box-result .foto a.open-gallery img {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-60%, -50%);
        -moz-transform: translate(-60%, -50%);
        -webkit-transform: translate(-60%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: 155px;
        height: auto;
        max-width: 176px;
        padding: 0 15px 0 0;
    }

    .box-resultados .box-result .foto img {
        width: auto;
        height: auto;
    }

    .box-resultados .box-result .info {
        margin-bottom: 0;
        padding: 0;
    }

    #cboxLoadedContent .box-result .nombre {
        font-size: 14px;
        line-height: 16px;
        width: 100%;
    }

    #cboxLoadedContent .box-result .nombre span { line-height: normal; }

    #cboxLoadedContent .box-result .nombre .stars { height: 11px; }

    .box-result .nombre {
        font-size: 15px;
        line-height: 17px;
        width: 100%;
    }

    .box-result .nombre .stars i {
        position: relative;
        top: 1px;
    }

    .box-resultados .box-result .datos {
        padding: 0;
        margin: 0;
    }

    .box-resultados .box-result .datos p {
        line-height: 1.1em;
        margin-bottom: 5px;
    }

    .box-resultados .datos p {
        font-size: 12px;
        margin-top: 2px !important;
    }
    .box-resultados .datos .hotel-location { font-size: 13px; }
    .box-resultados .box-result .hotel-location { margin-bottom: 0; }

    /* Opiniones */
    .box-resultados .datos .opi-title { line-height: 21px; }

    /* [HOT] RESULTADOS iconos servicios */
    .icon-hot-goods {
        font-size: 20px;
        margin-right: -2px;
    }
    .hot-goods-section .ico_hot_parking:before { font-size: 25px; }

    /* Modal de ocupacion en S */
    .HOT .occupancy-container {
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        right: 0;
        left: 10px;
    }

    /* Re-size de la imagen de tripadvisor */
    .valor img {
        height: auto;
        max-height: 12px;
        max-width: 70px;
        width: auto;
        margin-top: 1px;
    }

    /* mapa en modal */
    .mapa-hoteles #cboxMiddleLeft,
    .mapa-hoteles #cboxMiddleRight { display: none; }

    .mapa-hoteles #cboxTitle {
        font-size: 18px;
        margin-top: 20px;
    }

    #cboxContent .box-resultados .foto { width: 100%; }

    #cboxContent .box-resultados .foto a {
        position: relative;
        clear: both;
        display: block;
        float: left;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    #cboxContent .box-resultados .foto img {
        width: 100%;
        height: auto;
    }

    /* Ajustamos el colorbox al top de la vista */
    #cboxWrapper div:first-child #cboxTopLeft,
    #cboxWrapper div:first-child #cboxTopCenter,
    #cboxWrapper div:first-child #cboxTopRight { display: none; }

    /* Paginator */
    #pagination > div:first-child {
        margin-bottom: 20px;
        text-align: center;
    }

    .totalalojamientos { display: inline !important; }

    #dynamic-packaging-results .datos .icon-hot-packetsale {
        margin-top: -9px;
        margin-left: -8px;
    }
    .hot-goods-section { margin-right: 4px; }

    /* Para movil dinamic packaging */
    .box-result ul.opciones-hot-res-multitarifa li a,
    .box-result ul.opciones-hot-res-multitarifa li span { padding: 0 5px; }

    .results .valor .opi-box-summary img { margin-left: 3px; }

    .hotels-list.box-resultados .box-content { position: relative; } /* pra el dto en S */
}

@media (max-width: 374px) and (min-width: 300px) {
    .box-resultados .box-result .foto a.abre-galeria,
    .box-resultados .box-result .foto a.open-gallery {
        display: inline-block;
        float: left;
        height: 90px;
        overflow: hidden;
        position: relative;
        width: 90px;
    }

    .box-resultados .box-result .box-hallazgo .foto > div {
        min-width: 90px;
        max-width: 90px;
        height: 90px;
        margin: 0;
    }

    .box-resultados .box-result .foto a.abre-galeria img,
    .box-resultados .box-result .foto a.open-gallery img {
        display: block;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-60%, -50%);
        -moz-transform: translate(-60%, -50%);
        -webkit-transform: translate(-60%, -50%);
        width: 155px;
        max-width: 175px;
        min-height: 100%;
    }
    .box-resultados .box-result .info { padding-left: 5px; } /* para que en iphone no este tan pegado foto y txt resultados landing */
}

/* ------------------------------------------------------------------
	2.3 [HOT] Tabla de tarifas en hoteles Resultados
------------------------------------------------------------------- */

/* Tabla de tarifas - tï¿½tulo */
.box-room-header {
    background: #f9f9f9;
    min-height: 45px;
    padding: 5px 10px;
    border: 1px solid #d3d3d3;
    border-bottom: 0 none;
    overflow: hidden;
}

.box-room-header h3 {
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    text-shadow: 0 1px #fff;
    font-weight: normal;
}

.box-room-header p.hot-boxTarifa-header span {
    font-family: "open_sansregular", sans-serif;
    font-size: 12px;
    color: #666;
    display: inline-block !important;
    float: none !important;
    padding: 0 !important;
}

/* Servicios gratuitos dentro del header */
.free-services {
    color: #218d3d;
    display: inline-block;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    float: left;
    margin: 10px 0;
}

.free-services span {
    background: transparent;
    color: #218d3d;
    display: inline;
    font-family: 'open_sansregular', sans-serif;
    font-size: 12px;
    float: none;
    padding: 0 !important;
    line-height: 18px;
}

/**** Box resultado escapada ****/

.hot-packet-row .price-block { padding-right: 0; }

.hot-packet-cell .free-services {
    width: 100%;
    line-height: 16px;
}

.hot-packet-cell .icon-hot-packetsale {
    line-height: 15px;
    color: #218d3d;
    overflow: visible;
    margin-left: 0;
}

.hot-packet-cell .free-services,
.hot-packet-cell .free-services span { color: #218d3d; }

.hot-packet-cell a { display: inline-block; }

/* S M */
@media (min-width: 320px) and (max-width: 1023px) {
    .hot-packet-row { background-color: #f9f9f9; }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .hot-packet-cell .free-services .forfait-packet { width: 77%; }

    .hot-packet-cell .free-services i {
        float: left;
        margin-right: 3px;
    }

    .hot-packet-cell .free-services span {
        float: left;
        display: inline-block;
        margin-top: -2px;
        width: 92%;
    }
}

/* S */
@media (min-width: 320px) and (max-width: 640px) {
    .hot-packet-cell { min-height: 30px !important; }
    .hot-packet-cell .free-services { margin: 10px 0 0; }
}

.activity-forfait .free-services { margin: 0 !important; }

.HOT .datos .free-services { margin: 0 0 10px; }

/* Added values en HOT tabla de rï¿½gimenes */
.HOT .incluye-free-services {
    float: left;
    padding-right: 16px;
    position: absolute;
    margin-top: -10px;
}

.HOT .incluye-free-services .free-services {
    background: transparent;
    border-radius: 0;
    color: #218d3d;
    display: inline !important;
    float: none !important;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 11px;
    padding: 0 !important;
    position: relative;
}

.HOT .incluye-free-services .free-services:before {
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    margin-right: 3px;
}

.HOT .incluye-free-services .added-values {
    display: inline;
    color: #218d3d;
    font-size: 11px;
    font-family: "open_sansregular", sans-serif;
    line-height: 18px;
    margin-left: 5px;
}

/* Tabla de tarifas - Categorï¿½as */
.header-regimen-tarifa { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 0 none;
    min-height: 30px;
    padding: 0;
}

.header-regimen-tarifa li.hot-tarifa-cell1,
.header-regimen-tarifa li.hot-tarifa-cell2,
.header-regimen-tarifa li.hot-tarifa-cell3,
.header-regimen-tarifa li.hot-tarifa-cell4,
.header-regimen-tarifa li.hot-tarifa-cell5 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    color: #666;
    display: inline-block;
    float: left;
    font-family: "open_sansregular", sans-serif;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}

/* Header Tabla - rï¿½gimen de habitacion en tabla de tarifas */
.header-regimen-tarifa .hot-tarifa-cell1 {
    display: inline-block;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

/* Condiciones */
.header-regimen-tarifa .hot-tarifa-cell2 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

/* Metodo de pago */
.header-regimen-tarifa .hot-tarifa-cell3 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    height: 30px;
    min-height: 30px;
    line-height: 30px;
}

/* Promedio/noche */
.header-regimen-tarifa .hot-tarifa-cell4 { /* header-regimen-tarifa de vieja ficha - controlar VMH */
    display: table !important;
    height: 30px;
    min-height: 30px;
    line-height: 30px;
    text-align: right;
}

/* Tabla con todas las tarifas y regï¿½menes */
.tabla-tarifas-b2 {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    clear: both;
    position: relative;
}

.hot-tarifa-cell1,
.hot-tarifa-cell2,
.hot-tarifa-cell3,
.hot-tarifa-cell4 { min-height: 50px; }

.regimen-tarifa .hot-tarifa-cell1 { border-right: 1px solid #d3d3d3; }

.regimen-tarifa .hot-tarifa-cell2 span {
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
}

.regimen-tarifa .hot-tarifa-cell3 .text-selector {
    color: #444;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
}

.regimen-tarifa .hot-tarifa-cell3 .text-selector-two-lines {
    color: #444;
    display: inline-block;
    font-size: 13px;
    margin-top: 8px;
    line-height: 11px;
}

@media (min-width: 641px) and (max-width: 1023px) {
    .regimen-tarifa .hot-tarifa-cell2 .text-selector-two-lines,
    .regimen-tarifa .hot-tarifa-cell2 .text-selector-two-lines span { margin-left: 0; }
    .regimen-tarifa .hot-tarifa-cell2 .payment-method .text-selector { margin-left: 0; }
}

@media (max-width: 640px) {
    .regimen-tarifa .hot-tarifa-cell2 .text-selector-two-lines .block {
        display: block;
        margin-left: 0;
    }
}

.regimen-tarifa .middle-table-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}

.regimen-tarifa .middle-table-block,
.regimen-tarifa .hot-tarifa-cell4 { border-top: 1px solid #d3d3d3; }

.bloque-regimen-tarifa .regimen-tarifa:first-child .middle-table-block,
.bloque-regimen-tarifa .regimen-tarifa:first-child .hot-tarifa-cell4 { border-top: 0 none; }

#tarifas .regimen-tarifa .middle-table-block .regimen { font-family: 'open_sanssemibold', sans-serif; }

/* Contenedor de fila con rï¿½gimen y tarifa */
.bloque-regimen-tarifa {
    border-top: 1px solid #d3d3d3;
    clear: both;
    overflow: hidden;
}

.regimen-tarifa {
    clear: both;
    display: flex;
}

/* rï¿½gimen en la tabla de tarifas en la cabecera */
.hot-pedido {
    color: #444;
    display: inline-block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    margin: 15px 0 15px 10px;
}

/* Contenedor caja de precios */
.price-block {
    display: table;
    float: right;
    height: 50px;
    padding-right: 10px;
}

/* Precio inicial */
del {
    color: #777;
    float: right;
    font-size: 10px;
    line-height: 13px;
    margin-right: 2px;
    margin-top: 6px;
}

/* Porcentaje de descuento */
.dto {
    color: #ffa800;
    float: right;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 11px;
    line-height: 24px;
    margin-top: 0;
    padding: 0;
}

/* Precio real despuï¿½s del descuento */
.price {
    display: table-cell;
    float: none;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 20px;
    line-height: 20px;
    padding: 0;
    text-align: right;
    vertical-align: middle;
    letter-spacing: -1px;
}

.price span {
    font-family: 'open_sanssemibold', sans-serif;
    float: right;
    display: inline-flex;
}

.price-block .price .currency {
    font-family: 'open_sanssemibold', sans-serif;
    padding: 0 3px;
    letter-spacing: -1px;
    vertical-align: bottom;
    font-size: 18px;
}

/* Texto "sï¿½lo quedan X hoteles" en regimen */
.rooms-available {
    color: #e6002c;
    clear: both;
    float: right;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 11px;
}

/* Texto de la descripciï¿½n del hotel */
.hot-descripcion {
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
}

.hot-descripcion span {
    display: inline-block;
    float: none;
    padding: 0;
}

/*    MEDIA QUERIES     */

/* ==================== */

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .regimen-tarifa .hot-tarifa-cell2 {
        clear: both;
        padding-right: 0;
    }

    .regimen-tarifa .hot-tarifa-cell2 span { margin-top: 0; }

    .regimen-tarifa .hot-tarifa-cell3 span { margin-top: 0; }

    .hot-tarifa-cell2,
    .hot-tarifa-cell3,
    .hot-tarifa-cell4 { min-height: auto; }

    .regimen-tarifa .middle-table-block .regimen {
        margin: 8px 0 0 12px;
        display: block;
        font-family: 'open_sanssemibold', sans-serif;
    }

    .box-resultados .paginador .up { margin-bottom: 20px; } /* margen para el boton Subir cuando no hay publi */
}

/* S */
@media (max-width: 640px) {
    .hot-tarifas .precio-multitarifa-resultados {
        font-size: 11px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .hot-tarifas .precio-multitarifa-resultados .desde,
    .hot-tarifas .precio-multitarifa-resultados .value,
    .hot-tarifas .precio-multitarifa-resultados .precio-final,
    .hot-tarifas .precio-multitarifa-resultados .tipo-regimen { margin-bottom: 0; }

    .results .hot-tarifas .precio-multitarifa-resultados .value { margin-left: 3px; }   /* Para landing listados */

    .hot-tarifas .precio-multitarifa-resultados span { display: inline !important; }
    .hot-tarifas .precio-multitarifa-resultados span.desde { display: block !important; }

    .box-resultados .box-result .hotel-location { margin-right: 0; }

    /* Precio */
    .hot-tarifas .precio-multitarifa-resultados .value > span {
        font-size: 23px;
        line-height: 23px;
        letter-spacing: -1px;
    }

    .hot-tarifas .precio-multitarifa-resultados .value .currency {
        font-size: 23px;
        letter-spacing: -1px;
    }

    /* Descuentos */
    .box-result .descuento:before {
        right: -42px;
        top: -16px;
    }

    .box-result .descuento span { margin: -5px -47px 0 0; }

    h1.h1-address-hotel-one { padding-bottom: 0; }

    .regimen-tarifa .middle-table-block {
        padding-top: 0;
        padding-bottom: 5px;
    }

    ul.contener-services-hotel li {
        padding-left: 5px;
        padding-right: 0;
    }
    ul.contener-services-hotel p { font-size: 10px; }
}

/* ------------------------------------------------------------------
	2.4 [HOT] Tab Opiniones en listado de resultados
------------------------------------------------------------------- */

/* Posiciones de iconos */
.opi-cat-_text_profile_couple,
.opi-cat-2 {
    background-position: -657px -91px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_family,
.opi-cat-4 {
    background-position: -685px -90px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_alone,
.opi-cat-5 {
    background-position: -709px -90px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_friends,
.opi-cat-6 {
    background-position: -658px -115px !important;
    opacity: 0.6;
}

.opi-cat-_text_profile_business,
.opi-cat-7 {
    background-position: -687px -116px !important;
    opacity: 0.6;
}

/* ------------------------------------------------------------------
	2.5 [HOT] Mapa: Caja del hotel
------------------------------------------------------------------- */

/* Valor en pop-up mapa Landing listados */
.box-pop-mapa .valor .opi-rating,
.valoracion .opi-box-summary span.opi-rating {
    display: inline-block;
    border-radius: 50%;
    font-size: 12px !important;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
    font-family: 'open_sanssemibold', sans-serif;
    padding-top: 0;
    margin-top: 0;
}

.box-pop-mapa .valor .opi-description { font-family: 'open_sanssemibold', sans-serif; }

.valoracion .opi-box-summary span.opi-description {
    float: left;
    padding: 0 0 0 5px;
}

.box-pop-mapa .valor,    /* Valor en pop-up mapa Landing listados */
.valoracion .opi-box-summary span.opi-description span.opi-title {
    float: left;
    display: inline-block;
    color: #444;
    font-size: 11px;
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
    line-height: 26px;
}
.box-pop-mapa .valor { text-align: left; }

.valoracion .opi-box-summary span.opi-description span.opi-opinions {
    color: #444;
    float: left;
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 26px;
}

#cboxLoadedContent .thumbs {
    margin: 0 !important;
    overflow-x: auto;
    padding: 10px 0;
    width: 940px;
}

#cboxLoadedContent .thumbs li {
    margin: 0 15px 0 0;
    opacity: 0.5;
}

#cboxLoadedContent .thumbs li:hover,
#cboxLoadedContent.thumbs li.active { opacity: 1; }

/* Google Maps */
.mapa-hoteles #cboxTitle {
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    padding: 10px 30px 20px 15px;
    margin: 0;
}

.mapa-hoteles #cboxTitle h1 {
    font-size: 20px;
    width: 100%;
    display: block;
    height: 40px;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0 0;
}

.mapa-hoteles #cboxTitle i { display: none; }

.mapa-hoteles #cboxLoadedContent { margin: 66px 0 0 !important; }

.mapa-hoteles .loading-maps,
.debug-info .loading-debug {
    position: fixed;
    top: 50%;
}

.debug-info #cboxLoadedContent {
    overflow: scroll !important;
}

#divmapa-container {
    overflow: hidden;
    position: relative;
}

#divmapa-container .divmapa-loader {
    background: url('/assets/images/A/COM/loading_big.gif') no-repeat center center !important;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 8;
}

.mapa-hoteles #cboxClose { z-index: 9 !important; } /* el important es necesario pq a veces en chrome no sale y asi se arregla */

#cboxLoadedContent { padding-right: 0 !important; }

.mapa-hoteles #vxmbs { padding: 0 !important; }

.mapa-hoteles #vxmbs li:first-child { padding-top: 0 !important; }

/*    MEDIA QUERIES     */

/* ==================== */

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    #cboxLoadedContent .box-result .nombre {
        font-size: 14px;
        line-height: 14px;
    }
}

/* S */
@media (max-width: 640px) {
    /* parece que ya no se utiliza, lo dejo comentado por si al quitarlo rompo algo */

    .box-content .hot-tarifas {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .box-content .hot-tarifas a { position: relative; }

    /* Opiniones en mapa */
    .valor .opi-box-summary span.opi-description span.opi-title {
        line-height: 17px;
        font-size: 12px;
    }

    /* Ajustes sobre opiniones en S */
    .datos .valor { margin-top: 1px; }
    .datos .valor .opi-box-summary span.opi-description span.opi-opinions { display: none; }
    .box-result .valor .opi-box-summary { margin-right: 0; }
    .datos p.free-services { margin: 0 !important; }
}

/* ------------------------------------------------------------------
	2.6 [HOT] galerï¿½a de fotos abierta
------------------------------------------------------------------- */
.fotorama__stage,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__stage__frame img,
.fotorama__nav { width: 100% !important; }

.fotorama__thumb-border { border-color: #2c9ca6 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame { opacity: 0.5; }

.fotorama__nav--thumbs .fotorama__active,
.fotorama__nav--thumbs .fotorama__nav__frame:hover { opacity: 1 !important; }

.fotorama__wrap--no-controls .fotorama__arr { opacity: 0 !important; }

.fotorama__arr {
    background: none !important;
    bottom: 20px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 50px !important;
    top: auto !important;
    width: 50px !important;
}

.fotorama__arr--prev {
    left: 40.5% !important;
    background: url('/images_new/fotorama/fotorama.png') no-repeat rgba(102, 102, 102, 0.8) 1px -148px !important;
}

.fotorama__arr--next {
    right: 40.5% !important;
    background: url('/images_new/fotorama/fotorama.png') no-repeat rgba(102, 102, 102, 0.8) -46px -148px !important;
}

.fotorama__arr--prev:hover,
.fotorama__arr--next:hover { background-color: rgba(68, 68, 68, 0.8) !important; }

.fotorama__arr--disabled { opacity: 0.6 !important; }

.fotorama__img { left: 0; }

.fotorama__msg-error {
    margin-top: 120px;
    left: 0;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}

.flex-gallery-wrapper .section-gallery .row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -0.76923rem;
    margin-left: -0.76923rem;
}

.flex-gallery-wrapper .section-gallery .gallery > .row { margin: 0; }

/* corrijo el width: auto de la clase genï¿½rica .row .row para cargas de la galerï¿½a en capas ocultas */
.flex-gallery-wrapper .section-gallery .row .row { min-width: 100%; }

.flex-gallery-wrapper .margin-row-0.row { margin: 0; }

/* corrijo galerï¿½a resultados para tablet android */
.flex-gallery-wrapper .section-gallery .row .row > div {
    float: left;
    width: 50%;
}

/* box foto */
.box-max-1 {
    height: 370px;
    background: #fff;
    width: 100%;
}

.only-lg .box-max-1 { margin-right: 6px; }

.box-max-3-top {
    background: #fff;
    height: 184px;
    margin-right: 2px;
    width: 100%;
}

.box-max-3-bottom {
    height: 185px;
    background: #fff;
    width: 100%;
    margin-top: 2px;
    margin-right: 2px;
}

.order-galeria { min-height: 370px; }

#dynamic-packaging-results .order-galeria { min-height: 0; }

.order-galeria div { overflow: hidden; }

.img-transparent {
    opacity: 0;
    cursor: pointer;
}

.app-image-transp > div > img { opacity: 0; }

.app-image-viewer-viewer div[class*=app-image],
.item-carrousel {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: transparent;
}
.box-container { padding: 0; }

/* Fix landing result hot */
.results .box-container { padding: 0 10px !important; }

/* Imagen Galeria en Colorbox */
#cboxOverlay.flex-photo { background-color: rgba(0, 0, 0, 0.9) !important; }
.flex-photo #cboxContent { background-color: transparent; }

.flex-photo #cboxTitle {
    position: relative;
    padding-bottom: 10px;
    height: auto;
    float: none !important;
    text-align: center;
    color: #fff;
    border-bottom: 0 solid transparent;
    margin: 25px 25px 0;
}

.flex-photo #cboxLoadedContent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-top: 0 !important;
}

.flex-photo .cboxPhoto {
    position: relative;
    margin-top: 0 !important;
    top: 34%;
    transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
}

.flex-photo #cboxError {
    color: #fff;
    border-color: #fff;
}

.flex-photo #cboxClose {
    background: none;
    font-size: 30px;
    height: 34px;
    width: 34px;
}

.flex-photo #cboxClose:before {
    content: "\e614";
    font-family: 'atrapaloico', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    color: #fff;
}

/* Botones Slider Colorbox */
.flex-photo #cboxOverlay { background-color: rgba(0, 0, 0, 0.9); }

.flex-photo #cboxCurrent { display: none !important; }

.flex-photo #cboxNav {
    position: absolute;
    bottom: 5px;
    width: 110px;
    left: 50%;
}

.flex-photo #cboxNav .nav-wrap {
    position: relative;
    left: -50%;
    bottom: -25px;
}

.flex-photo #cboxPrevious,
.flex-photo #cboxNext {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: inherit;
    background: none;
    background-color: rgba(133, 133, 133, 0.8);
    color: #fff;
    opacity: 1;
    font-size: 38px;
    text-indent: 0;
}

.flex-photo #cboxPrevious i {
    margin-top: -2px;
    margin-left: -5px;
    display: block;
}

.flex-photo #cboxNext i {
    margin-top: -2px;
    margin-left: 8px;
    display: block;
}

.flex-photo #cboxPrevious:hover,
.flex-photo #cboxNext:hover { background-color: rgba(86, 86, 86, 0.9); }

.flex-photo #cboxPrevious { left: 0; }

.flex-photo #cboxNext {
    right: 0;
    left: auto !important;
}

.app-image-viewer-viewer-container { height: 340px; }

/* XL L */
@media (min-width: 1024px) {
    /* GALERIA */
    .gallery { padding-bottom: 20px; }
}

/* L */
@media (min-width: 1024px) and (max-width: 1279px) {
    /* GALERIA */
    .order-galeria > .row { padding: 0 6px !important; }
    .row.min-three-gallery { padding: 0 !important; }
}

/* M S */
@media (max-width: 1023px) {
    .app-image-viewer-viewer-container.order-galeria { padding-right: 0 !important; }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    /* GALERIA */
    .app-image-viewer-viewer-container { padding-right: 0 !important; }

    .paddingleft0.min-hotel-one-gallery { padding: 0 !important; }

    .content-min-gallery { min-height: 62px; }

    .order-galeria { min-height: 306px; }

    .order-galleria .app-image-viewer-viewer .show-for-medium-only > div:first-child { padding-right: 2px; }

    .box-max-3-top,
    .box-max-3-bottom { height: 185px; }

    /* corrijo galeria resultados para android tablet */
    .flex-gallery-wrapper .section-gallery .row .row > div {
        float: left;
        width: 33.33%;
    }
}

/* S */
@media (max-width: 640px) {
    /* ---------------------------------------------------------
	   Carrusel
   ---------------------------------------------------------- */
    #aspectRatio img {
        display: inline;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        min-height: 100%;
        width: 100%;
        min-width: 100%;
        max-width: 640px;
    }

    #aspectRatio .owl-carousel .owl-wrapper-outer {
        height: 60vw;
        width: 100%;
        text-align: center;
    }

    #aspectRatio .owl-wrapper {
        height: 60vw;
        text-align: center;
    }

    #aspectRatio .owl-item {
        height: 60vw;
        padding: 0;
        text-align: center;
    }

    /* Nueva galeria */
    .app-image-viewer-viewer-container {
        height: 0;
        position: initial !important;
    }

    .box-info-hotel {
        padding: 20px 0 !important;
        margin-top: 58vw;
    }

    #aspectRatio {
        width: 100%;
        height: 60vw;
        position: absolute;
        top: 0;
        left: 0;
    }

    #dynamic-packaging-results .order-galeria {
        position: relative !important;
        height: 60vw;
    }
}

/* ------------------------------------------------------------------
	03. LANDING HOTELES
------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	3.1 Landing listados
------------------------------------------------------------------- */

/* min height para landing de HOT tipo resultados (cadenas hoteleras), para garantizar que el alto es al menos es del banner sky */
.min-height-landing { min-height: 935px; }

.hotels-list-filter a {
    color: #444;
    text-decoration: none;
}

.centerh1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 3%;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto;
}

.centerh1 h1 {
    font-size: 75px !important;
    line-height: 62px !important;
    font-family: flexa-compressedBold, sans-serif !important;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.hotel-chain-container {
    overflow: hidden;
    width: 100%;
    max-height: 291px;
}

.hotel-chain-img {
    display: block;
    height: 0; /* The height 0 trick */
    position: relative;
    padding-bottom: 30.95%; /* Padding percentage: (height / width) x 100 */
    bottom: 0;
}

.cadenas-hot-directory { min-height: 640px; }

/* ------------------------------------------------------------------
	2.5 [HOT] Servicios y Informaciï¿½n ï¿½tiles
------------------------------------------------------------------- */
#tipo-servicios,
#tipo-info-util {
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#tipo-info-util .bold,
#tipo-info-util b,
#tipo-info-util strong {
    font-family: 'open_sanssemibold', sans-serif;
    font-weight: normal;
}

h2.h2-title-seccion-hotel {
    font-size: 20px;
    font-weight: 400;
    font-family: 'open_sanssemibold', sans-serif;
    line-height: 20px;
    padding-right: 5px;
}

ul.services-hotel-new { padding: 0; }

.style-border-gray {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.style-border-gray:last-child:not(h2) { border-bottom: medium none; }

.title-servicios-hotel {
    color: #666;
    font-size: 16px;
    padding-bottom: 20px;
}

li.servicios-hotel-item {
    font-size: 13px;
    list-style-type: none;
    line-height: 22px;
}

li.item-gratis {
    color: #218d3d;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    list-style-type: none;
    line-height: 20px;
}

li.servicios-hotel-item:first-letter { text-transform: uppercase; }

li.servicios-hotel-item:before {
    font-family: FontAwesome, sans-serif;
    content: "\f111";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 3px;
    position: absolute;
    top: 1px;
    left: 0;
}

.contener-seccion-servicios {
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
}

.contener-seccion-servicios:last-child { padding-bottom: 0; }

li.servicios-hotel-item.special {
    color: #218d3d;
    font-family: 'open_sanssemibold', sans-serif;
}

#tipo-info-util .row + .row { padding-top: 20px; }

#servicios .columns,
#info-util > .columns { padding: 0; }

#servicios li.columns { padding: 0 10px; }

/* Informaciï¿½n ï¿½til */
img.pago-type { max-height: 35px; }     /* no se printan */

.p-informacion-util {
    padding-bottom: 10px;
    overflow: hidden; /* para los casos en los que ponen texto sin espacios, ej. hot 122424 */
}

.p-informacion-util p {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 15px;
}

/*    MEDIA QUERIES     */

/* ==================== */

/* M S */
@media (max-width: 1023px) {
    #tipo-info-util .row + .row {
        padding-top: 20px;
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }

    .style-border-gray-descript {
        border-bottom: 1px solid #ccc !important;
        display: inline-block;
        width: 100%;
    }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    .contener-seccion-servicios { width: 100%; }
    .title-servicios-hotel { padding-top: 0; }
    .contener-seccion-servicios:last-child .style-border-gray-descript { display: none; }
    #util-info p.title-servicios-hotel.p-card { padding-top: 20px; }
}

/* S */
@media (max-width: 640px) {
    #tipo-info-util > .row { margin: 0; }
    #info-util .columns { padding: 0; }
}

/* ------------------------------------------------------------------
	4.1 [DP] Global
------------------------------------------------------------------- */
.dp-bread {
    margin: 20px 10px !important;
    padding-bottom: 0 !important;
}

#dynamic-packaging-results .wid-search .occupancy-container {
    width: 730px;
    top: 70px;
}

#dynamic-packaging-results .your-search::after {
    border-bottom: 1px solid #ddd;
    content: " ";
    margin-left: 10px;
    width: 98%;
    height: 1px;
}

#dynamic-packaging-results .your-search .your-search-nopad {
    padding: 0;
    margin-left: 0.76923rem;
    margin-right: 0.76923rem;
}

#dynamic-packaging-results #new-search-form {
    position: relative;
    padding: 20px 0;
    margin-top: -1px;
}
#dynamic-packaging-results #new-search-form .close { top: -12px; }

#dynamic-packaging-results #new-search-form .class_and_discounts_container {
    top: 45px !important;
    left: 10px;
}

#dynamic-packaging-results #new-search-form #home-searcher-VHM .class_and_discounts_container label {
    display: block;
    padding-bottom: 5px;
}

/* ------------------------------------------------------------------
	4.2 [DP] Box resumen
------------------------------------------------------------------- */

/* see _summary-box.scss */

/* ------------------------------------------------------------------
	4.3 [DP] Filters
------------------------------------------------------------------- */

#dynamic-packaging-results .customize-product {
    font-size: 22px;
    color: #888;
    font-weight: normal;
    padding: 30px 0;
}

#dynamic-packaging-results .applied-filters {
    margin: 0 auto;
    display: block;
}
#dynamic-packaging-results .applied-filters .title { font-weight: normal; }

#dynamic-packaging-results .choose-filters .filters-box-dp {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#dynamic-packaging-results .choose-filters .no-span-tit .tit { display: none; }

#dynamic-packaging-results .applied-filters-accommodation > div,
#dynamic-packaging-results .applied-filters-transfer > div,
#dynamic-packaging-results .applied-filters-transport .region-filters {
    background-color: #cae6e9;
    border-top: 1px solid #abd7db;
    border-bottom: 1px solid #abd7db;
    margin-bottom: 20px;
    padding: 0 20px;
    overflow: hidden;
}

@media screen and (max-width: 640px) {
    #dynamic-packaging-results .applied-filters-accommodation > div {
        padding: 0 10px;
    }
}

/* Loading cuando se filtra, distinto a Hoteles */

#dynamic-packaging-results .container-loading {
    position: relative;
    overflow: hidden;
    min-height: 1000px;
}

#dynamic-packaging-results #app-loading-accommodations,
#dynamic-packaging-results #app-loading-transports {
    background-color: #fff;
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
}

#dynamic-packaging-results #app-loading-accommodations i,
#dynamic-packaging-results #app-loading-transports i { /* loading */
    font-size: 32px;
    position: absolute;
    top: 15%;
    left: 45%;
}

#dynamic-packaging-results .product-name { color: #666; }

/* ------------------------------------------------------------------
	4.4 [DP] Box Results
------------------------------------------------------------------- */

/* Hoteles */

#dynamic-packaging-results .box-result:last-child { margin-bottom: 0 !important; }

#dynamic-packaging-results .box-result-vue.selected-box,
#dynamic-packaging-results .box-result.selected-box {
    border: 3px solid #3ea9dd;
    border-top: none;
    padding-top: 70px; /* header de 40px de alto en absolut no empuja contenido */
    margin-bottom: 40px;
}

#dynamic-packaging-results .header-box-selected,
#dynamic-packaging-results .header-other-boxes {
    background: #3ea9dd;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'open_sanssemibold', sans-serif;
}

#dynamic-packaging-results .header-other-boxes {
    margin-top: 20px;
}

#dynamic-packaging-results .header-box-selected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .desde {
    display: block;
    margin-bottom: 4px;
    text-transform: none;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .rate-dif {
    float: left;
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    color: #444;
    margin-bottom: 2px;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .value {
    float: right;
    margin-bottom: 0;
}

#dynamic-packaging-results .hot-tarifas .precio-multitarifa-resultados .value .currency {
    padding-right: 0;
}

#dynamic-packaging-results .regimen-tarifa {
    margin: 0 auto;
    display: block;
}

#dynamic-packaging-results .regimen-tarifa .middle-table-block .regimen {
    margin-top: 10px;
    display: block;
    font-size: 13px;
}
#dynamic-packaging-results .regimen-tarifa .middle-table-block .refund-type-selector { margin-bottom: 10px; }

#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2,
#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell4 {
    min-height: 0;
    height: auto;
}

#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span {
    font-size: 12px;
    margin-top: 3px;
    min-width: 120px /* para que quede el texto alineado para todas las rows */
}
#dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span:first-child { float: left; }

#dynamic-packaging-results .regimen-tarifa .payment-method {
    border-left: 1px solid #d3d3d3;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
}

#dynamic-packaging-results .regimen-tarifa .price-block {
    margin: 15px 0;
    height: auto;
}

#dynamic-packaging-results .regimen-tarifa .price {
    display: inline-block;
    float: left;
    margin: 4px 15px 0 0;
}

#dynamic-packaging-results .regimen-tarifa .price-block .price-selected {
    position: absolute;
    top: 23px;
    right: 135px;
}

#dynamic-packaging-results .regimen-tarifa .total-price {
    float: right;
    display: block;
    font-size: 12px;
    margin-top: 3px;
    clear: both;
}

#dynamic-packaging-results .regimen-tarifa .total-price .currency { font-size: 10px; }

#dynamic-packaging-results .regimen-tarifa .currency {
    padding: 0 2px;
    font-size: 18px;
}

#dynamic-packaging-results .your-selection {
    display: inline-block;
    padding: 4px 15px;
    background-color: #2c9ca6;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    position: relative;
    max-width: 113px;
    margin-left: 10px;
    text-align: right;
}

#dynamic-packaging-results .your-selection::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 11px solid #fff;
    border-right: 11px solid transparent;
}

#dynamic-packaging-results .your-selection i {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

#dynamic-packaging-results .regimen-tarifa .price-block .btn {
    display: inline-block;
    float: right;
}

/* Mostrar mas habitaciones */
#dynamic-packaging-results .js-show-more-rooms .box-room-b2 { margin-top: 20px; }

/* Vuelos */

#dynamic-packaging-results #transport-results-list .box-result-vue:last-child { margin-bottom: 0 !important; }

#dynamic-packaging-results .box-result-vue .titulo_resultado > div {
    float: left;
    height: auto;
}

#dynamic-packaging-results .box-result-vue .body-track > div { padding: 0; }

#dynamic-packaging-results .box-result-vue .body-track .info-track:first-of-type { padding-top: 5px; }

#dynamic-packaging-results .info-track:not(.selected) { cursor: pointer; }

#dynamic-packaging-results.box-result-vue .body-track > div:nth-last-of-type(2) { padding-bottom: 5px; }

#dynamic-packaging-results .box-result-vue .info-track .btn-pin { top: 10px; }

#dynamic-packaging-results .info-track input[name*=js-track-type-journey] { margin-left: 20px; }

#dynamic-packaging-results .box-result-vue .select-combination {
    float: right;
    margin: 10px 0 0 20px;
}

/* Menu dentro de la pestaï¿½a descripciï¿½n */

.extra-info .menu-extra-info {
    margin-bottom: 30px;
    font-size: 12px;
}

.extra-info .menu-extra-info span {
    padding: 0 10px 0 5px;
    color: #e6002c;
    cursor: pointer;
}

#dynamic-packaging-results .extra-info .menu-extra-info span:hover { text-decoration: underline; }

#dynamic-packaging-results .extra-info .menu-extra-info span:first-child { padding-left: 0; }

#dynamic-packaging-results .extra-info .menu-extra-info span:not(:last-child) { border-right: 1px solid #000; } /* separador */

#dynamic-packaging-results .extra-info .menu-extra-info .selected { color: #000; } /* seccion seleccionada */

/* end Menu dentro de la pestaï¿½a descripciï¿½n */

/* descripciï¿½n */
#dynamic-packaging-results .extra-info .text-general-description { font-size: 13px; }

/* Servicios */
#dynamic-packaging-results .more-services { cursor: pointer; }

#dynamic-packaging-results .more-services .item-servicio {
    background-color: #fff;
    color: #e6002c;
    border: 1px #e6002c solid;
    padding-top: 0;
    margin: 0 auto;
}

#dynamic-packaging-results .extra-info .item-servicio > i,
#dynamic-packaging-results .extra-info .item-servicio {
    height: 44px;
    width: 44px;
    display: block;
    padding-top: 0;
    margin: 0 auto;
}

#dynamic-packaging-results .extra-info .item-servicio > i::before {
    font-size: 30px;
    line-height: 44px;
}

#dynamic-packaging-results .more-services .text-serv-min { color: #e6002c; } /* x servicios mas */

#dynamic-packaging-results .contener-services-hotel {
    overflow: hidden;
    margin-bottom: 25px;
    float: left;
    min-width: 57%; /* en la misma fila que checkin/out. si no cabe, los relojes caen y la fila de servicios crece */
}

/* relojes check in check out */
#dynamic-packaging-results .container-checks {
    float: left;
    width: 40%;
    margin-left: 15px;
    margin-right: 10px;
}

#dynamic-packaging-results .cont-checkin {
    float: left;
    width: 48%;
    margin-right: 4%;
}

#dynamic-packaging-results .cont-checkout {
    float: right;
    width: 48%;
}
#dynamic-packaging-results .ckeck-in-ico { position: relative; }

/* end relojes check in check out */

/* pestaï¿½a descripciï¿½n hoteles en resultados vmh */
#dynamic-packaging-results .description-content { margin: 0 -10px; }

#dynamic-packaging-results .description-content .text-general-description { padding: 0 10px !important; }

#dynamic-packaging-results .contener-services-hotel li {
    float: left;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px;
}

#dynamic-packaging-results .more-services i {
    font-size: 18px;
    padding-right: 4px;
    line-height: 36px;
}

#dynamic-packaging-results .filters-box ul label { margin-bottom: 10px; }

#dynamic-packaging-results #tipo-servicios,
#dynamic-packaging-results #tipo-info-util { margin-top: 0; }

#dynamic-packaging-results #tipo-info-util {
    border-top: none;
    padding-top: 0;
}

@media (min-width: 1024px) {
    #dynamic-packaging-results .box-ordenar { margin-top: 0; }
    #dynamic-packaging-results #tabs { min-height: 660px; } /* para que quepa el sky cuando aun no estan las cajas cargadas */
}

@media (max-width: 640px) {
    #dynamic-packaging-results .contener-services-hotel,
    #dynamic-packaging-results .container-checks {
        width: 100%;
        float: none;
    }

    #dynamic-packaging-results .contener-services-hotel {
        margin-left: auto;
        margin-right: auto;
    }

    #dynamic-packaging-results .container-checks { margin-top: 20px; }

    #dynamic-packaging-results .opciones-hot-res-multitarifa li span { padding: 0 5px; }
}

/* end Servicios */

/* Media Queries */

/* L y XL */

@media (min-width: 1024px) {
    #dynamic-packaging-results .choose-filters { padding-top: 0; }

    #dynamic-packaging-results #new-search-form .form-submit {
        width: 8.33333%;
        margin-top: 18px;
    }
}

/* M */
@media (min-width: 641px) and (max-width: 1023px) {
    #dynamic-packaging-results .applied-filters-accommodation { margin-bottom: 0; }

    #dynamic-packaging-results .wid-search .occupancy-container {
        width: 510px;
        right: 0;
        left: auto;
    }

    #dynamic-packaging-results .caja-form .campo-origen-destino { margin-bottom: 20px; }

    #dynamic-packaging-results .caja-form .btn-vue-responsive { overflow: hidden; }

    #dynamic-packaging-results .caja-form .btn-vue-responsive input { margin-top: 30px !important; }

    #dynamic-packaging-results .caja-form .extras-vue { margin-bottom: 0; }

    #dynamic-packaging-results .caja-form .extras-vue .contact { margin-top: 5px; }

    #dynamic-packaging-results .caja-form .extras-vue p:not(.contact) {
        position: absolute;
        bottom: 50px;
    }
    #dynamic-packaging-results .class_and_discounts_container { top: -30px !important; }

    #dynamic-packaging-results .regimen-tarifa .middle-table-block .regimen,
    #dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span:first-child { margin-left: 0; }
}

/* S */

@media (max-width: 640px) {
    #dynamic-packaging-results .wid-search .occupancy-container {
        width: 100%;
        right: 0;
        left: auto;
        max-width: 490px;
    }
    #dynamic-packaging-results .your-search span { font-size: 13px; }

    #dynamic-packaging-results .your-search .make-new-search {
        float: right;
        margin-top: -30px !important;
    }
    #dynamic-packaging-results .campo-origen-destino div:last-child input { border-left: 1px solid #afafaf; }

    #dynamic-packaging-results .campo-origen-destino { margin-bottom: 10px; }

    #dynamic-packaging-results .campo-origen-destino div:first-child { margin-bottom: 10px; }

    #dynamic-packaging-results .caja-form .btn-vue-responsive input { margin-top: 20px !important; }

    #dynamic-packaging-results .applied-filters-accommodation .applied-filters ul,
    #dynamic-packaging-results .applied-filters-accommodation .applied-filters ul li {
        width: auto !important;
        min-width: 0;
    }

    #dynamic-packaging-results .box-result {
        margin-bottom: 20px;
        padding: 15px 10px;
        clear: both;
    }

    #dynamic-packaging-results .box-result-vue.selected-box,
    #dynamic-packaging-results .box-result.selected-box {
        padding-top: 55px;
    }
    #dynamic-packaging-results .box-result-vue { margin-bottom: 20px !important; }

    #dynamic-packaging-results .box-result .box-content {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    #dynamic-packaging-results .box-result .foto {
        height: auto;
        margin-bottom: 0;
    }

    #dynamic-packaging-results .box-result .foto a.abre-galeria { margin-bottom: 0 !important; }

    #dynamic-packaging-results .box-result .datos { margin-bottom: 0 !important; }

    #dynamic-packaging-results .box-content .hot-tarifas { display: none; }

    #dynamic-packaging-results .box-result #tabs { display: block !important; }

    #dynamic-packaging-results .regimen-tarifa { border-top: 1px solid #ccc; }

    #dynamic-packaging-results .regimen-tarifa:first-child { border-top: none; }

    #dynamic-packaging-results .regimen-tarifa .middle-table-block .refund-type-selector { margin-bottom: 0; }

    #dynamic-packaging-results .regimen-tarifa .middle-table-block,
    .regimen-tarifa .hot-tarifa-cell4 { border: none; }

    #dynamic-packaging-results .regimen-tarifa .hot-tarifa-cell2 span:first-child { margin-left: 0; }

    #dynamic-packaging-results .regimen-tarifa .price-block { margin: 15px 0; }

    #dynamic-packaging-results .regimen-tarifa .price-block .your-selection { margin-bottom: 0; }

    #dynamic-packaging-results .box-result-vue .info-track .btn-pin { top: -27px; }

    #dynamic-packaging-results .paginador > div:first-child { margin-bottom: 20px; }

    #dynamic-packaging-results .paginador .showing-pag { display: inline !important; }

    #dynamic-packaging-results .contener-services-hotel li { margin-bottom: 10px; }
}

/* S y M */

@media (max-width: 1023px) {
    #dynamic-packaging-results .applied-filters #appliedFilters ul { float: left; }

    #dynamic-packaging-results .info-track input[name*=js-track-type-journey] {
        margin-left: 0;
        float: left;
    }
}

@media (max-width: 390px) {
    #dynamic-packaging-results .contener-services-hotel li { width: 33.33%; }
}

/* ------------------------------------------------------------------
	06. [COC]
------------------------------------------------------------------- */

/* ------------------------------------------------------------------
    6.1 Cajas Agrupaciï¿½n
------------------------------------------------------------------- */

/* Caja filtros Agrupaciï¿½n */

.box-group-filter {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.box-group-filter ul {
    float: left;
    overflow: hidden;
}

.box-group-filter ul li {
    color: #666;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 13px;
    margin-left: 10px;
    padding: 5px 15px 15px;
}

.box-group-filter ul li:first-child {
    font-size: 12px;
    font-family: 'open_sansregular', sans-serif;
    line-height: 12px;
    padding-left: 0;
    text-transform: uppercase;
    color: #888;
    margin: 0;
}

.box-group-filter ul li:first-child:hover {
    color: #888;
    cursor: default;
}
.box-group-filter ul li:last-child { border-right: none; }

.box-group-filter ul li:hover,
.box-group-filter ul li.active {
    color: #2c9ca6;
    cursor: pointer;
}

.box-group-filter ul li.active {
    border-bottom: 2px solid #2c9ca6;
    color: #2c9ca6;
}

/* Caja resultados Agrupados */

.box-group .group-car-info {
    border-right: 1px solid #e6e6e6;
    padding: 15px 1.53846rem 10px 0.76923rem;
}

.box-group .group-car-info h2 {
    color: #444;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 3px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-group .group-car-info h2 i {
    font-size: 16px;
    float: left;
}

.box-group .group-car-info h2 span {
    margin-left: 10px;
    float: left;
    width: 90%;
    margin-top: -2px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-group .group-car-info p {
    line-height: 18px;
    padding-left: 26px;
}

.box-group .group-car-info ul {
    padding: 8px 0 0 26px;
    float: left;
}

.box-group .group-car-info .low-cost {
    height: 25px;
    width: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 10px;
}

.box-group .group-car-info li {
    float: left;
    display: inline-block;
    margin-left: 2px;
}

.box-group .group-car-info li:first-child {
    margin-left: 0;
}

.box-group .group-car-info li span:not(.low-cost) {
    border: 1px solid #ccc;
    color: #666;
    text-align: center;
    height: 25px;
    width: 50px;
    line-height: 24px;
    display: inline-block;
}

.box-group .group-car-prize {
    float: right;
    margin-left: 10px;
    margin-top: -12px;
}

.box-group .group-car-prize .group-from {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    color: #666;
    text-align: right;
}

.box-group .group-car-prize .group-prize {
    font-size: 30px;
    line-height: 30px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #444;
    letter-spacing: -1px;
    display: block;
    overflow: hidden;
    float: right;
}

.box-group .view-group {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.box-group .view-group button {
    margin: 0 auto;
}

/* S & M especial */
@media (min-width: 320px) and (max-width: 740px) {
    .box-group .view-group button {
        padding: 0 10px;
        font-size: 19px !important;
    }
}

/* S */
@media (max-width: 640px) {
    .box-group-filter ul li {
        margin-left: 0;
    }

    .box-group-filter ul li:last-child {
        margin-left: 10px;
    }

    .box-group .group-car-info {
        border-right: none;
    }

    .box-group .group-car-prize {
        position: absolute;
        left: 0.76923rem;
        bottom: -55px;
        margin-left: 26px;
    }

    .box-group .group-car-prize .group-from {
        text-align: left;
        margin-bottom: 1px;
        font-size: 11px;
        line-height: 11px;
    }

    .box-group .group-car-prize .group-prize {
        font-size: 26px;
    }

    .box-group .view-group {
        padding-top: 14px;
        padding-bottom: 4px;
        border-top: 1px solid #e6e6e6;
        position: relative;
        bottom: auto;
        right: auto;
    }

    .box-group .view-group button {
        float: right;
    }
}

/* ------------------------------------------------------------------
	6.2 Cajas de aviso
------------------------------------------------------------------- */

/* Caja Aviso Legacy */

.box2 {
    border: 1px solid #ccc;
    overflow: hidden;
}

.box2Warning {
    background: none repeat scroll 0 0 #efe466;
    border-color: #ff8f33;
    color: #444;
}

.warningL {
    background-position: -300px -150px;
}

/* ------------------------------------------------------------------
	6.3 Cajas resultados COC
------------------------------------------------------------------- */

/* Colorbox Opiniones Usuarios */

.colorbox-car-company-opinions #cboxLoadedContent {
    margin: 0 !important;
}

.colorbox-car-company-opinions #cboxTitle {
    display: none !important;
}

.colorbox-car-company-opinions .head-opinions {
    padding: 25px;
    background-color: #f4f4f4;
}

.colorbox-car-company-opinions .val-company {
    float: left;
    text-align: left;
    margin-top: 5px;
}

.colorbox-car-company-opinions .val-company > div {
    float: left;
    margin-right: 5px;
}

.colorbox-car-company-opinions .val-company .val-opinions {
    font-size: 16px;
    line-height: 26px;
    font-family: 'open_sanssemibold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.colorbox-car-company-opinions .val-company .n-opinions {
    font-size: 11px;
    font-family: 'open_sansregular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.colorbox-car-company-opinions .val-company .num {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 29px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: right;
}

.colorbox-car-company-opinions .wrap-opinions {
    padding: 25px;
}

.colorbox-car-company-opinions .wrap-opinions h4 {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.colorbox-car-company-opinions .wrap-opinions ul {
    padding: 0 !important;
    margin: 0 !important;
}

.colorbox-car-company-opinions .wrap-opinions li {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0 !important;
}

.colorbox-car-company-opinions .opinion-date {
    font-family: 'open_sansregular', sans-serif;
    color: #888;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}

.colorbox-car-company-opinions .opinion-date span {
    display: inline-block;
    border-left: 1px solid #bbb;
    margin-left: 3px;
    padding-left: 6px;
}

.colorbox-car-company-opinions .opinion-date span:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.colorbox-car-company-opinions .es-bien,
.colorbox-car-company-opinions .es-mal {
    padding-bottom: 5px;
}

.colorbox-car-company-opinions .es-bien span:first-child,
.colorbox-car-company-opinions .es-mal span:first-child {
    color: #444;
    display: inline-block;
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    margin-right: 3px;
    text-transform: uppercase;
}

.colorbox-car-company-opinions .infUser {
    color: #444;
    font-size: 12px;
    float: left;
    clear: both;
    display: block;
    padding-top: 15px;
}

.colorbox-car-company-opinions .valor {
    width: auto;
    margin: 0;
    font-family: "open_sansregular", sans-serif;
    text-align: left;
    float: left;
    position: absolute;
    left: 44px;
    top: 5px;
}

.colorbox-car-company-opinions .valor .num {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    color: #fff;
    width: 27px;
    height: 27px;
    float: left;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.colorbox-car-company-opinions span.avatar {
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    color: #888;
    text-align: center;
    vertical-align: -1px;
    padding-top: 1px;
    margin-right: 5px;
    background-color: #efefef;
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 10px;
}

.colorbox-car-company-opinions span.avatar.borderless {
    border: none;
    vertical-align: -8px;
}

.colorbox-car-company-opinions .reviewer {
    font-family: 'open_sanssemibold', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #444;
    display: block;
    text-align: center;
}

/* Media */

/* S */
@media (max-width: 640px) {
    .colorbox-car-company-opinions .avatar-points,
    .colorbox-car-company-opinions .info-user {
        float: left;
    }

    .colorbox-car-company-opinions .info-user {
        margin-left: 8px;
        margin-top: 15px;
    }
}

/* ------------------------------------------------------------------
    6.4 Sprite Logos Compaï¿½ï¿½as
------------------------------------------------------------------- */

.s-logos-coc {
    background: url('/assets/images/sprites/sprite-logos-coches.png') no-repeat;
    background-size: cover;
}

/* Posiciones para colorbox resultados COC / carrusel home COC imï¿½genes 80x60 */
.original-size .logo-coc-goldcar { background-position: -80px 0; }
.original-size .logo-coc-rhodium { background-position: -161px 0; }
.original-size .logo-coc-keddy { background-position: -242px 0; }
.original-size .logo-coc-klass-wagen { background-position: -323px 0; }
.original-size .logo-coc-premium { background-position: -404px 0; }
.original-size .logo-coc-direct { background-position: -485px 0; }
.original-size .logo-coc-autonom { background-position: -566px 0; }
.original-size .logo-coc-autoboca { background-position: -647px 0; }
.original-size .logo-coc-greenmotion { background-position: -728px 0; }
.original-size .logo-coc-caldera { background-position: -809px 0; }
.original-size .logo-coc-locauto { background-position: -890px 0; }
.original-size .logo-coc-noleggiare { background-position: -971px 0; }
.original-size .logo-coc-sicilybycar { background-position: -1052px 0; }
.original-size .logo-coc-maggiore { background-position: -1133px 0; }
.original-size .logo-coc-easirent { background-position: -1214px 0; }
.original-size .logo-coc-buchbinder { background-position: -1295px 0; }
.original-size .logo-coc-hiper { background-position: -1376px 0; }
.original-size .logo-coc-ok { background-position: -1457px 0; }
.original-size .logo-coc-owners { background-position: -1538px 0; }
.original-size .logo-coc-orlando { background-position: -1619px 0; }
.original-size .logo-coc-recordgo { background-position: -1700px 0; }
.original-size .logo-coc-target { background-position: -17810px 0; }
.original-size .logo-coc-targetrent { background-position: -1862px 0; }
.original-size .logo-coc-italy { background-position: -1943px 0; }
.original-size .logo-coc-megadrive { background-position: -2024px 0; }
.original-size .logo-coc-schiller { background-position: -2105px 0; }
.original-size .logo-coc-fox { background-position: -2186px 0; }
.original-size .logo-coc-globaldrive { background-position: -2267px 0; }
.original-size .logo-coc-drivalia { background-position: -2348px 0; }
.original-size .logo-coc-localiza { background-position: -2429px 0; }
.original-size .logo-coc-budget { background-position: -2510px 0; }
.original-size .logo-coc-avis { background-position: -2591px 0; }
.original-size .logo-coc-america { background-position: -2672px 0; }
.original-size .logo-coc-caro { background-position: -2753px 0; }
.original-size .logo-coc-alamo { background-position: -2834px 0; }
.original-size .logo-coc-advantage { background-position: -2915px 0; }
.original-size .logo-coc-thrifty { background-position: -2996px 0; }
.original-size .logo-coc-sixt { background-position: -3077px 0; }
.original-size .logo-coc-national { background-position: -3158px 0; }
.original-size .logo-coc-hertz { background-position: -3239px 0; }
.original-size .logo-coc-firefly { background-position: -3320px 0; }
.original-size .logo-coc-europcar { background-position: -3391px 0; }
.original-size .logo-coc-enterprise { background-position: -3442px 0; }
.original-size .logo-coc-dollar { background-position: -3563px 0; }
.original-size .logo-coc-centauro { background-position: -3644px 0; }
.original-size .logo-coc-interrent { background-position: -3725px 0; }

/* New elements */
.original-size .logo-coc-drive { background-position: -3805px 0; }
.original-size .logo-coc-drive4less { background-position: -3885px 0; }
.original-size .logo-coc-guerin { background-position: -3965px 0; }
.original-size .logo-coc-orbita { background-position: -4045px 0; }
.original-size .logo-coc-chilean { background-position: -4125px 0; }
.original-size .logo-coc-econorent { background-position: -4205px 0; }
.original-size .logo-coc-rosselot { background-position: -4285px 0; }
.original-size .logo-coc-class { background-position: -4365px 0; }
.original-size .logo-coc-autos { background-position: -4445px 0; }
.original-size .logo-coc-solmar { background-position: -4525px 0; }
.original-size .logo-coc-viten { background-position: -4605px 0; }
.original-size .logo-coc-ecovia { background-position: -4685px 0; }
.original-size .logo-coc-rentacar { background-position: -4765px 0; }
.original-size .logo-coc-sternrent { background-position: -4845px 0; }
.original-size .logo-coc-oryx { background-position: -4925px 0; }
.original-size .logo-coc-fleet { background-position: -5005px 0; }
.original-size .logo-coc-last { background-position: -5085px 0; }
.original-size .logo-coc-right { background-position: -5165px 0; }
.original-size .logo-coc-mex { background-position: -5245px 0; }
.original-size .logo-coc-victory { background-position: -5325px 0; }
.original-size .logo-coc-kem { background-position: -5405px 0; }
.original-size .logo-coc-top { background-position: -5485px 0; }
.original-size .logo-coc-u { background-position: -5565px 0; }
.original-size .logo-coc-saytur { background-position: -5645px 0; }
.original-size .logo-coc-flizzr { background-position: -5725px 0; }

.original-size .logo-coc-canarias { background-position: -5468px 0; }
.original-size .logo-coc-cactus { background-position: -5395px 0; }
.original-size .logo-coc-payless { background-position: -5760px 0; }
.original-size .logo-coc-cordoba { background-position: -5614px 0; }
.original-size .logo-coc-oclock { background-position: -5541px 0; }
.original-size .logo-coc-zugig { background-position: -5833px 0; }
.original-size .logo-coc-alkila { background-position: -5324px 0; }
.original-size .logo-coc-global { background-position: -5688px 0; }

/* ------------------------------------------------------------------
	07. [Vuelo+Hotel]
------------------------------------------------------------------- */

.vueloMhotel .advert-box { padding: 0 0  40px; }  /* Solo para Vuelo mï¿½s Hotel */
.vueloMhotel #wid-mini-card-ficha { border-top: 1px solid #fff; }
.cssFile_10031_lan_list_global {}

/*

    Widget Responsive: Caja Listados Landings Genérico

*/

/*
-----------------------------------------------------------*/

.lan-list,
.lan-filter-list {
    margin-bottom:20px;
}
.lan-list h2,
.lan-filter-list h2 {
    color: #444 !important;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px 10px;
    background-color: #eee;
}

.lan-list .list-wrap {
    color: #444;
    background: #fff;
    font-size: 12px;
    border: 1px #ddd solid;
    overflow: hidden;
}
.lan-list ul,
.lan-filter-list ul {
    padding: 1px 10px 2px;
}
.lan-list li {
    line-height: 29px;
    font-size: 13px;
}
.lan-list li:first-of-type {
    margin-top: 3px;
}
.lan-list .paginator-land {
    margin-bottom:20px;
}

.lan-filter-list li {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 7px;
}

@media (max-width: 640px) {
    .lan-filter-list { margin-bottom: 0; }
    .lan-filter-list li,
    .lan-filter-list h2 { text-align: center; }
}