section#faixaNumeros{
	background-color:var(--blue3);
}

#faixaNumeros .tituloFaixa{
	display: flex;
	justify-content: center;
}

#faixaNumeros .tituloFaixa p{
	font-weight: 600;
	color: #fff;
	font-size:22px;
}

#faixaNumeros .numerosEmpresaqui{
	margin-top:1rem;
}
#faixaNumeros p{
	margin: 0 !important;
}

#faixaNumeros .numerosEmpresaqui .titulo{
	color: #fff;
	display: flex;
	justify-content: center;
}


#faixaNumeros .numerosEmpresaqui .valor{
	display: flex;
	justify-content: center;
	font-size: 3rem;
}

@media (max-width: 767px){
    #faixaNumeros .tituloFaixa p{
		line-height: 30px;
		font-size:20px;
	}
	#faixaNumeros .numerosEmpresaqui .valor{
		font-size: 2rem;
		display: flex;
		justify-content: flex-start;
	}
	#faixaNumeros .numerosEmpresaqui div{
		display: flex;
		justify-content: space-between;
	}
	#faixaNumeros .numerosEmpresaqui .titulo{
		align-items: center;
		font-weight: normal;
	}
}

@media(max-width:321px){
    #faixaNumeros .numerosEmpresaqui .valor{
		font-size: 1.3rem;
	}
	#faixaNumeros .numerosEmpresaqui .titulo{
		font-size: 0.9rem;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
    #faixaNumeros .numerosEmpresaqui .valor{
		font-size: 2rem;
	}

	#faixaNumeros .tituloFaixa p{
		font-weight: 600;
		color: #fff;
		font-size:20px;
	}
}
