:root{--primary-color:#5bb462;--primary-dark:#4f9c55;--secondary-color:#ffea00;--secondary-dark:#e3d002;--overlay:rgba(0,0,0,0.7)}*{box-sizing:border-box;padding:0}*,body{margin:0}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;font-size:1.2rem;line-height:1.2}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}ul{list-style-type:none}a{text-decoration:none}.button{padding:17px 28px;font-size:1.2rem;color:#fff;font-weight:600;text-transform:uppercase;background-color:#5bb462;background-color:var(--primary-color);border:1px solid #5bb462;border:1px solid var(--primary-color);border-radius:4px;cursor:pointer}.button:hover{background:#4f9c55;background:var(--primary-dark);border:1px solid #4f9c55;border:1px solid var(--primary-dark)}.line{display:block;width:40px;height:3px;margin:5px auto;background-color:#5bb462;background-color:var(--primary-color)}.header{position:fixed;height:90px;width:100%;top:0;left:0;z-index:1;transition:.3s ease-in;overflow:hidden;background-color:rgba(0,0,0,.9)}.header .navbar{display:flex;justify-content:space-between;align-items:center;max-width:1240px;margin:auto;height:100%;padding:0 1rem}.header .nav-menu a{color:#fff}.header .navbar img{width:250px;height:auto}.header .nav-menu{display:flex}.header .nav-item{padding:1rem;font-weight:500}.header .nav-item a:hover{padding-bottom:12px;border-bottom:3px solid var(--secondary-color);cursor:pointer}.hamburger{display:none}@media screen and (max-width:940px){.header{background-color:rgba(0,0,0,.9)}.header,.header .navbar{max-width:100%}.hamburger{display:block}.nav-menu{position:fixed;left:-100%;top:90px;flex-direction:column;background-color:rgba(0,0,0,.9);width:100%;height:90vh;z-index:999;text-align:center;transition:.3s}.nav-menu.active{left:0}.nav-item{margin:1.5rem 0}.header .navbar img{width:150px}}.hero{background-color:var(--overlay2);color:#fff;height:100vh;width:100%;position:relative}.hero:before{content:"";background:url(/static/media/homeimg.b24f3b67.jpg) no-repeat 0/cover;height:100%;width:100%;position:absolute;top:0;left:0;z-index:-1}.hero .content{height:100%;display:flex;flex-direction:column;justify-content:center;max-width:1100px;margin:auto;padding:1rem}.hero .content p:first-child{font-style:italic;font-size:.9rem}.hero .content p:nth-child(2){font-size:1.9rem}.hero .content p:nth-child(3){font-size:5rem;font-weight:700}.hero .content p:nth-child(4){font-size:2.2rem;font-style:italic}.hero .button{margin:1rem 0;width:300px;background-color:var(--secondary-color);border:1px solid var(--secondary-color);color:#333}.hero .button:hover{background-color:var(--secondary-dark);border:1px solid var(--secondary-dark)}@media screen and (max-width:940px){.hero .content p:nth-child(3){font-size:2.6rem}.hero .content p:nth-child(4){font-size:1.6rem}}.about{background-color:#f8f8f8;margin:auto;padding:8rem 1rem 0;width:100%}.about .container{width:1240px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr)}.about p{text-align:justify}.about h2{font-size:3rem}.about img{border-radius:80px;margin-top:50px;margin-bottom:20px}.about .col-2{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.about .col-2 p:first-of-type{margin:2rem 0}@media screen and (max-width:940px){.about .container{grid-template-columns:1fr;width:100%}.about .container img{padding:0;width:90vw}.about .container .col-2{padding:0}.about button{margin-bottom:1rem}}.footer{width:100%;background-color:#000;color:#eee;padding:3rem 1rem}.footer .container{max-width:1240px;margin:auto;text-align:center}.footer ul{display:flex;justify-content:center}.footer li{padding:1rem}.footer li a{color:#fff}.footer li a:hover{padding-bottom:12px;border-bottom:3px solid var(--secondary-color);cursor:pointer}.bottom{text-align:center;padding-top:3rem}.line{margin-bottom:1rem}@media screen and (max-width:940px){.footer{background-color:rgba(0,0,0,.9)}.footer,.footer .navbar{max-width:100%}.nav-menu{position:fixed;left:-100%;top:90px;flex-direction:column;background-color:rgba(0,0,0,.9);width:100%;height:90vh;z-index:999;text-align:center;transition:.3s}}.products{width:100%}.products .container{width:1240px;margin:4rem auto;padding:4rem 0}.products h2{font-size:3rem;text-align:center}.products .container .content{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;margin:4rem 0}.products .card{border:1px solid #eee;border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.2);padding:1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;transition:all .3s ease-in-out}.products .card p{text-align:left;margin-bottom:20px}.products .card:hover{transform:scale(1.05);cursor:pointer}.products .card img{display:block;text-align:center;align-items:center;margin-bottom:20px}.products .card p{color:#787878;font-size:1.1rem;margin:12px}.products .card span{color:var(--primary-color);font-size:1.6rem;font-weight:700}@media screen and (max-width:940px){.products .container{width:100%}.products .container .content{grid-template-columns:1fr}.products .card{max-width:100%;margin:1rem}}body{font-family:"Arial",sans-serif}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000}.proContainer{background:#fff;border-radius:12px;padding:30px;width:90%;max-width:600px;box-shadow:0 8px 16px rgba(0,0,0,.2);position:relative;transition:transform .3s ease,opacity .3s ease;opacity:1;transform:scale(1)}.overlay .proContainer{animation:fadeIn .5s}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.closeBtn{position:absolute;top:10px;right:10px;background-color:#f44336;color:#fff;border:none;border-radius:50%;padding:8px 12px;cursor:pointer;font-size:18px;transition:background-color .3s ease}.closeBtn:hover{background-color:#d32f2f}.proContainer p{font-size:24px;font-weight:700;margin-bottom:20px;color:#333}.specs ul{list-style-type:none;padding:0}.specs li{margin:10px 0;padding:10px;background-color:#f9f9f9;border-left:5px solid #007bff;transition:background-color .3s ease;color:#007bff}.specs div{color:#000}.specs li:hover{background-color:#f1f1f1}.specs a{text-decoration:none;color:#007bff;font-weight:700;transition:color .3s ease}.specs a:hover{color:#0056b3;text-decoration:underline}@media (max-width:768px){.proContainer{width:95%;padding:20px}.closeBtn{top:5px;right:5px;padding:5px 10px;font-size:16px}.proContainer p{font-size:20px;margin-bottom:15px}}.clients{text-align:center;padding:50px 0}.clients h2{font-size:2em;margin-bottom:10px}.clients .line{display:block;width:50px;height:3px;background:var(--primary-color);margin:0 auto 30px}.clients .carousel{position:relative;overflow:hidden;width:100%;max-width:1200px;margin:0 auto}.clients .carousel-track{display:flex;transition:transform .5s ease}.clients .card{min-width:200px;margin:0 50px}.clients .card img{width:100%;height:auto;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.2)}@media screen and (max-width:940px){.clients .card{min-width:200px;margin:0 20px}}.certificates{background-color:#f8f8f8;margin:auto;padding:8rem 1rem 0;width:100%}.certificates .container{width:1240px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr)}.certificates h2{font-size:3rem}.certificates .col-2{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem}.certificates .col-2 p:first-of-type{margin:2rem 0}.certificates .col-2 p:nth-child(4){font-size:1.8rem;font-style:italic;font-weight:600}.certificates button{margin-top:1rem}@media screen and (max-width:940px){.certificates .container{grid-template-columns:1fr;width:100%}.certificates .container img{padding:0;width:90vw}.certificates .container .col-2{padding:0}.certificates button{margin-bottom:1rem}}.contact{margin:5rem auto;padding:1rem;width:100%}.contact .container{width:1240px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr)}.contact .col-1{padding:1rem;display:flex;flex-direction:column}.contact .col-1 .title{font-size:2rem;font-style:italic;margin-top:1rem}.contact .col-1 .body{font-size:1.2rem;margin-bottom:.5rem;margin-top:1rem}.contact .col-2{margin:auto}@media screen and (max-width:940px){.contact .container{max-width:100%;grid-template-columns:1fr;grid-gap:30px}.contact iframe{width:100%;height:auto}}
/*# sourceMappingURL=main.76bd4fe8.chunk.css.map */