.btn-dona {
	position: fixed;
	z-index: 3;
	top: 30%;
	right: 0;
	width: 180px;
	display: flex;
	flex-direction: column;
}

.btn-dona a {
	text-decoration: none;
	text-transform: uppercase;
	text-decoration-color: #df5c24;
	padding: 10px;
	font-size: 22px;
	font-family: "Oswald", sans-serif;
	margin: 2px;
	text-align: left;	
	border-radius: 50px 0px 0px 50px;
	transform: translate(0px, 0px);
	transition: all 0.4s;
}

.btn-dona a:hover {
	transform: translate(0px, 0px);
}

.btn-dona a i {
	margin-right: 15px;
	background-color: white;
	height: 40px;
	width: 40px;
	color: #df5c24;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: all 0.5s;
}

.btn-dona a:hover i {
	transform: rotate(360deg);
}

.btn-dona a i.fa-paw {
	color: #df5c24;
}	

.dona {
	background-color: #2e333b;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.btn-dona {
		top: 80% !important;
	}
	.btn-dona a {
		font-size: 18px !important;
		padding: 8px !important;
		transform: translate(0px, 0px) !important;
	}
}
	
.white-popup-block {
    max-width: 700px;
}