.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px
}

.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #d2d2d2
}

.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #edb867
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #edb867
}

.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none
}

.br-theme-fontawesome-stars .br-readonly a {
    cursor: default
}

@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: #000
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: #000
    }
}

a.br-fractional:after {
    color: #ffc728 !important
}

.breadcrumb-items .breadcrumb-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.breadcrumb-items .breadcrumb-item:not(:last-of-type):after {
    content: ">";
    margin: 0 6px;
    color: #c1d3de
}

.breadcrumb-items .breadcrumb-item.active {
    color: #00b4f0;
    pointer-events: none
}

@media (max-width:768px) {
    .breadcrumb-items {
        padding: 0 15px
    }
}



#accordion-main {
    overflow: auto
}

.accordion {
    max-width: 550px
}

.accordion-item {
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.accordion-item.active {
    background-color: #fff;
    -webkit-transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1)
}

.accordion-item.active .accordion-header {
    -webkit-transition: background-color .2s cubic-bezier(.1, .82, .25, 1) 0s, color .2s cubic-bezier(.1, .82, .25, 1) .2s;
    -o-transition: background-color .2s cubic-bezier(.1, .82, .25, 1) 0s, color .2s cubic-bezier(.1, .82, .25, 1) .2s;
    -moz-transition: background-color .2s cubic-bezier(.1, .82, .25, 1) 0s, color .2s cubic-bezier(.1, .82, .25, 1) .2s;
    transition: background-color .2s cubic-bezier(.1, .82, .25, 1) 0s, color .2s cubic-bezier(.1, .82, .25, 1) .2s
}

.accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px;
    cursor: pointer
}

.accordion-header h2 {
    position: relative;
    color: #fff;

    letter-spacing: .025em;
    margin: 0;
    text-align: left;
    font-size: 14px;
    line-height: 0
}

.accordion-header h2:before {
    content: "";
    width: 10px;
    height: 2px;
    right: 0;
    top: -webkit-calc(50% - 1px);
    top: -moz-calc(50% - 1px);
    top: calc(50% - 1px)
}

.accordion-header h2:after,
.accordion-header h2:before {
    content: "";
    position: absolute;
    background-color: #777;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) 0s;
    -webkit-transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, -o-transform .2s cubic-bezier(.165, .84, .44, 1) 0s;
    -moz-transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, transform .2s cubic-bezier(.165, .84, .44, 1) 0s, -moz-transform .2s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, transform .2s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, transform .2s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) 0s, -moz-transform .2s cubic-bezier(.165, .84, .44, 1) 0s, -o-transform .2s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) 0s, transform .2s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) 0s
}

.accordion-header h2:after {
    width: 2px;
    height: 10px;
    right: 4px;
    top: -webkit-calc(50% - 5px);
    top: -moz-calc(50% - 5px);
    top: calc(50% - 5px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.accordion-body {
    max-height: 0;
    padding: 0 15px;
    overflow: hidden;
    -webkit-transition: max-height .2s cubic-bezier(.1, .82, .25, 1) 0s, padding .1s cubic-bezier(.1, .82, .25, 1) .2s;
    -o-transition: max-height .2s cubic-bezier(.1, .82, .25, 1) 0s, padding .1s cubic-bezier(.1, .82, .25, 1) .2s;
    -moz-transition: max-height .2s cubic-bezier(.1, .82, .25, 1) 0s, padding .1s cubic-bezier(.1, .82, .25, 1) .2s;
    transition: max-height .2s cubic-bezier(.1, .82, .25, 1) 0s, padding .1s cubic-bezier(.1, .82, .25, 1) .2s
}

.accordion-body p {
    font-size: .875rem;
    line-height: 1.6;

    margin: 0;
    -webkit-transition: opacity .2s cubic-bezier(.1, .82, .25, 1) 0s;
    -o-transition: opacity .2s cubic-bezier(.1, .82, .25, 1) 0s;
    -moz-transition: opacity .2s cubic-bezier(.1, .82, .25, 1) 0s;
    transition: opacity .2s cubic-bezier(.1, .82, .25, 1) 0s
}

.accordion-item.active .accordion-body {
    max-height: 10000px;
    background: #eeefef;
    -webkit-transition: max-height .7s cubic-bezier(.165, .84, .44, 1), padding .2s cubic-bezier(.165, .84, .44, 1) 0s;
    -o-transition: max-height .7s cubic-bezier(.165, .84, .44, 1), padding .2s cubic-bezier(.165, .84, .44, 1) 0s;
    -moz-transition: max-height .7s cubic-bezier(.165, .84, .44, 1), padding .2s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: max-height .7s cubic-bezier(.165, .84, .44, 1), padding .2s cubic-bezier(.165, .84, .44, 1) 0s;
    background: #fafafa
}

.accordion-item.active .accordion-header h2:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-item.active .accordion-header h2:after,
.accordion-item.active .accordion-header h2:before {
    background-color: #4a4a4a;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) .1s;
    -webkit-transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) .1s;
    -o-transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, -o-transform .2s cubic-bezier(.165, .84, .44, 1) .1s;
    -moz-transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, transform .2s cubic-bezier(.165, .84, .44, 1) .1s, -moz-transform .2s cubic-bezier(.165, .84, .44, 1) .1s;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, transform .2s cubic-bezier(.165, .84, .44, 1) .1s;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, transform .2s cubic-bezier(.165, .84, .44, 1) .1s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) .1s, -moz-transform .2s cubic-bezier(.165, .84, .44, 1) .1s, -o-transform .2s cubic-bezier(.165, .84, .44, 1) .1s;
    transition: background-color .2s cubic-bezier(.165, .84, .44, 1) .2s, transform .2s cubic-bezier(.165, .84, .44, 1) .1s, -webkit-transform .2s cubic-bezier(.165, .84, .44, 1) .1s
}

