
/* ===== Focus Indicators - Acessibilidade (UX) ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
	outline: 3px solid #2BAAB1;
	outline-offset: 2px;
}
.btn:focus-visible {
	outline: 3px solid #2BAAB1;
	outline-offset: 2px;
	box-shadow: 0 0 0 4px rgba(43, 170, 177, 0.25);
}

/* ===== Breadcrumbs - SEO/UX ===== */
.breadcrumb-importe {
	background: transparent;
	padding: 0.75rem 0;
	margin-bottom: 0;
	font-size: 0.85rem;
}
.breadcrumb-importe ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.breadcrumb-importe li {
	display: flex;
	align-items: center;
}
.breadcrumb-importe li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 0.5rem;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.75rem;
}
.breadcrumb-importe a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.2s ease;
}
.breadcrumb-importe a:hover {
	color: #FEE044;
}
.breadcrumb-importe .breadcrumb-current {
	color: #FEE044;
	font-weight: 500;
}

/* ===== IMPORTE PEÇAS - Cores Seven (amarelo mais claro) ===== */
:root {
	--color-primary: #FEE044;
	--color-secondary: #1d1d1b;
	--color-tertiary: #2BAAB1;
	--color-dark: #1d1d1b;
}

/* ===== IMPORTE PEÇAS - Hero Banner (estilo SEVEN) ===== */
.hero-importe {
	position: relative;
	min-height: 420px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1d1d1b;
	display: flex;
	align-items: center;
}
.hero-importe-overlay {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: linear-gradient(100deg, rgba(29, 29, 27, 0.92) 0%, rgba(29, 29, 27, 0.7) 50%, rgba(29, 29, 27, 0.4) 100%);
	pointer-events: none;
}
.hero-importe-inner {
	position: relative;
	z-index: 1;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.hero-importe-intro,
.hero-importe-outro {
	font-size: 1.05rem;
	line-height: 1.5;
	margin: 0 0 0.5rem 0;
	opacity: 0.95;
}
.hero-importe-intro { margin-bottom: 0.35rem; }
.hero-importe-outro { margin-top: 0.5rem; margin-bottom: 0; }
.hero-importe-title {
	font-size: clamp(1.4rem, 4vw, 2.35rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0;
}
.hero-importe-cta-col { margin-top: 1.5rem; }
.hero-importe-cta .btn { font-size: 0.95rem; }
@media (min-width: 992px) {
	.hero-importe { min-height: 480px; }
	.hero-importe-inner { padding-top: 5rem; padding-bottom: 5rem; }
	.hero-importe-title { font-size: 2.85rem; }
	.hero-importe-intro, .hero-importe-outro { font-size: 1.15rem; }
	.hero-importe-cta-col { margin-top: 0; margin-left: 1rem; }
	.hero-importe-cta .btn { font-size: 1rem; padding: 0.75rem 1.35rem; }
}
@media (min-width: 1200px) { .hero-importe-title { font-size: 3.2rem; } }
@media (max-width: 575px) {
	.hero-importe { min-height: 380px; }
	.hero-importe-inner { padding-top: 3rem; padding-bottom: 3rem; }
}
/* Mobile: coluna de CTAs do hero centralizada e full-width */
@media (max-width: 991.98px) {
	.hero-importe-cta-col {
		text-align: center;
	}
	.hero-importe-cta-col .btn {
		min-width: 200px;
		display: inline-block;
	}
}

/* ===== Vantagens de Importar - Cards (estilo estágios SEVEN) ===== */
.vantagens-section { padding: 60px 0; }
.vantagens-timeline-container { position: relative; padding: 40px 0; z-index: 1; }
.vantagens-seta-movimento {
	position: absolute;
	top: 50%; left: 0; right: 0;
	height: 4px;
	transform: translateY(-50%);
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
	opacity: 0.5;
}
.vantagens-seta-line {
	position: absolute;
	left: 0; right: 0; top: 0; height: 100%;
	background: linear-gradient(90deg, transparent 0%, #FEE044 20%, #FEE044 80%, transparent 100%);
	opacity: 0.4;
}
.vantagens-seta-arrow {
	position: absolute;
	top: 50%; left: 0;
	transform: translate(-50%, -50%);
	width: 36px; height: 36px;
	background: #FEE044;
	color: #1d1d1b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	box-shadow: 0 2px 12px rgba(193, 174, 88, 0.5);
	animation: vantagens-seta-move 4s ease-in-out infinite;
}
@keyframes vantagens-seta-move {
	0%, 100% { left: 0; opacity: 1; }
	50% { left: 100%; opacity: 0.9; }
}
.vantagens-card {
	position: relative;
	text-align: center;
	padding: 30px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.vantagens-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 30px rgba(254, 224, 68, 0.25);
}
.vantagens-card .vantagens-number {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px; height: 50px;
	background: linear-gradient(135deg, #FEE044 0%, #FDE54D 100%);
	color: #1d1d1b;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.35rem;
	box-shadow: 0 4px 15px rgba(254, 224, 68, 0.4);
	z-index: 2;
	transition: all 0.4s ease;
	border: 4px solid #fff;
}
.vantagens-card:hover .vantagens-number {
	transform: translateX(-50%) scale(1.15);
	box-shadow: 0 6px 20px rgba(254, 224, 68, 0.6);
}
.vantagens-card .vantagens-icon {
	width: 80px; height: 80px;
	background: linear-gradient(135deg, rgba(254, 224, 68, 0.15) 0%, rgba(254, 224, 68, 0.06) 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 20px;
	transition: all 0.4s ease;
}
.vantagens-card .vantagens-icon i {
	font-size: 36px;
	color: #FEE044;
	transition: all 0.4s ease;
}
.vantagens-card:hover .vantagens-icon {
	background: linear-gradient(135deg, #FEE044 0%, #FDE54D 100%);
	transform: scale(1.1) rotate(5deg);
}
.vantagens-card:hover .vantagens-icon i { color: #1d1d1b; transform: scale(1.1); }
.vantagens-card .vantagens-content { flex: 1; }
.vantagens-card .vantagens-content h4 {
	color: #1d1d1b;
	margin-bottom: 10px;
	transition: color 0.3s ease;
}
.vantagens-card:hover .vantagens-content h4 { color: #FEE044; }
.vantagens-card .vantagens-content p { color: #5a6c7d; line-height: 1.6; font-size: 0.95rem; }
@media (max-width: 991px) { .vantagens-seta-movimento { display: none; } }
@media (max-width: 767px) {
	.vantagens-card { padding: 25px 15px; }
	.vantagens-card .vantagens-icon { width: 70px; height: 70px; }
	.vantagens-card .vantagens-icon i { font-size: 30px; }
	.vantagens-card .vantagens-number { width: 45px; height: 45px; font-size: 1.2rem; top: -18px; }
}

/* ===== Footer: parte de cima compacta (menos altura entre itens) ===== */
.list-compact li { margin-bottom: 0.15rem; }
.list-compact li:last-child { margin-bottom: 0; }

/* ===== Footer: estrutura completa (parte de cima, meio Seven, baixo) ===== */
#footer .list.list-icons li { display: flex; align-items: center; }
#footer .list.list-icons li i { flex-shrink: 0; }
#footer .list-compact li { margin-bottom: 0.05rem; }
#footer .list-compact li:last-child { margin-bottom: 0; }
#footer .footer-montadoras .row { display: flex; flex-wrap: wrap; }
#footer .footer-montadoras .row > .footer-montadoras-col { flex: 0 0 16.666667%; max-width: 16.666667%; }
@media (max-width: 991px) {
	#footer .footer-montadoras .row > .footer-montadoras-col { flex: 0 0 33.333333%; max-width: 33.333333%; }
}
@media (max-width: 575px) {
	#footer .footer-montadoras .row > .footer-montadoras-col { flex: 0 0 50%; max-width: 50%; }
}
/* Parte do meio do rodapé: fundo escuro e texto claro (igual à home) – forçar em todas as páginas */
#footer .footer-middle {
	background-color: rgba(0, 0, 0, 0.12) !important;
}
#footer .footer-contact-item { padding: 5px 12px; transition: all 0.3s ease; }
#footer .footer-contact-item:hover { transform: translateY(-3px); }
#footer .footer-contact-link {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.9) !important;
	transition: all 0.3s ease;
}
#footer .footer-contact-link:hover { color: #FEE044 !important; text-decoration: none; }
#footer .footer-contact-icon {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 4px;
	color: #FEE044 !important;
	transition: all 0.3s ease;
}
#footer .footer-contact-item:hover .footer-contact-icon { transform: scale(1.1); color: #fff !important; }
#footer .footer-contact-label {
	display: block;
	font-weight: 600;
	font-size: 0.85rem;
	margin-bottom: 2px;
	color: #fff !important;
}
#footer .footer-contact-detail {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	color: rgba(255,255,255,0.8) !important;
	line-height: 1.2;
}
#footer .footer-contact-static {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.9) !important;
}
#footer .footer-top .footer-block-title { font-size: 1rem; margin-bottom: 1rem; }
#footer .footer-top .footer-block-title i { margin-right: 0.5rem; }
#footer .footer-montadoras .footer-block-title { text-align: center; }

/* ===== Botão Voltar ao Topo (seta – estilo Seven/Sibraff) ===== */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-color: var(--color-primary) !important;
	color: #1d1d1b !important;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	z-index: 9998;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(254, 224, 68, 0.4);
	cursor: pointer;
}
.scroll-to-top.visible {
	opacity: 1;
	visibility: visible;
}
.scroll-to-top:hover {
	background-color: #e6c93d !important;
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(254, 224, 68, 0.6);
	color: #1d1d1b !important;
	text-decoration: none;
}
.scroll-to-top:active {
	transform: translateY(-2px);
	box-shadow: 0 4px 15px rgba(254, 224, 68, 0.4);
}
.scroll-to-top i {
	font-size: 20px;
	color: #1d1d1b !important;
}
@media (max-width: 767px) {
	.scroll-to-top {
		bottom: 20px;
		right: 20px;
		width: 45px;
		height: 45px;
	}
	.scroll-to-top i { font-size: 18px; }
}

/* ===== CARROSSEL DE MARCAS ===== */
.section-marcas-carousel {
	background: #1d1d1b !important;
	background-color: #1d1d1b !important;
	/* Impede scroll horizontal causado pelo overflow:visible do owl-stage */
	overflow: hidden;
}

/* Contraste: textos legíveis sobre fundo escuro */
.section-marcas-carousel h2,
.section-marcas-carousel h3,
.section-marcas-carousel .text-color-light,
.section-marcas-carousel .font-weight-extra-bold {
	color: #ffffff !important;
}

.section-marcas-carousel .text-color-primary,
.section-marcas-carousel [style*="letter-spacing"] {
	color: #FEE044 !important;
}

.section-marcas-carousel .container > p:not([class*="text-color-primary"]):not([style*="FEE044"]) {
	color: rgba(255, 255, 255, 0.65) !important;
}

/* Stage visível para o efeito de escala no item central */
.carousel-marcas-importe .owl-stage-outer {
	overflow: visible;
	padding: 18px 0 10px;
}

/* Todos os itens: reduzidos e semi-transparentes */
.carousel-marcas-importe.carousel-center-active-item .owl-item {
	opacity: 0.45;
	transform: scale(0.84);
	transition: transform 0.35s ease, opacity 0.35s ease !important;
}

/* Item ativo (central): destaque total */
.carousel-marcas-importe.carousel-center-active-item .owl-item.current {
	opacity: 1 !important;
	transform: scale(1.06) !important;
	z-index: 5;
}

/* Card da marca */
.marca-item {
	display: block;
	text-decoration: none;
	text-align: center;
	outline: none;
}

.marca-logo {
	background: #fff;
	border-radius: 8px;
	padding: 10px 8px 7px;
	border: 2px solid transparent;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	overflow: hidden;
	line-height: 0;
}

.marca-logo img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

.marca-nome {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 9px;
	transition: color 0.3s ease;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Hover */
.marca-item:hover .marca-logo {
	border-color: #FEE044;
	box-shadow: 0 5px 20px rgba(254, 224, 68, 0.28);
}

.marca-item:hover .marca-nome {
	color: #FEE044;
}

/* Item central ativo */
.carousel-marcas-importe .owl-item.current .marca-logo {
	border-color: #FEE044;
	box-shadow: 0 8px 28px rgba(254, 224, 68, 0.22);
}

.carousel-marcas-importe .owl-item.current .marca-nome {
	color: #FEE044;
}

/* ===== HEADER MOBILE - Diagramação e menu responsivo (index/home) ===== */
@media (max-width: 991px) {
	/* Top bar: ordem e respiro */
	#header.header-importe-mobile .header-top-importe {
		padding-top: 0.75rem !important;
		padding-bottom: 0.65rem !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}
	#header.header-importe-mobile .header-top-row {
		display: flex !important;
		flex-direction: column !important;
		align-items: stretch !important;
		gap: 0.75rem;
	}
	#header.header-importe-mobile .header-top-left {
		order: 1;
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center !important;
	}
	#header.header-importe-mobile .header-contact-line {
		justify-content: center !important;
		margin: 0 !important;
	}
	#header.header-importe-mobile .header-contact-line .nav-item span {
		font-size: 0.8rem !important;
		justify-content: center !important;
		flex-wrap: wrap !important;
		text-align: center !important;
	}
	#header.header-importe-mobile .header-top-right {
		order: 2;
		width: 100% !important;
		max-width: 100% !important;
		justify-content: center !important;
	}
	#header.header-importe-mobile .header-ctas-row {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 0.5rem !important;
		width: 100%;
	}
	#header.header-importe-mobile .header-cta-btn {
		flex: 1 1 auto !important;
		min-width: 140px !important;
		max-width: 100% !important;
		min-height: 46px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 0.8rem !important;
		padding: 0.65rem 1rem !important;
		margin: 0 !important;
		border-radius: 8px !important;
	}
	/* Barra logo + menu */
	#header.header-importe-mobile .header-container-importe {
		padding-top: 0.85rem !important;
		padding-bottom: 0.85rem !important;
	}
	#header.header-importe-mobile .header-main-row {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		width: 100%;
	}
	#header.header-importe-mobile .header-column-logo {
		flex: 0 0 auto !important;
		max-width: none !important;
	}
	#header.header-importe-mobile .header-logo img {
		max-width: 160px !important;
	}
	#header.header-importe-mobile .header-column-nav {
		flex: 0 0 auto !important;
		max-width: none !important;
		position: relative;
	}
	#header.header-importe-mobile .header-nav-main {
		position: relative;
	}
	/* WhatsApp desktop: esconder na barra principal no mobile */
	#header.header-importe-mobile .header-whatsapp-desk {
		display: none !important;
	}
	/* Botão hambúrguer: maior e amigável */
	#header.header-importe-mobile .header-btn-collapse-nav {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 48px !important;
		min-width: 48px !important;
		height: 48px !important;
		min-height: 48px !important;
		padding: 0 !important;
		background-color: var(--color-primary) !important;
		color: #1d1d1b !important;
		border: none !important;
		border-radius: 10px !important;
		box-shadow: 0 2px 8px rgba(254, 224, 68, 0.4) !important;
		transition: background-color 0.2s ease, transform 0.2s ease !important;
	}
	#header.header-importe-mobile .header-btn-collapse-nav:hover,
	#header.header-importe-mobile .header-btn-collapse-nav:focus {
		background-color: #e6c93d !important;
		color: #1d1d1b !important;
		transform: scale(1.05);
	}
	#header.header-importe-mobile .header-btn-collapse-nav i {
		font-size: 1.25rem !important;
	}
	/* Menu colapsado (dropdown): lista clara e CTAs */
	#header.header-importe-mobile .header-nav-main .header-nav-collapse {
		position: absolute !important;
		top: 100%;
		right: 0;
		left: auto;
		min-width: 280px;
		width: max-content;
		max-width: calc(100vw - 2rem);
		margin-top: 0.5rem;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
		border: 1px solid rgba(0, 0, 0, 0.06);
		padding: 0.5rem 0 !important;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		z-index: 1020;
	}
	#header.header-importe-mobile .header-nav-main .header-nav-collapse:not(.show) {
		display: none !important;
	}
	#header.header-importe-mobile .header-nav-main .header-nav-collapse.show {
		display: block !important;
	}
	#header.header-importe-mobile .header-nav-list {
		flex-direction: column !important;
		align-items: stretch !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}
	#header.header-importe-mobile .header-nav-list li {
		margin: 0 !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	}
	#header.header-importe-mobile .header-nav-list li:last-of-type {
		border-bottom: none;
	}
	#header.header-importe-mobile .header-nav-list .nav-link {
		display: block !important;
		padding: 0.9rem 1.25rem !important;
		font-size: 1rem !important;
		font-weight: 500 !important;
		color: #1d1d1b !important;
		text-align: left !important;
		border: none !important;
		border-radius: 0 !important;
		transition: background-color 0.15s ease;
	}
	#header.header-importe-mobile .header-nav-list .nav-link:hover {
		background-color: rgba(254, 224, 68, 0.15) !important;
		color: #1d1d1b !important;
	}
	#header.header-importe-mobile .header-nav-list .nav-link.active {
		background-color: rgba(254, 224, 68, 0.25) !important;
		color: #1d1d1b !important;
		font-weight: 600 !important;
	}
	#header.header-importe-mobile .header-nav-mobile-whatsapp {
		padding: 1rem 1.25rem 0.5rem;
		margin-top: 0.25rem;
		border-top: 1px solid rgba(0, 0, 0, 0.06);
	}
	#header.header-importe-mobile .header-nav-mobile-whatsapp .btn {
		border-radius: 8px !important;
		font-size: 0.95rem !important;
	}
}
@media (max-width: 575px) {
	#header.header-importe-mobile .header-logo img {
		max-width: 140px !important;
	}
	#header.header-importe-mobile .header-ctas-row {
		flex-direction: column !important;
	}
	#header.header-importe-mobile .header-cta-btn {
		min-width: 100% !important;
		max-width: 100% !important;
	}
	#header.header-importe-mobile .header-contact-line .nav-item span {
		font-size: 0.75rem !important;
	}
}

