*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#111;line-height:1.5}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none}section{padding:4rem 1.5rem}.header{position:fixed;top:0;left:0;width:100%;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:2rem;background-color:transparent;border-bottom:none;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease;color:#fff}.header__nav{display:flex;gap:2rem}@media(max-width:640px){.header__nav{display:none}}.header__logo{font-weight:700;font-size:1.8rem;color:#fff;transition:color .3s ease}.header__nav a{font-size:1.1rem;color:#fff;transition:color .3s ease;font-weight:500}.header__nav a:hover{opacity:.8}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:0;z-index:101}.header__hamburger span{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.header--scrolled .header__hamburger span{background-color:#111}.header__hamburger--open span:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.header__hamburger--open span:nth-child(2){opacity:0}.header__hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header__mobile-nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#000000f2;display:flex;flex-direction:column;padding:6rem 2rem 2rem;gap:2rem;transition:right .3s ease;z-index:99}.header__mobile-nav--open{right:0}.header__mobile-nav a{font-size:1.3rem;color:#fff;font-weight:500;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.header__mobile-nav a:hover{opacity:.8}@media(max-width:640px){.header__hamburger{display:flex}}.hero{display:flex;flex-direction:column;gap:2rem}.hero__content h1{font-size:2rem;max-width:600px}.hero__content p{margin:1rem 0}.btn-primary{background-color:#111;color:#fff;padding:.75rem 1.5rem;border-radius:999px;font-size:.9rem}.hero__image{height:200px;background:#f0f2f5;border-radius:1rem}@media(min-width:768px){.hero{flex-direction:row;align-items:center;justify-content:space-between}.hero__image{width:45%;height:300px}}.about{text-align:center;max-width:700px;margin:0 auto}.about h2{font-size:2rem;margin-bottom:1rem}.about p{margin-bottom:1rem}.about a{color:#2563eb;font-weight:500}.values__container{display:grid;gap:3rem;align-items:center}.values__content h2{font-size:2rem;margin-bottom:2rem}.values__list{list-style:none;display:flex;flex-direction:column;gap:1.5rem}.values__list li{background:#f7f7f7;padding:1.5rem;border-radius:1rem}.values__list li strong{font-size:1.2rem;display:block;margin-bottom:.5rem}.values__image{width:100%;border-radius:1.5rem;overflow:hidden;height:100%}.values__image img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:768px){.values__container{grid-template-columns:1fr 1fr}}.cta{text-align:center;background:#f1f5f9;border-radius:1.5rem}.product-carousel{position:relative;overflow:hidden;border-radius:1.5rem;margin:1rem auto 2rem;max-width:720px;max-height:500px;background:transparent}.product-carousel__track{display:flex;transition:transform .6s ease}.product-carousel__slide{min-width:100%;position:relative;display:block}.product-carousel__image{width:100%;height:auto;object-fit:contain;display:block}.product-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:none;background:#00000073;color:#fff;font-size:1.8rem;cursor:pointer;opacity:0;transition:opacity .2s ease,background .2s ease;z-index:2}.product-carousel__nav--prev{left:1rem}.product-carousel__nav--next{right:1rem}.product-carousel:hover .product-carousel__nav{opacity:1}.product-carousel__nav:hover{background:#000000a6}.product-carousel__status{color:#fff;padding:3rem 1.5rem;text-align:center}@media(max-width:768px){.product-carousel{margin:1.5rem 1.5rem 3rem}.product-carousel__nav{opacity:1}}.cta__buttons{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.btn-whatsapp{background:#25d366;color:#fff;padding:.75rem 1.5rem;border-radius:999px}@media(min-width:768px){.cta__buttons{flex-direction:row;justify-content:center}}.footer{background:#1a1a1a;color:#ccc;padding:3rem 2rem 1.5rem}.footer__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer__section{display:flex;flex-direction:column;gap:.75rem}.footer__item{display:flex;align-items:center;gap:.5rem}.footer__icon{width:16px;height:16px;flex-shrink:0;filter:brightness(0) invert(1)}.footer__title{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:.25rem}.footer__heading{font-size:1rem;color:#fff;font-weight:600;margin-bottom:.25rem}.footer__section p{margin:0;font-size:.9rem;line-height:1.6}.footer__section a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center;gap:.5rem}.footer__section a:hover{color:#fff}.footer__bottom{border-top:1px solid #333;padding-top:1.5rem;text-align:center}.footer__bottom p{margin:0;font-size:.85rem;color:#888}@media(max-width:768px){.footer__container{grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width:480px){.footer__container{grid-template-columns:1fr;text-align:center}}.whatsapp-button{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;background-color:transparent;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 8px 20px #0003;z-index:1000;transition:all .3s ease}.whatsapp-button__icon{width:56px;height:56px}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 12px 30px #25d36666}.hero--image{min-height:100vh;min-height:100dvh;display:flex;align-items:flex-start;justify-content:flex-end;position:relative}.hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:25% center}@media(min-width:768px){.hero__image{object-position:center}}.hero__overlay{position:absolute;inset:0;background:#0000004d;z-index:1}.hero__content{position:relative;z-index:1;color:#fff;padding:5rem 1.5rem 2rem;max-width:100%;text-align:center;margin:auto;animation:slideUpIn .8s ease-out}@keyframes slideUpIn{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.hero__content h1{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero__content p{margin:1rem 0 2rem;font-size:1rem;max-width:100%;text-align:center}@media(min-width:640px){.hero__content{padding:6rem 3rem 2rem;max-width:600px;text-align:right;margin-left:auto;margin-right:0}.hero__content h1{font-size:2.8rem}.hero__content p{font-size:1.05rem;text-align:right}}@media(min-width:768px){.hero__content{padding:6rem 4rem 2rem;max-width:700px}.hero__content h1{font-size:3.4rem}.hero__content p{font-size:1.125rem}}@media(min-width:1024px){.hero__content h1{font-size:3.75rem}}.section-divider{width:100%;display:flex;justify-content:center;margin:3rem 0}.section-divider img{max-width:100%;height:auto}.section-divider{margin:0rem 0}.header--scrolled{background-color:#fffffffa;box-shadow:0 4px 20px #0000001a;color:#111}.header--scrolled .header__logo,.header--scrolled .header__nav a{color:#111}.hero__content{padding-top:11rem}.featured-categories{text-align:center;background:#f9fafb;padding:4rem 1.25rem}.featured-categories h2{font-size:2rem;margin-bottom:3rem;color:#111}.featured-categories__grid{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center;width:100%;max-width:1100px;margin:0 auto}.featured-categories__card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:320px;min-width:240px}.featured-categories__card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.featured-categories__image{width:100%;height:200px;overflow:hidden;background:#e5e7eb}.featured-categories__image img{width:100%;height:100%;object-fit:contain;padding:1rem}.featured-categories__card h3{font-size:1.3rem;padding:1.5rem;color:#111;font-weight:600}@media(min-width:768px){.featured-categories__grid{flex-direction:row;gap:2rem;flex-wrap:wrap}.featured-categories__card{flex:1 1 280px;max-width:320px}}@media(max-width:640px){.featured-categories__grid{gap:1.5rem}.featured-categories__card{max-width:90%;min-width:0}.featured-categories__image{height:160px}}.catalog{width:100%}.catalog__header{height:40vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;position:relative;margin-top:0}.catalog__header-overlay{position:absolute;inset:0;background:#00000040}.catalog__header-content{position:relative;z-index:2;color:#fff;text-align:center}.catalog__header-content h1{font-size:3rem;font-weight:700}.catalog__filters{padding:3rem 1.5rem;background:#fff}.catalog__filter-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}.catalog__filter-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid #ddd;border-radius:50px;background:#fff;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:500;color:#111}.catalog__filter-btn:hover{border-color:#111;background:#f9f9f9}.catalog__filter-btn--active{background:#fff;color:#000;border-color:#ddd}.catalog__filter-icon{font-size:1.2rem}.catalog__filter-icon-img{width:1.2rem;height:1.2rem;object-fit:contain}.catalog__products{padding:4rem 1.5rem;background:#fff}.catalog__grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.catalog__card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:block;cursor:pointer}.catalog__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.catalog__card-image{position:relative;width:100%;height:200px;overflow:hidden;background:#e5e7eb}.catalog__card-image img{width:100%;height:100%;object-fit:cover}.catalog__card-category{position:absolute;top:1rem;left:1rem;background:#000000b3;color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600}.catalog__card-content{padding:1.5rem}.catalog__card-content h3{font-size:1.2rem;margin-bottom:1rem;color:#111}.catalog__card-desc{margin:0 0 1rem;color:#444;line-height:1.5;font-size:.95rem}.catalog__card-specs{list-style:disc;list-style-position:inside;margin-bottom:1.5rem;color:#666;font-size:.95rem;line-height:1.6}.catalog__card-specs .catalog__read-more{color:inherit;font-weight:600}.catalog__card-specs .catalog__card:hover .catalog__read-more{color:#2563eb}.catalog__card-specs .catalog__card-desc .catalog__read-more{transition:color .2s ease}.catalog__card-specs li{margin-bottom:.4rem}.catalog__btn-info{display:inline-block;background:#22c55e;color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:background .3s ease;font-size:.95rem}.catalog__btn-info:hover{background:#16a34a}@media(min-width:768px){.catalog__grid{grid-template-columns:repeat(3,1fr)}.catalog__header-content h1{font-size:3.5rem}}@media(max-width:640px){.catalog__header{height:20vh;margin-top:5rem}.catalog__header-content h1{font-size:2rem}.catalog__filters{padding:2rem 1rem}.catalog__filter-buttons{gap:.75rem}.catalog__filter-btn{padding:.6rem 1.2rem;font-size:.9rem}.catalog__card-image{height:180px}}.product-detail{min-height:100vh;padding:0;padding-top:6rem;background:#f9fafb}.product-detail__header{background:#f9fafb;padding:2rem 1.5rem;text-align:center;position:relative}.product-detail__back{position:absolute;left:1.5rem;top:2rem;background:#fff;border:1px solid #ddd;padding:.5rem 1rem;border-radius:50px;cursor:pointer;transition:background .3s ease}.product-detail__back:hover{background:#e5e7eb}.product-detail__title{font-size:2.5rem;color:#111;line-height:1.2;margin-bottom:.5rem}.product-detail__category{display:inline-block;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600}.product-detail__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;padding:3rem 1.5rem}.product-detail__gallery{width:100%}.product-detail__carousel{position:relative;width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 8px 24px #0000001f;background:#e5e7eb}.product-detail__image{width:100%;height:auto;display:block}.product-detail__carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10}.product-detail__carousel-btn:hover{background:#fff}.product-detail__carousel-btn--prev{left:1rem}.product-detail__carousel-btn--next{right:1rem}.product-detail__carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.product-detail__dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .3s ease}.product-detail__dot--active{background:#fff;width:12px;height:12px}.product-detail__thumbnails{display:flex;gap:.5rem;margin-top:1rem;overflow-x:auto}.product-detail__thumbnail{width:80px;height:80px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .3s ease;background:none;padding:0}.product-detail__thumbnail img{width:100%;height:100%;object-fit:cover}.product-detail__thumbnail--active{border-color:#111}.product-detail__info{display:flex;flex-direction:column;gap:2rem}.product-detail__description h2{font-size:1.5rem;margin-bottom:1rem;color:#111}.product-detail__description p{font-size:1.05rem;color:#555;line-height:1.8}.product-detail__specs{background:#f9fafb;padding:1.5rem;border-radius:1rem}.product-detail__specs h3{font-size:1.3rem;margin-bottom:1rem;color:#111}.product-detail__specs ul{list-style:disc;list-style-position:inside;color:#555;line-height:1.8}.product-detail__specs li{margin-bottom:.5rem}.product-detail__technical-section{max-width:1200px;margin:0 auto;padding:3rem 1.5rem;background:#f0f4f8}.product-detail__technical-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#111;text-align:center}.product-detail__technical-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.product-detail__technical-list li{background:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 2px 4px #0000000d;color:#555}.product-detail__whatsapp-float{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#25d366;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 12px #25d36666;transition:transform .3s ease,box-shadow .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.product-detail__whatsapp-float img{width:35px;height:35px}.product-detail__whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.product-detail--loading,.product-detail--error,.catalog--loading,.catalog--empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.product-detail__loader,.catalog__loader,.product-detail__error,.catalog__empty-message{text-align:center;font-size:1.2rem;color:#666}.product-detail__error{display:flex;flex-direction:column;align-items:center;gap:1rem}.product-detail__error h1{font-size:2rem;color:#111}@media(max-width:768px){.product-detail{margin-top:5rem}.product-detail__header{padding:1.5rem 1rem}.product-detail__back{position:relative;left:0;top:0;margin-bottom:1rem}.product-detail__title{font-size:1.8rem}.product-detail__container{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem}.product-detail__carousel-btn{width:35px;height:35px;font-size:1.2rem}.product-detail__thumbnail{width:60px;height:60px}.product-detail__technical-list{grid-template-columns:1fr}.product-detail__whatsapp-float{width:50px;height:50px;bottom:1.5rem;right:1.5rem}.product-detail__whatsapp-float img{width:28px;height:28px}}
