﻿@media (min-width: 768px) and (max-width: 1024px) {
            .btnEventoPlus {
                float: none;
                position: unset;
                width: 55PX;
                margin: 0PX;
                padding: 2PX;
                font-size: 11PX;
            }

            .inputEventoSet {
                padding: unset;
                display: unset;
                width: 40px;
                BACKGROUND: TRANSPARENT;
                background-color: #eeeeee;
                BORDER: 0PX;
                height: 23px;
                BOX-SHADOW: NONE;
            }

            .btnEventoMinus {
                float: none;
                position: unset;
                WIDTH: 55PX;
                MARGIN: 0PX;
                PADDING: 2PX;
                FONT-SIZE: 11PX;
            }
        }

        .opacity-loader {
            opacity: 0.4;
        }

        .loader {
            width: 48px;
            height: 48px;
            position: sticky;
            background: transparent;
            margin: auto;
            display: block;
            top: 40%;
            text-align: center;
            z-index: 999999;
            justify-content: center;
            align-items: center;
        }

        .loader::after,
        .loader::before {
            content: '';
            box-sizing: border-box;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 2px solid #FFF;
            position: absolute;
            left: 0;
            top: 0;
            animation: animloader 2s linear infinite;
        }

        .loader::after {
            animation-delay: 1s;
        }

        @keyframes animloader {
            0% {
                transform: scale(0);
                opacity: 1;
            }

            100% {
                transform: scale(1);
                opacity: 0;
            }
        }

        .event-info p {
            color: white;
        }

        button {

            display: inline-block;
            margin: 0 .3em;
            float: right;
            position: absolute;
            right: 0px;

        }

        .button_meia,
        .button_inteira {
            background: #fbfbfb;
            border: 1px solid #e1e1e1;
            color: #888;
            float: left;
            font-size: 15px;
            height: 41px;
            margin: 0 .5em;
            padding: 0;
            width: 100px;
        }

        .bg_esgotado {
            background: #727272;
            height: 35px;
            width: 130px;
            text-align: center;
        }

        .bg_esgotado2 {
            background: #727272;
            height: 35px;
            width: 130px;
            position: absolute;
            top: 10px;
            right: 40px;
        }

        .bg_esgotado3 {
            background: #727272;
            height: 25px;
            width: 100px;
            position: relative;
            top: 10px;
            right: 0px;
            border: none;
            float: none;
            display: inline-block;
        }

        .map {
            display: inline-block !important;
            background-repeat: no-repeat;
            vertical-align: top;

        }

        @media (min-width: 320px) and (max-width: 480px) {
            .map {
                display: inline-block !important;
                background-repeat: no-repeat;
                vertical-align: top;
                width: 100% !important;
                height: auto !important;
            }
        }

        /* =========================== MAP =========================== */

        div#MaskMapSetor {
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.46);
            top: 0px;
            left: 0px;
            z-index: 9999;
        }

        .palco_map {
            position: relative;
            top: 7%;
            left: 6%;
            overflow: AUTO;
            width: 100%;
        }

        .fila_ASSENTO {
            border: solid 1px black;
            position: absolute;
            font-size: .5em;
            border-radius: .3em;
            cursor: pointer;
        }

        .fila_ASSENTO:hover {
            box-shadow: 0 0 1em .3em #2E0854;
        }

        .p_buttons {
            width: 300px;
            height: 200px;
            border: solid 1px #000;
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            background: white;
            border-radius: .5em;
            margin-top: -100px;
            margin-left: -150px;
        }

        .masc_buttons {
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.65);
            z-index: 1;
            top: 0px;
        }

        .fila_LIVRE {
            background: green;
        }

        .fila_OCUPADO {
            background: red;
        }

        .fila_RESERVADO {
            background: yellow;
        }

        .fila_INDISPONIVEL {
            background: #FFA500;
        }

        li.li_map {
            position: relative;
            border: solid 2px #f9f9f9;
            border-radius: .5em;
            background: #e2e2e2;
            margin: 6px 0px;
            padding: 0em 0.5em;
            line-height: 3;
            font-size: 1.3em;
            color: black;
            height: 58px;
        }

        .map_btnFechar,
        .map_btnFinalizaC {
            margin: 0px;
            position: absolute;
            right: 10px;
            top: 10px;
            background: #324545;
            width: 230px;
            height: 45px;
            font-size: 1.5em;
            text-align: center;
            line-height: 2;
            cursor: pointer;
            border-radius: .3em;
            border: solid 2px #8DD6D6;
            color: #FDFDFD;
        }

        .map_btnFinalizaC {
            top: 60px;
        }

        .p_buttons button {
            position: relative;
            float: none;
        }

        .btmap_list:hover {
            color: #324545;
        }

        .btmap_list {
            float: none;
            width: 50%;
            line-height: 1;
            height: 30px;
            border-radius: .5em;
            border-top: solid 2px #8DD6D6;
            position: relative;
            margin: 12px 2px;
            color: #FFFFFF;
            background: #006ac7;
        }

        .bx_buttonMap {
            display: flex;
            right: 0px;
            position: inherit;
            width: 100%;
            top: 0px;
        }

        /* =========================================================== */

        .modal {
            text-align: center;
            padding: 0 !important;
        }

        .modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

        .modal-dialog {
            display: inline-block;
            text-align: left;
            vertical-align: middle;
        }

        @media (max-width: 700px) {
            .bx_buttonMap {
                position: inherit;
                margin-top: -15%;
            }
        }

        @media (max-width: 992px) {
            li.li_map {
                position: relative;
                border: solid 2px #f9f9f9;
                border-radius: .5em;
                background: #e2e2e2;
                margin: 6px 0px;
                padding: 0em 0.5em;
                line-height: 3;
                font-size: 1.3em;
                color: black;
                height: 58px;
                margin-bottom: 40px;
            }
        }

        .bx_buttonMap {
            display: flex;
            right: 0px;
            position: inherit;
            width: 100%;
            top: 0px;
        }

        @media (max-width: 480px) and (min-width: 320px) {
            .map {
                display: inline-block !important;
                background-repeat: no-repeat;
                vertical-align: top;
                width: 100% !important;
                height: auto !important;
            }

            li.li_map {
                height: 95px !important;
            }

            .bx_buttonMap {
                top: 75px;
            }

            .font_evento_mobile {
                font-size: 10px !important;
                line-height: 1;
                position: absolute;
                margin-top: -6px !important;
            }

            .li-mob {
                position: initial;
                line-height: 1;
                margin-top: 7px !important;
                font-weight: 600;
                font-size: 14px;
            }
        }

        .li-mob {
            font-weight: 600;
        }

        .modal-expo {
            width: 70%;
        }

        @media (max-width: 520px) {
            .modal-expo {
                width: 100%;
            }
        }

        @media (max-width: 720px) {
            .container2 {
                max-width: 100% !important;
                margin-right: 0 !important;
                margin-left: 0 !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .margin-mob {
                margin-top: -10px !important;
                margin-bottom: -20px !important;
                margin-left: 0px !important;
                margin-right: 0px !important;
            }

            .bx_buttonMap {
                position: absolute;
            }

        }

        .default-body {
            background: #fff;
        }

        .color-body {
            background: #006AC7;
        }

        .color-body .conteudo-evento {
            background: #006AC7;
        }

        .color-body .conteudo-evento .event-info,
        .color-body .conteudo-evento .event-info h1,
        .color-body .conteudo-evento .event-info a,
        .color-body .conteudo-evento .event-info small,
        .color-body .conteudo-evento .event-info table {
            color: #ffffff;
            padding-left: 0px;
        }

        .default-body .conteudo-evento {
            background: #fff;
        }

        .default-body .conteudo-evento .event-info,
        .default-body .conteudo-evento .event-info h1,
        .default-body .conteudo-evento .event-info a,
        .default-body .conteudo-evento .event-info small,
        .default-body .conteudo-evento .event-info table {
            color: #000000;
            padding-left: 0px;
        }

        .default-body .conteudo-evento .event-info h1.title-event {
            font-weight: 600;
        }

        .w-500 {
            font-weight: 500
        }

        .infoEvent.black {
            width: 22px;
            mix-blend-mode: luminosity;
        }

        .margin-mob {
            margin-top: -10px !important;
        }

        li.li_map {
            height: auto;
        }

        @media (min-width: 1000px) {
            .col-sm-offset-33 {
                /*margin-left: 20%;*/
            }

            li.li_map {
                width: 112%;
            }
        }

        @media (max-width: 768px and min-width: 700px) {
            .bx_buttonMap {
                position: inherit;
                margin-top: 2%;
            }
        }

        /* =========================================================== */
        .modal_login .x_content.modalmess p {
            FONT-SIZE: 26pX;
            text-align: center;
        }

        .bottombar {
            background-color: #0d0d42;
            position: fixed;
            bottom: 0px;
            height: 75px;
            width: 400px;
            left: 50%;
            margin-left: -200px;
            border-radius: 10px 10px 0 0;
            text-align: center;
            vertical-align: sub;
            opacity: 0.8;
            color: white;
        }

        .telefone {
            color: #fff;
            text-decoration: none;
        }

        .telefone:hover {
            color: #fff;
            text-decoration: underline;
        }

        a:hover {
            text-decoration: none;
        }

        .patrocinadores-chaves {
            margin-top: 3rem;
            margin-bottom: 3rem;
        }

        .d-none {
            display: none;
        }

        .nome_categoria {
            margin-bottom: -8px;
            color: #ff0404;
            font-weight: 700;
        }

        .btmap_list_esgotado:hover {
            color: #ffffff;
        }

        .btmap_list_esgotado {
            float: none;
            width: 50%;
            line-height: 1;
            height: 30px;
            border-radius: .5em;
            border: solid 2px #727272;
            position: relative;
            margin: 12px 2px;
            color: #FFFFFF;
            background: #727272;
        }

.btn-seja-socio {
            width: 100%;
            display: grid;
            justify-content: center;
            align-items: center;
            margin-top: 2rem;
            font-size: 1.8rem;
            background: #571d1f;
            color: #fff;
            font-weight: 600;
            padding: 1rem 0.5rem;
        }

        /* Layout fix: keep sector prices/buttons away from map image */
        #conteudo .map {
            display: block !important;
            margin: 0 auto 14px auto;
            max-width: 100%;
            width: 100% !important;
            height: auto !important;
        }

        #conteudo li.li_map {
            display: flex !important;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            line-height: 1.3;
            padding: 14px 16px;
            margin: 10px 0;
            height: auto !important;
        }

        #conteudo .li_map .font_evento_mobile {
            position: static !important;
            margin: 6px 0 0 0 !important;
            line-height: 1.3 !important;
            font-size: 14px !important;
        }

        #conteudo .bx_buttonMap {
            position: relative !important;
            top: auto !important;
            right: auto !important;
            display: flex !important;
            align-items: center;
            justify-content: flex-end;
            gap: 8px;
            margin-top: 0;
            width: auto;
            flex-wrap: wrap;
        }

        #conteudo .buy-with-qty {
            display: flex;
            align-items: center;
            gap: 8px;
            min-width: 260px;
        }

        #conteudo .qty-picker {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        #conteudo .qty-btn {
            position: static !important;
            right: auto !important;
            float: none !important;
            width: 28px;
            height: 28px;
            line-height: 1;
            margin: 0 !important;
            padding: 0;
            border: 1px solid #b9c4d2;
            background: #fff;
            color: #0b67bf;
            border-radius: 6px;
            font-weight: 700;
            cursor: pointer;
        }

        #conteudo .qty-input {
            width: 34px;
            height: 28px;
            text-align: center;
            border: 1px solid #b9c4d2;
            border-radius: 6px;
            background: #fff;
            color: #1f2a37;
            padding: 0;
            font-weight: 600;
        }

        #conteudo .buy-with-qty.meia-esgotada .qty-picker {
            opacity: 0.65;
        }

        #conteudo .buy-with-qty.meia-esgotada .qty-btn,
        #conteudo .buy-with-qty.meia-esgotada .qty-input {
            cursor: not-allowed;
        }

        #conteudo .bx_buttonMap .button_inteira,
        #conteudo .bx_buttonMap .button_meia,
        #conteudo .bx_buttonMap .btmap_list {
            position: static !important;
            right: auto !important;
            float: none !important;
            margin: 0 !important;
            width: 170px;
            max-width: 100%;
            height: 38px;
            line-height: 1;
            border-radius: 8px;
            flex: 1 1 auto;
        }

        @media (max-width: 991px) {
            #conteudo li.li_map {
                flex-direction: column;
                align-items: flex-start;
            }

            #conteudo .bx_buttonMap {
                width: 100%;
                justify-content: flex-start;
                flex-wrap: wrap;
                margin-top: 10px;
            }

            #conteudo .bx_buttonMap .button_inteira,
            #conteudo .bx_buttonMap .button_meia,
            #conteudo .bx_buttonMap .btmap_list {
                width: calc(50% - 4px);
                min-width: 150px;
            }

            #conteudo .buy-with-qty {
                width: 100%;
                min-width: 0;
            }
        }
