/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,17): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(31,21): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(38,28): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(123,21): run-time error CSS1039: Token not allowed after unary operator: '-amarillo-tit'
(150,32): run-time error CSS1039: Token not allowed after unary operator: '-amarillo-tit'
(164,28): run-time error CSS1039: Token not allowed after unary operator: '-crema'
(180,25): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(187,25): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(203,25): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(215,25): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(240,28): run-time error CSS1039: Token not allowed after unary operator: '-amarillo'
(260,25): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(267,25): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(286,33): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(302,29): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(314,28): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(361,28): run-time error CSS1039: Token not allowed after unary operator: '-crema'
(372,21): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(383,21): run-time error CSS1039: Token not allowed after unary operator: '-crema'
(391,21): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(399,21): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(407,28): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(579,36): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(600,36): run-time error CSS1039: Token not allowed after unary operator: '-gris'
(607,28): run-time error CSS1039: Token not allowed after unary operator: '-amarillo'
(702,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(703,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(704,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(705,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(714,28): run-time error CSS1039: Token not allowed after unary operator: '-crema'
(728,25): run-time error CSS1039: Token not allowed after unary operator: '-marron'
(735,25): run-time error CSS1039: Token not allowed after unary operator: '-marron'
(870,21): run-time error CSS1039: Token not allowed after unary operator: '-marron'
(871,49): run-time error CSS1039: Token not allowed after unary operator: '-c1'
(871,59): run-time error CSS1039: Token not allowed after unary operator: '-amarillo'
(871,77): run-time error CSS1039: Token not allowed after unary operator: '-crema'
(871,95): run-time error CSS1039: Token not allowed after unary operator: '-c1'
(871,115): run-time error CSS1039: Token not allowed after unary operator: '-x'
(882,53): run-time error CSS1039: Token not allowed after unary operator: '-c1'
(882,63): run-time error CSS1039: Token not allowed after unary operator: '-amarillo'
(882,81): run-time error CSS1039: Token not allowed after unary operator: '-crema'
(882,99): run-time error CSS1039: Token not allowed after unary operator: '-c1'
(882,119): run-time error CSS1039: Token not allowed after unary operator: '-x'
(883,25): run-time error CSS1039: Token not allowed after unary operator: '-marron'
(892,21): run-time error CSS1039: Token not allowed after unary operator: '-marron'
 */
:root {
    --gris: #333333;
    --crema: #e2caae;
    --amarillo: #FFFDD0;
    --amarillo-tit: #f3bb06;
}

* {
    font-family: 'League Spartan', sans-serif;
}

.btn-modal-video {
    position: sticky;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1B5E20;
    color: var(--gris);
    border-radius: 0;
    font-size: 24px;
    padding: 0;
    z-index: 1;
}

    .btn-modal-video:hover {
        background-color: #0F3D13;
        box-shadow: 0px 4px 8px #A1887F;
        transition: all 0.2s ease-in-out;
        color: var(--gris);
    }

.navbar {
    position: sticky;
    top: 0px;
    transition: 0.5s;
    background-color: var(--gris);
    z-index: 3;
    height: 64px;
}

    .navbar .navbar-toggler {
        color: #fff;
        border: 0;
        opacity: 1;
    }

        .navbar .navbar-toggler:focus {
            border: 0;
            box-shadow: none;
            outline: 0;
        }

    .navbar .navbar-nav {
        gap: 8px;
    }

    .navbar .nav-link,
    .navbar .nav-link.active {
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        cursor: pointer;
    }

        .navbar .nav-link:hover {
            font-weight: 600;
        }

        .navbar .nav-link.active {
            font-weight: 600;
        }

    .navbar .navbar-brand {
        padding: 0 15px 7px 15px;
        margin: 0;
    }

        .navbar .navbar-brand img {
            width: 215px;
        }

.section-header {
    min-height: 600px;
    height: calc(100vh - 64px);
    /*background-color: #585757;*/
    background-image: url(/Content/Images/EscapeRoom/banner-escape-room-desktop.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

    .section-header .container-header {
        width: 100%;
        padding: 32px 0;
        background-color: rgba(0,0,0,0.4);
    }

    /*    .section-header .container {
        display: flex;
        align-items: center;
        height: 100%;
    }*/

    .section-header .container > div {
        width: 100%;
    }

    .section-header .image-header {
        width: 350px;
        margin-bottom: 16px;
    }

    .section-header .title {
        display: block;
        font-size: 84px;
        font-weight: 700;
        line-height: 100%;
        color: var(--amarillo-tit);
        text-transform: uppercase;
        margin-bottom: 0;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    }

    .section-header .subtitle {
        display: block;
        font-size: 60px;
        font-weight: 300;
        line-height: 100%;
        color: #fff;
        margin-bottom: 24px;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
    }

    .section-header .description {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 24px;
        text-transform: uppercase;
    }

    .section-header .reservar {
        display: inline-block;
        transition: 0.5s;
        background-color: var(--amarillo-tit);
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        padding: 10px 16px;
        font-weight: 600;
        border-radius: 6px;
        cursor: pointer;
        border: 0;
        line-height: 125%;
        border-radius: 16px;
    }

.section-que-es {
    background-color: var(--crema);
}

    .section-que-es .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: calc(100vh - 64px);
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }

        .section-que-es .container .title {
            font-weight: 700;
            color: var(--gris);
            text-align: center;
            margin-bottom: 16px;
        }

        .section-que-es .container .description {
            font-weight: 500;
            color: var(--gris);
            text-align: center;
            font-size: 20px;
            max-width: 760px;
            margin: 0 auto;
        }

        .section-que-es .container .row {
            margin-top: 64px;
            justify-content: space-evenly;
            row-gap: 40px;
        }

        .section-que-es .container .number {
            display: inline-block;
            font-weight: 500;
            color: var(--gris);
            text-align: center;
            font-size: 28px;
            margin-bottom: 0;
            line-height: 100%;
            border-bottom: 2px solid #fff;
            padding: 0 16px 16px 16px;
            margin-bottom: 16px;
        }

        .section-que-es .container .number-description {
            font-weight: 400;
            color: var(--gris);
            text-align: center;
            font-size: 18px;
            margin-bottom: 0;
        }

    .section-que-es .splide {
        width: 100%;
        margin-top: 64px;
        position: relative;
    }

        .section-que-es .splide .splide__list {
            display: flex !important;
            justify-content: space-evenly;
            flex-wrap: wrap;
            gap: 45px;
        }

            .section-que-es .splide .splide__list .splide__slide {
                width: calc(33% - 30px);
            }


.section-como-funciona {
    background-color: var(--amarillo);
}

    .section-como-funciona .container-fluid {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        min-height: calc(100vh - 64px);
        height: auto;
        padding: 48px 0;
    }

        .section-como-funciona .container-fluid .container-como-funciona {
            max-width: 90%;
            margin: 0 auto;
        }

        .section-como-funciona .container-fluid .title {
            font-weight: 700;
            color: var(--gris);
            text-align: center;
            margin-bottom: 16px;
        }

        .section-como-funciona .container-fluid .description {
            font-weight: 500;
            color: var(--gris);
            text-align: center;
            font-size: 20px;
            max-width: 760px;
            margin: 0 auto;
        }

        .section-como-funciona .container-fluid .steps {
            display: flex;
            gap: 80px;
            margin-top: 64px;
        }

            .section-como-funciona .container-fluid .steps .step-image-container {
                position: relative;
                text-align: center;
            }

                .section-como-funciona .container-fluid .steps .step-image-container .bi {
                    color: var(--gris);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-size: clamp(40px, 4vw, 80px);
                }

            .section-como-funciona .container-fluid .steps > div {
                width: 20%;
                display: flex;
                flex-direction: column;
                gap: 24px;
            }

            .section-como-funciona .container-fluid .steps .step {
                color: var(--gris);
                font-weight: 500;
                font-size: 18px;
                text-align: center;
                margin-bottom: 0;
            }

            .section-como-funciona .container-fluid .steps .step-image {
                width: 100%;
            }

.section-escape-rooms {
    background-color: var(--gris);
}

    .section-escape-rooms .col-12 {
        padding: 0;
        position: relative;
    }

    .section-escape-rooms .card {
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background-color: transparent;
    }

    .section-escape-rooms .image {
        height: 500px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .section-escape-rooms .text {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.4);
        margin: 0;
        padding: 16px;
    }

    .section-escape-rooms .title {
        color: #fff;
        text-align: center;
    }

    .section-escape-rooms .description {
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }


.section-ubicacion {
    padding: 48px 0 0 0;
    background-color: var(--crema);
}

    .section-ubicacion iframe {
        width: 100%;
        margin-top: 48px;
    }


    .section-ubicacion .title {
        font-weight: 700;
        color: var(--gris);
        text-align: center;
        margin-bottom: 16px;
    }

    .section-ubicacion .bi {
        font-size: 28px;
    }

    .section-ubicacion .address {
        font-weight: 600;
        color: var(--crema);
        text-align: center;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .section-ubicacion .hour {
        font-weight: 600;
        color: var(--gris);
        text-align: center;
        font-size: 20px;
        margin-bottom: 16px;
    }

    .section-ubicacion .group {
        font-weight: 500;
        color: var(--gris);
        text-align: center;
        font-size: 20px;
        max-width: 760px;
        margin: 0 auto;
    }

footer {
    background-color: var(--gris);
    padding: 16px 0;
}

    footer .copy {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        margin: 16px 0;
    }

    footer .logo {
        width: 215px;
    }


@media(max-width:991px) {
    .section-header {
        background-image: url(/Content/Images/EscapeRoom/banner-escape-room-tablet.jpeg);
    }

        .section-header .title {
            font-size: 60px;
        }

        .section-header .subtitle {
            font-size: 56px;
            text-align: right;
        }

        .section-header .description {
            font-size: 24px;
        }

    .section-que-es .container .number {
        font-size: 24px;
    }

    .section-que-es .container .description {
        font-size: 18px;
    }

    .section-que-es .container .number-description {
        font-size: 16px;
    }

    .section-como-funciona .container-fluid .steps .step {
        font-size: 16px;
    }

    .section-como-funciona .container-fluid .steps {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .section-como-funciona .container-fluid {
        padding-left: 24px;
        padding-right: 24px;
    }

        .section-como-funciona .container-fluid .description {
            font-size: 18px;
        }


    .section-que-es .splide .splide__list {
        gap: 40px;
    }

        .section-que-es .splide .splide__list .splide__slide {
            width: calc(50% - 20px);
        }

    .navbar .navbar-brand img,
    footer .logo {
        width: 150px;
    }

    .section-ubicacion .address,
    .section-ubicacion .hour,
    .section-ubicacion .group {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .section-ubicacion .group {
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .navbar {
        height: auto;
    }

        .navbar .navbar-brand {
            padding-left: 0;
        }

    .section-header .image-header {
        width: 200px;
    }

    .section-header .title {
        font-size: 48px;
    }

    .section-header .subtitle {
        font-size: 40px;
    }

    .section-header .description {
        font-size: 20px;
    }

    .section-header .container-header {
        padding: 0;
        background-color: transparent;
    }

    .section-header .container {
        height: calc(100vh - 53.91px - 96px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        max-width: none;
        padding: 0 60px;
    }

    .section-header .description {
        background-color: rgba(0,0,0,0.4);
        width: calc(100% + 120px);
        margin-left: -60px;
        padding: 24px 60px;
        text-align: center;
        margin-bottom: 32px;
    }

    .section-header .reservar {
        margin: 0 auto;
        display: block;
        width: fit-content;
    }

    .section-que-es .container {
        min-height: auto;
        padding-left: 24px;
        padding-right: 24px;
    }

        .section-que-es .container .number-description {
            max-width: 375px;
            margin: 0 auto;
        }

    .section-que-es .splide .splide__list {
        gap: 0;
        flex-wrap: nowrap;
    }

        .section-que-es .splide .splide__list .splide__slide {
            width: 100%;
        }

    .section-que-es .splide__pagination {
        bottom: -24px;
        padding: 0;
    }

        .section-que-es .splide__pagination .splide__pagination__page {
            background-color: var(--gris);
            opacity: 1;
            border: 0;
        }

            .section-que-es .splide__pagination .splide__pagination__page.is-active {
                background-color: rgba(0,0,0,0.3);
            }

    .section-que-es .splide__arrows {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

        .section-que-es .splide__arrows .splide__arrow {
            top: 0;
            height: 24px;
            width: 24px;
            background-color: var(--gris);
            opacity: 1;
        }

            .section-que-es .splide__arrows .splide__arrow svg {
                height: 16px;
                width: 16px;
                fill: var(--amarillo);
            }

        .section-que-es .splide__arrows .splide__arrow--prev {
            left: -40px;
        }

        .section-que-es .splide__arrows .splide__arrow--next {
            right: -40px;
        }

    .section-como-funciona .container-fluid .container-como-funciona {
        max-width: 100%;
    }

    .section-como-funciona .container-fluid .steps > div {
        width: calc(50% - 40px);
    }

    .section-como-funciona .container-fluid .steps .step-image {
        max-width: 145px;
    }

    footer .copy {
        font-size: 16px;
        margin: 0;
    }

    .section-header {
        min-height: calc(100vh - 53.91px);
        height: auto;
        padding: 48px 0;
    }

    .section-escape-rooms .image {
        min-height: 300px;
        height: calc(100vh - 53.91px);
    }

    .section-como-funciona .container-fluid .steps .step {
        font-size: 14px;
    }

    .section-ubicacion iframe {
        margin-top: 48px;
    }
}

@media(max-width:575px) {
    .section-header {
        background-image: url(/Content/Images/EscapeRoom/banner-escape-room-mobile.jpeg);
    }

        .section-header .container {
            padding-left: 24px;
            padding-right: 24px;
        }

        .section-header .title {
            font-size: 46px;
        }

        .section-header .description {
            font-size: 16px;
            background-color: rgba(0,0,0,0.4);
            width: calc(100% + 48px);
            margin-left: -24px;
            padding: 24px;
            text-align: center;
            margin-bottom: 32px;
        }

    .section-como-funciona .container-fluid .steps {
        gap: 24px;
    }

        .section-como-funciona .container-fluid .steps > div {
            width: calc(50% - 12px);
            gap: 16px;
        }

    .section-que-es .container .number-description {
        width: 85%;
    }

    .section-que-es .splide__arrows .splide__arrow--prev {
        left: -8px;
    }

    .section-que-es .splide__arrows .splide__arrow--next {
        right: -8px;
    }
}

:root {
    --gris: #333333;
    --crema: #e2caae;
    --amarillo: #FFFDD0;
    --marron: #3b2f2f;
}

.alertify-notifier .ajs-message.ajs-error {
    color: #fff;
    font-weight: 600;
}

.section-reservar {
    background-color: var(--crema);
}

    .section-reservar .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 48px;
        padding-bottom: 48px;
    }

        .section-reservar .container .title {
            font-weight: 700;
            color: var(--marron);
            text-align: center;
            margin-bottom: 16px;
        }

        .section-reservar .container .description {
            font-weight: 500;
            color: var(--marron);
            text-align: center;
            font-size: 20px;
            max-width: 760px;
            margin: 0 auto;
        }

    .section-reservar .text-danger {
        color: #fff !important;
        text-decoration: underline;
    }

    .section-reservar .form-control:hover,
    .section-reservar .form-control:focus,
    .section-reservar .form-control:active,
    .section-reservar .form-select:hover,
    .section-reservar .form-select:focus,
    .section-reservar .form-select:active,
    .section-reservar .form-check-input:hover,
    .section-reservar .form-check-input:active,
    .section-reservar .form-check-input:focus {
        outline: 0;
        box-shadow: none;
    }

    .section-reservar .items {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .section-reservar .item {
        position: relative;
        width: calc(20% - 12.8px);
    }

        .section-reservar .item .btn {
            width: 100%;
            height: 100%;
            min-height: 350px;
            color: #fff;
            position: relative;
            padding: 0;
        }

        .section-reservar .item .btn-check:checked + .btn {
            border: 3px solid #c3983c;
            border-radius: 9px;
        }

        .section-reservar .item .btn img {
            width: 100%;
            height: 100%;
            object-position: center;
            object-fit: cover;
            padding: 0;
            border-radius: 10px;
        }

        .section-reservar .item .btn::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
            z-index: 1;
            border-radius: 10px;
        }

        .section-reservar .item .btn .card-text-block {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            padding: 0 16px;
            z-index: 2;
        }

            /*.section-reservar .item .btn .card-text-block strong {
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
                margin-bottom: 4px;
            }

            .section-reservar .item .btn .card-text-block small {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }*/

        .section-reservar .item .btn .card-checked {
            background-color: #c3983c;
            display: none;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            margin: 16px auto 0 auto;
        }

            .section-reservar .item .btn .card-checked .bi {
                color: #fff;
                line-height: 100%;
            }

        .section-reservar .item .btn-check:checked + .btn .card-checked {
            display: flex;
        }

    .section-reservar .title-escape-room {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.4);
        margin: 0;
        padding: 10px;
        color: #fff;
        text-align: center;
    }

    .section-reservar .radio-escape-room {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .section-reservar .btn-reservar {
        color: var(--marron);
        background: linear-gradient(90deg, var(--c1, var(--amarillo)), var(--crema) 51%, var(--c1, #603e17)) var(--x, 0) / 200%; 
        border: 0;
        transition: 0.3s ease all;
        font-weight: bold;
    }

        .section-reservar .btn-reservar:disabled {
            color: #000;
        }

        .section-reservar .btn-reservar:hover {
            background: linear-gradient(90deg, var(--c1, var(--amarillo)), var(--crema) 51%, var(--c1, #603e17)) var(--x, 0) / 200%;
            color: var(--marron);
            border: 0;
        }

    .section-reservar label.text-white {
        font-weight: 500;
    }

    .section-reservar .label-pistas {
        color: var(--marron);
    }

    #confirmacionModal .modal-body .modal-text {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px inset;
    }

#confirmacionModal .modal-header {
    justify-content: center;
}

#confirmacionModal .modal-title {
    font-weight: 600;
    line-height: 125%;
}

#confirmacionModal .container-actions {
    display: flex;
    gap: 16px;
}

    #confirmacionModal .container-actions .btn {
        width: 100%;
    }

    #confirmacionModal .container-actions .btn-pagar {
        color: #fff;
        background-color: #c3983c;
    }

#confirmacionModal .total {
    font-size: 20px;
    font-weight: 600;
    color: #c3983c;
}

@media(max-width: 1199px) {
    .section-reservar .item {
        width: calc(33% - 11px);
    }
}

@media(max-width: 767px) {
    .section-reservar .item {
        width: calc(50% - 8px);
    }
}

@media(max-width: 575px) {
    .section-reservar .item {
        width: 100%;
    }
}

