@font-face {
  font-family: Exo ;
  src: url('../fonts/Exo-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-ExtraBold.ttf') format("truetype"), url('../fonts/Exo-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/Exo-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo Variablefont Wght;
  src: url('../fonts/Exo-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Exo;
  src: url('../fonts/Exo-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --verde: #b3d6a0;
  --verde2: #85ce80;
  --azul: #01528a;
  --branco: #fff;
  --azul-escuro: #0a4063;
  --verde-escuro: #295c25;
  --verde3: #5ab249;
  --organico: #e2d8b2;
  --verde-orga: #4d6444;
  --industrial: #043a4e;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

.navbar {
  background-color: var(--verde);
  background-image: linear-gradient(#d6f9c3e3, #d6f9c3e3), url('../images/legumes.png');
  background-position: 0 0, 110%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border: 1px solid #00b6b2;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-left: 10%;
  margin-right: 10%;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  margin-bottom: -36px;
  padding-top: 22px;
}

.image._2 {
  margin-bottom: -664px;
}

.nav-menu {
  padding-top: 12px;
}

.section {
  background-image: linear-gradient(#d6fac2, #fff0), url('../images/bg_pretigel.png'), url('../images/banner_pratigel.png');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, cover, cover;
  background-attachment: scroll, fixed, fixed;
  height: 800px;
  margin-top: -87px;
}

.section-2 {
  background-image: url('../images/legumes_pratigel.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1000px;
  padding-top: 0;
  display: flex;
  overflow: hidden;
}

.heading {
  text-align: center;
}

.div-block {
  width: 100%;
  padding-top: 26px;
  padding-left: 20%;
}

.heading-2 {
  color: #fff;
  margin-left: -98px;
  font-weight: 300;
  line-height: 40px;
}

.heading-2._2 {
  margin-top: 12px;
  padding-left: 13px;
}

.body {
  font-family: dejanire-headline, sans-serif;
  font-weight: 300;
}

.body._2 {
  background-color: #366c92;
}

.div-block-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  width: 25%;
  margin-right: 10%;
  padding: 24px;
  position: relative;
  inset: 23% 0% 10% auto;
}

.paragraph {
  color: #004b7f;
  font-family: Exo, Arial, sans-serif;
  font-weight: 500;
}

.section-3 {
  background-color: var(--verde2);
  background-image: linear-gradient(#7fcf9fe6, #7fcf9fe6), url('../images/legumes.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: dejanire-headline, sans-serif;
  font-weight: 400;
}

.text-span {
  color: var(--azul);
  font-weight: 900;
}

.form-block {
  padding-top: 32px;
}

.text-field {
  background-color: var(--verde2);
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 20px;
}

.field-label {
  color: var(--branco);
  font-size: 20px;
}

.text-block {
  color: var(--azul);
  font-size: 16px;
}

.success-message {
  background-color: var(--verde);
  border-radius: 50px;
}

.submit-button {
  color: var(--azul);
  background-color: #ecb938;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 10%;
  font-size: 20px;
  font-weight: 800;
}

.form {
  text-align: center;
}

.background-video {
  z-index: 0;
  height: 900px;
  margin-top: 1px;
}

.background-video._2 {
  margin-top: -524px;
}

.section-4 {
  background-image: url('../images/textura_milho-e-ervilha.png');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
}

.section-4.receitas {
  opacity: .56;
  background-image: url('../images/textura_milho-e-ervilha.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 40%, 0 0;
  background-size: cover, cover;
  background-attachment: fixed, scroll;
  height: auto;
  padding-top: 726px;
}

.heading-4 {
  opacity: 1;
  color: #fff;
  text-align: center;
  text-shadow: 4px 2px 3px #0e0e0e99;
  mix-blend-mode: normal;
  margin-top: -471px;
  padding-bottom: 405px;
  position: relative;
}

.container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  max-width: none;
  height: 300px;
  margin-top: 0;
  margin-left: 20%;
  margin-right: 20%;
  position: relative;
}

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

.div-block-4 {
  border-radius: 40px;
  height: 300px;
}

.heading-5 {
  text-align: center;
  height: 130px;
  margin-top: 0;
  padding: 11px;
}

.div-block-5 {
  background-color: var(--verde);
  border-radius: 100px;
  margin-top: -17px;
  padding: 8px;
}

.text-block-2 {
  color: var(--azul);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: -3px;
}

.nav-link {
  font-weight: 800;
}

.section-5 {
  background-color: var(--azul);
  background-image: linear-gradient(#a0c665, #fff0 67%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 80px 0 0;
  display: flex;
}

.image-2 {
  background-image: url('../images/bg_pratigel.png');
  background-position: 0 0;
  background-size: auto;
}

.container-2 {
  background-image: radial-gradient(circle, #0000 92%, #a09595), url('../images/bg_pratigel.png');
  background-position: 0 0, 50% 10%;
  background-size: auto, 80%;
  background-attachment: scroll, fixed;
  border-radius: 20px;
  width: 100%;
  height: 600px;
  padding-top: 290px;
  box-shadow: 40px 40px 30px -1px #0003;
}

.image-3 {
  margin-top: -61px;
}

.text-block-3 {
  color: #fff;
  padding-top: 3px;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, Arial, sans-serif;
}

.body-2 {
  height: auto;
}

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

.paragraph-3 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  padding-left: 30%;
  padding-right: 30%;
  font-family: Exo, Arial, sans-serif;
  font-size: 17px;
}

.div-block-7 {
  background-image: linear-gradient(#0000003b, #0000003b);
  border: 0 solid #fff;
  width: 100%;
  margin-top: 131px;
  padding: 32px;
}

.link {
  color: #fdfdfd;
  background-color: #024a7c;
  border-radius: 20px;
  margin-top: 22px;
  padding: 15px;
  font-family: Exo, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.text-span-2 {
  font-weight: 200;
}

.nav-link-2 {
  color: #001c49;
  cursor: pointer;
  font-weight: 700;
  transition: all .5s cubic-bezier(1, -.075, .25, 1);
}

.nav-link-2:hover {
  color: #50753c;
  border: 1px solid #00b2ad;
  border-radius: 13px;
}

.section-6 {
  background-image: linear-gradient(2deg, #fff 26%, #fff0 78%), url('../images/mesa-branca.png');
  background-position: 0 0, 50%;
  background-size: auto, 130%;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 250px;
  margin-top: -75px;
  display: flex;
}

.paragraph-4 {
  color: #004b7f;
  text-align: center;
  width: 50%;
  font-family: Exo, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-8 {
  color: #fff;
  text-align: center;
  border: 2px solid #1bcfc4;
  border-radius: 15px;
  width: 30%;
  margin-left: 2%;
  padding: 24px;
  font-family: Exo Variablefont Wght, Arial, sans-serif;
}

.div-block-8:hover {
  color: #fff;
  background-image: radial-gradient(circle, #06aced00 19%, #06aced6b 78%, #28eca240);
}

.div-block-9 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.paragraph-5 {
  color: #0eb4e4;
  padding-top: 19px;
  font-size: 16px;
  font-weight: 700;
}

.imagem:hover {
  mix-blend-mode: normal;
}

.section-7 {
  background-image: url('../images/banner_pratigel.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 800px;
  margin-top: 28px;
  padding-top: 269px;
  display: flex;
  position: relative;
}

.section-7:hover {
  background-image: linear-gradient(#08558a6e, #08558a6e), url('../images/banner_pratigel.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.button {
  background-color: #146a96;
  border-radius: 20px;
  margin-top: -131px;
  padding: 19px;
  font-size: 30px;
  font-weight: 800;
  box-shadow: 15px 12px 10px #00000080;
}

.button._2 {
  color: #004b7f;
  text-align: center;
  background-color: #e9e79c;
  line-height: 30px;
  position: relative;
  top: -31px;
}

.image-4 {
  mix-blend-mode: normal;
  margin-bottom: 0;
  position: relative;
  inset: 0% auto 0% 0%;
}

.image-5 {
  position: relative;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: -554px;
  display: flex;
}

.image-6 {
  margin-top: -254px;
  margin-left: -15%;
  transform: rotate(200deg);
}

.body-3 {
  background-image: linear-gradient(#6bb38a, #fff0), url('../images/fabrica-pratigel-monte-alto.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-7 {
  background-color: var(--azul);
  color: #fff;
  border-radius: 20px;
  width: 60%;
  padding: 12px;
  font-family: dejanire-headline, sans-serif;
  font-weight: 700;
}

.heading-7._2 {
  background-color: #01528a00;
  border-top: 1px solid #fff;
  width: 80%;
  margin-top: -134px;
  margin-left: 29px;
}

.heading-7._2._1 {
  border-bottom: 1px solid var(--verde);
  border-top-width: 0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.heading-7._3 {
  background-color: #01528a00;
  width: 60%;
}

.container-3 {
  padding-top: 198px;
  padding-left: 20%;
  display: flex;
}

.container-3._2 {
  flex-flow: row;
  padding-top: 55px;
  padding-left: 0%;
}

.paragraph-6 {
  width: 80%;
  color: var(--branco);
  background-color: #fff0;
  background-image: linear-gradient(#01528aab, #295c25b0);
  border: 1px solid #dde9f3;
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 37px;
  padding: 48px 98px 48px 18px;
  font-family: Exo, Arial, sans-serif;
  display: flex;
}

.paragraph-6._2 {
  border-top-width: 0;
  border-left-width: 0;
  width: 90%;
  margin-top: -64px;
  margin-left: 13px;
}

.div-block-11 {
  height: 600px;
  margin-top: 50px;
}

.image-7 {
  margin-left: -20%;
}

.section-8 {
  height: 200px;
  margin-top: 600px;
  margin-bottom: 566px;
}

.section-9 {
  background-image: linear-gradient(1deg, var(--azul), #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: -1121px;
  display: flex;
  position: relative;
}

.section-10 {
  background-color: var(--azul);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-12 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/20250527_132848.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
}

.div-block-13._2 {
  background-image: url('../images/bg_pratigel.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

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

.div-block-14._2 {
  padding-left: 5%;
  position: relative;
}

.div-block-14._2._1 {
  z-index: 1;
  padding-top: 30px;
}

.paragraph-7 {
  color: #fff;
  width: 80%;
  padding-top: 0;
  padding-bottom: 77px;
  font-family: Exo, Arial, sans-serif;
}

.paragraph-7._2 {
  width: 100%;
  padding-bottom: 0;
  font-size: 12px;
}

.image-8 {
  z-index: 2;
  margin-top: -76px;
  margin-bottom: -43px;
  position: relative;
}

.footer-dark {
  background-color: var(--verde2);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  font-family: Exo, Arial, sans-serif;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  color: #fff;
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: #0169aa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--azul-escuro);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--verde-escuro);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-9 {
  z-index: 0;
  opacity: .29;
  mix-blend-mode: multiply;
  margin-top: -1389px;
  position: relative;
  inset: 0% 0% 0% auto;
}

.button-2 {
  background-color: var(--verde);
  color: var(--azul);
  text-align: center;
  border-radius: 20px;
  margin-left: -81px;
  padding-left: 94px;
  font-family: Exo, Arial, sans-serif;
  line-height: 15px;
}

.div-block-15 {
  background-color: #b3d6a063;
  background-image: linear-gradient(354deg, var(--azul-escuro), #fff0);
  border-radius: 20px;
  height: 450px;
  margin-top: -290px;
  margin-bottom: -92px;
}

.div-block-16 {
  border-radius: 20px;
}

.div-block-17 {
  border-radius: 20px;
  position: relative;
  left: -72px;
  overflow: hidden;
}

.div-block-18 {
  border: 0 solid #fff;
  border-radius: 20px;
  margin-top: -236px;
  margin-right: 30%;
  padding: 209px 30% 441px 40%;
}

.image-10 {
  max-width: 200%;
  margin-top: -985px;
  margin-right: 0;
  position: relative;
  left: 76px;
  transform: rotate(0);
}

.bold-text {
  color: var(--azul);
  background-color: #9ce491;
  border-radius: 50px;
  padding: 10px;
  font-size: 40px;
}

.section-11 {
  background-color: var(--verde3);
  color: #5ab249;
  background-image: url('../images/vector_bg_pratigel.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  padding: 68px 5%;
  display: flex;
}

.section-11.organico {
  justify-content: center;
  align-items: center;
}

.heading-8 {
  border-bottom: 0px solid var(--azul);
  width: 90%;
  color: var(--azul);
  text-align: center;
  font-size: 35px;
}

.heading-8._1 {
  color: var(--azul-escuro);
  border-bottom-width: 0;
  margin-bottom: 40px;
  padding: 27px 0 0;
  font-size: 50px;
}

.heading-8._3 {
  color: var(--branco);
  margin-bottom: -63px;
  padding-bottom: 71px;
}

.container-5 {
  opacity: .92;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #86ec70b3;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: -37px;
  display: flex;
}

.container-5.organico {
  background-color: #0c2707b3;
  width: 100%;
  margin-top: -121px;
  margin-left: 0;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
}

.div-block-19.sopas {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.image-11 {
  z-index: 1;
  mix-blend-mode: normal;
  position: relative;
  top: 0;
}

.image-11._2 {
  transform: rotate(-4deg);
}

.div-block-20 {
  background-color: #eee52d;
  border-radius: 9px;
  width: 60%;
  margin-left: -19%;
  padding: 8px 2% 10px 15%;
}

.div-block-20.couve {
  background-color: #6fb038;
  padding-left: 20%;
}

.div-block-20.brocolis {
  background-color: #098dc2;
  margin-left: -15%;
}

.div-block-20.mandioquinha {
  -webkit-text-fill-color: inherit;
  background-color: #e6833b;
  background-clip: border-box;
  display: block;
}

.div-block-20.mandioca-palito {
  background-color: #eb9d2c;
}

.div-block-20.batata-doce {
  background-color: #8d4759;
}

.div-block-20.ervilha {
  background-color: #43ae59;
}

.div-block-20.mandioca-tolete {
  background-color: #d7528e;
}

.div-block-20.espinafre {
  background-color: #1f562e;
}

.div-block-20.couve-manteiga {
  background-color: #ae2f2d;
  padding-top: 8px;
}

.div-block-20.milho {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #6e614b;
  border-radius: 9px;
}

.div-block-20.adamame {
  background-color: #632a14;
}

.div-block-20.yakissoba {
  background-color: #34394c;
  padding-top: 10px;
}

.div-block-20.seleta {
  background-color: #129b4b;
  padding-top: 8px;
}

.div-block-20.mix-sopa {
  background-color: #cc3840;
  padding-top: 8px;
  padding-right: 0%;
}

.div-block-20.primavera {
  background-color: #15b1a3;
  padding-top: 8px;
}

.div-block-20.verao {
  background-color: #f3cc17;
}

.div-block-20.sopa {
  background-color: #949493;
  border-radius: 200px;
  width: 100%;
  margin-top: -103px;
  margin-left: 0%;
  padding-top: 57px;
}

.div-block-20.sopa.caldo-espinafre {
  text-align: center;
  background-color: #8c8b2e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -111px;
  padding: 84px 0% 36px;
  display: flex;
}

.div-block-20.sopa.caldo-legumes {
  background-color: #c6920e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -97px;
  padding-bottom: 36px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-20.sopa.caldo-legumes.verde {
  background-color: #339539;
}

.div-block-20.mandioca-premium {
  background-color: #dc372e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 20%;
  display: flex;
}

.div-block-20.polenta {
  background-color: #37426f;
  flex-flow: column;
  padding-left: 18%;
  display: flex;
}

.div-block-20.alho {
  background-color: #832a54;
}

.div-block-20.organico {
  background-color: var(--organico);
}

.heading-9 {
  color: #000;
  text-align: center;
  width: 120%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.heading-9.branco {
  z-index: 2;
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  line-height: 20px;
  display: flex;
  position: relative;
}

.heading-9.branco._2 {
  text-align: center;
  line-height: 20px;
}

.heading-9.organicio {
  color: var(--verde-orga);
  text-align: left;
  line-height: 20px;
}

.paragraph-8 {
  font-family: Exo, Arial, sans-serif;
}

.text-block-4 {
  color: #000;
  margin-left: 1%;
  padding-top: 1px;
  padding-left: 3px;
  font-family: Exo, Arial, sans-serif;
}

.text-block-4.branco {
  color: #fff;
  margin-left: 0%;
}

.text-block-4.organico {
  color: var(--verde-orga);
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
}

.div-block-21._2 {
  justify-content: center;
  align-items: center;
}

.div-block-21._2._3 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-22 {
  background-color: #00000014;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  padding-left: 2px;
  display: flex;
}

.div-block-22._2 {
  width: 100%;
}

.div-block-23 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block-23._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.div-block-23._3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: relative;
}

.div-block-24 {
  flex-flow: row;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-24.sopas {
  flex-flow: row;
  width: 80%;
}

.div-block-24.vertical {
  flex-flow: column;
}

.div-block-24.vertical.industria {
  justify-content: space-between;
  align-items: flex-start;
}

.div-block-24.vertical.industria._2 {
  padding-bottom: 8px;
}

.div-block-24.vertical._2 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-5 {
  color: #000;
  font-family: Exo, Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  position: static;
}

.text-block-5.branco {
  color: #fff;
}

.text-block-5.branco._2 {
  line-height: 12px;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 19px 5%;
  display: flex;
}

.div-block-26 {
  background-color: #fff;
}

.div-block-27 {
  color: #fff;
  background-color: #ffffff40;
  border-radius: 20px;
  width: 100%;
}

.paragraph-9 {
  text-align: right;
  font-family: Exo, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-9._2 {
  color: #fff;
  padding-top: 18px;
}

.paragraph-9._2._1 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 14px;
  display: flex;
}

.paragraph-9._2._3 {
  color: #fff;
  width: 80%;
}

.paragraph-9._2.organico {
  color: var(--verde-orga);
}

.paragraph-9._3 {
  color: #000;
  width: 90%;
  padding-top: 8px;
}

.text-block-6 {
  color: var(--azul-escuro);
  font-family: dejanire-headline, sans-serif;
  font-weight: 700;
}

.tabs {
  width: 100%;
}

.tab-link-tab-2 {
  background-color: #ddd0;
}

.tab-link-tab-2.w--current {
  border: 0px solid var(--azul-escuro);
  opacity: .33;
  background-color: #ffffffab;
  border-radius: 20px 20px 0 0;
}

.tab-pane-tab-3 {
  background-color: #ffffff2e;
  border-radius: 20px;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div-block-28 {
  background-image: linear-gradient(#ffffff24, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 23px;
  display: flex;
}

.image-12 {
  transform-style: preserve-3d;
  margin-bottom: -195px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

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

.div-block-29 {
  border: 2px solid #ffffff9e;
  border-radius: 200px;
  width: 100%;
  height: 300px;
  margin-top: -290px;
  padding-top: 0;
}

.div-block-29.sopas {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 36px;
  display: flex;
}

.container-6 {
  background-image: radial-gradient(circle, #498a63b3, #fff0);
  padding-top: 70px;
  padding-bottom: 70px;
}

.div-block-30 {
  z-index: 3;
  background-image: url('../images/fabrica-pratigel-monte-alto.jpg');
  background-position: 50% 80%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 80%;
  height: 300px;
  margin-top: -257px;
  margin-right: -56px;
  position: relative;
  left: -414px;
  right: 569px;
}

.heading-10 {
  line-height: 30px;
}

.heading-11 {
  z-index: 3;
  color: #fff;
  text-shadow: -1px 5px 4px #01528a;
  font-size: 90px;
  line-height: 60px;
  position: sticky;
  top: 10px;
}

.text-span-3 {
  text-shadow: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-3._2 {
  line-height: 0;
}

.paragraph-11 {
  color: #fff;
  font-family: Exo, Arial, sans-serif;
  font-size: 10px;
}

.div-block-31 {
  height: 200px;
  margin-bottom: -21px;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-32 {
  z-index: 2;
  position: relative;
}

.div-block-33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-4 {
  font-weight: 300;
}

.button-3 {
  background-color: var(--azul);
  border-radius: 50px;
  font-family: Exo, Arial, sans-serif;
  font-weight: 500;
}

.button-3._2 {
  background-color: var(--verde);
  text-align: center;
  width: 50%;
  margin-top: 15px;
  padding: 12px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: auto;
}

.div-block-34 {
  border: 1px solid var(--industrial);
  background-color: #e3f6ff;
  border-radius: 20px;
  margin: 0 10px 10px;
  padding: 44px;
}

.div-block-35 {
  background-color: #002f4d;
  border-top-left-radius: 120px;
  border-bottom-right-radius: 20px;
  margin-left: 84px;
  display: flex;
}

.div-block-35._2 {
  width: 40%;
}

.div-block-36 {
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: -23px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: -19px;
}

.heading-12 {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Exo, Arial, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.div-block-37 {
  justify-content: center;
  align-items: stretch;
  padding-bottom: 30px;
  display: flex;
}

.image-13 {
  margin-left: -19px;
  position: relative;
  left: -15px;
}

.heading-13 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 12px;
}

.heading-13.food {
  color: #fff;
  background-color: #002f4d;
  border-radius: 20px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 21px;
  font-size: 40px;
  line-height: 30px;
}

.heading-13._2 {
  color: #008244;
}

.heading-13._3 {
  color: #e6636b;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.text-block-7 {
  margin-top: -12px;
}

.text-block-7._2 {
  padding-top: 30px;
}

.image-14 {
  z-index: 3;
  position: sticky;
  top: 294px;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-block-38 {
  padding-left: 20%;
  padding-right: 20%;
}

.flex-block-2 {
  z-index: 2;
  border: 1px solid var(--organico);
  background-color: #376b92;
  border-radius: 100px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -55px;
  position: relative;
  box-shadow: 5px 2px 7px #0003;
}

.div-block-39 {
  background-color: var(--verde);
  color: var(--azul);
  text-align: center;
  border-radius: 100px;
  padding: 9px 35px 14px;
}

.div-block-39._2 {
  background-color: #b3d6a000;
}

.div-block-39._2.horizontal {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-14 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 35px;
}

.heading-14._2 {
  color: var(--branco);
}

.text-block-8 {
  margin-top: -10px;
}

.text-block-8._2 {
  color: var(--branco);
}

.text-block-8._3 {
  color: var(--verde);
  padding-top: 15px;
  padding-left: 23px;
  font-size: 20px;
}

.div-block-40 {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 71px;
  padding: 32px;
}

.heading-15 {
  color: var(--azul-escuro);
  margin-top: -9px;
}

.rich-text-block {
  color: var(--azul);
}

.div-block-41 {
  z-index: 5;
  background-image: linear-gradient(315deg, #01528aa8, #fff0 47%);
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.div-block-42 {
  background-image: url('../images/whats_pratigel.jpg');
  background-position: 50%;
  background-size: 130px 130px;
  border-radius: 20px;
  width: 100px;
  height: 100px;
}

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

.paragraph-12 {
  padding-top: 42px;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.section-12 {
  background-color: var(--azul);
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.link-block {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.text-block-9, .bold-text-2 {
  color: var(--azul);
}

.image-15 {
  width: 80%;
}

.div-block-44 {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section-2 {
    background-position: 0 40px;
  }

  .div-block-2 {
    width: 40%;
  }

  .background-video {
    height: 700px;
  }

  .container-2 {
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .div-block-25 {
    flex-flow: column;
    height: auto;
  }

  .tabs-menu {
    z-index: 3;
    background-color: var(--verde);
    border-radius: 20px;
    position: sticky;
    top: 48px;
  }

  .div-block-35 {
    margin-bottom: 27px;
    padding: 0;
  }

  .div-block-35._2 {
    width: auto;
  }

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

@media screen and (max-width: 767px) {
  .div-block-2 {
    width: 60%;
  }

  .section-5 {
    padding-top: 0;
  }

  .container-2 {
    background-position: 0 0, 50% 0;
  }

  .paragraph-4 {
    width: 80%;
  }

  .div-block-8 {
    border-radius: 14px;
  }

  .section-7 {
    flex-flow: column;
  }

  .button {
    margin-top: 52px;
  }

  .image-6 {
    margin-left: -63%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .tabs-menu {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: var(--verde);
  }

  .section {
    height: 500px;
    margin-top: -147px;
  }

  .section-2 {
    background-position: 0 100%;
    background-size: auto;
    height: 1500px;
  }

  .div-block {
    padding-left: 43%;
  }

  .heading-2._2 {
    width: 100%;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-2 {
    width: 90%;
    margin-top: 412px;
    padding-top: 0;
    top: 0%;
  }

  .background-video, .container-2 {
    height: 400px;
  }

  .paragraph-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-7 {
    font-size: 12px;
  }

  .link {
    font-size: 16px;
  }

  .nav-link-2, .div-block-8 {
    width: 100%;
  }

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

  .button {
    text-align: center;
    line-height: 30px;
  }

  .container-4 {
    max-width: none;
  }

  .bold-text {
    font-size: 20px;
  }

  .container-5 {
    width: 100%;
    margin-left: -113px;
  }

  .div-block-27 {
    padding-top: 306px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-end;
  }

  .heading-11 {
    font-size: 70px;
    line-height: 50px;
  }

  .div-block-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-13.food {
    font-size: 20px;
    line-height: 20px;
  }

  .text-span-5 {
    font-size: 15px;
    line-height: 15px;
  }

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

  .menu-button.w--open {
    color: var(--azul);
    background-color: #c8c8c800;
    margin-top: 51px;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    margin-top: -28px;
    padding-bottom: 32px;
    display: flex;
  }
}

#w-node-a7824d52-fbb3-575c-d5ec-de9be3f4a493-e3f4a480, #w-node-a7824d52-fbb3-575c-d5ec-de9be3f4a49c-e3f4a480, #w-node-a7824d52-fbb3-575c-d5ec-de9be3f4a4a9-e3f4a480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Exo ';
  src: url('../fonts/Exo-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraBold.ttf') format('truetype'), url('../fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Exo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo Variablefont Wght';
  src: url('../fonts/Exo-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url('../fonts/Exo-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}