.numeros.caixa {
	padding-right: 50px;
	margin-top: 5rem;
	margin-bottom: 5rem;
}
.numeros.caixa:after {
	content: '';
	display: block;
	clear: both;
}
.numeros.caixa .conteudo {
	width: 67.5%;
	margin-bottom: 3.1rem;
	font-size: 0.75rem;
	line-height: 1.35;
	float: left;
}
.numeros.caixa .conteudo > h2 {
	margin-top: 0;
	margin-bottom: 2.1rem;
	font-size: 1.15rem;
}
.numeros.caixa .boson {
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
}

.numeros .lateral {
	float: right;
	width: 24.7%;
	margin-top: -0.7rem;
	margin-bottom: -1.2rem;
}
.numeros .lateral .num {
	position: relative;
}
.numeros .lateral .num + .num {
	margin-top: 2rem;
}
.numeros .lateral .icone {
	max-width: 17.85%;
	position: absolute;
	left: 0;
	top: 0.7rem;
}
.numeros .lateral p {
	width: 72%;
	margin: 0 0 0 28%;
}
.numeros .lateral .um-numero,
.numeros .lateral .percentual {
	font-size: 2rem;
	font-family: 'Alfarn', sans-serif;
}
.numeros .lateral .txt {
	display: block;
	padding-top: 2px;
	font-size: 1rem;
	font-family: 'Raleway', sans-serif;
}

@media (max-width: 991px) {
	.numeros.caixa {
		margin-top: 3.5rem;
	}
}
@media (max-width: 767px) {
	.numeros .lateral .txt {
		font-size: 0.8rem;
	}
}
@media (max-width: 634px) {
	.numeros.caixa {
		padding-right: 5.48vw;
	}
	.numeros.caixa .conteudo {
		width: 100%;
		float: none;
	}
	.numeros .lateral {
		width: 100%;
		float: none;
		display: flex;
		justify-content: space-between;
		margin-bottom: 3rem;
	}
	.numeros.caixa:after {
		display: none;
	}
	.numeros .lateral .num {
		width: 33.33%;
		padding-right: 32px;
	}
	.numeros .lateral .num:last-child {
		padding-right: 0;
	}
	.numeros .lateral .num + .num {
		margin-top: 0;
	}
	.numeros .lateral p {
	}
	.numeros .lateral .um-numero,
	.numeros .lateral .percentual {
		font-size: 1.5rem;
	}
	.numeros .lateral .txt {
		font-size: 0.6rem;
	}
}
@media (max-width: 480px) {
	.numeros .lateral {
		display: block;
	}
	.numeros .lateral .num {
		width: 100%;
		max-width: 240px;
		margin: auto;
		padding-right: 0;
		margin-bottom: 32px;
	}
	.numeros .lateral .num .icone {
		max-width: 10%;
		left: 2.2rem;
	}
	.numeros .lateral .um-numero,
	.numeros .lateral .percentual {
		font-size: 2rem;
	}
	.numeros .lateral .txt {
		font-size: 1rem;
	}
	.numeros .lateral p {
		margin-left: 34%;
	}
}


