@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');

body {
     padding-bottom: 0px;
    min-width: 100%;
}
.mobile,
.mobile * {
    cursor: pointer;
}
.marg-btm-none{
    margin-bottom: 0px;
}
.btn-primary:active:hover{
    background-color: #EDA431;
    border-color: #e19c2f;
}
.pt-30{
    padding: 30px 0px !important;
}
td.v-middle{
    vertical-align: middle !important;
}
.text-warning{
    color: #EDA431 !important;
}
.container:before{
    background-color: transparent;
}
.shop-container{
    font-family: 'Montserrat', sans-serif;
}
.shop-container .panel-title{
    text-transform: none;
    font-weight: bold;
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: #C0183D;
}
.shop-container .panel-title .title{
    margin: 0px 50px;
}
.panel-title:before, .panel-title:after {
    background-color: #C0183D;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
@media (max-width: 480px) {
    .shop-container .panel-title{
        white-space: normal;
    }
    .shop-container .panel-title::before, .shop-container .panel-title::after{
        display: none;
    }
   .shop-container .panel-title .panel-rectangles{
       display: none;
   }
    .shop-container .panel-title .title {
        width: 100%;
        word-break: break-word;
        margin: 0;
        text-align: center;
        font-size: 24px;
    }
}
.line-through{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 10px;
    width: 100%;
}
.line-through:before, .line-through:after{
    background-color: #C0183D;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.panel-rectangles{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.rectangle{
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    /* UI Properties */
    border: 2px solid #C0183D;
    opacity: 1;
}
.rectangle-sm{
    width: 11px;
    height: 11px;
}
.rectangle-md{
    width: 14px;
    height: 14px;
}
.rectangle-lg{
    width: 17px;
    height: 17px;
}
.shop-container .panel.panel-packet{
    flex-direction: column;
    align-items: center;
}
.shop-container .panel h4{
    color: #5D4037;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}
.shop-container .panel.panel-packet form{
    width: 100%;
}
@media (max-width: 480px) {
    .panel-list.full-grid form .input-group {
        display: table;
    }
    .shop-container .panel-title{
        font-size: 30px;
    }
    .shop-container .btn-group .btn.btn-default, .shop-container .input-group .btn.btn-default {
        padding: 16px 16px 0px 16px !important;
        font-size: 16px;
    }
}
@media (min-width: 420px) {
    .shop-container .panel.panel-packet form{
        max-width: 536px;
    }
}
.shop-container .panel.panel-packet form .input-group{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 30px;
    border-right-color: transparent;
}
.shop-container .panel.panel-packet form input{
    border: none;
    height: 60px;
    background: transparent;
    padding: 0 30px;
}
.shop-container .panel.panel-packet form input:focus{
    box-shadow: none;
}
.shop-container .btn-lg{
    height: 60px;
}
@media (max-width: 420px) {
    .shop-container .btn-lg {
        height: 55px;
    }
}

.shop-container .btn, .shop-container .input-group-btn .btn{
    background: #C0183D 0% 0% no-repeat padding-box;
    border-color: #C0183D;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: white;
    text-transform: none;
    padding: 10px 20px;
}
.shop-container .value{
    font: normal normal bold 16px/19px Montserrat;
    color: #5D4037;
}
.shop-container .value-strong{
    font: normal normal bold 36px/44px Montserrat;
    color: #EDA431;
}
.spacer{
    display: block;
    height: 30px;
}

.panel-events{
    overflow: visible;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.panel-events .panel{
    display: flex;
    width: calc(100vw - 30px);
    transition: all .2s ease-in-out;
}
@media (min-width: 420px) {
    .panel-events .panel{
        width: calc(50vw - 30px);
    }
}
@media (min-width: 1200px) {
    .panel-events .panel{
        width: calc(33vw - 15px);
    }
}
@media (min-width: 1400px) {
    .panel-events .panel{
        width: 20vw;
    }
}

.panel-events .panel-packet{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D4D2;
    border-radius: 50px;
    box-shadow: 0px 10px 0px 0px rgba(217, 212, 210, 1);
    justify-content: center;
    text-align: center;
    height: 400px;
}
.panel-event h3{
    color: #5D4037;
    font-size: 24px;
}
.panel-packet .panel-body{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.panel-packet .panel-body .panel-event{
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.panel-packet .panel-body .panel-buy{
    height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.footer {
    margin-top: 100px;
    background: #5D4037 0% 0% no-repeat padding-box;
    height: 50px;
    bottom: 0px;
    width: 100%;
    position: relative;
    color: white;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}
.footer .blank-box{
     grid-area: 1 / 1 / 2 / 5;
}
.footer .link-box{
    align-items: center;
    justify-content: center;
    display: flex;
}
.footer .link-box a{
    text-align: left;
    font: normal normal 300 12px/15px Montserrat;
    color: #D9D4D2;
}
.footer .link-box .link-arrow{
    font-size: 18px;
    transform: translateY(2px);
    margin-right: 5px;
}
@media (max-width: 480px) {
    .footer .blank-box{
        display: none;
    }
    .footer {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer .link-box a {
        font: normal normal 300 10px/15px Montserrat;
    }
}
.panel-events a.panel:hover, .panel-events a.panel:focus{
    color: inherit;
    text-decoration: none;
    filter: drop-shadow(0px 0px 10px #C0183D59);
}

.btn-default[disabled]:hover{
    background: 0% 0% no-repeat padding-box padding-box rgb(192, 24, 61);
}
.shop-container .btn-group .btn.btn-default, .shop-container .input-group .btn.btn-default{
    background: #D9D4D2 0% 0% no-repeat padding-box;
    border: none;
    color: #5D4037;
    padding: 16px 40px 0px 40px;
    font-weight: bold;
}
.shop-container .btn-group .btn.btn-default.active, .shop-container .btn-group .btn.btn-default:focus{
    background: #EDA431 0% 0% no-repeat padding-box;
    border: none;
    outline: none;
    box-shadow: none;
}
.shop-container .seat{
    width: 16px;
    height: 16px;
    /* UI Properties */
    border-radius: 1px 1px 3px 3px;
    opacity: 1;
    transition: background-color 100ms linear;
}
.shop-container .seat-wheelchair{
    background: #D9D4D2 0% 0% no-repeat padding-box;
    border-radius: 1px 1px 3px 3px;
    color: white;
    width: 58px;
    height: 32px;
    text-align: center;
    font-size: 18px;
}
.shop-container .seat.seat-free{
    border: 2px solid #D9D4D2;
}
.shop-container .seat.seat-unavailable, .shop-container .seat.seat-group-unavailable{
    background: #D9D4D2 0% 0% no-repeat padding-box !important;
    cursor: not-allowed;
    border: 2px solid #D9D4D2;
}
.shop-container .seat.seat-usable.seat-unavailable{
    background: none !important;
    border: 6px solid #D9D4D2;
}
.shop-container .seat.seat-unavailable:hover{
    cursor: not-allowed;
    border-color: grey !important;
    box-shadow: 0px 0px 1px 1px rgb(6 4 1 / 15%) !important;
}
.shop-container .seat.seat-taken{
    background: #C0183D 0% 0% no-repeat padding-box;
}
.shop-container .seat.seat-chosen{
    background: #EDA431 0% 0% no-repeat padding-box;
}
.shop-container .tribune-zoom{
    position: relative;
    float: right;
    margin: -130px 20px 0 0;
    z-index: 9;
}
.shop-container .tribune-zoom .zoom-in, .shop-container .tribune-zoom .zoom-out{
    width: 24px;
    height: 24px;
    background: #C0183D 0% 0% no-repeat padding-box;
    border-radius: 6px;
    cursor: pointer;
    color: white;
    text-align: center;
}

.shop-container .seat-label{
    font: normal normal 300 12px/15px Montserrat;
    color: #5D4037;
}
@media (max-width: 480px) {
    .shop-container .tribune{
        padding: 0;
        margin: 20px 0;
    }
    .shop-container .seat-legend{
        flex-wrap: wrap;
    }

    .shop-container .seat-label{
        flex: 40vw;
    }
    .shop-container .tribune-move{
        display: none;
    }

    .shop-container .tribune-zoom {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0;
        float: none;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .shop-container .tribune-zoom .zoom-out {
        margin-bottom: 0;
    }
    .shop-container .tribune-zoom .zoom-in{
        margin-top: 0;
    }
}
.shop-container .flex{
    display: flex;
}
.shop-container .flex-space-between{
    justify-content: space-between;
}
.shop-container .flex-space-around{
    justify-content: space-around;
}
.shop-container .flex-column{
    flex-direction: column;
}
.shop-container .flex-vcenter{
    align-items: center;
}
.shop-container .flex-center{
    justify-content: center;
    align-items: center;
}
.shop-container .flex-wrap{
    flex-wrap:wrap;
}
.shop-container .flex-1{
    flex: 1;
}
.shop-container .flex-gap-5{
    column-gap: 5px;
}
.shop-container .flex-gap-10{
    column-gap: 10px;
}
.shop-container .flex-gap-20{
    column-gap: 20px;
}
.shop-container .flex-rgap-5{
    row-gap: 5px;
}
.shop-container .flex-rgap-10{
    row-gap: 10px;
}
.shop-container .flex-rgap-20{
    row-gap: 20px;
}
.tribune{
    position: relative;
    padding: 40px;
    margin: 40px 0;
}
.tribune-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: auto;
    max-height: 700px;
    position: relative;
    justify-content: flex-start;
}
.tribune-bar{
    font-weight: 500;
    text-align: center;
    background-color: #D9D4D2;
    color: #C0183D;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px 0px;
}
.tribune-container::-webkit-scrollbar{
    display: none;
}
.tribune-sectors{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.tribune-container .tribune-sector-first{
    flex: 2;
}
.tribune-container .tribune-sector-first .tribune-seats{
    grid-template-columns: repeat(70, 1fr);
}
.tribune-container .tribune-sector-second{
    flex: 1;
}
.tribune-container .tribune-sector-second .tribune-seats{
    grid-template-columns: repeat(21, 1fr);
}
.tribune-container .tribune-sector.tribune-sector-third{
    flex: 3;
    position: relative;
}
.tribune-container .tribune-sector-third:nth-child(2) .tribune-seats{
    grid-template-columns: repeat(70, 1fr);
}
.tribune-container .tribune-sector-third:nth-child(1) .tribune-seats, .tribune-container .tribune-sector-third:nth-child(3) .tribune-seats{
    grid-template-columns: repeat(21, 1fr);
}
.tribune-sectors-container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.tribune-container .row-description{
    gap: 6px;
}
.tribune-container .row-title{
    text-align: center;
    font: normal normal 300 8px/10px Montserrat;
    letter-spacing: 0px;
    color: #5D4037;
    border-bottom: 2px solid #A59E9B;
    width: 16px;
    height: 10px;
}
.tribune-container .tribune-sector{
    padding: 0 6px;
}
.tribune-container .tribune-sector.tribune-sector-first{
    background-color: #F3FCEF;
}
.tribune-container h3.sector-title{
    margin: 16px 0;
}
.tribune-sector-first h3.sector-title{
    color: #49A221;
}
.tribune-container .tribune-sector.tribune-sector-second{
    background-color: #FFF2F5;
}
.tribune-sector-second h3.sector-title{
    color: #C0183D;
}
.tribune-container .tribune-sector.tribune-sector-third{
    background-color: #F4FAFF;
}
.tribune-sector-third h3.sector-title{
    color: #1872C0;
    position: absolute;
    width: auto;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}
.tribune-rows{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 75px;
    margin-right: 6px;
    margin-left: 6px;
}
.tribune-container .row-title-left{
    border-left: 2px solid #A59E9B;
    border-bottom: none;
}
.tribune-container .row-title-top{
    border-top: 2px solid #A59E9B;
    border-bottom: none;
}
.tribune-container .row-title-right{
    border-right: 2px solid #A59E9B;
    border-bottom: none;
}
.tribune-seats{
    display: grid;
    gap: 6px;
    padding: 3px 6px 3px 6px;
}
.tribune-seats-row{
    display: flex;
    gap: 6px;
}
.tribune-container .seat-free:not(.seat-group-unavailable):hover{
    border-color: #EDA431;
    background: none;
    box-shadow: 0px 0px 1px 1px rgb(238 164 50 / 50%);
}
.tribune-container .seat-hovered{
    border-color: #EDA431 !important;
    background: none !important;
    box-shadow: 0px 0px 1px 1px rgb(238 164 50 / 50%) !important;
}
.tribune-move{
    background: #D20038 0% 0% no-repeat padding-box;
    width: 36px;
    height: 36px;
    position: absolute;
    border-radius: 6px;
    color: white;
    cursor: pointer;
}
.tribune-move:hover{
    background: #C0183D 0% 0% no-repeat padding-box;
}
.tribune-move.inactive{
    cursor: not-allowed;
    background-color: #FFF2F5;
}
.tribune-move-up{
    top: 0;
    left: 50%;
    margin-left: -16px;
}
.tribune-move-left{
    top: 50%;
    left: 0;
    margin-top: -16px;
}
.tribune-move-right{
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.tribune-move-down{
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}
.tribune-move::after{
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: 66% 66%;

    width: 10px;
}
.tribune-move-up::after{
    transform: rotate(225deg);
}
.tribune-move-left::after{
    transform: rotate(135deg);
}
.tribune-move-right::after{
    transform: rotate(315deg);
}
.tribune-move-down::after{
    transform: rotate(45deg);
}
#seats-summary-container{
    min-height: 65px;
    flex-wrap: wrap;
}
.seat-box{
    width: 65px;
    background: #EDA431 0% 0% no-repeat padding-box;
    border-radius: 4px 4px 12px 12px;
    padding: 10px 5px;
    justify-content: center;
    cursor: pointer;
}
.seat-box .seat-desc label{
    font: normal normal 300 12px/15px Montserrat;
    color: #5D4037;
}
.seat-box .seat-desc .value{
    font: normal normal bold 12px/15px Montserrat;
    color: #5D4037;
}
.shop-container fieldset{
    border: 1px solid #C0183D;
    border-radius: 20px;
    padding: 20px 120px 60px 120px;
}
.shop-container fieldset legend{
    display: block;
    width: inherit;
    padding: 25px;
    margin-bottom: inherit;
    text-align: center;
    font: normal normal bold 24px/29px Montserrat;
    letter-spacing: 0px;
    color: #C0183D;
    border: 0;
    border-bottom: none;
}

.shop-container #auth-container fieldset{
    padding: 20px 50px 20px 50px;
}
@media (max-width: 480px) {
    .shop-container fieldset {
        padding: 20px 20px 20px 20px;
    }
    .shop-container fieldset legend{
        padding: 0 25px;
        margin-top: 10px;
    }
    .shop-container fieldset{
        font-size: 80%;
    }
}

.shop-container .zoom-out{
    margin-bottom: 10px;
}
.shop-container .zoom-in{
    margin-top: 10px;
}
.shop-container .tribune-zoom .zoom-in:hover, .shop-container .tribune-zoom .zoom-out:hover{
    box-shadow: 0px 0px 1px 1px rgb(238 164 50 / 50%);
}
.summary-description{
    font: normal normal bold 24px/29px Montserrat;
    margin-top: 10px;
}
.summary-description .tickets-quantity{
    color: #EDA431;
}
.other-events-container .title{
    text-align: left;
    font: normal normal bold 24px/29px Montserrat;
    color: #C0183D;
    margin-bottom: 20px;
}
.other-events-container .description{
    text-align: left;
    font: normal normal normal 14px/18px Montserrat;
    color: #5D4037;
    margin-bottom: 20px;
}
.other-events-container  .event-price{
    border-bottom: 1px solid #D9D4D2;
    padding-bottom: 20px;
    padding-top: 20px;
}
.other-events-container .ticket-type{
    text-align: left;
    font: normal normal normal 18px/22px Montserrat;
    color: #5D4037;
}
.other-events-container .ticket-price{
    text-align: left;
    font: normal normal bold 18px/22px Montserrat;
    color: #EDA431;
}
.shop-container input.form-control.form-ticket{
    width: 110px;
    height: 60px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D4D2;
    border-radius: 30px !important;
    text-align: center;
}
.shop-container .btn-left{
    border: solid #D9D4D2;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    background: none;
}
.shop-container .btn-right{
    border: solid #D9D4D2;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    background: none;
}
.shop-container .btn-left:hover, .other-events-container .btn-right:hover{
    border-color: #C0183D;
}
.shop-container #auth-container .form-group{
    font-size: 12px;
}
.shop-container #auth-container .form-group label{
    width: 100%;
}
.shop-container #auth-container input.form-control{
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D9D4D2;
    border-radius: 30px !important;
    text-align: left;
    padding: 0 30px;
    font: normal normal 300 12px Noto Sans;
    color: #5D4037 !important;
}
.shop-container #auth-container input[type=checkbox].form-control{
    width: 27px;
    height: 27px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 6px !important;
}
.shop-container #auth-container a{
    text-decoration: underline;
    color: #C0183D;
}
@media (max-width: 480px) {
    .shop-container #auth-container {
        flex-direction:column;
        margin-bottom: 10px;
    }
}
.shop-container .input-group{
    height: 60px;
}
.shop-container .input-group input{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 60px;
    padding: 20px 30px;
}
.shop-container .input-group .input-group-btn{
    height: 60px;
}
.shop-container .input-group .btn{
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font: normal normal bold 16px/19px Montserrat;
    color: #FFFFFF;
    padding-top: 20px;
}
.shop-container .input-group .btn.btn-lg{
    padding: 10px 20px;
}
.sector-choose-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: min(90%, 420px);
    margin-inline: auto;
}
.sector-choose-container .sector-choose{
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 24px/29px Montserrat;
    padding: 30px 0;
    cursor: pointer;
}
.sector-choose-container .sector-choose:hover{
    filter: brightness(90%);
}
.sector-choose-container .sector-chosen{
    filter: brightness(80%);
    box-shadow: inset 0px 0px 30px -24px rgba(66, 68, 90, 1);
}
.sector-choose-container .sector-choose-first{
    background: #F3FCEF 0% 0% no-repeat padding-box;
    color: #49A221;
    grid-column: span 3;
}
.sector-choose-container .sector-choose-second{
    background: #FFF2F5 0% 0% no-repeat padding-box;
    color: #C0183D;
}
.sector-choose-container .sector-choose-third{
    background: #F4FAFF 0% 0% no-repeat padding-box;
    color: #1872C0;
    grid-column: span 5;
}

