.icone-word {
	justify-content: center;
	align-items: center;
	display: flex;
}
.icone-word:before {
	background-image: url("../images/icone-word.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s;
	margin: 0 1rem 0 0.5rem;
	content: "";
	width: 25px;
	height: 24px;
}
.icone-excel {
	justify-content: center;
	align-items: center;
	display: flex;
}
.icone-excel:before {
	background-image: url("../images/icone-excel.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s;
	margin: 0 1rem 0 0.5rem;
	content: "";
	width: 25px;
	height: 24px;
}
.icone-powerpoint {
	justify-content: center;
	align-items: center;
	display: flex;
}
.icone-powerpoint:before {
	background-image: url("../images/icone-powerpoint.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s;
	margin: 0 1rem 0 0.5rem;
	content: "";
	width: 25px;
	height: 24px;
}
.icone-down {
	justify-content: center;
	align-items: center;
	display: flex;
}
.icone-down:before {
	background-image: url("../images/icone-down.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.3s;
	margin: 0 1rem 0 0.5rem;
	content: "";
	width: 30px;
	height: 23px;
}
.icone-destaque {
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.icone-destaque:before {
    content: "";
    background-image: url("../images/icone-destaque.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 38px;
    margin: 0 1rem 0 0.5rem;
}