﻿

@media(max-width:767px) {







    .mega_virada_inter::before,
    .mega_virada_inter::after {
        width: 150%;
        top: 50%;
        left: -100%
    }
}

.tabela-flex-container {
    display: flex;
    flex-direction: row;
    width: 100%
}

.tabela-flex-item {
    width: 100%;
    gap: 30px;
    display: flex;
    flex-direction: column
}

.prox {
    padding: 20px 0;
    display: flex;
    flex-direction: column
}

.prox .label,
.valor_prem .label {
    font-size: 12px;
    font-weight: 600;
    width: 70px;
    line-height: 1em
}

.data_prox .label {
    font-size: 12px;
    font-weight: 600;
    width: 60px;
    line-height: 1em
}

.data_prox div {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 800
}

.prox .number,
.valor_prem .number {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 800
}

.ITEMGROUP .prox .number,
.ITEMGROUP .data_prox div,
.ITEMGROUP .valor_prem .number {
    color: #2c9963
}




.data_prox {
    padding: 20px 0;
    display: flex;
    flex-direction: column
}

.nome_concurso img {
    max-height: 39px !important
}

.nome_concurso span {
    color: #fff;
    display: flex;
    padding: 10px 25px;
    border-bottom-right-radius: 30px;
    font-size: 25px;
    font-weight: 800;
    width: 260px
}

.ITEMGROUP .nome_concurso span,
.ITEMGROUP .click_resu {
    background: #2c9963
}



.valor_prem {
    padding: 20px 0;
    display: flex;
    flex-direction: column
}

.btn_bolao {
    display: flex;
    justify-content: center;
    align-items: center
}

.btn_bolao a:hover {
    text-decoration: none
}

.btn_bolao a {
    border: 1px solid orange;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background: orange
}

.linha_resultado {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    box-shadow: 0 0 4px 0
}

.diasemana {
    font-size: 12px
}

.click_resu {
    padding: 0 20px;
    color: #fff;
    width: 12% !important;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 13px
}

.click_resu .seta_resultado {
    position: absolute;
    right: 0;
    background: #ffffff57;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px
}

.linha_resultado .att_div {
    width: 20%
}

.linha_resultado .nome_concurso {
    width: 30%
}

.linha_resultado:hover {
    background: #ebebeb
}

.click_resu .seta_resultado::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: inline-block
}

.click_resu:hover {
    cursor: pointer
}

.ITEMGROUP .click_resu .seta_resultado::after {
    border-left: 12px solid #2c9963
}


@media(max-width:767px) {

    .tabela-flex-container,
    .linha_resultado {
        flex-wrap: wrap
    }

    .tabela-flex-item {
        width: 100%;
        font-size: 12px;
        padding: 15px
    }

    .tabela-flex-item h2 {
        font-size: 22px
    }

    .diasemana {
        font-size: 10px !important
    }

    .linha_resultado .nome_concurso,
    .click_resu {
        width: 100% !important
    }

    .linha_resultado .prox,
    .linha_resultado .data_prox,
    .linha_resultado .valor_prem {
        width: 100% !important;
        display: flex;
        flex-direction: row
    }

    .nome_concurso span {
        padding: 10px 25px;
        border-bottom-right-radius: 0;
        font-size: 25px;
        width: 100%;
        align-items: center
    }

    .linha_resultado .label {
        width: 35%;
        padding-left: 15px;
        display: flex;
        align-items: flex-end
    }

    .linha_resultado .number,
    .data_prox div {
        font-size: 26px
    }

    .prox {
        padding: 20px 0 10px 0
    }

    .data_prox {
        padding: 10px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc
    }

    .valor_prem {
        padding: 10px 0 20px 0;
        border-bottom: 1px solid #ccc
    }

    .click_resu {
        padding: 10px 20px 10px 15px
    }

    .btn_bolao a {
        padding: 7px 35px
    }

    .btn_bolao {
        width: 100% !important;
        padding: 15px 0
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    text-align: center;
    margin: auto;
    padding: 40px 30px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

#myModal h2 {
    color: #fff;
    text-align: center
}

.numero_anterior {
    background: #fff;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.divnumeros {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 20px
}

.sorteioem {
    color: #fff
}

.timecoracao {
    color: #fff;
    font-size: 20px
}

.numfedera span {
    border-radius: 5px !important;
    width: 65px !important
}

.duplasenanum div {
    width: 100%;
    color: #fff;
    font-size: 20px
}

.duplasenanum {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.milionarianum div {
    width: 100%;
    color: #fff
}

.milionarianum {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    justify-content: center
}

.supersetenum .group {
    display: flex;
    flex-direction: column
}

.supersetenum .group .indicator {
    background: #ccc;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

.supersetenum .group .numero_anterior {
    order: 2
}

.supersetenum {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.seteindnum span {
    background: #ccc;
    border-radius: 100%;
    padding: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

#modalContent table td {
    color: #fff
}

#modalContent table {
    margin-top: 25px
}

#Content {
    z-index: 1
}

.highlight {
    background: orange !important
}

.acumulou {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-top: 20px;
    width: 100%;
    text-align: center
}

@media only screen and (max-width:767px) {
    .loterajogos tr td:first-child {
        display: none
    }

    .loterajogos {
        font-size: 12px !important
    }

    .click_resu span:first-child {
        width: 100%;
        text-align: center
    }

    .modalloteca {
        width: 100% !important
    }

    .tbfederal {
        font-size: 14px !important
    }

    .acumulou {
        font-size: 24px
    }
}