/* FADE OUT ANIMATION ============================================================================ */

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* CAMBIOS ESTILOS NUEVOS */

.presupuestos-page {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb;
}

.wrapper-inner {
    width: 100%;
    max-width: 1170px;
    padding: 1px 1.5rem 3rem;
    margin: 0 auto;
    position: relative;
    background: #FFF;
}

@media (max-width: 1024px) {
    .wrapper-inner {
        max-width: initial;
        box-sizing: border-box;
        padding: 0 1.5rem;
    }
}
.presupuestos-page .menuWeb-list {margin-bottom: 0;}
.presupuestos-page .menuWeb, .presupuestos-page #headerSection > p, .presupuestos-page .clearFranjaCabecera {
    max-width: 1170px;
    display: block;
    margin: auto;
}
.presupuestos-page #headerSection.logged.top-bar-fixed {
    max-width: 1160px;
    margin: auto;
}

/* ESTILOS WEB */

.page-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Raleway", Arial, sans-serif;
    letter-spacing: 1px;
}

.presupuestos-page .filter-box {
    background: #d3d8e1;
    padding: 10px 15px;
}
.filter-box {
    padding: 25px 15px 10px 15px;
    background: #FFF;
}
.filter-box form {
    display: flex;
    flex-wrap: wrap;
}
.filter-box fieldset {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 15px;
}
fieldset .e-input {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 14px;
}
fieldset .e-input:focus, fieldset .e-input:active {
    border-color: #106185;
}
.filter-box fieldset > * {
    width: 100%;
}
form fieldset {width: calc(100% / 4.5);}
fieldset.btn-cont {padding-right: 0;width: calc(100% / 11);}
fieldset.fec {position: relative;}
fieldset.btn-cont .btn {margin: 1.75rem 0 0 0;}
fieldset.fec .fa {
    position: absolute;
    bottom: 9px;
    right: 20px;
    width: auto;
    /* background: #26688c; */
    /* color: #FFF; */
    /* padding: 9px; */
    /* right: 11px; */
    /* bottom: 1px; */
    /* border-radius: 0 3px 3px 0px; */
}
/* TABLE RESULTS */
.epl-table {
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
    border: 1px solid rgba(0,0,0,.12);
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 13px;
    background-color: #fff;
    width: 100%;
}

.epl-table thead {
    padding-bottom: 3px;
}
.epl-table thead th {
    cursor: pointer;
}
.epl-table thead th.ordered {color: #000;}
.epl-table thead th.ordered:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f0d7";
    margin-right: 5px;
}
.epl-table thead th.ordered.asc:before {content: "\f0d8";}

.epl-table tbody tr {
    position: relative;
    height: 48px;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: background-color
    /*cursor: pointer;*/
}

/*.epl-table tbody tr.is-selected {*/
/*background-color: #e0e0e0*/
/*}*/

.epl-table tbody tr:hover {
    background-color: #eee
}

td.val {
    text-align: center;
    padding-right: 35px;
}

.epl-table th {
    padding: 0 18px 12px 8px;
    /*text-align: right*/
}

.epl-table td:first-of-type,.epl-table th:first-of-type {
    padding-left: 24px
}

.epl-table td:last-of-type,.epl-table th:last-of-type {
    padding-right: 24px
}

.epl-table td {
    position: relative;
    font-size: 12px;
    /*height: 48px;*/
    border-top: 1px solid rgba(0,0,0,.12);
    border-bottom: 1px solid rgba(0,0,0,.12);
    padding: 6px 9px;
    box-sizing: border-box
}

.epl-table td,.epl-table td .mdl-data-table__select {
    vertical-align: middle
}
.epl-table td.btn-cont {
    max-width: 7.125rem;
}

.epl-table th {
    position: relative;
    vertical-align: bottom;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    height: 48px;
    font-size: 12px;
    color: rgba(0,0,0,.54);
    padding-bottom: 8px;
    box-sizing: border-box
}

button.btn:not(.dropdown-toggle), button.btn:not(.dropdown-toggle):hover {
    border: none;
    background: #106185;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    /*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
    /*transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
button.btn:not(.dropdown-toggle):focus, button.btn:not(.dropdown-toggle):active {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
button.btn.w-icon {
    background: none;
    border: 2px solid rgba(28, 104, 138, 0.51);
    color: rgba(28, 104, 138, 0.51);
    padding: 10px;
    border-radius: 4px;
}
#ui-datepicker-div.ui-widget-content {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
/*button.btn.w-icon:hover, button.btn.w-icon:active, button.btn.w-icon:focus {*/
/*background: rgba(28, 104, 138, 0.34);*/
/*}*/
.expand-table {
    display: flex;
    height: 32px;
    padding: 5px 10px;
    margin: auto 10px auto 0;
}
button.btn.w-icon.expand-table.active {
    border-color: #106185;
    color: #106185;
}

.n-order {
    width: 50px;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: center;
}
.epl-pagination {
    display: flex;
    flex-wrap: wrap;
}
.epl-pagination .epl-select {
    display: flex;
    margin: 10px auto 10px 0;
}
.pag-inline {
    display: flex;
    margin: 10px 0 10px auto;
}
.pag-inline span {
    background: #FFF;
    padding: 2px 15px;
    cursor: pointer;
    border: 1px solid #CCC;
    border-width: 1px 1px 1px 0;
    font-size: 12px;
    line-height: 2.35;
    transition: all .2s ease-in;
}
.pag-inline span:first-child {border-left-width: 1px;border-radius: 2px 0 0 2px;}
.pag-inline span:last-child {border-radius: 0 2px 2px 0;}
.pag-inline span:hover, .pag-inline span:active, .pag-inline span.active {
    background: #106185;
    color: #FFF;
}
.pag-inline span.disabled {
    cursor: not-allowed;
    background: #FFF;
    color: #232323;
}
.epl-table.condensed tr {
    height: auto;
}
.epl-table.condensed td, .epl-table.condensed th {
    padding: 0;
    height: auto;
}
.epl-table.condensed button.btn {
    padding: 1px 10px;
    margin: 4px 0;
    letter-spacing: 1px;
}

.lc-dispo-mensaje {
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 2.5;
    font-size: 18px;
    color: #c51a1a;
    letter-spacing: 1px;
    font-weight: 600;
}
.lc-dispo-mensaje i {display: block;margin: 10px 0;font-size: 38px;}

@media (max-width: 1024px){
    .epl-table tr td:first-child, .epl-table tr th:first-child {display: none;}
    .epl-table tr td:first-child + td, .epl-table tr th:first-child + th {padding-left: 10px;}
    .epl-table.condensed td.btn-cont {max-width: 3.5rem;}
    #formReservas fieldset.btn-cont {min-width: 0;}
    #formReservas fieldset.btn-cont .btn {padding: 10px;}
}



.min input[type="checkbox"].epl-checkbox, fieldset.epl-check.min input[type="checkbox"] {
    width: 1.75rem;
    height: 1.75rem;
}
.min input[type="checkbox"].epl-checkbox:checked:before, fieldset.epl-check.min input[type="checkbox"]:checked:before,
.min input[type="checkbox"].epl-checkbox:hover:before, fieldset.epl-check.min input[type="checkbox"]:hover:before {
    width: .5rem;
    height: 1rem;
}

/* ========== SOLO HOTEL ================================================================================= */

#filterStructureAc {
    width: 25%;
    float: left;
}

