:root{
  --chumbo: #0f1416;
  --preto: #070707;
  --vermelho: #b71c1c;
  --vermelho-escuro: #8f1414;
  --branco: #ffffff;
  --trans: 0.22s;
  --header-top-height: 36px;
  --header-main-height: 84px;
  --header-total: calc(var(--header-top-height) + var(--header-main-height));
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color:var(--branco);
  background: #0b0b0b;
  padding-top: var(--header-total);
}
.nodecoration {
  text-decoration: none;
  color: white;
}
.invisible{
  visibility: hidden;
}
.vendedorlink{
  text-decoration:none;
  color: #fff;
}
/* ===== TOPBAR ===== */
.topbar{
  position: fixed;
  top:0;
  left:0;
  right:0;
  height:var(--header-top-height);
  background: linear-gradient(90deg, rgba(15,20,22,0.98), rgba(8,8,8,0.95));
  border-bottom: 1px solid rgba(255,255,255,0.03);
  z-index: 1200;
  transform: translateY(-8px);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(.2,.9,.2,1), opacity 0.45s;
}
.site-header.is-loaded .topbar {
  transform: translateY(0);
  opacity: 1;
}
.topbar-inner{
  max-width:1200px;
  margin:0 auto;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
  font-size:13px;
  color: rgba(255,255,255,0.88);
}
.topbar .contact-items span{
  margin-right:18px;
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:rgba(255,255,255,0.85);
}
.topbar .contact-items i{ color: var(--vermelho); font-size:14px; }
.top-actions .icon-btn{
  background:transparent;
  color:rgba(255,255,255,0.9);
  border:none;
  cursor:pointer;
  padding:6px 8px;
  font-size:15px;
  transition: color var(--trans), transform var(--trans);
}
.top-actions .icon-btn:hover{ color:var(--vermelho); transform:translateY(-2px) }
/* ===== MAINBAR ===== */
.mainbar{
  position: fixed;
  top: var(--header-top-height);
  left:0;
  right:0;
  height: var(--header-main-height);
  z-index: 1199;
  background: linear-gradient(180deg, rgba(4,6,8,0.98), rgba(10,10,10,0.98));
  border-bottom: 1px solid rgba(255,255,255,0.03);
  box-shadow: 0 6px 30px rgba(0,0,0,0.6);
  transform: translateY(-12px);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(.2,.9,.2,1), opacity 0.55s;
}
.site-header.is-loaded .mainbar {
  transform: translateY(0);
  opacity: 1;
}
.mainbar-inner{
  max-width:1200px;
  margin:0 auto;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:0 18px;
}
.logo{
  display:flex;
  gap:12px;
  align-items:center;
  text-decoration:none;
  color:var(--branco);
}
.logo img{
  width:56px;
  height:56px;
  object-fit:contain;
  border-radius:10px;
  background: linear-gradient(135deg, var(--vermelho), var(--vermelho-escuro));
  padding:6px;
  box-shadow: 0 4px 16px rgba(183,28,28,0.12), inset 0 -2px 6px rgba(0,0,0,0.25);
  transition: transform var(--trans);
}
.logo:hover img{ transform: translateY(-3px) }
.brand-text { line-height:1; }
.brand-title { font-weight:700; font-size:18px; color: #fff; }
.brand-sub { font-size:12px; color: rgba(255,255,255,0.65) }
.nav{
  display:flex;
  gap:22px;
  align-items:center;
}
.nav a{
  text-decoration:none;
  color: rgba(255,255,255,0.88);
  padding:10px 6px;
  font-weight:500;
  transition: color 0.18s, transform 0.18s;
  border-radius:6px;
}
.nav a:hover{
  color: var(--vermelho);
  transform: translateY(-3px);
  text-shadow: 0 2px 10px rgba(183,28,28,0.06);
}
.cta-area{ display:flex; align-items:center; gap:12px; }
.btn-cta{
  display:inline-block;
  padding:12px 18px;
  background: linear-gradient(180deg, var(--vermelho), var(--vermelho-escuro));
  color:var(--branco);
  border-radius:10px;
  text-decoration:none;
  font-weight:700;
  box-shadow: 0 10px 30px rgba(139,18,18,0.18);
  transition: transform var(--trans), box-shadow var(--trans), opacity var(--trans);
}
.btn-cta:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(139,18,18,0.28);
  opacity:0.98;
}
.hamburger{
  display:none;
  width:44px;
  height:44px;
  border-radius:8px;
  background:transparent;
  border:1px solid rgba(255,255,255,0.04);
  cursor:pointer;
  padding:8px;
}
.hamburger span{
  display:block;
  height:2px;
  background:rgba(255,255,255,0.9);
  margin:5px 0;
  transition: all 0.22s;
}
.hamburger.is-open span:nth-child(1){ transform: translateY(7px) rotate(45deg) }
.hamburger.is-open span:nth-child(2){ opacity:0 }
.hamburger.is-open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg) }

