#formas_pag {
	width: 100%;
	display: table;
	padding-top: 10px;
	padding-bottom: 4%;
}

#formas_pag img {
	padding-right: 15px;
}

#cartoes {
	text-align: center;
}

#on-line {
	text-align: center;
}

#bancos_dig {
	text-align: center;
}

@media screen and (min-width: 769px) {

#formas_pag {
	width: 100%;
	display: flex;
	padding-top: 10px;
	padding-bottom: 2%;
	padding-left: 0%;
	padding-right: 0%;
	justify-content: center;
}

#cartoes {
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	flex-direction: row;
}

#on-line {
	text-align: left;
	float: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	flex-direction: row;
}

#bancos_dig {
	text-align: left;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	flex-direction: row;
}

#formas_pag img {
	padding-right: 15px;
}