#filterStructureAc + .tab-content {
    width: calc(75% - 25px);
    margin-left: 25px;
    float: left;
}

#filterStructureAc .dispo-filter, #filterStructureAc .structure-table {
    width: 100%;
}
.tab-content .dispoHotel {
    width: 100%;
    background: #FFF;
}
.dispo-filter {
    width: 100%;
    margin-bottom: 1rem;
}
#filterStructureAc .filt-head {
    background: #106185;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 2rem;
}
#filterStructureAc .filt-head i {margin-right: 5px;}
.dispo-filter > span > i {margin-right: 5px;}
.dispo-filter > span {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: .5rem;
    display: block;
    position: relative;
}
.dispo-filter > span:not(.irs):after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-size: 13px;
    transition: transform, color .28s ease-in;
}
.dispo-filter ul {
    padding: 0;
    list-style: none outside none;
}
.dispo-filter li {
    width: 100%;
    font-size: 12px;
}
fieldset.dispo-filter label {
    margin-top: .55rem;
    max-width: calc(100% - 4rem);
    vertical-align: top;
}

.dispo-filter > ul, .dispo-filter > input {
    /*width: 0;*/
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .28s ease-in;
}
.dispo-filter > span {color: #999;}
.dispo-filter.active > span {color: #3071a9;}
.dispo-filter.active > span:after {
    transform: rotate(180deg);
}
.dispo-filter.active ul, .dispo-filter.active > input {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

/* CAJA DISPO - DISPO BOX */

.dispo-box-hotel {
    margin-bottom: 2.5rem;
    position: relative;
}

.dispo-box-head {
    width: calc(100% - 22rem);
    display: inline-block;
    vertical-align: top;
}
.dispoHotel .dispo-box-destacado {
    border: solid #106185;
    border-width: 20px 6px 6px 6px;
    border-radius: 4px;
}
/*.dispoHotel .dispo-box-destacado:before {*/
    /*display: inline-block;*/
    /*font-family: FontAwesome;*/
    /*text-rendering: auto;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*content: "\f02e";*/
    /*position: absolute;*/
    /*left: -6px;*/
    /*top: -30px;*/
    /*font-size: 18px;*/
    /*color: #FFF;*/
    /*background: #26688c;*/
    /*padding: 4px 9px;*/
    /*height: 30px;*/
    /*width: 30px;*/
    /*border-radius: 3px 3px 0 0;*/
/*}*/
.dispoHotel .dispo-box-destacado .dst {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    color: #FFF;
    background: #26688c;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.dispo-box-head .pvp-box {
    display: block;
    padding: 0 5px;
    width: 16rem;
    border: 2px solid #c3c3c3;
    margin: -4.25rem -1.25rem .5rem auto;
    background: #e2f8ff;
    position: relative;
    float: right;
}
.pvp-box:after, .pvp-box:before {
    content: "";
    position: absolute;
    left: -0.95rem;
    bottom: -0.60rem;
    width: 2rem;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    height: 1.5rem;
    background: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 0 0 2px 0;
    z-index: 0;
}
.pvp-box:after {
    right: -0.75rem;
    top: -0.45rem;
    width: 2rem;
    left: initial;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    height: 1.25rem;
}
.dispo-box-head .pvp-box strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #ec8f04;
}
.dispo-box-head .pvp-box span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #336699;
}
.dispo-box-head .rating, .dispo-box-head .servicioDireccion {
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 1.35;
}

/* Badge List =================================================================================  */

.badge-list {
    width: 73%;
    float: right;
    margin-bottom: 5px;
}
.dispo-box-hotel .badge-list {width: 68%;}
.badge-fac {
    background: #336699;
    border: 1px solid #305484;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
}
.badge-list .badge-fac {
    margin-right: 10px;
}
.badge-fac.badge-img {
    background: transparent;
    border: none;
}
.badge-fac > div {
    padding: 10px;
}
.badge-fac img {
    max-width: 100%;
    max-height: 35px;
    display: inline-block;
}
.badge-list .popover {
    background: rgba(0, 0, 0, 0.76);
    color: #FFF;
    font-size: 12px;
}
.badge-list .popover.top .arrow {border-top-color: rgba(0, 0, 0, 0.82);}
.badge-list .popover.top .arrow:after {
    border-top-color: transparent;
}

/* Badge List =============================================================================  */

/*.dispo-box-head .servicioDireccion {margin-top: 5px;}*/

.servicioDireccion {
    font-size: 1rem;
    display: block;
}
.infoDispo {position: relative;}
.ver-mapa.btn-solo-map {
    padding: .1rem .75rem;
    font-size: 1rem;
    background: #e3f8ff;
    color: #e88e00;
    position: absolute;
    right: 15.17rem;
    top: -2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 12rem;
    border: solid #CCC;
    border-width: 2px;
}

.dispoHotel .dispoBox-full {
    padding: 1rem;
}

.info-dispo-image {
    width: 210px;
    position: relative;
    display: inline-block;
}

.info-dispo-image .servicioImagen {
    max-width: 210px;
    padding-right: 10px;
}

#view-dispo-gallery {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.28);
    width: 100%;
    color: rgba(33, 33, 33, 0.21);
    text-align: center;
    line-height: 4;
    font-size: 42px;
    transition: all .28s ease-in;
}
#view-dispo-gallery:hover {
    color: #212121;
    background: rgba(255, 255, 255, 0.61);
}

.dispo-box-hotel .dispo-desclimtids {
    width: 100%;
    padding: 0;
    font-size: 12px;
    display: block;
    line-height: 1.35;
    margin-top: .25rem;
}
.dispo-box-hotel .limited {display: inline;}
.dispo-box-hotel .dispo-buttonmas, .dispo-box-hotel .dispo-buttonmenos {
    display: inline;
    background: none;
    padding: 0;
    text-decoration: underline;
    text-shadow: none;
    color: #222;
    width: auto;
    float: none;
}