@media (min-width:768px) {
    .accordion-header h2:after,
    .accordion-header h2:before {
        background-color: #fff
    }
    .ek_20 .number-tickets .accordion-body {
        padding: 0 !important
    }
    .ek_20 .calendar-svg {
        position: relative
    }
    .ek_20 .accordion-item.active .accordion-header h2 {
        color: #fff !important
    }
    .ek_20 .expandible-content-main {
        width: 100% !important
    }
    .ek_20 .accordion {
        background: #fff
    }
    .ek_20 .accordion-item {
        z-index: 9999;
        position: relative
    }
    .ek_20 .accordion-item[data-collapse="1"] .accordion-header {
        background: #7d8181;
        color: #fff !important
    }
    .ek_20 .accordion-header {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
    .ek_20 .accordion-item.active .accordion-header h2:after,
    .ek_20 .accordion-item.active .accordion-header h2:before {
        background: #fff !important
    }
}

@media (max-width:768px) {
    .ek_20 .hidden-accordion-min {
        left: 0
    }
}

#container {
    color: #fff;
    -webkit-border-radius: 3.33px;
    -moz-border-radius: 3.33px;
    border-radius: 3.33px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    -webkit-transform: translateY(3700px);
    -moz-transform: translateY(3700px);
    -ms-transform: translateY(3700px);
    -o-transform: translateY(3700px);
    transform: translateY(3700px);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: -o-transform .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1), -o-transform .6s cubic-bezier(.165, .84, .44, 1)
}

@media (min-width:768px) {
    #container {
        z-index: 999999
    }
}

#container.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.ek_20 #container .svg-container svg {
    z-index: 9999999
}

#containers {
    display: none
}

#containers.open {
    margin-top: 56px;
    border-top: 1px solid #e4e4e4
}

@media (min-width:768px) {
    .ek_20 #container {
        position: absolute;
        background: 0 0
    }
    #containers.open {
        z-index: inherit
    }
    #container-tipo-precio {
        display: none
    }
}

@media (max-width:768px) {
    #containers {
        display: none
    }
    #containers {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        height: 100%;
        background: #fff;
        -webkit-transform: translateY(-700px);
        -moz-transform: translateY(-700px);
        -ms-transform: translateY(-700px);
        -o-transform: translateY(-700px);
        transform: translateY(-1000px);
        -webkit-transition: .4s all ease;
        -o-transition: .4s all ease;
        -moz-transition: .4s all ease;
        transition: .4s all ease;
        display: block;
        left: 0
    }
    #containers.open {
        z-index: 9999;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    #container-butacas {
        overflow: auto;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        height: 100%;
        background: #fff;
        -webkit-transform: translateX(-1000px);
        -moz-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        -o-transform: translateX(-1000px);
        transform: translateX(-1000px);
        transition: transform .4s cubic-bezier(.1, .82, .25, 1), -webkit-transform .4s cubic-bezier(.1, .82, .25, 1), -moz-transform .4s cubic-bezier(.1, .82, .25, 1), -o-transform .4s cubic-bezier(.1, .82, .25, 1);
        will-change: transform;
        display: block;
        left: 0
    }
    #container-tipo-precio {
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999;
        height: 100%;
        background: #fff;
        -webkit-transform: translateY(2000px);
        -moz-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        -o-transform: translateY(2000px);
        transform: translateY(2000px);
        -webkit-transition: .4s all ease;
        -o-transition: .4s all ease;
        -moz-transition: .4s all ease;
        transition: .4s all ease;
        display: block;
        left: 0
    }
    #container-tipo-precio.open {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .accordion-header h2 {
        color: #777 !important
    }
    #accordion-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #container-butacas.open .select_butacas {
        padding: 15px;
        height: 100%;
        padding-top: 0
    }
    #container-butacas.open .select_butacas {
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0)
    }
    #container-modales {
        position: absolute;
        width: 100%;
        height: 100%
    }
}

.tomato-theme .toolpit-butacas {
    padding: 6px 16px;
    border-bottom: 1px solid rgba(163, 163, 163, .45);
    font-wight: 900
}

.tomato-theme .toolpit-butacas:last-child {
    border-bottom: 0
}

.tomato-theme .tippy-arrow {
    border-color: 11px solid #7d8181 !important
}

.tomatos-theme.tippy-tooltip svg {
    fill: #7d8181 !important
}

.tomatos-theme .tippy-content {
    padding: 9px 15px !important;
    font-weight: 900
}

.tomatos-theme .tippy-arrow {
    border-color: 11px solid #7d8181 !important
}

.tomatos-theme .tippy-roundarrow {
    fill: #7d8181 !important
}

.tomatos-theme.tippy-tooltip {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #7d8181 !important;
    padding: 0
}

.tomato-theme .toolpit-butacas {
    font-weight: 900
}

.tomato-theme .tippy-roundarrow {
    fill: #7d8181 !important
}

.tomato-theme .tippy-tooltip svg {
    fill: #7d8181 !important
}

.items-container {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .items-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center
    }
    .items-container {
        margin-bottom: 10px !important
    }
    .items-container:last-child {
        border-bottom: 0
    }
}

@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-moz-keyframes splide-loading {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes splide-loading {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform
}

.splide.is-active .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.splide__pagination {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0
}

.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0
}

.splide {
    visibility: hidden
}

.splide,
.splide__slide {
    position: relative;
    outline: 0
}

.splide__slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    -moz-animation: splide-loading 1s linear infinite;
    -o-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable>.splide__track>.splide__list>.splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__track>.splide__list>.splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0
}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb>.splide__track>.splide__list {
    display: block
}

.splide--ttb>.splide__pagination {
    width: auto
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #ccc
}

.splide__arrow svg {
    width: 1.2em;
    height: 1.2em
}

.splide__arrow:hover {
    cursor: pointer;
    opacity: .9
}

.splide__arrow:focus {
    outline: 0
}

.splide__arrow--prev {
    left: 1em
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: .5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -moz-transition: transform .2s linear, -moz-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear, -moz-transform .2s linear, -o-transform .2s linear;
    border: none;
    opacity: .7
}

.splide__pagination__page.is-active {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    background: #fff
}

.splide__pagination__page:hover {
    cursor: pointer;
    opacity: .9
}

.splide__pagination__page:focus {
    outline: 0
}

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--nav>.splide__track>.splide__list>.splide__slide {
    border: 3px solid transparent
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
    border-color: #000
}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus {
    outline: 0
}

.splide--rtl>.splide__arrows .splide__arrow--prev,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.splide--rtl>.splide__arrows .splide__arrow--next,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

.splide--rtl>.splide__arrows .splide__arrow--next svg,
.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.splide--ttb>.splide__arrows .splide__arrow,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

.splide--ttb>.splide__arrows .splide__arrow--prev,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev {
    top: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.splide--ttb>.splide__arrows .splide__arrow--next,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

.splide--ttb>.splide__arrows .splide__arrow--next svg,
.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.splide--ttb>.splide__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%)
}

.home .splide__slide img {
    display: block !important
}

.splide--ltr .splide__arrow--prev {
    left: -3.5rem
}

.splide__slide a {
    width: 100%;
    height: 100%;
    display: block
}

.splide--ltr .splide__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.splide__arrow[disabled] {
    opacity: .5
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    font-size: 3rem;
    color: #fff;
    -webkit-transition: color .2s cubic-bezier(.54, .01, .1, 1);
    -o-transition: color .2s cubic-bezier(.54, .01, .1, 1);
    -moz-transition: color .2s cubic-bezier(.54, .01, .1, 1);
    transition: color .2s cubic-bezier(.54, .01, .1, 1);
    padding: 0;
    margin: 0
}

.splide--ltr .splide__arrow--next {
    right: -3.5rem
}

.splide__pagination__page {
    display: block;
    width: 2rem;
    height: .4rem;
    padding: 0;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 4px;
    background-color: #cecece !important;
    text-indent: -9999px;
    margin-right: 11px
}

.splide__pagination__page.is-active {
    background: #909090 !important
}

.spi-angle-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px
}

.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1) rotate(180deg);
    -moz-transform: scaleX(-1) rotate(180deg);
    -ms-transform: scaleX(-1) rotate(180deg);
    -o-transform: scaleX(-1) rotate(180deg);
    transform: scaleX(-1) rotate(180deg)
}

.spi-angle-left svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

.spi-angle-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding-left: 10px
}

.spi-angle-right svg {
    width: 28px;
    height: 28px;
    fill: #fff
}

@media (max-width:768px) {
    .splide {
        padding: 0 15px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        margin-bottom: 52px
    }
    .splide__track {
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        border-radius: 11px
    }
    .splide__arrows {
        display: none
    }
    .splide__pagination {
        bottom: -5px
    }
    .calugas .splide__track {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

.splide--ltr .splide__arrow--next {
    width: 41px;
    -webkit-border-radius: 65px 0 0 68px;
    -moz-border-radius: 65px 0 0 68px;
    border-radius: 65px 0 0 68px;
    right: 0
}

.splide--ltr .splide__arrow--prev {
    width: 41px;
    -webkit-border-radius: 0 65px 68px 0;
    -moz-border-radius: 0 65px 68px 0;
    border-radius: 0 65px 68px 0;
    left: 0
}

.table_butacas {
    margin-top: 15px
}

.table_butacas th {
    font-size: 12px;
    background: #dadada;
    padding: 5px;
    border-right: 1px solid
}

.table_butacas th:last-child {
    border-right: none
}

.table_butacas td {
    text-align: center;
    font-size: 12px;
    padding: 5px;
    border-right: 1px solid
}

.table_butacas td:last-child {
    border-right: none
}

.table_butacas th {
    font-size: 12px;
    background: #dadada;
    padding: 5px;
    border-right: 1px solid #d4d4d4
}

.table_butacas th:last-child {
    border-right: none
}

.table_butacas td {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    border-right: 1px solid #d4d4d4;
    cursor: pointer
}

.table_butacas td:last-child {
    border-right: none
}

.table_butacas tr:hover {
    color: #fff;
    background-color: #f97a7a
}

.table_butacas tr:hover td {
    background-color: transparent
}

.table_butacas td:first-child {
    text-align: left
}

.table_butacas {
    margin-top: 0 !important
}

body {
    overflow-y: auto !important
}

.title-view {
    font-size: 17px;
    font-weight: 500;
    color: #181818
}




@media (min-width:768px) {


    .ek_20 #zonas_get .table_butacas td {
        padding: 12px
    }

    .margin-wrapper {
        margin-top: 40px !important
    }
    .gering-p {
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
        left: 0
    }
    .height-min-100 {
        height: 100%
    }
}

.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#total-tickets-float {
    font-size: 14px;
    font-weight: 900;
    color: #000
}

.font-producto {
    color: #7d8181
}

@media (max-width:768px) {
    .favorite.darking-i svg {
        fill: #06ccca
    }
    .m-b-md-10 {
        margin-bottom: 10px !important
    }
    #main-9-container {
        padding: 0 !important
    }
 
    .reveal-place {
        display: none !important
    }
    .childTable .title-view {
        width: 80%
    }
}



.text-light-200 {
    color: #4a4a4a
}

.modal-entrekids {
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.modal-entrekids .remodal-header {
    width: 100px;
    padding: 15px;
    background: #00b4f0;
    width: 100%;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.modal-entrekids .remodal-footer {
    width: 100px;
    padding: 10px;
    background: #00b4f0;
    width: 100%;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px
}

#tp-container::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5
}

#tp-container::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

#tp-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00b4f0
}

.status-compra-ver {
    z-index: 15;
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: #fff !important;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 3px 9px 3px !important;
    -moz-box-shadow: rgba(0, 0, 0, .05) 0 3px 9px 3px !important;
    box-shadow: rgba(0, 0, 0, .05) 0 3px 9px 3px !important;
    border-top: 1px solid #ebebeb !important;
    padding: 10px 0 !important;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .4s cubic-bezier(.165, .84, .44, 1);
    -o-transition: -o-transform .4s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .4s cubic-bezier(.165, .84, .44, 1), -moz-transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1);
    transition: transform .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.165, .84, .44, 1), -moz-transform .4s cubic-bezier(.165, .84, .44, 1), -o-transform .4s cubic-bezier(.165, .84, .44, 1);
    -webkit-transform: translateY(1000px);
    -moz-transform: translateY(1000px);
    -ms-transform: translateY(1000px);
    -o-transform: translateY(1000px);
    transform: translateY(1000px)
}

