@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,600,700,700i,900,900i);
body {
  font-family: "Open Sans",Arial,sans-serif;
  overflow-x: hidden
}
body.collapsed {
  position: fixed;
  right: 225px;
  width: 100%;
  overflow-x: hidden
}
body.collapsed .main:after {
  content: '';
  background-color: #000;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000000;
  opacity: .5
}
.icon {
  position: relative;
  display: inline-block
}
ol,
ul {
  padding: 0;
  list-style: none
}
.title-global {
  font-size: 30px;
  color: #396e46;
  margin-bottom: 10px
}
.title-text {
  font-size: 16px;
  font-style: italic;
  color: #22322d;
  margin-bottom: 65px
}
.btn-default {
  color: #fff;
  background-color: #5fac73;
  font-size: 12px;
  font-weight: 600;
  border-radius: 55px;
  padding: 10px 40px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #376c45;
  text-decoration: none
}
.btn-default.btn-grey {
  background-color: #c4ccc9
}
.btn-default.btn-grey:hover {
  background-color: #5fac73
}
.transition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.slick-dots li button {
  border: 1px solid #fff!important;
  border-radius: 100%;
  width: 5px!important;
  height: 5px!important;
  padding: 3px
}
.slick-dots li.slick-active button {
  background-color: #fff
}
.slick-dots li.slick-active button:before {
  color: #fff
}
.form-error {
  color: #f96a51;
  font-size: 13px;
  font-weight: 600
}
.sticky-menu-active #header {
  background-color: #fff
}
.header-main.darken-top-border {
  border-top: none!important
}
.header-main.colored .header-top {
  background-color: #212c38
}
.header-main.colored .header-top span i {
  color: #f42c35;
  margin-left: 40px
}
.header-main .logo img {
  width: 110px;
  height: auto;
  margin-top: -13px
}
@media (max-width:991px) {
  .header-main .logo img {
    width: 100px;
    height: auto;
  }
}
body.collapsed {
  position: fixed;
  right: 225px;
  width: 100%;
  overflow-x: hidden
}
body.collapsed .main:after {
  content: '';
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000000;
  opacity: .5
}
.header-main.colored nav ul.nav-main li a {
  color: #425952;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  text-transform: none!important;
  border: solid 1px transparent!important;
  padding-top: 8px!important;
  padding-bottom: 8px!important;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 50px;
  position: relative
}
.header-main.flat-menu nav ul.nav-main li > a:hover {
  background-color: transparent!important;
  color: #425952
}
.header-main.flat-menu nav ul.nav-main li > a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #396e46;
  border-radius: 50px;
  transition: .3s all ease-in-out
}
.header-main.flat-menu nav ul.nav-main li > a:hover:before {
  width: 100%
}
body.sticky-menu-active .header-main.darken-top-border nav ul.nav-main > li > a,
body.sticky-menu-active .header-main.darken-top-border nav ul.nav-main > li:hover > a {
  padding-top: 15px
}
.header-main.colored nav ul.nav-main {
  margin: 0
}
body.sticky-menu-active .header-main {
  top: 0;
  border-width: 0;
  background: #fff
}
.header-main.flat-menu nav ul.nav-main > li > a {
  border-width: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #425952;
  font-weight: 500
}
.header-main.darken-top-border > .container {
  border-top: 1px solid #67bc43
}
.sticky-menu-deactive .header-main.darken-top-border > .container {
  padding-top: 30px
}
.header-main {
  background: #fff;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99
}
.header-interna {
  box-shadow: 0 0 22px rgb(0 0 0 / 8%);
  border-bottom: none
}
@media (min-width:768px) {
  .sticky-menu-deactive .navbar-collapse.collapse {
    margin-top: -120px
  }
  .sticky-menu-deactive .header-interna .navbar-collapse.collapse {
    margin-top: 10px
  }
}
.header-main .header-top {
  min-height: 36px
}
.header-main .header-top p {
  line-height: 36px;
  font-size: 14px;
  font-weight: 400
}
.header-main .header-top p .dados-fone-email {
  margin-right: 35px
}
.header-main .header-top p .icon {
  top: 7px
}
.header-main a {
  position: relative
}
.header-main a:hover span {
  background-color: #06d099;
  position: absolute;
  top: -4px;
  z-index: 1;
  width: 25px;
  height: 25px;
  left: 6px;
  border-radius: 100%;
  opacity: .7
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: #fff
}
.header-main nav ul.nav-main li > a:hover,
.header-main nav ul.nav-main li.active a,
.header-main nav ul.nav-main li.dropdown.open .dropdown-toggle,
.header-main nav ul.nav-main li.dropdown:hover a,
.header-main nav ul.nav-main ul.dropdown-menu {
  background: #f42c35!important
}
.header-main nav ul.nav-main ul.dropdown-menu li:hover > a {
  background: #f42c35!important;
  color: #fff;
  padding-left: 10px;
  text-decoration: none
}
.collapsed .sidebar {
  box-shadow: -7px 0 13px 0 rgb(0 0 0 / 8%)
}
.sidebar {
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  width: 260px;
  top: 0;
  height: 100%;
  position: fixed;
  right: -260px;
  z-index: 9999;
  background: #5fac73;
  overflow: auto
}
.sidebar .logo-sidebar {
  background-color: #fff;
  display: block;
  padding: 4px 20px 3px
}
.sidebar .logo-sidebar img {
  width: 100px;
  height: fit-content
}
.sidebar .redes {
  margin-top: 15px
}
.sidebar nav {
  padding: 0;
  width: 100%;
  height: auto;
  overflow: auto;
  text-align: left
}
.sidebar nav a {
  font-size: 16px;
  color: #fff;
  padding: 13px 15px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  border-bottom: 1px solid #8fc59d
}
.sidebar nav .submenu-sidebar {
  background: #f42c35
}
.sidebar nav .submenu-sidebar a {
  color: #fff;
  padding: 15px 15px 15px 40px;
  display: block;
  text-decoration: none
}
.sidebar nav .submenu-sidebar a:hover {
  color: #fff;
  padding-left: 50px
}
.sidebar nav .info-sidebar {
  background: #212c38;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 20px
}
.sidebar nav .info-sidebar .mail {
  margin-bottom: 6px
}
.sidebar nav .info-sidebar span {
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
  font-weight: lighter;
  color: #fff
}
.sidebar nav .info-sidebar i {
  color: #f42c35;
  margin-right: 5px
}
.btn-responsive-nav {
  background: #fff;
  color: #212c38;
  font-size: 30px
}
.header-main.center .btn-responsive-nav,
.header-main.flat-menu .btn-responsive-nav {
  top: 3px;
  box-shadow: none;
  border: 0 none;
  margin-right: 0
}
.header-main .btn-responsive-nav .fa-bars {
  color: #686859;
  font-size: 26px
}
.products-block {
  padding-top: 70px;
  padding-bottom: 70px
}
.empresa-block {
  padding-top: 70px;
  padding-bottom: 70px
}
.redes-block {
  background: url(../img/bg_redes_capa.jpg) no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px
}
.redes-block iframe {
  max-width: 100%
}
.redes-block .insta-block img,
.redes-block iframe {
  margin: 0 auto
}
.redes-block .title-global {
  color: #fff;
  margin-bottom: 40px
}
.redes-block .title-global strong {
  font-weight: 600
}
@media (min-width:992px) {
  .redes-block .insta-block {
    padding-left: 0;
    padding-right: 0
  }
}
.empresa-block .lista-marcas {
  margin-bottom: 70px
}
.slider-container {
  margin-top: 100px
}
@media (max-width:991px) {
  .slider-container {
    margin-top: 85px
  }
}
.sticky-menu-deactive .slider-container:before {
  background: url(../img/bg-main.png) repeat-x center top;
  content: '';
  height: 234px;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 21
}
.header-main .redes {
  float: right
}
.redes a {
  display: block;
  font-size: 26px;
  transition: .3s ease-in-out all
}
.redes a.facebook:hover {
  color: #3b5998
}
.redes a.instagram:hover {
  color: #e1306c
}
.redes li {
  float: left;
  margin-top: 6px;
  margin-left: 6px
}
#footer .redes li {
  margin-left: 0;
  margin-right: 12px
}
.redes .facebook {
  width: 32px;
  height: 32px
}
.redes .instagram {
  background-position: -32px 0;
  width: 30px;
  height: 31px
}
.sticky-menu-active .header-main .redes {
  margin-top: 25px
}
.lista-produto .descricao {
  color: #405952;
  font-size: 14px;
  text-align: center
}
.lista-produto .produto img {
  margin: 0 auto 22px
}
.lista-produto {
  margin-bottom: 70px
}
.title-page {
  background: url(../img/bg_title.jpg) no-repeat center center;
  background-size: cover;
  height: 130px;
  margin-top: 100px
}
.title-page h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 44px 0
}
@media (max-width:767px) {
  .title-page h2 {
    font-size: 24px
  }
}
html .scroll-to-top:hover {
  color: #5fac73
}
.institucional .titulo {
  color: #396f47;
  font-size: 22px;
  font-weight: 300;
  text-transform: inherit
}
.institucional p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #22322d
}
.institucional .bloco-azul,
.institucional .bloco-preto {
  padding: 35px 0
}
.institucional .titulo {
  margin-bottom: 12px
}
@media (min-width:992px) {
  .institucional p {
    line-height: 34px
  }
  .institucional .bloco-azul {
    padding: 100px 0
  }
  .institucional .titulo {
    font-size: 32px;
    margin-bottom: 30px
  }
  .institucional,
  .institucional .bloco-azul {
    background: #f5f8f8
  }
  .institucional .bloco-azul .bloco-texto {
    text-align: right;
    padding: 78px 0 0
  }
  .institucional .bloco-preto .bloco-texto {
    padding: 126px 0 0
  }
  .institucional .bloco-preto {
    background: url(../img/historia_bg.jpg) no-repeat center center
  }
  .institucional .titulo {
    color: #48c16c
  }
  .institucional .bloco-preto p {
    color: #fff
  }
  .institucional .bloco-img {
    padding: 30px
  }
}
@media (min-width:1200px) {
  .institucional .bloco-img {
    background: #49c26d
  }
  .institucional .bloco-preto .bloco-texto {
    padding: 175px 0 0
  }
}
.produtos .embalagens {
  color: #5fac73;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px
}
.produtos .embalagens img {
  margin-bottom: 0;
  margin-right: 6px
}
.produtos .lista-produto {
  margin-top: 110px
}
.produtos .nome {
  color: #23322e;
  font-size: 24px;
  margin: 0 0 12px 0
}
.produtos .thumb-info {
  overflow: visible
}
.produtos .thumb-info-caption p {
  font-size: 14px;
  color: #23322e;
  margin-bottom: 18px;
  padding: 0
}
.produtos .produto {
  margin-bottom: 80px
}
.tabela-nutri {
  text-align: left
}
.tabela-nutri .modal-content {
  border-radius: 0
}
.tabela-nutri .modal-header {
  border: 0 none;
  padding: 25px 25px 0
}
.tabela-nutri .modal-title {
  color: #376c45;
  text-transform: inherit;
  font-size: 18px;
  padding-right: 42px;
  font-weight: 300
}
.tabela-nutri .modal-title strong {
  font-weight: 600
}
.tabela-nutri .modal-header .close {
  margin-top: -42px;
  font-size: 58px;
  font-weight: 300
}
.tabela-nutri .table {
  font-size: 13px;
  margin: 0
}
.tabela-nutri .modal-body {
  padding: 25px
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #ebebeb
}
.table > thead > tr > th {
  color: #3f5952
}
@media (min-width:800px) {
  .modal-dialog {
    width: 750px
  }
}
.representantes {
  padding: 80px 0
}
.representantes .titulo {
  color: #396e46;
  font-size: 32px;
  text-transform: inherit;
  font-weight: 300;
  line-height: 40px
}
.representantes .panel {
  border-color: #c4ccc9
}
.representantes p {
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 42px
}
.representantes .panel-heading {
  background-color: #014a1d;
  border-radius: 0;
  border-color: #5fac72
}
.representantes .panel a {
  font-size: 12px;
  color: #fff;
  font-family: 'Open Sans',sans-serif;
  font-weight: 600;
  letter-spacing: 2px
}
.representantes .panel-body {
  padding: 20px 25px;
  color: #405952
}
.representantes .panel-body strong {
  color: #5fac72;
  font-weight: 600
}
.representantes .panel-group .panel + .panel {
  margin-top: 8px
}
.contato-wrap .subtitulo-section {
  color: #396f47;
  font-size: 24px;
  font-weight: 300;
  margin-top: 0;
  text-transform: inherit;
  color: #6c9378
}
.contato-wrap .horario p {
  color: #29322f
}
.contato-wrap form label {
  color: #23322e;
  font-size: 14px;
  font-weight: 400
}
.contato-wrap .form-control {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 7px 16px;
  height: 38px
}
.contato-wrap textarea.form-control {
  height: 214px;
  border-radius: 10px
}
form .btn-default {
  border: 0 none
}
.contato-info li {
  margin-bottom: 8px;
  color: #22322d;
  font-size: 14px
}
.contato-info a {
  color: #22322d
}
.contato-info strong {
  color: #23322e
}
.contat-info i {
  margin-right: 6px
}
.contato-wrap .horario .subtitulo-section,
.contato-wrap .ser-representante .subtitulo-section {
  margin-bottom: 10px;
  margin-top: 0
}
.contato-wrap .horario,
.contato-wrap .ser-representante {
  border-top: 1px solid #cfcfcf;
  padding-top: 25px;
  margin-top: 35px
}
.contato-wrap {
  padding: 60px 15px
}
.contato-wrap .contact-form {
  margin-bottom: 45px
}
.google-map {
  background: #e5e3df;
  height: 400px;
  margin: 0;
  width: 100%
}
.contato-wrap .enviar-curriculo {
  font-size: 12px;
  color: #5ead76;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px
}
#modal-curriculo {
  text-align: left
}
#modal-curriculo .modal-content {
  border-radius: 10px;
  border: 3px solid #137041;
  padding-left: 10px;
  padding-right: 45px;
  color: #58635f
}
#modal-curriculo .modal-header {
  border: 0 none;
  padding: 25px 25px 0
}
#modal-curriculo .modal-header p {
  color: #58635f
}
#modal-curriculo .modal-title {
  color: #5daa72;
  text-transform: inherit;
  font-size: 22px;
  padding-right: 42px;
  font-weight: 300
}
#modal-curriculo .modal-header .close {
  margin-top: -42px;
  font-size: 58px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 40px
}
#modal-curriculo .modal-body {
  padding: 25px;
  padding-top: 0
}
#modal-curriculo input.form-control,
#modal-curriculo select.form-control {
  border-radius: 20px
}
#modal-curriculo .btn-default {
  float: right
}
#modal-curriculo .label-phone {
  padding-left: 0
}
#modal-curriculo .modal-dialog {
  position: relative;
  top: 40%;
  transform: translateY(-40%)
}
@-moz-document url-prefix() {
  #modal-curriculo #JobFile {
    padding-bottom: 40px
  }
}
@media (max-width:991px) {
  .header-main.colored > .container {
    min-height: 80px;
    height: 85px;
    display: block
  }
  .header-main {
    min-height: 80px
  }
  .sticky-menu-deactive .header-interna > .container,
  .sticky-menu-deactive .header-main.darken-top-border > .container {
    padding: 10px 15px!important;
    border: 0 none
  }
  #header {
    background-color: #fff
  }
  .sticky-menu-deactive .header-main {
    box-shadow: 0 0 22px rgb(0 0 0 / 8%)
  }
  .title-text {
    margin-bottom: 42px
  }
  .title-page {
    margin-top: 85px
  }
  .logo {
    padding: 0!important
  }
  .header-interna .logo {
    padding: 5px 0!important
  }
}
a,
a[href^=tel] {
  color: inherit;
  text-decoration: none
}
.multiple-items .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
  border: 1px solid #999!important
}
.multiple-items .slick-dots li button:before {
  font-family: slick;
  font-size: 4px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.multiple-items .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.multiple-items .slick-dots li.slick-active button {
  background-color: #999
}
.multiple-items.slick-dotted.slick-slider {
  margin-bottom: 55px
}
.multiple-items .slick-dots {
  position: absolute;
  bottom: -38px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}
.page-not-found h2 {
  color: #376c45;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px
}
.page-not-found p {
  color: #22322d;
  font-size: 14px;
  line-height: 29px
}
.page-not-found {
  margin: 75px 0
}
@media (max-width:479px) {
  .page-not-found {
    margin: 75px 0
  }
}
.produto-interna {
  margin-top: 110px;
  margin-bottom: 80px
}
.produto-interna .detalhe-produto {
  background-color: #ecf2e8;
  border-radius: 10px;
  padding: 60px;
  color: #000;
  width: 48%
}
.detalhe-produto h1 {
  font-size: 28px
}
.detalhe-produto .embalagens {
  color: #5fac73;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px
}
.detalhe-produto .conteudo-produto {
  margin-bottom: 40px
}
a.link-produto {
  text-decoration: none
}
@media (max-width:991px) {
  .produto-interna .detalhe-produto {
    padding: 40px;
    color: #000;
    width: 100%
  }
}
.curve-border {
  border-radius: 25px
}