.dispo-box-hotel .tab-sec-header span {
    font-size: 11px;
    font-weight: 400;
}
.dispoBox-full.dispo-box-hotel [class^=tab-sec].t-hab {
    /* width: 13%; Valor anterior */
    width: calc(19% - 2.125rem);
}
.dispoBox-full.dispo-box-hotel [class^=tab-sec].t-reg {
    width: calc(26% - 8.125rem);
    text-align: center;
}
.dispoBox-full.dispo-box-hotel .t-pvp {
    width: 14%;
}
.dispoBox-full.dispo-box-hotel .t-pvp span.importeHotel {
    font-size: 13px;
}
.dispoBox-full.dispo-box-hotel [class^=tab-sec].t-btn, .dispoBox-full.dispo-box-hotel .tab-sec.t-btn {
    /* width: 12%; Valor anterior */
    width: 9.5rem;
}
.dispoBox-full.dispo-box-hotel .tab-sec-header {
    min-height: 27px;
    border-width: 0 1px 0 0;
}

.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar {
    width: 100%;
    font-size: 10px;
    letter-spacing: .5px;
    padding: .5rem 0;
    margin: .25rem 0;
    background: #e88c00;
    text-shadow: 0 0 1px #0000007a;
    font-weight: 600;
    transition: all .28s ease-in;
}
.dispoBox-full.dispo-box-hotel .btn {
    transition: all .28s ease-in;
}
.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar:hover,
.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar:active,
.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar:focus {
    background: #cd7500;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#filterStructureAc #filtrosHotel #btn-b1 {
    width: 100%;
}

#btn-b1 .btn.btnFiltrar {
    width: 90%;
    margin: 0 5%;
    font-size: 14px;
}

#btn-b1 .btn.btnFiltrarNom {
    width: 51%;
    margin: 0 5%;
    font-size: 9px;
    float:right;
    /*background: #106185;*/
    /*border: 1px solid #106185;*/
}



/* FILTROS HOTEL ==================================================================== */

/* Destination Layer ================================================================ */

.destination-list-layer {
    position: absolute;
    left: 0;
    margin-top: 22px;
    z-index: 1;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 15px 10px;
    min-width: 420px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all .28s ease-in;
}
.destination-list-layer.show {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.destination-list-layer .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #923030;
    font-size: 24px;
    opacity: 1;
}
.destination-list-layer:before, .destination-list-layer:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 40px;
    border-style: solid;
}
.destination-list-layer:before {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #FFFFFF transparent;
}
.destination-list-layer:after {
    border-width: 0 21px 21px 21px;
    border-color: transparent transparent #CCC transparent;
    z-index: -1;
    margin-left: -1px;
    margin-top: -1px;
}
.destination-list-layer h4 {
    padding: 0 15px;
}
.destination-list-layer ul {
    padding: 10px 0;
}
.destination-list-layer ul li {
    list-style: none;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 3px;
    width: auto;
    font-size: 16px;
    transition: all .28s ease-in;
}
.destination-list-layer > ul > li:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f041";
    margin-right: 5px;
    color: #106185;
}
/*.destination-list-layer ul li:hover {
    background: rgba(36, 138, 70, 0.45);
    color: #FFF;
}*/
/*.destination-list-layer ul li.selected {
    background: #248a46;
    color: #FFF;
}*/
.destination-list-layer ul li.selected:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f00c";
    margin-right: 5px;
    color: #288045;
}

.destination-list-layer>  ul > li > .sub {
    opacity: 0;
    height: 0;
    width: 0;
    transition: all .28s ease-in;
}
.destination-list-layer > ul > li > .sub.active {
    display: block;
    opacity: 1;
    height: 100%;
    width: 100%;
}
.destination-list-layer .sub {
    display: none;
    padding: 0;
    margin-top: 10px;
}
.destination-list-layer.more-w {
    min-width: 780px;
}
.destination-list-layer ul li .sub li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px dashed #CCC;
    font-size: 12px;
}
.input-w-layer {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #DDD;
}

/* CHOLLOS ====================================================================== */

