:root {
    --green-border-style: 1px solid #248700;
    --default-green: #248700;
    --dark-grey-border-color: #270015;
    --dark-grey-color: #270015;
    --gold: #C19267;
    --letter-spacing: .17em
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color:#fff;
}
body{
    background: transparent;
}
html{
    background-color: #0b0b0b;
    background: url('../images/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body.block {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1280px;
}

.cantpay{
    opacity: .65;
    pointer-events: none;
}

.container.podium {
    max-width: 1170px;
}
.div-modalscroll{
    max-height:600px;
    overflow: auto;
}
.div-modalscroll::-webkit-scrollbar {
    width:7px;
}
.div-modalscroll::-webkit-scrollbar-track {
    background: #c2c2c2;
}

.div-modalscroll::-webkit-scrollbar-thumb {
    background: #888;
}
.div-modalscroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.scrolling-div{
    overflow-y:auto;
    overflow-x:hidden;
    max-height:300px;
}
.scrolling-div::-webkit-scrollbar {
    width:5px;
}
.scrolling-div::-webkit-scrollbar-track {
    background: #c2c2c2;
}

.scrolling-div::-webkit-scrollbar-thumb {
    background: #888;
}
.scrolling-div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.container.podium.size-adjust{
    max-width: 1700px;
}
.activetab{
    background: #00000052;
}
.dropdown-item.active {
    background: #7a7c7d;
    pointer-events: none;
}
.h-222{
    min-height:222px;
}
.p-l {
    padding-left: 38px!important;
}
.last-item{
    border-left: 1px solid #000;
}
.no-events{
    pointer-events: none;
}
.wrapper, .cards .card-scroll-content {
    overflow: auto;
    height: 180px;
}
.card .img-card-container {
    height: 180px;
    overflow: hidden;
}
section {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: block;
    width: 100%;
}

.log-mob{
    display: none;
}
.pd-topfrg{
    padding-top: 120px!important;
}
.landscape {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -999999999;
    color: #000000;
}
.pdl-80{
    padding-left: 80px;
}
.pdl-50{
    padding-left: 50px;
}
.landscape h2 {
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: center;
}
.last-item-discount{
    padding-right: 75px;
}
.date-input {
    width: 100%;
    padding: 6px;
    border: 1px solid #a7a7a7;
}
.landscape h2 span {
    display: block;
}

.landscape h2 .fas {
    display: block;
    margin: 0 auto 30px;
    font-size: 2.5em;
    animation: spin 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.navbar-toggler{
    float: right;
    height: 30px;
    width: 35px;
    padding: 0px;
}
.navbar-toggler span{
    content: "";
    display: inline-block;
    background: #ffffff;
    width: 100%;
    height: 3px;
    float: left;
    margin: 5px 0;
}
.navbar-toggler span:nth-child(2){
    width: 70%;
}
/*--------------
    BUTTONS
--------------*/
.btn {
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    font-size: .8em;
    display: block;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background .4s ease;
    padding: 0 15px 0 15px;
    border-radius: 0;
    border: none;
    width: fit-content;
    min-width: 150px;
    letter-spacing: .07em;
}

.btn-block {
    min-width: 100% !important;
    width: 100% !important;
}
.btn-block.btn-del {
   line-height: 2.3;
    height: 100%;
}

.btn-large {
    font-weight: 700;
    font-size: 1em;
    line-height: initial;
    padding: 10px 20px 10px 20px;
}

.off {
    opacity: .5;
    pointer-events: none;
}

.btn.focus,
.btn:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

a:hover {
    text-decoration: none;
}

/*--------------
   SCROLLER COMPONENTS
--------------*/
.iscroll-wrapper {
    position: absolute;
    z-index: inherit;
    bottom: 0px;
    width: 100%;
    background: transparent;
    overflow: hidden;
    touch-action: manipulation !important;
    top: 65px;
}

.scroller {
    padding: 0px;
    position: absolute;
    z-index: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    padding-bottom: 30px;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin h2{
    background-size: 200px auto;
    padding-top: 55px;
    text-align: center;
    margin: 0;
}
.sidebarmenu{
    padding-left : 0 !important;
}

.sidebarmenu .nav{
    font-size        : 14px;
    line-height      : 1.4;
    background-color : #aaa;
}

.sidebarmenu .nav .nav-item{
    padding : 1rem 0;
    cursor: pointer;
}

.sidebarmenu .nav .nav-item.hasborder{
    border-bottom : 1px solid #ffffff;
}

.sidebarmenu .nav .nav-item .nav-link,
.sidebarmenu .nav .nav-item .nav-link:focus,
.sidebarmenu .nav .nav-item .nav-link:hover{
    text-decoration : none;
    outline         : 0;
    color           : #fff;
}
.align-cnt{
    text-align: -webkit-center;
}
.dropdown-item{
    cursor:pointer;
}
.loginfield>input {
    font-size: 14px;
}
.sidebar-tab>.nav-item:hover {
    background: #00000052;
}
.login_toggle>.nav-link:link {
    outline: transparent;
    background: #00000052;
}
.login_toggle>.nav-link:active{
    outline: transparent;
    background: #00000052;
}
.dropdown-landing.show {
    top: 13px!important;
    border-radius: 0;
    background-color: #aaa;
    padding: 0;
}
#session_error{
    position: fixed;
    z-index: 5000000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #ececec;
}
.session_info{
    padding: 30px;
    background: #fff;
    box-shadow: 1px 2px 3px 2px rgba(40, 40, 40, .5);
    min-width: 50%;
    min-height: 40%;
}
.text-blue{
    color: #008484!important;
}

.page-item:not(.active)>a.page-link {
    color: #008484!important;
}
.page-item.active>a.page-link {
    color: white;
    background: #008484;
}
.end-total{
    justify-content: flex-end;
}
.p-lqty{
    padding-left: 70px;
}
.fnt-size{
    font-size: 14px;
}
.item-drop {
    color: white!important;
    text-decoration: none!important;
    text-align: center;
}
.item-drop:hover {
    color: grey!important;
}
.h-cards{
    height: 75px;
}
.pd-top{
    padding-top:100px!important;
}
.userform.readmode .select-css,
.userform.readmode .text-css,
.userform.readmode .select-css:hover,
.userform.readmode .text-css:hover,
.userform.readmode .select-css:focus,
.userform.readmode .text-css:focus{
    border-color     : transparent;
    background-color : #fff;
    background-image : none;
    cursor           : default;
    pointer-events   : none;
}
.btn-align{
    text-align: -webkit-center;
}
.separator {
    height: 3px;
    width: 100%;
}
.loginb2b {
    color: #e7e7e7;
    text-transform: uppercase;
    font-size: .7rem;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: .15rem;
    cursor:pointer;
}
.div-space{
    width: 350px;
}
.loginb2b:hover{
    color: #008484;
}
.loginb2b_list {
    left: unset;
}
.title-card{
    color: #008484;
}
.mobile-logo{
    display: none!important;
}
.form-control{
    font-size: 14px;
}

.bk-green{
    background: #008484;
}

/*--------------
    ALERTS
--------------*/

.alert-danger {
    background: #ED1B2E;
    color: #fff;
    border: none;
    border-radius: 1px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .6);
    text-align: center;
}

/*--------------
    SPINNERS
--------------*/
#loader {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader_seats {
    position: fixed;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader .loader,
.inset-loader {
    margin: auto;
    border-radius: 50%;
    animation: spin .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
}

.inset-loader,
.inset-loader.red {
    width: 150px;
    height: 150px;
    margin-bottom: 30px;
}

.inset-loader.element-loader {
    width: 30px;
    height: 30px;
    margin-bottom: 0px;
}

.inset-loader {
    border: 2px solid rgba(255, 255, 255, 0);
    border-top: 2px solid #fff;
}


.inset-loader.grey {
    border: .1rem solid rgba(255, 255, 255, 0);
    border-top: .1rem solid #504F3E;
}

#loader h2 {
    font-weight: 900;
    margin: 15px auto;
    font-size: 1.3em;
    color: #fff;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slide_in {
    0% {
        overflow: initial;
        height: auto;

    }
    100% {
        overflow: hidden;
        height: 0;
    }
}

