@charset "utf-8";
/* SLIDE */
.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.classificacao{
	height:auto;
}

.classificacao a{
	color:#000
}

/*TABELA HOME*/
.titulo{
background-color:#108aa1;
color:#FFF;
font-weight:800;
	}
		
.fundo{;
width:90%;
height:200px;
float:left;
margin-left:2%;
margin-right:2%;
margin-top:10px;
max-width:130px;
}

.fundo_tit{;
width:90%;
height:auto;
float:left;
max-width:100%;
background-color:#102b52;
color:#FFF}

.tit{text-align:center;font-size:14px}
.jogos{text-align:center;font-size:12px;}
b{font-weight:800}

.linha{width:100%;height:2px; float:left;padding: 0%; background-color:#D6D6D6;}