.produtoscarrossel{
  text-decoration: none;	
	
}
/* ===== BANNER ===== */
.banner-slider {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.banner-slider .slides {
  height: 100%;
  width: 100%;
  position: relative;
}
.slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: scale(1.05);
}
.slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
  z-index: 3;
  animation: slideText 1s ease forwards;
}
@keyframes slideText {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #fff;
}
.content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #ddd;
}
.btn-banner {
  display: inline-block;
  padding: 12px 25px;
  background: #c30000;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
}
.btn-banner:hover {
  background: #ff0000;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 22px;
  padding: 12px;
  border-radius: 15%;
  cursor: pointer;
  z-index: 10;
  animation: pulse 1.8s infinite;
  transition: all 0.3s ease;
}
.arrow:hover {
  background: rgba(255, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.arrow.prev { left: 20px; }
.arrow.next { right: 20px; }
.pagination {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  animation: dotPulse 3s infinite;
}
.dot.active {
  background: #ff0000;
  box-shadow: 0 0 10px #ff0000, 0 0 20px rgba(255, 0, 0, 0.5);
}
@keyframes dotPulse {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.3); }
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 5px #ff0000; }
  50% { box-shadow: 0 0 15px #ff0000; }
}


/* ===== SOBRE ===== */
.sobre {
  background: #fff;
  padding: 100px 5%;
  color: #222;
}
.titulo-sobre {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
}
.titulo-sobre2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFF;
}
.linha-vermelha {
  display: block;
  width: 80px;
  height: 3px;
  background: #c30000;
  margin: 10px auto 60px;
  border-radius: 2px;
}
.conteudo-sobre {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.imagem-sobre {
  position: relative;
  flex: 1 1 450px;
}
.imagem-sobre img {
  width: 75%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-left: 10%;
}

.imagem-produto3d {
  position: relative;
  flex: 1 1 450px;
}
.imagem-produto3d img {
  width: 75%;
  border-radius: 15px;
  margin-left: 10%;
}

.badge {
  position: absolute;
  background: #5c5858;
  color: #111;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  text-align: center;
  animation: fadeIn 1s ease;
}
.badge span {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
}
.badge.top {
  top: 20px;
  right: 20px;
  color: #fff;
}
.badge.bottom {
  bottom: 20px;
  left: 20px;
  background: #b71c1c;
  color: #fff;
}
.texto-sobre {
  flex: 1 1 450px;
  background: #fff;
}
.card {
  display: none;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  padding: 30px;
  animation: slideCard 0.6s ease;
}
.card.ativo {
  display: block;
  min-height: 250px;
}
@keyframes slideCard {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
.icone-titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c30000;
}
.icone-titulo h3 {
  font-size: 1.4rem;
  color: #222;
  font-weight: 700;
}
.texto-sobre p {
  margin-top: 15px;
  color: #444;
  line-height: 1.6;
}
.navegacao {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}
.navegacao button {
  background: transparent;
  border: 1px solid #c30000;
  color: #c30000;
  padding: 8px 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navegacao button:hover {
  background: #c30000;
  color: #fff;
}
.paginacao {
  display: flex;
  gap: 10px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  animation: blink 2s infinite;
}
.dot.ativo {
  background: #c30000;
  box-shadow: 0 0 10px #ff0000;
}
@keyframes blink {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}
.icones-base {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.icone-item {
  background: linear-gradient(90deg,rgba(184, 182, 182, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(184, 183, 182, 1) 100%);
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  width:90px;
  height: 90px;
  padding:13px;
  text-align: center;
  color: #222;
  transition: all 0.3s ease;
  border: 5px solid rgba(255, 255, 255, 0.5);
  font-size:11px;
}
.icone-item i {
  color: #c30000;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.icone-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(195, 0, 0, 0.2);
}


.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== LOADER ===== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  flex-direction: column;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader-content {
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.loader-content h1 {
  font-size: 2rem;
  letter-spacing: 2px;
  color: #e60000;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.loader-content p {
  font-size: 0.9rem;
  color: #ccc;
  margin-top: 5px;
  letter-spacing: 1px;
}
.flag {
  width: 24px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 0 4px rgba(255,255,255,0.3);
  animation: flagPulse 1.6s infinite ease-in-out;
}
.progress-bar {
  width: 220px;
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  margin: 20px auto 0;
  overflow: hidden;
  position: relative;
}
.progress {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #e60000, #ff3838, #e60000);
  border-radius: 4px;
  animation: loading 3s ease-in-out forwards;
}
@keyframes loading { 0% { width: 0%; } 100% { width: 100%; } }
@keyframes flagPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.1); opacity: 0.8; } }

/* ===== PRODUTOS ===== */
.produtos-section {
  background: #fff;
  padding: 60px 0;
}
.produtos-section .titulo-sobre,
.produtos-section .linha-vermelha {
  margin-bottom: 30px;
}
.carousel-container {
  max-width: 85%;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.carousel-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding: 20px;
}
.product-card {
  min-width: 250px;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #e5e4e4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-card:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}
.product-image {
  width: 100%;
  height: 57%;
  object-fit: contain;
}
.product-info {
  padding: 15px;
}
.product-name {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
}
.product-stars {
  color: #ffc107;
  font-size: 14px;
  margin-bottom: 8px;
}
.product-stock {
  color: #28a745;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.product-stock::before {
  content: "✓";
  margin-right: 5px;
}
.product-sku {
  font-size: 12px;
  color: #6c757d;
  margin-top: 10px;
}
.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b71c1c;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  animation: pulseRed 2s infinite;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.btn-whatsapp:hover {
  background-color: #e53935;
  transform: translateY(-2px);
  animation-play-state: paused;
}
@keyframes pulseRed {
  0% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(229, 57, 53, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}
.btn-saiba-mais {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #b71c1c;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  display: none;
}
.product-card:hover .btn-saiba-mais {
  opacity: 1;
  display: block;
}
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6c757d;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  transition: background-color 0.2s;
  font-size: 20px;
  user-select: none;
}
.carousel-arrow:hover {
  background-color: #dc3545;
}
.prev-arrow { left: 10px; }
.next-arrow { right: 10px; }
.carousel-dots {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  visibility: hidden;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.dot.active {
  background-color: #dc3545;
}


/* ===== NEWSLETTER ===== */
.newsletter {
  padding: 60px 20px;
  background: #0b0b0b;
}
.newsletter-container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.form-wrapper {
  flex: 1;
  min-width: 300px;
  background: #696969;
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.newsletter-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.newsletter-header .icon {
  background: #b71c1c;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.newsletter-header h2 {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.form-group {
  margin-bottom: 15px;
}
.form-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.form-col {
  flex: 1 1 45%;
  min-width: 250px;
}
label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #444;
  border-radius: 8px;
  background: #262626;
  color: white;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
input:focus {
  outline: none;
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}
.submit-btn {
  width: 100%;
  padding: 14px;
  background: #b71c1c;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.submit-btn:hover {
  background: #c82333;
  transform: translateY(-2px);
}
.benefits-section {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex: 1;
  min-width: 300px;
}
.benefit-card {
  flex: 1;
  min-width: 280px;
  background: #696969;
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 10px solid rgba(255, 255, 255, 0.05);
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.benefit-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 24px;
}
.benefit-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: black;
}
.benefit-card p {
  font-size: 13px;
  color: black;
  line-height: 1.5;
}
.benefit-card:nth-child(1) .benefit-icon { background: #b71c1c; }
.benefit-card:nth-child(2) .benefit-icon { background: #000; }
.benefit-card:nth-child(3) .benefit-icon { background: #468719; }


/* ===== COOKIE POPUP ===== */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  color: #000;
}
.cookie-content {
  max-width: 600px;
  margin: 0 auto;
}
.cookie-content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.cookie-content a {
  color: #fc0000;
  text-decoration: none;
}
.cookie-content a:hover {
  text-decoration: underline;
}
.cookie-actions {
  display: contents;
  gap: 10px;
}
.cookie-actions button {
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
#accept-cookies {
  background-color: #28a745;
  color: white;
}
#accept-cookies:hover {
  background-color: #218838;
}
#deny-cookies {
  background-color: #dc3545;
  color: white;
}
#deny-cookies:hover {
  background-color: #c82333;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

 /* ========  CONECTE-SE REDES ======== */
 
.container-redes {
  max-width: 85%;
  margin: 0 auto;
  height:300px;
}
.conecte {
  background: var(--branco);
  text-align: center;
}
.conecte h2 {
  color: var(--chumbo);
}
.conecte p {
  max-width: 600px;
  margin: 0 auto 30px;
  color: #666;
}
.redes-sociais {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.rede-item {
  background: #b8b6b6;
  background: linear-gradient(90deg,rgba(184, 182, 182, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(184, 183, 182, 1) 100%);
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.3s;
  width:150px;
  height:110px;
}
.rede-item:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 1px 6px 10px 0px rgba(0,0,0,0.39); 
  box-shadow: 1px 6px 10px 0px rgba(0,0,0,0.39);
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.rede-item i {
  font-size: 2.5rem;
  color: #b71c1c;
}
.rede-item span {
  font-weight: bold;
  color: var(--chumbo);
  text-decoration:none;
}
.rede-item a {
  text-decoration:none;
}

/* ======== CONTATO ======== */
.contato {
  background: var(--cinza-claro);
  padding: 80px 5%;
}
.contato-content {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
.contato-form {
  flex: 1;
  padding: 30px;
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.contato-form h3 {
  margin-bottom: 20px;
  color: var(--chumbo);
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background:#262626;
  color: white;
}
.form-group textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group .btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}
	
/*formulário trabalhe conosco*/
.contato2 {
  background: var(--cinza-claro);
  padding: 80px 5%;
}
.contato-content2 {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}
.contato-form2 {
  flex: 1;
  padding: 30px;
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.contato-form2 h3 {
  margin-bottom: 20px;
  color: var(--chumbo);
}	
.form-group2 {
  margin-bottom: 15px;
}
.form-group2 label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group2 input,
.form-group2 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background:#b9b9b9;
  color: black;
}
.form-group2 textarea {
  resize: vertical;
  min-height: 100px;
}
.form-group2 .btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
}

/*formulário trabalhe conosco*/
	
	
.contato-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-item {
  background: var(--branco);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: 15px;
}
.info-item i {
  font-size: 2rem;
  color: var(--vermelho);
}
.info-item .text {
  flex: 1;
}
.info-item .text h4 {
  margin-bottom: 5px;
  color: var(--chumbo);
}
.info-item .text p {
  margin: 0;
  color: #000;
}
.info-item.whatsapp {
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border-left: 4px solid #b71c1c;
}
.info-item.email {
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border-left: 4px solid #b71c1c;
}
.info-item.endereco {
  background: linear-gradient(90deg,rgba(105, 105, 105, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(110, 110, 110, 1) 100%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  border-left: 4px solid #b71c1c;
}

/* ======== MAPA ======== */
.mapa {
  background: var(--branco);
  padding: 60px 5%;
  text-align: center;
}
.mapa h2 {
  color: var(--chumbo);
}
.mapa iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 8px;
  margin-top: 30px;
}

/* ======== RODAPÉ ======== */
    
.hp-footer {
  background: #000;
  color: #fff;
  padding: 40px 5%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* Coluna da Empresa */
.company-info .logo-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.icon-box {
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  color: white;
  font-size: 18px;
}

.company-info h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #fff;
}

.tagline {
  margin: 0;
  font-size: 0.9rem;
  color: #ff0000;
}

.description {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #bbb;
  margin: 15px 0;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #bbb;
  margin: 8px 0;
}

.contact-item i {
  width: 20px;
  text-align: center;
}

/* Links Rápidos */
.quick-links h3 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #fff;
}

.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quick-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.quick-links a:hover {
  color: #ff0000;
}

/* Redes Sociais + Newsletter */
.social-newsletter h3 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #fff;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.social-btn {
  background: #1a1a1a;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.3s;
}

.social-btn:hover {
  background: linear-gradient(180deg, var(--vermelho), var(--vermelho-escuro));
}

.newsletter-box {
  background: #330000;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.newsletter-box h4 {
  margin: 0 0 10px 0;
  font-size: 1rem;
  color: #fff;
}

.newsletter-box p {
  margin: 0 0 10px 0;
  font-size: 0.9rem;
  color: #ddd;
}

.newsletter-link {
  color: #ff0000;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: color 0.3s;
}
.newsletter-link2{
  text-decoration:none;	
}	
.newsletter-link2:hover {
  color: #ff4c4c;
  font-size: 12px;
  animation: glow 1.5s infinite alternate;
  padding:2px;
  border-radius:5px;
  background:linear-gradient(90deg,rgba(184, 182, 182, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(184, 183, 182, 1) 100%);
}


@keyframes glow {
 from {
   box-shadow: 0 0 5px rgba(255, 76, 76, 0.5), 0 0 10px rgba(255, 76, 76, 0.4),
     0 0 15px rgba(255, 76, 76, 0.3);
 }
 to {
   box-shadow: 0 0 20px rgba(255, 76, 76, 1), 0 0 30px rgba(255, 76, 76, 0.9),
     0 0 40px rgba(255, 76, 76, 0.8);
 }
}
.newsletter-link:hover {
  text-decoration: underline;
}

/* Linha Inferior */
.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.8rem;
  color: #bbb;
}

.highlight {
  color: #ff0000;
}
	
	
	
	
	

/* ======== TRABALHE CONOSCO MODAL ======== */
#trabalheConoscoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 2000;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: var(--branco);
  width: 90%;
  max-width: 700px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: var(--chumbo);
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-group input[type="file"] {
  padding: 5px;
}

/* ======== BOTÃO VOLTAR AO TOPO ======== */
#backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: var(--vermelho);
  color: var(--branco);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

/* ===== COOKIE POPUP ===== */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  padding: 15px;
  text-align: center;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}
.cookie-content {
  max-width: 600px;
  margin: 0 auto;
}
.cookie-content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}
.cookie-content a {
  color: var(--vermelho);
  text-decoration: none;
}
.cookie-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cookie-actions button {
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
#accept-cookies {
  background: #28a745;
  color: white;
}
#deny-cookies {
  background: #dc3545;
  color: white;
}
 
	
/*TESTE GIF NOS PRODUTOS */
/* Efeito de troca de imagem por GIF ao hover */
.product-card.has-gif:hover .product-image {
/* Apenas para garantir que a transição seja suave */
transition: opacity 0.3s ease;
   }
.btn {
  display: inline-block;
  background: #b71c1c;
  color: var(--branco);
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
}
.btn:hover {
  background: #cc0000;
}

.product-page {
  padding: 0;
  margin: 0;
}

/* FAIXAS HORIZONTAIS */
.product-band {
  width: 100%;
  padding: 40px 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.band-content {
  max-width: 1200px;
  width: 100%;
}

/* FAIXA 1: Banner + Informações do Produto (Cinza Claro) */
.band-1 {
  background: #f4f4f4;
  color: #000;
}

.band-1 .band-content {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.banner-carousel {
  flex: 1;
  position: relative;
  height: 500px;
  overflow: hidden;
}

.carousel-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  opacity: 0;
  }

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  transform: translateY(-50%);
  z-index: 3;
}

.carousel-control {
  background: rgba(139, 0, 0, 0.7); /* Vermelho escuro */
  color: #fff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background 0.3s;
}

.carousel-control:hover {
  background: #8B0000;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.indicator.active {
  background: #8B0000;
}

.info-text {
  flex: 1;
}

.info-text h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #000;
}

.subtitle {
  font-size: 1.2rem;
  color: #ff0000;
  margin-bottom: 15px;
}

.ratings {
  color: #ff0000;
  margin-bottom: 15px;
}

.description {
  margin-bottom: 20px;
  color: #FFF;
}
.description2 {
  margin-bottom: 20px;
  color: #000;
}

.buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.btn {
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-red {
  background: #8B0000;
  color: #fff;
}

.btn-red:hover {
  background: #6B0000;
}

.btn-outline {
  background: transparent;
  color: #000;
  border: 2px solid #8B0000;
}

.btn-outline:hover {
  background: #8B0000;
  color: #fff;
}

.recommended {
  margin-top: 20px;
}

.recommended h3 {
  margin-bottom: 10px;
  color: #000;
}

.tags {
  display: flex;
  gap: 10px;
}

.tag {
  background: #ddd;
  padding: 5px 3px;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #000;
}

/* FAIXA 2: Descrição do Implemento (Preto) */
.band-2 {
  background: #000;
  color: #fff;
}

.band-2 .band-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.band-2 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff0000;
  text-align: center;
}

.desc-content {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.desc-image {
  width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.desc-text {
  flex: 1;
  color: #bbb;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
}

.nav-btn {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.nav-btn:hover {
  background: #333;
}

/* FAIXA 3: Especificações Técnicas (Branco) */
.band-3 {
  background: #fff;
  color: #000;
}

.band-3 .band-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.band-3 .specs-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.band-3 .specs-header h2 {
  font-size: 2rem;
  color: #000;
}

/*botão solicitar orçamento*/
.band-3 .specs-header .btn-green {
  background: #28a745;
  color: #fff;
  box-shadow: 0 0 0 0 rgba(9, 165, 19, 0.50);
  height: 60px;
  width: 250px;
  text-align: center;
  padding: 16px;
  transition: background, padding 500ms ease-in-out;
}
.animation {
  animation: alerta 1.5s infinite;
}

@keyframes alerta {
  0% {
    transform: scale();
  }
  70% {
    transform: scale();
    box-shadow: 0 0 0 50px rgba(69, 152, 27, 0);
  }
    100% {
    transform: scale();
    box-shadow: 0 0 0 0 rgba(69, 152, 27, 0);
  }
}
/*fim botão solicitar orçamento*/

.band-3 .specs-header .btn-green:hover {
  background: #218838;
}

.specs-image-box {
  background: White; 
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

.specs-image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

/* FAIXA 4: Galeria de Fotos (Cinza Claro) */
.band-4 {
  background: #f4f4f4;
  color: #000;
}

.band-4 .band-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.band-4 h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.gallery-carousel {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.gallery-wrapper {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.gallery-item {
  min-width: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.gallery-control {
  background: rgba(139, 0, 0, 0.7);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.3s;
}

.gallery-control:hover {
  background: #8B0000;
}

.gallery-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.gallery-indicators .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.gallery-indicators .indicator.active {
  background: #8B0000;
}


/* ===== GALERIA DE FOTOS COM LIGHTBOX ===== */
.gallery-thumbnails {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.gallery-item {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery-overlay i {
  color: #ff0000;
  font-size: 2rem;
  text-shadow: 0 0 8px rgba(255,255,255,0.7);
}

/* ===== LIGHTBOX CORRIGIDO - CENTRALIZADO ===== */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  /* Centralização com Flexbox */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-content {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  height: auto;
  width: auto;
  border: 3px solid #ff0000;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
  object-fit: contain;
  background: white;
}
.close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.close-lightbox:hover {
  color: #ff6666;
}
.prev-lightbox, .next-lightbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
}
.prev-lightbox {
  left: 20px;
}
.next-lightbox {
  right: 20px;
}
.prev-lightbox:hover, .next-lightbox:hover {
  background: rgba(255, 0, 0, 0.7);
}

/* ===== FIM LIGHTBOX ===== */


.glr_wrapper_container {
      max-width: 1200px;
      margin: 0 auto;
    }

    h1 {
      text-align: center;
      margin-bottom: 30px;
      color: #333;
    }

    /* === Galeria === */
    .glr_scroll_area {
      position: relative;
      overflow: hidden;
      padding: 10px 9px;
    }

    .glr_thumb_list {
      display: flex;
      gap: 15px;
      transition: transform 0.4s ease;
      width: max-content;
      min-width: 100%;
    }

    .glr_thumb_item {
      position: relative;
      flex: 0 0 calc(21% - 0.25px);
      aspect-ratio: 1 / 1;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .glr_thumb_item:hover {
      transform: scale(1.03);
    }

    .glr_thumb_item img {
      width: 250px;
      height: 250px;
      object-fit: cover;
      display: block;
    }

    .glr_overlay_icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 250px;
      height: 250px;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s;
      border-radius: 12px;
    }

    .glr_thumb_item:hover .glr_overlay_icon {
      opacity: 1;
    }

    /* Controles */
    .glr_nav_buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: 25px;
    }

    .glr_nav_btn {
      background: #e60023;
      color: white;
      border: none;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
      transition: background 0.2s;
    }

    .glr_nav_btn:hover:not(:disabled) {
      background: #b3001b;
    }

    .glr_nav_btn:disabled {
      opacity: 0.4;
      cursor: not-allowed;
    }

    /* === Lightbox (agora: FullView Modal) === */
    #fullview_modal {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(213, 213, 213, 0.95);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    .lbx_image_wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    #fullview_image {
      max-width: 60vw;
      max-height: 60vh;
      border-radius: 8px;
    }

    #fullview_download {
      position: inherit;
      top: 10px;
      right: 10px;
      background: white;
      color: #e60023;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
      z-index: 1002;
    }

    .lbx_close_btn {
      position: absolute;
      top: 20px;
      right: 30px;
      color: white;
      font-size: 40px;
      cursor: pointer;
      z-index: 1002;
    }

    .lbx_arrow_nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      font-size: 30px;
      text-decoration: none;
      padding: 8px;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 15%;
    }
	.lbx_arrow_nav:hover {
      color: white;
	  background:#a40606;
    }
	.lbx_close_btn:hover{
	color: #a40606;	
	}	

    .lbx_arrow_nav.prev { left: 20px; }
    .lbx_arrow_nav.next { right: 20px; }



 

/* ===== RESPONSIVO  =====*/
@media (max-width: 1024px) {
.sobre-content {
  flex-direction: column;
}
.contato-content {
  flex-direction: column;
}
.newsletter-container { 
  flex-direction: column; 
}
.form-wrapper, .benefits-section { 
  width: 100%; flex: none; 
}
.benefits-section { 
  flex-direction: column; 
}
}
	
	
	
@media (max-width: 920px){
.nav{ 
  display:none; 
  position: absolute; 
  top:100%; 
  right:18px; 
  background: linear-gradient(180deg,#0a0a0a,#b11313); 
  border-radius:8px;
  padding:12px;
  min-width:180px; 
  box-shadow:0 10px 30px rgba(0,0,0,0.6);
}
.nav.is-open{ 
  display:flex;
  flex-direction:column;
  gap:6px; 
  width:90%;
}
.hamburger{ 
  display:block;
}
.brand-title { 
  font-size:16px; 
}
.brand-sub { 
  display:none; 
}
.conteudo-sobre { 
  flex-direction: column;
}
.imagem-sobre, .texto-sobre { 
  flex: 1 1 100%;
}
.badge.top { 
  top: 10px;
  right: 10px; }
.badge.bottom { 
  bottom: 10px; 
  left: 10px; 
}
}	
	
	

@media (max-width: 768px) {
header {
  padding: 12px 4%;
}
.logo {
  height: 40px;
}
nav ul {
  gap: 12px;
}
nav a {
  font-size: 14px;
}
.hero h1 {
  font-size: 2rem;
}
section {
  padding: 60px 4%;
}
h2 {
  font-size: 2rem;
}
.produtos-wrapper {
  flex-wrap: wrap;
}
.produto-card {
  min-width: 100%;
}
.content { 
  left: 5%;
  right: 5%;
  text-align: center; 
}
.content h2 { 
  font-size: 1.8rem;
}
.content p { 
  font-size: 1rem;
}
.arrow.prev { 
  left: 10px; 
}
.arrow.next { 
  right: 10px;
}
.banner-slider {
  position: relative;
  width: 100%;
  height: 530px;
  overflow: hidden;
}
.icones-base {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 60px;
  flex-wrap: wrap;
}
.product-image {
  width: 100%;
  height: 45%;
  object-fit: cover;
}
.btn-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b71c1c;
  color: white;
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  animation: pulseRed 2s infinite;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.carousel-wrapper { 
  padding: 10px; 
}
.product-card { 
  min-width: 200px; 
  margin: 0 8px; 
}
.form-wrapper { 
  padding: 20px;
}
.form-row { 
  flex-direction: column; 
}
.form-col { 
  min-width: 100%; 
}
.newsletter-header h2 { 
  font-size: 18px; 
}
.submit-btn { 
  padding: 12px; 
  font-size: 14px;
}
.btn-saiba-mais {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #b71c1c;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 10;
  display: none;
  font-size: 12px;
}
.topbar-inner {
  font-size: 7px;
  color: rgba(255,255,255,0.88);
}
.conecte {
  background: var(--branco);
  text-align: center;
  height: 800px;
}
.btn {
  display: inline-block;
  background: #b71c1c;
  color: var(--branco);
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
  font-size: 11px;
}
.footer-bottom {
  flex-direction: column;
  text-align: center;
}

.social-grid {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-item {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  cursor: pointer;
}
.gallery-item img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin: 0px 0px 0px 90px;
}
.product-page {
  padding: 0;
}

.band-1 .band-content {
  flex-direction: column;
}
.banner-carousel {
  height: 300px;
}
.desc-content {
  flex-direction: column;
}
.desc-image {
  width: 100%;
}
.specs-image-box img {
  max-width: 100%;
}
.gallery-wrapper {
  flex-wrap: wrap;
}
.gallery-item {
  min-width: 100%;
}
.imagem-produto3d {
  position: relative;
  flex: 1 1 290px;
}
.band-3 .specs-header .btn-green {
  background: #28a745;
  color: #fff;
  box-shadow: 0 0 0 0 rgba(9, 165, 19, 0.50);
  height: 60px;
  width: 250px;
  text-align: center;
  padding: 18px;
  transition: background, padding 500ms ease-in-out;
  font-size: 18px;
}
.badge.bottom {
    bottom: 0px;
    left: 0px;
    width: 110px;
}
.badge.top {
    top: 0px;
    right: 0px;
    width: 110px;
}
.banner-slider .slides {
  height: 60%;
  width: 100%;
  position: relative;
}
  .content {
    left: 5%;
    right: 5%;
    text-align: center;
    font-size: 8px;
    top: 240px;
}
.content h2 {
    font-size: 1.0rem;
  }
.btn-banner {
	display: inline-block;
	padding: 12px 25px;
	background: #c30000;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
	font-size: 11px;
}
.rede-item {
	background: #b8b6b6;
	background: linear-gradient(90deg,rgba(184, 182, 182, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(184, 183, 182, 1) 100%);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	transition: transform 0.3s;
	width: 115px;
	height: 115px;
}
.info-item .text {
	flex: 1;
	width: 110px;
	font-size: 10px;
}
.btn {
	padding: 22px 8px;
	font-size: 9px;
	text-align: center;
}

}

@media (max-width: 480px) {
.hero {
  height: 80vh;
}
.hero h1 {
  font-size: 1.6rem;
}
.btn {
  padding: 10px 20px;
  font-size: 14px;
}
.modal-content {
  padding: 20px;
  width: 95%;
}
.form-wrapper { 
  padding: 15px; 
}
.newsletter-header { 
  flex-direction: column; 
}
.form-group { 
  margin-bottom: 12px; 
}
input { 
  padding: 10px; 
  font-size: 13px; 
}
.benefit-card { 
  padding: 15px; 
}
.benefit-icon { 
  width: 40px; 
  height: 40px; 
  font-size: 20px; 
}
.benefit-card h3 { 
  font-size: 14px; 
}
.benefit-card p { 
  font-size: 12px; 
}
:root{ --header-main-height: 74px; --header-top-height: 34px; }
body{ padding-top: calc(var(--header-top-height) + var(--header-main-height)); }
.logo img{ 
  width:48px; 
  height:48px; 
}
.btn-cta{ 
  padding:10px 14px; 
  font-size:14px; 
}
.social-grid {
  grid-template-columns: repeat(2, 1fr);
} 
.gallery-item {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  cursor: pointer;
}
.gallery-item img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin: 0px 0px 0px 90px;
}
.product-page {
  padding: 0;
}
.band-1 .info-text h1 {
  font-size: 2rem;
}
.band-3 .specs-header h2 {
 font-size: 1.5rem;
}
.band-4 h2 {
  font-size: 1.5rem;
}
.glr_thumb_item {
        flex: 0 0 100%;
      }
      .glr_nav_btn {
        width: 38px;
        height: 38px;
        font-size: 16px;
      }
.badge.bottom {
    bottom: 0px;
    left: 0px;
    width: 110px;
}
.badge.top {
    top: 0px;
    right: 0px;
    width: 110px;
}
.banner-slider .slides {
  height: 60%;
  width: 100%;
  position: relative;
}
  .content {
    left: 5%;
    right: 5%;
    text-align: center;
    font-size: 8px;
    top: 240px;
}
.content h2 {
    font-size: 1.0rem;
  }
.btn-banner {
	display: inline-block;
	padding: 12px 25px;
	background: #c30000;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
	font-size: 11px;
}
.rede-item {
	background: #b8b6b6;
	background: linear-gradient(90deg,rgba(184, 182, 182, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(184, 183, 182, 1) 100%);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	transition: transform 0.3s;
	width: 115px;
	height: 115px;
}
.info-item .text {
	flex: 1;
	width: 110px;
	font-size: 10px;
}
.btn {
	padding: 22px 8px;
	font-size: 9px;
	text-align: center;
}



}
@media (max-width: 320px) {
.badge.bottom {
    bottom: 0px;
    left: 0px;
    width: 110px;
}
.badge.top {
    top: 0px;
    right: 0px;
    width: 110px;
}
.banner-slider .slides {
  height: 60%;
  width: 100%;
  position: relative;
}
  .content {
    left: 5%;
    right: 5%;
    text-align: center;
    font-size: 8px;
    top: 240px;
}
.content h2 {
    font-size: 1.0rem;
  }
.btn-banner {
	display: inline-block;
	padding: 12px 25px;
	background: #c30000;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.3);
	font-size: 11px;
}
.rede-item {
	background: #b8b6b6;
	background: linear-gradient(90deg,rgba(184, 182, 182, 1) 0%, rgba(222, 222, 222, 1) 50%, rgba(184, 183, 182, 1) 100%);
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	transition: transform 0.3s;
	width: 115px;
	height: 115px;
}
.info-item .text {
	flex: 1;
	width: 110px;
	font-size: 10px;
}
.btn {
	padding: 22px 8px;
	font-size: 9px;
	text-align: center;
}
	
	
}
	
	
	







