.titulo_game {
    margin-top: 80px;
    width: 1200px;
    border-radius: 8px 8px 0 0;
    box-shadow: 2px 0px 6px 2px rgba(0, 0, 0, 0.08);
    position: relative;
}

.titulo_game img {
    padding: 32px 40px;
}

.cartao {
    border-radius: 0 0 8px 8px;
    box-shadow: 2px 0px 6px 2px rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
}

.regras {
    padding: 40px 60px;
}

.valor_bilhete {
    margin-top: 32px;
    margin-bottom: 16px;
}

.premiacoes_lista {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.premiacoes_lista span {
    font-family: Roboto;
    font-size: 1.125rem;
    color: #2E2E2E;
    line-height: 1.6;
}

.valor_bilhete span,
.premiacoes span {
    font-family: Roboto;
    font-size: 1.125rem;
    color: #2E2E2E;
    line-height: 30px;
}

.titulo_premiacoes {
    font-family: Roboto;
    font-size: 1.125rem;
    color: #2E2E2E;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.valor_destaque {
    font-weight: 700;
}

.regras p,
.regras li {
    color: #2E2E2E;
    font-family: Roboto;
    font-size: 1.125rem;
    line-height: 30px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    margin: 0px;
    padding-left: 20px;
    position: relative;
}



.separador {
    margin: 0 60px;
    border: 1px solid #EDEDED;
}

.apostas {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
}

.total_num {
    background: #2E2E2E;
    color: #fff;
    width: 320px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 1.25rem;
    font-weight: 600;
}

.botoes_especiais {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    grid-column: 1/-1;
}

.btt_sorteio {
    cursor: pointer;
    background: #01204A;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 600;
    transition: 0.5s;
}

.btt_sorteio:hover {
    cursor: pointer;
    background: #f9f9f9;
    color: #01204A;
    border: 1px solid #01204A;
    scale: 1.05;
}

#numbers {
    border: 1px solid #2E2E2E;
    border-radius: 8px;
    font-size: 1.125rem;
    color: #535353;
}

.area_jogos {
    padding: 40px 60px;
}

.num_sorteio {
    width: 52px;
    height: 52px;
    line-height: 23px;
    border-radius: 50%;
    font-size: 1.125rem;
    text-align: center;
    padding: 0;
    margin: 4px;
    box-shadow: 1px 1px 1px #888;
    border: 1px solid #888;
    font-family: Poppins;
    color: #595959;
    font-weight: 500;
    cursor: pointer;
}

.text_historico {
    color: #9C9C9C;
    font-family: Poppins;
    font-weight: 600;
}

.card {
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-bottom: 12px;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.08);
    background: #fff;
    position: relative;
}

.btn_excluir {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    cursor: pointer;
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_excluir:hover {
    background: #2e2e2e;
    color: #fff;
}

.num_jogo {
    margin: 0;
    padding-bottom: 8px;
}



.num_jogo_hist {
    width: 24px;
    height: 24px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 0.75rem;
    text-align: center;
    padding: 0;
    margin: 2px;
    box-shadow: 1px 1px 1px #888;
    border: 1px solid #888;
    font-family: Poppins;
    color: #595959;
    font-weight: 500;
}

.jogo_salvo {
    padding: 20px;
}

.botoes {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 48px;
    padding-bottom: 48px;
}

.btt_send_jogo {
    color: #c9c9c9;
    font-family: Poppins;
    font-weight: 700;
    background: #2e2e2e;
    border-radius: 10px;
    border: 2px solid #c9c9c9;
    padding: 20px 40px;
    font-size: 1.125rem;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    display: flex;
    gap: 5px;
    align-items: center;
}

.btt_save_jogo {
    color: #c9c9c9;
    font-family: Poppins;
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #c9c9c9;
    padding: 20px 40px;
    font-size: 1.125rem;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.btt_sorteio_div {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btt_save_2 {
    color: #c9c9c9;
    font-family: Poppins;
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #c9c9c9;
    padding: 5px 10px;
    font-size: 1.125rem;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    display: none;
}

@media (max-width: 1250px) {
    .titulo_game {
        width: 800px;
    }

    .titulo_game img {
        width: 300px;
        padding: 10px 20px;
    }

    .regras {
        padding: 20px 30px;
    }

    .area_jogos {
        padding: 20px 30px;
    }

    .num_sorteio {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 800px) {
    .titulo_game {
        width: 500px;
        margin-top: 40px;
        display: flex;
        justify-content: center;
    }

    .titulo_game img {
        width: 200px;
        padding: 10px 20px;
    }

    .regras {
        padding: 12px 24px;
    }

    .total_num {
        text-align: center;
        width: 250px;
    }

    .text_historico {
        margin: 0;
        text-align: center;
    }

    .botoes {
        padding-bottom: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .btt_save_jogo,
    .btt_send_jogo {
        padding: 10px 20px;
    }

    .cartao {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .titulo_game {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .titulo_game img {
        width: 200px;
        padding: 10px 20px;
    }

    .apostas {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .numeros {
        display: flex;
        justify-content: center;
        flex: 1;
        flex-wrap: wrap;
    }

    .regras>span {
        display: flex;
        justify-content: center;
    }

    .total_num,
    .btt_sorteio {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .btt_save_2 {
        display: block;
    }

    .botoes_especiais {
        display: grid;
        gap: 10px;
        justify-content: center;
        font-family: Roboto;
    }

    .card {
        margin-top: 20px;
    }

    .botoes {
        padding: 20px 20px;
    }

}