*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:70px}body{font-family:Poppins,sans-serif;font-size:16px;line-height:1.6;color:#1d1d1d;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1170px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:400;line-height:1.2}h1{font-size:2.5rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5,h6{font-size:1.125rem}@media(min-width:481px){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.75rem}}@media(min-width:781px){h1{font-size:3.75rem}h2{font-size:2.8125rem}h3{font-size:2.1875rem}h4{font-size:1.75rem}h5,h6{font-size:1.5625rem}}.divider{width:100%;margin:.625rem 0}.divider--green:after{content:"";display:block;border-top:3px solid #14ff00;width:20%}.divider--left:after{margin-left:0}.divider--center:after,.divider:not(.divider--left):after{margin:0 auto}@media(min-width:481px){.divider--green:after{width:16%}}@media(max-width:480px){.divider--green:after{width:20%}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#171717;transition:transform .3s ease}.header--hidden{transform:translateY(-100%)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px}.header__logo img{max-height:45px;width:auto}.header__toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.header__toggle span{display:block;width:28px;height:3px;background:#fff;border-radius:2px;transition:.3s}.header__toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.header__toggle.active span:nth-child(2){opacity:0}.header__toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.header__nav{display:none;position:absolute;top:100%;left:0;width:100%;background:#171717;padding:1rem 0;border-top:1px solid #333}.header__nav.open{display:block}.header__nav ul{display:flex;flex-direction:column;align-items:center}.header__nav li{width:100%;text-align:center}.header__nav a{display:block;padding:12px 20px;color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;transition:color .3s}.header__nav a:hover,.header__nav a.active{color:#14ff00}@media(min-width:781px){.header__toggle{display:none}.header__nav{display:block!important;position:static;width:auto;background:none;border:none;padding:0}.header__nav ul{flex-direction:row;gap:0}.header__nav li{width:auto}.header__nav a{padding:10px;font-size:.8rem}.header__logo img{max-height:50px}}@media(min-width:1024px){.header__nav a{padding:10px 15px;font-size:.875rem}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;padding:7rem 0 4rem;overflow:hidden}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hero__content{position:relative;z-index:2;color:#fff}.hero__logo{margin-bottom:1rem}.hero__logo img{height:auto}.hero__tagline{color:#f5c400;font-size:1.75rem;margin-bottom:.5rem}@media(min-width:481px){.hero__tagline{font-size:2rem}}@media(min-width:781px){.hero{min-height:90vh}.hero__tagline{font-size:2.5rem}}.hero .divider--green:after{border-top-color:#1dd801}.hero__subtitle{font-size:1.25rem;margin-top:.5rem;line-height:1.4}@media(min-width:781px){.hero__subtitle{font-size:1.5625rem}}.section{padding:4rem 0}.section--centered{text-align:center}.section--contact{background:#f9f9f9}.section__title{font-family:Montserrat,sans-serif;margin-bottom:.5rem}.section__intro{max-width:850px;margin:1.5rem auto 0;font-size:1rem}@media(min-width:781px){.section{padding:5rem 0}}.row{display:flex;flex-direction:column;gap:2rem}.row--reverse{flex-direction:column-reverse}.col--text{display:flex;flex-direction:column;justify-content:center}.col--text p{margin-bottom:1rem;text-align:justify}.col--text p:last-child{margin-bottom:0}@media(min-width:781px){.row{flex-direction:row;align-items:center}.row--reverse{flex-direction:row}.col{flex:1}.col--image,.col--text{flex:0 0 48%}}.img-fluid{width:100%;border-radius:0}.parallax-section{position:relative;min-height:300px;overflow:hidden}.parallax-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1}.parallax-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center bottom;background-repeat:no-repeat;z-index:0}@media(min-width:781px){.parallax-section{min-height:400px}.parallax-section__bg{background-attachment:fixed}}.section-window{position:relative;height:100px;overflow:hidden}.section-window__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1}.section-window__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}@media(min-width:781px){.section-window{height:120px}.section-window__bg{background-attachment:fixed}}.cards{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.card{text-align:center;overflow:hidden}.card__image{width:100%;height:auto}.card__title{font-family:Montserrat,sans-serif;font-size:1.125rem;text-transform:uppercase;color:#1dd801;padding:1.25rem .5rem .625rem;letter-spacing:.5px}@media(min-width:600px){.cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:781px){.cards{grid-template-columns:repeat(3,1fr)}}.box{max-width:850px}.box--centered{margin:0 auto;text-align:center}.box__title{font-family:Montserrat,sans-serif;font-size:1.5rem;margin-bottom:.5rem}.box ul,.box ol{padding-left:1.25rem}.box ul{list-style:disc}.box ol{list-style:decimal}.box li{margin-bottom:.5rem;text-align:justify;font-size:.95rem}.icon-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}.icon-card{text-align:center}.icon-card__icon{width:70px;height:70px;margin:0 auto 1rem;background:#000;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-card__icon svg{width:32px;height:32px;color:#14ff00}.icon-card__title{font-family:Montserrat,sans-serif;font-size:1.125rem;text-transform:uppercase;margin-bottom:.5rem;color:#1dd801}.icon-card__text{font-size:.95rem}@media(min-width:600px){.icon-grid{grid-template-columns:repeat(3,1fr)}}.form{max-width:600px;margin:2rem auto 0;display:flex;flex-direction:column;gap:1.25rem}.form__group--hp{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;overflow:hidden;pointer-events:none}.form__group{display:flex;flex-direction:column}.form__group label{font-size:.875rem;font-weight:600;margin-bottom:.375rem;color:#333}.form__group input,.form__group textarea{padding:.75rem 1rem;border:1px solid #ccc;border-radius:4px;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .3s;background:#fff}.form__group input:focus,.form__group textarea:focus{outline:none;border-color:#14ff00;box-shadow:0 0 0 2px #14ff0026}.form__group input.error,.form__group textarea.error{border-color:#e74c3c}.btn{display:inline-block;padding:.875rem 2rem;border:none;border-radius:4px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.5px}.btn--primary{background:#14ff00;color:#000}.btn--primary:hover{background:#10cc00;transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.form__feedback{padding:1rem;border-radius:4px;display:none;font-size:.9rem}.form__feedback.success{display:block;background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form__feedback.error{display:block;background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.footer{position:relative;background:#212121;color:#fff;overflow:hidden}.footer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/optimized/City-warp-2.webp) center / cover no-repeat;opacity:.5;z-index:0}.footer__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:2rem;padding-top:2rem;padding-bottom:2rem}.footer__col--brand p{margin:1rem 0;font-size:1rem;line-height:1.7;color:#fff}.footer__col--info h6,.footer__col--info .footer__company-name{font-size:1rem;font-weight:700;margin-bottom:.75rem;color:#fff}.footer__col--info p{font-size:1rem;color:#fff;margin-bottom:.4rem}.footer__col--info a{color:#fff;transition:color .3s}.footer__col--info a:hover{color:#14ff00}.footer__social{display:flex;gap:.75rem;margin-top:1rem}.social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;transition:all .3s}.social-icon--wa{background:#25d366;color:#fff}.social-icon--wa:hover{background:#333;color:#fff}.social-icon--in{background:#0077b5;color:#fff}.social-icon--in:hover{background:#333;color:#fff}.footer__bar{position:relative;z-index:1;background:#424242;text-align:center;padding:.75rem}.footer__bar p{font-size:.9rem;color:#fff}@media(min-width:781px){.footer__inner{flex-direction:row;justify-content:space-between;align-items:center}.footer__col--brand{flex:0 0 50%}.footer__col--info{flex:0 0 33%}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(min-width:781px){.mobile-only{display:none!important}}
