.header{background-color:#fffffff2;box-shadow:0 2px 15px #0000001a;position:absolute;top:0;left:0;right:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.header-left,.logo{display:flex;align-items:center}.logo-image{height:80px;width:auto;object-fit:contain}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--black);text-decoration:none;font-weight:500;transition:all .3s;padding:.5rem 1rem;border-radius:5px;font-size:1rem}.nav-link:hover{color:var(--red);background-color:#c41e3a1a}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger-line{width:25px;height:3px;background-color:var(--black);border-radius:3px;transition:all .3s}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.header-container{padding:1rem 1.5rem}.logo-image{height:70px}.hamburger{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;box-shadow:-5px 0 20px #0000001a;transition:right .3s ease-in-out;z-index:1000}.nav-open{right:0}.nav-link{width:100%;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.1);font-size:1.1rem}.nav-link:last-child{border-bottom:none}.nav-link:hover{background-color:#c41e3a1a;padding-left:1rem}}@media (max-width: 480px){.logo-image{height:60px}.header-container{padding:.75rem 1rem}}.slider{position:relative;width:100%;height:100vh;min-height:800px;overflow:hidden;margin-top:0}.slider-container{position:relative;width:100%;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1;z-index:1}.slide-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1a1a1ab3,#c41e3a80);z-index:1}.slide-content{position:relative;z-index:2;text-align:center;color:#fff;max-width:800px;padding:2rem;animation:slideIn .8s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.slide-title{font-size:3.5rem;font-weight:700;margin:0 0 1rem;text-shadow:2px 2px 8px rgba(0,0,0,.5);line-height:1.2}.slide-subtitle{font-size:2rem;margin:0 0 1.5rem;font-weight:600;color:#fffffff2;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.slide-description{font-size:1.3rem;line-height:1.8;margin:0;color:#ffffffe6;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:2px solid rgba(255,255,255,.5);color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;z-index:10;transition:all .3s;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slider-btn:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-50%) scale(1.1)}.slider-btn svg{width:24px;height:24px}.slider-btn.prev{left:2rem}.slider-btn.next{right:2rem}.slider-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10}.dot{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s;padding:0}.dot.active{background:#fff;transform:scale(1.3)}@media (max-width: 768px){.slider{height:70vh;min-height:500px}.slide-title{font-size:2.5rem}.slide-subtitle{font-size:1.5rem}.slide-description{font-size:1.1rem}.slider-btn{width:40px;height:40px}.slider-btn.prev{left:1rem}.slider-btn.next{right:1rem}.slide-content{padding:1.5rem}}.hero{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:5rem 2rem;max-width:1400px;margin:0 auto;align-items:center;min-height:600px}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:3.5rem;font-weight:700;color:var(--black);margin:0;line-height:1.2}.hero-subtitle{font-size:1.8rem;color:var(--red);font-weight:600;margin:0}.hero-description{font-size:1.2rem;color:var(--gray);line-height:1.8;margin:0}.hero-buttons{display:flex;gap:1rem;margin-top:1rem}.btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;display:inline-block}.btn-primary{background:linear-gradient(135deg,var(--red),var(--red-light));color:#fff;box-shadow:0 4px 15px #c41e3a4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c41e3a66}.btn-secondary{background:transparent;color:var(--red);border:2px solid var(--red)}.btn-secondary:hover{background:var(--red);color:#fff}.hero-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026}.hero-image img{width:100%;height:500px;object-fit:cover;display:block}@media (max-width: 1024px){.hero{grid-template-columns:1fr;gap:3rem;padding:3rem 2rem}.hero-image{order:-1}.hero-image img{height:400px}}@media (max-width: 768px){.hero{padding:2rem 1rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.4rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%;text-align:center}}.products{padding:5rem 2rem;background:var(--gray-light)}.products-container{max-width:1400px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.product-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;transition:all .3s}.product-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #c41e3a33}.product-image{position:relative;height:300px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.1)}.product-info{padding:2rem}.product-name{font-size:1.5rem;color:var(--black);margin:0 0 1rem;font-weight:600}.product-description{color:var(--gray);line-height:1.6;margin:0 0 1.5rem}.product-btn{display:inline-block;padding:.75rem 2rem;background:var(--red);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s}.product-btn:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 4px 15px #c41e3a4d}@media (max-width: 768px){.products{padding:3rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.products-grid{grid-template-columns:1fr;gap:2rem}}.testimonials{padding:5rem 2rem;background:#fff}.testimonials-container{max-width:1400px;margin:0 auto}.section-title{font-size:3rem;color:var(--black);margin:0 0 3rem;font-weight:700;text-align:center;position:relative;display:inline-block;width:100%}.testimonials-carousel{position:relative;display:flex;align-items:center;gap:2rem}.carousel-btn{width:50px;height:50px;border-radius:50%;border:2px solid var(--red);background:#fff;color:var(--red);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0;z-index:10}.carousel-btn:hover{background:var(--red);color:#fff;transform:scale(1.1)}.carousel-btn svg{width:24px;height:24px}.testimonials-viewport{flex:1;overflow:hidden;position:relative}.testimonials-track{display:flex;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.testimonials-page{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;flex-shrink:0;box-sizing:border-box;padding:2rem 0}.testimonial-card{background:var(--gray-light);padding:2.5rem;border-radius:15px;border:2px solid transparent;transition:border-color .3s,box-shadow .3s,transform .3s;box-shadow:0 5px 20px #0000001a;display:flex;flex-direction:column;min-height:250px;width:100%;box-sizing:border-box}.testimonial-card:hover{border-color:var(--red);transform:translateY(-5px);box-shadow:0 10px 30px #c41e3a33}.testimonial-rating{color:var(--red);font-size:1.3rem;margin-bottom:1.5rem}.testimonial-comment{font-size:1.1rem;color:var(--gray);line-height:1.8;margin-bottom:1.5rem;font-style:italic;flex:1}.testimonial-name{font-weight:600;color:var(--black);text-align:right;font-size:1.05rem;margin-top:auto}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:3rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--red);background:transparent;cursor:pointer;transition:all .3s;padding:0}.carousel-dot.active{background:var(--red);transform:scale(1.3)}@media (max-width: 1024px){.testimonials-page{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.testimonials{padding:3rem 1rem}.section-title{font-size:2rem;margin-bottom:2rem}.testimonials-carousel{gap:1rem}.carousel-btn{width:40px;height:40px}.carousel-btn svg{width:20px;height:20px}.testimonials-page{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem;min-height:auto}.carousel-dots{margin-top:2rem}}.about{padding:6rem 2rem;background:#fff;position:relative}.about-container{max-width:1400px;margin:0 auto}.about-header{text-align:center;margin-bottom:5rem}.section-title{font-size:3.5rem;color:var(--black);margin:0 0 1.5rem;font-weight:700;position:relative;display:inline-block}.section-subtitle{font-size:1.3rem;color:var(--gray);max-width:800px;margin:2rem auto 0;line-height:1.8}.about-story-vision{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:5rem;max-width:1200px;margin-left:auto;margin-right:auto}.about-story,.about-vision{background:var(--gray-light);padding:3rem;border-radius:15px;border-left:4px solid var(--red);transition:all .3s}.about-story:hover,.about-vision:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c41e3a26}.about-story h3,.about-vision h3{font-size:2rem;color:var(--black);margin:0 0 1.5rem;font-weight:600}.about-story p,.about-vision p{font-size:1.1rem;color:var(--gray);line-height:1.9;margin:0}.about-content{max-width:1000px;margin:0 auto 5rem}.about-values{display:flex;flex-direction:column;gap:2.5rem}.value-item{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:var(--gray-light);border-radius:15px;border-left:4px solid var(--red);transition:all .3s}.value-item:hover{transform:translate(10px);box-shadow:0 5px 20px #c41e3a1a}.value-number{font-size:3rem;font-weight:700;color:var(--red);line-height:1;flex-shrink:0;font-family:Arial,sans-serif}.value-content h4{font-size:1.4rem;color:var(--black);margin:0 0 .75rem;font-weight:600}.value-content p{font-size:1rem;color:var(--gray);line-height:1.7;margin:0}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:4rem 2rem;background:linear-gradient(135deg,var(--red),var(--red-dark));border-radius:20px;margin-top:4rem}.stat-item{text-align:center;color:#fff}.stat-value{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;line-height:1}.stat-label{font-size:1.1rem;opacity:.95;font-weight:500}@media (max-width: 1024px){.about-story-vision{grid-template-columns:1fr;gap:3rem}.about-content{max-width:100%}}@media (max-width: 768px){.about{padding:4rem 1rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.about-header{margin-bottom:3rem}.about-story-vision{gap:2rem}.about-story,.about-vision{padding:2rem}.about-story h3,.about-vision h3{font-size:1.5rem}.about-story p,.about-vision p{font-size:1rem}.value-item{flex-direction:column;gap:1rem;padding:1.5rem}.value-number{font-size:2.5rem}.about-stats{grid-template-columns:repeat(2,1fr);padding:3rem 1.5rem;gap:1.5rem}.stat-value{font-size:2.5rem}.stat-label{font-size:.9rem}}.contact{padding:5rem 2rem;background:var(--gray-light)}.contact-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;color:var(--black);margin:0 0 1rem;font-weight:700;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,var(--red),var(--red-light));border-radius:2px}.section-subtitle{font-size:1.2rem;color:var(--gray);max-width:700px;margin:2rem auto 0;line-height:1.8}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start;background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:all .3s}.info-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #c41e3a26}.info-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--red),var(--red-light));border-radius:12px;flex-shrink:0;color:#fff}.info-icon svg{width:24px;height:24px}.info-item h3{font-size:1.3rem;color:var(--black);margin:0 0 .5rem;font-weight:600}.info-item p{color:var(--gray);margin:0;font-size:1.1rem}.info-item p a{color:var(--gray);text-decoration:none;transition:color .3s}.info-item p a:hover{color:var(--red)}.contact-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #0000001a;height:500px;background:#e0e0e0}.contact-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.contact-image:hover img{transform:scale(1.05)}@media (max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-map{height:400px}}@media (max-width: 768px){.contact{padding:3rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.info-item{padding:1.5rem}.info-icon{width:40px;height:40px}.info-icon svg{width:20px;height:20px}.contact-image{height:300px}}.footer{background:var(--black);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;margin:0 0 1.5rem;color:var(--red-light);font-weight:600}.footer-section p{color:#fffc;line-height:1.8;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.75rem;color:#fffc}.footer-section ul li a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section ul li a:hover{color:var(--red-light)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#fff9;margin:0}@media (max-width: 768px){.footer{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.whatsapp-button{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36666;z-index:1000;transition:all .3s;color:#fff;text-decoration:none}.whatsapp-button:hover{transform:scale(1.1);box-shadow:0 6px 25px #25d36699;background:#20ba5a}.whatsapp-button:active{transform:scale(.95)}.whatsapp-button svg{width:28px;height:28px;display:block}@media (max-width: 768px){.whatsapp-button{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.whatsapp-button svg{width:24px;height:24px}}.app{min-height:100vh;background-color:#fff}:root{--red: #c41e3a;--red-light: #e63946;--red-dark: #a01a2e;--black: #1a1a1a;--white: #ffffff;--gray-light: #f5f5f5;--gray: #666666}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
