@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Open+Sans:wght@300;400;600;700&family=Muli:wght@300;400;600&display=swap";
:root{--green-primary:#2ca54c;--green-dark:#228b3a;--red-promo:red;--dark-bg:#1a1a1a;--dark-footer:#222;--white:#fff;--light-gray:#f5f5f5;--text-dark:#333;--text-light:#777;--text-white:#fff;--font-heading:"Montserrat", sans-serif;--font-body:"Open Sans", sans-serif;--font-alt:"Muli", sans-serif;--container-width:1200px;--header-height:70px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color .3s}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:var(--container-width);width:100%;margin:0 auto;padding:0 15px}.section-padding{padding:80px 0}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-family:var(--font-heading);letter-spacing:8px;text-transform:uppercase;color:var(--text-dark);margin-bottom:15px;font-size:36px;font-weight:700}.section-title .divider{background-color:var(--green-primary);width:60px;height:3px;margin:0 auto}.whatsapp-float{z-index:9999;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 12px #0000004d}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px #0006}.whatsapp-float svg{fill:#fff;width:32px;height:32px}.scroll-top{background:var(--green-primary);color:#fff;cursor:pointer;z-index:9998;opacity:.8;border:none;border-radius:4px;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;transition:opacity .3s,background .3s;display:flex;position:fixed;bottom:30px;right:100px}.scroll-top:hover{background:var(--green-dark);opacity:1}@media (max-width:992px){.section-title h2{letter-spacing:4px;font-size:28px}.section-padding{padding:50px 0}}@media (max-width:768px){.section-title h2{letter-spacing:2px;font-size:22px}.section-padding{padding:40px 0}.whatsapp-float{width:50px;height:50px;bottom:20px;right:20px}.whatsapp-float svg{width:28px;height:28px}}
