/*
Theme Name: Profile Industries
Theme URI: https://profile-ind.com
Author: Respira Comunicação
Author URI: https://respiracomunicacao.com.br
Description: Website desenvolvido exclusivamente para Profile Industries. 2026.
Version: 1.1.0
Template: hello-elementor
*/

#logo {
	background: transparent url(/wp-content/uploads/2026/08/logo.svg) no-repeat center center;
	background-size: contain;
	width: 106px;
	height: 40px;
	display: block;
}

#head {
  position: relative;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.35),
    inset -1px -1px 0 rgba(0, 0, 0, 0.15),
    0 8px 30px rgba(0, 0, 0, 0.15);
}

#head.scrolled {
	background: rgba(14, 43, 78, 0.8);
}

.featured {
	color: var(--e-global-color-accent);
}

/* Estilos do shortcode de equipe */
.equipe-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px 30px;
}

.equipe-item {
	text-align: center;
	font-family: var(--e-global-typography-primary-font-family);
}

.equipe-item.animacao {
	opacity: 0;
	transform: translateY(25px);
	transition: opacity .7s ease, transform .7s ease;
}

body.elementor-editor-active .animacao {
	opacity: 1;
}

.equipe-item.animacao.visivel {
	opacity: 1;
	transform: translateY(0);
}

.equipe-item.animacao:nth-child(3n + 1) {
	transition-delay: 0s;
}

.equipe-item.animacao:nth-child(3n + 2) {
	transition-delay: .12s;
}

.equipe-item.animacao:nth-child(3n + 3) {
	transition-delay: .24s;
}

@media (prefers-reduced-motion: reduce) {
	.equipe-item.animacao {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.equipe-foto {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 10px;
}

.equipe-foto img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.equipe-nome {
	margin: 0 0 5px;
	font-size: 21.5px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--e-global-color-secondary);
}

.equipe-cargo {
	font-size: 13px;
	line-height: 1.4;
	opacity: .75;
}

@media (min-width:768px) {
	.equipe-cargo {
		min-height: 40px;
	}
}

.equipe-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
}

.equipe-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	font-size: 15px;
	text-decoration: none !important;
	transition: opacity .2s ease, transform .2s ease;
}

.equipe-link:hover {
	opacity: .7;
	transform: translateY(-2px);
}

@media (max-width: 767px) {
	.equipe-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 35px 20px;
	}
}

@media (max-width: 480px) {
	.equipe-grid {
		grid-template-columns: 1fr;
	}
}

/* mapa - sobre */
.mapa-mundo {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.mapa-mundo > img {
	display: block;
	width: 100%;
	height: auto;
}

.mapa-pais {
	position: absolute;
	display: block;
	padding: 2px 4px;
	background: var(--e-global-color-accent);
	color: #fff;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(12px) scale(.8);
}

.mapa-pais.visivel {
	animation: mapaAparecer .6s ease forwards;
	animation-delay: var(--delay, 0s);
}

.mapa-pais::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 15px;
	height: 1px;
	background: var(--e-global-color-accent);
	transform: translateY(-50%);
}

.mapa-pais::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(100% + var(--linha, 13px) - 2px);
	width: 4px;
	height: 4px;
	background: #168be0;
	border-radius: 50%;
	transform: translateY(-50%);
}

@keyframes mapaAparecer {
	from {
		opacity: 0;
		transform: translateY(12px) scale(.8);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.canada {
	left: 17.5%;
	top: 31.5%;
}

.estados-unidos {
	left: 25%;
	top: 43%;
}

.brasil {
	left: 35%;
	top: 70%;
}

.argentina {
	left: 32%;
	top: 85%;
}

.alemanha {
	left: 50%;
	top: 36%;
}

.australia {
	left: 88%;
	top: 76%;
}

.nova-zelandia {
	left: 97%;
	top: 85%;
}

@media (max-width: 767px) {
	.mapa-mundo {
		display: none;
	}
}

.mapa-mobile-paises {
	display: none;
}

@media (max-width: 767px) {
	.mapa-mobile-paises {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.mapa-mobile-paises div {
		padding: 12px 15px;
		background: #168be0;
		color: #fff;
		font-weight: 600;
		border-radius: 4px;
		text-align: center;
	}
}

/* timeline - sobre */
.timeline {
	width: 100%;
}

.timeline-row {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	padding: 0 20px 55px;
}

.timeline-row:not(:last-child) {
	margin-bottom: 5px;
}

.timeline-row::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 13%;
	right: 13%;
	height: 1px;
	background: rgba(255, 255, 255, .7);
}

.timeline-item {
	position: relative;
	padding: 10px;
	z-index: 1;
	text-align: center;
	opacity: 0;
	transform: scale(.96);
	font-family: var(--e-global-typography-primary-font-family);
}

.timeline-item.visivel {
	animation: timelineAparecer .7s ease forwards;
	animation-delay: var(--delay, 0s);
}

.timeline-dot {
	position: relative;
	z-index: 2;
	width: 10px;
	height: 10px;
	margin: 0 auto 8px;
	border: 2px solid #fff;
	background: #061f67;
	border-radius: 50%;
}

.timeline-item.last .timeline-dot {
	width: 14px;
	height: 14px;
	margin-top: -2px;
	background: #168be0;
	border-color: #168be0;
	box-shadow: 0 0 0 4px rgba(22, 139, 224, .15);
}

.timeline-ano {
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.timeline-titulo {
	margin-bottom: 7px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.timeline-descricao {
	color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 1.45;
}

.timeline-descricao p {
	margin: 0;
}

@keyframes timelineAparecer {
	from {
		opacity: 0;
		transform: scale(.96);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@media (max-width: 900px) {
	.timeline-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 35px 20px;
	}

	.timeline-dot {
		margin-bottom: 10px;
	}
}

@media (max-width: 600px) {
	.timeline-row {
		grid-template-columns: 1fr;
		gap: 35px;
		padding-bottom: 35px;
	}

	.timeline-dot {
    	position: absolute;
    	top: 20px;
    	left: -24.6px;
	}
	
	.timeline-item.last .timeline-dot {
		left: -27px;
	}
	
	.timeline-row::before {
		top: 20px;
		width: 1px;
		left: 0;
		height: 102%;
	}

	.timeline-item {
		width: 100%;
		margin: 0;
	}

	.timeline-ano {
		font-size: 22px;
	}

	.timeline-titulo {
		font-size: 14px;
	}

	.timeline-descricao {
		font-size: 13px;
	}
}