.rht-bar ul li .select-lang .nice-select {
    transition: all 0.4s ease;
}

.rht-bar ul li .select-lang:hover .nice-select span.current {
    color: #005FFF;
}

.rht-bar ul li .select-lang:hover .nice-select:after {
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(3572%) hue-rotate(213deg) brightness(95%) contrast(105%);
}

#popupOverlay2 .popup {
    overflow-y: auto;
}

.no-items a {
    color: #005FFF;
}

.potser-sec {
    background-color: #d8e5ff;
}

.desktop-hidden {
    display: none;
}

.cistella-item-det p {
    font-size: 14px;
}

.cistella-item-det h3 {
    max-width: 400px;
}

.btn-primary:disabled {
    background-color: #7c7c7c;
    border-color: #7c7c7c;
}

.form-grid ul li .nice-select .list {
    max-height: 400px;
    overflow-y: scroll;
}

.form-grid ul li.customization-item-image {
    flex: 0 0 100%;
    margin-top: 20px;
}

footer {
    padding: 24px 0;
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #101010;
}

.close-popup:hover {
    opacity: 0.75;
}

.popup-content h2 {
    font-family: 'ZalandoSans-Light';
    color: #101010;
    margin-bottom: 18px;
    font-size: 24px;
}

.popup-content h2.conditions {
    margin-top: 20px;
}

.popup-content p {
    margin-top: 10px;
}

.popup-content p a:hover {
    color: #000!important;
}

.counter input.value {
    background: transparent;
    border: none;
    display: inline;
}

.cistella-item {
    border-top: none;
}

.cistella-item:first-of-type {
    border-top: 2px solid rgba(0, 45, 122, 0.22);
}

.book-top-lft h3 {
    max-width: 700px;
}

.voucher-errors p {
    margin-top: 10px;
    color: red;
    text-align: center;
}

.panel.step-3 .logged-in-as {
    margin-bottom: 32px;
}

p.identity {
    font-size: 15px;
    line-height: 28px;
    padding: 0;
    text-align: left;
    margin: 5px 0 0;
}

p.identity a {
    color: #0645AD;
    text-decoration: underline;
}

span.id-ident {
    color: #0645AD;
}

/*#bankwire-modal {
    display: none;
}*/

.tab-section.entradas {
    background: #f6f9fe;
    width: 100%;
    float: left;
    padding-bottom: 45px;
}

.entradas.entradas-online:not(.tab-no-pass) {
    padding: 38px 0 45px;
}

.prodct-lft {
    width: 48.7%;
    margin-right: 3.1%;
    float: left;
}

.prodct-lft .prodct-img {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.prodct-lft .prodct-img img {
    width: 100%;
    float: left;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.prodct-rgt {
    float: left;
    width: 48.2%;
}

.prodct-rgt h2 {
    font-family: 'ZalandoSans-Light';
    font-size: 40px;
    text-transform: none;
    margin-bottom: 25px;
    line-height: 38px;
    color: #282828;
}

.prodct-rgt .selecting-date {
    margin-top: 20px;
}

.prodct-rgt h3:not(.book-calendar-date) {
    color: #3a4aaa;
    font-family: 'ZalandoSans-Regular';
    font-size: 24px;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
    line-height: 24px;
}

.prodct-rgt p {
    color: #727272;
    font-family: 'ZalandoSans-Light';
    font-size: 16px;
    padding: 0px 0px 0px;
    margin-bottom: 45px;
    line-height: 26px;
}

.entradas.entradas-online:not(.tab-no-pass) section.product-customization {
    /*overflow: hidden;*/
    margin: 2.5rem 0;
}

section.product-customization .panel {
    position: relative;
}

section.product-customization .panel .cart-close img {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.card {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .125);
}

.card-block {
    padding: 1.25rem 1.25rem .5rem;
}

.card-block:after {
    content: "";
    display: table;
    clear: both;
}

section.product-customization .card.card-block {
    margin-bottom: 0;
}

span.amagar {
    margin-bottom: 20px;
    float: left;
}

.accordion-custom {
    background: #005FFF;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
}

.accordion-custom.active, .accordion-custom:hover {
    background-color: #005FFF;
}

.accordion-custom:after {
    content: '+';
    font-size: 20px;
    color: #fff;
    float: right;
    margin-left: 5px;
    line-height: 14px;
}

.accordion-custom.active:after {
    content: "-";
}

ul.clearfix {
    width: 95%;
    display: none;
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: .1875rem solid #2fb5d2;
}

.product-customization:not(.wizard-step) .product-customization-item {
    margin: 1.25rem 0;
}

.product-customization form > ul {
    margin: auto;
}

.product-customization .product-message {
    height: 42px;
    background: #f1f1f1;
    border: none;
    width: 100%;
    resize: none;
    padding: .625rem;
}

.product-customization select.customsel {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 42px;
    resize: none;
    padding: .625rem;
}

.product-customization .product-message.novisible {
    position: fixed;
    opacity: 0;
    z-index: -1;
}

.product-customization .customization-message {
    margin-top: 20px;
    font-size: 0.9375rem;
    color: #3a4aaa;
}

.product-customization .customization-message label {
    color: #232323;
}

section.product-customization p.h4.card-title {
    margin-bottom: 20px;
}

section.product-customization p.h4.card-title.untit {
    margin-bottom: 5px;
    text-decoration: underline;
    font-family: 'ZalandoSans-Regular';
}

section.product-customization p.h4.card-title.dadesok {
    font-size: 14px;
    clear: both;
    padding-top: 32px;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}

.product-customization .custom-file {
    position: relative;
    /*background: #f1f1f1;*/
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    display: block;
    color: #7a7a7a;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

section.product-customization p.h4.card-title.untext {
    font-size: 14px;
    line-height: 18px;
    font-family: 'ZalandoSans-Regular';
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute;
}

.price-pad {
    height: 41px;
    float: right;
    width: 72%;
    border: none;
    margin-bottom: 40px;
}

.price-pad ul:not(.booking-list) {
    display: flex;
    flex-wrap: wrap;
    background: #F2F2F2;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.price-pad.fullw.customitz ul:not(.booking-list) li:first-child {
    width: 25%;
    text-align: center;
}

.price-pad.fullw.customitz ul:not(.booking-list) li:nth-child(2) {
    width: 45%;
}

.price-pad.fullw.customitz h4 {
    margin-top: 13px;
    margin-bottom: 0;
}

.price-pad #myform {
    text-align: center;
    padding: 0px;
    float: left;
    margin-top: 16px;
}

.price-pad #myform label {
    font-family: 'ZalandoSans-Regular';
    font-size: 18px;
    color: #727272;
    margin-right: 9px;
}

.price-pad #myform .qty {
    width: 53px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    border: none;
    color: #727272;
}

.price-pad li p {
    font-family: 'ZalandoSans-Regular';
    margin-bottom: 0;
    float: right;
    margin-right: 14px;
    font-size: 14px;
    line-height: 22px;
    background: white;
    color: #727272;
    padding: 0px 0px 0px;
}

.price-pad.fullw ul li:last-child {
    margin-left: auto;
    width: 30%;
}

.price-pad.fullw.customitz {
    width: 100%;
    float: none;
    clear: both;
}

span.dosmails {
    color: red;
    margin: 10px;
    float: left;
    display: none;
}

span.dosmails {
    color: red;
    margin: 10px;
    float: left;
    display: none;
}

.calendari {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#product h4:not(.book-h4) {
    color: #282828;
    font-family: 'ZalandoSans-Light';
    font-size: 24px;
    padding: 0px 0px 0px;
    margin-bottom: 30px;
    line-height: 24px;
}

#product h4:not(.book-h4) {
    font-family: 'ZalandoSans-Light';
}

#product h4.h4benef {
    padding-top: 30px;
    clear: both;
}

.popup-box {
    width: 400px;
    padding: 50px;
    transform: translate(-50%, -50%) scale(0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
    display: none;
    z-index: 9;
}

.popup-box .close-btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 1000px;
    background: linear-gradient(to right, rgba(245, 142, 1, 1) 0%, rgba(255, 178, 0, 1) 100%);
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 230%;
}

span#repassar {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    float: right;
    color: red;
    display: none;
}

.prodct-rgt p {
    color: #727272;
    font-family: 'ZalandoSans-Light';
    font-size: 16px;
    padding: 0px 0px 0px;
    margin-bottom: 45px;
    line-height: 26px;
}

.prod-li {
    float: left;
    width: 100%;
    margin-bottom: 13px;
}

.prod-li p {
    margin-bottom: 20px;
}

.prod-li ul {
    list-style-type: none !important;
}

.prod-li li {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 38px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #727272;
    font-family: 'ZalandoSans-Light';
    font-size: 16px;
}

.prod-li li:after {
    position: absolute;
    content: '';
    background: #001777;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    top: 7px;
}

.tienes {
    background: url(../img/question.svg) no-repeat scroll 0 0;
}

.compra {
    background: url(../img/password.svg) no-repeat scroll 0 0;
}

