* {
    font-family: 'Cera Pro';
}

button:focus {
    outline: none;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.fixed_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url("bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#gradient-canvas {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    --gradient-color-1: #2d3488;
    --gradient-color-2: #a3a42b;
    --gradient-color-3: #1c2054;
    --gradient-color-4: #29307e;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.seperator_xl {
    height: 100px;
}

.seperator_l {
    height: 75px;
}

.seperator_m {
    height: 50px;
}

.seperator_s {
    height: 25px;
}

.seperator_xs {
    height: 10px;
}

.steps {
    text-align: center;
    display: flex;
}

    .steps p {
        max-width: 480px;
        font-size: 1.1rem;
        line-height: 2.1rem;
        font-weight: 300;
        color: #000;
        text-align: center;
    }

h1 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}

    h1 span {
        color: #000;
    }

h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}

.system-language {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .system-language:hover,
    .system-language.active {
        background: rgba(0,0,0,0.15);
    }

    .system-language div {
        margin: 0 30px 0 20px;
        color: #000;
        font-size: 1rem;
        font-weight: 600;
    }



.book-type {
    display: inline-block;
    cursor: pointer;
    margin: 0 10px;
    padding: 20px;
    width: 230px;
    border-radius: 27px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .book-type:hover,
    .book-type.active {
        background: rgba(0,0,0,0.15);
    }

    .book-type img {
        padding: 30px;
        border: 3px solid #000;
        border-radius: 200px;
        height: 115px;
        margin: 30px 10px 30px;
    }

    .book-type div {
        color: #000;
        font-weight: 400;
    }

        .book-type div span {
            font-size: 0.9rem;
            font-weight: 300;
        }


.book-types.ticket-types {
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
}
    .book-types.ticket-types .book-type.ticket-type {
        width: 100%;
        display: block;
        margin: 0;
        margin-bottom: 35px;
        padding: 0;
        border-radius: 15px;

    }
        .book-types.ticket-types .book-type.ticket-type .tc-title {
            padding-top: 15px;
            text-align: center;
            background: rgba(255,255,255,0.5);
            border-radius: 15px;
            margin-bottom: 35px;
            padding-bottom: 25px;
            width: 80%;
            margin-inline: auto;
            margin-bottom: -20px;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
    .book-types.ticket-types .book-type.ticket-type .tc-title h3 {
        color: #000;
        font-size: 16px;
    }
        .book-types.ticket-types .book-type.ticket-type .tc-image img {
            width: 100%;
            border-radius: 15px;
            box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
            padding: 0;
            border: 0;
            height: unset;
            margin: 0;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

    .book-types.ticket-types .book-type.ticket-type:hover .tc-image img {
        transform: scale3d(1.05,1.05,1.05);
    }

.book-type.ticket-type:hover, .book-type.ticket-type.active {
    background: transparent;
}

.book-types.ticket-types .book-type.ticket-type.active .tc-title {
    background: #000;
    color: #fff;

}
.book-types.ticket-types .book-type.ticket-type.active .tc-title h3{
    color: #fff;
}

    .explainer {
    color: #fff;
    font-weight: 200;
    min-height: 25px;
    position: relative;
    width: 100%;
}

.explainer_inner {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

    .explainer_inner.show {
        opacity: 1;
        pointer-events: auto;
    }

    .explainer_inner.active {
        opacity: 1;
        pointer-events: auto;
    }

.action_buttons {
    display: flex;
    justify-content: center;
}

    .action_buttons button {
        margin: 0 10px;
        border: 0px;
        outline: none;
    }

.scalable {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

    .scalable:hover {
        -webkit-transform: scale3d(0.95,0.95,0.95);
        transform: scale3d(0.95,0.95,0.95);
    }

.back_btn {
    background: rgba(0,0,0,0.2);
    padding: 14px 20px;
    border-radius: 7px;
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
    cursor: pointer;
}

.proceed_btn {
    background: #fff;
    padding: 14px 20px;
    border-radius: 7px;
    color: #000;
    font-weight: 900;
    font-size: 1.1rem;
    min-width: 250px;
    cursor: pointer;
    /*display: none;*/
}

    .proceed_btn.active {
        display: block;
    }


.pignose-calendar {
    width: 100%;
    max-width: 100%;
    background-color: rgb(255 255 255 / 68%);
    border: 0px solid #d8d8d8;
    border-radius: 9px;
    font-size: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
    color: #000;
}

    .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year {
        color: rgba(255, 255, 255, 0.7);
        font-weight: 200;
    }

    .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
        font-weight: 400;
    }

    .pignose-calendar .pignose-calendar-top {
        padding: 2.6em 0;
        background-color: transparent;
        border-bottom: 0px solid #e2e2e2;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0);
        position: relative;
        overflow: hidden;
        color: #000;
    }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon,
        .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat,
        .pignose-calendar .pignose-calendar-unit a,
        .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a {
            color: #000;
        }

    .pignose-calendar .pignose-calendar-header {
        font-weight: 500;
    }

    .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a,
    .pignose-calendar .pignose-calendar-unit a:active {
        background-color: #000;
    }

    .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
        opacity: 0.25;
        background-color: transparent;
    }

.calendar {
    min-width: 360px;
    margin-right: 20px;
}

.calendar_and_hours {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.c_hours {
    max-width: 320px;
}

    .c_hours .full_date {
        font-size: 2rem;
        color: #000;
        font-weight: 100;
        text-align: left;
        margin-top: 20px;
    }

.hours_in {
    margin-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.btn_hours_in {
  
    border: 0px;
    background: rgba(255,255,255,0.5);
    color: #000;
    width: 130px;
    height: 50px;
    border-radius: 9px;
    display: inline-block;
    margin: 0;
    margin-bottom: 12px;

    float: left;
}

    .btn_hours_in:nth-child(odd) {
        margin-right: 12px;
    }

    .btn_hours_in.active {
        background-color: #000;
        color:#fff
    }

    .btn_hours_in:disabled {
        opacity: 0.5;
    }

        .btn_hours_in:disabled:hover {
            -webkit-transform: scale3d(1,1,1);
            transform: scale3d(1,1,1);
        }

ul.calendar_desc {
    list-style-image: url("info.svg");
    text-align: left;
    padding-left: 22px;
}

    ul.calendar_desc li {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

        ul.calendar_desc li div {
            font-size: 0.9rem;
            color: #000;
            font-weight: 300;
            line-height: 1.6rem;
        }

.steps_container {
    padding-bottom: 100px;
}

.footer {
    color: #000;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 50px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    /*z-index: -1;*/
    padding-bottom: 20px;
}

    .footer a {
        color: #000;
    }

.num-tickets {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(255,255,255,0.7);
    border-radius: 7px;
    max-height: 55px;
}

    .num-tickets img {
        width: 15px;
    }

    .num-tickets .tickets_minus,
    .num-tickets .tickets_plus {
        display: flex;
        padding: 10px;
        cursor: pointer;
    }

    .num-tickets input {
        background: none;
        border: 0px;
        text-align: center;
        color: #000;
        width: 80px;
    }

        .num-tickets input::-webkit-outer-spin-button,
        .num-tickets input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        .num-tickets input[type=number] {
            -moz-appearance: textfield;
        }

            .num-tickets input[type=number]:focus {
                outline: none;
            }


.four_country_n_lang_chooser {
    display: flex;
    justify-content: center;
}

    .four_country_n_lang_chooser .chooser,
    form .input_style {
        padding: 0 16px;
        background: rgba(255,255,255,0.7);
        border-radius: 7px;
        margin: 4px 6px;
    }

form .input_style {
    display: inline-block;
}

    .four_country_n_lang_chooser .chooser select,
    form .input_style select,
    form .input_style input {
        color: #000;
        background: none;
        border: 0px;
        width: 100%;
        min-width: 240px;
        max-width: 240px;
        padding: 17px 0;
    }

        .four_country_n_lang_chooser .chooser select:focus,
        form .input_style select:focus {
            outline: none;
        }

            .four_country_n_lang_chooser .chooser select option,
            form .input_style select:focus option {
                color: #000;
            }

        form .input_style input::placeholder {
            color: rgba(0,0,0,0.6);
            opacity: 1;
        }

        form .input_style input:-ms-input-placeholder {
            color: rgba(0,0,0,0.6);
        }

        form .input_style input::-ms-input-placeholder {
            color: rgba(0,0,0,0.6);
        }

.sinopsi {
    display: flex;
    justify-content: space-between;
    /*padding: 22px 30px;*/
    /*background: hsl(235 40% 35% / 1);*/
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
    border-radius: 15px;
    color: #000;
    max-width: 380px;
    width: 100%;
    overflow: hidden;
}

    .sinopsi .info {
        text-align: left;
        /*margin-right: 20px;*/
        padding: 22px 30px;
    }

        .sinopsi .info .title_book {
            font-size: 1.4rem;
            font-weight: 900;
            padding-bottom: 5px;
            letter-spacing: -1px;
        }

        .sinopsi .info .date_book {
            font-size: 1.1rem;
            font-weight: 400;
            padding-bottom: 5px;
        }

        .sinopsi .info .time_book {
            font-size: 1rem;
            font-weight: 400;
            padding-bottom: 5px;
            display: flex;
            align-items: center;
        }

        .sinopsi .info .clock_book {
            margin-right: 6px;
        }

        .sinopsi .info .persons_book {
            font-size: 1rem;
            font-weight: 400;
        }

            .sinopsi .info .persons_book #chosen_tickets {
                font-weight: 700;
            }

    .sinopsi .prices_discounts {
        text-align: right;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 22px 30px 22px 0px;
        background: #ffffff;
    }

        .sinopsi .prices_discounts .discount {
            font-size: 1.2rem;
            font-weight: 900;
            color: #000;
        }

        .sinopsi .prices_discounts .old_price span {
            font-size: 1.3rem;
            line-height: 1.6rem;
            font-weight: 900;
            color: #ffffff59;
            position: relative;
            display: inline-block;
        }

            .sinopsi .prices_discounts .old_price span:before {
                background-color: #ffffff;
                bottom: 4px;
                content: "";
                left: -1px;
                position: absolute;
                -webkit-transform: rotate(-20deg);
                -ms-transform: rotate(-20deg);
                transform: rotate(-20deg);
                transform-origin: 0 0;
                width: 114%;
                height: 1px;
            }

        .sinopsi .prices_discounts .new_price {
            font-size: 1.8rem;
            font-weight: 900;
            line-height: 1.8rem;
            color: #000;
        }












@media only screen and (max-width: 991px) {
    .footer {
        position: relative;
    }

    .steps_container {
        padding-bottom: 30px;
    }
}







@media only screen and (max-width: 768px) {
    .logo {
        max-width: 120px;
    }

    .seperator_xl {
        height: 40px;
    }

    .seperator_l {
        height: 37px;
    }
    
    .seperator_m {
        height: 25px;
    }

    .seperator_s {
        height: 12px;
    }

    .seperator_xs {
        height: 5px;
    }

    .steps p {
        font-size: 1rem;
        line-height: 1.4rem;
    }

    h1 {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1rem;
    }

    .calendar_and_hours {
        flex-direction: column;
    }

    .calendar {
        min-width: 260px;
        margin: 0 auto;
    }

    .four_country_n_lang_chooser {
        display: block;
    }
}

#orderFrm {
    width: 100%;
    max-width: 600px;
}

.action_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #B6B8BA;
    border-top: 1px solid #fff;
    z-index: 2;
}

    .action_buttons div {
        display: flex;
        justify-content: space-between;
        padding: 15px 10px;
        max-width: 350px;
    }

#step_1 .action_buttons div {
    justify-content: flex-end;
}

.proceed_btn {
    min-width: 190px;
}

/*color: #fff;*/
.wrapper {
    padding-bottom: 0px;
    display: flex;
    flex-flow: column;
    min-height: calc(100% - 200px);
}

.footer {
    margin-top: 0px;
    font-size: 0.8rem;
    position: static;
    padding-bottom: 110px;
}

#paymentModal .modal-dialog {
    max-width: 100%;
    display: inline-block;
}

.modal-open #paymentModal.modal {
    overflow-x: auto;
}

.loader .loader_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    z-index:100000;
}

