.ico {
	display: inline-flex;
}
.ico:before {
	content: '';
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.ico-seta-l:before {
	background-image: url('../../imagens/icones/seta-l-p.svg');
}
