body {
    background-color: #e0e0e0 !important;
    font-family: "Poppins", sans-serif !important;
}

.topo {
    background-color: #1e1e1e;
    padding: 1em 2em;
    margin-bottom: 25px;
}

.topo i {
    color: white;
    font-size: 2em;
}

IMG.logo-1 {
    width: 170px;
}

IMG.logo-2 {
    width: 130px;
}

.line-logos {
    width: 1px;
    height: 2.8rem;
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin: 0em 1.2em;
}


.container-main, .container-main-banner {
    width: 688px;
    max-width: 100%;
    margin: 0 auto;
}

.card-main, .card-main-banner {
    margin-top: 15px;
    background-color: white;
    padding: 0.8em;
    border-radius: 0.8em;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.banner img {
    width: 100%;
}

.banner h1 {
    font-size: 0.85em;
    font-weight: 600;
    margin-top: 20px;
}

.pedido-confirmado {
    padding: 1em 1em;
}

.pedido-confirmado i {
    font-size: 3.2em;
    color:#ffb931;
}

.pedido-confirmado h1 {
    font-size: 1.3em;
    font-weight: 600;
}

.pedido-confirmado h2 {
    font-size: 0.9em;
    font-weight: 400;
}


.valor-bilhete {
    text-align: center;
    margin-top: 5px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

.valor-bilhete h1 {
    font-size: 0.8em;
    line-height: 0em;
    font-weight: 700;
    margin-left: 0.5em;
}

.valor-bilhete i {
    color: #eabe3b;
    font-size: 1.5em;
    margin-top: -7px;
}

.valor-bilhete span {
    background-color: #1c1c1c;
    padding: 0.2em;
    color: white;
    padding: 0.3em;
    border-radius: 0.2em;
}

.promocao {
    margin-top: 0.5em;
    background-color: #1e1e1e;
    border-radius: 0.5em;
    padding: 1.2em 0.8em;
}

.promocao h1 {
    color: #eabe3b;
    font-size: 1em;
    font-weight: 600;
}

.promocao i {
    color: white;
    margin-top: -8px;
    margin-right: 5px;
}

.promocao-destaque {
    margin-top: 0.8em;
    background-color: #eabe3b;
    width: 100%;
    padding: 1em;
    border-radius: 0.5em;
}

.promocao-destaque h1 {
    color: #1e1e1e;
    font-size: 1em;
    line-height: 0em;
    margin-top: 8px;
}

.promocao-destaque span {
    font-weight: 800;
    font-size: 1.2em;
}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.cotas {
    margin-bottom: -20px;
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.9rem 0rem;
}

.cotas h1 {
    color: grey;
    font-size: 0.85em;
    text-align: center;
    margin-bottom: 15px;
}

.cotas h3 {
    text-align: center;
    color: black;
    font-size: 1rem;
    font-weight: 400;
}

.cotas-one {
    margin-top: 0rem !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.cota {
    margin: 0em 0.3em;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #1e1e1e;
    background-color: #eabe3b;
    border: none;
    padding: 0.5em 0rem;
    border-radius: 0.3rem;
    border: solid rgba(128, 128, 128, 0.137) 1px;
    -webkit-box-shadow: 0px 12px 16px -13px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 12px 16px -13px rgba(0, 0, 0, 0.47);
    box-shadow: 0px 12px 16px -13px rgba(0, 0, 0, 0.47);
}

button.cota a {
    color: #1e1e1e !important;
}

button.cota a:focus {
    color: #eabe3b !important;
}

button.cota:hover {
    background-color: #1e1e1e;
    color: #eabe3b;
}

button.cota:hover h1 {
    color: #eabe3b;
}

button.cota:focus {
    background-color: #1e1e1e;
}

.cota-selected {
    background-color: #1e1e1e !important;
    color: #eabe3b !important;
}

.cota-selected h1 {
    color: #eabe3b !important;
}

.cota-qtd {

    font-size: 2rem;
    font-weight: 700;
}

.cota h1 {
    color: #1e1e1e;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.cota h2 {
    margin-bottom: 5px !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.destaque {
    background-color: #545454;
    font-size: 0.65em;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2rem 0.5rem;
    border-radius: 0em 0em 0em 1em;
}

.contador-cotas {
    justify-content: center !important;
    margin-top: 30px !important;
    display: flex;
    padding: 0.8rem 10rem;
    background-color: !important;
    border-radius: 0.6rem;
}

button.btn-contador-cotas {
    height: 45px;
    width: 45px;
    font-size: 1.8rem;
    color: #bebebe;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    border: solid #bebebe 2px;
}

input.input-contador-cotas {
    text-align: center;
    margin: 0rem 1rem !important;
    padding: 0.5rem 1.2rem;
    color: black;
    background-color: transparent;
    border: solid 2px #eabe3b;
    border-radius: 0.6rem;
}

button.adc-carrinho {
    font-size: 1.2rem;
    font-weight: 600;
    color: #eabe3b;
    background-color: #1e1e1e;
    border: none;
    border-radius: 0.6rem;
    width: 100%;
    padding: 0.8rem 0rem;
    margin-top: 20px !important;
}

button.adc-carrinho a {
    color: #eabe3b !important;
    text-decoration: none;
}

button.adc-carrinho:disabled {
    opacity: 0.2;
}

button.adc-carrinho:hover {
    color: #1e1e1e;
    background-color: #eabe3b;
}

button.adc-carrinho i {
    font-size: 1.5rem;
    vertical-align: -0.1rem;
    margin-right: 0.2em;
}

.novos-btns {
    display: flex;
}

.infos p {
    font-size: 0.7em;
    font-weight: 700;
}

.infos a {
    font-size: 1.2em;
    color: #216fdb;
    text-decoration: underline;
}

.infos i {
    font-weight: 500;
}

.bilhetes-premiados {
    margin-top: 20px;
}

.bilhetes-premiados i {
    font-size: 1.5em;
}

.bilhetes-premiados span {
    background-color: #eabe3b;
    border-radius: 0.5em;
    padding: 0.2em 0.5em;
}

.bilhetes-premiados h1 {
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 8px;
    margin-left: 10px;
}

.bilhetes {
    display: ;
}

.bilhetes-one {
    margin-bottom: 5px;
    background-color: #f3f3f3;
    padding: 1.1em 0.5em;
    border-radius: 0.5em;
}

.bilhetes-one h1 {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 0;
}

.bilhetes-one-span {
    margin-top: 18px;
    font-size: 0.7em;
    font-weight: 600;
    background-color: #151515;
    color: white;
    border-radius: 3em;
}

.bilhetes-one-span-ticket {
    padding: 0.5em 1.8em;
}

.bilhetes a {
    color: white;
    text-decoration: none;
}

.bilhetes-one-span-ticket a {
    color: white;
    text-decoration: none;
}

.bilhetes-one-span-cor {
    background-color: #22c55e;
    border-radius: 3em;
    width: 50%;
    padding: 0.5em;
}

.bilhetes-amarelo {
    background-color: #ffb931;
}

.bilhets-one-user {
    margin-top: 5px;
    margin-bottom: -10px;
    font-size: 0.75em;
    font-weight: 500;
}

.bilhets-one-user i {
    margin-right: 0.5em;
}


/* BILHETES PÁGINA CONCLUIDO */


@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

  .pulse {
    animation: pulse 2s infinite;
}

.bilhetes-concluido {
    display: ;
}

.bilhetes-one-concluido {
    margin-bottom: 5px;
    background-color: #f3f3f3;
    padding: 1.1em 0.5em;
    border-radius: 0.5em;
}

.bilhetes-one-concluido h1 {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 0;
}

.bilhetes-one-concluido-span {
    font-size: 0.9em;
    font-weight: 600;
    background-color: #151515;
    color: white;
    border-radius: 3em;
}

.bilhetes-one-concluido-span-ticket {
    padding: 0.5em 1.8em;
}

.bilhetes-concluido a {
    color: white;
    text-decoration: none;
}

.bilhetes-one-concluido-span-ticket a {
    color: white;
    text-decoration: none;
}

.bilhetes-one-concluido-span-cor {
    background-color: #22c55e;
    border-radius: 3em;
    width: 50%;
    padding: 0.5em;
}



/* BILHETE PREMIADO */

.bilhetes-premiado {
    display: ;
}

.bilhetes-one-premiado {
    border: dashed 1px #151515;
    margin-bottom: 20px;
    background-color: #eabe3b;
    padding: 1.1em 1em;
    border-radius: 0.5em;
}

.bilhetes-one-premiado h1 {
    font-size: 0.9em;
    font-weight: 700;
    line-height: 0;
}

.bilhetes-one-premiado-span {
    font-size: 1em;
    font-weight: 600;
    background-color: ;
    color: #1c1c1c;
    border-radius: 3em;
}

.bilhetes-one-premiado-span-ticket {
    padding: 0.5em 1.8em;
}

.bilhetes-one-premiado-span-ticket h5 {
    font-size: 1em;
    font-weight: 500;
    line-height: 1em;
}

.bilhetes-one-premiado-span-ticket h2 {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1em;
}

.bilhetes-one-premiado-span-ticket h3 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1em;
}

.bilhetes-premiado a {
    color: white;
    text-decoration: none;
}

.bilhetes-one-premiado-span-ticket a {
    color: white;
    text-decoration: none;
}

.bilhetes-one-premiado-span-cor {
    width: 80%;
}

.bilhetes-one-premiado-span-cor a {
    width: 100%;
}

button.adc-carrinho-premiado {
    margin-left: -20px;
    width: 100%;
    background-color: #03a13d;
    border-radius: 3em;
    padding: 1em;
    border: none;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
}

H1.escute-audio {
    margin: 0px 0px 10px 0px;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
}

input.dados-form-input {
    color: black;
    font-size: 1.1rem;
    border-radius: 0.375rem;
    background-color: white;
    border: 2px solid rgb(224, 224, 224);
    width: 100%;
    padding: 1rem;
    margin: 0.5rem 0rem !important;
}

input.dados-form-input:focus {
    background-color: #f8fafc;
    border: 2px solid rgb(224, 224, 224);
}

.rodape {
    padding: 1.5em;
    margin-top: 150px;
    background-color: #373737;
}

.rodape p {
    margin-top: 15px;
    color: white;
    font-size: 0.65em;
    text-align: center;
}

IMG.logo-rodape {
    width: 110px;
}

IMG.button-rodape {
    cursor: pointer;
}

IMG.button-rodape:hover {
    transition: transform 0.3s ease-in-out;
    transform: scale(1.1);
}

@media (max-width: 575.98px) {
    .topo {
        margin-bottom: 0px;
        padding: 0.4em 1em;
    }

    IMG.logo-1 {
        width: 100px;
    }
    
    IMG.logo-2 {
        width: 90px;
    }
    
    .line-logos {
        width: 1px;
        height: 2.8rem;
        background-color: rgba(255, 255, 255, 0.2) !important;
        margin: 0em 0.7em;
    }
        
    .container-main {
        padding: 0em 1em;
    }

    .container-main-banner {
        padding: 0em;
    }

    .card-main-banner {
        text-align: center;
        margin-top: 0px;
        background-color: white;
        padding: 0em 0em 0.5em 0em;
        border-radius: 0em 0em 1em 1em;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.1);
    }

    .banner img {
        width: 100%;
    }
    
    .banner h1 {
        padding: 0rem 1rem;
        font-size: 0.7em;
        font-weight: 600;
        margin-top: 15px;
    }

    .promocao-destaque h1 {
        color: #1e1e1e;
        font-size: 3.5vw;
        line-height: 1em;
        margin-top: 0px;
        margin-bottom: -2px;
    }
    
    .promocao-destaque span {
        font-weight: 800;
        font-size: 4.5vw;
    }

    .cotas {
        margin-top: 5px !important;
        padding: 0rem 0rem;
    }

    .cotas h1 {
        color: grey;
        font-size: 0.7em;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .cotas h3 {
        margin-top: 30px !important;
        font-size: 0.9rem;
    }

    .cotas-one {
        margin-top: 0rem !important;
    }

    button.cota {
        width: 30%;
        padding: 1.5rem 0rem 0rem 0rem;
        border: solid rgba(128, 128, 128, 0.137) 2px;
    }

    .cota-qtd {
        font-size: 1.6rem;
    }

    .cota h1 {
        font-size: 0.7rem;
        color: black !important;
    }

    .cota h2 {
        margin-top: -5px;
        font-size: 0.6rem;
        font-weight: 500;
    }

    i.destaque {
        font-size: 0.7rem !important;
        padding: 0.2rem 0.5rem;
        border-radius: 0.4rem;
    }

    .contador-cotas {
        margin-top: 0.8em !important;
        margin-bottom: 0.8em !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
        padding: 0rem 0.3rem;
    }

    button.btn-contador-cotas {
        margin-top: 0.2rem !important;
        height: 30px;
        width: 30px;
        font-size: 1.5rem;
        padding: 0.5rem 0rem;
    }

    input.input-contador-cotas {
        width: 65% !important;
        margin: 0rem 0.5rem !important;
        padding: 0.5rem 1.2rem;
    }

    button.adc-carrinho {
        line-height: 1em;
        font-size: 1.2rem;
        padding: 0.8rem 0rem;
        margin-top: 2rem !important;
    }

    button.adc-carrinho i {
        font-size: 1.5rem;
    }

    /* BILHETE PREMIADO */

    .bilhetes-one-premiado {
        border: dashed 1px #151515;
        margin-bottom: 20px;
        padding: 2em 1em;
        border-radius: 0.5em;
    }

    .bilhetes-one-premiado h1 {
        font-size: 0.9em;
        font-weight: 700;
        line-height: 0;
    }

    .bilhetes-one-premiado-span {
        flex-direction: column !important;
        text-align: center;
        font-weight: 600;
        background-color: ;
        color: #1c1c1c;
        border-radius: 3em;
    }

    .bilhetes-one-premiado-span-ticket {
        padding: 0em;
    }

    .bilhetes-one-premiado-span-ticket h2 {
        font-size: 7vw;
        font-weight: 700;
        line-height: 1em;
    }

    .bilhetes-one-premiado-span-ticket h3 {
        font-size: 1.2em;
        font-weight: 700;
        line-height: 1em;
    }

    .bilhetes-premiado a {
        color: white;
        text-decoration: none;
    }

    .bilhetes-one-premiado-span-ticket a {
        color: white;
        text-decoration: none;
    }

    .bilhetes-one-premiado-span-cor {
        width: 100%;
    }

    .bilhetes-one-premiado-span-cor a {
        width: 100%;
    }

    button.adc-carrinho-premiado {
        margin-top: 10px;
        margin-left: 0px;
        width: 95%;
        background-color: #03a13d;
        border-radius: 3em;
        padding: 1em;
        border: none;
        color: white;
        font-size: 1em;
        font-weight: 600;
    }
}