.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.video-play-target {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image {
  max-width: 150px;
}

.volume-level-empty {
  background-color: #fff;
  width: 100px;
  height: 3px;
}

.video-timeline {
  opacity: .66;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.video-timeline:hover {
  opacity: 1;
}

.video-wrapper {
  background-color: #000;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.volume-level-fill {
  background-color: #f40103;
  width: 50%;
  height: 100%;
  position: relative;
}

.video-timeline-fill {
  background-color: red;
  width: 1%;
  height: 100%;
  position: relative;
}

.video-control-flex {
  justify-content: space-between;
  display: flex;
}

.video-button {
  opacity: .66;
  color: #fff;
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  max-height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.video-button:hover {
  opacity: 1;
}

.video-button.extend-right-padding {
  margin-right: 0;
  padding-right: 10px;
}

.align-center {
  text-align: center;
}

.video-inner-wrapper {
  flex: 1;
}

.video-timeline-empty {
  background-color: #fff;
  width: 100%;
  height: 4px;
}

.video-box {
  border-radius: 0;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 0 17px 1px #0000004a;
}

.video-flex {
  align-items: center;
  display: flex;
}

.volume-level {
  cursor: pointer;
  align-items: center;
  width: 100px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.video-level-dot {
  background-color: #f40103;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px -3px 0% auto;
}

.header-block {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.video-volume {
  z-index: 2;
  opacity: .66;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  margin-left: -5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-volume:hover {
  opacity: 1;
}

.video-controls {
  z-index: 2;
  background-image: linear-gradient(to top, #000000a8 100%, #fff0);
  width: 100%;
  padding: 15px 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.faded {
  opacity: .5;
}

.video-icon {
  height: 16px;
}

.video-volume-controls {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-wrapper {
  z-index: 1;
  background-color: #0000;
  flex-flow: column;
  height: 100vh;
  max-height: none;
  display: block;
}

.f-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.video-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.controls-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2 {
  width: 50px;
  height: 50px;
}

.pausebutton {
  cursor: pointer;
  display: none;
}

.track {
  background-color: #ffffff80;
  border-radius: 20px;
  width: 80%;
  height: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  position: relative;
}

.trackinner {
  background-color: #b5a1c7;
  border-radius: 20px;
  width: 0%;
  height: 10px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.volume {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 50px;
  height: 50px;
}

.video-volume-wrapper {
  z-index: 2;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 12% 8% auto auto;
}

.video-volume-wrapper._1 {
  z-index: 14;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  position: static;
  top: 7%;
  right: 3%;
}

.video-element {
  color: #fff9f9;
}

.html-icon {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
}

.html-icon.small {
  width: 1.2rem;
  height: 1.2rem;
}

.video-volume-embed {
  display: flex;
  transform: rotate(0);
}

.volume-control-2 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}

.icon-embed-xxsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.code-embed {
  display: none;
}

.navbar {
  background-color: #482962;
  background-image: linear-gradient(#a289b673, #48296273);
  border-radius: 30px 2px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.nav-menu {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
}

.brand.w--current {
  min-width: 65px;
}

.image-4 {
  width: 150px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.nav-link:hover, .nav-link.w--current {
  color: #b5a1c7;
}

.nav-link.icon.hiden {
  display: none;
}

.dropdown, .dropdown.nav-link:hover {
  color: #fff;
}

.text-block {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.text-block:hover, .icon {
  color: #fff;
}

.spacing {
  width: 50%;
}

.navwrapper {
  justify-content: space-between;
  align-items: center;
  width: 92%;
  display: flex;
}

.dropdown-list {
  background-color: #896e9e;
}

.dropdown-list.w--open {
  background-color: #482962;
  width: 255px;
}

.dropdown-list.categorias {
  margin-left: -10px;
}

.dropdown-link {
  color: #fff;
  font-family: Barlow, sans-serif;
}

.dropdown-link:hover, .dropdown-link:active, .dropdown-link.w--current {
  color: #fff;
}

.contentwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 58px;
  display: block;
}

.contentwrapper.flexh {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrapper.flexh.relative {
  flex-flow: row;
  position: relative;
}

.contentwrapper.mvv {
  margin-top: 127px;
}

.contentwrapper.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrapper.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapper.flexv.blogpost {
  margin-bottom: 80px;
}

.contentwrapper.prod {
  margin-top: 60px;
  overflow: visible;
}

.contentwrapper.apl {
  width: auto;
  max-width: none;
  height: 450px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: scroll;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.roundbox {
  border: 2px solid #482962;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 320px;
  padding: 35px 50px;
  display: flex;
  position: relative;
}

.roundbox.flexv {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
}

.roundbox.flexv.materia {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 350px;
  margin-top: -166px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roundbox.flexv.esg {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 350px;
  margin-top: -93px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roundbox.flexv.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roundbox.flexv.form.contato {
  width: 60%;
  padding: 30px;
}

.roundbox.flexv.contato {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 625px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.roundbox.flexv.contato.brasil {
  min-height: 460px;
  margin-top: 60px;
}

.roundbox.mvv {
  z-index: -1;
  min-height: 350px;
  margin-top: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.roundbox._01 {
  padding-top: 0;
  padding-bottom: 0;
}

.playbutton {
  cursor: pointer;
}

.txtwrapper {
  width: 50%;
}

.txtwrapper.functional {
  width: 60%;
}

.txtwrapper.functional.home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txtwrapper.halal {
  width: 60%;
}

.txtwrapper.halal.about {
  width: 100%;
  margin-top: 20px;
}

.txtwrapper.halal.home {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.txtwrapper.materia {
  width: 60%;
}

.txtwrapper.materia.about {
  width: 100%;
  margin-top: 20px;
}

.txtwrapper.esg {
  width: 60%;
}

.txtwrapper.esg.about {
  width: 100%;
  margin-top: 90px;
}

.img01 {
  background-image: url('../images/Colagenos.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 400px;
  height: 270px;
  margin-right: -90px;
}

.largetext {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.largetext.bigger {
  font-size: 32px;
  line-height: 36px;
}

.largetext.bigger.black {
  font-weight: 900;
}

.largetext.bigger.black.center {
  text-align: center;
}

.largetext.light {
  font-weight: 300;
}

.largetext.semibold {
  font-weight: 600;
}

.largetext.white {
  color: #fff;
}

.largetext.white.medium {
  font-weight: 500;
}

.largetext.center {
  text-align: center;
}

.largetext.center.light {
  margin-bottom: 40px;
}

.largetext.center.light.lesspadding {
  margin-bottom: 20px;
}

.text-block-2 {
  font-family: Barlow, sans-serif;
}

.bodytxt {
  color: #2c2036;
  margin-top: 40px;
  font-family: Barlow, sans-serif;
}

.bodytxt.halal.about {
  margin-top: 20px;
}

.bodytxt.materia {
  margin-top: 0;
}

.bodytxt.esg {
  margin-top: 19px;
}

.bodytxt.white {
  color: #fff;
}

.bodytxt.white.nopadding {
  margin-top: 0;
}

.pluswrapper {
  width: 100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pluswrapper.about {
  width: 65px;
}

.pluswrapper.about.cid {
  margin-bottom: -103px;
  margin-right: 100px;
  inset: auto 0% 0% auto;
}

.image-5 {
  margin-bottom: -48px;
  margin-left: -48px;
}

.image-5.about {
  margin-bottom: -135px;
  margin-left: -61px;
}

.image-5.about.cid {
  margin-bottom: 0;
  margin-left: 0;
}

.image-6 {
  margin-top: -34px;
  margin-bottom: 0;
  margin-left: -76px;
}

.image-6.about {
  margin-top: 0;
  margin-bottom: -44px;
  margin-left: -45px;
}

.image-6.about.cid {
  margin-bottom: 0;
  margin-left: 0;
}

.pluswrapper02 {
  width: 125px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pluswrapper02.about {
  width: 90px;
  inset: auto auto 0% 0%;
}

.pluswrapper02.about.cid {
  margin-bottom: -57px;
  margin-right: 45px;
  inset: auto 0% 0% auto;
}

.novapro {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

.novapro.bigger {
  font-size: 32px;
  line-height: 36px;
}

.image-7 {
  max-width: none;
  height: 300px;
  margin-bottom: -164px;
  margin-left: -179px;
}

.image-7.home {
  margin-top: 84px;
  margin-bottom: 0;
}

.selohalal {
  width: 250px;
}

.selohalal.about {
  width: 120px;
  margin-top: -98px;
  margin-bottom: 0;
}

.image-9 {
  margin-top: 0;
  margin-bottom: -41px;
  margin-left: -21px;
}

.pluswrapper03 {
  width: 100px;
  margin-right: -46px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-10 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.pluswrapper04 {
  width: 120px;
  margin-top: 38px;
  margin-right: -20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer {
  z-index: 10;
  background-color: #482962;
  background-image: linear-gradient(0deg, #48296280, #a289b680);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 0;
  display: flex;
  position: relative;
}

.linkswrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.navtxt {
  font-family: Barlow, sans-serif;
  text-decoration: none;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.linkbox {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.container-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.middlebox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logofooter {
  width: 220px;
}

.image-11 {
  width: 36px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.text-span {
  color: #b5a1c7;
}

.footercontentwrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 25px;
  display: flex;
}

.linkboxright {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footerwhitebar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-block-6 {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.image-12 {
  width: 60px;
  margin-left: 2px;
}

.herosobre {
  background-image: url('../images/plusimg.png'), url('../images/Fabrica.jpg');
  background-position: 0 110%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 85vh;
}

.buttonswrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.innerbuttonwrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutbutton {
  text-transform: uppercase;
  background-color: #deb6ff;
  background-image: linear-gradient(0deg, #48296273, #b5a1c773);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.aboutbutton.dropdown {
  padding-left: 10px;
  padding-right: 10px;
}

.image-13 {
  width: 590250px;
}

.image-14 {
  width: auto;
  height: 100%;
}

.image-15 {
  width: 300px;
}

.image-16 {
  height: 400px;
  display: block;
}

.image-17 {
  width: 300px;
}

.image-18 {
  height: 500px;
  display: block;
}

.image-19 {
  width: 300px;
}

.image-20 {
  height: 450px;
}

.image-21 {
  width: 300px;
}

.txtwrapperabout {
  width: 50%;
}

.txtwrapperabout.functional, .txtwrapperabout.halal {
  width: 60%;
}

.section-2 {
  padding-top: 80px;
}

.linkhalal {
  border: 2px solid #482962;
  border-radius: 30px 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 15px 30px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.plustoggle {
  width: 25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.plustoggle.about {
  margin-top: 0;
  margin-bottom: -44px;
  margin-left: -45px;
}

.faq-p {
  background-color: #f4f6f800;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #fff0;
  border: 2px solid #482962;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 18px;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.toggle-text {
  z-index: 2;
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.faq-icon {
  z-index: 2;
  color: #482962;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  margin-top: 30px;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 0 30px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-answer {
  color: #2c2036;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.lesstoggle {
  width: 25px;
  margin-top: 9px;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.acordeoncode {
  display: none;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}

.boxshadow {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 110%;
  height: 85%;
  padding: 42px 62px;
  display: flex;
  position: absolute;
  inset: -3% 0% 0% 50%;
  transform: translate(-50%, 12%);
  box-shadow: 0 2px 20px #0003;
}

.text-block-8 {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.plusmvv {
  width: 20px;
  margin-top: -20px;
  padding-bottom: 0;
}

.titlemvvwrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.mvvwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 18%;
  display: flex;
}

.txtmvv {
  color: #2c2036;
  margin-top: 0;
  font-family: Barlow, sans-serif;
}

.txtmvv.halal.about {
  margin-top: 20px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-22, .image-23 {
  width: 200px;
}

.accordeonwrapper {
  max-width: 900px;
  margin-bottom: 10px;
}

.accordeonwrapper.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.accordeonwrapper.mvv {
  margin-top: 127px;
}

.image-24 {
  max-width: 110%;
}

.div-block-3 {
  z-index: 2;
  background-image: url('../images/Agrupar-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 570px;
  display: flex;
  position: relative;
}

.txtmateria {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.txtmateria.bigger {
  font-size: 32px;
  line-height: 36px;
}

.txtmateria.light {
  font-weight: 300;
}

.txtmateria.semibold {
  font-weight: 600;
}

.txtmateriabig {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 48px;
}

.txtmateriabig.bigger {
  font-size: 32px;
  line-height: 36px;
}

.txtmateriabig.light {
  font-weight: 300;
}

.txtmateriabig.semibold {
  font-weight: 600;
}

.txtmateriawrapper {
  margin-bottom: 110px;
  margin-left: 223px;
}

.div-block-4 {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  width: 30%;
  height: 100%;
}

.video {
  height: 100%;
}

.background-video {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.play {
  max-width: 40%;
}

.slider {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 400px;
  margin-top: 30px;
  display: flex;
}

.mask {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  min-height: 400px;
  margin-left: 60px;
  margin-right: 60px;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sliderarrow {
  width: 40px;
}

.div-block-3-copy {
  z-index: 2;
  background-image: url('../images/Agrupar-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1000px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 570px;
  display: flex;
  position: relative;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.image-25 {
  width: 140px;
  margin-left: 25px;
}

.div-block-6 {
  margin-top: 30px;
}

.text-span-2 {
  color: #a289b6;
  text-decoration: none;
}

.image-26 {
  overflow: clip;
}

.section-3 {
  padding-top: 50px;
}

.grid2column {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.txtwrappergrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(45deg, #452a60, #6c5187);
  border-top-left-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.largetextproduto {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.largetextproduto.bigger {
  font-size: 40px;
  line-height: 40px;
}

.largetextproduto.bigger.black {
  font-weight: 900;
}

.largetextproduto.light {
  font-weight: 300;
}

.largetextproduto.semibold {
  font-weight: 600;
}

.botaover {
  cursor: pointer;
  background-image: linear-gradient(#a47eb9, #9b77b9);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 85px;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.botaover:hover {
  background-image: linear-gradient(#9e8add, #9e8add);
}

.text-block-9 {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.iconwrapper {
  width: auto;
  margin-left: 7px;
  position: static;
  inset: 0% 0% 0% auto;
}

.iconwrapper.carreiras {
  margin-left: 0;
  margin-right: 7px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.iconbuttonplus {
  width: 16px;
}

.iconbuttonless {
  width: 16px;
  display: none;
}

.imggrid {
  background-image: url('../images/burger.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.imggrid.fibra {
  border-bottom-right-radius: 40px;
}

.imggrid.po {
  background-image: url('../images/classic-hot-dog-with-ketchup-mustard.jpg');
  background-position: 50% 80%;
  background-size: 110%;
  border-bottom-right-radius: 40px;
}

.imggrid.flakes {
  background-image: url('../images/flakes.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
}

.imggrid.ndbs {
  background-image: url('../images/bowl-soup-with-piece-bread-piece-bread-side.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
}

.imggrid.t20 {
  background-image: url('../images/mortadella-bread-sandwich-mortadella-sandwich-typical-brazil.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 40px;
}

.bodytxtgrid {
  color: #2c2036;
  margin-top: 50px;
  font-family: Barlow, sans-serif;
}

.bodytxtgrid.halal.about {
  margin-top: 20px;
}

.bodytxtgrid.materia {
  margin-top: 0;
}

.bodytxtgrid.esg {
  margin-top: 19px;
}

.bodytxtgrid.white {
  color: #fff;
}

.bodytxtgrid.white.nopadding {
  margin-top: 0;
  font-size: 16px;
}

.boxinfo {
  z-index: 0;
  background-color: #fff;
  border-bottom-right-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: -34px;
  margin-bottom: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  position: relative;
  box-shadow: 0 2px 40px #0000003b;
}

.div-block-8 {
  display: block;
}

.text-block-10 {
  color: #482962;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-11 {
  color: #482962;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.semibold {
  font-weight: 600;
}

.accordeongridcode {
  display: block;
}

.u-text-bg-green {
  color: #fff;
  background-color: #125a66;
  border-radius: .5rem;
  padding: .1rem 1rem;
  display: inline-block;
  transform: rotate(4deg);
}

.page-wrap {
  padding-top: 90px;
  padding-bottom: 90px;
}

.page-wrap.carreiras {
  padding-top: 60px;
  overflow: visible;
}

.page-wrap.carreiras.hidden {
  display: none;
}

.u-container-l {
  max-width: 100rem;
}

.slider01_slide {
  width: 100%;
  margin-right: 2rem;
}

.slider01_slide.carreiras {
  width: auto;
}

.default-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.title-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.slider01_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.custom-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.testimonial20_arrow-icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial-card_stars-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.slider_arrow {
  border: 2px solid #b5a0c7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .3s ease-out;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider_arrow:hover {
  background-color: #d5d1c9;
}

.slider_arrow.is-left {
  border-color: #b5a1c8;
  right: 4rem;
}

.slider01_comp {
  background-color: #0000;
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.slider01_comp.carreiras {
  height: auto;
}

.section-4 {
  overflow: hidden;
}

.testimonial-card_content-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.testimonial-person_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.section_inner {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.u-txt-semibold {
  font-weight: 600;
}

.testimonial-person_img {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.slider_pagination {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial-card_star {
  width: 1.25rem;
  height: 1.25rem;
}

.testimonial-card1_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffd00000;
  background-image: linear-gradient(45deg, #452b61, #694d85);
  border-radius: 40px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.titleslider {
  color: #fff;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.titleslider.bigger {
  font-size: 46px;
  font-weight: 900;
  line-height: 46px;
}

.titleslider.bigger.black {
  font-weight: 900;
}

.titleslider.light {
  font-weight: 300;
}

.titleslider.semibold {
  font-weight: 600;
}

.titleslider.white {
  color: #fff;
}

.titleslider.white.medium {
  font-weight: 500;
}

.bodyslider {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.heroprodutos01 {
  background-image: url('../images/plusimg.png'), url('../images/Colagenos_1.jpg');
  background-position: 0 110%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.heroblog {
  background-image: url('../images/plusimg.png'), url('../images/blog-header.jpg');
  background-position: 0 110%, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.text-block-12, .icon-3 {
  color: #fff;
}

.dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  color: #fff;
}

.bloggrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.postimg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 250px;
}

.posttitle {
  color: #482962;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.postsummary {
  color: #2c2036;
  margin-top: 15px;
  font-family: Barlow, sans-serif;
}

.postauthor {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-weight: 300;
}

.authordatewrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divider {
  background-color: #5f4476;
  width: 1px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.postdate {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  display: block;
}

.collection-item {
  margin-bottom: 10px;
}

.botaoblog {
  background-image: linear-gradient(0deg, #9b77b9, #c1a0dd);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 85px;
  padding: 8px 24px 10px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-10 {
  margin-top: 20px;
  display: flex;
}

.text-block-13 {
  color: #fff;
  text-decoration: none;
}

.image-27 {
  width: 16px;
  margin-left: 12px;
}

.pagination {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.next {
  border-color: #482962;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 32px;
  min-height: 30px;
  max-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.next:hover {
  background-color: #bea1ca;
}

.paginationtxt {
  color: #482962;
  font-family: Barlow, sans-serif;
}

.icon-4 {
  color: #482962;
}

.page-count {
  color: #482962;
  justify-content: center;
  align-items: center;
  width: 10%;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.previous {
  border-color: #482962;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  max-width: 32px;
  min-height: 30px;
  max-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.previous:hover {
  background-color: #bea2cb;
}

.icon-5 {
  color: #482962;
}

.searchwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.innersearchwrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.categoriesbutton {
  text-transform: uppercase;
  background-color: #deb6ff;
  background-image: linear-gradient(0deg, #48296273, #b5a1c773);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.categoriesbutton.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.search-field {
  border: 1px #000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Barlow, sans-serif;
  box-shadow: -6px 4px 30px #0000004d;
}

.form {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.link {
  color: #482962;
  width: 80%;
  font-family: Barlow, sans-serif;
  text-decoration: underline;
}

.submit-button {
  background-image: url('../images/lupa_1lupa.png'), linear-gradient(0deg, #9f7cbe, #cbace5);
  background-position: 50% 40%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 20px, auto;
  border-bottom-right-radius: 20px;
  margin-right: 30px;
  padding-left: 25px;
  padding-right: 25px;
  box-shadow: 7px 9px 30px #00000045;
}

.blogpostimg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  height: 480px;
  margin-top: -300px;
}

.blogposttitle {
  color: #482962;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.blogposttitle.bigger {
  font-size: 32px;
  line-height: 36px;
}

.blogposttitle.bigger.black {
  font-weight: 900;
}

.blogposttitle.light {
  font-weight: 300;
}

.blogposttitle.semibold {
  font-weight: 600;
}

.blogposttitle.white {
  color: #fff;
}

.blogposttitle.white.medium {
  font-weight: 500;
}

.rts {
  margin-top: 30px;
}

.rts h1 {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.rts h2 {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.rts h3, .rts h4, .rts h5 {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

.rts h6 {
  color: #482962;
  text-transform: uppercase;
}

.rts p {
  color: #482962;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.rts figure {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-top: 10px;
}

.rts blockquote, .rts ol, .rts ul {
  color: #482962;
  font-family: Barlow, sans-serif;
}

.blogslider {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 400px;
  margin-top: 30px;
  display: flex;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.maskblogslider {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  margin-left: 60px;
  margin-right: 60px;
}

.collection-list-blog-post {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.titlerelacionados {
  color: #482962;
  text-transform: uppercase;
  margin-top: 100px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.titlerelacionados.bigger {
  font-size: 32px;
  line-height: 36px;
}

.titlerelacionados.bigger.black {
  font-weight: 900;
}

.titlerelacionados.light {
  font-weight: 300;
}

.titlerelacionados.semibold {
  font-weight: 600;
}

.titlerelacionados.white {
  color: #fff;
}

.titlerelacionados.white.medium {
  font-weight: 500;
}

.title {
  color: #482962;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.title.bigger {
  font-size: 32px;
  line-height: 36px;
}

.title.bigger.black {
  font-weight: 900;
}

.title.light {
  font-weight: 300;
}

.title.semibold {
  font-weight: 600;
}

.title.white {
  color: #fff;
}

.title.white.medium {
  font-weight: 500;
}

.titlewrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-28 {
  width: 30px;
  margin-top: -25px;
  margin-left: 9px;
}

.titlecategoria {
  color: #a289b6;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Barlow, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
}

.titlecategoria.bigger {
  font-size: 32px;
  line-height: 36px;
}

.titlecategoria.bigger.black {
  font-weight: 900;
}

.titlecategoria.light {
  font-weight: 300;
}

.titlecategoria.semibold {
  font-weight: 600;
}

.titlecategoria.white {
  color: #fff;
}

.titlecategoria.white.medium {
  font-weight: 500;
}

.titlebuttonwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.backbutton {
  color: #482962;
  text-align: center;
  width: auto;
  font-family: Barlow, sans-serif;
  text-decoration: underline;
}

.titlewrappercategories {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contentwrapperprod {
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapperprod.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrapperprod.flexh.relative {
  position: relative;
}

.contentwrapperprod.mvv {
  margin-top: 127px;
}

.contentwrapperprod.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrapperprod.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapperprod.flexv.blogpost {
  margin-bottom: 80px;
}

.section-5 {
  padding-top: 100px;
}

.largetexttprod {
  color: #482962;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.largetexttprod.bigger {
  font-size: 32px;
  line-height: 36px;
}

.largetexttprod.bigger.black {
  font-weight: 900;
}

.largetexttprod.light {
  font-weight: 300;
}

.largetexttprod.semibold {
  font-weight: 600;
}

.largetexttprod.white {
  color: #fff;
}

.largetexttprod.white.medium {
  font-weight: 500;
}

.mediumtxt {
  color: #482962;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
}

.mediumtxt.bigger {
  font-size: 32px;
  line-height: 36px;
}

.mediumtxt.bigger.black {
  font-weight: 900;
}

.mediumtxt.light {
  font-weight: 300;
}

.mediumtxt.semibold {
  font-weight: 600;
}

.mediumtxt.white {
  color: #fff;
}

.mediumtxt.white.medium {
  font-weight: 500;
}

.bold-text {
  font-weight: 600;
}

.txtwrapperprod {
  width: 50%;
}

.txtwrapperprod.functional, .txtwrapperprod.halal {
  width: 60%;
}

.gridicons {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e7e5db;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  padding: 30px 20px;
  display: grid;
  position: relative;
}

.text-block-14 {
  color: #482962;
  text-align: center;
  width: 100%;
  margin-top: 8px;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.icontxtwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29 {
  width: 50px;
}

.bodytxtprod {
  color: #2c2036;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
}

.bodytxtprod.halal.about {
  margin-top: 20px;
}

.bodytxtprod.materia {
  margin-top: 0;
}

.bodytxtprod.esg {
  margin-top: 19px;
}

.bodytxtprod.white {
  color: #fff;
}

.bodytxtprod.white.nopadding {
  margin-top: 0;
}

.imgprod {
  z-index: 0;
  height: 459px;
  margin-left: -8px;
  position: relative;
}

.imgprod.functional {
  height: 350px;
  margin-left: 44px;
}

.overlayvideo {
  z-index: 10;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.overlayvideowrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.playbuttonoverlay {
  z-index: 10;
  cursor: pointer;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-6, .videos {
  position: relative;
}

.listwrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.image-30 {
  width: 18px;
  margin-top: 1px;
}

.listtxt {
  color: #482962;
  font-family: Barlow, sans-serif;
}

.listitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pluswrapper05 {
  width: 100px;
  margin-right: -46px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pluswrapper06 {
  width: 120px;
  margin-top: 0;
  margin-bottom: 26px;
  margin-right: -88px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-7-copy {
  max-width: none;
  height: 450px;
  margin-bottom: -78px;
  margin-left: -210px;
}

.heroprodutos02 {
  background-image: url('../images/plusimg.png'), url('../images/Condimentos.jpg');
  background-position: 0 110%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.heroaplicacoes {
  background-image: url('../images/plusimg.png'), url('../images/meat.jpg');
  background-position: 0 110%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.contentwrapperapl {
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapperapl.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrapperapl.flexh.relative {
  position: relative;
}

.contentwrapperapl.mvv {
  margin-top: 127px;
}

.contentwrapperapl.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrapperapl.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapperapl.flexv.blogpost {
  margin-bottom: 80px;
}

.div-block-11 {
  width: 100%;
}

.bodytxtapl {
  color: #2c2036;
  margin-top: 0;
  font-family: Barlow, sans-serif;
}

.bodytxtapl.halal.about {
  margin-top: 20px;
}

.bodytxtapl.materia {
  margin-top: 0;
}

.bodytxtapl.esg {
  margin-top: 19px;
}

.bodytxtapl.white {
  color: #fff;
}

.bodytxtapl.white.nopadding {
  margin-top: 0;
}

.image-31 {
  width: 1500px;
  max-width: none;
}

.tablewrapper {
  max-width: 900px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 80px;
}

.tablewrapper.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.tablewrapper.flexh.relative {
  position: relative;
}

.tablewrapper.mvv {
  margin-top: 127px;
}

.tablewrapper.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.tablewrapper.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.tablewrapper.flexv.blogpost {
  margin-bottom: 80px;
}

.tablewrapper.prod {
  margin-top: 60px;
  overflow: scroll;
}

.tablewrapper.apl {
  height: 500px;
  margin-top: 60px;
  overflow: scroll;
}

.tablewrapper.hidden {
  display: none;
}

.text-block-15 {
  text-align: center;
  transform: rotate(0);
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.tabletxt {
  color: #482962;
  text-align: center;
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  transform: rotate(0);
}

.tabletxt.bigger {
  font-size: 32px;
  line-height: 36px;
}

.tabletxt.bigger.black {
  font-weight: 900;
}

.tabletxt.light {
  font-weight: 300;
}

.tabletxt.semibold {
  font-weight: 600;
}

.tabletxt.white {
  color: #fff;
}

.tabletxt.white.medium {
  font-weight: 500;
}

.tabletxt.y {
  height: 20px;
  margin-left: -40px;
  transform: rotate(270deg);
}

.herocarreiras {
  background-image: url('../images/plusimg.png'), url('../images/Carreiras.jpg');
  background-position: 0 110%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.contentwrappercarr {
  flex-flow: column;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.contentwrappercarr.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrappercarr.flexh.relative {
  position: relative;
}

.contentwrappercarr.mvv {
  margin-top: 127px;
}

.contentwrappercarr.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrappercarr.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrappercarr.flexv.blogpost {
  margin-bottom: 80px;
}

.bodytxtcarr {
  color: #2c2036;
  margin-top: 50px;
  font-family: Barlow, sans-serif;
}

.bodytxtcarr.halal.about {
  margin-top: 20px;
}

.bodytxtcarr.materia {
  margin-top: 0;
}

.bodytxtcarr.esg {
  margin-top: 19px;
}

.bodytxtcarr.white {
  color: #fff;
}

.bodytxtcarr.white.nopadding {
  margin-top: 0;
}

.cardcarreiras {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 40px 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: auto;
  min-height: auto;
  padding: 2rem 3rem;
  display: flex;
  overflow: visible;
  box-shadow: 0 0 20px 13px #00000024;
}

.sectionslider {
  padding-top: 25px;
  overflow: hidden;
}

.botaocarreiras {
  cursor: pointer;
  background-image: linear-gradient(#a47eb9, #9b77b9);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 85px;
  margin-top: 20px;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.botaocarreiras:hover {
  background-image: linear-gradient(#9e8add, #9e8add);
}

.link-block {
  cursor: pointer;
}

.subform {
  color: #482962;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.label {
  color: #482962;
  margin-top: 20px;
  margin-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-block-2 {
  width: 60%;
  margin-top: 10px;
}

.form-block-2.hidden {
  display: none;
}

.field {
  color: #55396d;
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 8px 18px;
  font-family: Barlow, sans-serif;
  display: flex;
  box-shadow: 0 1px 15px 5px #0000001a;
}

.field.message {
  height: 120px;
}

.botaoform {
  cursor: pointer;
  background-image: linear-gradient(#a47eb9, #9b77b9);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 85px;
  margin-top: 50px;
  padding: 10px 80px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.botaoform:hover {
  background-image: linear-gradient(#9e8add, #9e8add);
}

.div-block-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-14 {
  width: 50%;
  height: auto;
}

.div-block-15 {
  width: 50%;
}

.dropdown-2 {
  width: 100%;
  height: 55px;
}

.icon-6 {
  color: #a37eb9;
}

.div-block-16 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.bodytxt-copy {
  color: #2c2036;
  margin-top: 5px;
  margin-left: 20px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.bodytxt-copy.halal.about {
  margin-top: 20px;
}

.bodytxt-copy.materia {
  margin-top: 0;
}

.bodytxt-copy.esg {
  margin-top: 19px;
}

.bodytxt-copy.white {
  color: #fff;
}

.bodytxt-copy.white.nopadding {
  margin-top: 0;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  width: 50%;
  margin-right: 10px;
}

.botaoanexo {
  cursor: pointer;
  border: 1px solid #482962;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 85px;
  margin-top: 20px;
  padding: 10px 30px;
  display: flex;
  position: relative;
}

.botaoanexo:hover {
  border-color: #deb6ff;
}

.txtanexo {
  color: #51356a;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.iconanexo {
  width: 16px;
}

.text-block-16 {
  text-align: center;
  width: 74%;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.link-2 {
  color: #b5a1c7;
  font-weight: 700;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  padding-bottom: 100px;
}

.section-7.en {
  margin-top: 50px;
}

.image-9-copy {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.pluswrapper03-copy {
  width: 100px;
  margin-top: -35px;
  margin-right: -46px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pluswrapper04-copy {
  width: 120px;
  margin-top: 38px;
  margin-right: -20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pluswrapper03-copy-copy {
  width: 100px;
  margin-top: 0;
  margin-bottom: -49px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pluswrapper04-copy-copy {
  width: 120px;
  margin-top: 0;
  margin-bottom: 9px;
  margin-right: -67px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.herocontato {
  background-image: url('../images/plusimg.png'), url('../images/contato.jpg');
  background-position: 0 110%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.contentwrappercontato {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.contentwrappercontato.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrappercontato.flexh.relative {
  position: relative;
}

.contentwrappercontato.mvv {
  margin-top: 127px;
}

.contentwrappercontato.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrappercontato.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrappercontato.flexv.blogpost {
  margin-bottom: 80px;
}

.absolutediv {
  position: absolute;
  inset: 0%;
}

.wrappercontato {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gridcards {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: grid;
}

.cardcontato {
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.cardcontato.hidden {
  display: none;
}

.image-32 {
  border-radius: 100%;
}

.div-block-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #482962;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.cargo {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cargo:lang(en) {
  font-size: 14px;
}

.nome {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.telefone, .email {
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.imgpessoa {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
}

.imgpessoa.wl {
  background-image: url('../images/Walter-Lene.jpg');
}

.imgpessoa.melinavalim {
  background-image: url('../images/Melina-Valim.jpg');
  background-position: 90% 30%;
  background-size: 125%;
}

.imgpessoa.silvio {
  background-image: url('../images/Silvio.jpg');
  background-position: 50% 0;
}

.imgpessoa.glauber {
  background-image: url('../images/Glauber.jpg');
  background-position: 50% 8%;
  background-size: 112%;
}

.imgpessoa.celyn {
  background-image: url('../images/Celyn.jpg');
  background-position: 50% 20%;
  background-size: 120%;
}

.imgpessoa.darwin {
  background-image: url('../images/Darwin.jpg');
  background-position: 30% 15%;
  background-size: 130%;
}

.imgpessoa.luciof {
  background-image: url('../images/Lucio-F.jpg');
  background-position: 50% 30%;
  background-size: 120%;
}

.imgpessoa.marcia {
  background-image: url('../images/marcia.jpg');
  background-position: 50% 40%;
  background-size: 120%;
}

.imgpessoa.helena {
  background-image: url('../images/Helena.jpg');
  background-position: 50% 20%;
  background-size: 121%;
}

.iconcontato {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-23 {
  margin-left: 50px;
}

.wrapperinfo {
  background-color: #fff;
  border-radius: 60px 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  padding: 61px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #0003;
}

.image-33 {
  width: 80%;
  margin-bottom: 10px;
}

.form-block-contato {
  width: 100%;
  margin-top: 10px;
}

.form-block-contato.hidden {
  display: none;
}

.titleinfo {
  color: #482962;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.div-block-21-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.txtinfo {
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.pluswrapper03-copy-copy-copy {
  width: 70px;
  margin-top: 0;
  margin-bottom: -32px;
  margin-right: 13px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pluswrapper04-copy-copy-copy {
  width: 80px;
  margin-top: 0;
  margin-bottom: 16px;
  margin-right: -38px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contentwrapper-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 58px;
  display: block;
}

.contentwrapper-copy.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrapper-copy.flexh.relative {
  flex-flow: row;
  position: relative;
}

.contentwrapper-copy.mvv {
  margin-top: 127px;
}

.contentwrapper-copy.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrapper-copy.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapper-copy.flexv.blogpost {
  margin-bottom: 80px;
}

.contentwrapper-copy.prod {
  margin-top: 60px;
  overflow: visible;
}

.contentwrapper-copy.apl {
  width: auto;
  max-width: none;
  height: 450px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: scroll;
}

.contentwrapperpol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 900px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapperpol.flexh {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  margin-left: auto;
  display: flex;
}

.contentwrapperpol.flexh.relative {
  position: relative;
}

.contentwrapperpol.mvv {
  margin-top: 127px;
}

.contentwrapperpol.materia {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.contentwrapperpol.flexv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.contentwrapperpol.flexv.blogpost {
  margin-bottom: 80px;
}

.heropol {
  background-image: url('../images/plusimg.png'), url('../images/terms.jpg');
  background-position: 0 110%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 350px, cover;
  height: 60vh;
}

.slideimg {
  background-image: url('../images/007204c1-225a-43b5-b050-e9e949310c66.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slideimg._01 {
  background-repeat: no-repeat;
}

.slideimg._02 {
  background-image: url('../images/6aec1ccb-bb28-43d1-9ca6-f004b7835def.jpeg');
  background-repeat: no-repeat;
}

.slideimg._03 {
  background-image: url('../images/WhatsApp-Image-2025-03-19-at-13.04.44.jpeg');
  background-repeat: no-repeat;
}

.slideimg._04 {
  background-image: url('../images/Fábrica.jpg');
  background-repeat: no-repeat;
}

.slideimg._05 {
  background-image: url('../images/Fábrica-1.png');
  background-repeat: no-repeat;
}

.cargo-copy {
  text-transform: none;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.list {
  list-style-type: none;
}

.list-item {
  color: #482962;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.list-item.b {
  text-transform: uppercase;
  font-weight: 700;
}

.code-embed-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  overflow: visible;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rich-text-block {
  color: #482962;
  font-family: Barlow, sans-serif;
  font-size: 14px;
}

.list-2 {
  color: #2c2036;
  line-height: 28px;
}

.toggle.w--open:hover, .toggle.w--open:active {
  color: #fff;
}

.code-embed-3 {
  display: none;
}

.link-block-2 {
  aspect-ratio: auto;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link-block-2:hover {
  color: #af9bc3;
}

.link-block-2:visited {
  color: #fff;
  text-decoration: none;
}

.link-block-2.w--current {
  color: #af9bc3;
}

.text-block-17 {
  color: #fff;
}

.text-block-17:hover {
  color: #b4a0c6;
}

.text-block-18 {
  color: #fff;
}

.imgburger {
  max-width: none;
  height: 450px;
  margin-bottom: 14px;
  margin-left: -210px;
}

.flexboxcenter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.leftchevron {
  width: 20px;
  margin-right: 2px;
}

.rightchevron {
  width: 20px;
  margin-left: 2px;
  margin-right: 0;
}

.link-block-3 {
  width: 100%;
  height: 100%;
}

.link-block-4 {
  text-decoration: none;
}

.total-pages {
  display: none;
}

.page-link {
  outline-offset: 0px;
  color: #482962;
  border: 1px solid #482962;
  border-radius: 100%;
  outline: 1px solid #482962;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  max-width: 32px;
  height: auto;
  min-height: 30px;
  max-height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 9px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.page-link:hover, .page-link.current-page {
  color: #fff;
  background-color: #482962;
}

.link-3 {
  color: #432d60;
  font-style: italic;
  font-weight: 400;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.div-block-24 {
  height: 100px;
}

.footer-en {
  z-index: 10;
  background-color: #482962;
  background-image: linear-gradient(0deg, #48296280, #a289b680);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0 0;
  display: flex;
  position: relative;
}

.navbar-en {
  background-color: #482962;
  background-image: linear-gradient(#a289b673, #48296273);
  border-radius: 30px 2px;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: auto;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.slide-nav {
  display: none;
}

.link-6 {
  color: #9e79b9;
}

.image-34 {
  width: 28px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collectioncarreiras {
  display: flex;
}

.collectioncarreiras.hidden {
  display: none;
}

.code-embed-4 {
  width: 100%;
}

._wf-hs_phone-input {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

._wf-hs_phone-code {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

._wf-hs_input-dropdown-arrow {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 8px;
  display: inline-flex;
  position: static;
}

._wf-hs_dropdown-options {
  z-index: 999;
  background-color: #fff;
  height: 12rem;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow-y: hidden;
}

._wf-hs_dropdown-list {
  height: 10rem;
  padding-left: 0;
  list-style-type: none;
  overflow-y: scroll;
}

._wf-hs_dropdown-search {
  width: 100%;
}

._wf-hs_dropdown-input {
  display: inline-flex;
  position: relative;
}

._wf-hs_dropdown-arrow-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

@media screen and (min-width: 1440px) {
  .navbar {
    width: 1224px;
  }

  .navwrapper {
    width: 1126px;
  }

  .contentwrapper.flexv {
    margin-bottom: 30px;
  }

  .footercontentwrapper {
    width: 70%;
  }

  .herosobre {
    background-size: 400px, cover;
  }

  .boxshadow {
    height: 85%;
    top: -3%;
  }

  .heroprodutos01, .heroblog {
    background-size: 400px, cover;
  }

  .contentwrapperprod.flexv {
    margin-bottom: 30px;
  }

  .heroprodutos02, .heroaplicacoes {
    background-size: 400px, cover;
  }

  .contentwrapperapl.flexv, .tablewrapper.flexv {
    margin-bottom: 30px;
  }

  .herocarreiras {
    background-size: 400px, cover;
  }

  .contentwrappercarr.flexv {
    margin-bottom: 30px;
  }

  .herocontato {
    background-size: 400px, cover;
  }

  .contentwrappercontato.flexv, .contentwrapper-copy.flexv, .contentwrapperpol.flexv {
    margin-bottom: 30px;
  }

  .heropol {
    background-size: 400px, cover;
  }

  .navbar-en {
    width: 85%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    width: 70%;
  }

  .contentwrapper.flexv {
    margin-bottom: 30px;
  }

  .footercontentwrapper {
    width: 65%;
  }

  .herosobre, .heroprodutos01, .heroblog {
    background-size: 500px, cover;
  }

  .contentwrapperprod.flexv {
    margin-bottom: 30px;
  }

  .heroprodutos02, .heroaplicacoes {
    background-size: 500px, cover;
  }

  .contentwrapperapl.flexv, .tablewrapper.flexv {
    margin-bottom: 30px;
  }

  .herocarreiras {
    background-size: 500px, cover;
  }

  .contentwrappercarr.flexv {
    margin-bottom: 30px;
  }

  .herocontato {
    background-size: 500px, cover;
  }

  .contentwrappercontato.flexv, .contentwrapper-copy.flexv, .contentwrapperpol.flexv {
    margin-bottom: 30px;
  }

  .heropol {
    background-size: 500px, cover;
  }

  .navbar-en {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .video-wrapper {
    height: 90vh;
  }

  .track {
    width: 60%;
  }

  .nav-menu {
    background-color: #2c2036;
  }

  .nav-link.icon.w--current {
    padding: 20px;
    display: flex;
  }

  .dropdown.nav-link {
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #2c2036;
  }

  .contentwrapper {
    max-width: 80%;
  }

  .contentwrapper.flexh.slider {
    margin-bottom: 100px;
  }

  .contentwrapper.apl {
    height: 400px;
  }

  .roundbox {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .roundbox.flexv.esg {
    margin-top: -178px;
  }

  .roundbox.flexv.form.contato {
    width: 100%;
    margin-bottom: 50px;
  }

  .roundbox.flexv.contato {
    min-height: 1150px;
  }

  .roundbox.flexv.contato.brasil {
    min-height: 800px;
  }

  .roundbox.mvv {
    height: 520px;
    min-height: auto;
  }

  .txtwrapper.functional, .txtwrapper.halal, .txtwrapper.materia, .txtwrapper.esg {
    width: 50%;
  }

  .img01 {
    width: 300px;
    height: 280px;
  }

  .largetext {
    font-size: 18px;
    line-height: 22px;
  }

  .largetext.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .bodytxt {
    margin-top: 30px;
  }

  .pluswrapper {
    width: 80px;
  }

  .pluswrapper.about.cid {
    margin-bottom: -80px;
    margin-right: 41px;
  }

  .image-5 {
    margin-bottom: -40px;
    margin-left: -39px;
  }

  .image-6 {
    margin-bottom: -32px;
    margin-left: -69px;
  }

  .pluswrapper02 {
    width: 120px;
  }

  .pluswrapper02.about.cid {
    margin-bottom: -22px;
    margin-right: -4px;
  }

  .novapro {
    font-size: 18px;
    line-height: 22px;
  }

  .novapro.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .image-7 {
    max-width: none;
    height: 230px;
    margin-bottom: -183px;
    margin-left: -160px;
  }

  .selohalal {
    width: 210px;
  }

  .image-9 {
    margin-bottom: -40px;
    margin-left: -39px;
  }

  .pluswrapper03 {
    width: 80px;
    margin-top: -9px;
    margin-right: -81px;
  }

  .image-10 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .pluswrapper04 {
    width: 90px;
    margin-top: 26px;
    margin-right: -15px;
  }

  .footer {
    padding-top: 80px;
  }

  .linkswrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .linkbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .container-3 {
    max-width: 90%;
  }

  .middlebox {
    width: auto;
    margin-left: 50px;
  }

  .footercontentwrapper {
    width: 90%;
    margin-bottom: 50px;
  }

  .linkboxright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .herosobre {
    background-size: 320px, cover;
    height: 80vh;
  }

  .buttonswrapper {
    max-width: 80%;
  }

  .image-20 {
    height: 350px;
    margin-left: 30px;
  }

  .image-21 {
    width: 250px;
  }

  .txtwrapperabout.functional, .txtwrapperabout.halal {
    width: 50%;
  }

  .txtwrapperabout.cid {
    width: 60%;
  }

  .plustoggle {
    margin-bottom: 0;
    margin-left: 0;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .boxshadow {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 115%;
    height: 90%;
    transform: translate(-50%, 6%);
  }

  .mvvwrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .txtmvv {
    margin-top: 12px;
  }

  .accordeonwrapper {
    max-width: 80%;
  }

  .div-block-3 {
    background-size: 96%;
    height: 390px;
    margin-bottom: 44px;
  }

  .txtmateria {
    font-size: 20px;
    line-height: 22px;
  }

  .txtmateria.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .txtmateriabig {
    font-size: 32px;
    line-height: 22px;
  }

  .txtmateriabig.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .div-block-4 {
    width: 40%;
    margin-left: 27px;
  }

  .slider {
    width: 100%;
    height: 300px;
    margin-top: 59px;
  }

  .div-block-3-copy {
    background-size: 96%;
    height: 551px;
    margin-bottom: 44px;
  }

  .largetextproduto {
    font-size: 18px;
    line-height: 22px;
  }

  .largetextproduto.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .imggrid.po, .imggrid.flakes, .imggrid.ndbs, .imggrid.t20 {
    background-size: cover;
  }

  .bodytxtgrid {
    margin-top: 30px;
  }

  .slider01_mask {
    width: 50%;
  }

  .slider01_comp {
    padding-left: 0;
    padding-right: 0;
  }

  .slider01_comp.carreiras {
    overflow: visible;
  }

  .titleslider {
    font-size: 18px;
    line-height: 22px;
  }

  .titleslider.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .heroprodutos01, .heroblog {
    background-size: 320px, cover;
    height: 60vh;
  }

  .postimg {
    background-size: cover;
    height: 180px;
  }

  .searchwrapper {
    max-width: 80%;
  }

  .blogposttitle {
    font-size: 36px;
    line-height: 40px;
  }

  .blogposttitle.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .blogslider {
    width: 100%;
    height: 300px;
    margin-top: 59px;
  }

  .titlerelacionados {
    font-size: 18px;
    line-height: 22px;
  }

  .titlerelacionados.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .title {
    font-size: 32px;
    line-height: 32px;
  }

  .title.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .image-28 {
    width: 28px;
  }

  .titlecategoria {
    font-size: 32px;
    line-height: 32px;
  }

  .titlecategoria.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .contentwrapperprod {
    max-width: 80%;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .largetexttprod {
    font-size: 18px;
    line-height: 22px;
  }

  .largetexttprod.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .mediumtxt {
    font-size: 18px;
    line-height: 22px;
  }

  .mediumtxt.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .txtwrapperprod.functional, .txtwrapperprod.halal {
    width: 50%;
  }

  .txtwrapperprod.cid {
    width: 60%;
  }

  .gridicons {
    margin-right: -6px;
  }

  .bodytxtprod {
    margin-top: 30px;
  }

  .imgprod {
    height: 300px;
    margin-left: 0;
  }

  .imgprod.functional {
    margin-left: 0;
  }

  .pluswrapper05 {
    width: 80px;
    margin-top: -9px;
    margin-right: -81px;
  }

  .pluswrapper06 {
    width: 90px;
    margin-top: 26px;
    margin-right: -15px;
  }

  .image-7-copy {
    max-width: none;
    height: 400px;
    margin-bottom: -109px;
    margin-left: -199px;
  }

  .heroprodutos02, .heroaplicacoes {
    background-size: 320px, cover;
    height: 60vh;
  }

  .contentwrapperapl {
    max-width: 80%;
  }

  .div-block-11 {
    width: 100%;
  }

  .bodytxtapl {
    margin-top: 0;
  }

  .tablewrapper {
    max-width: 80%;
  }

  .tabletxt {
    font-size: 18px;
    line-height: 22px;
  }

  .tabletxt.bigger {
    font-size: 29px;
    line-height: 34px;
  }

  .tabletxt.y {
    margin-left: -30px;
  }

  .herocarreiras {
    background-size: 320px, cover;
    height: 60vh;
  }

  .contentwrappercarr {
    max-width: 80%;
  }

  .bodytxtcarr {
    margin-top: 50px;
  }

  .subform {
    width: 80%;
  }

  .form-block-2 {
    width: 90%;
  }

  .botaoform {
    font-size: 16px;
  }

  .bodytxt-copy {
    margin-top: 5px;
  }

  .txtanexo {
    font-size: 16px;
  }

  .iconanexo {
    width: 20px;
  }

  .image-9-copy {
    margin-bottom: -40px;
    margin-left: -39px;
  }

  .pluswrapper03-copy {
    width: 80px;
    margin-top: -9px;
    margin-right: -81px;
  }

  .pluswrapper04-copy {
    width: 90px;
    margin-top: 26px;
    margin-right: -15px;
  }

  .pluswrapper03-copy-copy {
    width: 80px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -39px;
  }

  .pluswrapper04-copy-copy {
    width: 90px;
    margin-top: 0;
    margin-bottom: 14px;
    margin-right: -52px;
  }

  .herocontato {
    background-position: 0 110%, 50%;
    background-size: 320px, cover;
    height: 60vh;
  }

  .contentwrappercontato {
    max-width: 80%;
  }

  .gridcards {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cardcontato {
    width: 98%;
    padding-right: 40px;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .wrapperinfo {
    width: 98%;
    margin-left: 0;
    padding: 50px 55px;
  }

  .image-33 {
    width: 60%;
  }

  .form-block-contato {
    width: 100%;
  }

  .pluswrapper03-copy-copy-copy {
    width: 80px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: -39px;
  }

  .pluswrapper04-copy-copy-copy {
    width: 90px;
    margin-top: 0;
    margin-bottom: 14px;
    margin-right: -52px;
  }

  .contentwrapper-copy {
    max-width: 80%;
  }

  .contentwrapper-copy.apl {
    height: 400px;
  }

  .contentwrapperpol {
    max-width: 80%;
  }

  .heropol {
    background-position: 0 110%, 50%;
    background-size: 320px, cover;
    height: 60vh;
  }

  .imgburger {
    max-width: none;
    height: 400px;
    margin-bottom: -109px;
    margin-left: -199px;
  }

  .footer-en {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .video-wrapper {
    height: 80vh;
  }

  .controls-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-2 {
    width: 30px;
    height: 30px;
  }

  .track {
    width: 60%;
  }

  .html-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .navbar {
    width: 90%;
    margin-top: 15px;
  }

  .contentwrapper {
    max-width: 85%;
  }

  .contentwrapper.flexh, .contentwrapper.flexh.relative {
    flex-flow: column;
  }

  .contentwrapper.flexh.slider {
    max-width: 95%;
  }

  .contentwrapper.materia {
    margin-top: 0;
  }

  .roundbox {
    flex-flow: column;
    height: auto;
    min-height: 385px;
    padding: 0 0 40px;
  }

  .roundbox.flexv {
    padding-left: 35px;
    padding-right: 35px;
  }

  .roundbox.flexv.esg {
    margin-top: -162px;
  }

  .roundbox.mvv {
    height: 600px;
  }

  .roundbox.home {
    padding-top: 40px;
  }

  .txtwrapper, .txtwrapper.functional, .txtwrapper.halal, .txtwrapper.materia, .txtwrapper.esg {
    width: 80%;
  }

  .img01 {
    width: 80%;
    height: 250px;
    margin-top: 40px;
    margin-bottom: -60px;
    margin-right: 0;
  }

  .bodytxt {
    margin-top: 20px;
  }

  .pluswrapper {
    width: 60px;
  }

  .pluswrapper.about.cid {
    margin-bottom: -88px;
    margin-right: 56px;
  }

  .image-5 {
    margin-bottom: -30px;
    margin-left: -30px;
  }

  .image-6 {
    margin-bottom: -47px;
    margin-left: -44px;
  }

  .pluswrapper02 {
    width: 80px;
  }

  .pluswrapper02.about.cid {
    margin-bottom: -48px;
  }

  .image-7 {
    height: 220px;
    margin-bottom: -94px;
    margin-left: -275px;
  }

  .image-7.home {
    height: 250px;
    margin-top: 20px;
    margin-left: -12px;
  }

  .selohalal {
    margin-bottom: 30px;
    margin-left: -8px;
  }

  .image-9 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .pluswrapper03 {
    width: 60px;
    margin-top: -27px;
    margin-right: -34px;
  }

  .image-10 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .pluswrapper04 {
    width: 80px;
  }

  .footer {
    padding-top: 50px;
  }

  .linkswrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-end;
    align-items: center;
  }

  .navtxt {
    text-align: center;
  }

  .dropdown-toggle {
    text-align: center;
    margin-right: -40px;
  }

  .linkbox {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .middlebox {
    margin-left: 0;
  }

  .footercontentwrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .linkboxright {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .herosobre {
    background-size: 280px, cover;
    height: 60vh;
  }

  .buttonswrapper {
    max-width: 85%;
  }

  .image-20 {
    height: 500px;
    margin-top: 30px;
    margin-left: 0;
  }

  .txtwrapperabout {
    width: 100%;
  }

  .txtwrapperabout.functional, .txtwrapperabout.halal {
    width: 80%;
  }

  .txtwrapperabout.cid {
    width: 100%;
  }

  .plustoggle {
    width: 40px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .toggle-text {
    font-size: 18px;
    line-height: 18px;
  }

  .lesstoggle {
    width: 40px;
  }

  .txtmvv {
    margin-top: 20px;
  }

  .accordeonwrapper {
    max-width: 85%;
  }

  .accordeonwrapper.flexh {
    flex-flow: column;
  }

  .div-block-3 {
    height: 400px;
  }

  .txtmateria {
    font-size: 18px;
  }

  .txtmateriabig {
    font-size: 26px;
  }

  .txtmateriawrapper {
    margin-bottom: 76px;
  }

  .div-block-4 {
    width: 100%;
    margin-left: 0;
  }

  .play {
    max-width: 20%;
  }

  .slider {
    height: 300px;
  }

  .mask {
    min-height: 350px;
    margin-left: 56px;
    margin-right: 56px;
  }

  .div-block-3-copy {
    height: 435px;
    margin-top: 30px;
  }

  .txtwrappergrid {
    padding: 40px;
  }

  .imggrid.flakes {
    background-image: url('../images/flakes.jpg');
    background-position: 50%;
  }

  .imggrid.ndbs {
    background-image: url('../images/bowl-soup-with-piece-bread-piece-bread-side.jpg');
    background-position: 50%;
  }

  .imggrid.t20 {
    background-image: url('../images/mortadella-bread-sandwich-mortadella-sandwich-typical-brazil.jpg');
    background-position: 50%;
  }

  .bodytxtgrid {
    margin-top: 20px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .slider01_mask {
    width: 80%;
  }

  .slider_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial-person_item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .testimonial-card1_item {
    padding: 1.5rem;
  }

  .heroprodutos01, .heroblog {
    background-size: 280px, cover;
    height: 60vh;
  }

  .postimg {
    height: 180px;
  }

  .page-count {
    width: 100%;
  }

  .searchwrapper {
    max-width: 85%;
  }

  .blogposttitle {
    font-size: 33px;
    line-height: 37px;
  }

  .rts h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .rts h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .rts h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .rts p {
    font-size: 14px;
    line-height: 22px;
  }

  .rts ol, .rts ul {
    font-size: 12px;
    line-height: 18px;
  }

  .blogslider {
    height: 300px;
  }

  .maskblogslider {
    margin-left: 56px;
    margin-right: 56px;
  }

  .contentwrapperprod {
    flex-flow: column;
    max-width: 85%;
  }

  .contentwrapperprod.flexh {
    flex-flow: column;
  }

  .contentwrapperprod.flexh.slider {
    max-width: 95%;
  }

  .contentwrapperprod.materia {
    margin-top: 0;
  }

  .txtwrapperprod {
    width: 100%;
  }

  .txtwrapperprod.functional, .txtwrapperprod.halal {
    width: 80%;
  }

  .txtwrapperprod.cid {
    width: 100%;
  }

  .bodytxtprod {
    margin-top: 20px;
  }

  .imgprod {
    height: auto;
    margin-top: 30px;
    margin-left: 0;
  }

  .playbuttonoverlay {
    width: 100px;
  }

  .image-30 {
    margin-top: 2px;
  }

  .pluswrapper05 {
    width: 60px;
    margin-top: 0;
    margin-bottom: -23px;
    margin-right: 8px;
  }

  .pluswrapper06 {
    width: 80px;
    margin-top: 0;
    margin-bottom: 18px;
    margin-right: -38px;
  }

  .image-7-copy {
    height: 450px;
    margin-top: -88px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heroprodutos02, .heroaplicacoes {
    background-size: 280px, cover;
    height: 60vh;
  }

  .contentwrapperapl {
    flex-flow: column;
    max-width: 85%;
  }

  .contentwrapperapl.flexh {
    flex-flow: column;
  }

  .contentwrapperapl.flexh.slider {
    max-width: 95%;
  }

  .contentwrapperapl.materia, .bodytxtapl {
    margin-top: 0;
  }

  .image-31 {
    width: 1200px;
  }

  .tablewrapper {
    max-width: 85%;
  }

  .tablewrapper.flexh {
    flex-flow: column;
  }

  .tablewrapper.flexh.slider {
    max-width: 95%;
  }

  .tablewrapper.materia {
    margin-top: 0;
  }

  .herocarreiras {
    background-size: 280px, cover;
    height: 60vh;
  }

  .contentwrappercarr {
    flex-flow: column;
    max-width: 85%;
  }

  .contentwrappercarr.flexh {
    flex-flow: column;
  }

  .contentwrappercarr.flexh.slider {
    max-width: 95%;
  }

  .contentwrappercarr.materia {
    margin-top: 0;
  }

  .bodytxtcarr {
    margin-top: 50px;
  }

  .cardcarreiras {
    padding: 1.5rem;
  }

  .subform {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .botaoform {
    font-size: 16px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .bodytxt-copy {
    margin-top: 5px;
  }

  .div-block-18 {
    width: 100%;
  }

  .botaoanexo {
    width: 90%;
  }

  .txtanexo {
    font-size: 16px;
  }

  .iconanexo {
    width: 16px;
  }

  .image-9-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .pluswrapper03-copy {
    width: 60px;
    margin-top: -27px;
    margin-right: -34px;
  }

  .pluswrapper04-copy {
    width: 80px;
  }

  .pluswrapper03-copy-copy {
    width: 60px;
    margin-top: 0;
    margin-bottom: -26px;
    margin-right: 1px;
  }

  .pluswrapper04-copy-copy {
    width: 80px;
    margin-right: -44px;
  }

  .herocontato {
    background-size: 280px, cover;
    height: 60vh;
  }

  .contentwrappercontato {
    flex-flow: column;
    max-width: 85%;
  }

  .contentwrappercontato.flexh {
    flex-flow: column;
  }

  .contentwrappercontato.flexh.slider {
    max-width: 95%;
  }

  .contentwrappercontato.materia {
    margin-top: 0;
  }

  .cardcontato {
    width: 90%;
  }

  .wrapperinfo {
    width: 100%;
  }

  .pluswrapper03-copy-copy-copy {
    width: 60px;
    margin-top: 0;
    margin-bottom: -26px;
    margin-right: 1px;
  }

  .pluswrapper04-copy-copy-copy {
    width: 80px;
    margin-right: -44px;
  }

  .contentwrapper-copy {
    max-width: 85%;
  }

  .contentwrapper-copy.flexh {
    flex-flow: column;
  }

  .contentwrapper-copy.flexh.slider {
    max-width: 95%;
  }

  .contentwrapper-copy.materia {
    margin-top: 0;
  }

  .contentwrapperpol {
    flex-flow: column;
    max-width: 85%;
  }

  .contentwrapperpol.flexh {
    flex-flow: column;
  }

  .contentwrapperpol.flexh.slider {
    max-width: 95%;
  }

  .contentwrapperpol.materia {
    margin-top: 0;
  }

  .heropol {
    background-size: 280px, cover;
    height: 60vh;
  }

  .grid._01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .imgburger {
    height: 300px;
    margin-top: -44px;
    margin-bottom: 36px;
    margin-left: 0;
  }

  .footer-en {
    padding-top: 50px;
  }

  .navbar-en {
    width: 90%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .video-wrapper {
    height: 60vh;
  }

  .track {
    width: 50%;
    height: 8px;
  }

  .video-volume-wrapper._1 {
    width: 30%;
  }

  .image-4 {
    width: 120px;
  }

  .contentwrapper {
    max-width: 83%;
  }

  .contentwrapper.flexh.slider {
    max-width: 95%;
  }

  .contentwrapper.flexv {
    margin-top: 30px;
  }

  .contentwrapper.apl {
    height: 300px;
  }

  .contentwrapper.contato {
    max-width: 90%;
  }

  .roundbox {
    height: auto;
    min-height: 496px;
  }

  .roundbox.flexv {
    padding-left: 20px;
    padding-right: 20px;
  }

  .roundbox.flexv.materia, .roundbox.flexv.esg {
    margin-top: -221px;
  }

  .roundbox.flexv.contato {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .roundbox.mvv {
    height: 700px;
    min-height: 500px;
  }

  .txtwrapper {
    width: 70%;
  }

  .txtwrapper.materia.about, .txtwrapper.esg.about {
    margin-top: 86px;
  }

  .img01 {
    width: 70%;
  }

  .largetext.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .pluswrapper {
    width: 50px;
  }

  .image-5, .image-6 {
    margin-bottom: -25px;
    margin-left: -25px;
  }

  .pluswrapper02 {
    width: 50px;
  }

  .pluswrapper02.about.esg {
    width: 80px;
  }

  .novapro.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .image-7 {
    width: 120%;
    max-width: none;
    height: auto;
    margin-bottom: -70px;
    margin-left: 0;
  }

  .image-7.home {
    width: 120%;
    height: auto;
    margin-top: 28px;
    margin-left: -81px;
  }

  .selohalal {
    width: 70%;
  }

  .image-9 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .pluswrapper03 {
    width: 50px;
    margin-right: -24px;
  }

  .image-10 {
    margin-bottom: -25px;
    margin-left: -25px;
  }

  .pluswrapper04 {
    width: 50px;
    margin-top: 9px;
    margin-right: -26px;
  }

  .text-span {
    text-decoration: none;
  }

  .herosobre {
    background-size: 220px, cover;
    height: 50vh;
  }

  .buttonswrapper {
    max-width: 83%;
  }

  .innerbuttonwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .aboutbutton {
    text-align: center;
    width: 100%;
  }

  .image-20 {
    max-width: none;
    height: 300px;
  }

  .txtwrapperabout {
    width: 100%;
  }

  .section-2 {
    padding-top: 30px;
  }

  .plustoggle {
    margin-bottom: 0;
    margin-left: 0;
  }

  .faq-p {
    overflow: visible;
  }

  .faq-img {
    display: none;
  }

  .faq-body {
    max-height: none;
  }

  .boxshadow {
    width: 140%;
    padding: 40px;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .accordeonwrapper {
    max-width: 83%;
  }

  .div-block-3 {
    height: 245px;
    margin-top: -10px;
    margin-bottom: 100px;
  }

  .txtmateria {
    font-size: 16px;
  }

  .txtmateria.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .txtmateriabig {
    font-size: 20px;
  }

  .txtmateriabig.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .txtmateriawrapper {
    margin-bottom: 0;
    margin-left: 118px;
  }

  .div-block-4 {
    margin-top: 23px;
  }

  .play {
    max-width: 30%;
  }

  .slider {
    width: 100%;
    height: 250px;
  }

  .mask {
    width: 100%;
    min-height: 300px;
    margin-left: 34px;
    margin-right: 34px;
  }

  .sliderarrow {
    width: 25px;
  }

  .div-block-3-copy {
    height: 266px;
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .image-26 {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .grid2column {
    flex-flow: column-reverse;
    display: flex;
  }

  .txtwrappergrid {
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-right-radius: 40px;
    padding: 40px 30px;
    position: relative;
  }

  .largetextproduto.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .imggrid.fibra, .imggrid.po, .imggrid.flakes, .imggrid.ndbs, .imggrid.t20 {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 0;
    height: 200px;
  }

  .boxinfo {
    z-index: 0;
    background-color: #fff0;
    width: 95%;
    margin-top: -20px;
    padding-top: 70px;
    position: relative;
  }

  .div-block-8 {
    width: 80%;
  }

  .text-block-10 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-11 {
    font-size: 14px;
    line-height: 24px;
  }

  .slider01_slide {
    margin-right: 1rem;
  }

  .slider01_mask {
    width: 95%;
  }

  .slider_arrow, .slider_arrow.is-left {
    width: 2rem;
    height: 2rem;
  }

  .titleslider.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .heroprodutos01 {
    background-size: 220px, auto 100%;
    height: 50vh;
  }

  .heroblog {
    background-size: 220px, cover;
    height: 50vh;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .page-count {
    width: 100%;
  }

  .searchwrapper {
    max-width: 83%;
  }

  .innersearchwrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .categoriesbutton {
    text-align: center;
    width: 100%;
  }

  .blogpostimg {
    height: 320px;
  }

  .blogposttitle, .blogposttitle.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .blogslider {
    width: 100%;
    height: 250px;
  }

  .maskblogslider {
    width: 100%;
    margin-left: 34px;
    margin-right: 34px;
  }

  .collection-list-blog-post {
    grid-template-columns: 1fr;
  }

  .titlerelacionados.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .title {
    font-size: 30px;
    line-height: 30px;
  }

  .title.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .titlewrapper {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .image-28 {
    width: 26px;
  }

  .titlecategoria {
    font-size: 30px;
    line-height: 30px;
  }

  .titlecategoria.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .titlewrappercategories {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .contentwrapperprod {
    max-width: 83%;
  }

  .contentwrapperprod.flexh.slider {
    max-width: 95%;
  }

  .contentwrapperprod.flexv {
    margin-top: 30px;
  }

  .largetexttprod.bigger, .mediumtxt.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .txtwrapperprod {
    width: 100%;
  }

  .imgprod {
    max-width: none;
    height: auto;
  }

  .imgprod.functional {
    height: auto;
  }

  .playbuttonoverlay {
    width: 80px;
  }

  .pluswrapper05 {
    width: 50px;
    margin-bottom: -24px;
    margin-right: 15px;
  }

  .pluswrapper06 {
    width: 50px;
    margin-top: 9px;
    margin-bottom: 36px;
    margin-right: -50px;
  }

  .image-7-copy {
    width: 120%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heroprodutos02, .heroaplicacoes {
    background-size: 220px, auto 100%;
    height: 50vh;
  }

  .contentwrapperapl {
    max-width: 83%;
  }

  .contentwrapperapl.flexh.slider {
    max-width: 95%;
  }

  .contentwrapperapl.flexv {
    margin-top: 30px;
  }

  .bodytxtapl {
    margin-top: 0;
  }

  .image-31 {
    width: 700px;
  }

  .tablewrapper {
    max-width: 83%;
  }

  .tablewrapper.flexh.slider {
    max-width: 95%;
  }

  .tablewrapper.flexv {
    margin-top: 30px;
  }

  .tabletxt.bigger {
    font-size: 28px;
    line-height: 32px;
  }

  .tabletxt.y {
    margin-right: -25px;
  }

  .herocarreiras {
    background-size: 220px, auto 100%;
    height: 50vh;
  }

  .contentwrappercarr {
    max-width: 83%;
  }

  .contentwrappercarr.flexh.slider {
    max-width: 95%;
  }

  .contentwrappercarr.flexv {
    margin-top: 30px;
  }

  .bodytxtcarr {
    margin-top: 50px;
  }

  .subform {
    font-size: 13px;
    line-height: 18px;
  }

  .form-block-2 {
    width: 100%;
  }

  .section-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9-copy {
    margin-bottom: 0;
    margin-left: 0;
  }

  .pluswrapper03-copy {
    width: 50px;
    margin-right: -24px;
  }

  .pluswrapper04-copy {
    width: 50px;
    margin-top: 9px;
    margin-right: -26px;
  }

  .pluswrapper03-copy-copy {
    width: 50px;
    margin-right: 15px;
  }

  .pluswrapper04-copy-copy {
    width: 50px;
    margin-top: 9px;
    margin-bottom: 33px;
    margin-right: -49px;
  }

  .herocontato {
    background-size: 220px, auto 100%;
    height: 50vh;
  }

  .contentwrappercontato {
    max-width: 83%;
  }

  .contentwrappercontato.flexh.slider {
    max-width: 95%;
  }

  .contentwrappercontato.flexv {
    margin-top: 30px;
  }

  .absolutediv {
    width: 100%;
    position: static;
  }

  .wrappercontato {
    width: 100%;
  }

  .cardcontato {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 30px 0;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 0;
  }

  .div-block-21 {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .cargo {
    text-align: center;
    font-size: 14px;
  }

  .nome {
    text-align: center;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .telefone, .email {
    font-size: 14px;
  }

  .imgpessoa {
    margin-bottom: 20px;
  }

  .imgpessoa.wl, .imgpessoa.melinavalim, .imgpessoa.silvio, .imgpessoa.glauber, .imgpessoa.celyn, .imgpessoa.darwin, .imgpessoa.luciof, .imgpessoa.marcia, .imgpessoa.helena {
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
  }

  .iconcontato {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }

  .wrapperinfo {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 45px 0;
  }

  .form-block-contato {
    width: 100%;
  }

  .titleinfo {
    text-align: center;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .div-block-21-copy {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .txtinfo {
    font-size: 14px;
  }

  .pluswrapper03-copy-copy-copy {
    width: 50px;
    margin-right: 15px;
  }

  .pluswrapper04-copy-copy-copy {
    width: 50px;
    margin-top: 9px;
    margin-bottom: 22px;
    margin-right: -49px;
  }

  .contentwrapper-copy {
    max-width: 83%;
    margin-bottom: 0;
  }

  .contentwrapper-copy.flexh.slider {
    max-width: 95%;
  }

  .contentwrapper-copy.flexv {
    margin-top: 30px;
  }

  .contentwrapper-copy.apl {
    height: 300px;
  }

  .contentwrapper-copy.contato {
    max-width: 90%;
  }

  .contentwrapperpol {
    max-width: 83%;
  }

  .contentwrapperpol.flexh.slider {
    max-width: 95%;
  }

  .contentwrapperpol.flexv {
    margin-top: 30px;
  }

  .heropol {
    background-size: 220px, auto 100%;
    height: 50vh;
  }

  .cargo-copy {
    text-align: center;
    font-size: 14px;
  }

  .grid._01 {
    padding: 30px;
  }

  .imgburger {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 26px;
    margin-left: 0;
  }

  .leftchevron, .rightchevron {
    width: 15px;
  }

  .link-5 {
    text-decoration: none;
  }
}