@media (max-width:768px) {
    .status-compra-ver {
        display: none
    }
}

.status-compra-ver.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.status-compra-ver .content-compra {
    width: 100% !important;
    padding: 0 16px !important;
    margin: 0 auto !important;
    max-width: 1300px !important;
    border: none
}

.status-compra-ver .d83435 {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.status-compra-ver .br-widget.br-readonly {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flotante-btn-butaca {
    background: #fff;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1) !important;
    position: fixed;
    z-index: 999;
    padding: 17px 15px;
    width: 100%;
    bottom: 0;
    left: 0
}

.text-color-danger {
    color: #f06980
}

.m-b-3 {
    margin-bottom: 3px
}

.d-flex-100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.comment-scroll::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5
}

.comment-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.comment-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1ea6dc
}

.comment-blocking {
    position: relative;
    margin-bottom: 33px
}

.comment-block {
    border-bottom: 1px solid #dadada;
    padding: 1.5rem 0
}

.comment-block h3 {
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
    margin-bottom: 0;
    margin-right: 45px
}

.review-content p {
    font-size: 15px
}

.preloadMap {
    width: 100%;
    height: 550px;
    background: url(https://dev.entrekids.cl/img/optzj/preloadMap.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    padding: 30px
}

.oferta-actividad .title-ofert {
    color: #1eb2e8;
    font-size: 20px;
    font-weight: 500
}

.oferta-actividad .title-ofert-sub {
    color: #2e2e2e;
    font-size: 16px;
    font-weight: 300
}

.oferta-actividad .cupos-big {
    color: #4a4a4a;
    font-size: 18px;
    font-weight: 600
}

.oferta-actividad .disponibilidad {
    color: #4a4a4a;
    font-size: 12px;
    letter-spacing: .11px
}


.oferta-actividad .minus,
.oferta-actividad .plus,
.oferta-actividad input {
    height: 41px !important;
    text-align: center;
    display: inline-block;
    letter-spacing: .17px;
    vertical-align: middle
}

.oferta-actividad span {
    cursor: pointer
}

.oferta-actividad .minus,
.oferta-actividad .plus {
    color: #1eb2e8;
    font-size: 20px;
    font-weight: 700
}

.oferta-actividad .minus {
    border: 1px solid #a3a3a3;
    padding: 3px 13px 2px;
    margin-right: -1;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.oferta-actividad .plus {
    border: 1px solid #a3a3a3;
    padding: 3px 11px 0;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border-left: none;
}


.start-placeholder {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
    height: 20px
}

.start-placeholder:after {
    content: '\f005';
    color: #d2d2d2
}

.start-placeholder-min {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
    height: 20px
}

.start-placeholder-min:after {
    content: '\f005';
    color: #d2d2d2;
    font-size: 14px
}


.placeholder-actividad {
    display: none
}

#getHeight {
    overflow: hidden
}

.vista-detalle-actividad .br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 18px/1 FontAwesome
}

.vista-detalle-actividad .br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #00b4f0 !important
}

.vista-detalle-actividad a.br-fractional:after {
    color: #00b4f0 !important
}

#detalle-actividad h2 {
    text-align: left
}

.big-title {
    color: #1eb2e8;
    font-weight: 700;
    font-size: 21px
}

.empty-state-coment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.empty-state-coment img {
    width: 85px;
    margin: 0 auto
}

.total-comment {
    color: #777;
    font-size: 14px;
    font-weight: 500
}

.textdanger {
    color: #00b4f0;
    font-size: 13px;
    text-transform: uppercase
}

#butacas_get {
    margin-bottom: 0 !important
}

@media (max-width:768px) {
    .none-padding-max {
        padding: 0 !important
    }
    .ek_20 .accordion-item[data-collapse="0"] {
        background: #a8a8a8;
        opacity: .5;
        cursor: not-allowed;
        color: #fff !important
    }
    .table_butacas th {
        padding: 10px;
        font-size: 13px
    }
    .table_butacas td {
        padding: 8px
    }
    .table_butacas tr td {
        border-bottom: 1px solid #d4d4d4
    }
    .table_butacas tr:last-child td {
        border-bottom: 0
    }
    .table_butacas {
        border: 1px solid #dadada
    }
}

#map {
    height: 550px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.verMap {
    width: 100%;
    height: 550px;
    display: none
}

.content-descuento.with-descuento-1 {
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-descuento.with-descuento-2 {
    height: 50px;
    background: #fff
}

.svg-20x20 {
    width: 20px;
    height: 20px
}

.text-capitalize {
    text-transform: capitalize
}

.rounder-6-img {
    width: 100px;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.title-producto {
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.28571em !important;
    color: #484848 !important;
    margin-right: 15px
}

.color-light {
    color: #4a4a4a
}

.agotado-stock {
    width: 105px;
    text-align: center;
    background: #f97a7a;
    color: #fff;
    font-weight: 900;
    padding: 8px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.number-is-local:before {
    content: "AGOTADO";
    width: 100%;
    height: 100%;
    background: #F56A80;
    position: absolute;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 4px;
    font-family: 'pangram-regular';
    letter-spacing: 1;
}

.number-is-local {
    position: relative
}

.zoom {
    display: inline-block;
    position: relative
}

.zoom:after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0
}

.zoom img {
    display: block
}

.zoom img::-moz-selection {
    background-color: rgba(0, 0, 0, 0)
}

.zoom img::selection {
    background-color: rgba(0, 0, 0, 0)
}

.actividad_evento_ver .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3)
}

.actividad_evento_ver .fancybox-thumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.actividad_evento_ver .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px
}

.actividad_evento_ver .fancybox-container {
    z-index: 99999999
}

