* {
    outline: none !important;
    text-decoration: none !important;
}

html, body {
    height: 100%;
}

a {
    color: #212121;
}

.barra-topo {
    padding: 8px 0;
}

.redes-sociais ul a {
    font-size: 1.25rem;
}

.whatsapp a {
    background: url('../img/svg/whatsapp.svg') no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-size: contain !important;
}

footer .redes-sociais .instagram a {
    background: url('../img/svg/instagram-bco.svg') no-repeat;
}

footer .redes-sociais .facebook a {
    background: url('../img/svg/facebook-bco.svg') no-repeat;
}

.menu-topo {
    background: #263C43;
    border-bottom: 3px solid #263C43;
}

    .menu-topo .navbar-brand img {
        max-width: 160px;
    }

.menu-topo .navbar-nav a{
    color: #fff;
}

    .menu-topo .navbar-nav a:hover {
        color: #34F800;
    }

.navbar-toggler {
    color: #fff !important;
}

.buscar {
    background: none;
    cursor: pointer;
    color: #fff;
    padding: 6px 10px 3px 10px !important;
    display: block !important;
    border: 1px solid #fff !important;
    border-radius: 100px !important;
    margin-left: 10px;
}

.card-evento {
    border-radius: 15px !important;
    overflow: hidden !important;
}

.data-evento {
    background: #263C43;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    padding: 2px 15px;
    font-weight: bold;
    border-radius: 5px !important;
    display: block;
    position: absolute;
    top: -16px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
}

    .banner-principal a {
        color: #fff;
    }

footer {
    background: #263C43;
    color: #fff;
    border-top: 3px solid #263C43;
}

    footer a {
        color: #fff;
    }
/*------------------------------- páginas internas -------------------------------*/
.titulo-interno {
    background: #263C43;
    padding: 20px 15px 30px 15px !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

/*.titulo-interno::after {
        content: "";
        display: block;
        width: 80px;
        height: 4px;
        background: #009995;
        margin: 0 auto;
        margin-top: 10px;
    }*/

.paginas-internas {
    min-height: calc(100% - 547px);
}

.printer:hover {
    color: #008985;
}

.contador {
    margin: 0 auto;
    background: #263C43;
    max-width: 200px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    padding: 5px 0;
    border-radius: 10px;
}
/*---------- Detalhe Evento ----------*/
.detalhe-evento .list-group-item {
    padding-left: 0;
}

.detalhe-evento .img-detalhe-evento {
    border-radius: 15px;
}

.informacoes-evento {
    margin: 0;
}

    .informacoes-evento .imagem-evento {
        padding-left: 0;
        padding-right: 0;
    }

.card-evento .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.875rem;
}

    .card-evento .card-body p {
        margin-bottom: 0;
    }
/*---------- Login ----------*/
.entrar .dropdown-divider {
    overflow: visible;
}

    .entrar .dropdown-divider::after {
        content: "Não possui perfil?";
        display: block;
        width: 130px;
        height: 25px;
        background: #fff;
        margin: 0 auto;
        margin-top: -14px;
        text-align: center;
    }
/*---------- Checkout ----------*/
.checkout {
    height: calc(100% - 181px);
    /*height: 92.3%;*/
}

    .checkout .container-fluid, .checkout .row, .checkout #mobile-div {
        /*height: 100%;*/
    }

    .checkout svg {
        width: 100%;
        height: 100%;
    }

.mapa-evento {
    background: #e2e2e2;
}

.lista-checkout {
    position: relative;
}

.menu-checkout ul {
}

    .menu-checkout ul li {
        margin-right: 2px;
        position: relative;
    }

        .menu-checkout ul li a {
            display: block;
            text-align: center;
            color: #a0a0a0;
            padding: 0.5rem 1.5rem;
        }

            .menu-checkout ul li a::before {
                content: "";
                display: block;
                width: 18px;
                height: 18px;
                border: 2px solid #263C43;
                background: #fff;
                margin: 0 auto;
                border-radius: 50%;
            }

            .menu-checkout ul li a::after {
                content: "";
                display: inline-block;
                width: 92px;
                height: 2px;
                background: #263C43;
                position: absolute;
                top: 16px;
                left: 60px;
            }

        .menu-checkout ul li:last-child a::after {
            display: none;
        }

    .menu-checkout ul .active a {
        color: #212121;
        font-weight: bold;
    }

        .menu-checkout ul .active a::before {
            background: #263C43;
        }

.menu-checkout h1 {
    background: #263C43;
    color: #fff;
}

.resumo-compra {
    background: #263C43;
    color: #fff;
    border-top: 1px solid #263C43;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
    z-index: 9;
}

.modalResumoCompra .modal-body {
    height: 328px;
    overflow: scroll;
}

.no-map {
    min-height: 757px;
}

.toImgCardNumber {
    position: relative;
}

    .toImgCardNumber img {
        position: absolute;
        right: 10px;
        top: 10px;
    }
/*---------- minha conta ----------*/
.suporte-duvidas button {
    white-space: normal;
    text-align: left;
    margin-left: 25px;
}

    .suporte-duvidas button::before {
        content: "+";
        font-size: 1.5em;
        line-height: 50%;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 15px;
        width: 20px;
        height: 20px;
        border: 2px solid #009995;
        border-radius: 50%;
    }

    .suporte-duvidas button[aria-expanded="true"]::before {
        content: "-";
    }

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Buscar";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

/*--------- telas status de compra ----------*/
.ic-success {
    font-size: 7em !important;
    margin-bottom: 20px;
}

/*---------- Pagamento com pix -------------*/
.pagamento-pix .img-qrcode {
    display: block;
    margin: 0 auto;
    width: 245px;
    height: 245px;
    margin-bottom: 25px;
}

/*---------- errors -------------*/
.erro404 {
    background: #fcfefc;
}

.validation-summary-errors ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #721c24;
    display: inline-block;
    margin-right: 15px;
    border-radius: 100%;
}

.validation-summary-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.CbxReadonly {
    pointer-events: none;
}
/*------------------------------- ALTERAÇÕES NO BOOTSTRAP -------------------------------*/
.btn {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}

.shadow {
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15) !important;
}

.banner-principal .carousel-item {
    background: #000;
    /*height: 570px !important;*/
}

    .banner-principal .carousel-item img {
        width: 100%;
        /*opacity: 0.6;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);*/
    }

.banner-principal .carousel-caption {
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(0, -4%);
    transform: translate(0,-4%)
}

    .banner-principal .carousel-caption h2 {
        font-size: 3.5em;
        text-transform: uppercase;
        font-weight: bold;
    }

    .banner-principal .carousel-caption p {
        font-size: 2em;
    }

.card-evento .card-body {
    position: relative;
}

.eventos .card-evento .card-body:before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 24px;
    top: -8px;
    left: -1px;
    transform: rotate(2.5deg);
}


.card-evento .card-title {
    margin-top: 5%;
    font-size: 1rem;
}

.coluna-eventos {
    margin-bottom: 30px;
}

.card-evento .card-text {
    font-size: .9rem;
    margin-bottom: 10px;
}

.card-evento .btn {
    margin-top: 10px;
}
/*------------------------------- ALTERACAO HTML-----------------------*/
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
/*------------------------------- MEDIA QUERIES -------------------------------*/
@media (max-width: 992px) {
    .banner-principal .carousel-caption h2 {
        font-size: 2.5em;
    }

    .banner-principal .carousel-caption p {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .leftNavbarToggler {
        margin-right: 0;
        padding: 0;
        border: 0;
    }

    .menu-topo .navbar-brand {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
    }
    /*----- páginas internas -----*/
    .titulo-interno {
        background: #263C43;
        padding: 10px 0 10px 0 !important;
        margin-bottom: 0;
        color: #fff;
        font-size: 1rem;
        text-align: center;
        text-transform: uppercase;
    }

        .titulo-interno::after {
            display: none;
        }
}

@media (max-width: 576px) {
    .carousel-inner, .carousel-item, .carousel-item img {
        /*height: 400px !important;*/
    }

    .banner-principal .carousel-caption {
        -webkit-transform: translate(0, -32%);
        transform: translate(0,-32%)
    }

        .banner-principal .carousel-caption h2 {
            font-size: 1.5em;
        }

        .banner-principal .carousel-caption p {
            font-size: 1.25em;
        }
}

#busca_lista img {
    width: 90px;
    height: 60px;
}

.dadoscadastro .card-header {
    color: #fff;
    background: #221f20;
}

.qtdecompra {
    border-radius: 5px !important;
}

.dropdown-item {
    color: #221f20 !important;
}

/*--------------- ingresso ----------------*/

.box-ingresso-ache {
    /*background: #eaedf1;*/
    position: absolute;
    width: 100%;
    height: 100%;
}

.ingresso-ache {
    background: #fff;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

    .ingresso-ache .ingresso-logo-ache {
        display: block;
        margin: 0 auto;
        max-width: 150px;
        margin-bottom: 15px;
    }

.titulo-ache {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.qrcode-ache {
    border: 1px solid #ccc;
    padding: 20px 0;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
}

    .qrcode-ache p {
        margin-bottom: 0;
    }

    .qrcode-ache img {
        display: block;
        margin: 0 auto;
    }

.lista-ache li {
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    display: flex;
}


    .lista-ache li strong {
        align-items: center;
        margin-right: 10px;
        font-weight: bold;
    }

        .lista-ache li strong i {
            margin-right: 5px;
        }


/* NOVO CHECKOUT */

.lista-itens-pedido-setor {
    width: auto;
}

.lista-itens-pedido-quantidade {
    width: auto;
    text-align: center;
    margin: 0 16px;
}

.lista-itens-pedido-soma {
    min-width: 96px;
    text-align: right;
}

.checkout-pagamento .nav-pills .nav-link {
    border-radius: 0;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
    margin-right: 16px;
}

    .checkout-pagamento .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        background: #353A40 !important;
        color: #fff;
    }

@media (max-width: 576px) {
    .lista-itens-pedido-setor {
        width: auto;
    }

    .lista-itens-pedido-soma {
        width: auto;
        min-width: 96px;
    }

    .lista-itens-pedido-quantidade {
        width: auto;
    }
}