@charset "utf-8";
@font-face {
	font-family: NomeJogador;
	src: url("fonts/SCHABO-Condensed.woff");}
@font-face {
	font-family: UbuntuBold;
	src: url("Ubuntu-B.woff");}
@font-face {
	font-family: UbuntuMedium;
	src: url("Ubuntu-M.woff");}
@font-face {
	font-family: Ubuntu-Regular;
	src: url("Ubuntu-R.woff");}
@font-face {
	font-family: Placar;
	src: url("Turis-ExtraBold.woff");}

.linkEdicao{
    color: #fff;
    text-decoration: none;
}
.linkEdicao:hover{
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #51ff00;
}

.linkCinzaEd{
    color: #999999;
    text-decoration: none;
}
.linkCinzaEd:hover{
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #51ff00;
}


.separador{
        display: table;
        width: 1px;
        height: 25px;
    }

    .tabelaAcessoInfo{
        display: table;
        width: 92%;
        margin: 8px auto 0;
    }
        .AcessoInfo_left{
            display: none;
        }
        .AcessoInfo_right{
            display: table;
            width: 100%;
            padding-left: 0;
            vertical-align: top;
        }


    /* TITULOS */

    .titAcesso{
        display: table;
        width: 100%;
        margin: 22px 0 0;
        padding: 20px 0 14px;
        border-bottom: solid 3px #a0a0a0;
    }
        .titAcesso_titulo{
            display: table-cell;
            vertical-align: middle;
            width: 65%;
            font-family: NomeJogador;
            font-size: 61px;
            line-height: 61px;
            color: #fff;
            letter-spacing: 0;
            text-transform: uppercase;
        }
            .titAcesso_titulo img{
                height: 38px;
            }
        .titAcesso_regra{
            display: table-cell;
            vertical-align: middle;
            width: 35%;
            font-family: UbuntuMedium;
            font-size: 22px;
            line-height: 25px;
            text-align: right;
            color: #51ff00;
            letter-spacing: -1px;
            text-transform: uppercase;
        }

    /* EDICOES */

    .bCompeticoes{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 12px;
        width: 100%;
        margin: 15px 0 70px;
        padding: 0;
    }   
        .blocoCompeticao{
            width: 100%;
            height: 260px;
            margin: 0 0;
        }
        .blocoCompeticao:hover{
            opacity: 0.4;
        }
            .tbEdicao{
                width: 260px;
                height: 260px;
                padding: 10px 10px 0 0;
                background-repeat: no-repeat;
                background-size: 240px 240px;
                text-align: right;
                vertical-align: bottom;
                font-family: NomeJogador;
                font-size: 100px;
                line-height: 100px;
                color: #fff;
                text-decoration: none;
                text-shadow: 0 0 9px #000000;
            }
            .tbEdicao:hover{
                color: #fff;
                text-decoration: underline;
                text-decoration-color: #51ff00;
            }



    /* FLAGS */

    .bFlags{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(60%, 1fr));
        gap: 12px;
        width: 100%;
        margin: 0 0 15px;
        padding: 10px 0;
    }
        .blocoFlags{
            width: 100%;          
        }
        .blocoFlags:hover{
            background-color: #000;
        }
            .tabFlags{
                display: table;
                width: 100%;
                height: auto;
                padding: 10px 0 16px;
                margin: 5px 0 0;
                border-bottom: dotted 2px #999999;
            }
           
                .tabFlags_flag{
                    display: table-cell;
                    width: 140px;
                    vertical-align: top;
                }
                    .tabFlags_flag img{
                        width: 120px;
                    }
                .tabFlags_infos{
                    display: table-cell;
                    vertical-align: top;
                    padding: 3px 0 0 10px;
                }
                    .tabFlags_infosNome{
                        display: table;
                        width: 100%;
                        font-family: NomeJogador;
                        font-size: 75px;
                        line-height: 75px;
                        color: #fff;
                        text-transform: uppercase;
                    }
                    .tabFlags_infosQuantos{
                        display: table;
                        width: 100%;
                        font-family: UbuntuBold;
                        font-size: 29px;
                        line-height: 28px;
                        color: #51ff00;
                        letter-spacing: -1px;
                        text-transform: uppercase;
                    }
                    .tabFlags_Anos{
                        display: table;
                        width: 100%;
                        font-family: UbuntuMedium;
                        font-size: 26px;
                        line-height: 30px;
                        color: #999999;
                        letter-spacing: -1px;
                    }

    /* PARTICIPARAM */
    .tParticiparam{
        display: table;
        width: 100%;
        margin: 0;
        padding: 12px 0;
        border-bottom: solid 1px #5e5e5e;
    }
    .tParticiparam:hover{
        background-color: #000;
    }
        .tParticiparam_flag{
            display: table-cell;
            width: 85px;
            vertical-align: middle;
        }
            .tParticiparam_flag img{
                width: 68px;
            }
        .tParticiparam_nome{
            display: table-cell;
            vertical-align: middle;
            font-family: NomeJogador;
            padding: 5px 3px;
            font-size: 53px;
            line-height: 53px;
            color: #fff;
            text-transform: uppercase;
        }
        .tParticiparam_vezes{
            display: table-cell;
            vertical-align: middle;
            width: 18%;
            font-family: UbuntuMedium;
            font-size: 28px;
            line-height: 31px;
            color: #51ff00;
            letter-spacing: -1px;
            text-transform: uppercase;
        }
        .tParticiparam_anos{
            display: table-cell;
            vertical-align: middle;
            text-align: right;
            width: 35%;
            font-family: UbuntuMedium;
            font-size: 25px;
            line-height: 30px;
            color: #999999;
            letter-spacing: -1px;
        }