@media (min-width:768px) {
    .tipo-row-precio {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .tipo-row-2-precio {
        width: 100%;
        padding-right: 14px
    }
    .tipo-row-1-precio {
        width: 100%
    }
}

.alert-primary {
    height: 30px;
    background-color: #707070;
    font-weight: 700;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media (max-width:768px) {
    .alert-primary {
        display: none
    }
}

.row-ticket-zona {
    position: relative;
    padding: 10px 15px
}

.price-ticket-final {
    color: #00b4f0;
    font-weight: 600
}

.line-through {
    text-decoration: line-through
}

.float-porcentaje {
    background-color: #f97a7a;
    height: 62px;
    width: 58px;
    font-size: 11px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -9px;
    top: -11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.float-porcentaje span {
    color: #fff;
    margin-bottom: 14px
}

.float-porcentaje {
    background-color: #f97a7a;
    height: 62px;
    width: 58px;
    font-size: 11px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -9px;
    top: -11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.float-porcentaje span {
    color: #fff;
    margin-bottom: 14px
}

.float-porcentaje-2 {
    top: -10.8px;
    background-color: #f97a7a;
    height: 70px;
    width: 70px;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 50%, 0 50%);
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .float-porcentaje-2 {
        display: none
    }
}

.float-porcentaje-2 span {
    color: #fff;
    margin-bottom: 17px;
    font-weight: 900
}

.flex-40-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%
}

.flex-50-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}

.big-price-modal {
    padding-bottom: .1em;
    font-size: 2.5em;
    color: #00b4f0;
    font-weight: 700;
    text-align: left
}

#row-modal-total {
    text-align: left;
    font-size: 18px
}

.f75em {
    font-size: .75rem
}

.separator-button {
    padding: 20px 15px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.bg-4-modal {
    background-color: #e6e7e8
}

.modal-btn-comprar {
    background: #f06980;
    padding: 17px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    width: 100% !important;
    position: relative;
    margin-top: 0
}

.h2-text {
    color: #777;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    border: none
}

.dark-color-text {
    color: #777
}

.error-message-modal {
    color: #f06980;
    font-weight: 900
}

.p-right {
    position: absolute;
    top: 0;
    right: 15px
}

.row-ticket-zona {
    border-bottom: 1px solid #e4e4e4
}

.row-ticket-zona:first-child {
    border-top: none
}

.row-modal-tipo-precio {
    overflow: auto;
    height: 100%;
    padding-bottom: 120px !important
}

.row-modal-tipo-precio .row-ticket-zona {
    padding: 15px 15px !important
}




.row-modal-tipo-precio .tipo-row-precio {
    text-align: left
}

.row-modal-tipo-precio::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f5f5f5
}

.row-modal-tipo-precio::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.row-modal-tipo-precio::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #1ea6dc
}

.modal-ver-mas-opciones {
    padding: 0;
    overflow: hidden;
    height: 88vh
}

@media (max-width:768px) {
    .accordion-body .preloadMap {
        height: 100% !important
    }
}

@media only screen and (max-width:479px) {
    .price-list-md {
        top: -92px
    }
    .price-none-list-md {
        top: -60px
    }
}



.comment-data {
    margin-top: 10px;
    font-size: 15px
}

.reservation-md {
    width: 100%
}



.empty-state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #f7f7f7;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-ver-mas-items-disabled .container {
    padding-right: 0;
    padding-left: 0
}

@media (max-width:414px) {
    .rr-widget[data-s="5f9758a797a525136cce04f9"] .rr-item__image img {
        height: 101px !important
    }
}

.container-price {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #fff;
    bottom: 0;
    -webkit-transform: translateY(1700px);
    -moz-transform: translateY(1700px);
    -ms-transform: translateY(1700px);
    -o-transform: translateY(1700px);
    transform: translateY(1700px);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.1, .82, .25, 1);
    transition: -webkit-transform .4s cubic-bezier(.1, .82, .25, 1);
    -o-transition: -o-transform .4s cubic-bezier(.1, .82, .25, 1);
    -moz-transition: transform .4s cubic-bezier(.1, .82, .25, 1), -moz-transform .4s cubic-bezier(.1, .82, .25, 1);
    transition: transform .4s cubic-bezier(.1, .82, .25, 1);
    transition: transform .4s cubic-bezier(.1, .82, .25, 1), -webkit-transform .4s cubic-bezier(.1, .82, .25, 1), -moz-transform .4s cubic-bezier(.1, .82, .25, 1), -o-transform .4s cubic-bezier(.1, .82, .25, 1)
}

.container-price.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.container-price button {
    background: #f06980;
    padding: 15px;
    text-align: center;
    width: 100%;
    color: #fff
}

.total-comment {
    margin-left: 30px
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:768px) {
    #custom_fc_button a {
        bottom: 90px
    }

    .logo-express-mobile {
        width: 150px
    }
}

.tomato-theme.tippy-tooltip {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #7d8181
}

.tomato-theme .tippy-content {
    padding: 0
}

#custom_fc_button a {
    z-index: 10
}

.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 18px/1 FontAwesome
}

.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #00b4f0 !important
}

a.br-fractional:after {
    color: #00b4f0 !important
}

a.br-fractional:after {
    color: #d2d2d2;
    content: "\f123" !important
}

@media (max-width:768px) {
    .splide__slide img {
        width: 100%
    }
    .margin-wrapper {
        margin-top: 60px !important
    }
    .reservation-md {
        margin-bottom: 15px
    }
    .float-porcentaje-precio {
        background: #f06980;
        padding: 4px;
        text-align: center;
        color: #fff;
        width: 100px;
        position: absolute;
        bottom: 0px;
        z-index: 999;
        right: 0;
        border-radius: 4px 0 0 0;
    }
    .mini-map-mini {
        position: absolute;
        top: 50%;
        right: 8px;
        height: 38px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 7px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #d8d8d8
    }
    .mini-map-mini svg {
        width: 23px;
        height: 100%
    }
}

@media (min-width:768px) {
    .float-porcentaje-precio {
        display: none
    }
    .mini-map-mini {
        display: none
    }
    #svg-container-mu svg {
        width: 100%;
        min-height: auto !important;
        margin: 0 auto
    }
}

