.font-lato{
    font-family: Lato, sans-serif;
}

.font-animatic{
    font-family: 'Amatic SC', sans-serif;
}

.font-neosans{
    font-family: 'Neo sans std', sans-serif
}

.font-arial{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}


body {
  height: 100%;
  background-color: #e6ebf0;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5c6bc0;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

.container {
  position: relative;
  text-align: left;
}

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

.button {
  margin-top: 10px;
  padding: 12px 25px 10px;
  border-radius: 3px;
  background-color: #46ca9b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #232741;
  color: #fff;
}

.button.color {
  background-color: #ec407a;
}

.button.color:hover {
  background-color: #161b36;
}

.footer-logo {
  display: block;
  height: 30px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.footer-title {
  display: block;
  width: 420px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 22px;
}

.footer-nav-wrapper {
  margin-top: 40px;
}

.footer-nav-link {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  color: #46ca9b;
  text-decoration: underline;
}

.tab-button-icon-block {
  width: 100%;
  height: auto;
  padding: 22px 42px;
  border-radius: 3px;
  background-color: #7c2ca2;
}

.tab-button-title {
  margin-top: 20px;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.popup {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(25, 38, 48, .8);
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.popup-modal {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 630px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  box-shadow: 0 0 90px 0 rgba(0, 0, 0, .6);
  text-align: left;
}

.popup-column-block {
  position: relative;
  width: 35%;
  float: left;
  background-image: -webkit-linear-gradient(315deg, #46ca9b, rgba(92, 107, 192, .92)), url('../images/BG-mockup.jpg');
  background-image: linear-gradient(135deg, #46ca9b, rgba(92, 107, 192, .92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-column-block.content-column-block {
  width: 65%;
  padding: 62px;
  float: right;
  background-color: #fff;
  background-image: none;
}

.popup-column-block.variation {
  background-image: -webkit-linear-gradient(315deg, #ec407e, rgba(92, 107, 192, .92)), url('../images/BG-mockup.jpg');
  background-image: linear-gradient(135deg, #ec407e, rgba(92, 107, 192, .92)), url('../images/BG-mockup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.popup-title {
  font-size: 34px;
  line-height: 40px;
}

.popup-title.subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 19px;
}

.popup-title.intro-title {
  color: #46ca9b;
  font-size: 24px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.popup-title.intro-title._2 {
  color: #ec407a;
}

.form {
  margin-bottom: 0px;
}

.field {
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
  padding-left: 0px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #dadada;
}

.field:hover {
  border-bottom-color: #afafaf;
}

.field:focus {
  border-bottom-color: #46ca9b;
}

.field.area {
  height: 80px;
}

.popup-image-overlay-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 45px;
}

.overlay-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.overlay-title.subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.success {
  background-color: rgba(92, 107, 192, .1);
  color: #5c6bc0;
}

.error {
  padding-left: 15px;
  color: #c73434;
}

.close-popup-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.maybe-later-link {
  display: inline-block;
  margin-top: 20px;
  color: #b4b4b4;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: none;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, .96);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.header_desktop {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 90px;
  background-color: #20671e;
}

.header_brand_link {
  top: -30px;
}

.header_menu_txt {
  display: inline-block;
  padding-top: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 17px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
}

.header_menu_btn {
  width: 180px;
  height: 90px;
  padding: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
}

.header_menu_btn:hover {
  border-bottom: 10px solid #b8d20d;
}

.header_menu_line {
  width: 1px;
  height: 40px;
  margin-top: 25px;
  float: right;
  background-color: #b8d20d;
}

.header_menu_drop {
  float: right;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header_menu_list.w--open {
  background-color: #f6f9fc;
}

.header_menu_link {
  padding-top: 20px;
  padding-bottom: 15px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.header_menu_link:hover {
  background-color: #eee;
  color: #20671e;
}

.header_menu_link.w--current {
  color: #20671e;
}

.header_menu_link.image1 {
  padding-left: 80px;
  background-image: url('../images/sungold.png');
  background-position: 20px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.header_menu_link.image1:hover {
  background-color: #eee;
}

.header_menu_link.image1.w--current {
  color: #20671e;
}

.header_menu_link.image2 {
  padding-left: 80px;
  background-image: url('../images/green.png');
  background-position: 20px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.header_menu_link.image2.w--current {
  background-image: url('../images/green.png');
  background-size: 50px;
  color: #20671e;
}

.header_menu_link.image3 {
  padding-left: 80px;
  background-image: url('../images/sungold_organic.png');
  background-position: 20px 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.div_menu_desktop {
  height: 90px;
  float: right;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 90px;
  background-color: #20671e;
}

.footer_container {
  display: block;
  height: auto;
}

.footer_btn {
  padding: 0px 25px;
  float: right;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 15px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer_btn:hover {
  border-top: 10px none #b8d20d;
  border-bottom: 10px none #000;
  background-color: transparent;
  color: #b8d20d;
  text-decoration: none;
}

.footer_div_menu {
  display: inline-block;
  float: left;
}

.footer_div_social {
  display: inline-block;
  height: 90px;
  float: right;
}

.footer_link {
  margin-top: 25px;
  margin-left: 10px;
}

.video {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-linear-gradient(270deg, #b8cf3e, #b8d20d);
  background-image: linear-gradient(180deg, #b8cf3e, #b8d20d);
}

.title_greendark {
  display: block;
  margin-right: 20px;
  margin-bottom: 30px;
  margin-left: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

.video_container {
  margin-top: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
}

.razoes {
  display: block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  float: none;
  background-color: #f6f9fc;
}

.razoes_div {
  display: inline-block;
  margin-top: 30px;
}

.razoes_number {
  display: inline-block;
  margin-right: 30px;
  margin-left: 30px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-decoration: none;
}

.razoes_txt1 {
  display: inline-block;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.razoes_btn {
  position: relative;
  width: 160px;
  height: 160px;
  margin-right: -5px;
  margin-left: -5px;
  border-radius: 100%;
  background-color: #b3b3b3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  line-height: 14px;
}

.razoes_btn:hover {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  -webkit-transform: scale(1) scale(1.7);
  -ms-transform: scale(1) scale(1.7);
  transform: scale(1) scale(1.7);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.razoes_btn.razao1 {
  background-color: #b8cf3e;
  background-image: url('../img/razao1_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao1:hover {
  z-index: 100;
  background-image: url('../img/razao1_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.razoes_btn.razao2 {
  background-color: #fdd631;
  background-image: url('../img/razao2_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao2:hover {
  z-index: 100;
  background-image: url('../img/razao2_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.razoes_btn.razao3 {
  background-color: #b8cf3e;
  background-image: url('../img/razao3_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao3:hover {
  z-index: 100;
  background-image: url('../img/razao3_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.razoes_btn.razao4 {
  background-color: #fdd631;
  background-image: url('../img/razao4_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao4:hover {
  z-index: 100;
  background-image: url('../img/razao4_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.razoes_btn.razao5 {
  background-color: #b8cf3e;
  background-image: url('../img/razao5_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao5:hover {
  z-index: 100;
  background-image: url('../img/razao_5_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.razoes_btn.razao6 {
  background-color: #fdd631;
  background-image: url('../img/razao6_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao6:hover {
  z-index: 100;
  background-image: url('../img/razao6_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.razoes_btn.razao7 {
  background-color: #b8cf3e;
  background-image: url('../img/razao7_fechada.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.razoes_btn.razao7:hover {
  z-index: 100;
  background-image: url('../img/razao7_aberta.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.comentarios {
  display: none;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}

.tabs {
  margin-top: 20px;
}

.tabs_menu {
  display: inline-block;
}

.tab_link {
  height: auto;
  padding: 10px 20px 5px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
}

.tab_link.w--current {
  border: 1px solid #20671e;
  background-color: transparent;
}

.tab_link_label {
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 15px;
  line-height: 15px;
  text-transform: none;
}

.tab_pane {
  padding-top: 30px;
  padding-bottom: 30px;
}

.comentarios_row {
  margin-right: 0px;
  margin-left: 0px;
}

.comentarios_div {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #8a8a8a;
  text-align: left;
}

.comentarios_div.color2 {
  background-color: #20671e;
  text-align: left;
}

.comentarios_div.color1 {
  background-color: #134412;
  text-align: left;
}

.comentarios_div.color3 {
  background-color: #86ab13;
  text-align: left;
}

.comentarios_div.color4 {
  background-color: #9ec720;
  text-align: left;
}

.comentarios_div.color5 {
  background-color: #4da34b;
  text-align: left;
}

.comentarios_div_pessoa {
  margin-bottom: 10px;
  text-align: left;
}

.profile_foto {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
  border-radius: 100%;
  background-color: #ccc;
  background-image: url('../images/profile-foto.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.profile_name {
  display: block;
  margin-bottom: 5px;
  padding-top: 10px;
  float: none;
  font-family: 'Neo sans std', sans-serif;
  color: #f6f9fc;
  font-size: 13px;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
}

.profile_city {
  font-family: 'Neo sans std', sans-serif;
  color: #f6f9fc;
  font-size: 13px;
  line-height: 15px;
}

.comentarios_txt {
  margin-top: 10px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
}

.comentarios_btn {
  display: block;
  height: 20px;
  margin-top: 15px;
  padding: 0px 0px 0px 30px;
  float: left;
  background-color: transparent;
  background-image: url('../images/mais_normal.svg');
  background-position: 0px 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Neo sans std', sans-serif;
  color: #f6f9fc;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.comentarios_btn:hover {
  opacity: 1;
  color: #f6f9fc;
}

.comentarios_btn_all {
  width: 70px;
  height: 70px;
  padding: 20px 0px 0px;
  border-radius: 100%;
  background-color: #20671e;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Neo sans std', sans-serif;
  color: #f6f9fc;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.comentarios_btn_all:hover {
  background-color: #134412;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  color: #f6f9fc;
}

.comentarios_imagemvideo {
  width: 100%;
}

.image-3 {
  width: 1px;
}

.div_kiwi_sungold {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100%;
  padding: 2% 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffd800;
  opacity: 1;
}

.div_kiwi_green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: 100%;
  padding: 2% 5%;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #aad600;
}

.home_kiwi_txt1 {
  display: block;
  font-family: 'Neo sans std', sans-serif;
  color: #1c6919;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.home_kiwi_txt1.green {
  display: block;
  float: right;
  text-align: right;
}

.home_kiwi_txt1.sungold {
  display: block;
  float: left;
  clear: none;
}

.home_kiwi_txt2 {
  display: block;
  margin-bottom: 10px;
  font-family: 'Amatic SC', sans-serif;
  color: #f6f9fc;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.home_kiwi_txt2.green {
  display: inline-block;
  float: right;
  clear: right;
  text-align: right;
}

.home_kiwi_txt2.sungold {
  display: inline-block;
  float: left;
  clear: left;
}

.home_kiwi_cobrinha {
  display: block;
}

.home_kiwi_cobrinha.green {
  display: inline-block;
  float: right;
  clear: right;
  text-align: right;
}

.home_kiwi_cobrinha.sungold {
  float: left;
  clear: left;
}

.home_kiwi_txt3 {
  margin-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 17px;
  text-align: left;
}

.home_kiwi_txt3.green {
  display: block;
  width: auto;
  float: right;
  clear: none;
  text-align: right;
}

.home_kiwi_txt3.sungold {
  display: block;
  width: auto;
  float: left;
  clear: none;
}

.div_kiwi_image.sungold {
  position: absolute;
  left: 0%;
  top: 10%;
  right: -36%;
  bottom: 0%;
  z-index: 800;
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.div_kiwi_image.green {
  position: absolute;
  left: -22%;
  top: 10%;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 600px;
  float: none;
}

.kiwis_mais {
  position: static;
  top: 414px;
  right: 162px;
  bottom: 520px;
  width: 40px;
  height: 40px;
}

.kiwis_mais.green {
  position: absolute;
  left: 260px;
  top: 160px;
  right: auto;
  bottom: auto;
  z-index: 850;
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.kiwis_mais.green:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.kiwis_mais.sungold {
  position: absolute;
  top: 406px;
  right: 164px;
  bottom: 0px;
  z-index: 850;
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.kiwis_mais.sungold:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.home_kiwi_sungold {
  position: static;
  width: auto;
  height: auto;
}

.home_kiwi_green {
  position: static;
  width: auto;
  height: auto;
}

.div_kiwi_open1 {
  position: static;
  left: auto;
  top: -85px;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  float: none;
}

.div_kiwi_open1.green {
  margin-top: 0px;
  float: left;
}

.text-block {
  display: block;
  margin-top: 20px;
  margin-left: 50px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  float: none;
  clear: none;
  background-color: #20671e;
  font-family: 'Amatic SC', sans-serif;
  color: #f6f9fc;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.div_kiwi_open_image {
  position: static;
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.div_kiwi_open2 {
  position: static;
  display: block;
  width: auto;
  float: none;
  clear: none;
}

.div_kiwi_open2.green {
  float: left;
  clear: none;
}

.info_txt {
  position: static;
  display: inline-block;
  width: 48%;
  padding: 25px;
  float: right;
  border: 1px solid #333;
  border-radius: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.info_txt.organic {
  width: 100%;
  float: none;
}

.info_txt.organic1 {
  float: left;
}

.info_nutricional {
  width: 48%;
  float: left;
}

.div_kiwi_texts {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 850;
  width: 55%;
  margin-top: 0%;
  float: none;
}

.sungold_section {
  height: auto;
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffd800;
  background-image: -webkit-linear-gradient(270deg, #eec000, #ffd800);
  background-image: linear-gradient(180deg, #eec000, #ffd800);
}

.kiwi_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sungold_div1 {
  width: 35%;
  margin-top: 0%;
  float: left;
}

.kiwi_text {
  margin-top: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-align: left;
}

.kiwi_text.align_right {
  line-height: 22px;
  text-align: right;
}

.kiwi_text.color {
  color: #f6f9fc;
}

.kiwi_text.right {
  text-align: right;
}

.kiwi_text.italic {
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
}

.sungold_image {
  display: block;
  width: 60%;
  margin-left: 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section_conteudo {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #f4f4f4;
}

.linha-horizontal-verde {
  background-color: #e0e4cb !important;
}

.section_conteudo.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.body {
  background-color: transparent;
}

.green_section {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #aad600;
  background-image: -webkit-linear-gradient(270deg, #9ac200, #aad600);
  background-image: linear-gradient(180deg, #9ac200, #aad600);
}

.green_div1 {
  width: 35%;
  margin-top: 0%;
  float: right;
}

.green_image {
  width: 60%;
  margin-right: 40px;
  margin-left: 0px;
  float: left;
}

.div_text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 60px 40px 60px 10%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div_text2.grey {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f4f4f4;
}

.conheca_section {
  height: 540px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.conheca_div1 {
  display: block;
  width: 40%;
  margin-top: 0%;
  padding: 30px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(28, 105, 25, .8);
}

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

.features_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.features_column {
  padding-right: 20px;
  padding-left: 20px;
}

.features_text {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18px;
}

.features_div {
  margin-bottom: 20px;
}

.kiwi_title2 {
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.kiwi_title2.right {
  text-align: left;
}

.kiwi_title2.center {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.produtor_divtext1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 40px 40px 40px 10%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.produtor_divtext1.color1 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f4f4f4;
}

.produtor_divtext1.color2 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafbf6;
}

.div_text4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 60px 10% 60px 40px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div_text4.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4da34b;
}

.div_text4.color2 {
  background-color: #fafbf6;
}

.kiwis_footer {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #b8d20d;
}

.kiwis_footer_text {
  margin-top: 15px;
  margin-right: 15px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.kiwis_footer_img1 {
  float: right;
}

.kiwis_footer_img2 {
  float: right;
}

.kiwis_footer_link {
  margin-right: 20px;
  margin-left: 20px;
    text-decoration: none !important;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.kiwis_footer_link:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.kiwis_footer_link.left {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.kiwis_footer_link.left:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.kiwis_footer_link.right {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.kiwis_footer_link.right:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.saude_section {
  width: 100%;
  height: 60%;
  margin-top: 90px;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.saude_nutrientes {
  background-color: #f1f2ea;
}

.saude_container1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.saude_container2 {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sistema_section {
  width: 100%;
  height: 510px;
  margin-top: 90px;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.sistema_divcolor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, .5);
}

.sistema_div_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-top: 0%;
  margin-right: 60px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sistema_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #add042;
  font-size: 45px;
  line-height: 45px;
  text-align: right;
  text-transform: uppercase;
}

.sistema_text1 {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: right;
}

.sungold_container1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sungold_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #1c6919;
  font-size: 45px;
  line-height: 45px;
  text-align: right;
}

.sungold_text1 {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}

.sungold_div_image1 {
  width: 50%;
  height: auto;
  float: left;
  background-image: url('../img/foto001.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div_text1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 40px 10% 40px 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div_text1.grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}

.div_text1.grey.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_text1.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.green_text1 {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.green_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #1c6919;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.green_div_image1 {
  width: 50%;
  height: auto;
  float: right;
  background-image: url('../images/foto002.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.conheca_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.conheca_div_image1 {
  width: 50%;
  height: auto;
  float: right;
  background-image: url('../images/foto004.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.conheca_text {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.conheca_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.conheca_div_image2 {
  width: 50%;
  height: auto;
  float: left;
  background-image: url('../images/foto005.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.saude_div_image1 {
  width: 50%;
  height: auto;
  float: left;
  background-image: url('../images/foto007.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div_text5 {
  width: 50%;
  height: 370px;
  padding-top: 6%;
  padding-right: 10%;
  padding-left: 40px;
  float: left;
  background-color: #fff;
}

.div_text5.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #4da34b;
}

.kiwi_title_white {
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.saude_heading {
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  float: left;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.sistema_div_image1 {
  width: 50%;
  height: auto;
  float: left;
  background-image: url('../images/foto009.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sistema_div_image2 {
  width: 50%;
  height: auto;
  float: right;
  background-image: url('../images/foto010.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sistema_div_image3 {
  width: 50%;
  height: 420px;
  float: left;
  background-image: url('../images/foto011.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section_tags {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}

.tags_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 0px;
  padding-right: 35px;
  padding-left: 35px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #c3c3c3;
}

.tags_div.color1 {
  background-color: #b8cf3e;
}

.tags_div.color2 {
  background-color: #6cc26a;
}

.tags_text {
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.tags_divs {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.title_black {
  margin-bottom: 30px;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

.sistema_div_size1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 250px;
  padding-right: 40px;
  padding-left: 10%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #b8d20d;
}

.sistema_div_size2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 250px;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #184d16;
}

.sistema_div_size3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 250px;
  padding-right: 40px;
  padding-left: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #20671e;
}

.sistema_div_size4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 250px;
  padding-right: 10%;
  padding-left: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5da85b;
}

.sistema_text2 {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.inovacao_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}

.sistema_text3 {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.historia_section {
  width: 100%;
  height: 510px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.historia_section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 160px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/kiwi.png');
  background-position: -158px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.historia_div1 {
  width: 40%;
  float: right;
}

.tempo_section {
  padding-left: 5%;
  padding-right: 5%;
}

.tempo_tabsmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 100%;
  background-image: url('../img/linha_tempo.png');
  background-position: 50% 50%;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.tempo_ano_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 0px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../img/bolinha1.png');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.tempo_ano_btn.w--current {
  background-color: transparent;
  background-image: url('../img/bolinha2.png');
  background-size: 30px;
  -webkit-transform: scale(1.19);
  -ms-transform: scale(1.19);
  transform: scale(1.19);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.tempo_ano_txt {
  display: block;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 18px;
  font-weight: 700;
}

.tempo_txt {
  width: 30%;
  padding: 25px;
  border: 1px solid #20671e;
  border-radius: 30px;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
}

.tempo_txt.align2 {
  margin-left: 8%;
  float: left;
}

.tempo_txt.align3 {
  width: 40%;
  margin-left: 21%;
}

.tempo_txt.align4 {
  width: 35%;
  margin-right: 24%;
  float: right;
}

.tempo_txt.align5 {
  width: 35%;
  margin-right: 5%;
  float: right;
}

.tempo_txt.align6 {
  width: 45%;
  float: right;
}

.receitas_section {
  display: block;
  width: 100%;
  height: 60%;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/foto013.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.receitas_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0 0 19px #b8d12d;
}

.receitas_lista_section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.receitas_row {
        display: flex !important;
        flex-wrap: wrap !important;
    align-items: flex-start !important;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
}

.receitas_column {
  padding-right: 15px;
  padding-left: 15px;
}

.receitas_foto {
  display: block;
}

.receitas_titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 20px 20px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #399b37;
}

.receitas_txt {
  font-family: 'Neo sans std', sans-serif;
  color: #f6f9fc;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  width: 100%;
}

.image-7 {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.image-9 {
  width: 100%;
}

.image-10 {
  width: 100%;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: 100%;
}

.receitas_link {
  display: block;
  text-decoration: none;
}

.receita_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #399b37;
}

.receita_title {
  font-family: 'Neo sans std', sans-serif;
  color: #f6f9fc;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.receita_seta_link {
  width: 10%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: left;
  text-decoration: none;
}

.receita_seta_link:hover {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.receita_seta_link.esquerda {
  width: 15%;
}

.receita_seta_link.direita {
  width: 15%;
  text-align: right;
}

.receita_link_txt {
  margin-top: 10px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  line-height: 18px;
  font-weight: 700;
}

.receita_div_image {
  width: 35%;
  min-height: 550px;
  float: left;
  background-color: #d8d8d8;
}


.receita_div_text1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: auto;
  padding: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.receita_div_text1.size2 {
  width: 66.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.receita_div_text1.size3 {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.receita_div_text2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  height: auto;
  padding: 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
}

.receita_div_text2.size2 {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.receita_div_text2.size3 {
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.receita_text {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-indent: 0px;
    
     width: 70%;
}

.receita_text.size2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 0px solid #000;
  column-rule: 0px solid #000;
}

.receita_text.size4 {
  margin-bottom: 20px;
  font-weight: 700;
}

.conservar_section {
  height: 60%;
  margin-top: 90px;
  background-color: transparent;
  background-image: url('../images/foto014.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.conservar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.conservar_heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.conservar_text1 {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.conservar_div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(28, 105, 25, .8);
}

.conservar_section2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.conservar_section2.grey {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #f4f4f4;
}

.conservar_container2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  width: 350px;
  height: auto;
}

.conservar_title1 {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.conservar_title1.green2 {
  color: #b8d20d;
}

.conservar_title1.type1 {
  text-align: right;
}

.conservar_title1.type1.white {
  color: #fff;
}

.conservar_title1.type2 {
  margin-bottom: 40px;
  font-size: 27px;
  text-align: center;
  text-transform: none;
}

.conservar_title1.white {
  color: #fff;
}

.conservar_text2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.conservar_text2.type1 {
  text-align: right;
}

.conservar_text2.type1.white {
  color: #fff;
}

.conservar_text2.white {
  color: #fff;
}

.conservar_text2.white.type1 {
  text-align: right;
}

.conservar_div2 {
  margin-left: 30px;
}

.image-14 {
  width: 350px;
  height: auto;
}

.conservar_section3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.conservar_div3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 50px 50px 50px 18%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #20671e;
}

.conservar_div4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 50px 18% 50px 50px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #184d16;
}

.contato_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/foto004.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contato_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #3c72ad;
}

.contato_section2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4da34b;
}

.contato_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contato_form {
  width: 80%;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-15 {
  width: 20%;
}

.textfield {
  overflow: auto;
  width: 96%;
  height: 45px;
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
}

.textfield.halfsize1 {
  width: 47%;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}

.textfield.area {
  height: 100px;
}

.contato_btn {
  display: inline-block;
  width: 47%;
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b8d20d;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

.contato_btn:hover {
  background-color: #20671e;
  color: #b8d20d;
}

.contato_btn.type2 {
  padding-top: 15px;
}

.formulario {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.contato_div {
  width: 96%;
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(246, 249, 252, .3);
}

.contato_txt {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  text-align: left;
}

.contato_txt_success {
  margin-bottom: 10px;
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.contato_div_success {
  background-color: #4da34b;
}

.comentarios_section {
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #399b37;
}

.comerciantes_section {
  display: block;
  height: 60%;
  margin-top: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/foto015.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-16 {
  width: 100%;
}

.comentarios2 {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}

.div_infos_green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  padding: 2% 4% 2% 7%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #aad600;
}

.div_infos_sungold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  padding: 2% 7% 2% 4%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd800;
}

.home_main_section {
  z-index: auto;
  display: block;
  overflow: hidden;
height:100vh;

  margin-top: 0px;
  background-color: transparent;
}

.home_infos_section {
  position: static;
  display: block;
  overflow: hidden;
  height: 90%;
  margin-top: 90px;
}

.link_abre_kiwi {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.link_abre_kiwi:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.link_abre_kiwi.sungold {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 800;
  display: none;
}

.link_abre_kiwi.green {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 800;
  display: none;
}

.kiwi_menos {
  position: absolute;
  left: 42px;
  top: 122px;
  right: 0px;
  bottom: 0px;
  z-index: 850;
  width: 100px;
  height: 150px;
  border-radius: 100%;
  background-color: transparent;
}

.kiwi_menos.sun {
  left: 481px;
  top: 301px;
  right: 0px;
  bottom: 0px;
  z-index: 850;
}

.receitas_txt2 {
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-shadow: 0 0 25px #b8d12d;
}

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

.beneficios_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_kiwi_backup {
  position: absolute;
  display: none;
  width: 50%;
  height: 100%;
  padding: 2% 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.beneficios_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #20671e;
}

.beneficios_txt2 {
  margin-bottom: 10px;
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}

.beneficios_txt2.color1 {
  color: #ffd800;
}

.beneficios_txt2.color2 {
  color: #aad600;
  text-transform: uppercase;
}

.saude_div1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(28, 105, 25, .8);
}

.saude_div_image3 {
  width: 50%;
  height: 420px;
  float: left;
  background-color: #fafbf6;
  background-image: url('../images/potasio-kiwi.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.saude_div2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 30px 40px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.saude_grafico1 {
  width: 50%;
  float: left;
}

.saude_title {
  margin-bottom: 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.saude_div_image4 {
  width: 50%;
  height: 420px;
  float: right;
  background-color: #fafbf6;
  background-image: url('../images/control_glucemia_kiwi.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.saude_div_image2 {
  width: 50%;
  height: 420px;
  float: right;
  background-color: #fafbf6;
  background-image: url('../images/ácido-fólico-kiwi.png');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-2 {
  display: block;
  width: 170px;
  height: 90px;
  padding-top: 24px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 17px;
  line-height: auto;
  font-weight: 700;
  text-transform: uppercase;
}

.button-2:hover {
  border-bottom: 10px solid #b8d20d;
  color: #b8d20d;
}

.beneficios_txt3 {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.organic_section {
  height: auto;
  margin-top: 90px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #5da85b;
  background-image: -webkit-linear-gradient(270deg, #5da85b, #6cc26a);
  background-image: linear-gradient(180deg, #5da85b, #6cc26a);
}

.organic_div_image1 {
  width: 50%;
  height: auto;
  float: left;
  background-image: url('../images/organic_image.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kiwis_footer_img3 {
  float: right;
}

.organic_image {
  display: block;
  width: 50%;
  margin-left: 30px;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.organic_div_image2 {
  width: 50%;
  height: auto;
  float: right;
  background-image: url('../images/foto008.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
}

.image-19 {
  width: 100%;
}

.receitas_tabs {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}

.receitas_tabsmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.receitas_tablink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  margin-right: 1px;
  margin-left: 1px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b8d02e;
}

.receitas_tablink.w--current {
  background-color: #246623;
}

.receitas_tabtext {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.informacoes_section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4;
}

.informacoes_container {
  display: block;
}

.bold-text {
  font-size: 14px;
  text-transform: uppercase;
}

.bold-text-2 {
  text-transform: uppercase;
}

.conheca_div_image3 {
  width: 50%;
  height: auto;
  float: right;
  background-image: url('../images/diferencial_image.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link_text.w--current {
  color: #000;
}

.bold-text-3 {
  color: #246623;
  text-decoration: underline;
}

.saude_text1 {
  font-family: 'Neo sans std', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.text_menor {
  margin-top: 30px;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.text_menor2 {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

.referencias_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
}

.produtores_section {
  width: 100%;
  height: auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.produtores_divcolor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, .5);
}

.produtores_div_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 0%;
  margin-right: 60px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.produtor_foto1 {
  width: 50%;
  height: 370px;
  float: right;
  background-color: #afafaf;
  background-image: url('../images/produtor1.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.produtor_foto2 {
  width: 50%;
  height: 370px;
  float: left;
  background-color: #afafaf;
  background-image: url('../images/produtor2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.produtor_divtext2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 40px 10% 40px 40px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
}

.produtor_foto3 {
  width: 50%;
  height: 370px;
  float: right;
  background-color: #afafaf;
  background-image: url('../images/produtor3.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.produtor_foto4 {
  width: 50%;
  height: 370px;
  float: left;
  background-color: #afafaf;
  background-image: url('../images/produtor4.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.produtor_bold {
  color: #246623;
  text-transform: uppercase;
}

.produtor_foto5 {
  width: 50%;
  height: 370px;
  float: right;
  background-color: #afafaf;
  background-image: url('../images/produtor5.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.produtor_foto6 {
  width: 50%;
  height: 370px;
  float: left;
  background-color: #afafaf;
  background-image: url('../images/produtor6.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ondeencontrar_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.ondeencontrar_row.titulo {
  background-color: #246623;
}

.onde_column {
  padding: 10px 15px;
}

.onde_text1 {
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  text-transform: uppercase;
}

.onde_text1.color {
  color: #fff;
  font-weight: 400;
}

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

.faq_section1 {
  height: 60%;
  margin-top: 90px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.faq_heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.faq_section2 {
  width: 100%;
  padding: 50px 0px;
  background-color: #f6f9fc;
}

.faq_dropdown {
  position: relative;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #9ec720;
}

.faq_dropdown:hover {
  background-color: #f1f3e9;
}

.faq_dropdown:active {
  background-color: #f1f3e9;
}

.faq_toggle {
  position: relative;
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../img/mais_verde.svg');
  background-position: 98% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.faq_toggle:active {
  background-image: url('../img/mais_verde.svg');
  background-position: 98% 50%;
  background-size: 30px;
}

.faq_toggle.w--open {
  background-image: url('../img/MENOS.svg');
  background-size: 30px 30px;
  color: transparent;
}

.faq_list {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f1f3e9;
}

.faq_list.w--open {
  background-color: #f1f3e9;
}

.ddown-toggle-text {
  display: block;
  overflow: visible;
  width: 93%;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 18px;
  font-weight: 700;
}

.ddown-toggle-text:hover {
  color: #20671e;
}

.ddown-toggle-text:active {
  color: #20671e;
  font-weight: 700;
}

.faq_div {
  position: static;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px 25px 0px;
}

.faq_text {
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 16px;
  line-height: 20px;
}

.image-21 {
  width: 100%;
}

.image-22 {
  width: 100%;
}

.image-23 {
  width: 100%;
}

.image-24 {
  width: 100%;
}

.image-25 {
  width: 100%;
}

.sistemacultivo_titulo {
  position: relative;
  padding-top: 50px;
  padding-bottom: 190px;
  border-top: 15px solid #b8d20d;
}

.sistemacultivo_container1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sistemacultivo_title {
  display: block;
  width: 70%;
  margin: 0px auto 20px;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d20d;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.sistemacultivo_text {
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Neo sans std', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-align: center;
}

.sistemacultivo_carrossel {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #e7f1be;
}

.sistemacultivo_container2 {
  position: relative;
  top: -145px;
  margin-top: 0px;
  padding-top: 0px;
}

.carrossel_seta1 {
  width: 5%;
  background-color: transparent;
  color: #b8d20d;
}

.carrossel_seta2 {
  width: 5%;
  background-color: transparent;
  color: #b8d20d;
}

.carrossel {
  position: relative;
  height: auto;
  background-color: transparent;
}

.carrossel_mask {
  height: auto;
  margin-right: 5%;
  margin-left: 5%;
  background-color: transparent;
}

.carrossel_nav {
  display: none;
}

.carrossel_slide {
  width: 32.5%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.carrossel_div_titulo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 25px;
  padding: 25px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b8d20d;
}

.carrossel_slide_titulo {
  display: block;
  width: 70%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.carrossel_numeros {
  position: absolute;
  left: 20px;
  top: -25px;
  z-index: 500;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-top: 3px;
  border-radius: 100px;
  background-color: #20671e;
  font-family: 'Neo sans std', sans-serif;
  color: #b8d02e;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.carrossel_div_image {
  width: 100%;
  height: 250px;
  background-color: #b3b3b3;
}

.carrossel_div_image.foto01 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto02 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto03 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto04 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto05 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto06 {
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto07 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto08 {
  background-position: 100% 63%;
  background-size: auto;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto09 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto10 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto11 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.carrossel_div_image.foto12 {
  background-position: 50% 50%;
  background-size: cover;
}

.carrossel_dropdown {
  position: relative;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #9ec720;
  background-color: #b8d20d;
}

.carrossel_dropdown:hover {
  background-color: #f1f3e9;
}

.carrossel_dropdown:active {
  background-color: #f1f3e9;
}

.carrossel_dropdown_toggle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b8d20d;
  background-image: url('../images/mais_verde.svg');
  background-position: 93% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.carrossel_dropdown_toggle:hover {
  background-color: #b8d20d;
  background-position: 93% 50%;
}

.carrossel_dropdown_toggle:active {
  background-color: #b8d20d;
  background-image: url('../images/mais_verde.svg');
  background-position: 93% 50%;
  background-size: 30px;
}

.carrossel_dropdown_toggle.w--open {
  background-image: url('../images/MENOS.svg');
  background-position: 93% 50%;
  background-size: 30px 30px;
  color: transparent;
}

.carrossel_icon {
  position: absolute;
  left: 0px;
  top: 200px;
  right: 0px;
  display: block;
  margin: 0px auto;
}

.carrossel_slide_saibamais {
  display: block;
  overflow: visible;
  width: auto;
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 18px;
  font-weight: 700;
}

.carrossel_slide_saibamais:hover {
  color: #20671e;
}

.carrossel_slide_saibamais:active {
  color: #20671e;
  font-weight: 700;
}

.carrossel_open {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #b8d20d;
}

.carrossel_open.w--open {
  padding: 0px;
}

.carrossel_div_texto {
  padding: 20px;
}

.carrossel_texto {
  font-family: 'Neo sans std', sans-serif;
  color: #20671e;
  font-size: 16px;
  line-height: 20px;
}

.faq_link {
  color: #20671e;
}

.faq_link:hover {
  color: #20671e;
}

.produtores_section-copy {
  width: 100%;
  height: auto;
  margin-top: 90px;
  background-image: url('../images/produtores1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.produtores_divcolor-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, .5);
}

html.w-mod-js *[data-ix="fade-in-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="fade-in-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="fade-in-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="page-load-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

html.w-mod-js *[data-ix="page-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

html.w-mod-js *[data-ix="page-load-3"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="page-load-4"] {
  opacity: 0;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

html.w-mod-js *[data-ix="hide-modal"] {
  opacity: 0;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="hide-popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-fixed-navbar"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="accordion"] {
  display: none;
  height: 0px;
}

@media (max-width: 991px) {
  .tab-button-icon-block {
    padding-right: 24px;
    padding-left: 24px;
  }
  .fixed-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_desktop {
    position: static;
    display: block;
    height: 70px;
    text-align: center;
  }
  .header_container_desktop {
    display: block;
    width: 100%;
    float: none;
  }
  .header_brand_link {
    position: absolute;
    left: 0px;
    top: -30px;
    bottom: auto;
    z-index: 900;
    overflow: visible;
    width: auto;
    height: auto;
  }
  .header_brand_link.w--current {
    margin-left: 0px;
  }
  .header_brand {
    width: 150px;
    height: auto;
    max-width: auto;
  }
  .header_menu_btn {
    display: inline-block;
  }
  .header_menu_titles {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    background-color: #b8d20d;
    font-family: 'Neo sans std', sans-serif;
    color: #20671e;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .header_mobile_btn {
    width: 100%;
    padding: 20px 25px 15px;
    border-bottom: 1px solid #c4c4c4;
    background-color: #f6f9fc;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'Neo sans std', sans-serif;
    color: #20671e;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }
  .header_mobile_btn:hover {
    padding-top: 20px;
    background-color: #eee;
    color: #20671e;
    text-transform: uppercase;
  }
  .header_mobile {
    z-index: 1000;
    height: 70px;
    background-color: #20671e;
  }
  .menu_button {
    width: 70px;
    height: 70px;
    padding: 21px 0px 0px;
  }
  .menu_button.w--open {
    background-color: #11570f;
  }
  .footer {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_container {
    display: inline-block;
    text-align: center;
  }
  .footer_btn {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer_btn:hover {
    border-top-style: none;
  }
  .footer_div_menu {
    float: none;
  }
  .footer_div_social {
    height: auto;
    float: none;
  }
  .footer_link {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .title_greendark {
    margin-bottom: 20px;
  }
  .video_container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .razoes {
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
    float: none;
  }
  .razoes_number {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 40px;
  }
  .razoes_txt1 {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .razoes_slider {
    display: block;
    height: auto;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .razoes_slider_mask {
    height: auto;
    background-color: transparent;
    text-align: center;
  }
  .razoes_slide1 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .razoes_slide2 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .razoes_slide3 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .razoes_slide4 {
    width: auto;
    height: auto;
  }
  .razoes_slide5 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .razoes_slide6 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .razoes_slide7 {
    width: auto;
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .razoes_div_mobile {
    width: 280px;
    height: 280px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 30px 30px 0px;
    border-radius: 100%;
    background-color: #cacaca;
    text-align: center;
  }
  .razoes_div_mobile.color_green {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    height: 280px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b8cf3e;
  }
  .razoes_div_mobile.color_yellow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fdd631;
  }
  .razoes_txt2 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
  }
  .nav-menu {
    z-index: 800;
  }
  .div_kiwi_sungold {
    height: auto;
    padding-top: 0%;
    padding-left: 0%;
    float: left;
  }
  .div_kiwi_green {
    position: relative;
    height: auto;
    padding-top: 0%;
    padding-right: 0%;
    float: right;
  }
  .home_kiwi_txt3.green {
    width: 100%;
  }
  .home_kiwi_txt3.sungold {
    width: 100%;
  }
  .div_kiwi_image.sungold {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: 370px;
  }
  .div_kiwi_image.green {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: auto;
    height: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .home_kiwi_sungold {
    width: auto;
    height: auto;
    -webkit-transform: scale(1.44) translate(-70px, -28px);
    -ms-transform: scale(1.44) translate(-70px, -28px);
    transform: scale(1.44) translate(-70px, -28px);
  }
  .home_kiwi_green {
    width: auto;
    height: auto;
    -webkit-transform: scale(1.48) translate(51px, 5px);
    -ms-transform: scale(1.48) translate(51px, 5px);
    transform: scale(1.48) translate(51px, 5px);
  }
  .div_kiwi_texts {
    position: static;
    width: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .kiwis_home_mobile {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: inline-block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .mobile_div {
    position: static;
    overflow: hidden;
    width: 50%;
    height: 100%;
    float: left;
  }
  .mobile_div.sungold {
    background-color: #ffd800;
  }
  .mobile_div.green {
    background-color: #aad600;
  }
  .kiwis_mobile_saibamais {
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 15px;
    padding-top: 3px;
    padding-bottom: 0px;
    float: left;
    background-color: #20671e;
    font-family: 'Neo sans std', sans-serif;
    font-size: 16px;
    line-height: 45px;
    font-weight: 700;
  }
  .kiwis_mobile_saibamais:hover {
    color: #f6f9fc;
  }
  .sungold_section {
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .kiwi_container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sungold_div1 {
    margin-top: 0%;
  }
  .kiwi_text {
    font-size: 16px;
    line-height: 20px;
  }
  .kiwi_text.align_right {
    font-size: 16px;
    line-height: 20px;
  }
  .section_conteudo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section_conteudo.wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .green_section {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .green_div1 {
    margin-top: 0%;
  }
  .div_text2 {
    height: auto;
    padding-top: 60px;
    padding-left: 40px;
  }
  .conheca_section {
    height: 540px;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .conheca_div1 {
    width: 50%;
    margin-top: 0%;
  }
  .features {
    padding-right: 30px;
    padding-left: 30px;
  }
  .features_row {
    display: block;
  }
  .features_column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .features_text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 17px;
  }
  .produtor_divtext1 {
    padding-top: 40px;
    padding-left: 40px;
  }
  .produtor_divtext1.color1 {
    padding-top: 60px;
  }
  .produtor_divtext1.color2 {
    height: auto;
    padding-top: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div_text4 {
    height: 470px;
    padding-top: 40px;
    padding-right: 40px;
  }
  .div_text4.color {
    padding-bottom: 40px;
  }
  .div_text4.color2 {
    height: auto;
  }
  .kiwis_footer_link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .saude_section {
    margin-top: 0px;
    background-position: 100% 50%;
  }
  .saude_container1 {
    position: static;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .saude_container2 {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sistema_section {
    margin-top: 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .sistema_divcolor {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .sistema_div_text {
    width: auto;
    margin-right: 0px;
  }
  .sistema_text1 {
    font-size: 16px;
    line-height: 20px;
  }
  .div_text1 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .green_div_image1 {
    background-position: 100% 50%;
  }
  .conheca_container {
    height: 100%;
  }
  .conheca_div_image1 {
    height: auto;
  }
  .conheca_div_image2 {
    height: auto;
  }
  .saude_div_image1 {
    background-position: 70% 50%;
  }
  .div_text5.color {
    height: auto;
    padding-top: 40px;
    padding-right: 40px;
  }
  .saude_heading {
    width: auto;
    text-align: left;
  }
  .sistema_div_image1 {
    height: auto;
  }
  .sistema_div_image2 {
    height: auto;
  }
  .sistema_div_image3 {
    height: auto;
  }
  .section_tags {
    padding-right: 40px;
    padding-left: 40px;
  }
  .tags_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    float: left;
  }
  .tags_div.color1 {
    float: left;
  }
  .tags_div.color2 {
    float: left;
  }
  .tags_divs {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .sistema_div_size1 {
    width: 25%;
    height: 300px;
    padding-left: 0px;
  }
  .sistema_div_size2 {
    width: 25%;
    height: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sistema_div_size3 {
    width: 25%;
    height: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sistema_div_size4 {
    width: 25%;
    height: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .inovacao_section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .historia_section {
    margin-top: 0px;
  }
  .historia_section2 {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
  .historia_div1 {
    width: 50%;
  }
  .tempo_txt {
    width: 100%;
  }
  .tempo_txt.align2 {
    margin-left: 0%;
    float: none;
  }
  .tempo_txt.align3 {
    width: 100%;
    margin-left: 0%;
  }
  .tempo_txt.align4 {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .tempo_txt.align5 {
    width: 100%;
    float: none;
  }
  .tempo_txt.align6 {
    width: 100%;
  }
  .receitas_section {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .receitas_title {
    text-shadow: 0 0 25px #b8d12d;
  }
  .receitas_lista_section {
    padding: 40px 30px 20px;
  }
  .receitas_column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .receitas_titulo {
    height: 90px;
    padding-top: 15px;
  }
  .receitas_link {
    text-decoration: none;
  }
  .receita_section {
    margin-top: 0px;
  }
  .receita_seta_link.esquerda {
    width: 20%;
  }
  .receita_seta_link.direita {
    width: 20%;
  }
  .receita_div_image.receita1 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita2 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita3 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita4 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita5 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita6 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita7 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita8 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita9 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita10 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita11 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita12 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita13 {
    width: 50%;
    height: auto;
  }
  .receita_div_image.receita14 {
    width: 50%;
  }
  .receita_div_image.receita15 {
    width: 50%;
  }
  .receita_div_image.receita16 {
    width: 50%;
  }
  .receita_div_image.receita17 {
    width: 50%;
  }
  .receita_div_image.receita18 {
    width: 50%;
  }
  .receita_div_text1 {
    width: 50%;
    height: auto;
  }
  .receita_div_text1.size2 {
    width: 50%;
    height: auto;
  }
  .receita_div_text1.size3 {
    height: auto;
  }
  .receita_div_text2 {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .receita_div_text2.size3 {
    height: auto;
  }
  .receita_text {
    text-align: left;
  }
  .receita_text.size2 {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .conservar_section {
    height: 60%;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .conservar_div1 {
    width: 50%;
  }
  .conservar_section2 {
    padding-right: 40px;
    padding-left: 20px;
  }
  .conservar_container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conservar_title1 {
    text-align: center;
  }
  .conservar_title1.type1 {
    text-align: right;
  }
  .conservar_title1.type2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .conservar_title1.white {
    text-align: left;
  }
  .conservar_title1.white.type1 {
    text-align: right;
  }
  .conservar_text2 {
    text-align: center;
  }
  .conservar_text2.white {
    text-align: left;
  }
  .conservar_div2 {
    margin-left: 20px;
  }
  .conservar_div3 {
    padding-left: 50px;
    text-align: right;
  }
  .conservar_div4 {
    padding-right: 50px;
    text-align: left;
  }
  .contato_section {
    margin-top: 0px;
  }
  .contato_section2 {
    padding: 50px 40px 40px;
  }
  .contato_container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contato_form {
    width: 70%;
  }
  .image-15 {
    width: 30%;
  }
  .textfield.halfsize1 {
    width: 100%;
  }
  .textfield.area {
    width: 100%;
  }
  .contato_btn {
    width: 100%;
  }
  .comentarios_section {
    margin-top: 0px;
  }
  .comerciantes_section {
    margin-top: 0px;
  }
  .receitas_txt2 {
    text-shadow: 0 0 25px #b8d12d;
  }
  .saude_div1 {
    width: 50%;
  }
  .saude_div_image3 {
    height: 450px;
    background-position: 50% 50%;
  }
  .saude_div2 {
    padding-right: 40px;
  }
  .saude_div_image4 {
    height: 450px;
    background-position: 50% 50%;
  }
  .saude_div_image2 {
    height: 420px;
    background-position: 50% 50%;
  }
  .organic_section {
    margin-top: 0px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .organic_div_image1 {
    height: auto;
  }
  .organic_div_image2 {
    height: auto;
    background-position: 100% 50%;
  }
  .receitas_tabsmenu {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .receitas_tablink {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .receitas_tabtext {
    text-align: center;
  }
  .informacoes_section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .conheca_div_image3 {
    height: auto;
  }
  .text_menor2 {
    font-size: 12px;
    line-height: 16px;
  }
  .referencias_section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .produtores_section {
    margin-top: 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .produtores_divcolor {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .produtores_div_text {
    width: auto;
    margin-right: 0px;
  }
  .produtor_foto1 {
    height: auto;
  }
  .produtor_foto2 {
    height: auto;
  }
  .produtor_divtext2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .produtor_foto3 {
    height: auto;
  }
  .produtor_foto4 {
    height: auto;
  }
  .produtor_foto5 {
    height: auto;
  }
  .produtor_foto6 {
    height: auto;
  }
  .ondeencontrar_row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .onde_section {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .faq_section1 {
    height: 60%;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    background-position: 50% 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .faq_toggle {
    display: block;
    width: 100%;
    margin-right: 30px;
    margin-left: auto;
    padding-left: 30px;
    background-position: 96% 50%;
    text-align: left;
  }
  .faq_toggle:active {
    background-position: 96% 50%;
  }
  .faq_toggle.w--open {
    background-image: url('../img/MENOS.svg');
    background-position: 96% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .ddown-toggle-text {
    position: static;
    display: block;
    overflow: visible;
    width: 90%;
    float: none;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
  }
  .faq_div {
    width: 100%;
    padding-right: 60px;
    padding-left: 30px;
  }
  .sistemacultivo_titulo {
    padding-right: 30px;
    padding-left: 30px;
  }
  .sistemacultivo_title {
    width: 100%;
  }
  .sistemacultivo_text {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .carrossel_slide_titulo {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .carrossel_div_image {
    height: 200px;
  }
  .carrossel_dropdown_toggle {
    display: block;
    width: 100%;
    margin-right: 30px;
    margin-left: auto;
    padding-left: 20px;
    background-position: 92% 50%;
    text-align: left;
  }
  .carrossel_dropdown_toggle:hover {
    background-position: 92% 50%;
  }
  .carrossel_dropdown_toggle:active {
    background-position: 92% 50%;
  }
  .carrossel_dropdown_toggle.w--open {
    padding-left: 20px;
    background-image: url('../img/MENOS.svg');
    background-position: 92% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .carrossel_slide_saibamais {
    position: static;
    display: inline-block;
    overflow: visible;
    width: auto;
    float: none;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
  }
  .produtores_section-copy {
    margin-top: 0px;
    background-size: cover;
    background-attachment: scroll;
  }
  .produtores_divcolor-copy {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .footer-title {
    width: 90%;
  }
  .popup-modal {
    display: block;
    width: 95%;
    height: auto;
  }
  .popup-column-block {
    width: 100%;
    height: auto;
    float: none;
  }
  .popup-column-block.content-column-block {
    width: 100%;
    height: auto;
    padding: 30px;
    float: none;
  }
  .popup-image-overlay-block {
    position: static;
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  .header_container_desktop {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header_brand_link {
    padding-left: 0px;
  }
  .header_brand_link.w--current {
    margin-left: 0px;
  }
  .header_menu_titles {
    padding-right: 25px;
    padding-left: 25px;
    text-align: right;
  }
  .header_mobile_btn {
    border-bottom-color: #e4e4e4;
    text-align: right;
  }
  .header_mobile {
    z-index: 1000;
  }
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer_container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_div_menu {
    display: inline-block;
    float: none;
  }
  .footer_div_social {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .video {
    padding: 40px 30px;
  }
  .title_greendark {
    margin-bottom: 20px;
  }
  .razoes {
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .razoes_number {
    font-size: 40px;
  }
  .razoes_txt1 {
    font-size: 18px;
  }
  .razoes_slide1 {
    width: auto;
  }
  .razoes_slide2 {
    width: auto;
  }
  .razoes_slide3 {
    width: auto;
  }
  .razoes_slide4 {
    width: auto;
  }
  .razoes_slide5 {
    width: auto;
  }
  .razoes_slide6 {
    width: auto;
  }
  .razoes_slide7 {
    width: auto;
  }
  .razoes_div_mobile {
    width: 280px;
    height: 280px;
  }
  .razoes_txt2 {
    font-size: 16px;
    line-height: 18px;
  }
  .nav-menu {
    z-index: 800;
  }
  .comentarios {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .comentarios_column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div_kiwi_image.sungold {
    height: 280px;
  }
  .div_kiwi_image.green {
    height: 280px;
  }
  .sungold_section {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .kiwi_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sungold_div1 {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 30px;
  }
  .kiwi_text {
    text-align: center;
  }
  .kiwi_text.align_right {
    text-align: center;
  }
  .kiwi_text.right {
    text-align: center;
  }
  .sungold_image {
    width: 80%;
    margin-left: 0px;
    float: none;
  }
  .section_conteudo {
    display: block;
  }
  .green_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .green_div1 {
    width: 100%;
    margin-bottom: 0px;
    float: none;
  }
  .green_image {
    width: 80%;
    float: none;
  }
  .div_text2 {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .div_text2.grey {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conheca_section {
    height: auto;
    padding-top: 250px;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 0px 50%;
  }
  .conheca_div1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: left;
  }
  .features {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .features_column {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 20px;
  }
  .features_text {
    margin-bottom: 0px;
  }
  .kiwi_title2 {
    text-align: center;
  }
  .kiwi_title2.right {
    text-align: center;
  }
  .produtor_divtext1 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .produtor_divtext1.color1 {
    display: block;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .produtor_divtext1.color2 {
    height: auto;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div_text4 {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div_text4.color {
    padding-top: 40px;
  }
  .div_text4.color2 {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kiwis_footer {
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
  .kiwis_footer_link {
    width: auto;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    float: none;
  }
  .kiwis_footer_link.left {
    float: left;
  }
  .kiwis_footer_link.right {
    float: right;
  }
  .saude_section {
    height: auto;
    padding-top: 250px;
    background-position: 85% 50%;
  }
  .saude_container1 {
    height: auto;
    margin-top: 0px;
  }
  .saude_container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sistema_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 510px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .sistema_divcolor {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sistema_div_text {
    margin-top: 0%;
    float: none;
  }
  .sistema_heading {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .sistema_text1 {
    text-align: center;
  }
  .sungold_container1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sungold_heading {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .sungold_text1 {
    text-align: center;
  }
  .sungold_div_image1 {
    width: 100%;
    height: 320px;
  }
  .div_text1 {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div_text1.grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div_text1.grey.center {
    display: block;
  }
  .green_text1 {
    text-align: center;
  }
  .green_heading {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .green_div_image1 {
    width: 100%;
    height: 320px;
  }
  .conheca_container {
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .conheca_div_image1 {
    width: 100%;
    height: 320px;
  }
  .conheca_text {
    text-align: center;
  }
  .conheca_heading {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .conheca_div_image2 {
    width: 100%;
    height: 320px;
  }
  .saude_div_image1 {
    width: 100%;
    height: 320px;
  }
  .div_text5.color {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kiwi_title_white {
    text-align: center;
  }
  .saude_heading {
    width: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    float: none;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .sistema_div_image1 {
    width: 100%;
    height: auto;
  }
  .sistema_div_image2 {
    width: 100%;
    height: auto;
  }
  .sistema_div_image3 {
    width: 100%;
    height: auto;
  }
  .section_tags {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tags_div {
    display: block;
    float: left;
  }
  .tags_div.color1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tags_div.color2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tags_divs {
    display: block;
    float: none;
    text-align: center;
  }
  .sistema_div_size1 {
    width: 50%;
    height: 200px;
  }
  .sistema_div_size2 {
    width: 50%;
    height: 200px;
  }
  .sistema_div_size3 {
    width: 50%;
    height: 200px;
  }
  .sistema_div_size4 {
    width: 50%;
    height: 200px;
  }
  .sistema_text3 {
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .historia_section {
    position: static;
    display: block;
    height: auto;
    padding-top: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .historia_section2 {
    height: auto;
    padding-top: 200px;
    padding-bottom: 40px;
    background-position: 0px 0px;
  }
  .historia_div1 {
    width: auto;
    margin-top: auto;
    float: right;
  }
  .tempo_section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .tempo_ano_btn {
    padding-right: 10px;
    padding-left: 10px;
  }
  .receitas_section {
    height: 40%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .receitas_lista_section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .receitas_titulo {
    height: 110px;
  }
  .receitas_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
    
    
.receita_div_image {

    width: 100%;
}
    
  .receitas_link {
    text-decoration: none;
  }
  .receita_seta_link.esquerda {
    width: 40%;
  }
  .receita_seta_link.direita {
    width: 40%;
  }
  .receita_div_image.receita1 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita2 {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .receita_div_image.receita3 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita4 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita5 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita6 {
    width: 100%;
    height: 300px;
    background-image: url('../images/receita6.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .receita_div_image.receita7 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita8 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita9 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita10 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita11 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita12 {
    width: 100%;
    height: 300px;
    background-image: url('../images/receita6.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .receita_div_image.receita13 {
    width: 100%;
    height: 300px;
    background-image: url('../images/receita6.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .receita_div_image.receita14 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita15 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita16 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita17 {
    width: 100%;
    height: 300px;
  }
  .receita_div_image.receita18 {
    width: 100%;
    height: 300px;
  }
  .receita_div_text1 {
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .receita_div_text1.size2 {
    width: 100%;
    height: auto;
  }
  .receita_div_text2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .receita_text {
    text-align: center;
      
     width: 100%
  }
  .conservar_section {
    height: 40%;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .conservar_heading {
    font-size: 40px;
    line-height: 40px;
  }
  .conservar_div1 {
    width: 50%;
    height: 100%;
    padding-top: 40px;
  }
  .conservar_section2 {
    padding-top: 40px;
    padding-right: 40px;
  }
  .conservar_section2.grey {
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .image-13 {
    width: 50%;
  }
  .conservar_title1 {
    margin-bottom: 10px;
    text-align: center;
  }
  .conservar_title1.type1 {
    text-align: center;
  }
  .conservar_title1.type2 {
    margin-bottom: 20px;
  }
  .conservar_title1.white {
    text-align: center;
  }
  .conservar_title1.white.type1 {
    text-align: center;
  }
  .conservar_text2 {
    text-align: center;
  }
  .conservar_text2.type1 {
    text-align: center;
  }
  .conservar_text2.white {
    text-align: center;
  }
  .conservar_text2.white.type1 {
    text-align: center;
  }
  .conservar_div2 {
    margin-left: 10px;
  }
  .image-14 {
    width: 50%;
  }
  .conservar_section3 {
    display: block;
  }
  .conservar_div3 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conservar_div4 {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contato_section {
    height: 340px;
  }
  .contato_title {
    font-size: 40px;
    line-height: 40px;
  }
  .contato_form {
    width: auto;
    margin-left: 0px;
  }
  .comentarios_section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .comerciantes_section {
    height: 40%;
    background-attachment: scroll;
  }
  .beneficios_section {
    padding: 40px 20px;
  }
  .beneficios_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .beneficios_tag {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
  }
  .saude_div1 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .saude_div_image3 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .saude_div2 {
    width: auto;
    padding: 0px;
  }
  .saude_grafico1 {
    width: 80%;
    margin-top: 20px;
    float: none;
  }
  .saude_title {
    margin-top: 0px;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .saude_div_image4 {
    width: 100%;
    height: 300px;
  }
  .saude_div_image2 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .organic_section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .organic_div_image1 {
    width: 100%;
    height: 320px;
  }
  .organic_image {
    width: 80%;
    margin-left: 0px;
    float: none;
  }
  .organic_div_image2 {
    width: 100%;
    height: 320px;
  }
  .receitas_tabsmenu {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .receitas_tablink {
    height: 50px;
    margin-bottom: 2px;
  }
  .receitas_tabtext {
    text-align: center;
  }
  .informacoes_section {
    padding: 40px 30px;
  }
  .conheca_div_image3 {
    width: 100%;
    height: 320px;
  }
  .saude_text1 {
    text-align: center;
  }
  .text_menor {
    text-align: center;
  }
  .text_menor2 {
    text-align: center;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .produtores_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 250px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/produtores1.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }
  .produtores_divcolor {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .produtores_div_text {
    margin-top: 0%;
    float: none;
  }
  .produtor_foto1 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .produtor_foto2 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .produtor_divtext2 {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .produtor_foto3 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .produtor_foto4 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .produtor_foto5 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .produtor_foto6 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }
  .ondeencontrar_row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .onde_column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .onde_section {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
  }
  .faq_section1 {
    height: auto;
    padding-top: 250px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .faq_heading {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .faq_section2 {
    padding-top: 30px;
  }
  .ddown-toggle-text {
    display: inline-block;
    overflow: visible;
    width: 87%;
    padding-right: 0px;
    font-family: 'Neo sans std', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
  }
  .sistemacultivo_title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .sistemacultivo_text {
    text-align: center;
  }
  .sistemacultivo_carrossel {
    padding-right: 20px;
    padding-left: 20px;
  }
  .carrossel_seta1 {
    width: 40px;
  }
  .carrossel_seta2 {
    width: 40px;
  }
  .carrossel_mask {
    margin-right: 40px;
    margin-left: 40px;
  }
  .carrossel_slide {
    width: 49%;
  }
  .carrossel_slide_titulo {
    text-align: center;
  }
  .carrossel_slide_saibamais {
    display: inline-block;
    overflow: visible;
    width: 87%;
    padding-right: 0px;
    font-family: 'Neo sans std', sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
  }
  .produtores_section-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 250px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/produtores1.jpg');
  }
  .produtores_divcolor-copy {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .footer-logo {
    height: 20px;
    margin-bottom: 20px;
  }
  .footer-title {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-nav-link {
    display: block;
    margin-top: 8px;
  }
  .tab-button-title {
    margin-top: 15px;
  }
  .popup-modal {
    width: 90%;
  }
  .popup-column-block.content-column-block {
    padding: 20px;
  }
  .popup-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .popup-title.intro-title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }
  .field {
    height: 40px;
  }
  .popup-image-overlay-block {
    padding: 20px;
  }
  .overlay-title {
    font-size: 17px;
    line-height: 10px;
  }
  .overlay-title.subtitle {
    margin-top: 6px;
  }
  .header_container_desktop {
    margin-right: 0px;
    margin-left: 0px;
  }
  .header_brand_link {
    z-index: 900;
    padding-left: 0px;
  }
  .header_menu_titles {
    background-color: #b8d20d;
  }
  .header_mobile_btn {
    width: 100%;
    text-align: right;
  }
  .header_mobile {
    z-index: 1000;
  }
  .footer {
    padding-top: 20px;
  }
  .footer_btn {
    display: block;
    float: none;
    line-height: 50px;
  }
  .footer_div_social {
    margin-top: 0px;
  }
  .video {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title_greendark {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 26px;
  }
  .razoes {
    position: static;
    display: block;
    width: auto;
    padding-top: 40px;
    float: none;
  }
  .razoes_number {
    font-size: 40px;
  }
  .razoes_txt1 {
    font-size: 18px;
  }
  .razoes_slide1 {
    width: 100%;
    text-align: center;
  }
  .razoes_slide2 {
    width: 100%;
  }
  .razoes_slide3 {
    width: 100%;
  }
  .razoes_slide4 {
    width: 100%;
  }
  .razoes_slide5 {
    width: 100%;
  }
  .razoes_slide6 {
    width: 100%;
  }
  .razoes_slide7 {
    width: 100%;
  }
  .razoes_div_mobile {
    display: block;
    width: 280px;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .razoes_txt2 {
    font-size: 16px;
    line-height: 18px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 70px;
    right: 0px;
    z-index: 800;
  }
  .comentarios {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tab_link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .tab_link_label {
    text-align: center;
  }
  .tab_pane {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .comentarios_imagemvideo {
    width: 100%;
  }
  .home_kiwi_txt1.green {
    float: none;
    text-align: center;
  }
  .home_kiwi_txt1.sungold {
    float: none;
    text-align: center;
  }
  .home_kiwi_txt2.green {
    float: none;
    clear: none;
    text-align: center;
  }
  .home_kiwi_txt2.sungold {
    float: none;
    clear: none;
    text-align: center;
  }
  .home_kiwi_cobrinha.green {
    float: none;
    clear: none;
    text-align: center;
  }
  .home_kiwi_cobrinha.sungold {
    display: inline-block;
    float: none;
    clear: none;
  }
  .home_kiwi_txt3.green {
    float: none;
    clear: none;
    text-align: center;
  }
  .home_kiwi_txt3.sungold {
    float: none;
    clear: none;
    text-align: center;
  }
  .div_kiwi_image.sungold {
    overflow: visible;
    height: auto;
  }
  .div_kiwi_image.green {
    height: 300px;
  }
  .info_txt {
    width: 100%;
    float: none;
  }
  .info_nutricional {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .div_kiwi_texts {
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    text-align: center;
  }
  .kiwis_home_mobile {
    position: static;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
  }
  .mobile_div.sungold {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    float: none;
  }
  .mobile_div.green {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px;
    float: none;
  }
  .kiwis_mobile_saibamais {
    display: block;
    height: 45px;
    margin-top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #20671e;
    font-family: 'Neo sans std', sans-serif;
    font-size: 16px;
    line-height: 45px;
    text-transform: uppercase;
  }
  .sungold_section {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .kiwi_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kiwi_text {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .kiwi_text.align_right {
    text-align: center;
  }
  .sungold_image {
    width: 100%;
  }
  .section_conteudo {
    display: block;
  }
  .section_conteudo.reverse {
    display: block;
  }
  .green_section {
    padding: 50px 20px 20px;
  }
  .green_image {
    width: 100%;
    margin-right: 0px;
  }
  .div_text2 {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .conheca_section {
    height: auto;
    background-position: top center;
    background-size: cover;
  }
  .conheca_div1 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .features {
    padding-top: 30px;
  }
  .features_column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .features_text {
    font-size: 16px;
    line-height: 20px;
  }
  .produtor_divtext1.color1 {
    display: block;
  }
  .kiwis_footer {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .kiwis_footer_text {
    margin-top: 15px;
  }
  .kiwis_footer_link.left {
    margin-bottom: 20px;
    float: none;
  }
  .kiwis_footer_link.right {
    float: none;
  }
  .saude_section {
    height: auto;
    padding-top: 250px;
    background-position: 88% 50%;
    background-size: cover;
  }
  .saude_container1 {
    position: relative;
    height: auto;
    margin-top: 0px;
  }
  .sistema_section {
    height: 510px;
  }
  .sistema_divcolor {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .sistema_heading {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  .sistema_text1 {
    text-align: center;
  }
  .sungold_div_image1 {
    height: 320px;
  }
  .div_text1.grey {
    padding-top: 40px;
  }
  .green_div_image1 {
    height: 320px;
  }
  .conheca_container {
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .conheca_div_image1 {
    height: 320px;
  }
  .conheca_text {
    text-align: center;
  }
  .conheca_heading {
    text-align: center;
  }
  .conheca_div_image2 {
    height: 320px;
  }
  .saude_div_image1 {
    height: 320px;
    background-position: 76% 50%;
  }
  .saude_heading {
    text-align: center;
  }
  .sistema_div_image1 {
    height: 300px;
  }
  .sistema_div_image2 {
    height: 300px;
  }
  .sistema_div_image3 {
    height: 300px;
  }
  .section_tags {
    padding: 40px 20px 60px;
  }
  .tags_div {
    float: none;
  }
  .tags_div.color1 {
    margin-bottom: -20px;
    float: none;
  }
  .tags_div.color2 {
    margin-bottom: -20px;
    float: none;
  }
  .tags_divs {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .title_black {
    font-size: 20px;
    line-height: 22px;
  }
  .sistema_div_size1 {
    width: 100%;
    height: auto;
    padding: 30px 30px 10px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sistema_div_size2 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sistema_div_size3 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sistema_div_size4 {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sistema_text2 {
    text-align: center;
  }
  .inovacao_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sistema_text3 {
    text-align: center;
  }
  .historia_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
  }
  .historia_section2 {
    padding-right: 30px;
    padding-left: 30px;
    background-position: 50% 0px;
    background-size: 600px;
  }
  .tempo_section {
    margin-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tempo_ano_btn {
    padding-right: 5px;
    padding-left: 5px;
    background-size: 25px 25px;
  }
  .tempo_ano_txt {
    font-size: 14px;
    line-height: 18px;
  }
  .tempo_txt.align5 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }
  .receitas_section {
    height: auto;
    padding-top: 250px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .receitas_lista_section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .receitas_row {
    margin-bottom: 0px;
  }
  .receitas_column {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .receitas_titulo {
    height: auto;
    padding-bottom: 15px;
  }
  .receitas_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
  }
  .receitas_link {
    display: block;
    overflow: visible;
    float: none;
    text-decoration: none;
  }
  .receita_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .receita_title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .receita_seta_link.esquerda {
    position: absolute;
    left: 10%;
    top: 25%;
    bottom: 0%;
    width: auto;
    height: 30px;
    margin-right: 0px;
    margin-left: -20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .receita_seta_link.direita {
    position: absolute;
    top: 25%;
    right: 10%;
    bottom: 0%;
    width: auto;
    height: 30px;
    margin-top: 0px;
    margin-right: -20px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .receita_div_image.receita1 {
    width: 100%;
    height: 300px;
  }
  .receita_div_text1 {
    width: 100%;
    height: auto;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .receita_div_text2 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .receita_text {
    text-align: center;
  }
  .conservar_section {
    height: auto;
    padding-top: 250px;
  }
  .conservar_container {
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .conservar_heading {
    text-align: center;
  }
  .conservar_text1 {
    text-align: center;
  }
  .conservar_div1 {
    width: 100%;
    height: auto;
  }
  .conservar_section2 {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .conservar_section2.grey {
    display: block;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .conservar_container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-13 {
    width: 100%;
  }
  .image-14 {
    width: 100%;
  }
  .contato_section {
    height: 420px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .contato_section2 {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .comentarios_section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .comerciantes_section {
    height: auto;
    padding-top: 250px;
  }
  .comentarios2 {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .beneficios_section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .beneficios_div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .beneficios_tag {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .saude_div1 {
    position: relative;
    width: 100%;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .saude_div_image3 {
    width: 100%;
    height: 300px;
  }
  .saude_div2 {
    float: none;
  }
  .saude_grafico1 {
    width: 100%;
  }
  .saude_title {
    margin-top: 0px;
  }
  .saude_div_image4 {
    height: 300px;
    background-position: 0px 50%;
    background-size: cover;
  }
  .saude_div_image2 {
    height: 300px;
  }
  .organic_section {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .organic_div_image1 {
    height: 370px;
  }
  .organic_image {
    width: 100%;
  }
  .organic_div_image2 {
    height: 320px;
  }
  .receitas_tabsmenu {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .receitas_tablink {
    height: 50px;
    margin-bottom: 2px;
  }
  .receitas_tablink.w--current {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .informacoes_section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .conheca_div_image3 {
    height: 320px;
  }
  .bold-text-3 {
    color: #20671e;
  }
  .saude_text1 {
    text-align: center;
  }
  .text_menor2 {
    text-align: center;
  }
  .referencias_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .produtores_section {
    height: auto;
    padding-top: 250px;
    padding-bottom: 0px;
    background-color: #26432a;
    background-position: 50% 100%;
    background-size: auto 800px;
  }
  .produtores_divcolor {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .produtor_foto1 {
    height: 300px;
  }
  .produtor_foto2 {
    height: 300px;
  }
  .produtor_foto3 {
    height: 300px;
  }
  .produtor_foto4 {
    height: 300px;
  }
  .produtor_foto5 {
    height: 300px;
  }
  .produtor_foto6 {
    height: 300px;
  }
  .ondeencontrar_row {
    margin-top: 0px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .onde_column {
    padding: 0px 10px;
  }
  .onde_text1 {
    font-size: 14px;
    line-height: 20px;
  }
  .onde_section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq_section1 {
    height: auto;
    padding-top: 250px;
    background-position: -70px 50%;
  }
  .faq_heading {
    text-align: center;
  }
  .faq_section2 {
    padding-top: 30px;
  }
  .faq_toggle {
    padding-right: 60px;
    padding-left: 20px;
    background-image: url('../img/mais_verde.svg');
    background-position: 93% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }
  .faq_toggle:active {
    background-position: 93% 50%;
  }
  .faq_toggle.w--open {
    background-image: url('../img/MENOS.svg');
    background-position: 93% 50%;
    background-size: 30px;
  }
  .ddown-toggle-text {
    overflow: visible;
    width: 98%;
  }
  .faq_div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sistemacultivo_titulo {
    padding-bottom: 180px;
  }
  .sistemacultivo_title {
    text-align: center;
  }
  .sistemacultivo_text {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .sistemacultivo_carrossel {
    padding-right: 0px;
    padding-left: 0px;
  }
  .carrossel_slide {
    width: 100%;
  }
  .carrossel_slide_titulo {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .carrossel_dropdown_toggle {
    padding-right: 60px;
    padding-left: 20px;
    background-image: url('../img/mais_verde.svg');
    background-position: 93% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
  }
  .carrossel_dropdown_toggle:hover {
    background-position: 93% 50%;
  }
  .carrossel_dropdown_toggle:active {
    background-position: 93% 50%;
  }
  .carrossel_dropdown_toggle.w--open {
    background-image: url('../img/MENOS.svg');
    background-position: 93% 50%;
    background-size: 30px;
  }
  .carrossel_slide_saibamais {
    overflow: visible;
    width: 98%;
  }
  .produtores_section-copy {
    height: auto;
    padding-top: 300px;
    padding-bottom: 0px;
    background-position: 50% 0px;
    background-size: auto 300px;
  }
  .produtores_divcolor-copy {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #134412;
  }
}

@font-face {
  font-family: 'Neo sans std';
  src: url('../fonts/Neo-Sans-Std-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neo sans std';
  src: url('../fonts/Neo-Sans-Std-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Neo sans std';
  src: url('../fonts/Neo-Sans-Std-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}