*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#161616;background:#fff}.topbar{height:38px;background:#e10600;color:#fff;display:flex;align-items:center;gap:28px;padding:0 5%;font-size:13px}.location{margin-left:auto}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:#111;font-size:28px;font-weight:900}.brand>span:last-child>span,.footer-brand span{color:#e10600}.brand small{display:block;font-size:9px;font-weight:500;letter-spacing:.2px}.shield{font-size:34px}nav{display:flex;gap:27px}nav a{color:#222;text-decoration:none;font-size:13px;font-weight:700}nav a.active,nav a:hover{color:#e10600}.btn{display:inline-block;text-decoration:none;padding:14px 20px;border-radius:5px;font-weight:800;font-size:12px;transition:.2s}.btn-red{background:#e10600;color:#fff}.btn-red:hover{background:#b90000}.btn-outline{border:1px solid #e10600;color:#e10600;background:#fff}.btn-outline:hover{background:#fff1f1}.btn-white{background:#fff;color:#e10600}.hero{min-height:510px;display:flex;align-items:center;padding:55px 7%;background-image:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 38%,rgba(255,255,255,.12) 72%),url("assets/hero.jpg");background-size:cover;background-position:center}.hero-copy{max-width:570px}.eyebrow{color:#e10600;font-size:12px;font-weight:900;letter-spacing:1px}.hero h1{font-size:53px;line-height:.98;margin:12px 0 20px}.hero h1 strong{color:#e10600}.hero-copy>p:not(.eyebrow){font-size:17px;line-height:1.6;color:#333}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:25px}.trust{margin:-30px 4% 0;position:relative;background:#e10600;color:#fff;border-radius:8px;padding:20px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;box-shadow:0 8px 25px #0002}.trust div{padding:5px 18px;border-right:1px solid #ffffff55}.trust div:last-child{border:0}.trust b,.trust span{display:block}.trust b{font-size:12px}.trust span{font-size:11px;margin-top:5px;color:#ffe7e7}.section{padding:75px 5%}.center{text-align:center;margin-bottom:5px}.section h2{font-size:30px;text-align:center;margin:5px 0}.redline{width:42px;height:4px;background:#e10600;margin:15px auto 35px}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.cards article,.product-grid article{border:1px solid #e5e5e5;border-radius:8px;padding:24px;text-align:center;background:#fff;transition:.2s}.cards article:hover,.product-grid article:hover{transform:translateY(-4px);box-shadow:0 8px 22px #00000012}.icon{font-size:35px;margin-bottom:12px}.cards h3{font-size:14px;margin:5px 0 12px}.cards p,.product-grid p{font-size:12px;line-height:1.55;color:#555}.products{background:#fafafa}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.section-head h2{text-align:left;margin:0}.section-head .eyebrow{margin:0 0 5px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-img{height:150px;display:grid;place-items:center;font-size:75px;background:#fff5f5;border-radius:5px}.product-grid h3{font-size:16px;margin-bottom:6px}.product-grid a{display:inline-block;color:#e10600;text-decoration:none;font-size:11px;font-weight:900}.cta{background:#e10600;color:#fff;padding:38px 7%;display:flex;align-items:center;justify-content:space-between;gap:20px}.cta h2{margin:0;font-size:28px}.cta p{margin:8px 0 0;color:#ffe9e9}footer{background:#fff}.footer-grid{padding:55px 6%;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:35px}.footer-brand{font-size:27px;font-weight:900}.footer-grid h4{font-size:13px;margin-top:0}.footer-grid a,.footer-grid p{display:block;color:#555;text-decoration:none;font-size:12px;line-height:1.8;margin:4px 0}.copyright{background:#e10600;color:#fff;text-align:center;padding:14px;font-size:11px}@media(max-width:1000px){nav{display:none}.cards{grid-template-columns:repeat(3,1fr)}.trust{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.topbar{height:auto;padding:8px 5%;gap:8px;flex-wrap:wrap;font-size:11px}.location{margin-left:0}.nav{height:68px}.brand{font-size:22px}.brand small{font-size:7px}.nav>.btn{padding:10px}.hero{min-height:590px;padding:40px 7%;background-position:65% center}.hero h1{font-size:40px}.hero-copy>p:not(.eyebrow){font-size:15px}.trust{grid-template-columns:1fr;margin:-20px 4% 0}.trust div{border-right:0;border-bottom:1px solid #ffffff55;padding:12px}.cards,.product-grid{grid-template-columns:1fr}.section{padding:55px 5%}.section-head{align-items:flex-start;flex-direction:column;gap:15px}.cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.hero-actions .btn{width:100%;text-align:center}}




/* ===== CORRECCIÓN CATÁLOGO SERVIRCL ===== */

.products .product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.products .product-grid .producto-card {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;

    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;

    padding: 14px !important;
    margin: 0 !important;

    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;

    overflow: hidden !important;
}