/* ===== Proteção global contra scroll horizontal em mobile ===== */
/* Garante que nenhum bloco cause overflow na direção x */
@media (max-width: 991.98px) {
	.hero-importe,
	.section-marcas-carousel,
	.vantagens-section {
		overflow-x: hidden;
	}
}

/* ===== WhatsApp Attendant – posicionamento fixo garantido ===== */
/* Sobrepõe qualquer versão desatualizada de assets/css/custom.css no servidor */
.whatsapp-attendant {
	position: fixed !important;
	right: 20px !important;
	bottom: 90px !important;
	z-index: 9999 !important;
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	opacity: 0;
	pointer-events: none;
	transform: translateX(12px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}
.whatsapp-attendant.visible {
	opacity: 1 !important;
	pointer-events: auto !important;
	transform: translateX(0) !important;
}
.whatsapp-attendant-bubble {
	position: relative;
	background: #fff;
	color: #1a1a1a;
	border-radius: 12px;
	padding: 8px 34px 8px 14px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.12), 0 0 1px rgba(0,0,0,0.08);
	width: 320px;
	max-width: 320px;
	font-size: 0.75rem;
	line-height: 1.3;
	border: 1px solid rgba(0,0,0,0.06);
	transition: box-shadow 0.4s ease, transform 0.35s ease;
}
.whatsapp-attendant-bubble.is-closed {
	display: none !important;
}
.whatsapp-attendant-close {
	position: absolute;
	top: 6px;
	right: 8px;
	background: none;
	border: none;
	color: #999;
	font-size: 1rem;
	cursor: pointer;
	padding: 0;
	line-height: 1;
}
.whatsapp-attendant-text {
	margin: 0;
	font-weight: 500;
	color: #1a1a1a;
}
.whatsapp-attendant-text .line2 {
	display: block;
}
.whatsapp-attendant-button {
	width: 56px !important;
	height: 56px !important;
	border-radius: 50% !important;
	background: #25D366 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	text-decoration: none !important;
	box-shadow: 0 4px 16px rgba(37,211,102,0.4) !important;
	flex-shrink: 0 !important;
}
.whatsapp-attendant-button i {
	color: #fff !important;
	font-size: 1.65rem !important;
}
@media (max-width: 575.98px) {
	.whatsapp-attendant {
		right: 16px !important;
		bottom: 80px !important;
	}
	.whatsapp-attendant-bubble {
		width: 260px;
		max-width: 260px;
	}
}

/* ===== Banner Home Responsivo ===== */
.hero-importe-home {
	background-image: url('../imagens/home/banner-home-1920x600.jpg');
}
@media (max-width: 767.98px) {
	.hero-importe-home {
		background-image: url('../imagens/home/banner-home-800x500.jpg');
	}
}
