.call_to_action {
	width: 100%;
	display: block;
	padding: 120px 0;
}

.call_to_action .conteudo {
	width: 100%;
	display: block;
}

.call_to_action .conteudo .texto {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
}




@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {}