.fdivi-donaciones {
	box-sizing: border-box;
	padding: 28px;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 24px rgba(0,0,0,.06);
}
.fdivi-donaciones__title {
	margin: 0 0 14px;
}
.fdivi-donaciones__description {
	margin-bottom: 20px;
}
.fdivi-donaciones__amounts {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 10px;
	font-size: 15px;
}
.fdivi-donaciones__bar {
	height: 12px;
	overflow: hidden;
	border-radius: 99px;
	background: #e9ecef;
}
.fdivi-donaciones__bar span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: #2e8b57;
}
.fdivi-donaciones__percentage {
	margin-top: 7px;
	font-size: 13px;
	text-align: right;
}
.fdivi-donaciones__button {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 22px;
	border-radius: 6px;
	background: #2e8b57;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
}
.fdivi-donaciones__button:hover {
	opacity: .9;
}
.fdivi-donaciones-placeholder {
	padding: 20px;
	border: 1px dashed #aaa;
}
