.texto_simples_botao h2 {
	margin-top: 16px;
	font-weight: 600;
	font-size: 2.5rem;
	color: #010180;
}

.texto_simples_botao h2,
.texto_simples_botao p {
	margin-bottom: 16px;
}

.texto_simples_botao a,
.texto_simples_botao .btn {
	text-transform: initial;
	background-color: #010180;
	color: #FFF;
	border: none;
}

.texto_simples_botao .btn {
	margin-top: 32px;
	margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
	.texto_simples_botao h2 {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}