.iti.iti--allow-dropdown {
    padding: 10px 0;
}

.form-control:focus {
    color: #000;
    background: none;
    border: 0px;
}

.iti__arrow {
    border-top: 4px solid #8e8e8e;
}

.iti__arrow--up {
    border-bottom: 4px solid #8e8e8e;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000;
}

iframe {
    width: 700px;
    height: 730px;
}

form .input_style.terms_agree {
    color: #000;
    background: transparent;
    text-align: left;
    /*display: block;*/
    display:flex;
    align-items:baseline;
    max-width:500px;
    margin: 20px auto;
}

    form .input_style.terms_agree input {
        max-width: 13px;
        min-width: 0px;
        max-height: 13px;
        min-height: 0px;
        margin-right:10px;
    }

    form .input_style.terms_agree span {
        cursor: pointer;
        text-decoration: underline;
    }

.terms_agree_btn {
    cursor: pointer;
}

#termsModal .modal-dialog {
    max-width: 1000px;
}

#termsModal * {
    color: #000;
}

#termsModal p {
    margin-bottom: 30px;
    font-size: 0.95rem;
}

#termsModal h2 {
    font-size: 1.2rem;
}



input:-webkit-autofill,
select:-webkit-autofill {
    -webkit-animation-delay: 1s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-internal-autofill-selected,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active,
select:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0 500px #fff inset !important;
    background-color: transparent !important;
    color: #000 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000 !important;
}
@-webkit-keyframes autofill {
    0%,100% {
        background-color: transparent !important;
        color: #000 !important;
        background: transparent;
    }
}



