#heading {
    position: relative;
}

.img-mas {display: none}

#event-image {
   position: relative;
}

#event-image img{
    border-radius: 20px 80px 20px 20px;
}

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #243B3F00 0%, #252525 100%) 0% 0% no-repeat padding-box;
    border-radius: 0 100px 20px 20px;
}

.event-location {
    position:absolute;
    bottom:30px;
    left: 60px;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    z-index:100;
    border-radius: 5px;
}

#event-image .event-date {
    color:#fff
}

.modal {
    z-index: 9999;
}
.events-header-content {
    padding-top: 220px;
}

.btn-home {
    content: url("../images/icons/icn-simple-arrow-left.svg");
    display: inline-block;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    width: 30px;
    opacity: 0.4;

}

.btn-tickets {
    margin-right: 20px;
    padding: 10px 28px 10px 28px;
    border: 1px solid #FAB227;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #F9B227;
    opacity: 1;
}

.btn-tickets:hover {
    background-color:#FAB227;
    color: #242424
}

.ttl-heading{
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 0.5;
}

.bg-heading img{
    width: 100%;
    /*object-position: bottom;*/
    object-position: top;
    object-fit: cover;
    border-radius: 18px 18px 100px 18px;
    max-height: 550px;
}

.search-block-mobile {
    display:none;
}

.txt-protection{
    margin-top:2em
}

.txt-protection p{
    font-size: 12px;
}

.cnt-filter{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
}

.tab-filter{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 72px;
    padding: 0px 40px 0px 40px;
    border-radius: 8px;
    background-color: #e4f6f8;
}

.arrow-blue{
    filter: invert(87%) sepia(48%) saturate(1457%) hue-rotate(162deg) brightness(87%) contrast(87%);
}

.ticket-card-sm{
    height: auto;
    border: none;
    color: #262626 !important;
}

.ticket-card-sm p{
    color: #262626;
}


.cnt-type{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.txt-type{
    font-size: 12px;
    color: #F8F8F8;
    text-transform: uppercase;
}

.cnt-ticket-name{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
    border-right: 1px solid #E3E3E3;
}

.cnt-img{
    width: 119px;
    height: 117px;
    border-radius: 13px;
}

.cnt-img img{
    width: 119px;
    height: 117px;
    border-radius: 13px;
    object-position: center;
    object-fit: cover;
}

.cnt-img video{
    width: 119px;
    height: 117px;
    border-radius: 13px;
    object-position: center;
    object-fit: cover;
}

.txt-available{
    font-size: 12px;
    color: #6DC0D2;
    text-transform: uppercase;
}

.txt-date{
    font-size: 16px;
    color: #242424;
    text-transform: uppercase;
}

.txt-artist{
    font-size: 14px;
}

.cnt-ticket-features{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    border-right: 1px solid #E3E3E3;
}

.icn-s{
    width: 20px;
    height: 20px;
}

.icn-s.filter{
    filter: invert(90%) sepia(17%) saturate(861%) hue-rotate(143deg) brightness(99%) contrast(96%);
}

.txt-features{
    font-size: 16px;
}

.cnt-ticket-price{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: row;
    gap: 24px;
}

.cnt-price{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.inpt-number{
    display: flex;
    flex-direction: row;
    width: auto;
    height: 40px;
    font-size: 24px;
    border-radius: 8px;
    background-color: #eeeeee;
}

.quantity_btn{
    width: 38px;
    height: 100%;
    color: #484848;
    background-color: #FFF;
    border-radius: 8px;
    border: 1px solid #81BED0;
}

.inpt-number-tickets{
    width: 20px;
    text-align: center;
    border: none;
    background-color: transparent;
}



.inpt-number::-webkit-outer-spin-button,
.inpt-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.inpt-number[type=number] {
    -moz-appearance: textfield;
}

.cnt-access{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 100%;
    white-space: nowrap;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #A3EABC;
}

.txt-access{
    transform: rotate(270deg);
    font-size: 10px;
    color: #484848;
    text-transform: uppercase;
}

.mapa-zona{
    cursor: pointer;
}

.mapa-zona:hover .mapa-polig-zona{
    fill: #ffffff!important;
    stroke: #000000;
}

.btn-md.blue{
    padding: 12px 20px 12px 20px;
    font-size: 14px;
}

.user-seller{
    width: 120px;
    font-size: 16px;
}
.marketplace-title{

}

.inp-session{
    width: 95%;
    height: 56px;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 24px;
    border: none;
    border-radius: 8px;
    box-shadow:  1px 1px 1px 2px #242424;
}


/*.tab-pane { border: 1px solid #eaeaea}*/

.txt-nav.active {font-weight: bold}

.txt-nav.register {text-decoration: none; color:#242424}

.pack-benefit{
    margin:10px;
    font-size: .9em
}

.cnt-filter-tabs a {font-size: 14px}

#show-all-reserve {
    width: 340px;
    margin: 0 auto;
}

#show-all-reserve {
    font-size: 14px;
}

/* THEATRE MAP */
#seats rect {
    cursor: pointer;
}

