/* --- ANIMATIONS --- */
.card--in {
	transform: scale(1);
	opacity: 1;
	/* box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.3)!important; */
}

.card--out {
	transform: scale(0.95);
	opacity: 0;
	/* box-shadow: none !important; */
}

/* --- ANIMATIONS --- */
.citacao--in {
	transform: scale(1);
	opacity: 1;
	/* box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.3)!important; */
}

.citacao--out {
	transform: scale(0.95);
	opacity: 0;
	/* box-shadow: none !important; */
}
