*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{background:#0a0a0a;color:#fff;min-height:100vh;width:100%}section{scroll-margin-top:80px}.floating-buttons{bottom:24px;display:flex;flex-direction:column;gap:12px;position:fixed;right:24px;z-index:10001}.floating-phone,.floating-whatsapp{align-items:center;border-radius:999px;display:flex;height:60px;justify-content:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;width:60px}.floating-phone{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 18px 35px #3b82f680}.floating-phone svg{color:#fff;height:24px;width:24px}.floating-phone:hover{box-shadow:0 22px 40px #3b82f6a6;filter:brightness(1.05);transform:translateY(-2px)}.floating-whatsapp{background:linear-gradient(135deg,#22c55e,#15803d);box-shadow:0 18px 35px #16a34a80}.floating-whatsapp svg{color:#fff;height:28px;width:28px}.floating-whatsapp:hover{box-shadow:0 22px 40px #16a34aa6;filter:brightness(1.05);transform:translateY(-2px)}@media (max-width:640px){.floating-buttons{bottom:16px;gap:10px;right:16px}.floating-phone,.floating-whatsapp{height:52px;width:52px}.floating-phone svg{height:20px;width:20px}.floating-whatsapp svg{height:24px;width:24px}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:120px 2rem 4rem;position:relative}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.hero-gradient{animation:pulse 8s ease-in-out infinite;background:radial-gradient(circle,#dc262666 0,#0000 70%);filter:blur(100px);height:700px;right:-10%;top:-30%;width:700px}.hero-gradient,.hero-gradient-2{border-radius:50%;position:absolute}.hero-gradient-2{animation:pulse 10s ease-in-out infinite reverse;background:radial-gradient(circle,#dc262633 0,#0000 70%);bottom:-20%;filter:blur(80px);height:600px;left:-10%;width:600px}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.hero-pattern{background-image:radial-gradient(circle at 2px 2px,#dc26261a 1px,#0000 0);background-size:40px 40px;bottom:0;left:0;opacity:.3;position:absolute;right:0;top:0}.hero-marquee{display:flex;filter:saturate(1.1) contrast(1.05);flex-direction:column;gap:.75rem;inset:0;justify-content:center;opacity:.35;pointer-events:none;position:absolute;z-index:0}.hero-row{margin-left:-5%;mask-image:linear-gradient(90deg,#0000,#000 12%,#000 88%,#0000);-webkit-mask-image:linear-gradient(90deg,#0000,#000 12%,#000 88%,#0000);overflow:hidden;width:110%}.hero-track{align-items:center;animation:marqueeLeft 42s linear infinite;display:flex;gap:12px;width:-webkit-max-content;width:max-content;will-change:transform}.hero-row.row-2 .hero-track{animation-duration:48s;animation-name:marqueeRight}.hero-row.row-3 .hero-track{animation-duration:44s}.hero-row.row-4 .hero-track{animation-duration:46s;animation-name:marqueeRight}.hero-row.row-5 .hero-track{animation-duration:40s}@keyframes marqueeLeft{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes marqueeRight{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}.hero-tile{background:#0a0a0a59;border:1px solid #dc262640;border-radius:16px;box-shadow:0 12px 30px #0000008c;height:135px;overflow:hidden;width:210px}.hero-tile img{display:block;height:100%;object-fit:cover;width:100%}.hero-content{align-items:center;display:flex;justify-content:center;max-width:1400px;position:relative;width:100%;z-index:1}.hero-heading{text-align:center}.hero-title{display:flex;flex-direction:column;font-size:5.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title--centered{align-items:center}.title-line{color:#fff;display:block}.title-accent{color:#dc2626;display:inline-block;position:relative}.title-accent:after{background:#dc26264d;bottom:10px;content:"";height:10px;left:0;position:absolute;width:100%;z-index:-1}.hero-subtitle{color:#a3a3a3;font-size:1.3rem;line-height:1.8;margin-bottom:2.5rem;max-width:550px}.hero-slogan{color:#d4d4d4;font-size:1.15rem;letter-spacing:.04em;text-transform:uppercase}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.btn{border:none;border-radius:10px;cursor:pointer;font-family:inherit;font-size:1.05rem;font-weight:600;letter-spacing:.5px;padding:1.1rem 2.5rem;transition:all .3s ease}.btn-primary{background:#dc2626;box-shadow:0 4px 20px #dc262666;color:#fff}.btn-primary:hover{background:#b91c1c;box-shadow:0 8px 30px #dc262680;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #dc2626;color:#fff}.btn-secondary:hover{background:#dc26261a;border-color:#b91c1c;transform:translateY(-3px)}.hero-stats{border-top:1px solid #dc262633;display:flex;gap:3rem;padding-top:2rem}.stat-item{display:flex;flex-direction:column}.stat-value{color:#dc2626;font-size:2.5rem;font-weight:800;line-height:1;margin-bottom:.5rem}.stat-label{color:#a3a3a3;font-size:.95rem;font-weight:500}.hero-visual{align-items:center;animation:fadeInRight 1s ease-out .3s both;display:flex;justify-content:center}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.hero-image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);max-width:500px;width:100%}.hero-img-wrapper{aspect-ratio:1;border:2px solid #dc262633;border-radius:20px;overflow:hidden;position:relative;transition:all .4s ease}.hero-img-wrapper:hover{border-color:#dc262680;box-shadow:0 15px 40px #dc26264d;transform:scale(1.05);z-index:10}.hero-img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.hero-img-wrapper:hover .hero-img{transform:scale(1.1)}.img-1{animation:float 6s ease-in-out infinite}.img-2{animation:float 6s ease-in-out 1.5s infinite}.img-3{animation:float 6s ease-in-out 3s infinite}.img-4{animation:float 6s ease-in-out 4.5s infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-scroll{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.scroll-indicator{animation:scrollDown 2s ease-in-out infinite;background:linear-gradient(180deg,#dc2626,#0000);height:30px;width:2px}@keyframes scrollDown{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(10px)}}@media (max-width:1200px){.hero-content{gap:3rem}.hero-title{font-size:4.5rem}}@media (max-width:968px){.hero-content{text-align:center}.hero-title{font-size:3.5rem}.hero-subtitle{max-width:100%}.hero-buttons,.hero-stats{justify-content:center}.hero-image-grid{margin:0 auto;max-width:400px}}@media (max-width:640px){.hero{padding:100px 1rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.btn{font-size:.95rem;padding:.95rem 2rem}.hero-stats{gap:2rem}.stat-value{font-size:2rem}.hero-image-grid{gap:.75rem;max-width:100%}.hero-tile{border-radius:14px;height:105px;width:160px}.hero-marquee{opacity:.28}}@media (prefers-reduced-motion:reduce){.hero-slide,.hero-track{animation:none}}.products{background:#0a0a0a;min-height:100vh;padding:6rem 2rem;position:relative}.container{margin:0 auto;max-width:1400px}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#fff;display:inline-block;font-size:3.5rem;font-weight:800;margin-bottom:1rem;position:relative}.section-title:after{background:#dc2626;border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.section-subtitle{color:#a3a3a3;font-size:1.3rem;margin-top:1.5rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:3rem}.product-card{aspect-ratio:4/3;background:#ffffff08;border:1px solid #dc26261a;border-radius:20px;cursor:pointer;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:hover{border-color:#dc262680;box-shadow:0 25px 50px #dc26264d;transform:translateY(-10px) scale(1.02)}.product-image-wrapper{height:100%;overflow:hidden;position:relative;width:100%}.product-image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{align-items:center;background:linear-gradient(180deg,#0000 0,#000000b3);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.overlay-content{align-items:center;color:#fff;display:flex;flex-direction:column;gap:.5rem;transform:translateY(20px);transition:transform .3s ease}.product-card:hover .overlay-content{transform:translateY(0)}.view-icon{font-size:2.5rem}.view-text{font-size:1.1rem;font-weight:600;letter-spacing:1px}.product-number{background:#dc2626e6;border-radius:50%;box-shadow:0 4px 15px #dc262666;color:#fff;font-size:1rem;font-weight:700;height:40px;position:absolute;right:1rem;top:1rem;width:40px;z-index:2}.image-modal,.product-number{align-items:center;display:flex;justify-content:center}.image-modal{animation:fadeIn .3s ease;background:#000000f2;bottom:0;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:scaleIn .3s ease;background:radial-gradient(circle at top left,#dc262626,#0000 55%),radial-gradient(circle at bottom right,#0f172ae6,#020617);border-radius:24px;box-shadow:0 25px 80px #000c;display:flex;flex-direction:column;max-height:90vh;max-width:1000px;padding:2.5rem 2.5rem 2rem;position:relative;width:100%}.modal-body{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr)}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-close{align-items:center;background:#0f172ad9;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-size:1.6rem;height:36px;justify-content:center;line-height:1;position:absolute;right:14px;top:14px;transition:background .2s ease,transform .1s ease;width:36px;z-index:10001}.modal-close:hover{background:#1e40aff2;transform:translateY(-1px)}.modal-left{align-items:center;background:radial-gradient(circle at top,#941b1bb3,#0f172a);border-radius:18px;display:flex;justify-content:center;overflow:hidden;padding:.2rem}.modal-image{border-radius:16px;box-shadow:0 18px 45px #0f172ae6;height:100%;max-height:520px;object-fit:cover;width:100%}.modal-right{display:flex;flex-direction:column;gap:1.5rem}.modal-info{text-align:left}.modal-info h3{color:#fff;font-size:1.75rem;font-weight:700;letter-spacing:.03em}.modal-subtitle{color:#e5e5e5;font-size:.95rem;margin-top:.5rem}.modal-highlights{color:#d4d4d4;display:flex;flex-direction:column;font-size:.9rem;gap:.25rem;margin-top:1rem;padding-left:1.1rem}.offer-form{background:#0f172acc;border:1px solid #941b1b66;border-radius:16px;box-shadow:0 18px 40px #0009;padding:1.25rem 1.5rem 1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem}.form-group label{color:#e5e5e5;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.form-group input,.form-group textarea{background:#0f172ae6;border:1px solid #941b1b80;border-radius:10px;color:#f9fafb;font-size:.9rem;outline:none;padding:.6rem .8rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#6b7280}.form-group input:focus,.form-group textarea:focus{background:#0f172af2;border-color:#ef4444;box-shadow:0 0 0 1px #ef4444cc}.offer-submit-btn{align-items:center;background:linear-gradient(90deg,#ef4444,#b91c1c);border:none;border-radius:999px;box-shadow:0 12px 30px #f8717166;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.4rem;justify-content:center;letter-spacing:.06em;margin-top:1.2rem;padding:.75rem 1rem;text-transform:uppercase;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;width:100%}.offer-submit-btn:hover{box-shadow:0 16px 40px #f8717199;filter:brightness(1.05);transform:translateY(-1px)}.offer-submit-btn:active{box-shadow:0 8px 20px #f8717166;transform:translateY(0)}.offer-hint{color:#9ca3af;font-size:.75rem;margin-top:.45rem}@media (max-width:768px){.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.product-number{font-size:.9rem;height:35px;right:.75rem;top:.75rem;width:35px}.modal-body{gap:1.5rem;grid-template-columns:1fr}.modal-content{border-radius:20px;max-height:95vh;max-width:95vw;overflow-y:auto;padding:1.5rem 1.25rem 1.25rem}.modal-left{max-height:400px;min-height:280px}.modal-image{max-height:400px;object-fit:contain}.modal-info h3{font-size:1.5rem}.modal-subtitle{font-size:.9rem}.modal-highlights{font-size:.85rem;gap:.2rem}.offer-cta{margin-top:.5rem}.offer-submit-btn{font-size:.9rem;padding:.7rem 1rem}.offer-hint{font-size:.7rem}}@media (max-width:640px){.products{padding:4rem 1rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.section-title{font-size:2rem}.image-modal{padding:.5rem}.modal-content{border-radius:16px;max-height:100vh;max-width:100%;padding:1.25rem 1rem 1rem}.modal-body{gap:1.25rem}.modal-left{min-height:240px}.modal-image,.modal-left{max-height:320px}.modal-info h3{font-size:1.35rem}.modal-subtitle{font-size:.85rem;margin-top:.4rem}.modal-highlights{font-size:.8rem;margin-top:.75rem;padding-left:.9rem}.offer-cta{margin-top:.5rem}.offer-submit-btn{font-size:.85rem;margin-top:1rem;padding:.65rem .9rem}.offer-hint{font-size:.65rem;margin-top:.4rem}.modal-close{background:#0f172af2;font-size:1.4rem;height:32px;right:8px;top:8px;width:32px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0acc;left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#0a0a0af2;box-shadow:0 4px 20px #dc26261a}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.navbar-logo{cursor:pointer;display:flex;flex-direction:column;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-text{color:#dc2626;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;line-height:1}.logo-subtext{color:#fff;font-size:.9rem;font-weight:400;letter-spacing:2px;line-height:1;margin-top:2px}.navbar-menu{align-items:center;display:flex;gap:2.5rem}.navbar-menu a{color:#fff;font-size:1rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.navbar-menu a:after{background:#dc2626;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar-menu a:hover{color:#dc2626}.navbar-menu a:hover:after{width:100%}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-menu-toggle span{background:#fff;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.navbar-menu{background:#0a0a0afa;box-shadow:0 10px 30px #00000080;flex-direction:column;gap:1.5rem;left:0;padding:2rem;position:fixed;right:0;top:70px;transform:translateX(100%);transition:transform .3s ease}.navbar-menu.active{transform:translateX(0)}.navbar-menu a{font-size:1.2rem}}.footer{background:#050505;border-top:1px solid #dc262633;margin-top:4rem;padding:4rem 2rem 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1.5fr;margin-bottom:3rem}.footer-logo,.footer-section{display:flex;flex-direction:column}.footer-logo{margin-bottom:1rem}.footer-logo .logo-text{color:#dc2626;font-size:1.8rem;font-weight:800;line-height:1}.footer-logo .logo-subtext{color:#fff;font-size:.9rem;font-weight:400;letter-spacing:2px;line-height:1;margin-top:2px}.footer-description{color:#a3a3a3;font-size:.95rem;line-height:1.7;margin-top:1rem}.footer-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links a{color:#a3a3a3;font-size:.95rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#dc2626}.footer-contact{display:flex;flex-direction:column;gap:1rem;list-style:none}.footer-contact li{align-items:flex-start;color:#a3a3a3;display:flex;font-size:.95rem;gap:.75rem;line-height:1.6}.contact-icon{flex-shrink:0;font-size:1.2rem}.footer-contact a{color:#dc2626;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#b91c1c}.footer-bottom{border-top:1px solid #dc26261a;padding-top:2rem;text-align:center}.footer-bottom p{color:#666;font-size:.9rem}.footer-credit{margin-top:.5rem}.footer-credit a{color:#dc2626;text-decoration:none}.footer-credit a:hover{color:#b91c1c;text-decoration:underline}@media (max-width:968px){.footer-content{gap:2.5rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.beb173e1.css.map*/