/* Tejie Led — diseño Electro (header v2 + menú vertical + cuerpo v5) */
:root{
  --amarillo:#fed700;
  --amarillo-h:#efcb00;
  --oscuro:#333e48;
  --texto:#333e48;
  --gris:#7c8791;
  --gris-claro:#f0f0f0;
  --borde:#ddd;
  --rojo:#e02b27;
  --verde:#2ecc71;
  --ancho:1250px;
  --fuente:'Open Sans',system-ui,-apple-system,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
img{max-width:100%;height:auto}
body{font-family:var(--fuente);color:var(--texto);font-size:14px;line-height:1.6;background:#fff;overflow-x:hidden}
a{color:inherit;text-decoration:none}
a:hover{color:#000}
ul{list-style:none}
button{font-family:inherit;cursor:pointer}
.container{max-width:var(--ancho);margin-inline:auto;padding-inline:1.25rem}

/* ---------- top bar ---------- */
.topbar{background:#fff;border-bottom:1px solid #e9e9e9;font-size:12px;color:var(--gris)}
.tb-in{display:flex;justify-content:space-between;align-items:center;min-height:32px;flex-wrap:wrap}
.tb-links{display:flex;gap:.6rem;align-items:center}
.tb-links .sep{color:#ddd}
.tb-links a:hover{color:var(--oscuro)}

/* ---------- header ---------- */
.site-header{background:#fff}
.hd-in{display:flex;align-items:center;gap:2rem;padding-block:1.1rem;min-height:86px}
.logo{display:flex;align-items:center;gap:.55rem}
.logo img{border-radius:50%}
.logo-txt{font-size:1.9rem;font-weight:300;letter-spacing:-.5px;color:var(--oscuro)}
.logo-txt b{font-weight:600}
.logo-txt i{color:var(--amarillo);font-style:normal;font-weight:800}
.main-nav{flex:1;display:flex;align-items:center}
.main-nav{flex:1;display:flex;justify-content:center}
.main-nav ul{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}
.main-nav a{display:block;padding:.45rem .85rem;font-size:.95rem;font-weight:600;color:var(--oscuro);border-radius:4px}
.main-nav li.act a,.main-nav a:hover{background:var(--amarillo)}
.hd-support{display:flex;align-items:center;gap:.7rem;flex:0 0 auto;line-height:1.35;font-size:.74rem;color:var(--gris);text-align:left;letter-spacing:.04em}
.hd-support b{font-size:1.12rem;color:var(--oscuro);letter-spacing:0}
.hs-ico{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--amarillo);color:var(--oscuro)}
.hs-ico svg{width:22px;height:22px}
.mob-toggle{display:none;background:none;border:0;font-size:1.6rem;color:var(--oscuro);cursor:pointer}

/* ---------- barra amarilla ---------- */
.yellowbar{background:var(--amarillo);position:relative;z-index:50}
.yb-in{display:flex;align-items:center;gap:2rem;min-height:60px}
.dept-wrap{position:relative;flex:0 0 auto}
.dept-toggle{background:none;border:0;font-weight:700;font-size:.95rem;color:var(--oscuro);display:flex;align-items:center;gap:.6rem;height:40px;padding:0;white-space:nowrap}
.dt-icon{font-size:1.1rem}
.dept-menu{position:absolute;top:100%;left:0;width:300px;background:#fff;box-shadow:0 14px 36px rgba(0,0,0,.16);border-radius:0 0 6px 6px;display:none;max-height:70vh;overflow:auto}
.dept-menu.open{display:block}
.dept-menu li{border-bottom:1px solid #f0f0f0}
.dept-menu a{display:flex;justify-content:space-between;align-items:center;padding:.68rem 1.15rem;font-size:.92rem;color:var(--oscuro)}
.dept-menu li.strong a{font-weight:700}
.dept-menu a:hover{background:#fafafa}
.chev{font-style:normal;color:#b7b7b7}
.search{flex:0 1 58%;margin-inline:auto;display:flex;align-items:stretch;background:#fff;border-radius:22px;overflow:hidden;height:44px;border:0}
.search input[type=search]{flex:1;border:0;outline:0;padding:0 1.1rem;font-size:.9rem;min-width:0}

.search button{border:0;background:var(--oscuro);color:#fff;width:58px;display:grid;place-items:center;border-radius:0 22px 22px 0;margin:0;padding:0}
.yb-icons{display:flex;align-items:center;gap:1.1rem;flex:0 0 auto}
.cart-link{display:flex;align-items:center;gap:.5rem;height:40px;font-weight:700;color:var(--oscuro);position:relative}
.cart-count{position:absolute;top:2px;left:16px;background:#fff;border-radius:50%;font-size:.68rem;min-width:18px;height:18px;display:grid;place-items:center;font-weight:800}
.cart-total{font-size:.95rem}

/* ---------- hero ---------- */
.hero{position:relative;overflow:hidden;background:#e8e8e8;background-image:linear-gradient(115deg,rgba(255,255,255,0) 42%,rgba(255,255,255,.55) 46%,rgba(255,255,255,0) 50%),linear-gradient(115deg,rgba(255,255,255,0) 58%,rgba(255,255,255,.4) 61%,rgba(255,255,255,0) 64%),linear-gradient(115deg,rgba(0,0,0,0) 70%,rgba(0,0,0,.035) 74%,rgba(0,0,0,0) 78%),linear-gradient(115deg,rgba(0,0,0,0) 20%,rgba(0,0,0,.03) 24%,rgba(0,0,0,0) 28%)}
.slides{position:relative;min-height:420px}
.slide{position:absolute;inset:0;opacity:0;transition:opacity .6s;pointer-events:none;background:transparent center right/cover no-repeat}
.slide.active{opacity:1;pointer-events:auto}
.sl-in{display:flex;align-items:center;gap:2rem;min-height:420px}
.sl-txt{flex:0 0 55%;max-width:55%}
.sl-pre{font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gris)}
.sl-txt h2{font-size:3rem;font-weight:800;line-height:1.05;margin:.4rem 0 0}
.sl-txt h3{font-size:2rem;font-weight:300;line-height:1.15;margin:.2rem 0 .8rem}
.sl-txt p{color:var(--gris);margin-bottom:1.4rem}
.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px}
.hero-dots button{width:10px;height:10px;border-radius:50%;border:0;background:#c2c2c2}
.hero-dots button.on{background:var(--amarillo)}
.btn-yellow{display:inline-block;background:var(--amarillo);color:var(--oscuro);font-weight:700;font-size:.9rem;padding:.75rem 1.8rem;border-radius:24px;border:0}
.btn-yellow:hover{background:var(--amarillo-h);color:var(--oscuro)}
.btn-yellow.big{padding:.9rem 2.2rem;font-size:1rem}
.btn-dark{display:inline-block;background:var(--oscuro);color:#fff;font-weight:700;font-size:.9rem;padding:.75rem 1.8rem;border-radius:24px}
.btn-dark:hover{color:#fff;background:#222b33}

/* ---------- secciones ---------- */
.sec{padding:2.6rem 0 0}
.sec-head{display:flex;align-items:center;gap:1.2rem;border-bottom:2px solid #e5e5e5;padding-bottom:.7rem;margin-bottom:1.4rem;flex-wrap:wrap}
.sec-title{font-size:1.35rem;font-weight:400;position:relative}
.sec-title:after{content:'';position:absolute;left:0;bottom:-11px;width:100%;height:2px;background:var(--amarillo)}
.sec-link{margin-left:auto;font-size:.85rem;color:var(--gris)}
.sec-link:hover{color:var(--oscuro)}
.pills{display:flex;gap:.5rem}
.pill{background:#f0f0f0;color:var(--gris);border-radius:20px;padding:.2rem .9rem;font-size:.8rem;font-weight:600}
.pill.on{background:var(--amarillo);color:var(--oscuro)}

/* carrusel de productos */
.prod-row{position:relative}
.prod-track{overflow:clip}
.prod-inner{display:flex;gap:0;transition:transform .45s ease;will-change:transform}
@media(hover:none){.prod-track{overflow-x:auto;scrollbar-width:none}.prod-inner{transition:none}}
.prod-track::-webkit-scrollbar{display:none}
.prod-inner .product-card{flex:0 0 20%;min-width:230px}
.pr-nav{position:absolute;top:38%;z-index:5;width:38px;height:38px;border-radius:50%;border:0;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.18);font-size:1.3rem;color:var(--oscuro)}
.pr-nav.prev{left:-14px}
.pr-nav.next{right:-14px}
.pr-nav:hover{background:var(--amarillo)}

/* tarjeta de producto */
.product-card{background:#fff;border:1px solid #eee;margin:0 -1px -1px 0;padding:1.1rem 1.1rem 1.3rem;display:flex;flex-direction:column;position:relative}

.pc-media{text-align:center;margin-bottom:.8rem;position:relative}
.pc-media img{height:190px;width:auto;max-width:100%;object-fit:contain}
.onsale,.agotado{position:absolute;top:0;left:0;background:var(--amarillo);color:var(--oscuro);font-size:.72rem;font-weight:800;padding:.15rem .55rem;border-radius:3px;z-index:2}
.agotado{background:var(--oscuro);color:#fff;top:auto;bottom:0}
.pc-cats{font-size:.72rem;color:var(--gris);margin-bottom:.15rem}
.pc-cats a:hover{color:var(--oscuro)}
.pc-title{font-size:.92rem;font-weight:400;line-height:1.35;margin-bottom:.5rem;flex:1}
.pc-title a:hover{color:#000}
.price{font-weight:700;font-size:1.05rem}
.price del{color:#b0b0b0;font-weight:400;font-size:.9rem;margin-right:.3rem}
.price ins{text-decoration:none}
.price small{font-size:.68rem;color:var(--gris);font-weight:600}
.pc-actions{margin-top:.75rem}
.btn-cart{white-space:nowrap;background:#fff;border:2px solid var(--amarillo);color:var(--oscuro);font-weight:700;font-size:.8rem;padding:.5rem 1.2rem;border-radius:20px;transition:.2s;display:inline-block}
.btn-cart:hover{background:var(--amarillo)}
.btn-cart.alt{border-color:#e2e2e2}
.btn-cart.alt:hover{border-color:var(--amarillo);background:var(--amarillo)}

/* banners dobles */
.banners2{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.banner{background:#f0f0f0 right center/contain no-repeat;border-radius:6px;display:flex;align-items:center;padding:1.8rem 2rem;overflow:hidden;min-height:230px}
.bn-txt b{font-size:.8rem;letter-spacing:.1em;color:var(--gris)}
.bn-txt h3{font-size:1.6rem;font-weight:800;line-height:1.1;margin:.3rem 0 .7rem}
.bn-link{color:var(--oscuro);font-weight:700;font-size:.85rem;border-bottom:2px solid var(--amarillo)}
.bn-from{font-size:.8rem;color:var(--gris)}
.bn-from em{font-style:normal;font-size:1.5rem;font-weight:800;color:var(--oscuro)}

/* about */
.about{background:#f7f7f7;margin-top:2.6rem;padding:2.6rem 0}
.about .sec-title{margin-bottom:1.6rem}
.about p{max-width:900px;margin-bottom:1rem;color:#555}
.about .btn-dark{margin-top:.5rem}

/* ---------- tienda / categoría ---------- */
.crumbs{font-size:.8rem;color:var(--gris);margin:1.2rem 0}
.shop-wrap,.page-wrap,.pd-wrap{padding-bottom:3rem}
.shop-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.4rem}
.shop-head h1{font-size:1.7rem;font-weight:700}
.shop-count{color:var(--gris);font-size:.85rem}
.shop-cols{display:grid;grid-template-columns:250px 1fr;gap:2rem;align-items:start}
.shop-side h4{font-size:1rem;border-bottom:2px solid var(--amarillo);padding-bottom:.5rem;margin-bottom:.6rem}
.side-cats li{border-bottom:1px solid #f0f0f0}
.side-cats a{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.88rem;color:#555}
.side-cats a span{color:#b5b5b5;font-size:.78rem}
.side-cats li.act a{font-weight:700;color:var(--oscuro)}
.side-cats a:hover{color:#000}
.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}

/* ---------- producto ---------- */
.pd-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}
.pd-main{border:1px solid #eee;border-radius:6px;display:grid;place-items:center;min-height:380px;padding:1rem}
.pd-main img{max-height:420px;width:auto;object-fit:contain}
.pd-thumbs{display:flex;gap:.5rem;margin-top:.7rem;flex-wrap:wrap}
.pd-thumbs img{width:70px;height:70px;object-fit:contain;border:1px solid #e5e5e5;border-radius:4px;cursor:pointer;padding:4px;background:#fff}
.pd-thumbs img.on{border-color:var(--amarillo)}
.pd-info h1{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.6rem}
.pd-meta{font-size:.8rem;color:var(--gris);display:flex;gap:1rem;margin-bottom:.9rem}
.in-stock{color:#1e9e5a;font-weight:700}
.no-stock{color:var(--rojo);font-weight:700}
.pd-price .price{font-size:1.7rem}
.pd-price{margin-bottom:1.1rem}
.pd-short ul{list-style:disc;padding-left:1.2rem;color:#555;font-size:.88rem}
.pd-short li{margin-bottom:.35rem}
.pd-buy{display:flex;gap:.8rem;align-items:center;margin:1.4rem 0}
.pd-buy input{width:70px;height:46px;border:1px solid var(--borde);border-radius:6px;text-align:center;font-size:1rem}
.pd-cats{font-size:.82rem;color:var(--gris);border-top:1px solid #eee;padding-top:.9rem}
.pd-desc{margin-top:2.5rem;border-top:2px solid #e5e5e5;padding-top:1.4rem}
.pd-desc h2{font-size:1.2rem;margin-bottom:.9rem;padding-bottom:.5rem;display:inline-block;border-bottom:2px solid var(--amarillo)}
.pd-desc p{color:#555;margin-bottom:.8rem}

/* ---------- páginas ---------- */
.page-wrap h1{font-size:1.8rem;margin-bottom:1.2rem}
.page-content h2{font-size:1.3rem;margin:1.4rem 0 .6rem}
.page-content h3{font-size:1.05rem;margin:1.2rem 0 .4rem}
.page-content p{margin-bottom:.8rem;color:#555;max-width:900px}
.page-content ul,.page-content ol{padding-left:1.3rem;color:#555;margin-bottom:.8rem;max-width:900px}
.page-content a{color:#0668a8}
.contact-cols{display:grid;grid-template-columns:1fr 1.4fr;gap:2.5rem;margin-bottom:2rem}
.contact-form label{display:block;font-weight:600;margin-bottom:.9rem;font-size:.88rem}
.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--borde);border-radius:6px;padding:.6rem .8rem;font:inherit;margin-top:.25rem}
.mt{margin-top:1.5rem}

/* ---------- carrito ---------- */
.cart-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}
.cart-table th{text-align:left;border-bottom:2px solid #e5e5e5;padding:.6rem;font-size:.82rem;text-transform:uppercase;color:var(--gris)}
.cart-table td{border-bottom:1px solid #f0f0f0;padding:.7rem .6rem;vertical-align:middle}
.cart-table img{width:64px;height:64px;object-fit:contain}
.cart-table input{width:60px;text-align:center;border:1px solid var(--borde);border-radius:4px;padding:.3rem}
.cart-del{background:none;border:0;color:var(--rojo);font-size:1.1rem}
.cart-sum{text-align:right;font-size:1.2rem;margin-bottom:1.4rem}
.cart-actions{display:flex;gap:1rem;flex-wrap:wrap}
.cart-empty{color:var(--gris);padding:2rem 0}
.cart-note{color:var(--gris);font-size:.82rem;margin-top:1.2rem}

/* ---------- footer ---------- */
.site-footer{margin-top:3rem;background:#fff;border-top:1px solid #e5e5e5;font-size:.88rem}
.ft-features{border-bottom:1px solid #e9e9e9;background:#fafafa}
.ftf-in{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;padding-block:1.4rem}
.ftf{display:flex;gap:.7rem;align-items:center;color:var(--gris)}
.ftf>span{display:flex;color:var(--oscuro)}
.ftf b{color:var(--oscuro)}
.ftm-in{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-block:2.4rem}
.ft-col h4{font-size:.95rem;margin-bottom:.8rem;position:relative;padding-bottom:.4rem}
.ft-col h4:after{content:'';position:absolute;left:0;bottom:0;width:36px;height:2px;background:var(--amarillo)}
.ft-col ul li{margin-bottom:.4rem}
.ft-col a:hover{color:#000}
.ft-col{color:var(--gris)}
.ft-logo{margin-bottom:.9rem}
.big-fone{font-size:1.5rem;font-weight:800;color:var(--oscuro)}
.ft-bottom{background:var(--gris-claro);border-top:1px solid #e2e2e2}
.ftb-in{display:flex;justify-content:center;text-align:center;gap:1rem;padding-block:.9rem;font-size:.8rem;color:var(--gris);flex-wrap:wrap}
.wsp-float{position:fixed;right:20px;bottom:20px;width:58px;height:58px;background:#25d366;color:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 6px 20px rgba(37,211,102,.45);z-index:99;transition:transform .18s ease,box-shadow .18s ease}.wsp-float::before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #25d366;animation:wspPulse 2.4s ease-out infinite}.wsp-float:hover{color:#fff;transform:scale(1.08);box-shadow:0 10px 26px rgba(37,211,102,.55)}.wsp-float:active{transform:scale(.96)}@keyframes wspPulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.5);opacity:0}100%{opacity:0}}@media (prefers-reduced-motion:reduce){.wsp-float::before{animation:none}}@media (max-width:600px){.wsp-float{width:52px;height:52px;right:14px;bottom:14px}}

/* ---------- responsive ---------- */
@media (max-width:991px){
  .main-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12);z-index:60}
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;gap:0;padding:.5rem 0}
  .site-header{position:relative}
  .mob-toggle{display:block;margin-left:auto}
  .hd-support{display:none}
  .sl-txt h2{font-size:2rem}
  .sl-txt h3{font-size:1.3rem}
  .shop-cols{grid-template-columns:1fr}
  .pd-cols,.contact-cols,.banners2{grid-template-columns:1fr}
  .ftm-in{grid-template-columns:1fr 1fr}
  .ftf-in{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .tb-in{justify-content:center}
  .tb-links{display:none}
  .yb-in{flex-wrap:wrap;padding-block:.6rem}
  .dept-wrap{order:2}
  .yb-icons{order:3;margin-left:auto}
  .search{order:1;flex-basis:100%}
  .sl-in{flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;padding-block:1.2rem;min-height:0;height:100%}
  .sl-txt{flex:none;max-width:78%}
  .slide{background-position:center right}
  .slide::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(232,232,232,.85) 0%,rgba(232,232,232,.55) 45%,rgba(232,232,232,0) 75%)}
  .sl-in{position:relative;z-index:1}
  .slides{min-height:290px}
  .sl-txt h2{font-size:1.5rem}
  .sl-txt h3{font-size:1.05rem;margin-bottom:.5rem}
  .sl-txt p{display:none}
  .sl-pre{font-size:.72rem}
  .sl-txt .btn-yellow{padding:.6rem 1.3rem;font-size:.8rem}
  .hero-dots{bottom:8px}
    .ftm-in,.ftf-in{grid-template-columns:1fr}
  .prod-inner .product-card{flex-basis:70%}
}

/* atributos de producto variable */
.pd-attrs{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}
.pd-attr-l{font-size:.82rem;font-weight:700;color:var(--gris)}
.pd-attr{display:block;margin-top:.3rem;border:1px solid var(--borde);border-radius:6px;padding:.5rem .7rem;font:inherit;min-width:180px}

.ic{vertical-align:-4px}
.ft-lines{display:flex;flex-direction:column;gap:.35rem}
.ft-lines span{display:flex;align-items:center;gap:.5rem}
.cart-link .ic{vertical-align:middle}

/* iconos barra amarilla */
.yb-ico{display:grid;place-items:center;height:40px;color:var(--oscuro);position:relative}
.yb-ico:hover{color:#000}
.fav-count{position:absolute;top:2px;right:-6px;background:#fff;border-radius:50%;font-size:.68rem;min-width:18px;height:18px;display:grid;place-items:center;font-weight:800}
.pc-actions{display:flex;align-items:center;gap:.5rem}
.fav-btn{background:none;border:0;color:#c9cdd1;padding:.2rem;display:grid;place-items:center}
.fav-btn:hover,.fav-btn.on{color:#e02b27}
.fav-btn.on svg{fill:currentColor}

/* selects estilados */
select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1px solid var(--borde);border-radius:20px;padding:.5rem 2.4rem .5rem 1rem;font:inherit;font-size:.88rem;color:var(--oscuro);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%2334404b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px}
select::-ms-expand{display:none}
select:focus{outline:0;border-color:var(--amarillo)}
/* paginación tienda */
.pager{display:flex;justify-content:center;gap:.4rem;margin:2rem 0 .5rem;flex-wrap:wrap}
.pager button{border:1px solid var(--borde);background:#fff;min-width:38px;height:38px;border-radius:50%;font-weight:700;color:var(--oscuro);cursor:pointer}
.pager button.on{background:var(--amarillo);border-color:var(--amarillo)}
.pager button:hover{border-color:var(--amarillo)}
/* los más buscados */
.buscados{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.busc-card{display:flex;align-items:center;gap:.8rem;background:#fff;border:1px solid var(--borde);border-radius:8px;padding:.7rem .9rem;font-size:.88rem;color:var(--oscuro);transition:.2s}
.busc-card:hover{border-color:var(--amarillo);box-shadow:0 6px 16px rgba(0,0,0,.07)}
.busc-card img{width:54px;height:54px;object-fit:contain;flex:0 0 auto}
@media(max-width:900px){.buscados{grid-template-columns:repeat(2,1fr)}}
.ft-seo{border-top:1px solid rgba(255,255,255,.08);padding:1rem 0}
.ft-seo h4{font-size:.8rem;color:#9aa3ab;margin-bottom:.35rem}
.ft-seo p{font-size:.78rem;line-height:1.9;color:#c7cdd2}
.ft-seo a{color:#c7cdd2}
.ft-seo a:hover{color:var(--amarillo)}
/* ficha SEO enriquecida */
.seo-rich{margin-top:2.5rem;border-top:1px solid var(--borde);padding-top:2rem}
.sr-cols{display:grid;grid-template-columns:1fr 1.1fr;gap:2rem;align-items:center}
.sr-img img{width:100%;border-radius:10px;display:block}
.sr-txt h2{font-size:1.35rem;margin-bottom:.8rem}
.sr-txt p{margin-bottom:.8rem;color:#555;line-height:1.7}
.sr-bens{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0}
.sr-ben{background:#f7f7f7;border-radius:8px;padding:1rem;border-top:3px solid var(--amarillo)}
.sr-ben b{display:block;font-size:.92rem;margin-bottom:.25rem}
.sr-ben span{font-size:.8rem;color:#666}
.sr-usos{background:var(--amarillo);border-radius:10px;padding:1.3rem 1.5rem;margin-bottom:2rem}
.sr-usos h3{font-size:1rem;margin-bottom:.3rem}
.sr-usos p{font-size:.92rem;line-height:1.6}
.sr-faqs h3{font-size:1.1rem;margin-bottom:.7rem}
.sr-faq{border:1px solid var(--borde);border-radius:8px;margin-bottom:.5rem;padding:0 1rem}
.sr-faq summary{cursor:pointer;font-weight:700;font-size:.92rem;padding:.8rem 0}
.sr-faq p{padding:0 0 .9rem;color:#555;font-size:.9rem;line-height:1.65}
@media(max-width:900px){.sr-cols{grid-template-columns:1fr}.sr-bens{grid-template-columns:repeat(2,1fr)}}
.cand-num{position:absolute;top:18px;left:18px;background:var(--oscuro);color:#fff;font-weight:800;font-size:1.4rem;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;z-index:2}
