div.fake-header{display:none}header{display:flex;flex-direction:column;position:absolute;z-index:9999;width:100%}header div.mobile{display:none}header div.menu{display:flex;justify-content:center;align-items:center;flex-grow:1;height:15vh}header div.menu .menu-content{display:flex;align-items:center;width:80vw}.wrapper-logo{display:flex;flex:1}.wrapper-menu{flex:3}.wrapper-side{display:flex;justify-content:center;align-items:center;flex:1}.wrapper-logo img{width:25vh;cursor:pointer;transition:.2s all}.wrapper-logo img:hover{transform:scale(1.1)}.wrapper-menu ul.options{display:flex;justify-content:space-between;width:100%}.wrapper-menu ul.options{display:flex;justify-content:space-between;align-items:center}.wrapper-menu ul.options li{display:flex;justify-content:center;align-items:center;max-width:8vw}a.menu-option{font-family:Dincon Bold,sans-serif;color:#fff;text-transform:uppercase;transition:.2s all;font-size:2.2vmin;width:100%;text-align:center}span.gota{width:2vh;height:2vh;border-radius:20vh 20vh 10vh 10vh}.wrapper-menu ul.options a:hover{transform:scale(1.05)}.wrapper-menu ul.options a:hover>div.underline{width:100%}.wrapper-menu ul.options a:hover>ul.sub-options{display:flex}div.underline{width:0;height:4px;margin-top:1vh;border-radius:5vh;transition:.6s all}div.logo-container{display:flex;justify-content:center;align-items:center;padding-inline:5vh;height:23vh;border-radius:0vh 3vh 3vh;box-shadow:0 .1vh 2vh #000}div.logo-container img{width:20vh}header .mobile-background{position:absolute;display:flex;width:0%;height:100vh;background-color:#0006;justify-content:flex-end;opacity:0%;transition:.3s all;z-index:99}header .mobile-background.active{width:100%;opacity:100%}header .mobile-background.active a{width:100%}header .hamburguer{z-index:999}header .mobile-menu{display:flex;flex-direction:column;align-items:center;padding-block:5vh 20vh;width:0%;overflow-y:scroll}header .mobile-background.active .mobile-menu{min-width:fit-content;max-width:70%}header .mobile-menu nav.options{width:100%;margin-top:7vh}header .mobile-menu nav.options ul.options-list{display:flex;flex-direction:column;align-items:center}header .mobile-menu a{font-family:Dincon Bold,sans-serif;text-transform:uppercase;font-size:2.5vh;width:0}header .mobile-menu img{width:70%}header .mobile-menu img.logo-netafim{position:absolute;bottom:0;width:20vh;margin-bottom:5vh}header .mobile-menu nav.options li{display:flex;flex-direction:column;justify-content:center;align-items:center;width:80%;text-align:center;background:white;padding:1.5vh 1vh;border-radius:1vh;margin-block:1vh}header .mobile-menu nav.options img{width:1vh}header .mobile-menu ul.social-medias{display:flex;width:80%;justify-content:space-evenly}header .mobile-menu ul.social-medias img{width:100%}header .mobile-menu nav.options li:hover>ul.sub-options{height:fit-content;opacity:100%;padding:2vh;margin-block:3vh}@media screen and (max-width: 920px){header{position:fixed}header div.default{display:none}header div.mobile{display:flex;justify-content:flex-end}div.fake-header{display:flex;align-items:center;width:100vw;padding-block:1vw;margin-bottom:4vh}div.fake-header img{width:25vh;margin-left:5vh}ul.sub-options{display:flex;flex-direction:column;height:0;padding:0;margin:0;align-items:center;position:static;width:70%;border-radius:2vh;overflow:hidden;opacity:0%;transition:.2s all}ul.sub-options:after{display:none}ul.sub-options a{color:#fff;font-family:OmnesBoldRoman,sans-serif}}.c-hamburger{display:block;position:relative;overflow:hidden;margin-right:3vh;padding:0;width:5vh;height:15vh;z-index:999;font-size:0;text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;box-shadow:none;border-radius:none;border:none;cursor:pointer;-webkit-transition:background .2s;transition:background .2s}.c-hamburger:focus{outline:none}.c-hamburger span{display:block;position:absolute;top:3.5vh;left:0;right:0;height:.4vh;background:#698434}.c-hamburger span:before,.c-hamburger span:after{position:absolute;display:block;left:0;width:100%;height:.4vh;background-color:#698434;content:""}.c-hamburger span:before{top:-1.5vh}.c-hamburger span:after{bottom:-1.5vh}.c-hamburger--htx span{-webkit-transition:background 0s .2s;transition:background 0s .2s}.c-hamburger--htx span:before,.c-hamburger--htx span:after{-webkit-transition-duration:.2s,.2s;transition-duration:.2s,.2s;-webkit-transition-delay:.2s,0s;transition-delay:.2s,0s}.c-hamburger--htx span:before{-webkit-transition-property:top,-webkit-transform;transition-property:top,transform}.c-hamburger--htx span:after{-webkit-transition-property:bottom,-webkit-transform;transition-property:bottom,transform}.c-hamburger--htx.is-active span{background:none}.c-hamburger--htx.is-active span:before,.c-hamburger--htx.is-active span:after{-webkit-transition-delay:0s,.2s;transition-delay:0s,.2s}.c-hamburger--htx.is-active span:before{top:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.c-hamburger--htx.is-active span:after{bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}div.slider{display:flex;justify-content:center;align-items:center;width:100vw}@media screen and (min-width: 768px){div.slider{height:100vh}}div.slides{display:flex;width:100vw}@media screen and (min-width: 768px){div.slides{height:100vh}}div.slider img.main-title{position:absolute;top:1;left:1;width:40%;opacity:100%;z-index:999}div.slide{width:100vw;opacity:0%;transition:.2s all;position:absolute}@media screen and (min-width: 768px){div.slide{height:100vh}}div.slide.active{position:static;opacity:100%}div.slide img{display:block;margin:auto;width:100%}@media screen and (min-width: 768px){div.slide img{height:100vh}}div.slider div.buttons{display:flex;width:80vw;justify-content:space-between;position:absolute;z-index:999}div.slider div.buttons button{display:flex;justify-content:center;align-items:center;background:none;width:fit-content;height:fit-content;color:#fff;border-radius:50%;outline:none;border:none;font-size:2vw;font-weight:700;cursor:pointer;transition:.2s all}div.slider div.buttons button img{width:8vh}div.slider div.buttons button:hover{transform:scale(1.1)}div.dots{display:flex;justify-content:center;align-items:center;width:100%;z-index:99;margin-block:3vh;align-self:flex-end;padding-bottom:3vh}div.dots.float{margin-block:0;position:absolute}@media screen and (min-width: 920px){div.dots.float{padding-bottom:3vw}}div.dots div.dot{width:1vh;height:1vh;margin-inline:.5vh;background-color:#fff;border-radius:50%}@media screen and (max-width: 520px){div.slider div.buttons button img{width:6vh}div.dots div.dot{width:1vh;height:1vh}}section.desc-section{display:flex;width:100vw}section.desc-section div.content{display:flex;flex-direction:column;width:87vw;height:100%}section.desc-section div.main-content-wrapper{display:flex;flex-direction:row;padding-block:10vh 35vh;justify-content:center;height:80vh}section.desc-section div.main-content-wrapper div.content{display:flex;flex-direction:row;width:80vw;height:100%;overflow:hidden}section.desc-section div.content-wrapper{display:flex;flex-direction:column;width:50%;min-height:100%}section.desc-section div.content-wrapper.justify{flex:1;justify-content:space-between;padding-left:4vh;height:100%}section.desc-section div.content-wrapper img{margin-top:5vh;width:fit-content;height:100%}section.desc-section div.content-wrapper h1{color:#fff;font-family:Dincon Bold,sans-serif;font-size:7vh}section.desc-section div.content-wrapper p{color:#fff;font-size:3.5vmin}@media screen and (max-width: 768px){section.desc-section{flex-direction:column}section.desc-section div.main-content-wrapper{flex-direction:column;height:fit-content;padding-block:15vh 10vh;justify-content:center;align-items:center}section.desc-section div.main-content-wrapper div.content{flex-direction:column}section.desc-section div.content-wrapper{width:100%;height:fit-content;margin:auto}section.desc-section div.content-wrapper.justify{width:100%;justify-content:center;padding-left:0;margin:auto;margin-block:4vh}section.desc-section div.content-wrapper img{display:none}section.desc-section div.content-wrapper h1{text-align:center}section.desc-section div.content-wrapper p{font-size:3.5vh;text-align:center;margin-block:3vh}}div.culturas-wrapper{width:80vw;margin:auto;border-radius:4vh;margin-block:5vh;margin-top:-25vh;box-shadow:0 5vh 10vh 1vh #00000075;overflow:hidden}div.culturas-wrapper p{font-weight:700;font-size:3.5vh;margin:4vh}div.culturas-wrapper div.culturas-container{display:flex;flex-wrap:wrap;justify-content:space-around;align-items:center;margin:auto;margin-block:8vh 14vh;column-gap:2vh;row-gap:5vh;padding:2vh 4vh;width:90%;overflow-x:hidden}@media screen and (max-width: 920px){div.culturas-wrapper{width:80vw;margin:auto;margin-top:5vh}div.culturas-wrapper div.culturas-container{flex-wrap:nowrap;overflow-x:scroll;justify-content:flex-start;margin-block:3vh}div.culturas-wrapper p{text-align:center}}@media screen and (max-width: 768px){div.culturas-wrapper{width:90vw}}div.cultura-box{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;flex:1}div.cultura-box img{width:14vh;margin-block:1vh}div.cultura-box p{font-weight:100;margin:0}section.faq{display:flex;flex-direction:column;background-color:#fffaf4;width:100%;margin-bottom:10.2vh}div.perguntas-wrapper{display:flex;flex-direction:column;width:80vw;margin-inline:auto}h1.main-titulo{font-family:Dincon Bold,sans-serif;font-size:3vmax;text-align:center;margin-block:6vh}div.pergunta-box{display:flex;flex-direction:column;width:100%;padding:3vh 0;border-bottom:.2vh solid #698434;cursor:pointer}div.titulo-box{display:flex;align-items:center}div.titulo-box h2{font-size:3vh;margin-left:1vh}div.resposta-box{height:0;overflow:hidden;transition:.2s all}div.resposta-box p{font-size:3vh;font-weight:100;color:#000;text-align:justify}div.pergunta-box.active>div.resposta-box{height:fit-content;padding-top:2vh}div.pergunta-box .arrow-icon{transition:.2s all}div.pergunta-box.active .arrow-icon{transform:rotate(180deg)}div.contact-fake-button{padding:.5vh 3vh;width:fit-content;margin-block:-5.5vh 1vh;margin-inline:auto;border-radius:10vh}div.contact-fake-button h1{font-size:5vh;font-family:Dincon Bold,sans-serif;text-align:center}div.contact-wrapper{display:flex;flex-wrap:wrap;gap:2vh;justify-content:space-around;width:100%;margin-top:1.5vh;margin-bottom:6.5vh}div.local-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}div.local-wrapper img{width:12vh;margin-block:4vh}h2.contact-title{margin-block:8vh}h2.contact-label{text-align:center;font-size:3vh}div.contact-box{display:flex;flex-direction:column;width:25vh;height:25vh;padding:3vh;border-radius:2vh;box-shadow:#00000017 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}div.contact-box div{display:flex;justify-content:center;align-items:center}div.contact-box div.logo-box{height:18vh}div.contact-box div.logo-box img{min-width:5vh;max-height:10vh;max-width:100%}div.contact-box div.text-box{height:7vh}div.contact-box p{font-size:2.9vh;font-family:Dincon Bold,sans-serif;max-width:100%;word-wrap:break-word;text-align:center}footer{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;margin-top:10vh}#containerImg{top:-2rem;display:flex;justify-content:space-between;width:80vw}#imgLogo{width:10rem;margin-top:-12vh}#btnCima{width:4rem;height:4rem;cursor:pointer;transition:.2s all;margin-top:-5vh}#btnCima:hover{transform:scale(1.05)}#containerConteudo{color:#fff;margin-block:5vh;width:50%;gap:2vh;display:flex;justify-content:space-around;align-items:center;margin-left:-5vh}#containerConteudo span{display:flex;align-items:center;white-space:nowrap}#containerConteudo span a{margin-left:2vh}#logoAgrocafe{width:15rem}#fio{height:3rem}#portifolioAssinatura{width:5rem}#containerSerafim{display:flex;justify-content:center;align-items:center;margin:auto;padding-block:2rem;padding-inline:1rem;border-radius:5vh 5vh 0 0;box-shadow:0 5vh 10vh #000;background:black}#containerSerafim img{width:10rem}@media screen and (max-width: 768px){#containerImg{padding-inline:3rem;top:-1rem}#imgLogo{width:8rem;margin-top:-8vh}#btnCima{width:3rem;height:3rem;margin-top:-4vh}#containerConteudo{display:flex;flex-direction:column;gap:3rem;align-items:center;justify-content:center;width:100%}#containerConteudo span{color:#fff;padding-top:.5rem;width:fit-content}#logoAgrocafe{width:10rem}#fio{display:none}#portifolioAssinatura{width:4rem}#containerSerafim{padding-block:1.5rem 1rem;padding-inline:1.5rem}#containerSerafim img{width:6rem}}section.expertise-section{margin-top:5vh}section.expertise-section div.expertise-passos-wrapper{display:flex;flex-wrap:wrap;flex-grow:1;justify-content:space-between;margin-block:5vh;row-gap:8vh}section.expertise-section div.expertise-passos-wrapper.mobile{display:none}@media screen and (max-width: 768px){section.expertise-section{width:90%}section.expertise-section div.expertise-passos-wrapper{flex-direction:column;display:none}section.expertise-section div.expertise-passos-wrapper.mobile{display:flex}}div.passo-box{display:flex;flex-direction:column;padding:4vh 4vh 10vh;width:34vw;border-radius:4vh}div.passo-box img{margin-top:-10vh;align-self:center;width:15vh}div.passo-box h1{text-align:start;font-size:5vh}@media screen and (max-width: 768px){div.passo-box{margin-inline:0;width:90%}}section.banner-section{display:flex;justify-content:center;align-items:center;width:100vw;height:60vh;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;margin-top:5vh;margin-bottom:2vh}section.banner-section img{width:50%}@media screen and (max-width: 920px){section.banner-section img{width:95%}}#containerProjects{width:100%;margin-top:4vh;margin-bottom:2vh;position:relative;overflow:hidden;display:grid;gap:2rem;grid-template-areas:"img1 img3 img7 img7 img7" "img1 img4 img7 img7 img7" "img2 img5 img7 img7 img7" "img2 img6 img6 img8 img9"}.img1{grid-area:img1}.img2{grid-area:img2}.img3{grid-area:img3}.img4{grid-area:img4;position:absolute;top:50%;transform:translate(-25%,-50%);width:40vw}.img5{grid-area:img5}.img6{grid-area:img6}.img7{grid-area:img7}.img8{grid-area:img8}.img9{grid-area:img9}@media screen and (max-width: 768px){#containerProjects{gap:.4rem}.img3,.img5,.img8,.img9{width:5rem}.img1,.img2{width:5.1rem}.img4{width:10rem}.img6{width:7rem}.img7{width:12.5rem}}/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 22, 2023 */@font-face{font-family:Dincon Regular;src:url(/assets/din-webfont-07b15b07.woff2) format("woff2"),url(/assets/din-webfont-3f632bd4.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Dincon Bold;src:url(/assets/dinnextltpro-heavy-webfont-4af8c415.woff2) format("woff2"),url(/assets/dinnextltpro-heavy-webfont-b950f016.woff) format("woff");font-weight:400;font-style:normal}.marrom.label{color:#67462e}.marrom.background{background-color:#67462e!important}.verde.label{color:#698434}.verde.background{background-color:#698434!important}.cinza.label{color:#e5e6e7}.cinza.background{background-color:#e5e6e7!important}*{margin:0;padding:0;font-family:Calibri,sans-serif;color:#fff}body,:root{overflow-x:hidden;width:100vw}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:2vh;background-color:#f5f5f5}::-webkit-scrollbar{width:1vh;height:1vh;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:2vh;-webkit-box-shadow:inset 0 0 6px rgb(0,0,0);background-color:#555}a{text-decoration:none;color:inherit}p{font-size:3.5vh;font-weight:100}ul{list-style:none}section div.content{display:flex;width:90%;height:80%}@media screen and (max-width: 768px){section div.content{flex-direction:column}}section div.content.center{justify-content:center;align-items:center}section div.content.space-between{justify-content:space-between}section{display:flex;flex-direction:column;margin:auto;width:80vw}
