body{
    font-family: 'Montserrat', sans-serif !important;
}

.raleway{
    font-family: 'Montserrat', sans-serif;
}

.desktop{ display: inline; }
.mobile{ display: none; }

#placar{
    width: 991px;
    height: 302px;
    background-image: url(./assets/img/acumulado.png);
    margin: auto;
    padding-right: 111px;
}

.numeros-placar{
    position: relative;
    top: 79px;
    padding: 0;
    float: right;
}

.virgula-ponto{
    top: 194px;
}

.ponto{
    width: 23px;
    padding-left: 1px;
    padding-top: 5px;
}

.nav{
    background-color: #535353;
    height: 52px;
}

.nav a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

nav.desktop{
    display: block;
}

#comoganhar p{
    font-size: 24px;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    width: 800px;
    margin: auto;
}

#premios, body{
    background-color: #000523 !important;
}

#premios{
    border-bottom: 10px solid transparent;
    border-image: url(./assets/img/linha.png) 30 round;
}

.bg{
    background-image: url(./assets/img/bg_1.png);
    background-size: cover;
    border-bottom: 10px solid transparent;
    border-image: url(./assets/img/linha.png) 30 round;
}

.bg2{
    background-image: url(./assets/img/bg_2.jpg);
    background-size: cover;
    border-bottom: 10px solid transparent;
    border-image: url(./assets/img/linha.png) 30 round;
}

.img-menu{
    margin-top: 13px;
    margin-left: 35px !important;
    height:24px;
    width: 24px;
    cursor:pointer;
}

table, tr, td, th, thead{
    color: #fff;
    font-weight: bold;
    border: none !important;
}

footer{
    padding-top: 40px;
    padding-bottom: 40px;
}

th{
    color: #000523;
    background-color: #51B7D0;
    font-weight: bolder;
}

.txt-confira a{
    text-decoration: underline;
    color: #FFE900 !important;

}

.txt-roda{
    /* margin-right: 10%; */
    margin-left: 10%;
    font-size: 19px;
    text-align: justify;
    width: 346px;
    float: right;
}

#comoganhar .titulo{
    padding-top: 60px !important;
    padding-bottom: 30px !important;
}

#regulamento, #regulamento h6, #comoparticipar {
    font-size: 20px;
}

tr:nth-child(even) {background: transparent}
tr:nth-child(odd) {background: #E6E6E680;}

.voltar-mobile{
    width: 75%;
    text-align: right;
    padding-top: 15px;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .mobile{ display: block !important; }
    .desktop{ display: none !important; }
    nav.desktop{ display: none; }

    #placar{
        zoom: 0.3;
    }

    .txt-roda{
        margin-right: 0;
        margin-left: 0;
        font-size: 19px;
    }

    table{
        font-size: 11px;
    }

    #comoparticipar .pl-4{
        padding-left: 0 !important;
    }

    #comoganhar p{
        font-size: 24px;
        /* padding-left: 10%; */
        /* padding-right: 10%; */
        width: 100%;
        margin: auto;
        text-align: center;
    }
}