/*---------------------------------------------------------*/
/*------------ PARA TELA COMPUTADOR -----------------------*/
/*---------------------------------------------------------*/


@media (min-width: 1000px) {

    .separador{
        display: table;
        width: 1px;
        height: 25px;
    }

    .tabelaAcessoInfo{
        display: table;
        width: 85%;
        margin: 8px auto 0;
    }
        .AcessoInfo_left{
            display: table-cell;
            width: 23%;
            padding-right: 2%;
            border-right: dotted 3px #5e5e5e;
            vertical-align: top;
        }
        .AcessoInfo_right{
            display: table-cell;
            width: 73%;
            padding-left: 2%;
            vertical-align: top;
        }

    /* INFORMAÇOES */

    .titAcessoConta{
        display: table;
        width: 100%;
        margin: 20px 0 0;
        padding: 4px 0 6px;
        border-bottom: solid 1px #5e5e5e;
        font-family: UbuntuBold;
        font-size: 16px;
        color:#525252;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
    .tAcessoConta{
        display: table;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 4px 0 6px;
        border-bottom: solid 1px #5e5e5e;
        font-family: UbuntuMedium;
        font-size: 19px;
        color:#c2c2c2;
        text-transform: uppercase;
        letter-spacing: -1px;
    }
    .tAcessoConta:hover{
        background-color: #000;
    }
        .verde{
            font-size: 21px;
            color: #51ff00;
        }


    /* TITULOS */

    .titAcesso{
        display: table;
        width: 100%;
        margin: 5px 0 0;
        padding: 14px 0 6px;
        border-bottom: solid 2px #a0a0a0;
    }
        .titAcesso_titulo{
            display: table-cell;
            vertical-align: bottom;
            width: 35%;
            font-family: NomeJogador;
            font-size: 44px;
            line-height: 41px;
            color: #fff;
            letter-spacing: 0;
            text-transform: uppercase;
        }
            .titAcesso_titulo img{
                height: 38px;
            }
        .titAcesso_regra{
            display: table-cell;
            vertical-align: bottom;
            width: 65%;
            font-family: UbuntuMedium;
            font-size: 17px;
            line-height: 18px;
            text-align: right;
            color: #51ff00;
            letter-spacing: -1px;
            text-transform: uppercase;
        }

    /* EDICOES */

    .bCompeticoes{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 12px;
        width: 100%;
        margin: 8px 0 40px;
        padding: 0;
    }   
        .blocoCompeticao{
            width: 100%;
            height: 150px;
            margin: 0 0;
        }
        .blocoCompeticao:hover{
            opacity: 0.4;
        }
            .tbEdicao{
                width: 160px;
                height: 160px;
                padding: 0 7px 0 0;
                background-repeat: no-repeat;
                background-size: 145px 145px;
                text-align: right;
                vertical-align: bottom;
                font-family: NomeJogador;
                font-size: 50px;
                line-height: 50px;
                color: #fff;
                text-decoration: none;
                text-shadow: 0 0 9px #000000;
            }
            .tbEdicao:hover{
                color: #fff;
                text-decoration: underline;
                text-decoration-color: #51ff00;
            }



    /* FLAGS */

    .bFlags{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
        gap: 12px;
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }
        .blocoFlags{
            width: 100%;          
        }
        .blocoFlags:hover{
            background-color: #000;
        }
            .tabFlags{
                display: table;
                width: 100%;
                height: auto;
                padding: 5px 0 8px;
                margin: 5px 0 0;
                border-bottom: dotted 1px #999999;
            }
           
                .tabFlags_flag{
                    display: table-cell;
                    width: 85px;
                    vertical-align: top;
                }
                    .tabFlags_flag img{
                        width: 78px;
                    }
                .tabFlags_infos{
                    display: table-cell;
                    vertical-align: top;
                    padding: 3px 0 0 0;
                }
                    .tabFlags_infosNome{
                        display: table;
                        width: 100%;
                        font-family: NomeJogador;
                        font-size: 43px;
                        line-height: 40px;
                        color: #fff;
                        text-transform: uppercase;
                    }
                    .tabFlags_infosQuantos{
                        display: table;
                        width: 100%;
                        font-family: UbuntuBold;
                        font-size: 19px;
                        line-height: 20px;
                        color: #51ff00;
                        letter-spacing: -1px;
                        text-transform: uppercase;
                    }
                    .tabFlags_Anos{
                        display: table;
                        width: 100%;
                        font-family: UbuntuMedium;
                        font-size: 16px;
                        line-height: 17px;
                        color: #999999;
                        letter-spacing: -1px;
                    }

    /* PARTICIPARAM */
    .tParticiparam{
        display: table;
        width: 100%;
        margin: 0;
        padding: 6px 0;
        border-bottom: solid 1px #5e5e5e;
    }
    .tParticiparam:hover{
        background-color: #000;
    }
        .tParticiparam_flag{
            display: table-cell;
            width: 55px;
            vertical-align: middle;
        }
            .tParticiparam_flag img{
                width: 40px;
            }
        .tParticiparam_nome{
            display: table-cell;
            vertical-align: middle;
            font-family: NomeJogador;
            padding: 3px 0 0;
            font-size: 37px;
            line-height: 37px;
            color: #fff;
            text-transform: uppercase;
        }
        .tParticiparam_vezes{
            display: table-cell;
            vertical-align: middle;
            width: 10%;
            font-family: UbuntuMedium;
            font-size: 19px;
            line-height: 20px;
            color: #51ff00;
            letter-spacing: -1px;
            text-transform: uppercase;
        }
        .tParticiparam_anos{
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            width: 35%;
            font-family: UbuntuMedium;
            font-size: 16px;
            line-height: 18px;
            color: #999999;
            letter-spacing: -1px;
        }
    

}