.products .producto-card .product-img {
    width: 100% !important;
    height: 180px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    overflow: hidden !important;
    background: #fafafa !important;
}

.products .producto-card .product-img img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 180px !important;

    object-fit: contain !important;
}

.products .producto-card h3 {
    font-size: 15px !important;
    line-height: 1.3 !important;

    margin: 12px 0 6px !important;

    height: 40px !important;
    overflow: hidden !important;
}

.products .producto-card .producto-resumen {
    font-size: 12px !important;
    line-height: 1.4 !important;

    height: 34px !important;
    margin: 0 0 8px !important;

    overflow: hidden !important;

    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.products .producto-card .producto-precio {
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #d60000 !important;

    margin: 8px 0 12px !important;
}

.products .producto-card .producto-botones {
    margin-top: auto !important;
    display: grid !important;
    gap: 7px !important;
}

.products .producto-card .btn-detalles,
.products .producto-card .btn-carrito {
    display: block !important;
    width: 100% !important;

    padding: 10px 6px !important;

    text-align: center !important;
    font-size: 11px !important;
    font-weight: 700 !important;

    border-radius: 5px !important;
}

.products .producto-card .btn-detalles {
    background: #ffffff !important;
    color: #d60000 !important;
    border: 1px solid #d60000 !important;
    text-decoration: none !important;
}

.products .producto-card .btn-carrito {
    background: #d60000 !important;
    color: #ffffff !important;
    border: 1px solid #d60000 !important;
    cursor: pointer !important;
}

/* Tablet */

@media (max-width: 1000px) {

    .products .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

}

/* Celular */

@media (max-width: 700px) {

    .products .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

}

/* Celulares pequeños */

@media (max-width: 450px) {

    .products .product-grid {
        grid-template-columns: 1fr !important;
    }

}

.menu-toggle{
  display:none;
  background:#e10600;
  color:#fff;
  border:0;
  border-radius:5px;
  padding:8px 12px;
  font-size:22px;
  cursor:pointer;
}

@media(max-width:1000px){
  .menu-toggle{
    display:block;
  }

  .nav{
    flex-wrap:wrap;
    height:auto;
    min-height:68px;
    padding-top:8px;
    padding-bottom:8px;
  }

  .nav nav.show{
    display:flex;
    width:100%;
    flex-direction:column;
    gap:0;
    padding-top:8px;
  }

  .nav nav.show a{
    padding:12px 5px;
    border-top:1px solid #eee;
  }
}

@media(max-width:1000px){
  .nav nav{
    width:100%;
    flex-direction:column;
    gap:0;
  }
}

.hero{
  justify-content:space-between;
  gap:40px;
}

.hero-promo{
  width:360px;
  max-width:42%;
  background:#fff;
  border-radius:14px;
  padding:20px;
  box-shadow:0 15px 40px #0002;
  text-align:center;
}

.hero-promo img{
  width:100%;
  height:220px;
  object-fit:contain;
  background:#fafafa;
  border-radius:10px;
}

.promo-label{
  display:inline-block;
  background:#e10600;
  color:#fff;
  font-size:11px;
  font-weight:900;
  padding:7px 11px;
  border-radius:20px;
  margin-bottom:12px;
}

.hero-promo h3{
  font-size:18px;
  margin:14px 0 8px;
}

.promo-price{
  color:#e10600;
  font-size:26px;
  font-weight:900;
  margin-bottom:14px;
}

@media(max-width:800px){
  .hero{
    flex-direction:column;
  }

  .hero-promo{
    width:100%;
    max-width:100%;
  }

  .hero-promo img{
    height:190px;
  }
}

/* ===== PROMOCIONES PORTADA SERVIRCL ===== */

.hero-promo-wrap{
    width:380px;
    flex:0 0 380px;
    position:relative;
}

.hero-promo{
    width:100% !important;
    max-width:none !important;
    background:#fff;
    border-radius:14px;
    padding:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.16);
    text-align:center;
    overflow:hidden;
}

.hero-promo img{
    width:100% !important;
    height:210px !important;
    object-fit:contain !important;
    background:#fafafa;
    border-radius:10px;
    display:block;
}

.hero-promo h3{
    font-size:17px !important;
    line-height:1.35;
    margin:14px 0 8px;
    overflow-wrap:break-word;
}

.promo-old{
    font-size:14px;
    color:#888;
    text-decoration:line-through;
    margin-bottom:3px;
}

.promo-price{
    color:#e10600;
    font-size:28px !important;
    font-weight:900;
    margin:3px 0 8px;
}

.promo-save{
    font-size:12px;
    color:#777;
    font-weight:700;
    margin-bottom:14px;
}

.hero-promo .btn{
    width:100%;
    text-align:center;
}

/* Carrusel */
.promo-slide{
    display:none;
}