#seats rect.seat_selected {
    fill: #FFFF00;
}

#seats rect.seat_occupied {
    fill: #FF0000;
    cursor: not-allowed;
}

/* SEATING MAP */
.info-color-box {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}
.info-seat-available { background-color: #33cc33; }
.info-seat-occupied { background-color: #FF0000; }
.info-seat-selected { background-color: #FFFF00; }
.list-group-item {font-size: 11px}
#sectors {
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
    height: 540px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

/* Estilo del thumb */
#sectors::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

/* Estilo del track */
#sectors::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Hover en el thumb */
#sectors::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#sectors .row {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px;
    border-style: solid;
    padding: 20px 10px 20px 10px;
}
#sectors h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    opacity: 0.5;
}

#form-tokens {
    width: 100%;
}

#seatModalWidth {
    max-width: 94%;
}

#seatModal .modal-content {
    background: transparent linear-gradient(0deg, #E6E6E6 0%, #fff 100%) 0% 0% no-repeat padding-box;
}

.btn-buy-seat {
    padding: 10px 28px 10px 28px;
    border: 1px solid #FB6713;
    border-radius: 29px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    color: #FB6713;
    opacity: 1;
    background: transparent;
    width: 100%;
}

.btn-zoom {
    padding: 4px 14px 4px 14px;
    border: 1px solid #262626;
    border-radius: 29px;
    font-size: 12px;
    color: #262626;
    opacity: 1;
    background: transparent;
    margin-right: 4px
}

.btn-zoom:hover {
    color: #fff;
    background: #D64E00;
}

.countdown {
    font-size: 16px;
    color: #D64E00;
    text-transform: uppercase;
}

#load-svg-sector {
    overflow: hidden;
    width: 100%;
    /*height: 100%; */
    cursor: grab;
}

#load-svg-sector:active {
    cursor: grabbing;
}
#load-svg-sector svg{
    /*width: 480px;*/
    transition: transform 100ms linear;
    transform-origin: center center;
}

#seats circle {
    cursor: pointer;
}

#seats circle.seat_selected {
    fill: #FFFF00;
}

#seats circle.seat_occupied {
    fill: #FF0000;
    cursor: not-allowed;
}

.arrow-seats {
    width: 2%;
}

#tooltip {
    opacity: 0;
    color: #262626;
    /*background-color: #1497d5;*/
    border: 1px solid #D64E00;
    border-radius: 6px;
    /*position: fixed;*/
    padding: 10px 5px;
    margin:20px 0 20px 0
}

#tooltip p {
    margin: 0;
    padding: 0;
}

#tooltip p.row1 {
    font-weight: bold;
    font-size: 16px;
}
#tooltip p.row2 {
    font-size: 16px;
}
#form-seat-reservation {
    display: flex;
    margin-top: 5px;
    /*justify-content: center;*/
    width: 100%;
}
.seat-map-sections {width: 100%; padding: 0 4rem 1rem 4rem; /*width: auto;*/}
.seat-map-sections p {color: #262626; font-size: 14px}
.seat-map-title {width: auto;}
.seat-tax {
    font-size: 11px;
    color: #242424;
}
.txt-total {
    font-size: 18px;
}

.image-map {
   width: 460px;
}

#demo-stadium-image {
    /*width: 40%;*/
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#load-sector {overflow: auto;}

.input-big, .input-small {
    background-color:#1497d5;
    display:none;
}
.input-big{
    margin-left: 10px;
}

.btn-marketplace {
    margin: 2rem 0 0 0 !important;
}

/* ADVERTISEMENT */
#advertisement-event .ad-image {
    width: 100%;
    max-height: 200px;
    border-radius: 10px;
}

#advertisement-event .img {
    border-radius: 10px;
}

#advertisement-event .line {
    width: 100%;
    height: 1px;
    margin-top:4px;
}

/* TABS */
#tickets {
    margin-top: 6rem;
}

#ticket-tabs li a{
    display: block;
    margin-right: 28px;
    border-radius: 29px;
    border: 1px solid #EFDEC2;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    color: #EFDEC2;
    width: 180px;
    text-align: center
}

#ticket-tabs li a:hover{
    background: #F9B227 0% 0% no-repeat padding-box;
    color: #242424;
}

.ticket-active {
    background: #F9B227 0% 0% no-repeat padding-box;
    color: #242424 !important;
}

.footer-star {
    top: -18rem;
    right: -14rem;
}

/* RESPONSIVE */
@media(max-width: 1669px){

}

@media(max-width: 1599px){
}

@media(max-width: 1399px){
    #ticket-tabs li a{
        margin-right: 20px;
        width: 160px;
    }
    .btn-md.blue{
        padding: 12px 16px 12px 16px;
    }

    .cnt-filter-tab{
        overflow-x: auto;
    }

    .cnt-filter-extra{
        display: none !important;
    }
    .cnt-filter-tabs a {font-size: 12px}
}

