@charset "utf-8";



    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --red: #E31B23;
      --blue: #0D2B6B;
      --blue-mid: #1A3F9F;
      --white: #FFFFFF;
      --gray-light: #F4F6FA;
      --gray-text: #555;
      --shadow: 0 4px 24px rgba(0,0,0,0.10);
    }

    body {
       font-family: "Poppins", sans-serif;
      background: var(--white);
      color: #222;
      overflow-x: hidden;
      margin: 0;
      padding: 0;
    }

    /* ── TOP PROMO BAR ── */
    .promo-bar {
      background:#f7f7f7;
      text-align: center;
      padding:0px 16px;
      display: flex;
      justify-content: center;
    }
    .promo-bar .promo-pill {
     background: #fe0000;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 7px 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 30px;
    }
    .promo-bar .promo-pill span { font-weight: 900; text-decoration: none; cursor: pointer; }
    .promo-bar span { font-weight: 900; text-decoration: underline; cursor: pointer; }

    /* ── HEADER ── */
	
	
	
	

	
	
	
	
	
	
/* ── banner medio── */


.banner {
  max-width: 90%;
  margin: 40px auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(90deg, #0a1f44, #1e3c72);
  color: white;
}

/* Imagen */
.banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Contenido */
.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

/* Títulos */
.banner h1 {
  
  margin: 0;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  font-size:46px;
  
}

.banner h2 {
  font-size:23;
  margin: 5px 0 20px;
  letter-spacing: 2px;
  text-align: center;
  color:#fff;
}

/* Caja roja */
.badge {
  display: flex;
  align-items: center;
  padding-top: 100px;
 
}



.badge-box {
  background: red;
  color: white;
  font-size:65px;
  font-weight: bold;
  padding: 0px 50px 0px 20px;
}

.badge-text {
  font-size: clamp(12px, 1.5vw, 18px);
  line-height: 1.3;
  background: #00278285;
  padding: 14px 20px;
  font-weight: 600;
  
}

/* Responsive */
@media (max-width: 768px) {
  .banner-content {
    padding: 20px;
  }

  .badge {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .banner h1 {
 
  line-height: 20px;
  font-size:28px;
  
}
}

	/* ── banner medio── */	
	


	
    header {
      background: var(--white);
      display: flex;
      align-items: center;
      gap: 24px;
      padding:4px 5%;
      border-bottom: 1px solid #e8e8e8;
      flex-wrap: wrap;
      position: sticky;
      top: 0;
      z-index: 120;
      box-shadow: 0 8px 24px rgba(13,43,107,.08);
    }
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      flex-shrink: 0;
    }
    .logo svg { width: 72px; height: 72px; }
    .search-wrap {
      flex: 1;
      min-width: 220px;
      position: relative;
    }
    .search-wrap input {
      width: 100%;
      padding:9px 50px 9px 20px;
      border:1px solid #002782;
      border-radius:18px;
      font-size: 0.97rem;
       font-family: "Poppins", sans-serif;
      outline: none;
      transition: border-color .2s;
      background: #fff;
    }
	
	.search-wrap input::placeholder {
  color:#002782;
}
	
	
    .search-wrap input:focus { border-color: var(--blue-mid); background: #fff; }
    .search-wrap button {
      position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
      background: none; border: none; cursor: pointer; color:#002782;
    }
    .header-actions {
      display: flex;
      gap: 28px;
      align-items: center;
      flex-shrink: 0;
    }
    .header-actions a {
      display: flex; align-items: center; gap: 7px;
      font-size: 0.85rem; font-weight:600; text-transform: uppercase;
      color:#002782; text-decoration: none; letter-spacing: 0.04em;
      transition: color .2s;
    }
    .header-actions a:hover { color: var(--blue-mid); }
    .header-actions svg { width: 22px; height: 22px; }
    .header-cart-link {
      position: relative;
    }
    .header-cart-badge {
      min-width: 22px;
      height: 22px;
      padding: 0 6px;
      border-radius: 999px;
      background: #fe0000;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0;
    }

    /* ── BRAND CAROUSEL STRIP ── */
    .brand-strip {
      background:#002782;
      padding: 0 5%;
      overflow: hidden;
      position: relative;
      z-index: 5;
      display: flex;
      align-items: center;
    }
    .brand-arrow {
      flex-shrink: 0;
      width:30px; height:30px;
      border-radius: 50%;
      background: rgba(255,255,255,.18);
      border:0px solid rgba(255,255,255,.35);
      color: #fff;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      z-index: 5;
      margin: 0 10px;
      transition: background .2s, transform .15s;
      flex-shrink: 0;
    }
    .brand-arrow:hover { background: rgba(255,255,255,.32); transform: scale(1.1); }
    .brand-arrow svg { width: 18px; height: 18px; }

    .brand-strip-inner {
      flex: 1;
      overflow: hidden;
      position: relative;
    }
    .brand-strip-inner::before,
    .brand-strip-inner::after {
      content: '';
      position: absolute;
      top: 0; bottom: 0;
      width: 60px;
      z-index: 2;
      pointer-events: none;
    }
    .brand-strip-inner::before { left: 0; background: linear-gradient(to right, #002782, transparent); }
    .brand-strip-inner::after  { right: 0; background: linear-gradient(to left, #002782, transparent); }


    .brand-track-outer {
      overflow: hidden;
      padding: 12px 0;
    }
    .brand-track {
      display: flex;
      gap: 0;
      width: max-content;
      animation: scrollBrands 28s linear infinite;
    }
    .brand-track.paused { animation-play-state: paused; }
    .brand-track:hover { animation-play-state: paused; }

    @keyframes scrollBrands {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .brand-item {
   display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding:2px;
    }
	
	.brand-item img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}

.brand-item img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}
	
    .brand-item:hover { transform: scale(1.12); }
    .brand-item img,
    .brand-item svg { height: 34px; width: auto; filter: brightness(0) invert(1); opacity: 100; transition: opacity .2s; }
    .brand-item:hover img,
    .brand-item:hover svg { opacity: 1; }
    .brand-item span {
      color: #fff;
       font-family: "Poppins", sans-serif;
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      opacity:100;
      transition: opacity .2s;
    }
    .brand-item:hover span { opacity: 1; }

    /* ── HERO ── */
    .hero {
      position: relative;
      min-height: 520px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #0a0e18;
    }
	
	
    .hero-bg {
      position: absolute; inset: 0;
      background: url('https://images.unsplash.com/photo-1494976388531-d1058494cdd8?w=1600&q=80') center/cover no-repeat;
      opacity: .38;
    }
	
	
	
	
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(105deg, rgba(13,43,107,.82) 0%, rgba(13,43,107,.38) 55%, transparent 100%);
    }
    .hero-content {
      position: relative; z-index: 1;
      padding: 60px 40px;
      width: 90%;
      max-width: 1400px;
      text-align: center;
	  margin-top: -100px;
    }
    .hero-content h1 {
       font-family: "Poppins", sans-serif;
      font-size:34px;
      font-weight:600;
      color: var(--white);
      line-height:40px;
      text-transform:none;
      letter-spacing:0px;
      margin-bottom: 36px;
    }
    .hero-content h1 em {
      color: #fe0000;
      font-style: normal;
    }
    .hero-content p {
      color:#fff;
      font-size:17px;
      margin-bottom: 6px;
	  text-align: left;
    }
    .hero-content .lead {
      font-size: 17px;
      font-weight:500;
      color: #fff;
      margin-bottom: 2px;
	  text-align: left;
    }
	
	
	
	 /* ── BANNER CATALOGO── */
 .hero2 {
      position: relative;
      min-height:435px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: #0a0e18;
    }
	
	
   
	
	
	
	
    .hero2-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(105deg, rgba(13,43,107,.82) 0%, rgba(13,43,107,.38) 55%, transparent 100%);
    }
    .hero-content2 {
      position: relative; z-index: 1;
      padding: 60px 40px;
      width: 90%;
      max-width: 1400px;
      text-align: center;
    }
    .hero-content2 h1 {
       font-family: "Poppins", sans-serif;
      font-size:43px;
      font-weight:700;
      color: var(--white);
      line-height:45px;
      text-transform:none;
      letter-spacing:0px;
      margin-bottom: 6px;
	  margin-top: -100px;
	  text-shadow: 2px 2px 1px #0000004a;
    }
    .hero-content2 h1 em {
      color: #fe0000;
      font-style: normal;
    }
    .hero-content2 p {
      color:#fff;
      font-size: 1.05rem;
      margin-bottom: 6px;
	  text-shadow: 2px 2px 1px #0000004a;
    }
    .hero-content2 .lead {
      font-size: 1.22rem;
      font-weight: 600;
      color: #fff;
      margin-bottom: 2px;
	  text-shadow: 2px 2px 1px #0000004a;
    }
	


	  /* ── BANNER CATALOGO── */
	  
	  
	  
/* ── PRODUCTO INDIVIDUAL── */  
.producto-individual {
  max-width: 90%;
  margin: auto;
  padding: 20px 0;
  background: #fff;
}

.producto-individual__titulo {
  font-size: 28px;
  margin-bottom: 20px;
}

.producto-individual__contenedor {
  display: flex;
  gap: 40px;
}

/* Imagen */
.producto-individual__imagen-box {
  width: 50%;
}

.producto-individual__imagen-box .prod-gallery__main img {
  border-radius: 0;
}

.producto-individual__social {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  background: #fff;
  border: solid 1px #fff;
}

/* Info */
.producto-individual__info {
  width: 50%;
}

.producto-individual__codigo {
  margin-bottom: 10px;
}

/* Tabla */

.cart-icon {
  color: #fff;
}

.cart-icon svg {
  width:18px;
  height:18px;
}

.cart-count {
 color: #fff;
  font-size:14px;
  padding: 2px 6px;
  
}



.producto-individual__tabla {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  
  overflow: hidden;
  border-collapse: collapse;
}

/* CABECERA */
.producto-individual__tabla th {
  text-align: left;
  padding: 16px;
  color: #0d2c6c;
  font-size: 20px;
  border: 1px solid #ccc;
  background:#f7f8fb;
  
  
 
  
}

/* CELDAS */
.producto-individual__tabla td {
  padding: 8px 20px;
  font-size: 16px;
  border: 1px solid #ccc;
}

/* BOTÓN */
.producto-individual__btn {
  background: #0ea35a;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

.producto-individual__btn:hover {
  background: #0c8a4c;
}

/* 📱 RESPONSIVE */
@media (max-width: 768px) {
  .producto-individual__tabla thead {
    display: none;
  }

  .producto-individual__tabla,
  .producto-individual__tabla tbody,
  .producto-individual__tabla tr,
  .producto-individual__tabla td {
    display: block;
    width: 100%;
  }

  .producto-individual__tabla tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
  }

  .producto-individual__tabla td {
    display: flex;
    justify-content: space-between;
    border: none;
    border-bottom: 1px solid #eee;
  }

  .producto-individual__tabla td:last-child {
    border-bottom: none;
  }

  .producto-individual__tabla td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #0d2c6c;
  }
}
/* Pagos */
.producto-individual__pagos img {
  height: 106px;
  padding-top:30px;
  margin-right: 10px;
}

/* Beneficio */
.producto-individual__beneficio {
  margin: 40px 0;
  padding: 30px 80px;
  border: 2px dashed #002782;
  border-radius: 10px;
  background: #fff;
}

.producto-individual__beneficio h3 {
  margin-bottom: 10px;
  color:#002782;
}

/* Tabs */
.producto-individual__tabs {
  display: flex;
  gap: 20px;
  border-bottom:1px solid #ddd;
}

.producto-individual__tabs button {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-family: poppins;
  color:#002782;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.producto-individual__tabs .activo {
  border-bottom: 3px solid red;
}

/* Descripción */
.producto-individual__descripcion {
  margin-top: 20px;
  display: none;
}
.producto-individual__descripcion.activo {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .producto-individual__contenedor {
    flex-direction: column;
  }

  .producto-individual__imagen-box,
  .producto-individual__info {
    width: 100%;
  }
}
	  
/* ── PRODUCTO INDIVIDUAL── */ 
	  
	

    /* ── SEARCH FORM ── */
    .search-form {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
      align-items: stretch;
      justify-content: center;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
    .search-form select {
      flex: 1;
      min-width: 160px;
      padding: 14px 18px;
      border: 1px solid #fff;
      border-radius: 8px;
      background: rgba(255,255,255,.15);
      color: #fff;
       font-family: "Poppins", sans-serif;
      font-size: 15px;
     font-weight: 500;
      outline: none;
      appearance: none;
      -webkit-appearance: none;
      cursor: pointer;
      transition: border-color .2s, background .2s;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 14px center;
      padding-right: 40px;
    }
    .search-form select option { background: #0D2B6B; color: #fff; }
    .search-form select:focus { border-color: #fff; background-color: rgba(255,255,255,.22); }
    .search-form select:disabled { opacity: none; cursor: not-allowed; }

    .btn-buscar {
     
      background: var(--red);
      color: #fff;
       font-family: "Poppins", sans-serif;
      font-size:16px;
      font-weight:400;
     
      text-transform: uppercase;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background .2s, transform .1s;
      white-space: nowrap;
	 
    }
    .btn-buscar:hover { background:#fe0000; transform: translateY(-2px); }
    .btn-buscar:active { transform: translateY(0); }

    /* ── VALUE CARDS ── */
    .cards-section {
      background: var(--white);
      padding: 0 40px 20px;
    }
    .cards-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      max-width: 90%;
      margin: 0 auto;
      transform: translateY(-42px);
    }
    .value-card {
      background: #fff;
      border-radius: 16px;
      padding:24px 28px;
      box-shadow: 0 8px 40px rgba(13,43,107,.11);
      border: 1.5px solid #eaeef8;
      transition: transform .25s, box-shadow .25s;
    }
    .value-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 16px 48px rgba(13,43,107,.18);
    }
    .card-icon {
      width: 52px; height: 52px;
      border-radius: 50%;
      background: #fff;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 18px;
    }
    .card-icon svg { width: 26px; height: 26px; color: var(--red); }
    .value-card h3 {
       font-family: "Poppins", sans-serif;
      font-size:14px;
      font-weight: 600;
      color:#002782;
      text-transform: none;
      letter-spacing:0px;
      margin-bottom: 10px;
    }
    .value-card p {
      font-size:13px;
      color: #000;
      line-height: 1.6;
    }





 /* ── catalogo de productos── */

/* BANNER */
.banner-cata {
  background: url('imagenes/banner.jpg') center/cover no-repeat;
  height: 280px;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.4);
}

.overlay span {
  color: red;
}

/* CONTENIDO */
.catalogo {
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}

h2 {
  color: #1a2b6d;
}

/* FILTROS */
.filtros {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}

.filtros input,
.filtros select {
  padding: 10px;
  border: 1px solid #ccc;
  font-family: poppins;
  background: #fff;
  padding: 2px 20px;
}

.btn-buscar {
  background: #fe0000;
  color: #fff;
  border: none;
  padding: 10px 60px;
  cursor: pointer;
}

/* GRID */
.grid-productos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-top:30px;
}

/* TARJETA PRODUCTO */
.prod-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  text-align: center;
  transition: 0.3s;
}

.prod-card:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.prod-img-wrap img {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.prod-info h4 {
  margin: 15px 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

.btn-ver-prod {
  display: block;
  border: 1px solid #1a2b6d;
  background: transparent;
  color: #1a2b6d;
  width: 100%;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.btn-ver-prod:hover {
  background: #1a2b6d;
  color: #fff;
}

/* PAGINACIÓN */
.paginacion {
  margin-top: 30px;
  text-align: center;
}

.paginacion span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  margin: 2px;
  cursor: pointer;
}

.paginacion .activo {
  background: red;
  color: #fff;
  border: none;
}


/* BOTONES DE VISTA */
.view-toggle {
  display: flex;
  border: 1px solid #ddd;
  background: #fff;
}

.view-btn {
  background: none;
  border: none;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.view-btn svg {
  width: 26px;
  height: 26px;
  stroke: red;
  fill: none;
  stroke-width:1;
}

.view-btn.active {
  background: #fff;
}

 /* ── catalogo de productos── */







    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      header { padding: 12px 20px; gap: 14px; }
      .hero-content { padding: 44px 20px; }
      .cards-section { padding: 0 20px 48px; }
      .cards-row { grid-template-columns: 1fr; transform: translateY(-24px); gap: 16px; }
    }
    @media (max-width: 600px) {
      .header-actions a span { display: none; }
      .search-form { flex-direction: column; }
      .search-form select, .btn-buscar { width: 100%; }
      .hero { min-height: 460px; }
      .hero-content { margin-top: 0; padding-top: 50px; }
      .hero-content h1 { font-size: 2rem; }
      .value-card { padding: 26px 20px; }
    }
  




/* ══ SHARED SECTION UTILS ══ */
.sec-title {
 font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #002782;
  text-align: center;
  margin-bottom: 36px;
  text-transform: none;
  letter-spacing: .03em;
}
.prod-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  border: 1.5px solid #0D2B6B30;
  background: #0D2B6B0e;
  color: var(--blue);
  margin-bottom: 8px;
}

/* ══ PRODUCT CAROUSELS ══ */
.prod-section {
  padding: 56px 5%;
  background: #fff;
}
.prod-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  flex-wrap: wrap;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.prod-title {
  font-family: "Poppins", sans-serif;
  font-size:28px;
  font-weight:600;
  color: #002782;
  text-transform: none;
  letter-spacing: .03em;
  flex: 1;
}
.prod-ver-mas {
  font-size:15px;
  font-weight:600;
  color: var(--blue);
  text-decoration: none;
 border-bottom: 2px solid #fe0000;
  white-space: nowrap;
}
.prod-carousel-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prod-viewport {
  overflow: hidden;
  flex: 1;
}
.prod-track {
  display: flex;
  gap: 20px;
  transition: transform .4s cubic-bezier(.4,0,.2,1);
}
.prod-card {
  flex: 0 0 calc(25% - 15px);
  min-width: 200px;
  border: 1.5px solid #e5e9f2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow .25s, transform .25s;
  cursor: pointer;
}
.prod-card:hover {
  box-shadow: 0 10px 36px rgba(13,43,107,.14);
  transform: translateY(-4px);
}
.prod-img-wrap {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f8fc;
  overflow: hidden;
}
.prod-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.prod-card:hover .prod-img-wrap img {
  transform: scale(1.05);
  transform-origin: center top;
}
.prod-info {
  padding: 18px 16px;
}
.prod-info h4 {
  font-family: "Poppins", sans-serif;
  font-size:16px;
  font-weight:500;
  color: #222;
  letter-spacing: .04em;
  margin-bottom: 14px;
  line-height: 22px;
  min-height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.prod-actions {
  display: flex;
  gap: 6px;
  align-items: stretch;
}
.btn-quick-view {
  padding: 3px 8px;
  border: 0.8px solid #d8e0f0;
  border-radius: 5px;
  background: #f7f9fd;
  color: #002782;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s, transform .2s;
  line-height: 1.2;
}
.btn-quick-view svg {
  width: 12px;
  height: 12px;
}
.btn-quick-view:hover {
  background: #002782;
  border-color: #002782;
  color: #fff;
  transform: translateY(-1px);
}
.btn-ver-prod {
  display: block;
  width: 100%;
  padding: 3px 8px;
  border: 0.8px solid #002782;
  border-radius: 5px;
  background: transparent;
  color: #002782;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
  cursor: pointer;
  transition: background .2s, color .2s;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}
.prod-actions > a,
.prod-actions > button,
.prod-actions .btn-ver-prod {
  flex: 1;
}
.prod-actions > a {
  display: flex;
  text-decoration: none;
}
.btn-ver-prod:hover { background:#fe0000 ; border: 0.8px solid #fe0000;color: #fff; } 

.product-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}
.product-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 41, 0.65);
  backdrop-filter: blur(4px);
}
.product-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  display: grid;
  grid-template-columns: minmax(280px, 390px) 1fr;
}
.product-modal__media {
  background: linear-gradient(180deg, #f4f7fd 0%, #eef2fb 100%);
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.product-modal__media img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
}
.product-modal__content {
  padding: 38px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-modal__detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-modal__eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fe0000;
  margin-bottom: 10px;
}
.product-modal__content h3 {
  font-size: 31px;
  line-height: 1.1;
  color: #091a48;
  margin-bottom: 18px;
}
.product-modal__table {
  margin-top: 0;
}
.product-modal__table td {
  vertical-align: middle;
}
.product-modal__payments {
  margin-top: 0;
}
.product-modal__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  background: #002782;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
.product-modal__cta:hover {
  background: #fe0000;
  transform: translateY(-1px);
}
.product-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(9, 26, 72, 0.08);
  color: #091a48;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.product-modal__close:hover {
  background: rgba(227, 27, 35, 0.12);
  color: #fe0000;
}

