#totem-form {
  width: 100%;
  min-height: 770px;
  height: auto;
}

@media only screen and (max-width: 425px) {
  #totem-form {
    min-height: 825px;
  }
}

@media only screen and (max-width: 380px) {
  #totem-form {
    min-height: 905px;
  }
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

a {
  color: #fff;
  text-decoration: none;
}

.container-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8em 2.2em;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/textura-menu.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.brand {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
}

.navbar {
  margin-top: 2em;
  -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;
}

.body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
}

.nav-link {
  padding: 13px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #06669c;
  font-size: 0.9em;
  font-weight: 600;
}

.nav-link:hover {
  color: #d98722;
}

.nav-link.w--current {
  color: #d98722;
}

.link-block {
  width: 38px;
  height: 38px;
  margin-right: 0px;
  margin-left: 12px;
  background-image: url('../images/icon-ig.svg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin-top: -110px;
  margin-right: auto;
  margin-left: auto;
}

.botao-flutuante {
  position: -webkit-sticky;
  position: sticky;
  top: 48vh;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 148px;
  margin-right: 24px;
  margin-left: auto;
  padding: 10px 23px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #d98722;
  font-size: 0.8em;
  line-height: 1.1em;
}

.section {
  width: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.section.h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -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;
}

.section.expand {
  max-width: 1143px;
}

.grid {
  padding: 3em 4.5em;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  font-family: Lunchbox, sans-serif;
  color: #00659e;
  font-size: 3.6em;
  line-height: 0.9em;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-2.cta {
  margin-bottom: 81px;
}

.heading-2.cookbook {
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: transparent;
  color: #fff;
}

.heading-2.questoes {
  width: auto;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  background-color: transparent;
  color: #fff;
}

.text-block-2 {
  color: #232f5f;
  font-size: 1.2em;
  line-height: 1.3em;
}

.grid-2 {
  padding-top: 2.3em;
  padding-bottom: 2.3em;
  padding-left: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  line-height: 1.4em;
}

.div-block {
  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-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;
  font-family: Lunchbox, sans-serif;
  color: #00659e;
  font-size: 1.5em;
  text-align: center;
}

.text-block-3 {
  color: #939598;
  font-size: 0.7em;
  line-height: 1.1em;
  text-align: right;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.5em;
  padding-left: 3.5em;
  -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;
}

.div-block-2.v {
  -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;
}

.slide {
  width: 33%;
}

.wrap-slide-produtos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 547px;
  padding-right: 4.5em;
  padding-left: 4.5em;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/card-bg1.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.wrap-slide-produtos._2 {
  background-image: url('../images/card-bg2.png');
}

.wrap-slide-produtos._3 {
  background-image: url('../images/card-bg3.png');
}

.wrap-slide-produtos._4 {
  background-image: url('../images/card-bg4.png');
}

.slider {
  height: 547px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.heading-3 {
  font-family: LunchBox, sans-serif;
  font-size: 2em;
}

.image-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 41px;
}

.image-4 {
  max-width: 150px;
}

.arrow {
  max-height: 40px;
}

.left-arrow {
  left: 24px;
  top: -40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 53px;
  -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: 100px;
  background-color: rgba(199, 200, 202, 0.9);
}

.left-arrow.hide {
  display: none;
}

.left-arrow.ident-left {
  left: 0px;
  top: -20px;
}

.right-arrow {
  top: -40px;
  right: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 53px;
  height: 53px;
  -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: 100px;
  background-color: rgba(199, 200, 202, 0.9);
}

.right-arrow.ingredientes {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.right-arrow.ident-right {
  top: -20px;
  right: 0px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 39px;
  padding-right: 68px;
  padding-left: 68px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-silk-vai-bem.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.wrap-produtos {
  position: relative;
  width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lunchbox, sans-serif;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  white-space: nowrap;
}

.wrap-produtos.silk-shake {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-produtos.silk-cake {
  left: -33px;
  top: 112px;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-produtos.smoothie {
  left: -39px;
  top: -46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrap-produtos.silk-coffe {
  bottom: -65px;
  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-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;
}

.titulo-produto.milk-shake {
  margin-right: -48px;
}

.titulo-produto.silk-cake {
  margin-bottom: -32px;
  margin-left: 34px;
}

.titulo-produto.smoothie {
  margin-right: -25px;
}

.titulo-produto.silk-coffee {
  text-align: center;
}

.milk-shake-img {
  min-width: 230px;
}

.silk-cake-img {
  min-width: 399px;
}

.smoothie-img {
  min-width: 232px;
}

.silk-coffe-img {
  min-width: 361px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Lunchbox, sans-serif;
  color: #06669c;
  font-size: 4.2em;
  font-weight: 400;
}

.div-block-5:hover {
  color: #00b3ab;
}

.div-block-5.white {
  margin-top: 12px;
  color: #fff;
}

.div-block-5.white:hover {
  color: #a2d45e;
}

.text-block-4 {
  margin-left: 10px;
  line-height: 1em;
}

.slider-2 {
  width: 100%;
  background-color: transparent;
}

.wrap-slide-receitas {
  position: relative;
  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-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;
  color: #00b3ab;
  font-size: 1.1em;
  font-weight: 600;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 7%;
  padding-left: 7%;
  -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;
}

.title-receita {
  font-family: Lunchbox, sans-serif;
  color: #00659f;
  font-size: 2.2em;
  line-height: 1em;
  font-weight: 400;
}

.text-receita {
  margin-top: 10px;
  margin-bottom: 35px;
  color: #00b3ab;
  font-size: 1em;
  font-weight: 600;
}

.slider-3 {
  min-height: 420px;
  background-color: transparent;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.slider-4 {
  width: 100%;
  height: 150px;
  padding-right: 31px;
  padding-left: 31px;
  -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;
}

.slide-nav-2 {
  display: none;
}

.collun._40 {
  width: 40%;
}

.collun._40.bg {
  background-image: url('../images/amendoa.png');
  background-position: 100% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.collun._50 {
  width: 50%;
}

.collun._60 {
  width: 60%;
}

.collun._50.slide-sustent {
  height: 100%;
  padding-top: 24px;
  padding-left: 22px;
}

.slide-3 {
  width: 25%;
}

.slide-2 {
  width: 33.33%;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -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-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -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;
}

.field-label {
  margin-bottom: 0px;
  color: #00b3ab;
  text-align: right;
  white-space: nowrap;
}

.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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form-block {
  width: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.submit-button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100px;
  background-color: #c1045c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.submit-button:hover {
  background-color: #00b3ab;
}

.text-block-5 {
  margin-left: auto;
  font-size: 0.7em;
  white-space: nowrap;
}

.text-block-5.white {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.select-field {
  max-width: 50%;
  margin-bottom: 0px;
  border: 1px none #000;
}

.text-field {
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: #f1f2f2;
}

.textarea {
  min-height: 6em;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: #f1f2f2;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-right: 15px;
  -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;
}

.text-span {
  color: #00b3ab;
}

.div-block-13 {
  display: -ms-grid;
  display: grid;
  margin-top: 1em;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-blog-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 292px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/_bg-azul1.png');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lunchbox, sans-serif;
  color: #a2d45e;
  font-size: 1.9em;
  line-height: 1.1em;
}

.conteudo-blog-1 {
  width: 50%;
  margin-right: 0.8em;
  margin-left: 0.8em;
}

.text-span-2 {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}

.link-blog-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 292px;
  -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-image: url('../images/_bg-azul2.png');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lunchbox, sans-serif;
  color: #a2d45e;
  font-size: 1.9em;
  line-height: 1.1em;
}

.conteudo-blog-2 {
  width: 50%;
  margin-right: 0.8em;
  margin-left: 0.8em;
  padding-right: 16px;
  padding-left: 16px;
}

.cookbook {
  width: 100%;
  margin: 2em auto 5em;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #63362a;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.image-5 {
  position: absolute;
  left: 40%;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
}

.field-label-cookbook {
  margin-bottom: 0px;
  color: #fff;
  text-align: right;
  white-space: nowrap;
}

.form-block-2 {
  width: 350px;
  margin-bottom: 0px;
}

.form-2 {
  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;
}

.faq {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #00659f;
}

.questao {
  margin-bottom: 8px;
  font-family: Lunchbox, sans-serif;
  color: #a2d45e;
  font-size: 2em;
  line-height: 1em;
}

.resposta {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 600;
}

.div-block-15 {
  padding-right: 4em;
}

.div-block-16 {
  padding-left: 4em;
}

.footer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5em;
  padding-bottom: 2.5em;
  background-color: #00659f;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-bottom: 5em;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  font-family: Lunchbox, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -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;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1130px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Lunchbox, sans-serif;
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 400;
}

.div-block-20 {
  width: 84px;
  height: 5px;
  background-color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.div-block-22 {
  margin-top: 54px;
}

.link {
  margin-bottom: 6px;
}

.image-7 {
  margin-top: 10px;
}

.text-block-7 {
  margin-top: 4.6em;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
}

.slide-nav-3 {
  display: none;
}

.modal-produto-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.wrap-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  -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;
}

.modal-produto-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.modal-produto-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.modal-produto-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.modal-produto-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.close-modal {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 34px;
  -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: 100px;
  background-color: #000;
}

.close-modal.post {
  position: fixed;
  left: auto;
  top: 8px;
  right: 8px;
  bottom: auto;
}

.image-8 {
  max-width: 45%;
}

.main {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.image-10 {
  max-width: 40%;
}

.image-13 {
  max-width: 10%;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chamada-inerna {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9.3em;
  padding-left: 9.3em;
  -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;
}

.hero-internas {
  position: relative;
  width: 100%;
  height: 442px;
  max-width: 1130px;
  margin-top: -53px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bg-silk-vai-bem.png');
  background-position: 50% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading-internas {
  font-family: LunchBox, sans-serif;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
}

.link-2 {
  color: #06669c;
}

.heading-6 {
  font-size: 1.1em;
  line-height: 1.2em;
}

.image-14 {
  margin-top: -101px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  margin-left: 14px;
}

.mask {
  min-height: 420px;
}

.banner-mobile {
  display: none;
}

.img-mobile {
  display: none;
}

.modal-blog-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.wrap-post {
  position: relative;
  overflow: auto;
  width: 90%;
  max-height: 90vh;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 4%;
  background-color: #fff;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: justify;
}

.heading-post {
  font-family: Lunchbox, sans-serif;
  color: #06669c;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
  text-align: left;
}

.modal-blog-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.image-16 {
  margin-bottom: 25px;
}

.modal-blog-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.modal-blog-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -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: rgba(0, 0, 0, 0.72);
}

.text-align-left {
  text-align: left;
}

.recaptcha {
  margin-top: 10px;
  margin-bottom: 0px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 444px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-span-3 {
  font-size: 0.8em;
  font-style: italic;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .botao-flutuante {
    margin-right: 80px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link {
    background-color: #00b3ab;
    color: #fff;
  }

  .hero {
    width: 96%;
  }

  .botao-flutuante {
    top: 80vh;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    padding: 0px;
  }

  .section {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .heading-2 {
    font-size: 2.7em;
  }

  .heading-2.cookbook {
    margin-left: auto;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .grid-2 {
    padding-right: 0em;
    padding-left: 0em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-3 {
    padding-right: 55px;
  }

  .div-block-2 {
    -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;
  }

  .slide {
    width: 50%;
  }

  .left-arrow.ident-left {
    margin-left: 15px;
  }

  .right-arrow.ingredientes {
    left: auto;
    right: 2%;
    bottom: auto;
  }

  .right-arrow.ident-right {
    margin-right: 15px;
  }

  .div-block-4 {
    height: 350px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap-produtos.silk-shake {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrap-produtos.silk-cake {
    top: 146px;
  }

  .wrap-produtos.smoothie {
    left: -51px;
    top: 8px;
  }

  .titulo-produto.milk-shake {
    margin-top: 33px;
    font-size: 0.9em;
  }

  .titulo-produto.silk-cake {
    margin-bottom: 0px;
    font-size: 0.9em;
  }

  .titulo-produto.smoothie {
    margin-right: -19px;
    font-size: 0.9em;
  }

  .titulo-produto.silk-coffee {
    font-size: 0.9em;
  }

  .milk-shake-img {
    max-width: 65%;
    min-width: auto;
  }

  .silk-cake-img {
    min-width: auto;
  }

  .smoothie-img {
    min-width: auto;
  }

  .silk-coffe-img {
    min-width: auto;
  }

  .text-block-4 {
    font-size: 1em;
  }

  .slider-3 {
    min-height: auto;
  }

  .collun._40.bg {
    width: 100%;
  }

  .collun._50 {
    width: 100%;
  }

  .collun._60 {
    width: 100%;
  }

  .collun._50.slide-sustent {
    padding-left: 0px;
  }

  .collun._50.slide-r {
    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;
  }

  .slide-3 {
    width: 20%;
  }

  .field-label {
    font-size: 0.9em;
  }

  .div-block-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-blog-1 {
    height: 200px;
    max-width: 50%;
    background-position: 100% 50%;
    background-size: contain;
  }

  .conteudo-blog-1 {
    font-size: 0.8em;
    line-height: 0.8em;
  }

  .link-blog-2 {
    height: 200px;
    max-width: 50%;
    background-size: contain;
  }

  .conteudo-blog-2 {
    font-size: 0.8em;
    line-height: 0.8em;
  }

  .cookbook {
    margin-bottom: 0em;
  }

  .div-block-14 {
    padding-right: 3.5em;
    padding-left: 3.5em;
    -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-5 {
    position: static;
  }

  .faq {
    padding-bottom: 2.5em;
  }

  .questao {
    font-size: 1.6em;
  }

  .resposta {
    font-size: 0.8em;
  }

  .div-block-16 {
    padding-left: 0em;
  }

  .footer {
    padding-top: 2.5em;
  }

  .div-block-19 {
    padding-right: 3.5em;
    padding-left: 3.5em;
  }

  .wrap-modal {
    width: 90%;
  }

  .menu-button {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button.w--open {
    background-color: #00b3ab;
  }

  .text-block-8 {
    display: none;
  }

  .image-11 {
    max-width: 20%;
  }

  .image-12 {
    max-width: 35%;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-12-copy {
    max-width: 35%;
  }

  .hero-internas {
    height: 300px;
  }

  .heading-internas {
    font-size: 4.2em;
  }

  .image-14 {
    display: block;
    margin-top: 0px;
  }

  .div-block-25 {
    max-width: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .container-nav {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .navbar {
    margin-top: 0em;
  }

  .hero {
    margin-top: -50px;
  }

  .heading-2 {
    font-size: 2.4em;
    line-height: 1em;
  }

  .div-block-2 {
    padding-right: 2.6em;
    padding-left: 2.6em;
  }

  .slide {
    width: 100%;
  }

  .div-block-4 {
    height: auto;
    margin-top: 4.5em;
    padding-top: 0em;
    padding-right: 1.8em;
    padding-left: 1.8em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: 50% 0%;
    background-size: cover;
  }

  .wrap-produtos.silk-shake {
    width: 50%;
    margin-top: -60px;
    margin-right: auto;
  }

  .wrap-produtos.silk-cake {
    left: auto;
    top: auto;
    width: 50%;
    margin-left: auto;
  }

  .wrap-produtos.smoothie {
    left: auto;
    top: auto;
    width: 50%;
    margin-right: auto;
  }

  .wrap-produtos.silk-coffe {
    bottom: auto;
    width: 50%;
    margin-bottom: -20px;
    margin-left: auto;
  }

  .div-block-6 {
    margin-top: 0px;
  }

  .title-receita {
    font-size: 1.6em;
  }

  .div-block-8 {
    padding-right: 4em;
    padding-left: 4em;
  }

  .slide-3 {
    width: 50%;
  }

  .slide-2 {
    width: 100%;
  }

  .link-blog-1 {
    max-width: 90%;
    padding-right: 1.7em;
    padding-left: 1.7em;
  }

  .link-blog-2 {
    max-width: 90%;
    padding-right: 1.7em;
    padding-left: 1.7em;
  }

  .conteudo-blog-2 {
    text-align: right;
  }

  .div-block-17 {
    -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-block-6 {
    font-size: 2.8em;
  }

  .div-block-18 {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-19 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    margin-top: 15px;
  }

  .image-12 {
    z-index: 1;
  }

  .text-block-9 {
    max-width: 50%;
  }

  .image-13 {
    max-width: 12%;
    margin-bottom: 12px;
  }

  .image-12-copy {
    z-index: 1;
  }

  .text-block-11 {
    margin-bottom: 6px;
  }

  .chamada-inerna {
    padding: 2.2em 7.9em;
  }

  .hero-internas {
    height: 250px;
    margin-top: 0px;
  }

  .heading-internas {
    font-size: 3em;
  }

  .image-15 {
    max-width: 50px;
  }

  .heading-post {
    line-height: 44px;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .container-nav {
    padding: 0.3em 0.6em;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .link-block {
    width: 32px;
    height: 32px;
  }

  .hero {
    background-image: none;
  }

  .grid {
    padding: 1.6em 1.5em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    white-space: pre-wrap;
  }

  .heading-2.cta {
    font-size: 2.2em;
    white-space: normal;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    padding: 20px;
    font-size: 1em;
  }

  .text-block-3 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .div-block-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1em;
    padding-left: 1em;
  }

  .div-block-2.v {
    font-size: 0.8em;
  }

  .heading-3 {
    font-size: 1.6em;
  }

  .left-arrow {
    width: 46px;
    height: 46px;
    padding: 16px;
  }

  .right-arrow {
    width: 46px;
    height: 46px;
    padding: 16px;
  }

  .right-arrow.ingredientes {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -18px;
  }

  .titulo-produto.milk-shake {
    margin-top: 110px;
  }

  .text-block-4 {
    font-size: 0.7em;
  }

  .div-block-6 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-3 {
    height: auto;
  }

  .collun._50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .slide-3 {
    width: 100%;
  }

  .div-block-11 {
    margin-top: 10px;
    -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;
  }

  .field-label {
    text-align: left;
  }

  .form {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .form-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .text-block-5 {
    margin-left: 0px;
  }

  .select-field {
    max-width: 100%;
  }

  .div-block-12 {
    width: auto;
    margin-right: 0px;
    margin-bottom: 6px;
  }

  .link-blog-1 {
    padding-right: 0.6em;
    padding-left: 0.6em;
  }

  .conteudo-blog-1 {
    margin-right: 0em;
    font-size: 0.7em;
    line-height: 0.9em;
  }

  .text-span-2 {
    font-size: 0.8em;
  }

  .link-blog-2 {
    padding-right: 0.6em;
    padding-left: 0.6em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .conteudo-blog-2 {
    width: 60%;
    margin-right: 0.4em;
    margin-left: 0.4em;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 0.7em;
    text-align: right;
  }

  .form-block-2 {
    width: 100%;
  }

  .text-block-6 {
    margin-top: 12px;
  }

  .div-block-19 {
    -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;
  }

  .image-6 {
    max-width: 23%;
  }

  .text-block-7 {
    margin-top: 0em;
  }

  .wrap-modal {
    overflow: auto;
  }

  .image-12 {
    max-width: 50%;
  }

  .text-block-9 {
    max-width: 100%;
  }

  .image-13 {
    max-width: 22%;
    margin-bottom: 5px;
  }

  .div-block-23 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .image-12-copy {
    max-width: 50%;
  }

  .chamada-inerna {
    padding: 1em 4.3em;
  }

  .hero-internas {
    height: 110px;
    background-size: 105%;
  }

  .heading-internas {
    font-size: 1.7em;
  }

  .image-14 {
    margin-top: 10px;
  }

  .image-15 {
    max-width: 36px;
  }

  .image-16 {
    max-width: 150px;
  }

  .banner-desk {
    display: none;
  }

  .banner-mobile {
    display: block;
  }

  .img-desk {
    display: none;
  }

  .img-mobile {
    display: block;
    max-height: 80vh;
  }

  .heading-post {
    font-size: 38px;
    line-height: 38px;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  #w-node-5250733a9293-2aeead31 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-11b58ac3c139-2aeead31 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-2b5f8bd00a0d-2aeead31 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-5e155996f072-2aeead31 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Lunchbox';
  src: url('../fonts/LunchBox.eot') format('embedded-opentype'), url('../fonts/LunchBox.woff') format('woff'), url('../fonts/LunchBox.ttf') format('truetype'), url('../fonts/LunchBox.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LunchBox';
  src: url('../fonts/LunchBoxBold.eot') format('embedded-opentype'), url('../fonts/LunchBoxBold.woff') format('woff'), url('../fonts/LunchBoxBold.ttf') format('truetype'), url('../fonts/LunchBoxBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}