.hero-wrapper{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative}.hero-navbar{position:fixed;top:0;left:0;width:100%;background:linear-gradient(135deg,var(--color-turquoise) 0,var(--color-lime) 100%);padding:1rem 2rem;z-index:1000;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.1)}.hero-wrapper.scrolled .hero-navbar{padding:.5rem 2rem;box-shadow:0 2px 15px rgba(0,0,0,.15)}.hero-navbar-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2}.hero-logo-container{display:flex;align-items:center;gap:1rem}.hero-logo{height:60px;width:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.2));transition:all .3s ease}.hero-wrapper.scrolled .hero-logo{height:50px}.hero-logo-text{display:flex;flex-direction:column}.hero-brand-name{font-size:1.8rem;font-weight:900;color:var(--color-white);margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3);letter-spacing:1px;line-height:1;transition:all .3s ease}.hero-wrapper.scrolled .hero-brand-name{font-size:1.5rem}.hero-tagline{font-size:.9rem;color:var(--color-navy);margin:.2rem 0 0;font-weight:600;text-shadow:1px 1px 2px rgba(255,255,255,.5);transition:all .3s ease}.hero-wrapper.scrolled .hero-tagline{font-size:.8rem}.hero-nav ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.hero-nav button{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--color-dark);background:none;border:none;padding:.5rem 0;position:relative;transition:color .3s ease;cursor:pointer}.hero-nav button:hover,.hero-nav li.active button{color:var(--color-white)}.hero-nav li.active button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:var(--color-white);border-radius:3px}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.mobile-menu-button span{width:100%;height:3px;background-color:var(--color-dark);border-radius:3px;transition:all .3s ease}.mobile-menu-button.open span:first-child{transform:translateY(8px) rotate(45deg)}.mobile-menu-button.open span:nth-child(2){opacity:0}.mobile-menu-button.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.navbar-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.navbar-bubble{position:absolute;border-radius:50%;opacity:.3;animation:navbarBubbleFloat 10s ease-in-out infinite;transition:opacity .3s ease}.hero-wrapper.scrolled .navbar-bubble{opacity:.2}.bubble-1{width:40px;height:40px;top:10%;left:5%}.bubble-2{width:25px;height:25px;top:60%;left:15%;animation-delay:1.5s}.bubble-3{width:35px;height:35px;top:20%;right:10%;animation-delay:3s}.bubble-4{width:20px;height:20px;top:70%;animation-delay:4.5s}.bubble-5{width:30px;height:30px;background-color:var(--color-orange);top:40%;left:50%;animation-delay:2s}.bubble-6{width:15px;height:15px;background-color:var(--color-navy);top:80%;right:5%;animation-delay:6s}@keyframes navbarBubbleFloat{0%,to{transform:translateY(0) translateX(0) rotate(0deg)}25%{transform:translateY(-8px) translateX(5px) rotate(90deg)}50%{transform:translateY(-4px) translateX(-3px) rotate(180deg)}75%{transform:translateY(-12px) translateX(8px) rotate(270deg)}}.hero-carousel-section{margin-top:100px;flex:1;min-height:calc(100vh - 100px)}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden}.decoration-bubble{position:absolute;border-radius:50%;opacity:.4;animation:bubbleFloat 8s ease-in-out infinite}.bubble-1{width:80px;height:80px;background-color:var(--color-white);top:20%;left:10%;animation-delay:0s}.bubble-2{width:60px;height:60px;background-color:var(--color-orange);top:30%;right:15%;animation-delay:1s}.bubble-3{width:100px;height:100px;background-color:var(--color-navy);bottom:25%;left:20%;animation-delay:2s}.bubble-4{width:40px;height:40px;background-color:var(--color-white);bottom:35%;right:25%;animation-delay:3s}@keyframes bubbleFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-20px) rotate(90deg)}50%{transform:translateY(-10px) rotate(180deg)}75%{transform:translateY(-30px) rotate(270deg)}}@media (max-width:992px){.hero-navbar{padding:.75rem 1.5rem}.hero-wrapper.scrolled .hero-navbar{padding:.5rem 1.5rem}.hero-logo{height:50px}.hero-wrapper.scrolled .hero-logo{height:45px}.hero-brand-name{font-size:1.6rem}.hero-wrapper.scrolled .hero-brand-name{font-size:1.4rem}.hero-tagline{font-size:.85rem}.hero-nav ul{gap:1.5rem}.hero-nav button{font-size:1rem}.hero-carousel-section{margin-top:90px;min-height:calc(100vh - 90px)}}@media (max-width:768px){.hero-navbar{padding:.75rem 1rem}.hero-wrapper.scrolled .hero-navbar{padding:.5rem 1rem}.mobile-menu-button{display:flex}.hero-nav{position:fixed;top:80px;left:0;width:100%;height:0;background-color:var(--color-white);overflow:hidden;transition:height .3s ease;box-shadow:0 5px 10px rgba(0,0,0,.1)}.hero-wrapper.scrolled .hero-nav{top:70px}.hero-nav.open{height:auto}.hero-nav ul{flex-direction:column;gap:0;padding:1rem 0}.hero-nav li{width:100%}.hero-nav button{width:100%;padding:1rem 2rem;text-align:left;font-size:1.1rem}.hero-nav li.active button:after{display:none}.hero-nav li.active{background-color:var(--color-light-gray)}.hero-logo{height:45px}.hero-wrapper.scrolled .hero-logo{height:40px}.hero-brand-name{font-size:1.4rem}.hero-wrapper.scrolled .hero-brand-name{font-size:1.2rem}.hero-tagline{font-size:.8rem}.hero-carousel-section{margin-top:80px;min-height:calc(100vh - 80px)}.navbar-bubble{opacity:.2}.hero-wrapper.scrolled .navbar-bubble{opacity:.1}.bubble-1,.bubble-3,.bubble-5{width:25px;height:25px}.bubble-2,.bubble-4,.bubble-6{width:15px;height:15px}}@media (max-width:480px){.hero-navbar{padding:.5rem .75rem}.hero-wrapper.scrolled .hero-navbar{padding:.4rem .75rem}.hero-logo-container{gap:.5rem}.hero-logo{height:40px}.hero-wrapper.scrolled .hero-logo{height:35px}.hero-brand-name{font-size:1.2rem}.hero-wrapper.scrolled .hero-brand-name{font-size:1.1rem}.hero-tagline{font-size:.7rem}.mobile-menu-button{width:25px;height:18px}.hero-nav{top:70px}.hero-wrapper.scrolled .hero-nav{top:60px}.hero-nav button{padding:.875rem 1.5rem;font-size:1rem}.hero-carousel-section{margin-top:70px;min-height:calc(100vh - 70px)}.decoration-bubble{opacity:.3}.bubble-1,.bubble-3{width:50px;height:50px}.bubble-2,.bubble-4{width:30px;height:30px}.navbar-bubble{opacity:.15}.hero-wrapper.scrolled .navbar-bubble{opacity:.05}.bubble-1,.bubble-3,.bubble-5{width:20px;height:20px}.bubble-2,.bubble-4,.bubble-6{width:12px;height:12px}}@media (max-width:360px){.hero-navbar{padding:.5rem}.hero-wrapper.scrolled .hero-navbar{padding:.4rem .5rem}.hero-logo{height:35px}.hero-wrapper.scrolled .hero-logo{height:30px}.hero-brand-name{font-size:1.1rem}.hero-wrapper.scrolled .hero-brand-name{font-size:1rem}.hero-tagline{font-size:.65rem}.mobile-menu-button{width:22px;height:16px}.hero-nav{top:65px}.hero-wrapper.scrolled .hero-nav{top:55px}.hero-nav button{padding:.75rem 1rem;font-size:.95rem}.hero-carousel-section{margin-top:65px;min-height:calc(100vh - 65px)}}.carousel-container{position:relative;width:100%;min-height:70vh;overflow:hidden;transition:background-color .8s ease,color .8s ease}.carousel-error,.carousel-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:70vh;gap:1rem}.carousel-loading .loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.carousel-content{display:flex;align-items:center;justify-content:space-between;height:100%;min-height:70vh;max-width:1200px;margin:0 auto;padding:2rem;position:relative;z-index:2}.carousel-text{flex:1;max-width:600px;animation:slideInLeft .8s ease}.carousel-title{font-size:3.5rem;line-height:1.2;margin-bottom:1rem;font-weight:800;animation:fadeInUp .8s ease .2s both}.carousel-subtitle{font-size:1.5rem;margin-bottom:1.5rem;font-weight:600;opacity:.9;animation:fadeInUp .8s ease .4s both}.carousel-description{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.8;animation:fadeInUp .8s ease .6s both}.carousel-cta{padding:1rem 2.5rem;font-size:1.2rem;font-weight:700;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2);animation:fadeInUp .8s ease .8s both}.carousel-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.carousel-image{flex:1;display:flex;justify-content:center;align-items:center;position:relative;height:500px;animation:slideInRight .8s ease}.slide-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .3s ease}.slide-image:hover{transform:scale(1.05)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.1),rgba(0,0,0,.1));border-radius:20px;pointer-events:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(255,255,255,.9);color:var(--color-dark);border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px rgba(0,0,0,.2)}.carousel-arrow:hover{background-color:white;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.3)}.carousel-arrow-icon{display:inline-block;transition:transform .3s ease;padding-bottom:5px}.carousel-arrow-prev{left:2rem}.carousel-arrow-next{right:2rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background-color:transparent;cursor:pointer;transition:all .3s ease}.carousel-dot.active{background-color:white;border-color:white;transform:scale(1.2)}.carousel-dot:hover{border-color:white;transform:scale(1.1)}.carousel-progress{position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:rgba(255,255,255,.3);z-index:10}.carousel-progress-bar{height:100%;background-color:white;width:0;animation:progress linear}@keyframes progress{0%{width:0}to{width:100%}}.carousel-counter{position:absolute;top:2rem;right:2rem;background-color:rgba(0,0,0,.5);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;z-index:10}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.carousel-content{flex-direction:column;text-align:center;padding:1.5rem;gap:2rem}.carousel-text{max-width:100%}.carousel-title{font-size:2.8rem}.carousel-subtitle{font-size:1.3rem}.carousel-description{font-size:1.1rem}.carousel-image{height:350px}.carousel-arrow{width:45px;height:45px;font-size:1.3rem}.carousel-arrow-prev{left:1rem}.carousel-arrow-next{right:1rem}}@media (max-width:768px){.carousel-content{padding:1rem;min-height:70vh}.carousel-title{font-size:2.3rem;margin-bottom:.75rem}.carousel-subtitle{font-size:1.2rem;margin-bottom:1rem}.carousel-description{font-size:1rem;margin-bottom:1.5rem}.carousel-cta{padding:.875rem 2rem;font-size:1.1rem}.carousel-image{height:300px}.carousel-arrow{width:40px;height:40px;font-size:1.2rem}.carousel-dots{bottom:1.5rem}.carousel-counter{top:1rem;right:1rem;font-size:.8rem;padding:.4rem .8rem}}@media (max-width:480px){.carousel-content{padding:.75rem}.carousel-title{font-size:2rem;line-height:1.3}.carousel-subtitle{font-size:1.1rem}.carousel-description{font-size:.95rem}.carousel-cta{padding:.8rem 1.5rem;font-size:1rem;width:100%;max-width:280px}.carousel-image{height:250px}.carousel-arrow{width:35px;height:35px;font-size:1rem}.carousel-arrow-prev{left:.5rem}.carousel-arrow-next{right:.5rem}.carousel-dots{bottom:1rem}.carousel-dot{width:10px;height:10px}}@media (max-width:360px){.carousel-title{font-size:1.8rem}.carousel-subtitle{font-size:1rem}.carousel-description{font-size:.9rem}.carousel-cta{padding:.75rem 1.25rem;font-size:.95rem}.carousel-image{height:200px}}.appointment-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:2rem;position:relative;background-color:var(--color-light-gray);border-radius:20px;overflow:hidden}.appointment-content{flex:1;max-width:600px;z-index:2}.appointment-form{background-color:var(--color-white);padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1)}.form-group{margin-bottom:1.5rem}.form-row .form-group{flex:1}label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-dark)}input{width:100%;padding:.8rem 1rem;border:2px solid var(--color-gray);border-radius:8px;font-family:var(--font-primary);font-size:1rem;transition:border-color .3s ease}input:focus{outline:none;border-color:var(--color-primary)}.submit-button{width:100%;padding:1rem;background-color:var(--color-primary);color:white;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.submit-button:hover{background-color:var(--color-turquoise);transform:translateY(-2px)}.appointment-decoration{position:absolute;top:0;right:0;width:40%;height:100%;overflow:hidden;z-index:1}.decoration-element{position:absolute;border-radius:50%}.element-1{width:200px;height:200px;background-color:var(--color-lime);opacity:.7;top:-50px;right:-50px}.element-2{width:150px;height:150px;background-color:var(--color-orange);opacity:.6;bottom:50px;right:100px}.element-3{width:100px;height:100px;background-color:var(--color-turquoise);opacity:.8;top:50%;right:50px}.success-message{background-color:var(--color-white);padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);text-align:center;animation:fadeIn .5s ease}.success-icon{width:80px;height:80px;font-size:2.5rem;margin:0 auto 1.5rem}.success-message h3{font-size:1.8rem;color:var(--color-dark);margin-bottom:1rem}.success-message p{color:var(--color-dark-gray);font-size:1.1rem;margin-bottom:.5rem}.whatsapp-note{margin-top:1rem;padding:1rem;background-color:var(--color-lime);border-radius:8px;font-size:.9rem;color:var(--color-dark);font-weight:500}@media (max-width:992px){.appointment-container{flex-direction:column;padding:1.5rem}.appointment-content{max-width:100%}.appointment-decoration{display:none}.appointment-form{padding:1.5rem}}@media (max-width:768px){.appointment-container{padding:1rem;border-radius:15px}.appointment-form{padding:1.25rem}.form-row{flex-direction:column;gap:0}.form-group{margin-bottom:1.25rem}input{padding:.75rem;font-size:16px}.submit-button{padding:.875rem;font-size:1rem}.success-icon{width:70px;height:70px;font-size:2rem}.success-message h3{font-size:1.5rem}.success-message p{font-size:1rem}}@media (max-width:480px){.appointment-container{padding:.75rem;margin:0 .5rem}.appointment-form{padding:1rem}.form-group{margin-bottom:1rem}input{padding:.7rem}.submit-button{padding:.8rem;font-size:.95rem}.whatsapp-note{font-size:.85rem;padding:.75rem}}@media (max-width:360px){.appointment-container{padding:.5rem;margin:0 .25rem}.appointment-form{padding:.75rem}input{padding:.6rem;font-size:16px}.submit-button{padding:.75rem;font-size:.9rem}}.store-container{margin:0 auto;padding:2rem;position:relative;background-color:var(--color-primary);border-radius:20px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.product-card{background-color:var(--color-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-image-container{height:200px;overflow:hidden;position:relative}.product-image{width:100%;height:100%;background-color:var(--color-light-gray);background-size:contain;background-position:50%;background-repeat:no-repeat;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem}.product-name{font-size:1.3rem;color:var(--color-dark);margin-bottom:.5rem}.product-description{color:var(--color-dark-gray);font-size:.95rem;margin-bottom:1.5rem;height:60px}.product-price-action{display:flex;flex-direction:column;gap:1rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--color-dark);text-align:center}.product-buttons{display:flex;gap:.5rem}.buy-button,.inquiry-button{flex:1;padding:.6rem 1.2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.buy-button{background-color:var(--color-primary);color:white}.buy-button:hover{background-color:var(--color-turquoise)}.inquiry-button{background-color:var(--color-white);color:var(--color-primary);border:2px solid var(--color-primary)}.inquiry-button:hover{background-color:var(--color-primary);color:white}.cart-notification{position:fixed;bottom:20px;right:20px;background-color:var(--color-lime);color:var(--color-dark);padding:1rem 2rem;border-radius:50px;box-shadow:0 5px 15px rgba(0,0,0,.2);animation:slideIn .3s ease,slideOut .3s ease 1.7s forwards;z-index:1000}.cart-badge{position:fixed;top:15px;right:15px;width:50px;height:50px;background-color:var(--color-secondary);color:white;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;z-index:1001;animation:bounce .5s ease;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,119,0,.3)}.cart-badge:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(255,119,0,.4)}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOut{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@media (max-width:992px){.store-container{padding:1.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-info{padding:1.25rem}.product-name{font-size:1.2rem}.product-description{font-size:.9rem;height:auto;min-height:50px}.product-price{font-size:1.3rem}}@media (max-width:768px){.store-container{padding:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.product-image-container{height:180px}.product-info{padding:1rem}.product-name{font-size:1.1rem}.product-description{font-size:.85rem;margin-bottom:1rem}.product-price{font-size:1.2rem}.product-buttons{flex-direction:column}.buy-button,.inquiry-button{padding:.75rem}.cart-badge{top:10px;right:10px;width:45px;height:45px;font-size:.9rem}.cart-notification{bottom:15px;right:15px;left:15px;padding:.75rem 1rem;text-align:center;font-size:.9rem}}@media (max-width:480px){.store-container{padding:.75rem}.products-grid{grid-template-columns:1fr;gap:1rem}.product-card{border-radius:12px}.product-image-container{height:160px}.product-info{padding:.875rem}.product-name{font-size:1rem;margin-bottom:.375rem}.product-description{font-size:.8rem;margin-bottom:.875rem}.product-price{font-size:1.1rem}.buy-button,.inquiry-button{padding:.7rem;font-size:.9rem}.cart-badge{width:40px;height:40px;font-size:.85rem}}@media (max-width:360px){.store-container{padding:.5rem}.products-grid{gap:.75rem}.product-image-container{height:140px}.product-info{padding:.75rem}.product-name{font-size:.95rem}.product-description{font-size:.75rem}.product-price{font-size:1rem}.buy-button,.inquiry-button{padding:.6rem;font-size:.85rem}}.cart-overlay{position:fixed;top:0;left:0;background-color:rgba(0,0,0,.5);z-index:2000;justify-content:flex-end;animation:fadeIn .3s ease}.cart-container,.cart-overlay{width:100%;height:100%;display:flex}.cart-container{max-width:500px;background-color:var(--color-white);flex-direction:column;animation:slideInRight .3s ease}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-gray);background-color:var(--color-light-gray)}.cart-header h2{margin:0;color:var(--color-dark);font-size:1.5rem}.cart-content{flex:1;overflow-y:auto;padding:1rem}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--color-dark-gray)}.empty-cart-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-cart h3{margin-bottom:.5rem;color:var(--color-dark)}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:60px 1fr auto auto;gap:1rem;align-items:center;padding:1rem;background-color:var(--color-light-gray);border-radius:10px}.item-image{width:60px;height:60px}.product-image-small{width:100%;height:100%;background-color:var(--color-gray);background-size:contain;background-position:50%;background-repeat:no-repeat;border-radius:8px}.item-details h4{margin:0 0 .5rem;font-size:1rem;color:var(--color-dark)}.item-price{color:var(--color-dark-gray);font-size:.9rem}.item-controls{flex-direction:column}.item-controls,.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls{background-color:var(--color-white);border-radius:20px;padding:.25rem}.quantity-btn{width:30px;height:30px;border:none;background-color:var(--color-primary);color:white;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;transition:background-color .3s ease}.quantity-btn:hover{background-color:var(--color-turquoise)}.quantity{min-width:30px;text-align:center;font-weight:600;color:var(--color-dark)}.remove-btn{background:none;border:none;cursor:pointer;font-size:1.2rem;padding:.25rem;border-radius:4px;transition:background-color .3s ease}.remove-btn:hover{background-color:rgba(255,0,0,.1)}.item-total{font-weight:700;color:var(--color-dark);font-size:1.1rem}.cart-summary{margin-top:1.5rem;padding:1rem;background-color:var(--color-light-gray);border-radius:10px}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--color-dark)}.summary-row.total{font-weight:700;font-size:1.2rem;border-top:1px solid var(--color-gray);padding-top:.5rem;margin-top:.5rem}.shipping-note{color:var(--color-primary);font-weight:600;font-style:italic}.shipping-info{margin:1rem 0;padding:1rem;background-color:var(--color-lime);border-radius:8px;border-left:4px solid var(--color-primary)}.shipping-info p{margin:0;font-size:.9rem;color:var(--color-dark);font-weight:500}.cart-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid var(--color-gray);background-color:var(--color-light-gray)}.continue-shopping{flex:1;padding:1rem;background-color:var(--color-white);color:var(--color-dark);border:2px solid var(--color-gray);border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.continue-shopping:hover{background-color:var(--color-gray)}.checkout-btn{flex:1;padding:1rem;background-color:var(--color-secondary);color:white;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.checkout-btn:hover{background-color:#e66600}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:768px){.cart-container{max-width:100%}.cart-item{grid-template-columns:50px 1fr;grid-template-rows:auto auto;gap:.5rem}.item-controls{grid-column:1/-1;flex-direction:row;justify-content:space-between}.item-total{grid-column:1/-1;text-align:center}}.checkout-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:2000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;padding:1rem}.checkout-container{width:100%;max-width:1000px;max-height:90vh;background-color:var(--color-white);border-radius:15px;display:flex;flex-direction:column;animation:slideInUp .3s ease;overflow:hidden}.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-gray);background-color:var(--color-light-gray)}.checkout-header h2{margin:0;color:var(--color-dark);font-size:1.8rem}.checkout-steps{display:flex;justify-content:center;padding:1.5rem;background-color:var(--color-white);border-bottom:1px solid var(--color-gray)}.step{display:flex;align-items:center;margin:0 2rem;color:var(--color-dark-gray);transition:color .3s ease}.step.active{color:var(--color-primary)}.step-number{width:30px;height:30px;border-radius:50%;background-color:var(--color-gray);color:white;display:flex;align-items:center;justify-content:center;margin-right:.5rem;font-weight:600;transition:background-color .3s ease}.step.active .step-number{background-color:var(--color-primary)}.step-label{font-weight:600}.checkout-content{display:flex;flex:1;overflow:hidden}.checkout-main{flex:2;padding:2rem;overflow-y:auto}.checkout-sidebar{flex:1;background-color:var(--color-light-gray);padding:2rem;border-left:1px solid var(--color-gray);overflow-y:auto}.order-review h3,.payment-form h3,.shipping-form h3{margin-bottom:1.5rem;color:var(--color-dark)}.shipping-origin-info{margin-bottom:1.5rem;padding:1rem;background-color:var(--color-lime);border-radius:8px;border-left:4px solid var(--color-primary)}.shipping-origin-info p{margin:0;color:var(--color-dark);font-weight:500}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-group{flex:1;margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--color-dark)}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:2px solid var(--color-gray);border-radius:8px;font-family:var(--font-primary);font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary)}.error-message{color:#e74c3c;font-size:.8rem;margin-top:.25rem;display:block}.shipping-calculation{margin:1.5rem 0;padding:1.5rem;background-color:var(--color-white);border:2px solid var(--color-primary);border-radius:10px;animation:fadeIn .5s ease}.shipping-calculation h4{margin-bottom:1rem;color:var(--color-dark)}.shipping-details p{margin-bottom:.5rem;color:var(--color-dark)}.shipping-cost{font-size:1.1rem;color:var(--color-primary)!important;font-weight:700!important}.payment-methods{margin-bottom:2rem}.payment-method{display:flex;align-items:center;padding:1rem;margin-bottom:.5rem;background-color:var(--color-white);border:2px solid var(--color-gray);border-radius:8px;cursor:pointer;transition:border-color .3s ease}.payment-method:hover{border-color:var(--color-primary)}.payment-method input[type=radio]{margin-right:.5rem}.card-form,.cash-info,.transfer-info{background-color:var(--color-white);padding:1.5rem;border-radius:10px;border:1px solid var(--color-gray)}.cash-info h4,.transfer-info h4{margin-bottom:1rem;color:var(--color-dark)}.transfer-note{background-color:var(--color-lime)}.cash-note,.transfer-amount,.transfer-note{margin-top:1rem;padding:1rem;border-radius:8px;font-weight:600;color:var(--color-dark)}.cash-note,.transfer-amount{background-color:var(--color-light-gray);border-left:4px solid var(--color-primary)}.review-section{margin-bottom:2rem;padding:1.5rem;background-color:var(--color-white);border-radius:10px;border:1px solid var(--color-gray)}.review-section h4{margin-bottom:1rem;color:var(--color-dark);border-bottom:1px solid var(--color-gray);padding-bottom:.5rem}.shipping-summary{color:var(--color-primary)!important;font-weight:600!important}.order-summary h3{color:var(--color-dark)}.order-summary h3,.summary-items{margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-gray)}.item-info{display:flex;flex-direction:column}.item-name{font-weight:600;color:var(--color-dark)}.item-quantity{font-size:.9rem;color:var(--color-dark-gray)}.item-price{font-weight:600;color:var(--color-dark)}.summary-totals{padding-top:1rem;border-top:2px solid var(--color-gray)}.summary-totals .summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--color-dark)}.summary-totals .summary-row.total{font-weight:700;font-size:1.2rem;color:var(--color-dark)}.shipping-note-sidebar{margin:1rem 0;padding:1rem;background-color:var(--color-lime);border-radius:8px;text-align:center}.shipping-note-sidebar p{margin:0;font-size:.9rem;color:var(--color-dark);font-weight:500}.checkout-footer{display:flex;justify-content:space-between;padding:1.5rem;border-top:1px solid var(--color-gray);background-color:var(--color-light-gray)}.back-btn,.complete-btn,.next-btn{padding:1rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.back-btn{background-color:var(--color-white);color:var(--color-dark);border:2px solid var(--color-gray)}.back-btn:hover{background-color:var(--color-gray)}.complete-btn,.next-btn{background-color:var(--color-primary);color:white}.complete-btn:hover,.next-btn:hover{background-color:var(--color-turquoise)}.next-btn:disabled{background-color:var(--color-gray);cursor:not-allowed}.order-success{flex-direction:column;padding:4rem 2rem;text-align:center}.order-success,.success-icon{display:flex;align-items:center;justify-content:center}.success-icon{width:100px;height:100px;background-color:var(--color-lime);color:white;border-radius:50%;font-size:3rem;margin-bottom:2rem;animation:bounce .5s ease}.order-success h2{color:var(--color-dark);margin-bottom:1rem}.order-success p{color:var(--color-dark-gray);margin-bottom:.5rem}.order-details{margin:1.5rem 0;padding:1rem;background-color:var(--color-light-gray);border-radius:8px}.order-details p{margin-bottom:.5rem;color:var(--color-dark)}.order-number{margin-top:1.5rem;padding:1rem;background-color:var(--color-light-gray);border-radius:8px;font-weight:600;color:var(--color-dark)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.checkout-container{max-width:100%;max-height:100vh;border-radius:0}.checkout-content{flex-direction:column}.checkout-sidebar{border-left:none;border-top:1px solid var(--color-gray)}.checkout-steps{padding:1rem}.step{margin:0 1rem}.step-label{display:none}.form-row{flex-direction:column;gap:0}.checkout-footer{flex-direction:column;gap:1rem}.back-btn,.complete-btn,.next-btn{width:100%}}.blog-container{max-width:1200px;margin:0 auto;padding:2rem}.error-message,.loading-message{text-align:center;padding:3rem;font-size:1.2rem;color:var(--color-dark-gray)}.loading-message{display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-spinner{width:40px;height:40px;border-top:4px solid var(--color-gray);border:4px solid var(--color-gray);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404}.blog-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;justify-content:center}.filter-button{padding:.75rem 1.5rem;border:2px solid var(--color-gray);background-color:var(--color-white);color:var(--color-dark);border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}.filter-button:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px)}.filter-button.active{background-color:var(--category-color,var(--color-primary));border-color:var(--category-color,var(--color-primary));color:white;transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.article-card{background-color:var(--color-white);border-radius:15px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;position:relative}.article-card:hover{transform:translateY(-8px);box-shadow:0 15px 30px rgba(0,0,0,.15)}.article-card:hover .article-overlay{opacity:1}.article-image-container{position:relative;height:200px;overflow:hidden}.article-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image{transform:scale(1.05)}.article-category-badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;border-radius:20px;color:white;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.article-content{padding:1.5rem}.article-title{font-size:1.3rem;color:var(--color-dark);margin-bottom:.75rem;line-height:1.4;font-weight:700}.article-excerpt{font-size:.95rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-excerpt,.article-meta{color:var(--color-dark-gray);margin-bottom:1rem}.article-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.article-author-date{display:flex;flex-direction:column;gap:.25rem}.article-author{font-weight:600;color:var(--color-dark)}.article-date{font-size:.8rem}.article-read-time{background-color:var(--color-light-gray);padding:.25rem .75rem;border-radius:15px;font-weight:600;color:var(--color-dark)}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article-tag{background-color:var(--color-light-gray);color:var(--color-dark-gray);padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.article-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(48,213,200,.9),rgba(194,255,0,.9));display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.read-more-text{color:white;font-weight:700;padding:1rem;border:2px solid white;border-radius:25px;background-color:rgba(255,255,255,.1);backdrop-filter:blur(10px)}.no-articles,.read-more-text{font-size:1.1rem;text-align:center}.no-articles{padding:3rem;color:var(--color-dark-gray)}@media (max-width:992px){.blog-container{padding:1.5rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.article-content{padding:1.25rem}.article-title{font-size:1.2rem}}@media (max-width:768px){.blog-container{padding:1rem}.blog-filters{gap:.75rem;margin-bottom:2rem}.filter-button{padding:.6rem 1.2rem;font-size:.85rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-image-container{height:180px}.article-content{padding:1rem}.article-title{font-size:1.1rem}.article-excerpt{font-size:.9rem}.article-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.blog-container{padding:.75rem}.blog-filters{flex-direction:column;align-items:center}.filter-button{width:100%;max-width:250px;text-align:center}.article-image-container{height:160px}.article-content{padding:.875rem}.article-title{font-size:1rem}.article-excerpt{font-size:.85rem;-webkit-line-clamp:2}.read-more-text{font-size:1rem;padding:.75rem}}@media (max-width:360px){.blog-container{padding:.5rem}.article-content{padding:.75rem}.article-title{font-size:.95rem}.article-excerpt{font-size:.8rem}.article-tags{gap:.25rem}.article-tag{font-size:.75rem;padding:.2rem .5rem}}.article-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:3000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;padding:1rem}.article-modal-container{width:100%;max-width:900px;max-height:90vh;background-color:var(--color-white);border-radius:20px;display:flex;flex-direction:column;animation:slideInUp .3s ease;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.3)}.article-modal-header{position:relative;padding:1rem;display:flex;justify-content:flex-end;background:linear-gradient(135deg,var(--color-turquoise) 0,var(--color-lime) 100%)}.close-button{background:rgba(255,255,255,.2);border:2px solid white;color:white;font-size:1.5rem;transition:all .3s ease;font-weight:700}.close-button:hover{background:white;color:var(--color-dark);transform:scale(1.1)}.article-modal-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.article-modal-image-container{position:relative;height:300px;overflow:hidden}.article-modal-image{width:100%;height:100%;object-fit:cover}.article-modal-category-badge{position:absolute;top:1.5rem;left:1.5rem;padding:.75rem 1.5rem;border-radius:25px;color:white;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;box-shadow:0 4px 15px rgba(0,0,0,.2)}.article-modal-body{padding:2rem;flex:1}.article-modal-title{font-size:2.5rem;color:var(--color-dark);margin-bottom:1.5rem;line-height:1.3;font-weight:800}.article-modal-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--color-light-gray)}.article-modal-author-info{display:flex;flex-direction:column;gap:.5rem}.article-modal-author{font-size:1.1rem;font-weight:700;color:var(--color-dark)}.article-modal-date{font-size:.95rem;color:var(--color-dark-gray)}.article-modal-read-time{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%);color:white;padding:.5rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem}.article-modal-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.article-modal-tag{background-color:var(--color-light-gray);color:var(--color-dark);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;transition:all .3s ease}.article-modal-tag:hover{background-color:var(--color-primary);color:white;transform:translateY(-2px)}.article-modal-text{line-height:1.8;font-size:1.1rem;color:var(--color-dark)}.content-subtitle{font-size:1.4rem;color:var(--color-dark);margin:2rem 0 1rem;font-weight:700;border-left:4px solid var(--color-primary);padding-left:1rem}.content-paragraph{margin-bottom:1.5rem;text-align:justify}.content-paragraph strong{color:var(--color-dark);font-weight:700}.article-modal-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid var(--color-light-gray)}.article-cta{text-align:center;padding:2rem;background:linear-gradient(135deg,var(--color-light-gray) 0,var(--color-white) 100%);border-radius:15px;border:2px solid var(--color-gray)}.article-cta h3{color:var(--color-dark);margin-bottom:1rem;font-size:1.5rem}.article-cta p{color:var(--color-dark-gray);margin-bottom:1.5rem;font-size:1rem}.contact-cta-button{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-secondary) 100%);color:white;border:none;padding:1rem 2rem;border-radius:25px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}.contact-cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.3)}@media (max-width:768px){.article-modal-overlay{padding:.5rem}.article-modal-container{max-height:95vh;border-radius:15px}.article-modal-header{padding:.75rem}.close-button{width:35px;height:35px;font-size:1.3rem}.article-modal-image-container{height:250px}.article-modal-body{padding:1.5rem}.article-modal-title{font-size:2rem;margin-bottom:1rem}.article-modal-meta{flex-direction:column;align-items:flex-start;gap:1rem}.article-modal-text{font-size:1rem}.content-subtitle{font-size:1.2rem;margin:1.5rem 0 .75rem}.article-cta{padding:1.5rem}.article-cta h3{font-size:1.3rem}}@media (max-width:480px){.article-modal-overlay{padding:.25rem}.article-modal-container{border-radius:10px}.article-modal-image-container{height:200px}.article-modal-body{padding:1rem}.article-modal-title{font-size:1.7rem;line-height:1.4}.article-modal-tags{gap:.5rem}.article-modal-tag{font-size:.8rem;padding:.4rem .8rem}.article-modal-text{font-size:.95rem;line-height:1.7}.content-subtitle{font-size:1.1rem;padding-left:.75rem}.article-cta{padding:1rem}.contact-cta-button{padding:.875rem 1.5rem;font-size:1rem}}@media (max-width:360px){.article-modal-body{padding:.75rem}.article-modal-title{font-size:1.5rem}.article-modal-text{font-size:.9rem}.content-subtitle{font-size:1rem}}.footer{background-color:var(--color-dark);color:var(--color-white);padding:3rem 0 0}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--color-white);position:relative}.footer-section h3:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background-color:var(--color-primary);border-radius:3px}.footer-section p{margin-bottom:.8rem;font-size:.95rem}.map-placeholder{width:100%;height:120px;background-color:rgba(255,255,255,.1);border-radius:10px;margin-top:1rem;position:relative;overflow:hidden;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--color-white)}.map-placeholder:hover{background-color:rgba(255,255,255,.2);color:var(--color-white)}.map-text{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);font-size:.9rem;font-weight:600;text-align:center;opacity:.8}.map-placeholder:hover .map-text{opacity:1}.map-pin{transform:translate(-50%,-50%);width:20px;height:20px;background-color:var(--color-secondary);border-radius:50% 50% 50% 0;transform:translate(-50%,-50%) rotate(-45deg)}.map-pin,.map-pin:after{position:absolute;top:50%;left:50%}.map-pin:after{content:"";transform:translate(-50%,-50%);width:10px;height:10px;background-color:var(--color-white);border-radius:50%}.social-icons{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.social-icon{width:40px;height:40px;border-radius:50%;background-color:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.social-icon:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.social-icon.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.social-icon.facebook:hover{background-color:#1877f2}.social-icon.youtube:hover{background-color:#ff0000}.social-icon.tiktok:hover{background-color:#000000}.icon-facebook,.icon-instagram,.icon-tiktok,.icon-youtube{width:20px;height:20px;background-color:var(--color-white);mask-size:contain;mask-position:center;mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat}.icon-facebook{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z'%3E%3C/path%3E%3C/svg%3E")}.icon-instagram{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'%3E%3C/line%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'%3E%3C/rect%3E%3Cpath d='M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z'%3E%3C/path%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'%3E%3C/line%3E%3C/svg%3E")}.icon-youtube{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.33 29 29 0 0 0-.46-5.33z'%3E%3C/path%3E%3Cpolygon points='9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02'%3E%3C/polygon%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.33 29 29 0 0 0-.46-5.33z'%3E%3C/path%3E%3Cpolygon points='9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02'%3E%3C/polygon%3E%3C/svg%3E")}.icono-youtube{background-color:#ff0000;width:50px;height:50px;mask-size:contain;mask-repeat:no-repeat;mask-position:center}.icon-tiktok{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.59 6.69a4.83 4.83 0 0 1-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 0 1-5.2 1.74 2.89 2.89 0 0 1 2.31-4.64 2.93 2.93 0 0 1 .88.13V9.4a6.84 6.84 0 0 0-1-.05A6.33 6.33 0 0 0 5 20.1a6.34 6.34 0 0 0 10.86-4.43v-7a8.16 8.16 0 0 0 4.77 1.52v-3.4a4.85 4.85 0 0 1-1-.1z'/%3E%3C/svg%3E")}.whatsapp-contact{margin-top:1.5rem;text-align:center}.whatsapp-contact-button{background:linear-gradient(135deg,#25d366,#128c7e);color:white;border:none;padding:.875rem 1.5rem;border-radius:25px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;box-shadow:0 4px 12px rgba(37,211,102,.3)}.whatsapp-contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.4);background:linear-gradient(135deg,#128c7e,#25d366)}.whatsapp-contact-button:active{transform:translateY(0)}.whatsapp-icon{font-size:1.2rem;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.footer-bottom{margin-top:3rem;padding:1.5rem 2rem;background-color:rgba(0,0,0,.2);text-align:center}.footer-links{margin-bottom:1rem}.footer-link-button{background:none;border:none;color:var(--color-gray);font-size:.9rem;cursor:pointer;transition:color .3s ease;text-decoration:underline}.footer-link-button:hover{color:var(--color-primary)}.separator{margin:0 10px}.copyright,.separator{color:var(--color-gray)}.copyright{font-size:.8rem}@media (max-width:768px){.footer-container{grid-template-columns:1fr;padding:0 1rem}.footer-section{text-align:center}.footer-section h3:after{left:50%;transform:translateX(-50%)}.social-icons{justify-content:center}.footer-bottom{padding:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.separator{display:none}}@media (max-width:480px){.footer-container{padding:0 .75rem;gap:1.5rem}.footer-section h3{font-size:1.3rem}.footer-section p{font-size:.9rem}.social-icons{gap:.75rem}.social-icon{width:35px;height:35px}.icon-facebook,.icon-instagram,.icon-tiktok,.icon-youtube{width:18px;height:18px}.map-placeholder{height:100px}.map-text{font-size:.8rem}.footer-link-button{font-size:.85rem}.whatsapp-contact-button{padding:.75rem 1.25rem;font-size:.9rem}}@media (max-width:360px){.footer-container{padding:0 .5rem}.footer-section h3{font-size:1.2rem}.footer-section p{font-size:.85rem}.social-icons{gap:.5rem}.social-icon{width:32px;height:32px}.icon-facebook,.icon-instagram,.icon-tiktok,.icon-youtube{width:16px;height:16px}.whatsapp-contact-button{padding:.7rem 1rem;font-size:.85rem}}.legal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:3000;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease;padding:1rem}.legal-container{width:100%;max-width:800px;max-height:90vh;background-color:var(--color-white);border-radius:15px;display:flex;flex-direction:column;animation:slideInUp .3s ease;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.legal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid var(--color-gray);background-color:var(--color-light-gray)}.legal-header h2{margin:0;color:var(--color-dark);font-size:1.8rem}.close-button{background:none;border:none;font-size:2rem;color:var(--color-dark-gray);cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease}.close-button:hover{background-color:var(--color-gray)}.legal-content{flex:1;overflow-y:auto;padding:2rem;line-height:1.6}.legal-section{margin-bottom:2rem}.legal-section h3{color:var(--color-dark);font-size:1.2rem;margin-bottom:1rem;border-bottom:2px solid var(--color-primary);padding-bottom:.5rem}.legal-section p{color:var(--color-black);margin-bottom:1rem;text-align:justify}.legal-section ul{margin-left:1.5rem;margin-bottom:1rem}.legal-section li{color:var(--color-black);margin-bottom:.5rem}.legal-section strong{color:var(--color-dark);font-weight:700}.legal-footer{margin-top:2rem;padding-top:1rem;border-top:2px solid var(--color-gray);text-align:center}.legal-footer p{color:var(--color-dark-gray);font-style:italic;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:768px){.legal-overlay{padding:.5rem}.legal-container{max-height:95vh;border-radius:10px}.legal-header{padding:1rem}.legal-header h2{font-size:1.5rem}.legal-content{padding:1.5rem}.legal-section h3{font-size:1.1rem}.legal-section li,.legal-section p{font-size:.9rem}}@media (max-width:480px){.legal-overlay{padding:.25rem}.legal-container{border-radius:8px}.legal-header{padding:.875rem}.legal-header h2{font-size:1.3rem}.legal-content{padding:1rem}.legal-section{margin-bottom:1.5rem}.legal-section h3{font-size:1rem}.legal-section li,.legal-section p{font-size:.85rem}.legal-section ul{margin-left:1rem}}@media (max-width:360px){.legal-content{padding:.75rem}.legal-section h3{font-size:.95rem}.legal-section li,.legal-section p{font-size:.8rem}}:root{--color-orange:#ff7700;--color-turquoise:#30d5c8;--color-navy:#000080;--color-lime:#c2ff00;--color-white:#ffffff;--color-light-gray:#f5f5f5;--color-gray:#e0e0e0;--color-dark-gray:#666666;--color-black:#333333;--color-primary:var(--color-turquoise);--color-secondary:var(--color-orange);--color-accent:var(--color-lime);--color-dark:var(--color-navy);--font-primary:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-heading:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--header-height:80px;--footer-height:300px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);color:var(--color-black);background-color:var(--color-white);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;margin-bottom:1rem}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary)}button{cursor:pointer;font-family:var(--font-primary)}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1;padding-top:var(--header-height)}section{padding:4rem 1rem}.section-title{font-size:2.5rem;color:var(--color-dark);text-align:center;margin-bottom:1.5rem}.section-description{font-size:1.1rem;color:var(--color-dark-gray);text-align:center;max-width:800px;margin:0 auto 3rem}@media (max-width:992px){section{padding:3rem 1rem}.section-title{font-size:2.2rem}.section-description{font-size:1rem}}@media (max-width:768px){:root{--header-height:70px}section{padding:2.5rem 1rem}.section-title{font-size:2rem;margin-bottom:1rem}.section-description{font-size:.95rem;margin-bottom:2rem}}@media (max-width:480px){section{padding:2rem .75rem}.section-title{font-size:1.8rem;line-height:1.3}.section-description{font-size:.9rem;padding:0 .5rem}}@media (max-width:360px){section{padding:1.5rem .5rem}.section-title{font-size:1.6rem}.section-description{font-size:.85rem}}