.prod-arrow {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #0000;
  color: var(--blue);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .15s;
  box-shadow: 0 2px 10px rgba(0,0,0,.00);
}
.prod-arrow:hover { background: var(--blue); color: #fff; border-color: var(--blue); transform: scale(1.08); }
.prod-arrow svg { width: 35px; height:35px; }



/* ══ MARCAS QUE NOS RESPALDAN ══ */
.marcas-section {
  background:#f7f7f7;
  padding:70px 5%;
  overflow: hidden;
}
.marcas-track-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 8px;
}
.marcas-track-wrap::before,
.marcas-track-wrap::after {
  content: '';
  position: absolute; top: 0; bottom: 0;
  width: 80px; z-index: 2; pointer-events: none;
}
.marcas-track-wrap::before { left: 0; background: linear-gradient(to right, #fff0, transparent); }
.marcas-track-wrap::after  { right: 0; background: linear-gradient(to left, #fff0, transparent); }

.marcas-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: scrollMarcas 22s linear infinite;
}
.marcas-track:hover { animation-play-state: paused; }
@keyframes scrollMarcas {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marca-logo-item {
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.marca-badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: .1em;
  padding: 15px 22px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.marca-badge:hover { transform: scale(1.08); box-shadow: 0 6px 20px rgba(0,0,0,.0); }


.marca-badge.mopar      { background: #fff0; color: #fff; }
.marca-badge.motorcraft { background: #fff0; color: #fff;}
.marca-badge.gates      { background: #fff0; color: #222; }
.marca-badge.ntk        { background: #fff0; color: #fff; }
.marca-badge.gm         { background: #fff0; color: #fff;}
.marca-badge.bosch      { background: #fff0; color: #fff; }
.marca-badge.ngk        { background: #fff0; color: #fff; }
.marca-badge.denso      { background: #fff0; color: #fff; }

/* ══ CLIENTES SATISFECHOS ══ */
.testimonios-section {
  position: relative;
  background: url(../imagenes/fndo-test.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  padding: 60px 20px;
  overflow: hidden;
}
.hex-bg {
  
  background-image:;
  background-size: 40px 40px;
  opacity: .18;
}
.testimonios-wrap {
  position: relative; z-index: 1;
  max-width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 82px 48px;
  box-shadow: 0 8px 48px rgba(13,43,107,.10);
  text-align: center;
}
.testimonios-track { position: relative; min-height: 120px; }
.testimonio { display: none; animation: fadeIn .5s ease; }
.testimonio.active { display: block; }

@keyframes fadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:none; } }
.quote-icon {
  font-size: 5rem;
  line-height: .6;
  color: var(--red);
 font-family: "PT Sans", sans-serif;
  margin-bottom: 20px;
}
.testimonios-wrap p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}
.testimonio-autor {
  margin-top: 18px;
  font-size: .88rem;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: .04em;
}
.testimonios-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.tdot {
  width: 12px; height: 12px;
  border-radius: 50%;
  border: 2px solid var(--red);
  background: transparent;
  cursor: pointer;
  transition: background .2s;
}
.tdot.active { background: var(--red); }




/* ══ SOCIAL MEDIA ══ */

.contacto-bloques {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 60px 40px;
  flex-wrap: wrap;
}

.bloque {
  display: block;
  width:300px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bloque img {
  width: 100%;
  height: auto;
  display: block;
}

.bloque:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}


/* ══ SOCIAL MEDIA ══ */






/* ══ FOOTER ══ */
.site-footer {
  background:url(../imagenes/fndo-pie.jpg);
  color:#fff;
  background-size:cover;
  background-repeat:no-repeat;
  font-size:14px;
  position: relative;
  overflow: hidden;
}




.footer-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 40px;
  max-width: 90%;
  margin: 0 auto;
  padding: 56px 40px 40px;
}
.footer-col-title {
  font-family: "Poppins", sans-serif;
  font-size:16px;
  font-weight:600;
  color: #fff;
  letter-spacing:0px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.acc-icon { display: none; font-size: 1.2rem; font-weight: 400; }
.footer-col-body p {
  margin-bottom: 12px;
  line-height: 1.55;
}
.footer-col-body strong { color: #fff; }
.footer-redes { margin-top: 24px; }

.redes-label {
  font-size:16px;
  font-weight:600;
  letter-spacing:0px;
  color:#fff;
  margin-bottom: 12px;
}
.redes-icons { display: flex; gap: 12px; }
.redes-icons a {
  width: 40px; height: 40px;
  border-radius: 50%;
  border:1px solid #fff;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  transition: border-color .2s, background .2s;
}
.redes-icons a:hover { border-color: #fff; background: rgba(255,255,255,.15); }
.redes-icons svg { width: 18px; height: 18px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a {
  color:#fff;
  text-decoration: none;
  transition: color .2s;
}
.footer-links a:hover { color: #fff; text-decoration:none; }
.footer-input {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #fff;
  border-radius: 6px;
  background: rgba(255,255,255,.00);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: .95rem;
  outline: none;
  margin-bottom: 12px;
  transition: border-color .2s;
}
.footer-input::placeholder { color: rgba(255,255,255,.5); }
.footer-input:focus { border-color: rgba(255,255,255,.7); }
.footer-btn-suscribete {
  padding: 12px 28px;
  background: var(--red);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size:16px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background .2s;
}
.footer-btn-suscribete:hover { background: #c0141b; }

.footer-bottom {
  position: relative; z-index: 1;
  border-top: 1px solid rgba(255,255,255,.64);
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .82rem;
  color:#fff;
  max-width: 100%;
}
.footer-bottom strong { color: rgba(255,255,255,.85); }
.footer-pagos { display: flex; align-items: center; gap: 10px; }
.footer-pagos span { color:#fff; }


.pago-badge {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .06em;
  padding: 5px 0px;
  border-radius: 5px;
  border: 1.5px solid rgba(255,255,255,.0);
  color: #fff;
}
.pago-badge.visa { background: #fff0; }
.pago-badge.mc   { background: #fff0; }
.pago-badge.amex { background: #fff0; }

/* ══ RESPONSIVE NUEVO ══ */
@media (max-width: 1024px) {
  .prod-card { flex: 0 0 calc(33.33% - 14px); padding: 10px; }
  .prod-info { padding: 12px 10px; }
  .grid-productos { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
	
  .banner h2{
    font-size:14px;
  }
	
  .footer-inner { grid-template-columns: 1fr; gap: 0; padding: 32px 20px 16px; }
  .footer-col-title { cursor: pointer; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 0; }
  .acc-icon { display: block; }
  .footer-col-body { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s; padding-top: 0; }
  .footer-col-body.open { max-height: 500px; padding-top: 16px; padding-bottom: 20px; }
  .footer-bottom { padding: 16px 20px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .marcas-section { padding: 40px 0; }
  .testimonios-wrap { padding: 36px 24px; }
  .prod-section { padding: 40px 20px; }
}
@media (max-width: 640px) {
  .prod-viewport { padding: 0 8px; }
  .prod-card { flex: 0 0 calc(50% - 10px); min-width: 0; padding: 10px; }
  .prod-info { padding: 10px 8px; }
  .grid-productos { grid-template-columns: repeat(2, 1fr); }
  .prod-actions {
    flex-direction: column;
  }
  .btn-quick-view,
  .prod-actions > a,
  .prod-actions .btn-ver-prod {
    width: 100%;
  }
  .product-modal {
    padding: 16px;
  }
  .product-modal__dialog {
    grid-template-columns: 1fr;
  }
  .product-modal__media {
    min-height: 240px;
  }
  .product-modal__content {
    padding: 24px 20px 26px;
  }
  .product-modal__content h3 {
    font-size: 24px;
  }
  .product-modal__cta {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .prod-viewport { padding: 0 6px; }
  .prod-card { flex: 0 0 calc(50% - 8px); min-width: 0; padding: 8px; }
  .grid-productos { gap: 8px; }
  .prod-info h4 { font-size: 13px; line-height: 18px; min-height: 36px; }
  .prod-info { padding: 8px 6px; }
  .prod-img-wrap { height: 130px; }
}

.as-form-control {
  padding:8px 10px;
  border:1px solid #ccc;
  border-radius:6px;
  font-family:inherit;
  font-size:14px;
  background:#fff;
  color:#333;
  outline:none;
  transition:border-color .2s;
  -webkit-appearance:none;
  appearance:none;
}
.as-form-control:focus {
  border-color:var(--blue);
}
.as-form-control:disabled {
  background:#eee;
  cursor:not-allowed;
}
.as-form-control-sm {
  padding:6px 8px;
  font-size:13px;
}

@media (max-width: 800px) {
  .grid-productos { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .prod-card { flex: 0 0 calc(50% - 10px); min-width: 0; padding: 8px; }
  .prod-info { padding: 10px 8px; }
  .prod-viewport { padding: 0 10px; }
}
/* Mobile fixes */
@media (max-width: 768px) {
  .logo { display: none; }
  .promo-bar .promo-pill { padding: 10px 40px; height: auto; }
}

@media (max-width: 800px) {
  .prod-arrow { display: none; }
  .prod-carousel-wrap { gap: 0; }
}

/* Compatibilidad preview */
.producto-code-preview {
  cursor: pointer;
  text-decoration: underline dotted;
  transition: color .15s;
}
.producto-code-preview:hover { color: #002782; }
.compat-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.compat-modal.is-open { opacity: 1; pointer-events: auto; }
.compat-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 16, 41, .6);
}
.compat-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  max-height: 82vh;
  overflow: hidden;
}
.compat-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #e5e9f2;
}
.compat-modal__head h3 {
  margin: 0;
  font-size: 17px;
  color: #002782;
}
.compat-modal__close {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}
.compat-modal__close:hover { color: #e31b23; }
.compat-modal__body { overflow: auto; padding: 16px 22px 22px; }
.compat-modal__table { width: 100%; border-collapse: collapse; font-size: 14px; }
.compat-modal__table th {
  text-align: left;
  padding: 10px 12px;
  background: #f7f8fb;
  color: #0d2c6c;
  font-size: 13px;
  border-bottom: 1px solid #e5e9f2;
}
.compat-modal__table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eef1f7;
  color: #333;
}
.compat-modal__empty { padding: 30px 10px; text-align: center; color: #999; font-size: 14px; }
@media (max-width: 480px) {
  .compat-modal { padding: 12px; }
  .compat-modal__dialog { width: 100%; max-height: 88vh; }
  .compat-modal__head { padding: 14px 16px; }
  .compat-modal__body { padding: 12px 16px 18px; }
}

/* ══ GALERÍA DE PRODUCTO ══ */
.prod-gallery { margin-bottom: 12px; }
.prod-gallery__main {
  position: relative;
  background: #f8f9fa;
  border: 1px solid #e5e9f2;
  border-radius: 12px;
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .22s ease;
}
.prod-gallery__main:hover img { transform: scale(1.02); }
.prod-gallery__zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .92);
  color: #002782;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
  transition: transform .15s, background .15s;
}
.prod-gallery__zoom:hover { background: #fff; transform: scale(1.08); }
.prod-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.prod-gallery__thumb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  background: #f1f3f7;
  transition: border-color .15s;
}
.prod-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
}
.prod-gallery__thumb.is-active { border-color: #002782; }

/* Lightbox */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.gallery-modal.is-open { opacity: 1; pointer-events: auto; }
.gallery-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 10, 25, .94);
}
.gallery-modal__stage {
  position: relative;
  z-index: 1;
  width: min(900px, 94vw);
  height: min(680px, 84vh);
}
.gallery-modal__img-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
}
.gallery-modal__img-wrap.is-dragging { cursor: grabbing; }
.gallery-modal__img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
  transition: transform .18s ease;
  will-change: transform;
}
.gallery-modal__img-wrap.no-anim img { transition: none; }
.gallery-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.gallery-modal__close:hover { background: rgba(255, 255, 255, .24); }
.gallery-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s;
}
.gallery-modal__nav:hover { background: rgba(255, 255, 255, .26); }
.gallery-modal__prev { left: -58px; }
.gallery-modal__next { right: -58px; }
.gallery-modal__counter {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .16);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
}
.gallery-modal__tools {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 24px;
  background: rgba(10, 18, 40, .6);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
.gallery-modal__tools button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1;
}
.gallery-modal__tools button:hover { background: rgba(255, 255, 255, .3); }
.gm-zoom-level {
  min-width: 54px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .gallery-modal__stage { width: 100vw; height: 72vh; }
  .gallery-modal__close { top: 10px; right: 10px; }
  .gallery-modal__prev { left: 8px; }
  .gallery-modal__next { right: 8px; }
  .gallery-modal__counter { top: 12px; right: 12px; }
}


