.d_siteFooterSocials_oneLink {
	width: 40px;
	height: 40px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	cursor: pointer;
	margin-right: 10px;
	transition: 0.3s;
}

.d_siteFooterSocials_iconFb {
	background: #3e5b98;
}

.d_siteFooterSocials_iconTw {
	background: #4ca7de;
}

.d_siteFooterSocials_iconPt {
	background: #c92619;
}

.d_siteFooterSocials_iconIns {
	background: #833ab4;
}

.d_siteFooterSocials_iconYt {
	background: #b9251d;
}

.d_siteFooterSocials_oneLink:hover {
	opacity: 0.7;
}

.d_siteFooterSocials_oneLink img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.d_siteFooterSocials {
	display: flex;
	margin: 30px 0 20px 0;
}