.compra-pad {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.compra-pad li {
    float: left;
    width: 90%;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: 'ZalandoSans-Regular';
    color: #343434;
    padding-left: 30px;
    line-height: 23px;
}


.social-sec {
    float: left;
    width: 100%;
    border-top: 3px solid #fafafa;
    padding-top: 30px;
    margin-top: 30px;
}

.social-sec ul li {
    width: auto;
    float: left;
    margin-right: 35px;
    text-align: center;
    opacity: 0.5;
}

/* DATEPCIKER */

.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.datepicker--cells {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell,.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-disabled-.-focus- {
    background: transparent;
}

/*.datepicker--cell.-current-,.datepicker--cell.-current-.-focus-,.datepicker--cell.-current-.-in-range-,.datepicker--cell.-focus-,.datepicker--cell.-in-range-,.datepicker--cell.-in-range-.-focus- {
    color: #fff;
    background: #282828;
    border-radius: 0
}*/

.datepicker--cell.-focus- {
    color: #fff;
    background: transparent;
    /*background: #005FFF;
    border-radius: 30px;*/
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #282828
}

.datepicker--cell.-disabled-.-focus- {
    color: #282828
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #282828
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92,196,239,.5);
    background-color: rgba(92,196,239,.1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92,196,239,.5);
    background-color: rgba(92,196,239,.1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
    color: #fff;
    background: transparent;
}

.datepicker--cell.-focus-:not(.-disabled-):before,
.datepicker--cell.-selected-:before,
.datepicker--cell.-selected-.-current-:before,
.datepicker--cell.-selected-.-focus-:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    aspect-ratio: 1;
    height: 100%;
    background: #005FFF;
    border-radius: 30px;
    z-index: -1;
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 8px;
    width: 100%;
}

.datepicker--day-name,
.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.datepicker--day-name {
    color: #aeaeae;
    font-family: 'ZalandoSans-Light';
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 14px
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years,.datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: 'ZalandoSans-Regular';
    font-size: 14px;
    color: #03bbed;
    width: 100%;
    max-width: 378px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s;
    transition: opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;
    z-index: 100;
    margin: auto;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,left 0s 0s;
    transition: opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #979797;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 0 20px 25px;
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer {
    left: 10px;
}

.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer {
    right: 10px;
}

.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer {
    top: 10px;
}

.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer {
    bottom: 10px;
}

.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

.datepicker--body {
    display: none;
}

.datepicker--body.active {
    display: block;
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*border-bottom: 1px solid #efefef;*/
    min-height: 32px;
    padding: 10px 0 0;
    width: 100%;
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,.datepicker--nav-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 1;
}

.datepicker--nav-action:last-child {
    margin-right: 24px;
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #282828;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    font-family: 'ZalandoSans-Regular';
    padding-left: 32px;
    color: #282828;
    font-size: 18px;
    order: 0;
    margin-right: auto;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #282828;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 153px;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,.datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade- {
    color: transparent;
}

.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover {
    color: transparent;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: transparent;
}

.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92,196,239,.2)
}

.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.date-lft h2, .date-lft h2:after {
    color: #282828;
    font-family: 'ZalandoSans-Light';
    font-size: 24px;
    line-height: 30px;
}

.datepicker--nav-title {
    pointer-events: none!important;
}

section.product-customization .panel a.cistella-close-btn {
    top: 36px;
    right: 36px;
}

.ftr-col-3 ul li a {
    font-size: 16px;
}

.payment-option {
    flex: 0 1 30.5%;
}

.help-block {
    padding-left: 26px;
    padding-top: 4px;
    clear: both;
    color: red;
}

@media screen and (max-width:1023px) {
    .cistella-item-det h3 {
        max-width: 380px;
    }

    .price-pad.fullw.customitz ul li {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .cistella-item-det h3 {
        max-width: 240px;
    }

    .logo img, .scroll-up .logo img, .is-sticky .logo img {
        width: 50px;
    }

    .logo.logo-txt a p {
        font-size: 14px;
    }


    .rht-bar ul {
        gap: 12px;
    }

    .rht-bar ul li {
        display: block;
    }

    .entradas.entradas-online.tab-no-pass .row {
        padding: 0;
    }

    .entradas.entradas-online.tab-no-pass .tab-section h1,
    .entradas.entradas-online.tab-no-pass .ventajas-section h2,
    .entradas.entradas-online.tab-no-pass .prodct-rgt h2 {
        max-width: 92%;
    }

    .mobile-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .popup-content {
        width: 70%;
        padding: 30px;
    }

    .prodct-lft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .prodct-rgt {
        width: 97%;
    }

    .prodct-rgt h2 {
        margin-bottom: 20px;
    }

    .prodct-rgt p {
        margin-bottom: 30px;
    }

    .prod-li li {
        width: 91%;
        padding-left: 28px;
    }

    .price-pad.fullw.customitz ul li:first-child {
        width: 40%;
    }

    .price-pad.fullw.customitz ul li:nth-child(2) {
        width: 60%;
    }

    .price-pad #myform {
        width: 100%;
        margin-left: 0px;
    }

    .price-pad.fullw {
        float: none;
        margin-bottom: 96px;
    }

    .prodct-rgt .selecting-date ul.booking-list {
        max-width: 378px;
        float: none;
        margin: auto;
    }

    section.product-customization .panel a.cistella-close-btn {
        top: 30px;
        right: 30px;
    }

    footer .d-flex .ftr-col-1 {
        flex: 0 1 30%;
    }

    footer .d-flex .ftr-col-2 {
        flex: 0 1 70%;
    }
}


@media screen and (max-width:639px) {
    .price-pad ul {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 18px;
    }
}


@media screen and (max-width:479px) {
    .tab-section h1, .ventajas-section h2, .prodct-rgt h2 {
        font-size: 28px;
        line-height: 30px;
    }
}