/* animação */
.vp-faq .accordion-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.vp-faq .accordion-content.active {
	max-height: 1000px;
	transition: max-height 0.5s ease-in;
}

.vp-faq .rotate-icon {
	transition: transform 0.3s ease;
}

.vp-faq .rotate-icon.active {
	transform: rotate(180deg);
}

/* reset Astra só no FAQ */
.vp-faq button.accordion-trigger {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	font: inherit !important;
	color: inherit !important;
	text-transform: none !important;
	letter-spacing: normal !important;
}

.vp-faq button.accordion-trigger:focus {
	outline: none !important;
	box-shadow: none !important;
}
