@charset "UTF-8";
:root{--blue:#103c85;--blue-dark:#0c2c5e;--ink:#182b45;--muted:#526075;--line:#dce3ee;--paper:#fff;--soft:#f4f6fa;--pale:#e7eef9;--font:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:112px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
img{display:block;max-width:100%;height:auto}
h1,h2,h3,p{margin:0}
a:focus-visible{outline:3px solid #e09a11;outline-offset:6px}
.wrap{width:min(1280px,calc(100% - 112px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-90px;background:var(--blue);color:white;padding:12px 20px;z-index:10}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line)}
.header-inner{min-height:100px;display:flex;align-items:center;gap:44px}
.brand{width:148px;flex-shrink:0;padding-block:8px}
.brand img{width:100%;height:78px;object-fit:contain}
nav{display:flex;gap:34px;margin-left:auto;font-size:15px;font-weight:600}
nav a{padding-block:13px}
nav a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:7px}
.button{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:52px;padding:14px 21px;border-radius:6px;border:1px solid transparent;font-size:15px;line-height:1.25;font-weight:600;transition:background .18s,border-color .18s,transform .18s}
.button:hover{transform:translateY(-2px)}
.button-primary,.button-header{background:var(--blue);color:white}
.button-primary:hover,.button-header:hover{background:var(--blue-dark)}
.button-outline{border-color:#b5c2d4;color:var(--ink);background:white}
.button-outline:hover{border-color:var(--blue);background:var(--soft)}
.button-header{min-height:44px;gap:10px;font-size:14px;padding:11px 18px}
.button svg,.contact-row>svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.hero{display:grid;grid-template-columns:1.09fr 1fr;gap:60px;padding-block:58px 68px;align-items:center}
.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:700;color:var(--blue);line-height:1.4}
h1{font-size:clamp(48px,5.1vw,76px);letter-spacing:-.052em;line-height:1.055;font-weight:700;margin-top:22px}
h1 span{color:var(--blue)}
.hero-description{color:var(--muted);font-size:19px;line-height:1.55;margin-top:25px}
.hero-actions{display:flex;align-items:flex-start;flex-direction:column;gap:10px;margin-top:30px}
.hero-actions .button{min-width:279px;justify-content:space-between}
.discover{display:inline-flex;align-items:center;gap:17px;font-size:14px;font-weight:600;margin-top:33px}
.discover span{font-size:20px;color:var(--blue)}
.discover:hover{text-decoration:underline;text-underline-offset:4px}
.hero-visual{position:relative;align-self:stretch;min-height:535px;display:flex;flex-direction:column;background:var(--pale);border-radius:8px;overflow:hidden}
.hero-image-stage{flex:1;display:grid;place-items:center;padding:20px 22px 0}
.hero-product{width:100%;max-height:470px;object-fit:contain;mix-blend-mode:multiply;transform:rotate(-9deg);filter:drop-shadow(10px 19px 14px rgba(20,38,63,.09))}
.hero-image-caption{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:15px 34px 29px;color:var(--blue-dark);font-size:20px;line-height:1.25;font-weight:600}
.hero-image-caption a{display:grid;place-items:center;width:44px;height:44px;background:white;border-radius:50%;font-size:24px;font-weight:400}
.products-section{padding:76px 0 62px;background:var(--soft);border-top:1px solid var(--line)}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
h2{font-size:clamp(30px,3.1vw,44px);letter-spacing:-.035em;line-height:1.15;font-weight:600}
.section-heading h2{margin-top:12px}
.section-heading>p{font-size:16px;line-height:1.6;color:var(--muted);padding-bottom:3px}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{display:flex;flex-direction:column;border:1px solid #e3e8f0;border-radius:8px;background:white;overflow:hidden;transition:box-shadow .2s,border-color .2s}
.product-card:hover{border-color:#a7b9d5;box-shadow:0 8px 24px rgba(18,41,75,.055)}
.product-image{height:245px;padding:22px 35px;background:#fff;display:grid;place-items:center}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .25s;min-height:0}
.product-card:hover .product-image img{transform:scale(1.035)}
.lamp-image{padding:21px 52px}
.barral-image{padding:6px 20px}
.product-copy{padding:18px 25px 23px;flex:1;display:flex;flex-direction:column;border-top:1px solid #f1f3f7}
h3{font-size:20px;font-weight:600;letter-spacing:-.025em;line-height:1.3}
.product-copy p{font-size:15px;line-height:1.6;color:var(--muted);margin-top:9px;margin-bottom:22px}
.card-link{font-size:14px;font-weight:600;color:var(--blue);display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:auto}
.card-link>span{font-size:21px;font-weight:400}
.street-lighting{display:grid;grid-template-columns:1fr 1.7fr auto;align-items:center;gap:28px;padding:25px 28px;margin-top:23px;border:1px solid #cad7ea;border-radius:8px;background:#eaf0f9}
.street-lighting p{color:var(--muted);font-size:15px}
.street-lighting .card-link{margin:0;gap:35px}
.street-lighting:hover{background:#dfe9f8}
.image-note{margin-top:20px;font-size:13px;color:var(--muted)}
.contact-section{display:grid;grid-template-columns:1.1fr 1fr;gap:90px;padding-block:95px 100px}
.contact-intro h2{margin-top:17px;font-size:clamp(34px,3.8vw,52px);line-height:1.12}
.contact-intro h2 span{color:var(--blue)}
.contact-intro>p:not(.eyebrow){margin-top:22px;font-size:17px;line-height:1.65;color:var(--muted)}
.contact-intro .button{margin-top:28px}
.contact-row{display:flex;gap:24px;padding-block:23px;border-bottom:1px solid var(--line)}
.contact-row:first-child{padding-top:0}
.contact-row:last-child{border-bottom:0;padding-bottom:0}
.contact-row>svg{width:23px;height:23px;color:var(--blue);margin-top:3px}
.contact-row h3{font-size:14px;color:var(--muted);font-weight:400;letter-spacing:0;margin-bottom:7px}
.contact-value{display:block;width:fit-content;font-size:22px;line-height:1.6;letter-spacing:-.025em}
.contact-value:hover{color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.contact-row p{font-size:14px;color:var(--muted);line-height:1.65}
.contact-row .address{font-size:20px;color:var(--ink);letter-spacing:-.025em}
.text-link{display:inline-flex;gap:20px;align-items:center;color:var(--blue);font-size:14px;font-weight:600;margin-top:13px;text-decoration:underline;text-underline-offset:5px}
.site-footer{background:var(--blue-dark);color:white;padding:38px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}
.footer-brand{font-size:18px;font-weight:700;letter-spacing:.02em}
.footer-brand span{display:block;font-size:13px;font-weight:400;letter-spacing:0;margin-top:5px;color:#ced9eb}
.footer-inner>a:not(.footer-brand){font-size:14px}
.footer-inner>a:not(.footer-brand):hover{text-decoration:underline;text-underline-offset:5px}
.copyright{font-size:12px;color:#ced9eb}
@media(min-width:1450px){.hero{gap:90px}.hero-visual{min-height:590px}.hero-actions{flex-direction:row;flex-wrap:wrap}.hero-actions .button{min-width:0;font-size:14px;padding-inline:16px;gap:10px}.hero-product{max-height:490px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.hero{gap:35px}.hero-visual{min-height:525px}.product-image{height:205px;padding-inline:25px}.product-copy{padding-inline:20px}.contact-section{gap:55px}.street-lighting{grid-template-columns:1fr 1.5fr auto;gap:20px}.street-lighting .card-link{gap:15px}}
@media(max-width:800px){html{scroll-padding-top:94px}.header-inner{min-height:84px;gap:24px}.brand{width:120px}.brand img{height:63px}nav{gap:23px;font-size:14px}.hero{gap:25px;padding-block:38px 48px;grid-template-columns:1.08fr 1fr}h1{font-size:49px}.hero-visual{min-height:470px}.hero-image-stage{padding:5px}.hero-image-caption{padding:16px 20px 22px;font-size:17px}.hero-description{font-size:17px}.hero-actions .button{min-width:0;font-size:14px;padding-inline:15px;gap:12px}.discover{font-size:13px;gap:10px}.section-heading{align-items:flex-start;flex-direction:column;gap:16px}.section-heading>p br{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-image{height:235px}.products-section{padding-top:52px}.street-lighting{grid-template-columns:1fr auto;gap:8px 18px}.street-lighting p{grid-row:2}.street-lighting .card-link{grid-column:2;grid-row:1/3}.contact-section{gap:40px;padding-block:65px}.contact-intro h2{font-size:36px}.contact-value{font-size:20px}.contact-row .address{font-size:18px}.footer-inner{flex-wrap:wrap}.copyright{flex-basis:100%}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:76px;gap:17px}.brand{width:96px}.brand img{height:53px}nav{gap:16px;font-size:13px}.button-header{width:40px;min-height:40px;padding:9px;margin-left:0;border-radius:6px}.button-header span{display:none}.button-header svg{width:20px;height:20px}.hero{grid-template-columns:1fr;gap:30px;padding-block:34px 38px}.hero-copy{padding:0 1px}.eyebrow{font-size:11px}h1{font-size:clamp(43px,11.5vw,64px);line-height:1.06;margin-top:18px;letter-spacing:-.045em}.hero-description{font-size:17px;margin-top:20px}.desktop-break{display:none}.hero-actions{margin-top:24px;gap:10px}.hero-actions .button{width:100%;font-size:15px;min-height:50px;padding-inline:20px}.discover{margin-top:25px;font-size:14px}.hero-visual{min-height:0;height:350px}.hero-image-stage{min-height:0;padding:6px 30px 0}.hero-product{height:268px;width:100%;max-height:none}.hero-image-caption{padding:0 24px 22px;align-items:center;font-size:17px}.hero-image-caption br{display:none}.hero-image-caption a{width:37px;height:37px;font-size:21px}.products-section{padding-block:45px 38px}.section-heading{margin-bottom:25px;gap:14px}.section-heading h2{font-size:32px;margin-top:11px}.section-heading>p{font-size:15px}.product-grid{gap:14px}.product-image{height:168px;padding:12px}.lamp-image{padding:14px 26px}.barral-image{padding:4px 10px}.product-copy{padding:17px 15px 16px}h3{font-size:18px;line-height:1.25}.product-copy p{font-size:14px;line-height:1.5;margin-top:9px;margin-bottom:17px}.card-link{font-size:14px}.street-lighting{padding:22px 19px;grid-template-columns:1fr;gap:9px;margin-top:15px}.street-lighting p{grid-row:auto;font-size:14px}.street-lighting .card-link{grid-column:auto;grid-row:auto;margin-top:5px}.image-note{font-size:12px;line-height:1.5;margin-top:17px}.contact-section{grid-template-columns:1fr;gap:38px;padding-block:49px 55px}.contact-intro h2{font-size:39px;margin-top:14px}.contact-intro>p:not(.eyebrow){font-size:16px;margin-top:19px}.contact-intro .button{margin-top:23px}.contact-row{gap:20px;padding-block:23px}.contact-value{font-size:22px}.contact-row .address{font-size:20px}.site-footer{padding-block:31px}.footer-inner{align-items:flex-start;flex-direction:column;gap:24px}.copyright{flex-basis:auto}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.header-inner{gap:12px}.brand{width:84px}nav{gap:12px}.product-grid{grid-template-columns:1fr}.product-image{height:230px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}.button:hover{transform:none}.product-card:hover .product-image img{transform:none}}

/* Second presentation: full-width industrial hero and a quiet, nine-family grid. */
.header-inner{gap:32px}
.header-actions{display:flex;gap:12px;align-items:center}
.button-store{background:#fff;border-color:var(--line);min-height:44px;padding:10px 16px;gap:10px;font-size:14px}
.button-store:hover{background:#fffbe4;border-color:#d9c76c}
.channel-icon{flex:0 0 auto;display:block;object-fit:contain;height:24px;width:24px}
.store-icon{width:33px;height:24px}
.wa-icon{width:24px;height:24px}
.hero{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr;place-items:center;width:100%;height:clamp(570px,56.25vw,860px);min-height:0;padding:55px 20px;gap:0;margin:0;overflow:hidden;background:#eee9e2}
.hero-background{position:absolute;inset:0;z-index:-2}
.hero-background img{width:100%;height:100%;object-fit:cover}
.hero::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,transparent 26%,rgba(255,255,255,.2) 42%,rgba(255,255,255,.2) 58%,transparent 74%);pointer-events:none}
.hero-copy{width:min(670px,51%);text-align:center;padding:0}
.hero .eyebrow{font-size:.8rem;letter-spacing:.17em}
.hero h1{font-size:clamp(42px,4.7vw,72px);line-height:1.08;letter-spacing:-.045em;margin-top:19px;text-shadow:0 1px 10px rgba(255,255,255,.5)}
.hero h1 span{color:var(--blue)}
.hero-description{font-size:clamp(16px,1.4vw,21px);color:#34445b;line-height:1.5;margin-top:24px;text-shadow:0 1px 6px rgba(255,255,255,.6)}
.hero-actions{flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;margin-top:31px}
.hero-actions .button{min-width:0;justify-content:center;gap:10px;padding:14px 18px;font-size:14px;min-height:52px}
.button-outline{background:rgba(255,255,255,.95)}
.button-primary{gap:11px}
.section-heading{display:block;margin-bottom:33px}
.section-heading h2{margin-top:12px}
.product-card{transition:none}
.product-card:hover{box-shadow:none;border-color:#e3e8f0}
.product-card:hover .product-image img{transform:none}
.product-copy{padding:18px 25px 24px}
.product-copy p{margin:9px 0 0;font-size:15px}
.product-image img{transition:none}
.narrow-image{padding-inline:60px}
.contact-section{align-items:center}
.footer-brand{display:block;width:165px}
.footer-brand img{width:100%;height:auto}
.footer-store{display:inline-flex;gap:11px;align-items:center}
.footer-store span{font-size:15px}
@media(max-width:1100px){
 .header-inner{gap:24px}
 nav{gap:24px}
 .header-actions{gap:10px}
 .hero-actions{flex-direction:column;gap:10px;margin-top:25px}
 .hero-actions .button{width:260px}
 .hero h1{font-size:clamp(39px,4.8vw,53px)}
 .product-copy{padding-inline:20px}
}
@media(max-width:800px){
 .header-inner{gap:18px}
 .brand{width:110px}
 nav{gap:17px}
 .button-header{padding-inline:13px}
 .hero-copy{width:55%}
 .hero h1{font-size:39px}
 .narrow-image{padding-inline:44px}
}
@media(max-width:760px){
 html{scroll-padding-top:122px}
 .header-inner{min-height:0;display:grid;grid-template-columns:1fr auto;gap:0 16px;padding-top:6px}
 .brand{width:110px;grid-row:1;grid-column:1;padding:5px 0}
 .brand img{height:58px}
 .header-actions{grid-column:2;grid-row:1;gap:9px}
 .button-header{width:42px;min-height:42px;padding:8px}
 .button-header span{display:none}
 .button-store{min-height:42px;padding:10px 12px;font-size:14px;gap:8px}
 .button-store .store-icon{width:29px;height:21px}
 nav{grid-row:2;grid-column:1/-1;margin:0;justify-content:center;gap:40px;border-top:1px solid #edf0f4;font-size:14px}
 nav a{padding:9px 5px}
 .hero{height:750px;padding:0 20px}
 .hero-copy{width:min(400px,100%);padding-bottom:12px}
 .hero h1{font-size:clamp(35px,7.2vw,48px);line-height:1.1;letter-spacing:-.04em;margin-top:14px}
 .hero .eyebrow{font-size:11px}
 .hero-description{font-size:16px;line-height:1.5;margin-top:18px}
 .hero-actions{margin-top:24px;gap:9px;flex-direction:column}
 .hero-actions .button{width:252px;font-size:14px;min-height:48px;padding:12px 14px}
 .hero::after{background:linear-gradient(180deg,transparent 23%,rgba(255,255,255,.14) 34%,rgba(255,255,255,.2) 57%,transparent 75%)}
 .contact-section{padding-block:55px}
}
@media(max-width:600px){
 .hero-copy{max-width:340px}
 .hero h1{font-size:39px}
 .hero h1 span{display:block;max-width:325px;margin-inline:auto}
 .product-copy{padding:16px 15px 20px}
 .product-copy p{font-size:14px;line-height:1.5;margin:8px 0 0}
 .narrow-image{padding-inline:27px}
 .footer-brand{width:150px}
 .footer-inner{align-items:center;text-align:center;gap:24px}
}
@media(max-width:360px){
 .brand{width:99px}
 .hero h1{font-size:35px}
 .hero-copy{padding-bottom:6px}
 .hero-actions .button{width:250px}
}

/* Expanded product families and three contact blocks. */
.product-copy{padding:18px 25px;justify-content:center}
.contact-section{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1.15fr);gap:35px;align-items:center}
.contact-intro h2{font-size:clamp(34px,3.2vw,46px)}
.contact-map{width:100%;height:360px;overflow:hidden;border-radius:8px;border:1px solid var(--line);background:var(--soft)}
.contact-map iframe{display:block;width:100%;height:100%}
.contact-value{font-size:20px}
.contact-row{gap:16px}
.contact-row .address{font-size:18px}
@media(max-width:1000px){.contact-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.contact-map{grid-column:1/-1;height:330px}}
@media(max-width:600px){.contact-section{grid-template-columns:1fr;gap:36px}.contact-map{grid-column:auto;height:320px}.product-copy{padding:16px 15px}.contact-intro h2{font-size:39px}.contact-value{font-size:22px}.contact-row .address{font-size:20px}}

/* Whole-card category links, identified by the store mark. */
.product-card{transition:border-color .18s,box-shadow .18s;cursor:pointer}
.product-card:hover{border-color:#8da8d2;box-shadow:0 6px 20px rgba(16,60,133,.09)}
.product-card:hover h3{text-decoration:underline;text-underline-offset:4px}
.product-card:focus-visible{outline:3px solid #e09a11;outline-offset:4px}
.product-copy{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}
.product-copy .store-icon{width:28px;height:20px}
.more-products{display:inline-flex;align-items:center;gap:7px;color:var(--blue);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.more-products .store-icon{width:25px;height:18px}
.contact-row .contact-hours{margin-top:15px;font-size:14px;line-height:1.7}
.contact-hours strong{font-weight:600;color:var(--ink)}
@media(max-width:600px){.product-copy{gap:7px}.product-copy .store-icon{width:23px;height:17px}}

/* Full-image category cards with readable titles over the photography. */
.product-card{position:relative;display:block;aspect-ratio:1/1;isolation:isolate;background:#dce3ea;border:0;border-radius:10px;overflow:hidden}
.product-card:hover{box-shadow:0 8px 26px rgba(16,60,133,.16)}
.product-image{position:absolute;inset:0;display:block;width:100%;height:100%;padding:0;background:transparent}
.product-image img{display:block;width:100%;height:100%;object-fit:cover}
.product-image img[src$="product-scenes/prolongadores.webp"]{object-position:left center}
.product-copy{position:absolute;inset:auto 0 0;z-index:1;min-height:125px;padding:64px 24px 23px;border:0;display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:14px;background:linear-gradient(180deg,transparent,rgba(7,20,37,.62) 55%,rgba(7,20,37,.88));color:#fff}
.product-copy h3{font-size:clamp(19px,1.65vw,24px);line-height:1.2;letter-spacing:-.02em;text-shadow:0 1px 4px rgba(0,0,0,.35)}
.product-copy .store-icon{width:38px;height:27px;padding:4px;border-radius:5px;background:#fff;flex-shrink:0;margin-bottom:1px}
@media(max-width:800px){.product-copy{padding:54px 20px 20px;min-height:115px}.product-copy h3{font-size:21px}}
@media(max-width:600px){.product-copy{padding:40px 12px 14px;min-height:96px;gap:7px}.product-copy h3{font-size:17px;line-height:1.2}.product-copy .store-icon{width:29px;height:22px;padding:3px}.product-grid{gap:14px}}
@media(max-width:360px){.product-copy{padding:54px 20px 20px;min-height:115px}.product-copy h3{font-size:21px}.product-copy .store-icon{width:34px;height:25px}}
