/**
 * Iconos SVG integrados.
 */

.mango-i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.mango-i svg,
.mango-icon {
	width: 1em;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
	flex: none;
}

svg.mango-icon {
	width: 1em;
	height: 1em;
}
