.pc-social-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.pc-social-links--left {
	justify-content: flex-start;
}

.pc-social-links--center {
	justify-content: center;
}

.pc-social-links--right {
	justify-content: flex-end;
}

.pc-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: #0f172a;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 6px 16px rgba(15, 23, 42, .14);
	transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease;
}

.pc-social-links--small .pc-social-link {
	width: 34px;
	height: 34px;
}

.pc-social-links--large .pc-social-link {
	width: 50px;
	height: 50px;
}

.pc-social-link:hover,
.pc-social-link:focus-visible {
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 9px 20px rgba(15, 23, 42, .22);
}

.pc-social-link svg {
	width: 52%;
	height: 52%;
}

.pc-social-link--whatsapp,
.pc-whatsapp-float {
	background: #25d366;
}

.pc-social-link--facebook {
	background: #1877f2;
}

.pc-social-link--instagram {
	background: #c13584;
}

.pc-social-link--linkedin {
	background: #0a66c2;
}

.pc-social-link--youtube {
	background: #ff0000;
}

.pc-social-link--tiktok {
	background: #111;
}

.pc-whatsapp-float {
	position: fixed;
	bottom: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(0, 0, 0, .24);
	z-index: 9998;
	transition: transform .18s ease, box-shadow .18s ease;
}

.pc-whatsapp-float--right {
	right: 24px;
}

.pc-whatsapp-float--left {
	left: 24px;
}

.pc-whatsapp-float:hover,
.pc-whatsapp-float:focus-visible {
	color: #fff;
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 14px 34px rgba(0, 0, 0, .3);
}

.pc-whatsapp-float svg {
	width: 32px;
	height: 32px;
}

.pc-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 640px) {
	.pc-whatsapp-float {
		bottom: 18px;
		width: 54px;
		height: 54px;
	}

	.pc-whatsapp-float--right {
		right: 16px;
	}

	.pc-whatsapp-float--left {
		left: 16px;
	}

	.pc-whatsapp-float svg {
		width: 29px;
		height: 29px;
	}
}

@media print {
	.pc-whatsapp-float {
		display: none !important;
	}
}

.pc-social-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
	padding: 14px 20px 18px;
	background: #020617;
	color: #cbd5e1;
	font-size: 14px;
}

.pc-social-footer > span {
	font-weight: 600;
}

.pc-social-footer .pc-social-link {
	box-shadow: none;
}

.pc-form-social {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid #e2e8f0;
	text-align: center;
}

.pc-form-social p {
	margin: 0 0 12px;
	color: #475569;
	font-size: 14px;
	font-weight: 600;
}

@media (max-width: 640px) {
	.pc-social-footer {
		flex-direction: column;
		gap: 10px;
	}
}
