body {
    background: #f4f7f6;
}

.custom-atm-museo-event ul {
    list-style-type: "✓";
}
.custom-atm-museo-event ul li {
    padding-left: .3em;
}
.custom-atm-museo-event .card-img-container {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.custom-atm-museo-event .card-img-container .custom-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-atm-museo-event .custom-scroller {
    height: 200px;
    max-height: 200px;
    overflow: auto;
}
.custom-atm-museo-event .custom-scroller::-webkit-scrollbar-button {
    display: none;
}


section.museo {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    min-height: calc(100vh - 155px);
    height: inherit;
}

.museo .container {
    max-width: 1140px;
}

.card {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background: none;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px dotted rgba(0, 0, 0, .125);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2 {
    font-size: 1.2em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}

.card-header h2 .far,
.card-header h2 .fas {
    margin-right: 7px;
    color: rgb(40, 42, 111);
}

.card-header p {
    margin: 0;
    font-size: .8em;
    font-weight: 700;
    color: #2C325F;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-header p span {
    font-weight: 400;
    padding: 0 5px;
}

.tickets_row_container {
    padding-top: 7px;
    padding-bottom: 7px;
}

.tickets_row_container .ticket_name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.tickets_row_container .ticket_qty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tickets_row_container p {
    margin: 0;
    font-weight: 700;
    color: #2C325F;
}

.tickets_row_container p span {
    font-weight: 400;
}

/* Keyboard */
.keyboard {
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #2C325F;
    border-radius: 3px;
    width: 120px;
}

.keyboard .lbl_qty {
    width: 40px;
    overflow: hidden;
}

.keyboard .lbl_qty input {
    font-family: 'Manzanares-Bold', sans-serif;
    font-weight: 700;
    width: 100%;
    height: 40px;
    position: static !important;
    text-align: center !important;
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #fff;
    border: none;
    border-left: 1px solid #2C325F;
    border-right: 1px solid #2C325F;
    border-radius: 0px;
}

.keyboard .btn_qty {
    overflow: hidden;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 10px auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fff;
}

.keyboard .btn_qty.less {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2222px%22%20height%3D%222px%22%20viewBox%3D%2219%2029%2022%202%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2041.2%20%2835397%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle-16%22%20stroke%3D%22none%22%20fill%3D%22%23094E83%22%20fill-rule%3D%22evenodd%22%20x%3D%2219%22%20y%3D%2229%22%20width%3D%2222%22%20height%3D%222%22%20rx%3D%221%22%3E%3C/rect%3E%0A%3C/svg%3E");
}

.keyboard .btn_qty.plus {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%22254%2019%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2041.2%20%2835397%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle-16%22%20stroke%3D%22none%22%20fill%3D%22%23094E83%22%20fill-rule%3D%22evenodd%22%20x%3D%22254%22%20y%3D%2229%22%20width%3D%2222%22%20height%3D%222%22%20rx%3D%221%22%3E%3C/rect%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle-16%22%20stroke%3D%22none%22%20fill%3D%22%23094E83%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28265.000000%2C%2030.000000%29%20rotate%28-270.000000%29%20translate%28-265.000000%2C%20-30.000000%29%20%22%20x%3D%22254%22%20y%3D%2229%22%20width%3D%2222%22%20height%3D%222%22%20rx%3D%221%22%3E%3C/rect%3E%0A%3C/svg%3E");
}

.keyboard .btn_qty.less:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2222px%22%20height%3D%222px%22%20viewBox%3D%2219%2029%2022%202%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2041.2%20%2835397%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle-16%22%20stroke%3D%22none%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20x%3D%2219%22%20y%3D%2229%22%20width%3D%2222%22%20height%3D%222%22%20rx%3D%221%22%3E%3C/rect%3E%0A%3C/svg%3E");
    background-color: #2C325F;
}

.keyboard .btn_qty.plus:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%22254%2019%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3C%21--%20Generator%3A%20Sketch%2041.2%20%2835397%29%20-%20http%3A//www.bohemiancoding.com/sketch%20--%3E%0A%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%0A%20%20%20%20%3Cdefs%3E%3C/defs%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle-16%22%20stroke%3D%22none%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20x%3D%22254%22%20y%3D%2229%22%20width%3D%2222%22%20height%3D%222%22%20rx%3D%221%22%3E%3C/rect%3E%0A%20%20%20%20%3Crect%20id%3D%22Rectangle-16%22%20stroke%3D%22none%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20transform%3D%22translate%28265.000000%2C%2030.000000%29%20rotate%28-270.000000%29%20translate%28-265.000000%2C%20-30.000000%29%20%22%20x%3D%22254%22%20y%3D%2229%22%20width%3D%2222%22%20height%3D%222%22%20rx%3D%221%22%3E%3C/rect%3E%0A%3C/svg%3E");
    background-color: #2C325F;
}

/* Keyboard */
.right-panel {
    background: #2C325F;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 0 45px 0;
    border-radius: 10px;
}

.right-panel h2 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
    margin: 15px auto;
    padding: 0 7px;
}

.right-panel .image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.right-panel .image-container img {
    width: 100%;
    height: auto;
}

.right-panel .container-fluid {
    background: #F4F7F6;
    width: calc(100% - 30px);
    margin: -30px auto;
    position: relative;
    border-radius: 10px;
    color: #2C325F;
    overflow: hidden;
}

.right-panel .container-fluid p {
    font-size: 1em;
    font-weight: 700;
    margin: 15px auto;
    text-align: left;
}

.right-panel .container-fluid ul {
    margin: 0 0 15px 0;
}