.btn-acuerdo {
    height: 40px;
    width: 240px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #1eb2e8;
    color: #fff;
    font-size: 12px;
    letter-spacing: .8px;
    font-weight: 700
}

.title-modal-actividad {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.title-modal-actividad {
    width: -webkit-calc(100% - 76px);
    width: -moz-calc(100% - 76px);
    width: calc(100% - 76px);
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

#svg-container-mu {
    width: 100%
}

#svg-container-mu svg g {
    cursor: pointer
}

@media (max-width:768px) {
    #svg-container-mu {
        height: auto;
        border: none !important
    }
}

@media (max-width:768px) {
    .actividad_evento_ver footer.separator-to-body {
        margin-top: 0 !important
    }
    
    #content-mobile {
        z-index: 9999999999;
        position: relative;
        width: 100%;
        transition: transform .5s cubic-bezier(.1, .82, .25, 1), -webkit-transform .5s cubic-bezier(.1, .82, .25, 1), -moz-transform .5s cubic-bezier(.1, .82, .25, 1), -o-transform .5s cubic-bezier(.1, .82, .25, 1)
    }
   
    .title-modal-actividad {
        color: #484848 !important
    }
    #svg-container-mu {
        height: 30px;
        border: 1px solid rgba(0, 0, 0, .1);
        
        width: 300px;
        height: 319px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px
    }
}

#cal-select-actividad .dia-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.splide__slide .image-picture img {
    width: 100%
}

@media (min-width:768px) {
    #select_asiento {
        text-align: center;
        max-height: 400px;
        overflow: auto;
        padding-bottom: 100px
    }
}

.item-butacas-precio-row {
    border-bottom: 1px solid #d6d6d6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .item-butacas-precio-row {
        padding: 12px;
        margin: 0 10px
    }
}

@media (min-width:768px) {
    .item-butacas-precio-row:last-child {
        border-bottom: none
    }
}

@media (min-width:768px) {
    .item-butacas-precio-row:first-child {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .item-butacas-precio-row {
        border: 1px solid #d6d6d6;
        margin-bottom: 10px
    }
}

#container.open {
    z-index: 999
}

.leyenda-btn-container {
    z-index: 99999999
}

.position-controls {
    margin-bottom: 15px
}

.close-butacas-modal {
    position: absolute;
    right: 0;
    background: no-repeat;
    top: 6px;
    z-index: 1;
    cursor: pointer
}

.close-butacas-modal>div {
    width: 38px;
    height: 28px
}

@media (max-width:768px) {
    .close-butacas-modal {
        top: 17px
    }
}

@media (min-width:768px) {
    .close-butacas-modal {
        top: 15px
    }
}

.rounder-butacas {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.rounder-butacas.green {
    background: #00b4f0
}

.rounder-butacas.blue {
    background: #1eb2e8
}

.rounder-butacas.gris {
    background: #777
}

.rounder-butacas.red {
    background: #f97a7a
}

.control-svg .btn-pan {
    background-color: #00b4f0;
    color: #fff;
    height: 25px;
    width: 25px;
    text-transform: uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0
}

.control-svg .btn-pan svg {
    width: 48px;
    fill: #fff
}

.remove_asiento {
    font-size: 19px;
    cursor: pointer
}

.remove_asiento svg path {
    stroke: #8d8d8d !important;
    stroke-width: 20px !important
}

.remove_asiento svg line {
    stroke: #8d8d8d !important;
    stroke-width: 20px !important
}

.control-svg button {
    z-index: 9999999999
}


#svg-content {
    height: 450px !important;
    position: relative;
    border: 1px solid #ededed;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    padding-bottom: 9%;
    vertical-align: top
}

#svg-content svg {
    height: 100%;
    overflow: visible !important
}

.show-butacas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 100%;
    background: #fff;
    -webkit-transform: translateX(-1700px);
    -moz-transform: translateX(-1700px);
    -ms-transform: translateX(-1700px);
    -o-transform: translateX(-1700px);
    transform: translateX(-1700px);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: -o-transform .6s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1), -webkit-transform .6s cubic-bezier(.165, .84, .44, 1), -moz-transform .6s cubic-bezier(.165, .84, .44, 1), -o-transform .6s cubic-bezier(.165, .84, .44, 1);
    padding: 35px 20px;
    padding-top: 0 !important;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.show-butacas img.butacas-seleccion {
    width: 150px;
    margin: 0 auto;
    height: 390px
}

.show-butacas.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media (min-width:768px) {
    .ek_20 .evento-here-show {
        left: 0 !important;
        background: #fff !important
    }
    #svg-content svg {
        width: 100%
    }
    .ek_20 #container .svg-container {
        padding-top: 0
    }
}

@media (max-width:768px) {
    .close-butacas-modal {
        display: none
    }
    .show_title {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }
    #svg-content {
        margin-top: 20px;
        height: 300px !important;
    }
    #entradas {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.open-leyenda {
    display: none;
    padding: 15px;
    background-color: #fff;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: transform .4s 50ms cubic-bezier(.1, .82, .25, 1), opacity .4s 50ms cubic-bezier(.1, .82, .25, 1), -webkit-transform .4s 50ms cubic-bezier(.1, .82, .25, 1), -moz-transform .4s 50ms cubic-bezier(.1, .82, .25, 1), -o-transform .4s 50ms cubic-bezier(.1, .82, .25, 1);
    visibility: hidden
}

.open-leyenda.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    display: block
}

.select_actividad {
    background: #fff
}

.select_actividad {
    display: grid !important;
    grid-template-columns: 1fr;
    position: relative;
    border-bottom: 1px solid #e8e8e8
}

@media (min-width:768px) {
    .select_actividad {
        margin-bottom: 15px
    }
}

@media (max-width:768px) {
    .select_actividad {
        margin-bottom: 0
    }
    .position-controls {
        margin-top: 10px;
        margin-bottom: 0
    }
}

.show-view-minimap {
    width: 300px;
    height: 300px;
    background: #fff;
    overflow: auto;
    width: 100px;
    height: 100px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 17px auto
}

