@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");}

/* CSS Document */

.tbasica{
    display: table;
    width: 100%;
    height: 100%;
}
.linksSelecao{
    color: #fff;
    text-decoration: none;
}
.linksSelecao:hover{
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #51ff00;
}
.linksVerde{
    color: #51ff00;
    text-decoration: none;
}
.linksVerde:hover{
    color: #51ff00;
    text-decoration: underline;
    text-decoration-color: #fff;
}
.tObs{
    display: table;
    width: 100%;
}
.linksCinza{
    color: #818181;
    text-decoration: none;
}
.linksCinza:hover{
    color: #818181;
    text-decoration: none;
    text-decoration-color: #fff;
}


/* PLACAR */

.placar_tabela{
    display: table;
    width: 100%;
    padding: 0;
    border-bottom: solid 2px #555555;
}
.placar_tabela:hover{
    background-color: #000;
}
    .placar_datalocal{
        display: table-cell;
        vertical-align: middle;
        width: 15%;
        padding: 0;
        font-family: UbuntuMedium;
        font-size: 23px;
        height: 70px;
        color: #818181;
        text-transform: uppercase;
        letter-spacing: -1px;
        line-height: 27px;
        text-align: left;
    }
        .cidade{
           color: #51ff00; 
           font-size: 21px;
        }
        .competicaoo{
           color: #ff7b00; 
           font-size: 20px;
        }
    .placar_timeHome{
        display: table-cell;
        width: 27%;
        padding: 10px 1% 10px 0;
        font-family: NomeJogador;
        font-size: 46px;
        height: 70px;
        line-height: 46px;
        text-transform: uppercase;        
        color: #fff;
        text-align: right;
        vertical-align: middle;
    }
    .placar_timeAway{
        display: table-cell;
        width: 27%;
        padding: 10px 0 10px 1%;
        font-family: NomeJogador;
        font-size: 46px;
        height: 70px;
        line-height: 46px;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
        vertical-align: middle;
    }
    .placar_flag{
        display: table-cell;
        width: 7%;
        height: 70px;
        text-align: center;
        vertical-align: middle;
    }
        .placar_flag img{
            height: 46px;
        }

    .placar_resultado{
        display: table-cell;
        width: 15%;
        vertical-align: middle;
        height: 70px;
    }
        .resultado{
            display: table;
            width: 90%;
            height: 59px;
            padding-top: 7px;
            margin: 0 auto;
            text-align: center;
            background-color: #000;
            border-radius: 100px;
            font-family: Placar;
            font-size: 43px;
            color: #51ff00;
            border: solid 2px #000;
        }
            .resultadoOff{
                color: #3a3a3a;
            }
            .resultado:hover{
                border: solid 2px #51ff00;
            }
    
.separadorAgrupa{
    display: table;
    width: 1px;
    height: 30px;
}

/* OBSERVAÇÕES */

.tObservacao{
    display: grid;
    width: 100%;
    text-align: center;
    margin: 5px 0 18px;
    font-family: UbuntuMedium;
    font-size: 0.6rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff7b00;
}

.tObservacaoGeral{
    display: grid;
    width: 100%;
    text-align: center;
    margin: 18px 0;
    font-family: UbuntuMedium;
    font-size: 0.6rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ff7b00;
}



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


@media (min-width: 1000px) {


/* PLACAR */

.placar_tabela{
    display: table;
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #555555;
}
.placar_tabela:hover{
    background-color: #000;
}
    .placar_datalocal{
        display: table-cell;
        vertical-align: middle;
        width: 19%;
        padding: 3px 0;
        font-family: UbuntuMedium;
        font-size: 16px;
        height: 35px;
        color: #818181;
        text-transform: uppercase;
        letter-spacing: -1px;
        line-height: 17px;
        text-align: left;
    }
        .cidade{
           color: #51ff00; 
           font-size: 15px;
        }
        .competicaoo{
           color: #ff7b00; 
           font-size: 15px;
        }
    .placar_timeHome{
        display: table-cell;
        width: 30%;
        padding: 6px 1% 0 0;
        font-family: NomeJogador;
        font-size: 34px;
        height: 39px;
        line-height: 34px;
        text-transform: uppercase;        
        color: #fff;
        text-align: right;
        vertical-align: middle;
    }
    .placar_timeAway{
        display: table-cell;
        width: 30%;
        padding: 6px 0 0 1%;
        font-family: NomeJogador;
        font-size: 34px;
        height: 39px;
        line-height: 34px;
        text-transform: uppercase;
        color: #fff;
        text-align: left;
        vertical-align: middle;
    }
    .placar_flag{
        display: table-cell;
        width: 5%;
        height: 35px;
        text-align: center;
        vertical-align: middle;
    }
        .placar_flag img{
            height: 33px;
        }

    .placar_resultado{
        display: table-cell;
        width: 8%;
        vertical-align: middle;
        height: 35px;
    }
        .resultado{
            display: table;
            width: 90%;
            padding-top: 0;
            height: 28px;
            margin: 0 auto;
            text-align: center;
            background-color: #000;
            border-radius: 100px;
            font-family: Placar;
            font-size: 24px;
            color: #51ff00;
            border: solid 2px #000;
        }
            .resultadoOff{
                color: #3a3a3a;
            }
            .resultado:hover{
                border: solid 2px #51ff00;
            }
    
.separadorAgrupa{
    display: table;
    width: 1px;
    height: 15px;
}

/* OBSERVAÇÕES */

    .tObservacao{
        display: table;
        width: 100%;
        text-align: center;
        margin: 0 0 18px;
        font-family: UbuntuMedium;
        font-size: 1rem;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #ff7b00;
    }
    .tObservacaoGeral{
        display: table;
        width: 100%;
        text-align: center;
        margin: 8px 0 18px;
        font-family: UbuntuMedium;
        font-size: 1rem;
        letter-spacing: -1px;
        text-transform: uppercase;
        color: #ff7b00;
    }


	
}