.box-oferta-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 35px;
}
.box-oferta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(25% - 1rem);
    margin: 0 1rem 0 0;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-oferta:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.box-oferta img {
    max-height: 120px;
}
.box-oferta h3 {
    color: #106185;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.box-oferta-info {font-size: 12px;padding: 0 10px;}
.box-oferta-info > span {display: block;width: 100%;}
.box-oferta-info .rating-box i {color: #ffb639;}
.box-oferta-info a {color: #106185;text-decoration: none;margin-top: 5px;font-weight: 700;}
.box-oferta-pvp {
    margin-left: auto;
    text-align: right;
}
.box-oferta-pvp > span, .box-oferta-pvp > .desde {
    width: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.box-oferta-pvp > span {
    font-size: 28px;
    color: #EA8C00;
    font-weight: 700;
}
.box-oferta-pvp .desde p {
    text-decoration: line-through;
    margin-bottom: 0;
}
.box-oferta-pvp .desde .badge-pvp {
    border-radius: 3px;
    text-decoration: none;
    text-shadow: none;
    color: #212121;
    width: auto;
    background: #DDD;
    padding: 5px 10px;
    border: 1px solid #CCC;
    display: block;
    margin-left: auto;
}

.box-oferta-pvp .pdfImporte {
    display: flex;
    flex-direction: row;
}

.box-ofertas-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.box-ofertas-nav span {
    position: relative;
    background: #DDD;
    padding: 15px;
    width: calc(100% / 6);
    text-align: center;
    max-height: 50px;
    cursor: pointer;
}
.box-ofertas-nav span:hover {
    background: rgba(28, 104, 138, 0.4);
}
.box-ofertas-nav span.active {
    background: #106185;
    color: #FFF;
}
.box-ofertas-nav span.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 14px);
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #106185 transparent transparent transparent;
}

.nav-container {
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    transition: opacity,height .28s ease-in;
}
.nav-container.active {
    opacity: 1;
    height: auto;
    width: 100%;
    visibility: visible;
}

/* BOX ESCAPADAS ======================================================================================= */

.box-esc-item {
    /*width: 25%;*/
    height: 100%;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-esc-title {
    width: 100%;
    padding: 10px;
    background: #106185;
    color: #FFF;
    margin: 0;
}
.box-esc-item-img {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
}
.box-esc-item-img img {width: 100%;}
.box-esc-list {
    padding: 0;
}
.box-esc-list li {
    padding: 8px 5px;
    list-style: none;
    border-bottom: 1px dashed #CCC;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-esc-list li .pvp {
    margin-left: auto;
}
.box-esc-list li .pvp strong {margin-left: 5px;}
.box-esc-item .ver-todas {

}
.box-esc-item > .ver-todas {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.box-esc-item .ver-todas span {
    display: block;
    margin: auto;
    width: 50%;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    background: #106185;
    color: #FFF;
}

.info-dispo-resumen {
    padding: 5px 15px 5px 15px;
    width: auto;
    margin-left: 20px;
}
.info-dispo-resumen span {
    margin-right: 15px;
}
.info-dispo-resumen span i {
    color: #106185;
    margin-right: 5px;
}
.info-dispo-resumen .btn-inline {
    padding: 2px 15px;
    color: #212121;
    margin-left: 10px;
    background: none;
    border: 1px solid #CCC;
    /* text-decoration: underline; */
    /*margin-left: 0;*/
}
.info-dispo-resumen .btn-inline:hover {
    padding: 2px 15px;
}
.buscador-dispo, .buscador-dispo#buscador-dispoHotel {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.buscador-dispo.active, .buscador-dispo#buscador-dispoHotel.active {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: auto;
    overflow: visible;
}

/* BOX ESCAPADAS ======================================================================================= */

.box-esc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.box-esc-item {
    width: calc(25% - 1.125rem);
    margin-right: 1.5rem;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-esc-item:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.box-esc-item:nth-of-type(4n) {
    margin-right: 0;
}
.box-esc-title {
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 400;
    padding: 10px;
    background: #106185;
    color: #FFF;
    margin: 0;
}
.box-esc-item-img {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
}
.box-esc-item-img img {width: 100%;}
.box-esc-list {
    padding: 0;
    max-height: 18.5rem;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-esc-list.full-list {
    max-height: 100%;
}
.box-esc-list li {
    padding: 8px 5px;
    list-style: none;
    border-bottom: 1px dashed #CCC;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 1.3rem;
}
.box-esc-list li .pvp {
    margin-left: auto;
}
.box-esc-list li .pvp strong {margin-left: 5px;}
.box-esc-item .ver-todas {

}
.box-esc-item > .ver-todas {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    margin-top: 0;
}
.box-esc-item .ver-todas span {
    display: block;
    margin: auto;
    width: 65%;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    background: #106185;
    color: #FFF;
}
.box-esc-item .ver-todas span p {
    display: inline;
    margin-left: .25rem;
}
.nav-esc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.nav-esc .nav-esc-todas {
    width: 20%;
}
.nav-esc-tematicas {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.nav-esc-tematicas li {
    width: 25%;
    list-style: none;
    position: relative;
    border: 2px solid #fff;
}
.nav-esc-tematicas li a {
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.nav-esc-tematicas li span {
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    width: 100%;
    text-align: center;
    color: #FFF;
    opacity: 0;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.nav-esc-tematicas li:hover a, .nav-esc-tematicas li.active a {
    background: #000;
}
.nav-esc-tematicas li:hover a span, .nav-esc-tematicas li.active a span {
    opacity: 1;
}
.nav-esc-tematicas li:hover a img, .nav-esc-tematicas li.active a img {
    opacity: .38;
}
.nav-esc-todas img, .nav-esc-tematicas li img {
    width: auto;
    max-height: 52px;
    max-width: 100%;
    min-width: 100%;
}
.esc-desc {
    display: inline-block;
    margin-top: 5rem;
    line-height: 1.65;
}
.linkEscapada, .show-more-esc {cursor: pointer;}
.linkEscapada.no-link {cursor: default;}


.min input[type="checkbox"].epl-checkbox, fieldset.epl-check.min input[type="checkbox"] {
    width: 1.75rem;
    height: 1.75rem;
}
.min input[type="checkbox"].epl-checkbox:checked:before, fieldset.epl-check.min input[type="checkbox"]:checked:before,
.min input[type="checkbox"].epl-checkbox:hover:before, fieldset.epl-check.min input[type="checkbox"]:hover:before {
    width: .5rem;
    height: 1rem;
}

/* ========== SOLO HOTEL ================================================================================= */

#filterStructureAc {
    width: 25%;
    float: left;
}

#filterStructureAc + .tab-content {
    width: calc(75% - 25px);
    margin-left: 25px;
    float: left;
}

#filterStructureAc .dispo-filter, #filterStructureAc .structure-table {
    width: 100%;
}
.tab-content .dispoHotel {
    width: 100%;
    background: #FFF;
}
.dispo-filter {
    width: 100%;
    margin-bottom: 1rem;
}
#filterStructureAc .filt-head {
    background: #106185;
    color: #FFF;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 2rem;
}
#filterStructureAc .filt-head i {margin-right: 5px;}
.dispo-filter > span > i {margin-right: 5px;}
.dispo-filter > span {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: .5rem;
    display: block;
    position: relative;
}
.dispo-filter > span:not(.irs):after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-size: 13px;
    transition: transform, color .28s ease-in;
}
.dispo-filter ul {
    padding: 0;
    list-style: none outside none;
}
.dispo-filter li {
    width: 100%;
    font-size: 12px;
}
fieldset.dispo-filter label {
    margin-top: .55rem;
    max-width: calc(100% - 4rem);
    vertical-align: top;
}

.dispo-filter > ul, .dispo-filter > input {
    /*width: 0;*/
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .28s ease-in;
}
.dispo-filter > ul, .dispo-filter > div {
    /*width: 0;*/
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .28s ease-in;
}
.dispo-filter > span {color: #999;}
.dispo-filter.active > span {color: #3071a9;}
.dispo-filter.active > span:after {
    transform: rotate(180deg);
}
.dispo-filter.active ul, .dispo-filter.active > input {
    /*width: 100%;*/
    height: 100%;
    visibility: visible;
    opacity: 1;
}
.dispo-filter.active ul, .dispo-filter.active > div {
    /*width: 100%;*/
    height: 100%;
    visibility: visible;
    opacity: 1;
}

/* CAJA DISPO - DISPO BOX */

.dispo-box-hotel {
    margin-bottom: 4rem;
    position: relative;
}

.dispo-box-head {
    width: calc(100% - 22rem);
    display: inline-block;
    vertical-align: top;
}

.dispo-box-head .pvp-box {
    display: block;
    padding: 0 5px;
    width: 16rem;
    border: 2px solid #c3c3c3;
    margin: -5.175rem -2.25rem .5rem auto;
    background: #e2f8ff;
    position: relative;
    float: right;
}
.pvp-box:after, .pvp-box:before {
    content: "";
    position: absolute;
    left: -0.95rem;
    bottom: -0.60rem;
    width: 2rem;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    height: 1.5rem;
    background: #FFF;
    border-color: #CCC;
    border-style: solid;
    border-width: 0 0 2px 0;
    z-index: 0;
}
.pvp-box:after {
    right: -0.75rem;
    top: -0.45rem;
    width: 2rem;
    left: initial;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    height: 1.25rem;
}
.dispo-box-head .pvp-box strong {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #ec8f04;
}
.dispo-box-head .pvp-box span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #336699;
}
.dispo-box-head .rating, .dispo-box-head .servicioDireccion {
    display: inline-block;
    width: 100%;
    margin: 0;
    line-height: 1.35;
}

/* Badge List =================================================================================  */

.badge-list {
    width: 73%;
    float: right;
    margin-bottom: 5px;
}
.dispo-box-hotel .badge-list {width: 68%;}
.badge-fac {
    background: #336699;
    border: 1px solid #305484;
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 0;
}
.badge-list .badge-fac {
    margin-right: 10px;
}
.badge-fac.badge-img {
    background: transparent;
    border: none;
}
.badge-fac > div {
    padding: 10px;
}
.badge-fac img {
    max-width: 100%;
    max-height: 35px;
    display: inline-block;
}
.badge-list .popover {
    background: rgba(0, 0, 0, 0.76);
    color: #FFF;
    font-size: 12px;
}
.badge-list .popover.top .arrow {border-top-color: rgba(0, 0, 0, 0.82);}
.badge-list .popover.top .arrow:after {
    border-top-color: transparent;
}

/* Badge List =============================================================================  */

/*.dispo-box-head .servicioDireccion {margin-top: 5px;}*/

.servicioDireccion {
    font-size: 1rem;
    display: block;
}
.infoDispo {position: relative;}

.dispoHotel .dispoBox-full {
    padding: 1rem;
}

.info-dispo-image {
    width: 210px;
    position: relative;
    display: inline-block;
}

.info-dispo-image .servicioImagen {
    max-width: 210px;
    padding-right: 10px;
}

#view-dispo-gallery {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.28);
    width: 100%;
    color: rgba(33, 33, 33, 0.21);
    text-align: center;
    line-height: 4;
    font-size: 42px;
    transition: all .28s ease-in;
}
#view-dispo-gallery:hover {
    color: #212121;
    background: rgba(255, 255, 255, 0.61);
}

.dispo-box-hotel .dispo-desclimtids {
    width: 100%;
    padding: 0;
    font-size: 12px;
    display: block;
    line-height: 1.35;
    margin-top: .25rem;
}
.dispo-box-hotel .limited {display: inline;}
.dispo-box-hotel .dispo-buttonmas, .dispo-box-hotel .dispo-buttonmenos {
    display: inline;
    background: none;
    padding: 0;
    text-decoration: underline;
    text-shadow: none;
    color: #222;
    width: auto;
    float: none;
}

.header-esc .breadcrumb {
    background: unset;
    font-size: 1.4rem;
    vertical-align: middle;
    float: right;
    background: #38669c;
    color: #FFF;
    margin-bottom: 0;
    margin-top: 5px;
}
.header-esc .breadcrumb a {
    color: #FFF;
}
.header-esc .breadcrumb a:hover {
    text-decoration: none;
}
/*.dispo-box-hotel .tab-sec-header span {*/
    /*font-size: 11px;*/
    /*font-weight: 400;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel [class^=tab-sec].t-hab {*/
    /*/!* width: 13%; Valor anterior *!/*/
    /*width: calc(19% - 2.125rem);*/
/*}*/
/*.dispoBox-full.dispo-box-hotel [class^=tab-sec].t-reg {*/
    /*/!* width: 20%; Valor anterior *!/*/
    /*width: calc(26% - 8.125rem);*/
    /*text-align: center;*/
    /*line-height: 1;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel .t-pvp {*/
    /*width: 11%;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel .t-pvp span.importeHotel {*/
    /*font-size: 13px;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel [class^=tab-sec].t-btn, .dispoBox-full.dispo-box-hotel .tab-sec.t-btn {*/
    /*/!* width: 12%; Valor anterior *!/*/
    /*width: 11.5rem;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel .tab-sec-header {*/
    /*min-height: 27px;*/
    /*border-width: 0 1px 0 0;*/
/*}*/

/*.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar {*/
    /*width: 100%;*/
    /*font-size: 10px;*/
    /*letter-spacing: .5px;*/
    /*padding: .5rem 0;*/
    /*margin: .25rem 0;*/
    /*background: #e88c00;*/
    /*text-shadow: 0 0 1px #0000007a;*/
    /*font-weight: 600;*/
    /*transition: all .28s ease-in;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel .btn {*/
    /*transition: all .28s ease-in;*/
/*}*/
/*.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar:hover,*/
/*.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar:active,*/
/*.dispoBox-full.dispo-box-hotel .tab-sec.t-btn .btn-dispo-reservar:focus {*/
    /*background: #cd7500;*/
    /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
/*}*/

/*#filterStructureAc #filtrosHotel #btn-b1 {*/
    /*width: 100%;*/
/*}*/

/*#btn-b1 .btn.btnFiltrar {*/
    /*width: 90%;*/
    /*margin: 0 5%;*/
    /*font-size: 14px;
}*/

/* FILTROS HOTEL ==================================================================== */

/* Destination Layer ================================================================ */

.destination-list-layer {
    position: absolute;
    left: 0;
    margin-top: 22px;
    z-index: 1;
    background: #FFF;
    border-radius: 3px;
    border: 1px solid #CCC;
    padding: 15px 10px;
    min-width: 420px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all .28s ease-in;
}
.destination-list-layer.show {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.destination-list-layer .close {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #923030;
    font-size: 24px;
    opacity: 1;
}
.destination-list-layer:before, .destination-list-layer:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -20px;
    left: 40px;
    border-style: solid;
}
.destination-list-layer:before {
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #FFFFFF transparent;
}
.destination-list-layer:after {
    border-width: 0 21px 21px 21px;
    border-color: transparent transparent #CCC transparent;
    z-index: -1;
    margin-left: -1px;
    margin-top: -1px;
}
.destination-list-layer h4 {
    padding: 0 15px;
}
.destination-list-layer ul {
    padding: 10px 0;
}
.destination-list-layer ul li {
    list-style: none;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 0 15px;
    border-radius: 3px;
    width: auto;
    transition: all .28s ease-in;
}
.destination-list-layer ul li:hover {
    background: rgba(36, 138, 70, 0.45);
    color: #FFF;
}
.destination-list-layer ul li.selected {
    background: #248a46;
    color: #FFF;
}
.destination-list-layer ul li.selected:before {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f00c";
    margin-right: 5px;
}
.input-w-layer {
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    border: 1px solid #DDD;
}

/* CHOLLOS ====================================================================== */

.box-oferta-section {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-top: 35px;
    overflow: hidden;
}
.box-oferta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: calc(25% - 1rem);
    margin: 0 1rem 0 0;
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-oferta:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.box-oferta img {
    max-height: 120px;
}
.box-oferta h3 {
    color: #106185;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.box-oferta-info {
    font-size: 12px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.box-oferta-info > span {display: block;width: 100%;}
.box-oferta-info .rating-box i {color: #ffb639;}
.box-oferta-info a {color: #106185;text-decoration: none;margin-top: 5px;font-weight: 700;}
.box-oferta-info > span i {display: inline-block;margin-right: 5px;color: #106185;}
.box-oferta-pvp {
    margin-left: auto;
    text-align: right;
}
.box-oferta-pvp > span, .box-oferta-pvp > .desde {
    width: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.box-oferta-pvp .pdfImporte span {
    font-size: 28px;
    color: #EA8C00;
    font-weight: 700;
}
.box-oferta-pvp .desde p {
    text-decoration: line-through;
    margin-bottom: 0;
}
.box-oferta-pvp .desde .badge-pvp {
    border-radius: 3px;
    text-decoration: none;
    text-shadow: none;
    color: #212121;
    width: auto;
    background: #DDD;
    padding: 5px 10px;
    border: 1px solid #CCC;
    display: block;
    margin-left: auto;
}

.box-ofertas-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-bottom: 3rem;
}
.box-ofertas-nav span {
    position: relative;
    background: #DDD;
    padding: 15px;
    width: 25%;
    text-align: center;
    max-height: 50px;
    cursor: pointer;
    border-right: 1px solid #999;
}
.box-ofertas-nav span > object {
    transform: scale(0.25);
    fill: #CCC;
    position: absolute;
    left: 15px;
    top: -20px;
}
path {fill: #FFF;}
.box-ofertas-nav span:hover {
    background: rgba(28, 104, 138, 0.4);
}
.box-ofertas-nav span:hover path {fill: #FFF;}
.box-ofertas-nav span.active {
    background: #106185;
    color: #FFF;
}
.box-ofertas-nav span.active path {
    fill: #FFFFFF;
}
.box-ofertas-nav span.active:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -14px;
    left: calc(50% - 14px);
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #106185 transparent transparent transparent;
}
.nav-container {
    /*opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;*/
    transition: opacity,height .28s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
.nav-container .box-oferta {margin-bottom: 1.5rem;}
.box-oferta-section .nav-container {
/*    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;*/

    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    animation-fill-mode: backwards;
    display: none;
}
.box-oferta-section .nav-container.active {
    /*opacity: 1;
    height: auto;
    width: 100%;
    visibility: visible;*/
/*    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;*/
    display: flex;
    width: 100%;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-fill-mode: backwards;
    transition-delay: .3s;
}
.box-nav > p {
    background-size: 18px;
    background-repeat: no-repeat;
    margin: 0;
    width: auto;
    display: inline-block;
    padding: 0 3rem;
}
/* BOX ESCAPADAS ======================================================================================= */

.box-esc-item {
    /*width: 25%;*/
    min-height: 37.3rem;
    height: 100%;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-esc-title {
    width: 100%;
    padding: 10px;
    background: #106185;
    color: #FFF;
    margin: 0;
}
.box-esc-item-img {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
}
.box-esc-item-img img {width: 100%;}
.box-esc-list {
    padding: 0;
}
.box-esc-list li {
    padding: 8px 5px;
    list-style: none;
    border-bottom: 1px dashed #CCC;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-esc-list li .pvp {
    margin-left: auto;
}
.box-esc-list li .pvp strong {margin-left: 5px;}
.box-esc-item {
    width: 23.75%;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.box-esc-title {
    width: 100%;
    padding: 10px;
    background: #106185;
    color: #FFF;
    margin: 0;
}
.box-esc-item-img {
    width: 100%;
    max-height: 90px;
    overflow: hidden;
}
.box-esc-item-img img {width: 100%;}
.box-esc-list {
    padding: 0;
}
.box-esc-list li {
    padding: 8px 5px;
    list-style: none;
    border-bottom: 1px dashed #CCC;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.box-esc-list li .pvp {
    margin-left: auto;
}
.box-esc-list li .pvp strong {margin-left: 5px;}
.box-esc-item .ver-todas {

}
.box-esc-item > .ver-todas {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.box-esc-item .ver-todas span {
    display: block;
    margin: auto;
    width: 50%;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    background: #106185;
    color: #FFF;
}


span.sort-btn {
    background: #26688c;
    border: 1px solid #225c82;
    color: #FFF;
    font-size: 1.2rem;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    opacity: .81;
}
span.sort-btn:hover {
    opacity: 1;
}
span.sort-btn i {
    margin-right: 3px;
}



/*.box-ofertas-nav span:before {
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}*/
/*
.box-nav-1:before {
    content: "\f005";
}
.box-nav-2:before {
    content: "\f041";
}
.box-nav-3:before {
    content: "\f041";
}*/

.sort-dispo-block .sort-lists.two-items .sort-drop {
    width: calc( 100% / 2 );
}
.sort-dispo-block {
    width: 100%;
    display: block;
    font-size: 0;
}
.sort-dispo-block .sort-lists {
    /*background: #106185;*/
    border: solid #106185;
    border-width: 4px 1px 1px 1px;
    color: #FFF;
    margin-right: 5px;
}
.sort-dispo-block h5 {
    font-size: 1.6rem;
    /*text-transform: uppercase;*/
    display: inline-block;
    padding-left: 10px;
    width: 160px;
}
.sort-drop {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    padding: 8px 10px 0 15px ;
    cursor: pointer;
    /*width: calc( calc(100% - 186px) / 3 );*/
    width: calc( 100% / 2 );
    /*width: 26%;*/
    /*border-right: 1px solid #106185;*/
    border: solid #bfe1f1;
    border-width: 0 1px 1px 0;
    border-bottom-color: #FFF;
    transition: all .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.sort-drop.sort-pvp {
    /*width: 24%;*/
}
.sort-drop.sort-rec {
    /*width: 28%;*/
}
.sort-drop > a {
    color: #106185;
    display: block;
}
.sort-drop > a > i, .sort-drop .dropdown-menu li i {margin-right: 5px;}
.sort-drop.open {
    border-bottom: 1px solid #DDD;
}
.sort-drop .dropdown-menu {
    padding: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}
.sort-drop .dropdown-menu li {
    padding: 10px 10px;
    border-bottom: 1px solid #CCC;
    font-size: 1.2rem;
    color: #10618b;
}
.sort-drop .dropdown-menu li:last-child {
    border-bottom: none;
}
.sort-drop .dropdown-menu li:hover {
    background: #DDD;
}
.sort-drop.active {
    font-weight: 600;
    background: #10618b;
    /*padding: 6px 10px 0 10px;*/
}
.sort-drop.active a {
    color: #ffffff;
    font-weight: 400;
}

span.sort-btn {
    background: #26688c;
    border: 1px solid #225c82;
    color: #FFF;
    font-size: 1.2rem;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    opacity: .81;
}
span.sort-btn:hover {
    opacity: 1;
}
span.sort-btn i {
    margin-right: 3px;
}



/*.box-ofertas-nav span:before {
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}*/
/*
.box-nav-1:before {
    content: "\f005";
}
.box-nav-2:before {
    content: "\f041";
}
.box-nav-3:before {
    content: "\f041";
}*/

/* Nuevos buscadores
 ======================================================
 JSP: buscador1.jsp,
 */
.buscador-epl .buscs-dat {margin-bottom: 0;}
.buscador-epl .busc-body {
    padding: 10px 15px;
    min-height: 385px;
}
.buscador-epl .buscador .busc-body .busc-dat,
.buscador-epl .buscador .busc-body .buscs-dat{margin-bottom: 0;margin-top: 0;}
.buscador-epl .buscador .busc-body .busc-opt {height: auto;}
.buscador-epl .buscador .busc-body > .busc-opt#btn-bh1 {margin-top: 15px;}
.buscador-epl .buscador .busc-body .busc-opt .busc-btn {
    float: none;
    margin: auto;
    display: block;
    border-radius: 2px;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 400;
    padding: 7px 14px;
    text-align: center;
    transition: all .18s ease-in-out;
}
.buscador-epl .buscador .busc-body .busc-opt .busc-btn:hover,
.buscador-epl .buscador .busc-body .busc-opt .busc-btn:focus,
.buscador-epl .buscador .busc-body .busc-opt .busc-btn:active {
    background: #ff9f00 !important;
}
.buscador-epl .busc-body > form > div:first-of-type > .title {
    margin-top: 5px;
}
.buscador-epl .solo-disponibles .title-min {
    margin-top: 5px;
}
/* Select2 nuevos
 ======================================================
 JSP: buscador1.jsp,
 */

.buscador-epl .select2-container {
    background: #FFF;
    width: 100%;
    display: inline-block;
    border: 1px solid #bababa;
    border-radius: 2px;
    height: auto;
    padding: 0;
}
.buscador-epl .select2-container .select2-choice:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    left: 8px;
    top: 8px;
    color: #ea8c02;
}
.buscador-epl .select2-container.select2-allowclear .select2-choice abbr {
    margin: 0;
}
.buscador-epl .select2-container .select2-choice {
    display: inline-block;
    width: 100%;
    background: #FFF;
    height: 46px;
    padding: .5rem 1rem;
    border-radius: 2px;
    margin: 0;
    padding-left: 25px;
    box-shadow: none;
    border: none;
}
.buscador-epl .select2-container .select2-choice {height: 38px;}
.buscador-epl .select2-container.select2-dropdown-open {border-bottom: none;}
.buscador-epl .select2-container .select2-choice .select2-chosen {
    display: inline-block;
    margin-right: 0;
    line-height: 2.7;
    max-height: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}
.buscador-epl .select2-container .select2-choice .select2-search-choice-close {
    margin: 0;
    display: block;
    background: none;
    font-size: 1.1rem;
    height: 100%;
    top: 0;
    line-height: 3.9rem;
    opacity: 0;
    visibility: hidden;
}
.buscador-epl .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    border: 0;
    background: none;
    padding: 0 3px;
}
.buscador-epl .select2-container .select2-choice .select2-arrow b {
    background: none;
    line-height: 4rem;
    font-size: 1.2rem;
}
.buscador-epl .select2-container .select2-choice .select2-arrow b:before {
    content: "\f107" !Important;
    font-family: 'FontAwesome' !Important;
}
.buscador-epl .select2-container .select2-choice .select2-search-choice-close:before {
    content: "\f00d" !Important;
    font-family: 'FontAwesome' !Important;
    color: red;
}
.buscador-epl .select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
    opacity: 1;
    visibility: visible;
    right: 1rem;
    z-index: 99;
}
.buscador-epl .select2-container.select2-allowclear .select2-choice .select2-search-choice-close:hover:before,
.buscador-epl .select2-container.select2-allowclear .select2-choice .select2-search-choice-close:active:before,
.buscador-epl .select2-container.select2-allowclear .select2-choice .select2-search-choice-close:focus:before {
    color: #94190b;
}
.buscador-epl .select2-container.select2-allowclear .select2-choice .select2-arrow b {
    display: none;
}
.buscador-epl .select2-results .select2-result-label {
    padding-left: 10px;
}
.buscador-epl .select2-results .select2-result-label i {
    font-style: normal;
    color: #106185;
}
#select2-drop .select2-results li.select2-result:not(.result-unselectable) {
    /*padding: .5rem 0;*/
    border-top: 1px dashed #CCC;
    transition: all .3s ease-in-out 0s;
}
/* CSS para separadores dentro de select2 */
#select2-drop .select2-results li.select2-result + li.select2-result-unselectable {
    padding-bottom: 0;
}
#select2-drop .select2-results li.select2-result:first-child,
#select2-drop .select2-results li.select2-result + li.select2-result-unselectable,
#select2-drop .select2-results li.select2-result-unselectable + .select2-result-selectable {
    border-top: none;
}
#select2-drop .select2-results li.select2-result + li.select2-result-unselectable .select2-result-label {
    padding: 0;
}
/* CSS para separadores dentro de select2 */
#select2-drop .select2-results li.select2-highlighted {
    background: #DDDDDD;
    /*background: #CCCCCC;*/
    color: #161616;
    text-shadow: none;
}
#select2-drop .select2-results .select2-result-unselectable .select2-result-label {
    padding: 0;
}
#select2-drop .select2-results .select2-result-unselectable .select2-result-label .select2-title {
    padding: 10px 5px;
    /*background: #434343;*/
    background: #106185;
    border-bottom: 3px solid #ec8d00;
}
#select2-drop .select2-results .select2-result-unselectable .select2-result-label .select2-title,
#select2-drop .select2-results .select2-result-unselectable .select2-result-label .select2-title .fa {
    color: #FFFFFF;
}
.select2-results {
    max-height: 300px;
}

/* Datepicker Styles
 ======================================================
 JSP: buscador1.jsp,
 */

.buscador-epl #buscador-bh .datepicker, .buscador-epl .btn.dropdown-toggle.selectpicker.btn-default,
.buscador-epl #buscador-b .datepicker, .buscador-epl .btn.dropdown-toggle.selectpicker.btn-default{
    height: 38px;
    border: 1px solid #bababa;
    border-radius: 2px;
}
.buscador-epl #buscador-bh .datepicker,.buscador-epl #buscador-b .datepicker {
    padding-left: 30px;
    padding-top: 9px;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #bababa;
}
.buscador-epl span.datepicker-icon.add-on {
    /* position: absolute; */
    /* left: 0; */
    float: left;
    display: block;
    box-shadow: none;
    border: none;
    margin: -30px 0 0 5px;
}
.buscador-epl .datepicker {width: 100%;}
.busc-dat + .buscs-dat {
    padding-left: .5rem;
}
.buscador-epl .buscador .busc-dat {margin-bottom: 0;}
.buscador-epl .buscador .busc-opt {
    height: auto;
}
.buscador-epl .buscador .busc-opt .busc-btn {
    float: none;
    margin: auto;
    display: block;
    border-radius: 2px;
    text-transform: uppercase;
    width: 100%;
}