.right-panel .container-fluid ul li {
    margin: 0;
    line-height: 2em;
    font-size: .9em;
    list-style-type: none;
}

.right-panel .container-fluid ul li:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-style: italic;
    margin-left: -30px;
    position: absolute;
}


.cart_resume {
    margin: 15px auto 15px;
}

.cart_resume .col-6 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cart_resume .col-6 p {
    margin: 0;
    font-weight: 500;
    color: #444;
    display: flex;
    align-items: center;
}

.cart_resume .col-6 p:last-of-type {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.5em;
}

.cart_resume .col-6 p:last-of-type span.taxes {
    font-weight: 500;
    font-size: .6em;
    margin-left: 7px;
}

.cart_resume .col-6:last-of-type {
    justify-content: flex-end;
}

.cart_resume .col-6 p span.no-price {
    text-transform: uppercase;
    font-weight: 500;
    font-size: .8em;
}

.cart_resume .col-6 p span.total_price_qty {
    background: #ea1b23;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    font-size: .6em;
    justify-content: center;
    margin-right: 7px;
}

.cart_resume span.x-svg {
    fill: #2C325F;
    height: auto;
    width: 50px;
    transition: all .4s;
    margin-right: 7px;
    padding-right: 7px;
    display: block;
    border-right: 1px solid #d5d5d5;
}

.info_disclaim {
    border: 2px solid #0d47a1;
    border-radius: 3px;
    background: #bbdefb;
    padding: 15px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .9em;
    font-weight: 500;
    color: #0d47a1;
}

.info_disclaim div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.info_disclaim .far {
    font-size: 1.5em;
    margin-right: 7px;
}

.info_disclaim .fas {
    cursor: pointer;
    transition: all .5s;
}

.info_disclaim .fas:hover {
    color: #E8151E;
}

.info_disclaim p {
    margin: 0;
}

.info_disclaim p span {
    font-weight: 700;
}

.crossell .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.crossell .category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 7px;
}

.crossell .image_container {
    max-width: 200px;
    min-width: 200px;
    height: auto;
    border-radius: 7px;
    overflow: hidden;
}
.crossell .category_description {
    margin: 0;
    color: #333;
    padding: 15px;
}
.crossell .product_description {
    font-weight: 500;
    color: #333;
    font-size: .8em;
}
.crossell .no_products {
    margin: 15px auto;
    text-align: center;
    font-size: 1.2em;
    background: #E8E8E8;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgba(0,0,0,.4);
    padding: 5px 15px;
}
.crossell .no_products span {
    font-weight: 700;
}
.crossell .cart_message {
    justify-content: flex-start;
    position: relative;
    background: #E8D8D7;
}
.crossell .cart_message:after {
    top: 100%;
    left: 80px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: rgba(163,43,42,.15);
    border-width: 15px;
    margin-left: -15px;
}

.sct .accelerator {
    display: flex;
    position: absolute;
    z-index: 99;
    height: initial;
    background: #fff;
    color: #E8151E;
    font-weight: 700;
    box-shadow: 0 0 4px rgba(0, 0, 0, .6);
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: .7em;
    padding: 0;
    padding: 11px;
    min-height: initial;
    right: 0;
}

.accelerator .fas {
    margin-right: 7px;
}

.accelerator span {
    margin-left: 7px;
}

.accelerator:after {
    display: none;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 800px)
and (orientation: portrait) , only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) , only screen
and (max-aspect-ratio: 13/9)
and (orientation: portrait) {
    section.museo {
        padding-bottom: 150px;
    }

    .tickets_selection {
        padding: 0;
    }

    .right_panel_container {
        display: none;
    }

    .card-header {
        display: block;
    }

    .crossell .card-header {
        display: flex;
    }

    .card-header p {
        margin: 7px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .tickets_row_container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tickets_row_container .ticket_name {
        display: block;
    }

    .tickets_row_container .keyboard {
        height: 50px;
        width: 150px;
    }

    .tickets_row_container .lbl_qty {
        width: 50px;
    }

    .tickets_row_container .lbl_qty input {
        height: 50px;
    }

    .tickets_row_container .keyboard .btn_qty {
        width: 50px;
        height: 50px;
    }

    .cart_resume {
        position: fixed;
        width: 100%;
        margin: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        padding: 0;
        height: 80px;
    }

    .cart_resume .row {
        height: 100%;
    }

    .cart_resume span.x-svg {
        margin-left: 15px;
    }

    .cart_resume .col-6:last-of-type {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart_resume .btn {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart_resume .col-6 p:last-of-type span.taxes {
        display: none;
    }

    .cart_resume .col-6 p span.no-price {
        text-transform: uppercase;
        font-weight: 500;
        font-size: .6em;
        line-height: 1.6em;
    }
    .crossell .category {
        display: block;
    }
    .crossell .category_description {
        padding: 15px 0 0 0;
    }
    .crossell .cart_message {
        justify-content: flex-start;
        position: fixed;
        bottom: 80px;
        z-index: 10;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1023px)
and (orientation: portrait) , only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait) {
    .right_panel_container {
        position: initial!important;
        display: block;
    }
    .right_panel_container:after {
        display: none;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 1023px)
and (orientation: landscape) {
    .card-header {
        display: block;
    }
    .card-header p {
        justify-content: start;
    }
    .cart_resume .col-6 p span.no-price {
        text-transform: uppercase;
        font-weight: 500;
        font-size: .5em;
    }
    .cart_resume .col-6 p:last-of-type span.taxes {
        display: none;
    }
}