/* Add here all your CSS customizations */
.x1{
	font-size: 22px;
	font-weight: 700;
	padding: 7px 5px 0 5px;
}


.placar{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 7px;
}

.nome-time{
	padding-top: 8px;
	display: block;
}

.card-body-atletas{
	padding:5px;
}



/*PLACAR*/

.placar-geral{
	align-items: center;
    color: #333;
    display: flex;
    height: 4em;
    justify-content: center;
}

.jg-nome-time1{
	width: 35%;
	align-items: center;
	font-weight: 100;
	height: 40px;
	line-height: 1em;
	vertical-align: middle;
	font-weight: 500;
	font-size: 1.125em;
	display: flex;
	flex-grow: 1;
	justify-content: flex-end;
}

.escudo{
	padding: 0 5px;

}

.placar-box{
	align-items: center;
    color: #111;
    display: flex;
    flex-grow: 2;
    height: 40px;
    justify-content: center;
    width: 30%;
}

.placar1{
	font-size: 1.8125em;
    font-style: normal;
    font-weight: 700;
    vertical-align: middle;
}

.versus1{
	font-size: 1.3125em;
	color: #ccc;
	vertical-align: middle;
	padding: 0 3px;
}


.jg-nome-time2{
	width: 35%;
	align-items: center;
	font-weight: 100;
	height: 40px;
	line-height: 1em;
	vertical-align: middle;
	font-size: 1.125em;
	display: flex;
	flex-grow: 1;
	justify-content: flex-start;
}


.vejacomofoi {
    font-size: 0.6875em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-transform: uppercase;
	text-align: center;
}

.jogo-informacoes {
    color: #555;
    font-size: 0.6875em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.3px;
    text-transform: uppercase;
}


.ul-box-jogo{
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    height: 90%;
}

.li-box-jogo {
    border-bottom: 1px solid #e3e3e3;
    display: block;
}