.contact-buttons,
.elementor-element-44720d3 {
	gap: 8px;
}

.corrplastik-trabalhe-header {
	position: relative;
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--e-global-color-secondary, #001077);
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	text-align: center;
	text-decoration: none;
	font-family: "Roboto", sans-serif;
	font-size: 8px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: 0.01em;
	box-shadow: 0 0 0 0 rgba(0, 16, 119, 0.45);
	animation: corrplastik-trabalhe-pulse 2.2s ease-in-out infinite;
	transition: transform 0.2s ease, background-color 0.2s ease;
	z-index: 2;
}

.corrplastik-trabalhe-header::before {
	content: "";
	position: absolute;
	inset: -4px;
	border-radius: 50%;
	border: 2px solid rgba(0, 16, 119, 0.25);
	animation: corrplastik-trabalhe-ring 2.2s ease-out infinite;
	pointer-events: none;
}

.corrplastik-trabalhe-header span {
	display: block;
	position: relative;
	z-index: 1;
}

.corrplastik-trabalhe-header:hover,
.corrplastik-trabalhe-header:focus {
	color: #fff;
	background: #001a99;
	transform: translateY(-1px) scale(1.04);
	animation-play-state: paused;
}

@keyframes corrplastik-trabalhe-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(0, 16, 119, 0.45);
		transform: scale(1);
	}

	50% {
		box-shadow: 0 0 0 8px rgba(0, 16, 119, 0);
		transform: scale(1.03);
	}
}

@keyframes corrplastik-trabalhe-ring {
	0% {
		transform: scale(0.95);
		opacity: 0.7;
	}

	70%,
	100% {
		transform: scale(1.18);
		opacity: 0;
	}
}

@media (max-width: 1440px) {
	.corrplastik-trabalhe-header {
		width: 48px;
		height: 48px;
		font-size: 7.5px;
	}
}

@media (max-width: 1024px) {
	.contact-buttons,
	.elementor-element-44720d3 {
		gap: 6px;
	}

	.corrplastik-trabalhe-header {
		width: 44px;
		height: 44px;
		font-size: 7px;
	}
}

@media (max-width: 767px) {
	.corrplastik-trabalhe-header {
		margin: 20px auto !important;
		width: 73px !important;
		height: 73px !important;
		font-size: 10px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.corrplastik-trabalhe-header,
	.corrplastik-trabalhe-header::before {
		animation: none;
	}
}