.show-view-minimap .section {
    width: 80px;
    height: 80px;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.show-view-minimap .section img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.show-view-minimap svg g.active-butacas {
    fill: #f97a7a
}

.calendar-svg calendar {
    width: 350px;
    margin: 50px auto 0
}

#calendar-svg {
    margin-top: 13px
}

.calendar-svg .calendar__month {
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    position: relative
}

.calendar-svg .cal-day__month--previous {
    color: #e1e1e1 !important
}

.calendar-svg .cal-month__next,
.calendar-svg .cal-month__previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center
}

.calendar-svg .cal-month__next {
    right: 15px;
    color: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #adabaf
}

.calendar-svg .cal-month__previous {
    color: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #adabaf;
    left: 15px
}

.cal-body__day:focus {
    outline: 0
}

.calendar-svg .cal-month__current {
    text-align: center;
    text-transform: capitalize;
    color: #484848 !important;
    font-size: 20px;
    font-weight: 100 !important
}

@media (max-width:768px) {
    .calendar-svg .cal-month__current {
        margin-top: 16px
    }
}

.calendar-svg .cal-body__day,
.calendar-svg .cal-head__day {
    width: 50px;
    height: 50px;
    color: #212121
}

.calendar-svg .cal-body__week,
.calendar-svg .calendar__head {
    display: block;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.calendar-svg .calendar__head {
    line-height: 50px;
    position: relative
}

.calendar-svg .calendar__head:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #90caf9
}

.calendar-svg .cal-day__month--next {
    color: #e1e1e1 !important
}

.calendar-svg .cal-day__month--current__cal__next[price] {
    color: #4dc9f5 !important;
    opacity: .5
}

.cal-day__month--current__cal__next1.cal-day__month--next1 {
    color: #4dc9f5 !important;
    opacity: .5
}

.calendar-svg .cal-day__month--current__cal-canceled {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.calendar-svg .cal-body__day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.invitado_gestionar .text-xs-custom {
    display: none
}

.calendar-svg .cal-body__day {
    color: #b4b5b5;
    text-align: center;
    cursor: pointer
}

.calendar-svg .cal-body__day .cal-day__month--current__cal {
    color: #00b4f0 !important
}

.calendar-svg .cal-day__day--today {
    font-weight: 800;
    color: #b4b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

@media (max-width:768px) {
    .calendar-svg .cal-day__day--today:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        border: 1px solid;
        border: none !important;
        left: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }
    .calendar-svg .cal-day__day--today.cal-day__month--current__cal-canceled:after {
        width: 50%;
        height: 1px;
        border: none;
        left: 50%
    }
}

.calendar-svg .cal-day__day--today.cal-day__month--current__cal {
    border-color: #4dc9f5 !important;
    border: 1px solid
}

.calendar-svg .cal-day__day--selected {
    background-color: #00b4f0;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff
}

.calendar-svg .cal-day__month--current__cal {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    color: #00b4f0 !important;
    font-weight: 900
}

.calendar-svg .cal-day__month--current__cal:before {
    content: attr(price);
    position: absolute;
    font-size: 9px;
    left: 9px;
    top: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #4dc9f5 !important;
    display: none
}

.close-calendaer-eventos {
    position: absolute;
    top: 11px;
    right: 0
}

.dia-title {
    font-size: 14px;
    font-weight: 900
}

.cal-body__day.cal-day__month--current.cal-day__month--current__cal.active-cal-day {
    background: #00b4f0 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff !important;
    font-weight: 900;
}

@media (min-width:768px) {
    
    .calendar-svg .cal-body__week,
    .calendar-svg .calendar__head {
        height: auto !important
    }
    .cal-month__current {
        font-size: 17px
    }
    #calendar-svg {
        margin-top: 20px
    }
    .calendar-svg .calendar__head .cal-head__day {
        width: 31px;
        height: 50px
    }
    .calendar-svg .cal-body__day {
        line-height: 33px;
        width: 31px;
        height: 31px;
        color: #d4cece
    }
    .calendar-svg .cal-day__month--current__cal {
        color: #777
    }
    .calendar-svg .cal-day__month--current__cal:before {
        display: none
    }
    .calendar-svg .cal-day__day--selected {
        color: #fff
    }
    .ek_20 .calendar-svg .calendar__head .cal-head__day {
        width: 31px;
        height: 40px
    }
    .ek_20 .calendar-svg .cal-body__day {
        line-height: 33px;
        width: 31px;
        height: 31px
    }
    .ek_20 .calendar-svg .cal-day__month--current__cal:before {
        display: none
    }
    .ek_20 .calendar-svg .cal-day__day--selected {
        color: #fff
    }
    .ek_20 .event-container-select {
        overflow: auto;
        height: 200px
    }
    .ek_20 .event-container-select::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }
    .ek_20 .event-container-select::-webkit-scrollbar-thumb {
        background: red
    }
    .ek_20 .evento-here-show .select-evento {
        width: 80px
    }
}