.promo-slide.active{
    display:block;
}

@media(max-width:900px){
    .hero-promo-wrap{
        width:340px;
        flex:0 0 340px;
    }
}

@media(max-width:800px){
    .hero-promo-wrap{
        width:100%;
        flex:0 0 auto;
        max-width:420px;
        margin:20px auto 0;
    }

    .hero-promo{
        width:100% !important;
    }

    .hero-promo img{
        height:200px !important;
    }
}


/* Fondo blanco del inicio */
.hero{
    background:#ffffff !important;
    background-image:none !important;
}


/* ========================================
   PRODUCTOS DESTACADO EN EL MENÚ
   ======================================== */

.nav nav .nav-productos{
  background:#d60000;
  color:#fff !important;
  padding:10px 16px;
  border-radius:6px;
  box-shadow:0 4px 12px #d6000030;
  transition:.2s ease;
}

.nav nav .nav-productos:hover{
  background:#b80000;
  color:#fff !important;
  transform:translateY(-1px);
}


/* ========================================
   CONTROLES DEL CARRUSEL DE PROMOCIONES
   ======================================== */

.hero-promo-wrap{
  position:relative;
}

.promo-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:10;

  width:44px;
  height:44px;

  border:0;
  border-radius:50%;

  background:#111c;
  color:#fff;

  font-size:30px;
  line-height:1;

  cursor:pointer;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:0 3px 12px #0003;
}

.promo-prev{
  left:8px;
}

.promo-next{
  right:8px;
}

.promo-arrow:hover{
  background:#d60000;
}

.promo-dots{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:14px;
}

.promo-dot{
  width:10px;
  height:10px;
  padding:0;

  border:0;
  border-radius:50%;

  background:#bbb;
  cursor:pointer;

  transition:.2s;
}

.promo-dot.active{
  width:24px;
  border-radius:10px;
  background:#d60000;
}


/* CELULAR */

@media(max-width:700px){

  .nav nav .nav-productos{
    background:#d60000 !important;
    color:#fff !important;
    border-radius:5px;
    margin:5px 0;
    padding:12px !important;
  }

  .promo-arrow{
    width:40px;
    height:40px;
    font-size:27px;
  }

  .promo-prev{
    left:5px;
  }

  .promo-next{
    right:5px;
  }

}


/* Botones superiores */
.nav-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.btn-productos{
  background:#111;
  color:#fff;
  border:2px solid #111;
}

.btn-productos:hover{
  background:#d60000;
  border-color:#d60000;
  color:#fff;
}

@media(max-width:700px){

  .nav-actions{
    width:100%;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:8px;
  }

  .nav-actions .btn{
    width:100%;
    text-align:center;
    padding:11px 7px;
    font-size:12px;
  }
}

@media(max-width:390px){

  .nav-actions{
    grid-template-columns:1fr;
  }
}

/* VER PRODUCTOS rojo */
.nav-actions .btn-productos{
  background:#d60000 !important;
  border-color:#d60000 !important;
  color:#fff !important;
}

.nav-actions .btn-productos:hover{
  background:#b80000 !important;
  border-color:#b80000 !important;
}

/* Promoción principal más grande */
.hero-promo-wrap{
  position:relative;
  width:430px;
  max-width:46%;
  touch-action:pan-y;
}

.hero-promo{
  width:100% !important;
  max-width:none !important;
}

.hero-promo img{
  width:100%;
  height:300px;
  object-fit:contain;
}

/* Flechas más visibles */
.promo-arrow{
  width:50px !important;
  height:50px !important;
  font-size:36px !important;
  background:rgba(214,0,0,.92) !important;
  color:#fff !important;
}

.promo-prev{
  left:-20px !important;
}

.promo-next{
  right:-20px !important;
}

@media(max-width:700px){

  .hero-promo-wrap{
    width:100%;
    max-width:100%;
  }

  .hero-promo img{
    height:280px;
  }

  .promo-arrow{
    width:46px !important;
    height:46px !important;
    font-size:32px !important;
  }

  .promo-prev{
    left:5px !important;
  }

  .promo-next{
    right:5px !important;
  }
}

/* Botón VER PRODUCTOS - rojo SERVIRCL definitivo */
header.nav .nav-actions a.btn-productos,
header.nav .nav-actions a.btn-productos:link,
header.nav .nav-actions a.btn-productos:visited{
    background:#d60000 !important;
    background-color:#d60000 !important;
    border:2px solid #d60000 !important;
    color:#ffffff !important;
    box-shadow:0 4px 14px rgba(214,0,0,.30) !important;
}

header.nav .nav-actions a.btn-productos:hover,
header.nav .nav-actions a.btn-productos:active{
    background:#a90000 !important;
    background-color:#a90000 !important;
    border-color:#a90000 !important;
    color:#ffffff !important;
}