/* Distribucióm habitaciones
 ======================================================
 JSP: buscador1.jsp,
 */
.buscador-epl .buscador .ocupacionHab1 {margin-top: 0;}
.buscador-epl .select2-container .select2-choice {height: 38px;}
.buscador-epl div[class^="ocupacionHab"] .btn.dropdown-toggle.selectpicker.btn-default {
    height: 38px;
    border-radius: 2px;
}
/*.buscador-epl div[class^="ocupacionHab"] .btn.dropdown-toggle.selectpicker.btn-default span.filter-option.pull-left {*/
    /*line-height: 36px;*/
/*}*/
.buscador-epl .bootstrap-select.btn-group .btn .caret {top: 19px;}
.buscador-epl .busc-body .group-edad {margin-left: 51px;}
.buscador-epl > .busc-opt .btn.dropdown-toggle.selectpicker.btn-default {
    border-radius: 2px;
}
.buscador-epl .busc-opt .btn.dropdown-toggle.selectpicker.btn-default .filter-option.pull-left {
    line-height: 3;
    font-size: 12px !important;
}
.buscador-epl .busc-opt button .filter-option:before {
    font-family: "FontAwesome";
    /*position: absolute;*/
    /*left: 8px;*/
    /*top: 11px;*/
    color: #ea8c02;
    margin-right: 10px;
}
.buscador-epl .num-noc button .filter-option:before {
    content: "\f186";
}
.buscador-epl .num-hab button .filter-option:before {
    /*content: "\f007"; Icono Persona */
    content: "\f236";
}
.buscador-epl .buscador #buscador-bh > .clearfix + .busc-opt.hab {
    padding-right: 10px;
}
.buscador-epl .buscador #buscador-bh .busc-opt.hab > .btn-group {
    margin-bottom: 0;
}
.buscador-epl #ed, .buscador-epl #ed2, .buscador-epl #ed3, .buscador-epl #ed4 {
    height: auto;
}
.buscador-epl .busc-head {
    background: #106185;
    color: #FFF;
    padding: 1rem 1.5rem;
    border-radius: 3px 3px 0 0;
}
.buscador-epl .busc-head h4 {
    font-size: 1.3rem;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    margin: 0;
}
/* Fix estilos arrastrados de buscador-antiguo
  ======================================================
  */

