@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap);*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Montserrat,sans-serif;margin:0;padding-top:70px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.header{background-color:#fff;border-bottom:1px solid #eee;padding:10px 0;position:fixed;top:0;width:100%;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px;position:relative}.logo img{display:block;height:50px}.nav ul{display:flex;list-style:none;margin:0;padding:0}.nav li{margin-left:20px}.nav li:not(:last-child):after{color:#ccc;content:"|";margin-left:20px}.nav a{color:#333;font-weight:700;text-decoration:none}.nav a:hover{color:#2257b4}.nav-wsp{color:#25d366!important}.nav-wsp:hover{color:#1ebe5d!important}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:space-between;padding:0;width:28px;z-index:1001}.hamburger span{background-color:#2257b4;border-radius:3px;display:block;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.hamburger.open span:first-child{transform:translateY(8.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}@media (max-width:768px){.hamburger{display:flex}.nav{background-color:#fff;border-top:2px solid #2257b4;box-shadow:0 8px 20px #0000001a;display:none;left:0;padding:12px 0;position:absolute;right:0;top:100%}.nav.open{display:block}.nav ul{flex-direction:column}.nav li{margin:0}.nav li:after{display:none}.nav a{border-bottom:1px solid #f0f0f0;display:block;font-size:1.05em;padding:14px 24px}.nav li:last-child a{border-bottom:none}}.footer-section{background-color:#2257b4;color:#fff;font-size:.9em;padding:40px 20px}.footer-content{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between}.footer-brand,.footer-contact,.footer-map,.footer-nav,.footer-social{flex:1 1;min-width:200px}.footer-logo{filter:brightness(0) invert(1);height:60px;margin-bottom:15px}.footer-brand p{line-height:1.6;opacity:.8}.footer-contact h4,.footer-nav h4,.footer-social h4{color:#e72f2b;font-size:1.2em;margin-bottom:20px}.footer-nav ul{list-style:none;margin:0;padding:0}.footer-nav li{margin-bottom:10px}.footer-nav a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-nav a:hover{color:#f0f0f0;text-decoration:underline}.footer-contact p{line-height:1.6;margin-bottom:10px}.footer-map{max-width:300px}.footer-map h4{color:#e72f2b;font-size:1.2em;margin-bottom:20px}.footer-map iframe{border-radius:8px;box-shadow:0 4px 10px #0000001a}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-brand,.footer-contact,.footer-map,.footer-nav,.footer-social{max-width:100%;min-width:0;min-width:auto;width:100%}}.hero{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;min-height:100vh;padding:20px;position:relative;text-align:center}.hero:before{background-color:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero .container{margin:0 auto;max-width:900px;position:relative;width:100%;z-index:2}.hero h1,.hero p{font-family:Archivo Black,sans-serif;font-size:3em;line-height:1.2;margin-bottom:20px}.hero p{font-size:1.2em;margin-bottom:40px}.hero-buttons .btn{border:none;border-radius:5px;cursor:pointer;font-size:1em;margin:0 10px;padding:12px 30px;transition:background-color .3s ease}.hero-buttons .btn.primary{background-color:#2257b4;color:#fff}.hero-buttons .btn.primary:hover{background-color:#1a458f}.hero-buttons .btn.secondary{background-color:#e72f2b;color:#fff}.hero-buttons .btn.secondary:hover{background-color:#b82522}@media (max-width:768px){.hero{padding:80px 20px 60px}.hero h1{font-size:1.8em}.hero p{font-size:1em}.hero-buttons .btn{display:block;margin:8px 0;width:100%}}.features-section{background-color:#f8f8f8;padding:60px 20px;text-align:center}.features-section h2{color:#2257b4;font-size:2.8em;font-weight:700;margin-bottom:15px}.features-section .subtitle{color:#444;font-size:1.3em;margin-bottom:60px}.feature-card{background-color:#fff;border-radius:12px;box-shadow:0 6px 15px #00000014;padding:35px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:calc(25% - 22.5px)}.feature-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-10px)}.icon-wrapper{align-items:center;background:linear-gradient(135deg,#2257b4,#4a82e0);border-radius:50%;box-shadow:0 3px 8px #0000001a;color:#fff;display:flex;font-size:2.5em;height:90px;justify-content:center;margin:0 auto 25px;width:90px}.feature-card h3{color:#2257b4;font-size:1.6em;margin-bottom:15px}.feature-card p{color:#666;font-size:1.05em;line-height:1.7}.feature-cards{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:center}@media (max-width:768px){.features-section h2{font-size:1.8em}.features-section .subtitle{font-size:1em;margin-bottom:36px}.feature-card{padding:24px;width:calc(50% - 15px)}}@media (max-width:480px){.feature-card{width:100%}}.product-showcase-section{background-color:#fff;padding:80px 20px;text-align:center}.product-showcase-section h2{color:#2257b4;font-family:Montserrat,sans-serif;font-size:2.8em;font-weight:700;margin-bottom:50px}.product-cards{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.product-card{background-color:#f8f8f8;border-radius:12px;box-shadow:0 6px 15px #00000014;display:flex;flex-direction:column;overflow:hidden;text-align:left;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:calc(25% - 22.5px)}.product-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-10px)}.product-image-wrapper{background:#f0f3f8;height:200px;width:100%}.product-image{height:200px;object-fit:cover;width:100%}.product-image-placeholder{align-items:center;background:linear-gradient(135deg,#e8eef8,#d0daf0);display:flex;font-size:1.2em;height:200px;justify-content:center;width:100%}.product-image-placeholder,.product-modelo-label{color:#2257b4;font-family:Montserrat,sans-serif;font-weight:700}.product-modelo-label{display:block;font-size:.75em;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.product-info{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px}.product-card h3{color:#333;font-size:1.4em;font-weight:600;margin-bottom:10px;min-height:40px}.product-card h3,.product-specs{font-family:Montserrat,sans-serif}.product-specs{color:#666;font-size:.9em;margin-bottom:5px}.product-description{color:#555;font-family:Montserrat,sans-serif;font-size:1em;margin-bottom:20px;margin-top:15px;min-height:70px}.product-card .btn.primary{background-color:#2257b4;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s ease;width:100%}.product-card .btn.primary:hover{background-color:#1a458f}@media (max-width:768px){.product-showcase-section h2{font-size:1.8em;margin-bottom:30px}.product-card{width:calc(50% - 15px)}}@media (max-width:480px){.product-card{width:100%}}:root{--bh-blue:#2257b4;--bh-red:#c8192b;--bh-dark:#1a1a1a;--bh-gray:#555;--bh-light:#f5f7fc}.ficha-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2000}.ficha-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;font-family:Montserrat,Arial,sans-serif;max-height:90vh;max-width:860px;overflow-y:auto;position:relative;width:100%}.ficha-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.3em;line-height:1;opacity:.85;position:absolute;right:14px;top:12px;transition:opacity .2s;z-index:10}.ficha-close:hover{opacity:1}.ficha-header{border-radius:12px 12px 0 0;display:flex;overflow:hidden}.ficha-logo-area{align-items:center;background:#c8192b;background:var(--bh-red);display:flex;justify-content:center;min-width:160px;padding:16px 20px}.ficha-logo{filter:brightness(0) invert(1);height:58px;object-fit:contain}.ficha-title-area{background:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:0 20px}.ficha-title-label{color:#2257b4;color:var(--bh-blue);font-size:1.3em;font-weight:800;letter-spacing:.04em;padding-top:12px;text-transform:uppercase}.ficha-nombre-bar{background:#2257b4;background:var(--bh-blue);margin:8px -20px 0;padding:9px 20px}.ficha-nombre-bar h1{color:#fff;font-size:1.15em;font-weight:700;margin:0}.ficha-identidad{background:#f5f7fc;background:var(--bh-light);border-left:4px solid #2257b4;border-left:4px solid var(--bh-blue);border-radius:0 6px 6px 0;display:flex;flex-wrap:wrap;gap:24px;margin:16px 20px 0;padding:10px 20px}.ficha-identidad p{color:#1a1a1a;color:var(--bh-dark);font-size:.85em;margin:0}.ficha-identidad strong{color:#2257b4;color:var(--bh-blue)}.ficha-body{display:flex;gap:20px;padding:16px 20px 20px}.ficha-col-left{display:flex;flex:1 1;flex-direction:column;gap:14px}.ficha-section{border:1px solid #dde4f0;border-radius:6px;overflow:hidden}.ficha-section-header{background:#2257b4;background:var(--bh-blue);color:#fff;font-size:.82em;font-weight:700;letter-spacing:.06em;padding:7px 14px;text-transform:uppercase}.ficha-section-body{padding:12px 14px}.ficha-section-body p{color:#555;color:var(--bh-gray);font-size:.85em;line-height:1.65;margin:0}.ficha-specs{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.ficha-spec-item{align-items:flex-start;border-bottom:1px solid #eef1f8;color:#1a1a1a;color:var(--bh-dark);display:flex;font-size:.84em;gap:10px;padding-bottom:6px;text-align:left}.ficha-spec-item:last-child{border-bottom:none;padding-bottom:0}.ficha-spec-icon{font-size:1em;margin-top:1px;min-width:20px;text-align:center}.ficha-spec-text strong{color:#2257b4;color:var(--bh-blue)}.ficha-wsp-btn{align-items:center;background:#25d366;border-radius:8px;color:#fff;display:flex;font-family:Montserrat,sans-serif;font-size:.95em;font-weight:700;gap:10px;justify-content:center;letter-spacing:.03em;margin-top:auto;padding:13px 20px;text-decoration:none;transition:background .2s}.ficha-wsp-btn:hover{background:#1ebe5d}.ficha-col-right{flex-shrink:0;width:260px}.ficha-imagen-wrapper{align-items:center;background:#f5f7fc;background:var(--bh-light);border-radius:8px;display:flex;height:100%;justify-content:center;min-height:260px;overflow:hidden;width:100%}.ficha-imagen{height:100%;object-fit:contain;padding:12px;width:100%}.ficha-imagen-wrapper{cursor:zoom-in;position:relative}.ficha-imagen-zoom{align-items:center;background:#2257b4bf;border-radius:50%;bottom:10px;color:#fff;display:flex;font-size:.9em;height:32px;justify-content:center;opacity:0;position:absolute;right:10px;transition:opacity .2s;width:32px}.ficha-imagen-wrapper:hover .ficha-imagen-zoom{opacity:1}.ficha-imagen-leyenda{color:#999;font-size:.72em;font-style:italic;margin:6px 0 0;text-align:center}.ficha-thumbs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:10px}.ficha-thumb{background:#f5f7fc;background:var(--bh-light);border:2px solid #0000;border-radius:6px;cursor:pointer;height:56px;overflow:hidden;transition:border-color .2s;width:56px}.ficha-thumb.active{border-color:#2257b4;border-color:var(--bh-blue)}.ficha-thumb img{height:100%;object-fit:cover;width:100%}.ficha-lightbox{align-items:center;background:#000000eb;cursor:zoom-out;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:3000}.ficha-lightbox img{border-radius:6px;box-shadow:0 8px 40px #00000080;max-height:90vh;max-width:100%;object-fit:contain}.ficha-lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5em;opacity:.8;position:fixed;right:20px;top:16px;transition:opacity .2s}.ficha-lightbox-close:hover{opacity:1}.ficha-lightbox-nav{background:#ffffff26;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:2.5em;line-height:1;padding:8px 16px;position:fixed;top:50%;transform:translateY(-50%);transition:background .2s}.ficha-lightbox-nav:hover{background:#ffffff4d}.ficha-lightbox-nav.prev{left:16px}.ficha-lightbox-nav.next{right:16px}.ficha-lightbox-counter{bottom:20px;color:#fff;font-family:Montserrat,sans-serif;font-size:.9em;left:50%;opacity:.7;position:fixed;transform:translateX(-50%)}@media (max-width:640px){.ficha-overlay{align-items:flex-end;padding:0}.ficha-modal{border-radius:16px 16px 0 0;max-height:95vh}.ficha-body{flex-direction:column}.ficha-col-right{width:100%}.ficha-imagen-wrapper{min-height:200px}.ficha-identidad{flex-direction:column;gap:4px}.ficha-logo-area{min-width:120px;padding:12px 16px}.ficha-logo{height:44px}}.about-us-section{background-color:#fff;padding:80px 20px;text-align:center}.about-us-section h2{color:#2257b4;font-size:2.5em;margin-bottom:40px}.about-content{color:#444;font-size:1.1em;line-height:1.8;margin:0 auto;max-width:900px;text-align:left}.about-content p{margin-bottom:20px}@media (max-width:768px){.about-us-section h2{font-size:1.8em;margin-bottom:24px}.about-content{font-size:1em}}.local-support-section{background-color:#f0f3f6;padding:80px 20px;text-align:center}.local-support-section h2{color:#2257b4;font-family:Montserrat,sans-serif;font-size:2.5em;font-weight:700;margin-bottom:20px}.local-support-section p{color:#555;font-family:Montserrat,sans-serif;font-size:1.2em;line-height:1.6;margin:0 auto 40px;max-width:800px}.local-support-section p strong{color:#e72f2b}.image-gallery{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.support-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:300px;max-width:500px;object-fit:cover;width:100%}.contact-section{background-color:#f0f3f6;padding:80px 20px}.contact-section h2{color:#2257b4;font-size:2.8em;font-weight:700;margin-bottom:50px;text-align:center}.contact-content{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.contact-form,.contact-info-map{background-color:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001a;flex:1 1;max-width:550px;min-width:300px;padding:40px}.contact-form h3,.contact-info-map h3{color:#2257b4;font-size:2em;margin-bottom:30px;text-align:center}.form-group{margin-bottom:25px}.form-group label{color:#333;display:block;font-size:1.05em;font-weight:600;margin-bottom:10px}.form-group input,.form-group textarea{border:1px solid #cce0ff;border-radius:8px;box-sizing:border-box;font-size:1.05em;padding:14px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2257b4;box-shadow:0 0 0 3px #2257b433;outline:none}.contact-form .btn.primary{background-color:#e72f2b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.15em;margin-top:20px;padding:15px 30px;transition:background-color .3s ease;width:100%}.contact-form .btn.primary:hover{background-color:#c42926}.contact-details p{color:#444;font-size:1.05em;line-height:1.7;margin-bottom:15px}.contact-details strong{color:#2257b4}.contact-details a{color:#2257b4;text-decoration:none}.contact-details a:hover{text-decoration:underline}@media (max-width:768px){.contact-content{align-items:center;flex-direction:column}.contact-form,.contact-info-map{max-width:100%}}.products-hero{background-color:#2257b4;color:#fff;padding:50px 20px 30px;text-align:center}.products-hero h1{font-family:Montserrat,sans-serif;font-size:2.8em;font-weight:700;margin-bottom:16px}.products-hero p{font-size:1.1em;opacity:.9}.products-layout{align-items:flex-start;display:flex;gap:40px;margin:0 auto;max-width:1200px;padding:48px 20px 80px}.categories-sidebar{flex-shrink:0;position:sticky;top:90px;width:220px}.categories-sidebar h3{color:#999;font-family:Montserrat,sans-serif;font-size:.75em;font-weight:700;letter-spacing:.1em;margin-bottom:12px;text-transform:uppercase}.categories-sidebar ul{list-style:none;margin:0;padding:0}.categories-sidebar li{margin-bottom:4px}.categories-sidebar button{align-items:center;background:none;border:none;border-radius:8px;color:#444;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:.95em;justify-content:space-between;padding:10px 14px;text-align:left;transition:background .2s;width:100%}.categories-sidebar button:hover{background-color:#f0f4ff;color:#2257b4}.categories-sidebar button.active{background-color:#2257b4;color:#fff;font-weight:600}.cat-count{background-color:#00000014;border-radius:999px;font-size:.8em;padding:2px 8px}.categories-sidebar button.active .cat-count{background-color:#ffffff40}.products-main{flex:1 1;min-width:0}.categoria-section{margin-bottom:64px}.categoria-header{margin-bottom:24px}.categoria-header h2{color:#1a1a1a;font-family:Montserrat,sans-serif;font-size:1.8em;font-weight:700;margin-bottom:6px}.categoria-header p{color:#666;font-size:.95em;margin-bottom:12px}.ver-categoria-btn{background:none;border:2px solid #2257b4;border-radius:6px;color:#2257b4;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.85em;font-weight:600;padding:6px 16px;transition:all .2s}.ver-categoria-btn:hover{background-color:#2257b4;color:#fff}.back-btn{background:none;border:none;color:#2257b4;cursor:pointer;font-family:Montserrat,sans-serif;font-size:.9em;font-weight:600;margin-bottom:12px;padding:0}.back-btn:hover{text-decoration:underline}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.product-card-catalog{background:#fff;border:1px solid #e8e8e8;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card-catalog:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.product-card-img{background-color:#f5f5f5;height:180px;overflow:hidden;position:relative}.product-card-img img{height:100%;object-fit:cover;width:100%}.img-placeholder{align-items:center;background:linear-gradient(135deg,#e8eef8,#d0daf0);display:none;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.img-placeholder span{color:#2257b4;font-family:Montserrat,sans-serif;font-size:1.2em;font-weight:700;letter-spacing:.05em}.product-card-body{display:flex;flex:1 1;flex-direction:column;padding:16px}.product-modelo{color:#2257b4;font-family:Montserrat,sans-serif;font-size:.75em;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.product-card-body h3{color:#1a1a1a;font-family:Montserrat,sans-serif;font-size:1em;font-weight:600;line-height:1.3;margin-bottom:8px}.product-card-body p{color:#666;flex:1 1;font-size:.88em;line-height:1.5;margin-bottom:10px}.product-specs-list{color:#555;font-size:.82em;list-style:none;margin:0 0 10px;padding:0}.product-specs-list li{border-bottom:1px solid #f0f0f0;padding:3px 0}.product-card-actions{margin-top:auto;padding-top:12px}.btn-consulta,.btn-ficha{border-radius:6px;box-sizing:border-box;cursor:pointer;display:block;font-family:Montserrat,sans-serif;font-size:.88em;font-weight:600;padding:9px 16px;text-align:center;text-decoration:none;transition:all .2s;width:100%}.btn-ficha{background-color:#2257b4;border:none;color:#fff}.btn-ficha:hover{background-color:#1a458f}.btn-consulta{background:#25d366;border:none;color:#fff}.btn-consulta:hover{background:#1ebe5d}.empty-category{color:#aaa;font-size:.95em;font-style:italic}@media (max-width:768px){.products-layout{flex-direction:column}.categories-sidebar{position:static;width:100%}.categories-sidebar ul{display:flex;flex-wrap:wrap;gap:8px}.categories-sidebar li{margin:0}.categories-sidebar button{font-size:.85em;padding:8px 14px;width:auto}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
/*# sourceMappingURL=main.8ec69e2a.css.map*/