*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif}body.menu-open{overflow:hidden}.header{display:flex;align-items:center;height:90px;background:#fff;position:relative;z-index:100}.header.sticky{position:fixed;top:0;left:0;width:100%;box-shadow:0 2px 8px #00000026;z-index:99999;animation:fadeInDown .3s ease forwards}@keyframes fadeInDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.logo-section{padding:0 40px;z-index:200}.logo img{max-width:100%;height:auto}.green-section{flex:1;height:100%;position:relative}.green-bg{position:absolute;inset:0;background:#0c9840;clip-path:polygon(12% 0,100% 0,100% 100%,0 100%);z-index:1}.green-content{position:relative;z-index:20;height:100%;display:flex;align-items:center;justify-content:space-between;padding-left:240px;padding-right:50px;overflow:visible}.hamburger{display:none;flex-direction:column;gap:5px;background:#0c9840;border:2px solid white;cursor:pointer;padding:10px;z-index:300;position:absolute;right:20px}.hamburger span{width:25px;height:3px;background:#fff;transition:all .3s ease;display:block}.nav{display:flex;gap:30px;align-items:center}.nav a{color:#fff;text-decoration:none;font-size:12px;font-weight:600;white-space:nowrap}.mobile-only{display:none}.desktop-only{display:flex;align-items:center;gap:20px}.dropdown{position:relative;display:inline-block;z-index:9999}.dropdown>a,.dropdown>span{display:inline-flex;align-items:center;gap:4px;color:#fff!important;cursor:pointer;transition:color .25s}.dropdown>a:after{content:"▼";font-size:9px;margin-left:6px;transition:transform .25s ease}.dropdown-menu{position:absolute;top:calc(245% + 10px);left:0;min-width:200px;background:#fff;padding:8px 0;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s ease;z-index:20000}.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:12px 18px;font-size:12px;font-weight:400;color:#777!important;transition:background .2s ease;white-space:normal}.dropdown-menu a:hover{background:#f5f5f5;color:#0c9840!important}.contact-btn{background:#fff;color:#333!important;padding:10px 20px;border:none;font-size:13px;cursor:pointer;white-space:nowrap;text-decoration:none;display:inline-block;margin-right:30px}.contact-btn:hover{background:#f2f2f2}.contact-arrow{display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .25s ease}.contact-arrow:after{content:"▼";font-size:9px}.contact-link{display:none}@media(max-width:1279px){.green-content{padding-left:60px;padding-right:80px}.hamburger{display:flex!important}.desktop-only{display:none!important}.mobile-only{display:block}.contact-link{display:block!important}.nav{position:fixed;top:140px;right:0;width:100%;max-height:0;background:#fff;flex-direction:column;gap:0;padding:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;align-items:stretch;z-index:9998;box-shadow:0 4px 10px #0000001a}.nav.active{max-height:calc(100vh - 90px);padding:20px 0;overflow-y:auto}.nav>a,.dropdown>a{padding:15px 30px;border-bottom:1px solid #e5e5e5;width:100%;font-size:13px;color:#666!important;font-weight:500;text-transform:uppercase}.dropdown{width:100%}.dropdown>a:after{content:"›";font-size:20px;margin-left:auto;transform:rotate(0)}.dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:#f8f8f8;max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0;border-radius:0}.dropdown.active .dropdown-menu{max-height:500px;padding:5px 0}.dropdown-menu a{color:#666!important;padding:10px 30px 10px 50px;font-size:12px;text-transform:none;font-weight:400;border-bottom:none}.dropdown-menu a:hover{background:#efefef;color:#0c9840!important}}@media(max-width:768px){.header{height:70px}.logo-section{padding:0 20px}.logo img{width:180px}.green-content{padding-left:40px}.nav{top:120px;max-width:100%}.nav.active{max-height:calc(100vh - 70px)}}@media(max-width:580px){.logo img{width:150px}.nav{top:70px;max-width:100%}}@media(min-width:1920px){.green-content{padding-left:300px;padding-right:120px;margin-left:90px}.logo-section{width:90%;padding:0 60px 0 230px}.nav{gap:40px}.contact-btn{margin-right:50px}}.dropdown-menu a{text-decoration:none}.scroll-top{position:fixed;bottom:20px;right:20px;width:30px;height:30px;background:#000;border:2px solid #00a63c;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .4s ease,transform .3s ease;z-index:999}.scroll-top:before{content:"";border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #00a63c}.scroll-top.show{opacity:1;visibility:visible}.scroll-top:hover{transform:scale(1.1)}.sc-footer{background:#313230;color:#fff;font-family:Poppins,sans-serif;padding-top:40px}.sc-footer-container{width:90%;max-width:1300px;margin:auto;display:flex;justify-content:space-between;align-items:flex-start}.sc-footer-col{width:25%}.sc-footer-title{font-size:17.5px;font-weight:500;margin-bottom:8px}.sc-footer-line{width:60px;height:3px;background:#0c9840;margin-bottom:20px}.sc-footer-logo{width:250px;margin-bottom:30px}.sc-footer-social a{width:36px;height:36px;display:inline-flex;justify-content:center;align-items:center;color:#fff;border-radius:4px;margin-right:10px;font-size:18px;text-decoration:none}.sc-footer-post{display:flex;margin-bottom:18px}.sc-footer-post img{width:80px;height:60px;margin-right:12px;object-fit:cover}.sc-footer-post-title{font-size:13px;font-weight:500;margin-bottom:5px}.sc-footer-post-date{color:#bbb;font-size:12px}.sc-footer-post-date i{margin-right:5px}.sc-footer-products{list-style:none;padding-left:0}.sc-footer-products li{margin-bottom:12px;font-size:13px;font-weight:400}.sc-footer-products li i{color:#3ab54a;margin-right:6px}.sc-footer-contact{display:flex;margin-bottom:20px}.sc-footer-contact i{color:#fff;font-size:15px;margin-right:12px;margin-top:10px}.sc-footer-contact-title{font-size:13px;font-weight:600}.sc-footer-contact-text{font-size:13px;font-weight:500}.sc-footer-bottom{margin-top:30px;border-top:1px solid #353535;text-align:center;padding:15px 0;font-size:14px;color:#d4d4d4;background:#282927}.sc-footer-post-title a,.sc-footer-post-date a{color:#fff;text-decoration:none}.sc-footer-post-title a:hover,.sc-footer-post-date a:hover{color:#0c9840}@media(max-width:1200px){.sc-footer-container{flex-wrap:wrap;gap:40px 20px}.sc-footer-col{width:calc(50% - 20px)}}@media(max-width:992px){.sc-footer-container{flex-wrap:wrap;justify-content:center;gap:40px}.sc-footer-col{width:45%;min-width:300px}.sc-footer-logo{width:200px}.sc-footer-post img{width:75px;height:55px}}@media(max-width:768px){.sc-footer-col{width:100%}.sc-footer-post{align-items:center}.sc-footer-products li{font-size:18px}}@media(max-width:600px){.sc-footer-container{flex-direction:column;align-items:flex-start;gap:35px}.sc-footer-col{width:100%}.sc-footer-logo{width:300px}.sc-footer-post img{width:95px;height:80px}.sc-footer-title{font-size:20px}.sc-footer-bottom{font-size:13px;padding:20px 0}}.top-bar{background-color:#f5f5f5;padding:13px 0;border-bottom:1px solid #e0e0e0}.top-bar-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.social-icons{display:flex;gap:30px}.social-icons a{color:#999;font-size:16px;text-decoration:none;transition:color .3s}.social-icons a:hover{color:#666}.contact-info{display:flex;gap:30px;align-items:center}.contact-item{display:flex;align-items:center;gap:18px;color:#999;font-size:15px}.contact-item i{font-size:15px}.contact-item a{text-decoration:none;color:inherit}.contact-item a:hover,.contact-item span:hover{color:#00a651}.productos-page{max-width:1400px;margin:0 auto;padding:2rem 1rem}.no-products{text-align:center;padding:4rem 2rem}.no-products p{font-size:1.2rem;color:#666;margin-bottom:2rem}@media(max-width:900px){.top-bar-container{gap:10px;text-align:center}.contact-info{gap:10px;flex-wrap:wrap;justify-content:center}.contact-item{gap:10px;font-size:14px}.social-icons{gap:20px}}@media(max-width:600px){.top-bar{display:none}}