@media(max-width: 1199px){
    #ticket-tabs li a{
        margin-right: 10px;
        width: 156px;
        margin-top: 5px;
    }

    .ticket-card-sm{
        height: auto;
    }

    .cnt-type{
        display: none;
    }

    .cnt-ticket-name{
        border-right: 0px;
    }

    .cnt-ticket-features{
        border-right: 0px;
    }

    .cnt-ticket-price{
        flex-direction: column;
        justify-content: center;
    }

    .cnt-access{
        width: 100%;
        height: 36px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }

    .txt-access{
        transform: rotate(0deg);
    }
}

@media(max-width: 991px){
    .events-header-content {
        padding-top: 100px;
    }

    #demo-stadium-image {
        width: 80%;
    }

    #seatModalWidth {
        max-width: 100%;
    }
    .btn-home {
        width: 10px;
    }

    #event-image img{
        margin-top:2rem;
        border-radius: 20px 20px 20px 20px;
    }

    .form-search, .search-block-mobile .form-search {
        position:absolute;
        right:0px;
        top:0px;
    }
    .form-search input[type=text],
    .search-block-mobile .form-search input[type=text] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        font-size: 100%;
        border: solid 1px #ccc;
        padding: 9px 18px;
        width: 200px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    .search-block-mobile .form-search input[type=text] {
        width:20px;
        position:absolute;
        right:0px;
        z-index:1000;
        padding:5px 9px;
        cursor:pointer;
        border-radius: 8px !important;
        border:1px solid #fff;
        background: transparent;
        color: #fff;
    }
    .search-block-mobilek .form-search div.input-group {
        width:60px;
    }

    .search-block-mobile .form-search input[type=text]:focus {
        position:absolute;
        right:40px;
        width:200px;
    }

    .search-block-mobile .form-search button.btn {
        padding:16px 12px;
        cursor:not-allowed;
    }
    .search-block-mobile .form-search button.btn {
        padding:15px 12px;
    }

    .btn-search {
        background: none;
        border: none;
    }
    .bg-heading img{
        border-radius: 18px 18px 96px 18px;
    }
}

@media(max-width: 767px){
    .cnt-price{
        gap: 24px;
        flex-direction: column;
    }
    .bg-heading img{
        border-radius: 18px 18px 80px 18px;
    }
    .cnt-filter-tabs { display:block !important;}
    .cnt-filter-tabs a {
        font-size:10px;
        margin-top:10px
    }

    #show-all-reserve {
        width: 280px;
        margin: 0 auto;
    }

    #show-all-reserve a{
        font-size: 10px;
    }
    .input-big, .input-small{display:inline}
    .seat-map-sections{margin-top: 10px}
    .seat-map-sections ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .g-recaptcha {
        transform:scale(0.77) !important;
        -webkit-transform: scale(0.77) !important;
    }

    #event-image {
        margin-bottom: 2rem;
    }


    #event-description p {
        padding: unset
    }

    .btn-share {
        margin-bottom: 2rem;
    }

    /* Seats */
    #sectors, #sectors .row {
        border: 0;
        margin-top: 0 !important;
    }

    .arrow-seats {
        width: 5%;
    }

    #zoom-seats {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media(max-width: 575px){
    .cnt-img{
        width: 93px;
        height: 91px;
        border-radius: 8px;
    }

    .cnt-img img{
        width: 93px;
        height: 91px;
        border-radius: 8px;
    }

    .cnt-img video{
        width: 93px;
        height: 91px;
        border-radius: 8px;
    }

    .txt-name{
        font-size: 16px;
    }

    .txt-date{
        font-size: 16px;
    }

    .txt-features{
        font-size: 16px;
    }
    .bg-heading img{
        border-radius: 18px 18px 50px 18px;
    }

    .user-seller{
        width: unset;
        font-size: 5vw;
    }

    .pack-benefit{
        margin:unset
    }
    .image-map {
        width: 300px;
    }
    .seat-tax {font-size: 7px}

    .login-redirect, .txt-session-link, .register,#login-tab, #anonymous-tab{font-size: 12px}

    .btn-zoom {
        padding: 2px 8px 2px 8px;
        font-size: 10px;
    }

}

@media(max-width: 360px){
    #event-image img{
        border-radius: 10px;
    }

    .cnt-type {
        display: unset;
        justify-content: unset;
        align-items: unset;
        width: 30px;
        height: unset;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        float:left;
        margin-right: 10px
    }
    .cnt-img{float:left;}

    .cnt-type img{
        width:30px;
        height: 80px;
    }
    .cnt-ticket-name{
        display: unset;
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
    .cnt-img img{
        width: 80px;
        height: 80px
    }

    .txt-name,.txt-date{
        padding: 10px 8px 10px 8px;
        clear: both;
    }

    .cnt-filter-tabs a{
        padding: 10px 8px 10px 8px;
    }

    .pack-benefit{
        font-size:4vw
    }
}