.buscador-epl .buscador h2.head-16 {
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    text-shadow: none;
}
.buscador-epl .num-noc button .filter-option:before {
    font-family: "FontAwesome";
    color: #ea8c02;
    margin-right: 10px;
}
.buscador-epl .buscador.buscadorVh .busc-body #buscador-bh .busc-dat .title {margin-bottom: 0;}
.buscador-epl .buscador-barco.buscador .zona-hotel {
    width: 100% !important;
}
.buscador-epl .buscador-barco.buscador .title {margin-top: 5px;}
.buscador-epl .buscador-barco.buscador .titHabitat, .buscador-epl .buscador-barco.buscador .busc-opt.pas,
.buscador-epl .buscador-barco.buscador .busc-opt.nin, .buscador-epl .buscador-barco.buscador .busc-opt.beb {
    margin-top: 5px;
}
.buscador-epl .buscador-barco.buscador .solo-disp-check {
    width: 45%;
}
.buscador-epl .buscador-barco.buscador .solo-disp-check .title-min {
    float: right;
    margin-top: 0;
}
.buscador-epl .buscador-barco #buscador-bh .bootstrap-select.tip-veh > button > span.filter-option.pull-left {line-height: 3;}
.buscador-epl .buscador-barco #buscador-bh .busc-opt.bonif .btn.dropdown-toggle.selectpicker.btn-default .filter-option.pull-left {line-height: 21px;}



