.main-menu {
  background-color: #45468b;
}

.brand {
  float: none;
}

.body {
  background-color: #fdfbf7;
  font-family: Lato, sans-serif;
  color: #3d3e77;
}

.item-menu {
  width: 15%;
  margin-top: 60px;
  border-top: 1px solid hsla(0, 0%, 100%, .18);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  max-width: 185px;
}

.item-menu:hover {
  color: #ffc300;
}

.item-menu.w--current {
  color: #ffc300;
}

.navbar {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #45468b;
}

.nav-menu {
  position: static;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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-align: center;
}

.conteudo-box{
  background: #e47a2d;
  color: #fff;
  display: table;
  width: 100%;


}

.conteudo-box h3{
  height: 66px;
  margin-top: 5px;
  padding: 0 10px 10px 10px;

}

.conteudo-box img{
  width: 100%;
}

.nav-link {
  width: 19%;
  margin-top: 70px;
  padding-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid hsla(0, 0%, 100%, .12);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.container {
  width: auto;
}

.div-block {
  width: 100%;
  border-bottom-color: hsla(0, 0%, 100%, .36);
  background-color: #37376e;
}

.nav-menu-2 {
  display: block;
  width: 88.6%;
  float: none;
}

.div-block-2 {
  text-align: center;
}

.navbar-main {
  background-color: #45468b;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  padding-top: 1px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  padding-right: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3.color-1 {
  height: 5px;
  background-color: #83458b;
}

.div-block-4 {
  padding-right: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4.color-2 {
  background-color: #ffc300;
}

.div-block-5 {
  padding-right: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5.color-3 {
  background-color: #e55454;
}

.div-block-6 {
  padding-right: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-6.color-4 {
  background-color: #00b6d8;
}

.div-block-0 {
  padding-right: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-0.color-1 {
  background-color: #47323f;
}

.div-block-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-7.color-5 {
  background-color: #afadb4;
}

.image {
  padding-right: 0px;
}

.image-2 {
  padding-right: 0px;
}

.image-3 {
  padding-right: 0px;
}

.image-loja{
  width: 100%;
  height: 50%;
}

.link-block {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.link-block.color-1 {
  background-color: #da6c97;
}

.link-block.color-sorvete {
  display: inline-block;
  background-color: #c96366;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.color-sorvete:hover {
  background-color: #9c5053;
}

.link-block.color-sorvete.w--current {
  display: inline-block;
  background-color: #9c5053;
}

.link-block.color-picole {
  background-color: #abc43f;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.color-picole:hover {
  background-color: #8a9e35;
}

.link-block.color-picole.w--current {
  background-color: #8a9e35;
}

.link-block.color-polpa {
  background-color: #e9b51d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.color-polpa:hover {
  background-color: #c99c1b;
}
.link-block.color-polpa.w--current {
  background-color: #c99c1b;
}

.link-block.color-mineral {
  background-color: #2ba5d0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.color-mineral:hover {
  background-color: #2387b4;
}

.link-block.color-acai {
  background-color: #733556;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.color-acai:hover {
  background-color: #47323f;
}

.link-block.color-acai.w--current {
  background-color: #47323f;
}

.link-block.color-complementos {
  background-color: #e68e15;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.color-complementos:hover {
  background-color: #b36c0b;
}
.link-block.color-complementos.w--current {
  background-color: #b36c0b;
}

.link-box {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-8 {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 20px;
  -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;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  padding-top: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

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

.diagrama-conteudo {
  display: block;
  max-width: 1200px;
  margin: 5px auto;
  padding-right: 10px;
  padding-left: 10px;
}

.diagrama-conteudo.sorvetes-bg {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-top: 10px; 
}

.img-destaques {
  width: 580px;
  height: auto;
  border: 1px solid #c2c2e7;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.container-produto .img-destaques{
  width: 580px;
  height: auto;
  border: 1px solid #c2c2e7;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

}

.img-destaques:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.image-5 {
  width: 100px;
}

.tit-destaques {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #45468b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.img-menu-produtos {
  display: block;
  width: 100%;
}

.img-menu-produtos:hover {
  border: 1px none #000;
}

.img-menu-produtos.produto-selecionado {
  display: block;
  border: 4px none #fff;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.img-menu-produtos.destaques-home {
  display: block;
}

.footer {
  background-color: #45468b;
}

.titulos-pagina {
  background-color: #45468b;
}

.section-titulo {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.div-block-9 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.row-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.side-nav-menu .w--current{
  color: #fff !important;
}
.side-nav-menu .w--current h3{
  font-weight: bold;
}
.side-nav-menu h3{
  font-weight: normal;
}
.paragrafo {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.w-container p{
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6d6d6d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.paragrafo.central {
  text-align: center;
}

.paragrafo.receita {
  margin-top: 0px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #45468b;
  font-size: 35px;
  text-align: center;
}

.bt-como-chegar {
  display: block;
  width: 220px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #c2c2e7;
  border-radius: 100px;
  background-color: #c2c2e7;
  text-align: center;
  text-transform: uppercase;
}

.bt-como-chegar:hover {
  background-color: #45468b;
}

.nome-loja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  -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-top: 1px solid #c2c2e7;
  border-bottom: 1px solid #c2c2e7;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.container-loja {
  padding: 20px;
  border: 1px solid #c2c2e7;
  border-radius: 5px;
}

.sorvetes-finos {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #a6a7c9;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.endereco {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c2c2e7;
  font-size: 12px;
}

.subtitulo {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: none;
  color: #5b5c97;
  font-style: normal;
  font-weight: 300;
}

.row-3 {
  display: block;
  width: auto;
  max-width: 1200px;
  margin: 0px auto;
  padding: 10px 10px 30px;
}

.slider {
  height: 320px;
  background-color: #fff;
}

.img-vitrine-interna {
  height: 170px;
  background-position: center;
  background-size: cover;
}

.img-vitrine-interna.vitrine-sorvetes {
  background-image: url('../images/vitrine_sorvete.jpg');
}

.img-vitrine-interna.vitrine-picole {
  background-image: url('../images/vitrine_picole.jpg');
}

.img-vitrine-interna.vitrine-polpas {
  background-image: url('../images/vitrine_polpas.jpg');
}

.img-vitrine-interna.vitrine-agua {
  background-image: url('../images/vitrine_agua.jpg');
}

.img-vitrine-interna.vitrine-complementos {
  background-image: url('../images/vitrine_complementos.jpg');
}

.img-vitrine-interna.vitrine-nossas-lojas {
  background-image: url('../images/Vitrines_sorvetes_finos.jpg');
}

.img-vitrine-interna.vitrine-fale-conosco {
  background-image: url('../images/vitrine_4.jpg');
}

.img-vitrine-interna.vitrine-como-fazemos {
  background-image: url('../images/vitrine_2.jpg');
}

.img-vitrine-interna.vitrine-a-ster-bom {
  background-image: url('../images/vitrine_1.jpg');
}

.img-vitrine-interna.vitrine-acai {
  background-image: url('../images/Acai-Tradicional.jpg');
}

.img-vitrine-interna.vitrine-light {
  background-image: url('../images/vitrine_light.jpg');
}
@media screen and (max-width:425px) {
  .img-vitrine-interna.vitrine-sorvetes {
    background-image: url('../images/sorvete-mobile.jpg');
  }

  .img-vitrine-interna.vitrine-picole {
    background-image: url('../images/picole-mobile.jpg');
    background-position: 0 -35px !important;
  }

  .img-vitrine-interna.vitrine-polpas {
    background-image: url('../images/polpa-mobile.jpg');
  }

  .img-vitrine-interna.vitrine-agua {
    background-image: url('../images/agua-mobile.jpg');
  }
  .img-vitrine-interna {
    height: 200px;
    background-position: 0 -15px;
  }
}

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

.top-sorvete {
  height: 5px;
  margin-bottom: 1px;
  background-color: #c96366;
  color: #c96366;
}

.top-picole {
  height: 5px;
  margin-bottom: 1px;
  background-color: #abc43f;
}

.top-frutas {
  height: 5px;
  margin-bottom: 1px;
  background-color: #e9b51d;
}

.top-mineral {
  height: 5px;
  margin-bottom: 1px;
  background-color: #3cb1e5;
}

.top-acai {
  height: 5px;
  margin-bottom: 1px;
  background-color: #733556;
}

.top-complementos {
  height: 5px;
  margin-bottom: 1px;
  background-color: #e68e15;
}

.coluna {
  padding-right: 2px;
  padding-left: 2px;
}

.section-linha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-6 {
  width: 60%;
}

.item-menu-fix {
  width: 18%;
  margin-top: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  max-width: 185px;
}

.item-menu-fix:hover {
  color: #ffc300;
}

.item-menu-fix.w--current {
  color: #ffc300;
}

.image-7 {
  width: 60%;
}

.nav-menu-3 {
  display: block;
  float: none;
  border-bottom: 1px none #000;
  text-align: center;
  width: 88%;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5000;
  border-bottom: 2px solid #c2c2e7;
  background-color: #45468b;
}

.text-thumbs-destaques {
  margin-top: 10px;
  color: #ababd1;
  font-size: 16px;
  font-weight: 300;
}

.bg-sorvetes {
  margin-top: 0px;
  background-color: #45468b;
  color: #83458b;
}

.selecionado {
  display: none;
  height: 20px;
}

.selecionado.sel-sorvete {
  display: none;
}

.selecionado.selecionado-picoles {
  display: block;
}

.selecionado.selecionado-polpas {
  display: block;
}

.selecionado.selecionado-agua {
  display: block;
}

.selecionado.selecionado-acai {
  display: block;
}

.selecionado.complementos-selecionados {
  display: block;
}

.selecionado.seleciona-sorvete {
  display: block;
}

.selecionado.seleciona-complementos {
  display: block;
}
.detalhe-produto{
  padding: 0 0 3px 5px;
  border-radius: 0 0 5px 5px;
}
.detalhe-produto h1{
  color: #fff !important;
}
.detalhe-produto .produto-detalhamento{
  color: #fff !important;
}
.detalhe-picoles{
  background-color: #abc43f;
}
.detalhe-sorvetes{
  background-color: #c96366;
}
.detalhe-polpas-de-frutas{
  background-color: #e9b51d;
}
.detalhe-agua-e-gelo{
  background-color: #2ba5d0;
}
.detalhe-acai{
  background-color: #733556;
}
.detalhe-complementos{
  background-color: #e68e15;
}
.container-linha-produto {
  height: 190px;
  padding-right: 10px;
  border-bottom: 1px none #c2c2e7;
}

.container-noticia {
  height: 240px;
  padding-right: 10px;
  border-bottom: 1px none #c2c2e7;
}

.container-produto {
  padding-right: 10px;
  border-bottom: 1px none #c2c2e7;
  min-height: 300px;
}

.noticia-bloco{
	min-height: 430px;
}

.tit-contato {
  border-bottom: 1px none #c2c2e7;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.div-block-11 {
  padding: 19px;
  border: 1px solid #c2c2e7;
  border-radius: 5px;
}

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

.image-9 {
  width: 100%;
}

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

.assinatura-do-site {
  height: auto;
}

.bt-trabalhe {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100px;
  text-align: center;
  text-transform: uppercase;
}

.div-block-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5000;
}

.heading-3 {
  margin-top: 35px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
}

.text-block-2 {
  color: #ebebf6;
}

.div-block-14 {
  height: auto;
}

.column-2 {
  text-align: right;
}

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

.div-block-15 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(194, 194, 231, .39);
  border-bottom: 1px solid rgba(194, 194, 231, .39);
}

.heading-4 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.image-11 {
  width: 80%;
}

.form-wrapper {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.bt-enviar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 100px;
  text-transform: uppercase;
}

.text-field {
  border-radius: 100px;
  text-align: center;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2c2e7;
}

.nome-produto {
  font-size: 18px;
  font-weight: 300;
}

.produto-detalhamento {
  color: #c2c2e7;
  font-size: 12px;
}

.unordered-list {
  padding-right: 20px;
}

.subtitulo-2 {
  display: none;
  font-size: 22px;
  font-weight: 300;
}

.section-internas {
  margin-top: 40px;
  margin-bottom: 100px;
}

.ft-sorvetes {
  height: 150px;
  background-image: url('../images/sorvete.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-picole {
  height: 150px;
  background-image: url('../images/picoles.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-polpa {
  height: 150px;
  background-image: url('../images/polpa-de-frutas.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-frutas {
  height: 150px;
  background-image: url('../images/polpa-de-frutas.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-agua {
  height: 150px;
  background-image: url('../images/thumb_agua.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-acai {
  height: 150px;
  background-image: url('../images/Acai-Tradicional.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ft-complementos {
  height: 150px;
  background-image: url('../images/complementos.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 5px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  padding-right: 10px;
}

.container-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link {
  float: left;
}

.link.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-right: 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.paragrafo-duas-colunas {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 300;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.div-block-18 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.image-13 {
  padding-top: 10px;
  padding-right: 10px;
}

.slide-1-bg {
  background-image: url('../images/main_vitrine_lojas.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-2 {
  background-image: url('../images/main_vitrine_polps.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block-6 {
  display: none;
}

.link-block-7 {
  display: none;
}

.row-4 {
  display: none;
}

.row-5 {
  display: none;
}

.pop-trabalhe-conosco {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
}

.pop-trabalhe-conosco.bg-popup {
  display: none;
  background-image: -webkit-linear-gradient(270deg, #45468b, rgba(69, 70, 139, 0) 98%);
  background-image: linear-gradient(180deg, #45468b, rgba(69, 70, 139, 0) 98%);
}

.bg-pop {
  display: block;
  width: 600px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.heading-5 {
  font-size: 30px;
  text-align: center;
}

.paragraph {
  text-align: center;
}

.container-pop {
  margin-top: 26px;
  padding: 26px 10px 27px;
  border: 1px solid #c2c2e7;
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  text-transform: uppercase;
}

.botao-fechar {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100px;
  background-color: #45468b;
}

.text-block-3 {
  padding-top: 19px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.pop-fale-conosco {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5500;
  display: none;
  background-image: -webkit-linear-gradient(270deg, #45468b, rgba(69, 70, 139, 0) 98%);
  background-image: linear-gradient(180deg, #45468b, rgba(69, 70, 139, 0) 98%);
}

.pop-fale-conosco.bb-popup {
  display: block;
}

.pop-representante {
  display: none;
}

.pop-representante.bb-popup {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5000;
  display: none;
  background-image: -webkit-linear-gradient(270deg, #45468b, rgba(69, 70, 139, 0) 99%);
  background-image: linear-gradient(180deg, #45468b, rgba(69, 70, 139, 0) 99%);
}

.fonte {
  color: #ababac;
  font-size: 9px;
}

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

.success-message {
  border-radius: 10px;
  background-color: #55dfb3;
}

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

.error-message {
  padding: 20px;
  border-radius: 10px;
}

.success-message-2 {
  border-radius: 10px;
  background-color: #5dd346;
}

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

.error-message-2 {
  border-radius: 10px;
}

.success-message-3 {
  border-radius: 10px;
  background-color: #8cec8c;
}

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

.error-message-3 {
  padding: 20px;
  border-radius: 10px;
}

.success-message-4 {
  border-radius: 10px;
  background-color: #8cec8c;
}

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

.error-message-4 {
  padding: 20px;
  border-radius: 10px;
}

html.w-mod-js *[data-ix="fixedbar"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="pop-trabalhe"] {
  display: none;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="pop-fale-conosco"] {
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

html.w-mod-js *[data-ix="pop-representante"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

@media (max-width: 991px) {
  .side-nav-menu{
    display: none;
  }
  .main-menu {
    display: block;
    height: 60px;
  }
  .item-menu {
    width: 60%;
    margin-top: 0px;
  }
  .div-block {
    display: none;
  }
  .nav-menu-2 {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #000;
    background-image: -webkit-linear-gradient(270deg, #45468b, #333369 99%);
    background-image: linear-gradient(180deg, #45468b, #333369 99%);
  }
  .section {
    height: auto;
    margin-bottom: 30px;
  }
  .link-block.color-sorvete {
    height: auto;
  }
  .link-box {
    /*height: 25px;*/
    font-size: 15px;
    line-height: 20px;
  }
  .div-block-8 {
    display: none;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .heading {
    display: none;
  }
  .diagrama-conteudo {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tit-destaques {
    height: 60px;
    font-size: 22px;
  }
  .slider {
    height: 280px;
  }
  .section-linha {
    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;
  }
  .item-menu-fix {
    width: 50%;
    margin-top: 0px;
  }
  .nav-menu-3 {
    padding-bottom: 60px;
    background-color: #c2c2e7;
  }
  .menu-button {
    margin-top: 10px;
  }
  .menu-button.w--open {
    background-color: #c2c2e7;
  }
  .image-11 {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }
  .link-block-2 {
    display: none;
  }
  .container-2 {
    padding-top: 0px;
  }
  .icon {
    color: #fff;
  }
  .link-block-5 {
    display: none;
  }
  .image-14 {
    width: 90px;
    padding-left: 10px;
  }
  .link-block-6 {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
  .icon-2 {
    color: #fff;
  }
  .menu-button-2 {
    margin-top: 10px;
  }
  .menu-button-2.w--open {
    background-color: #c2c2e7;
  }
  .link-block-7 {
    display: block;
    width: 100%;
    margin-left: 10px;
    float: left;
    text-align: center;
  }
  .image-15 {
    width: 90px;
  }
  .row-4 {
    display: block;
  }
  .div-block-19 {
    margin-top: 20px;
  }
  .image-16 {
    padding-left: 5px;
  }
  .column-3 {
    margin-top: 5px;
  }
  .row-5 {
    display: block;
  }
  .column-4 {
    margin-top: 10px;
  }
  .pop-trabalhe-conosco.bg-popup {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 10px;
    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;
  }
  .link-block.color-sorvete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .link-block.color-picole {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.color-polpa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.color-mineral {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.color-acai {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-bottom: 1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.color-complementos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .img-menu-produtos {
    display: none;
  }
  .paragrafo {
    padding-left: 10px;
  }
  .container-loja {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .subtitulo {
    padding-left: 10px;
  }
  .slider {
    height: 200px;
  }
  .top-sorvete {
    display: none;
  }
  .top-picole {
    display: none;
  }
  .top-frutas {
    display: none;
  }
  .top-mineral {
    display: none;
  }
  .top-acai {
    display: none;
  }
  .top-complementos {
    display: none;
  }
  .coluna {
    text-align: center;
  }
  .nav-menu-3 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-10 {
    text-align: left;
  }
  .container-linha-produto {
    height: auto;
  }
  .list-item {
    margin-left: 10px;
  }
  .ft-sorvetes {
    display: none;
  }
  .ft-picole {
    display: none;
  }
  .ft-frutas {
    display: none;
  }
  .ft-agua {
    display: none;
  }
  .ft-complementos {
    display: none;
  }
  .paragrafo-duas-colunas {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .icon {
    color: #fff;
  }
  .image-14 {
    width: 90px;
  }
  .link-block-6 {
    float: left;
  }
  .bg-pop {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 479px) {
  .icon {
    color: #fff;
  }
}