form .input_style select,
form .input_style input {
    padding: 17px 16px;
    border-radius: 7px;
}

form .input_style {
    padding: 0;
    position: relative;
}

.iti.iti--allow-dropdown {
    padding: 0px;
}
    form .input_style .form-control {
        padding: 29px 16px;
    }

/*
.input_style label.error {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    border-radius: 7px;
}
*/
.input_style label.error{
    display:none !important;
}
.input_style input.error,
.input_style select.error {
    border: 1px solid red;
    border-radius: 7px;
}
.input_style.terms_agree input.error {
    box-shadow: 0px 0px 6px 4px red;
}


button.proceed_btn:disabled,
button.proceed_btn[disabled] {
    opacity: 0.5
}

.bankCards {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

    .bankCards img {
        margin: 0 4px;
    }

.free-entrance {
    max-width: 380px;
    width: 100%;
    background: rgba(255,255,255,0.05);
    border-radius: 15px;
    padding: 15px 15px;
    text-align: left;
    line-height: 1.4;
    backdrop-filter: blur(7px);
    color: #000;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}


    .free-entrance .fe-icon {
        width: 15px;
        display: inline-block;
        margin-right: 5px;
        margin-top:4px;
    }

    .free-entrance .fe-text {
        display: inline-block;
        font-size:15px;
        font-weight:500;

    }