.map-btn .mtk-icon-plus, .map-btn .mtk-icon-minus{
    color: #AAA;
}

/*  SMARTPHONES
    Portrait
*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
and (orientation: portrait) {
    .log-mob{
        display: unset;
    }
    .mobile-logo{
        display: unset!important;
    }
    .search-title {
        text-align: center;
    }
    .iscroll-wrapper,
    .iscroll-wrapper.vip,
    .scroller {
        position: relative;
        top: inherit;
        touch-action: manipulation !important;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }

    #login .iscroll-wrapper,
    #socios-login .iscroll-wrapper {
        position: absolute;
    }

    section {
        z-index: 1;
        min-height: auto;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 812px)
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 (max-device-width: 1023px) {
    .iscroll-wrapper,
    .iscroll-wrapper.vip,
    .scroller {
        position: relative;
        top: inherit;
        touch-action: manipulation !important;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }
}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1280px)
and (orientation: landscape) {
    .iscroll-wrapper,
    .iscroll-wrapper.vip {
        position: absolute;
        z-index: inherit;
        bottom: 0px;
        width: 100%;
        background: transparent;
        overflow: hidden;
        touch-action: manipulation !important;
    }

    .scroller,
    .scroller.vip {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        padding: initial;
        position: absolute;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 100%;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }

    #login .iscroll-wrapper {
        position: absolute;
    }

    #login .scroller {
        overflow-y: inherit;
        padding: 0px;
        position: absolute;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
        -o-text-size-adjust: none;
        text-size-adjust: none;
    }
}

@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .iscroll-wrapper {
        top: 92px;
        overflow: auto;
        touch-action: none !important;
    }

    .landscape {
        display: none;
        z-index: -999999999;
    }
}

@media only screen
and (min-width: 480px)
and (max-width: 1023px)
and (orientation: landscape) {
    .landscape {
        display: flex;
        z-index: 999999999;
    }

    .iscroll-wrapper {
        position: absolute;
        z-index: inherit;
        bottom: 0px;
        top: 75px;
        width: 100%;
        background: transparent;
        overflow: hidden;
        touch-action: manipulation !important;
    }

    .scroller {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100%;
        padding: initial;
        position: absolute;
        z-index: inherit;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 100%;
        -webkit-transform: inherit !important;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        transform: inherit;
        -webkit-touch-callout: inherit;
        -webkit-user-select: inherit;
        -moz-user-select: inherit;
        -ms-user-select: inherit;
        user-select: inherit;
        -webkit-text-size-adjust: inherit;
        -moz-text-size-adjust: inherit;
        -ms-text-size-adjust: inherit;
        -o-text-size-adjust: inherit;
        text-size-adjust: inherit;
    }

    .img_vista_container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100% !important;
        height: 100%;
        z-index: 99999999999999999999999999999999999999;
    }
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 4;
    }
}