@media (max-width:768px) {
    .calendar-svg .calendar__body {
        padding: 10px 0
    }
    .cal-body__day.cal-day__month--current.cal-day__month--current__cal.active-cal-day {
        display: block;
    }
    .cal-body__day.cal-day__month--current span{
        display: block;
    }
    .close-calendaer-eventos {
        display: none
    }
    .calendar-svg .cal-day__month--current__cal:before {
        content: attr(price);
        position: absolute;
        font-size: 9px;
        left: 50%;
        top: 60%;
        width: 100%;
        height: 100%;
        display: none;
        -webkit-transform: translateX(-50%, -50%);
        -moz-transform: translateX(-50%, -50%);
        -ms-transform: translateX(-50%, -50%);
        -o-transform: translateX(-50%, -50%);
        transform: translateX(-50%, -50%);
        color: #4dc9f5 !important;
        font-weight: 900
    }
    .calendar-svg .cal-day__month--current__cal.active-cal-day:before {
        color: #fff !important
    }
    .calendar-svg .cal-day__month--current__cal.active-cal-day {
        color: #fff !important
    }
    .calendar-svg .cal-day__month--current__cal.active-cal-day:after {
        content: '';
        width: 50%;
        height: 1px;
        width: 100%;
        height: 100%;
        background: 0 0;
        border: 1px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        z-index: -1;
        background: #4dc9f5 !important
    }
    .calendar-svg .cal-day__month--current__cal-canceled::before {
        width: 50%;
        height: 1px;
        background: #d0d0d0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }
}

.evento-here-show {
    -webkit-transform: translateY(-1700px);
    -moz-transform: translateY(-1700px);
    -ms-transform: translateY(-1700px);
    -o-transform: translateY(-1700px);
    transform: translateY(-1700px)
}

.evento-here-show {
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #fff;
    -webkit-transform: translateY(700px);
    -moz-transform: translateY(700px);
    -ms-transform: translateY(700px);
    -o-transform: translateY(700px);
    transform: translateY(700px);
    transition: transform .4s cubic-bezier(.1, .82, .25, 1), -webkit-transform .4s cubic-bezier(.1, .82, .25, 1), -moz-transform .4s cubic-bezier(.1, .82, .25, 1), -o-transform .4s cubic-bezier(.1, .82, .25, 1);
    will-change: transform;
    position: absolute;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.evento-here-show.open {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.evento-here-show .evento-header {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.evento-here-show .evento-calendar {
    padding: 15px
}

.evento-here-show {
    height: 100%
}

.evento-here-show .select-evento {
    width: 100px;
    background: #1eade3;
    height: 36px;
    color: #fff;
    line-height: 36px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase
}

@media (min-width:768px) {
    .ek_20 .evento-here-show {
        background: #fff;
        -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, .1);
        -moz-box-shadow: 1px 0 2px rgba(0, 0, 0, .1);
        box-shadow: 1px 0 2px rgba(0, 0, 0, .1)
    }
}

@media (max-width:768px) {
    .evento-here-show {
        -webkit-transform: translateY(-1700px);
        -moz-transform: translateY(-1700px);
        -ms-transform: translateY(-1700px);
        -o-transform: translateY(-1700px);
        transform: translateY(-1700px)
    }
}

.select_butacas {
    margin-top: 85px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
    -webkit-transform: translateX(-1700px);
    -moz-transform: translateX(-1700px);
    -ms-transform: translateX(-1700px);
    -o-transform: translateX(-1700px);
    transform: translateX(-1700px);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.1, .82, .25, 1);
    transition: -webkit-transform .6s cubic-bezier(.1, .82, .25, 1);
    -o-transition: -o-transform .6s cubic-bezier(.1, .82, .25, 1);
    -moz-transition: transform .6s cubic-bezier(.1, .82, .25, 1), -moz-transform .6s cubic-bezier(.1, .82, .25, 1);
    transition: transform .6s cubic-bezier(.1, .82, .25, 1);
    transition: transform .6s cubic-bezier(.1, .82, .25, 1), -webkit-transform .6s cubic-bezier(.1, .82, .25, 1), -moz-transform .6s cubic-bezier(.1, .82, .25, 1), -o-transform .6s cubic-bezier(.1, .82, .25, 1);
    padding: 35px 20px
}

.select_butacas.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.show-butacas .close-butacas-modal {
    top: 17px
}

@media (min-width:768px) {
    #container .select_butacas {
        -webkit-transform: translateX(-1000px);
        -moz-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        -o-transform: translateX(-1000px);
        transform: translateX(-1000px);
        margin-top: 0;
        padding-top: 0;
        padding: 66px;
        padding-top: 0
    }
    #container .select_butacas.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .ek_20 #container .show-butacas.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width:768px) {
    .show-butacas {
        margin-top: 0
    }
}

#carro_mobile {
    border-bottom: 1px solid;
    font-weight: 900
}

#carro_mobile {
    border-bottom: none
}

@media (min-width:768px) {
    #carro_mobile {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}

#carro_mobile {
    margin-bottom: 230px
}

@media (max-width:768px) {
    #carro_mobile {
        padding-top: 15px
    }
    #carro_mobile {
        margin-bottom: 230px
    }
    #carro_mobile {
   
        overflow-y: auto
    }
    #carro_mobile {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px
    }
    #carro_mobile::-webkit-scrollbar {
        width: 0;
        background: 0 0
    }
    #carro_mobile::-webkit-scrollbar-thumb {
        background: red
    }
    #carro_mobile {
        overflow: initial
    }
    #carro_mobile {
        padding-top: 15px
    }
}

.calendar-svg .cal-body__day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.splide .splide__pagination {
    bottom: 0
}

.splide .splide__arrow {
    width: 44px;
    height: 44px;
    background-color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-width: 0;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 48%;
    z-index: 2;
    background-color: #fff
}

.splide .splide__arrow .splide--ltr .splide__arrow--prev {
    left: 15px !important
}

.splide .splide__arrow .splide--ltr .splide__arrow--next {
    right: 15px !important
}

.splide .splide__arrow svg {
    fill: #a3a3a3
}

.splide__arrow--next {
    right: .3em !important
}

.splide__arrow--prev {
    left: .3em !important
}

@media (min-width:768px) {
    .splide__slide {
        height: 100% !important
    }
    .splide {
        height: 278px !important
    }
    .splide .splide__pagination {
        bottom: -6px
    }
}

@media (max-width:768px) {
    .splide {
        height: auto !important;
        padding: 0;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        margin-bottom: 25px
    }
    .splide__slide {
        height: auto !important
    }
    .splide__slide img {
        width: 100%
    }
    .splide__pagination {
        bottom: -28px !important
    }
    .splide__track {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important
    }
    .splide.producto-splide-img {
        height: 270px !important
    }
    .splide__slide {
        height: 100% !important
    }
}






.actividad_evento_ver .timerSlow {
    position: fixed;
    width: 100%;
    padding: 11px
}


.PULSE {

   animation: PULSE .7s infinite; 
 }

 @keyframes PULSE{
    0%{color:rgba(0,255,255);}	
      110%{color: black;}
  }
 

  