.table-presu-epl {
    width: 100%;margin: auto;background: #FCFCFC;
}
.table-presu-trans {text-align: left;}
/* MAIL CONFIRM */
.presupuesto-top {font-size: 12px;}
.presupuesto-top .logo {margin: 5px 0 10px 0;}
.presupuesto-top .info {text-align: right;vertical-align: bottom;}
.presupuesto-top .info label {margin-right: 5px;}
.table-presu-epl td > i {
    color: #1c688a;
    margin-right: .25rem;
}
.table-presu-trans {
    font-size: 14px;
}
.table-presu-trans thead th {
    font-weight: 400;
    font-size: 12px;
    /*text-transform: uppercase;*/
}
.table-presu-trans td {
    font-weight: 600;
}
.presupuesto-header {
    width: 100%;
    background:#1c688a;
    border-bottom: 1px dashed #999;
    padding: 10px 0;
    margin-bottom: 15px;
    display: block;
}
.presupuesto-header h5 {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    margin-top: auto;
    margin-bottom: 0;
}
.presupuesto-header.min {background: transparent;padding-left: .5rem;}
.presupuesto-header.min i {margin-right: .5rem;}
.presupuesto-header.main + .presupuesto-header.min {margin-bottom: 10px;}
.presupuesto-header.min h5 {color: #1c688a;text-align: left;}
.presupuesto-info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*display: flex;
    flex-wrap: wrap;*/
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
}
.presupuesto-info .presupuesto-info-image {
    width: 23rem;
    /*margin-right: 3rem;*/
}
.presupuesto-info-tit {display: block;width: 100%;}
.presupuesto-info .presupuesto-info-text {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 24rem);
}
.presupuesto-info-text > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    /*margin-left: 2rem;*/
}
.presupuesto-info-text div label {
    margin-right: 15px;
    width: 110px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2.1;
    font-weight: 400;
}
.presupuesto-info-text div span {
    font-weight: 600;
    color: #434343;
}
.presupuesto-info .presupuesto-info-image img {
    padding: 1rem;
    background: #DDD;
    border-radius: 3px;
    max-width: 103%;
}