.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid-sys {
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}
.grid-sys:first-child {
  margin-left: 0;
}
.grid-sys:last-child {
  margin-right: 0;
}
.grid .one-full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.grid .one-half {
  width: calc((100% / 2) - 20px);
}
.grid .one-third {
  width: calc((100% / 3) - 20px);
}
.grid .one-fourth {
  width: calc((100% / 4) - 20px);
}
.grid .one-fifth {
  width: calc((100% / 5) - 20px);
}
.grid .one-sixth {
  width: calc((100% / 6) - 20px);
}
.grid .one-seventh {
  width: calc((100% / 7) - 20px);
}
.grid .one-eighth {
  width: calc((100% / 8) - 20px);
}
.grid .one-ninth {
  width: calc((100% / 9) - 20px);
}
.grid .one-tenth {
  width: calc((100% / 10) - 20px);
}
.grid .one-eleventh {
  width: calc((100% / 11) - 20px);
}
.grid .one-twelfth {
  width: calc((100% / 12) - 20px);
}
.grid .two-fifth {
  width: calc(((100% / 5) * 2) - 20px);
}
.grid .three-fourth {
  width: calc(100% - (100% / 4) - 20px);
}
.grid .four-fifth {
  width: calc(100% - (100% / 5) - 20px);
}
@media screen and (max-width: 960px) {
  .grid .one-half,
  .grid .one-third,
  .grid .one-fourth,
  .grid .one-fifth,
  .grid .one-sixth,
  .grid .one-seventh,
  .grid .one-eighth,
  .grid .one-ninth,
  .grid .one-tenth,
  .grid .one-eleventh,
  .grid .one-twelfth {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .grid .two-fifth {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .grid .three-fourth {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .grid .four-fifth {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.destaques {
  margin: -70px auto 30px auto;
  max-width: 1200px;
}
.destaques .owl-nav {
  width: 100%;
}
@media (max-width: 960px) {
  .destaques {
    padding: 0 10px;
    max-width: 415px;
  }
}
.home-section-1 {
  position: relative;
}
.page-home .wave-1 {
  top: 18%;
  right: 0;
}
@media (max-width: 960px) {
  .page-home .wave-1 {
    display: none;
  }
}
.page-home .wave-2 {
  max-width: 800px;
  right: -600px;
}
@media (max-width: 960px) {
  .page-home .wave-2 {
    max-width: 500px;
    right: -356px;
    top: 20%;
  }
}
.page-home .wave-3 {
  top: 15%;
  left: 6%;
}
@media (max-width: 960px) {
  .page-home .wave-3 {
    top: -11px;
    left: -70px;
    max-width: 150px;
  }
}
.page-home .wave-4 {
  top: 65%;
  right: 6%;
  max-width: 100px;
}
@media (max-width: 960px) {
  .page-home .wave-4 {
    right: -20px;
  }
}
.page-home .element-7 {
  top: 26%;
  width: 500px;
  left: -385px;
}
@media (max-width: 960px) {
  .page-home .element-7 {
    display: none;
  }
}
.page-home .element-8 {
  z-index: 2;
  top: 28%;
  width: 100px;
}
@media (max-width: 960px) {
  .page-home .element-8 {
    display: none;
  }
}
#conhecendo-box {
  -ms-flex-align: start;
      align-items: flex-start;
  max-width: 960px;
}
#conhecendo-box p {
  font-size: 18px;
  text-align: center;
  color: #7b100f;
}
@media (min-width: 960px) {
  #conhecendo-box {
    margin-bottom: 100px;
  }
}
.many-umami {
  text-align: center;
}
@media (max-width: 960px) {
  .many-umami {
    max-width: 270px;
    margin: 0 auto 40px auto;
  }
}
.why-box {
  text-align: center;
  position: relative;
}
@media (min-width: 960px) {
  .why-box {
    margin-bottom: 30px;
  }
}
.why-box h2 {
  font-size: 30px;
  color: #7b100f;
  margin-bottom: 30px;
}
.why-box h2 img {
  margin-top: 10px;
}
@media (max-width: 960px) {
  .why-box h2 {
    font-size: 40px;
  }
  .why-box h2 img {
    max-width: 230px;
  }
}
.why-box p {
  font-size: 18px;
}
.can-prepare {
  text-align: center;
  margin: 70px auto;
  max-width: 960px;
}
@media (min-width: 961px) {
  .can-prepare {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.can-prepare .item {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .can-prepare .item {
    margin: 50px auto;
  }
}
.can-prepare .owl-dots {
  display: none;
}
.video-box {
  height: 275px;
  width: 100%;
  margin: 30px auto;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 960px) {
  .video-box {
    margin-bottom: 80px;
  }
}
.video-box a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.video-box a:before {
  content: '';
  height: 75px;
  width: 75px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/play.png") no-repeat center center;
  background-size: cover;
  margin: auto;
  z-index: 1;
}
@media (min-width: 960px) {
  .video-box {
    height: 500px;
  }
  .video-box a:before {
    height: 100px;
    width: 100px;
    transition: 0.3s ease all;
  }
  .video-box a:hover:before {
    height: 130px;
    width: 130px;
  }
}
.video-box .video-content {
  background-image: url("../images/video-bg.jpg");
  background-position: center top;
  background-repeat: repeat-x;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.video-box .text-video {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 960px) {
  .video-box .text-video {
    padding: 0 15%;
  }
}
@media (min-width: 960px) {
  .home-reduzir-sodio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
  }
}
.home-reduzir-sodio h2 {
  font-family: 'moskultra-bold_900';
  color: #7b100f;
  margin-bottom: 20px;
}
.home-reduzir-sodio p {
  color: #7b100f;
}
.home-reduzir-sodio .home-reduzir-sodio-text {
  text-align: center;
}
@media (min-width: 960px) {
  .home-reduzir-sodio .home-reduzir-sodio-text {
    width: 45%;
  }
}
@media (min-width: 960px) {
  .home-reduzir-sodio .home-reduzir-sodio-imagem {
    width: 55%;
    padding-left: 5%;
  }
}
.meia-colher-box {
  margin-bottom: 30px;
}
.meia-colher-box .title-main small {
  color: #7b100f;
  display: block;
  line-height: 1em;
}
.meia-colher-box .title-main img {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .meia-colher-box {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .meia-colher-box h2 {
    margin-bottom: 40px;
  }
}
#page-umami .element-6 {
  right: -700px;
}
@media (max-width: 960px) {
  #page-umami .element-6 {
    display: none;
  }
}
#page-umami .element-7 {
  left: -850px;
  z-index: 1;
  top: 100px;
}
@media (max-width: 960px) {
  #page-umami .element-7 {
    display: none;
  }
}
#page-umami .element-8 {
  left: 0;
  top: 50%;
  width: 100px;
}
@media (max-width: 960px) {
  #page-umami .element-8 {
    display: none;
  }
}
#page-umami .element-9 {
  left: 0;
  top: 30%;
  width: 100px;
}
@media (max-width: 960px) {
  #page-umami .element-9 {
    display: none;
  }
}
#page-umami .element-10 {
  right: 0;
  top: 0;
  width: 100px;
}
#page-umami.page-umami .element-7 {
  left: -400px;
  z-index: 1;
  top: 50%;
}
@media (max-width: 960px) {
  #page-umami.page-umami .element-7 {
    display: none;
  }
}
#page-umami .text-1,
#page-umami .text-2 {
  font-size: 18px;
  color: #7b100f;
  font-family: 'moskbold_700';
}
#page-umami .text-2 {
  max-width: 500px;
  margin: 0 auto;
  font-size: 22px;
}
@media (max-width: 960px) {
  #page-umami .text-2 {
    font-size: 16px;
    margin: 20px auto;
  }
}
#page-umami .umami-seta {
  margin: 40px auto;
}
@media (max-width: 960px) {
  #page-umami .umami-seta {
    max-width: 90px;
  }
}
#page-umami .banner-umami {
  position: relative;
}
@media (min-width: 961px) {
  #page-umami .banner-umami {
    margin-top: 100px;
  }
}
#page-umami .banner-umami .element-paralax {
  z-index: 2;
}
@media (max-width: 960px) {
  #page-umami .banner-umami .element-paralax {
    max-width: 90px;
  }
}
#page-umami .banner-umami .element-1 {
  top: -32px;
  left: 12%;
}
@media (max-width: 960px) {
  #page-umami .banner-umami .element-1 {
    left: -45px;
  }
}
#page-umami .banner-umami .element-2 {
  bottom: 10%;
}
@media (max-width: 960px) {
  #page-umami .banner-umami .element-2 {
    left: -45px;
  }
}
#page-umami .banner-umami .element-3 {
  bottom: 0;
}
#page-umami .banner-umami .element-4 {
  right: 0;
}
@media (min-width: 961px) {
  #page-umami .banner-umami .element-4 {
    bottom: 20%;
  }
}
#page-umami .banner-umami .element-5 {
  right: -45px;
  bottom: 0;
}
@media (min-width: 961px) {
  #page-umami .banner-umami .element-5 {
    bottom: -100px;
    right: 0;
  }
}
#page-umami .img-banner {
  position: relative;
  z-index: 3;
  max-width: 800px;
  margin: 0 auto;
}
#page-umami .btns-umami {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
#page-umami .btns-umami .btns-umami-item {
  width: calc(50% - 40px);
  background: #de3c30;
  border-radius: 50px;
  margin: 0 20px 20px 20px;
  min-height: 76px;
}
@media (min-width: 960px) {
  #page-umami .btns-umami .btns-umami-item.btns-umami-item {
    width: inherit;
  }
  #page-umami .btns-umami .btns-umami-item.btns-umami-item a {
    padding-right: 40px;
    padding-left: 80px;
  }
  #page-umami .btns-umami .btns-umami-item.btns-umami-item a:before {
    left: 30px;
  }
}
@media (max-width: 960px) {
  #page-umami .btns-umami .btns-umami-item {
    width: 100%;
  }
}
#page-umami .btns-umami .btns-umami-item a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 10px;
  padding-left: 80px;
  font-size: 23px;
  font-family: 'moskbold_700';
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  position: relative;
  line-height: 1.2em;
  transition: 0.3s ease opacity;
}
#page-umami .btns-umami .btns-umami-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#page-umami .btns-umami .btns-umami-item a:before {
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 20px;
}
#page-umami .btns-umami .btns-umami-item a.o-que-e-o-gosto:before {
  background: url("../images/gosto-icon.svg") no-repeat center center;
  background-size: contain;
}
#page-umami .btns-umami .btns-umami-item a.como-foi-descoberto:before {
  background: url("../images/como-umami-icon.svg") no-repeat center center;
  background-size: contain;
}
#page-umami .btns-umami .btns-umami-item a.historia-do-umami:before {
  background: url("../images/historia-umami-icon.svg") no-repeat center center;
  background-size: contain;
}
#page-umami .btns-umami .btns-umami-item a.alimentos-que-contem:before {
  background: url("../images/alimentos-icon.svg") no-repeat center center;
  background-size: contain;
}
#page-umami .btns-umami .btns-umami-item a.o-que-e-glutamato:before {
  background: url("../images/o-que-e-glutamato-icon.svg") no-repeat center center;
  background-size: contain;
  width: 50px;
}
#page-umami .btns-umami .btns-umami-item a.como-o-ajinomoto-e-produzido:before {
  background: url("../images/como-aji-no-moto-e-feito-icon.svg") no-repeat center center;
  background-size: contain;
}
#page-umami .btns-umami .btns-umami-item a.glutamato-monossodico-faz-mal:before {
  background: url("../images/glutamato-faz-mal-icon.svg") no-repeat center center;
  background-size: contain;
  width: 60px;
}
#page-umami .btns-umami .btns-umami-item a.os-beneficios-do-glutamato-monossodico:before {
  background: url("../images/beneficio-glutamato-icon.svg") no-repeat center center;
  background-size: contain;
  width: 60px;
}
#page-umami .btns-umami .btns-umami-item a.duvidas-frequentes:before {
  background: url("../images/duvidas-frequentes-icon.svg") no-repeat center center;
  background-size: contain;
  width: 60px;
}
#page-umami.page-historia .element-8 {
  width: 500px;
  left: -400px;
  top: 20%;
}
#page-umami.page-historia .element-9 {
  top: 20%;
  z-index: 10;
}
#page-umami.page-historia .element-7 {
  right: -27px;
  width: 150px;
  height: 55px;
  top: 28%;
  transform: rotate(90deg) !important;
  left: inherit;
}
#page-umami.page-historia .element-6 {
  right: -689px;
  top: 0%;
}
#page-umami.page-como-o-umami-foi-descoberto .banner-umami {
  position: relative;
  max-width: 800px;
  margin: 50px auto;
}
#page-umami.page-como-o-umami-foi-descoberto .banner-umami:before {
  height: 50px;
  width: 100%;
  background: #de3c30;
  content: '';
  top: calc(50% - 20px);
  left: 0;
  position: absolute;
  border-radius: 50px;
}
#page-umami.page-como-o-umami-foi-descoberto .banner-umami .img-banner {
  max-width: 600px;
}
#page-umami.page-como-o-umami-foi-descoberto .element-12 {
  right: -27px;
  width: 150px;
  height: 55px;
  top: 62%;
  transform: rotate(90deg) !important;
}
@media (max-width: 960px) {
  #page-umami.page-como-o-umami-foi-descoberto .element-12 {
    z-index: 0;
  }
}
#page-umami.page-como-o-umami-foi-descoberto .element-6 {
  top: 23%;
}
#page-umami.page-como-o-umami-foi-descoberto .element-11 {
  right: 0;
  width: 100px;
  top: 30%;
}
#page-umami.page-como-e-produzido h1 {
  margin-top: 80px;
}
#page-umami.page-como-e-produzido .element-10 {
  top: 20%;
}
#page-umami.page-como-e-produzido .element-8 {
  width: 500px;
  left: -400px;
  top: 20%;
}
#page-umami.page-como-e-produzido .element-9 {
  z-index: 9;
  left: 20px;
}
@media (max-width: 960px) {
  #page-umami.page-como-e-produzido .btns-umami-item {
    text-align: left;
  }
  #page-umami.page-como-e-produzido .btns-umami-item a {
    font-size: 22px;
  }
}
#page-umami.page-beneficios-glutamato h1 {
  margin-top: 80px;
}
#page-umami.page-beneficios-glutamato .element-10 {
  top: 12%;
}
@media (max-width: 960px) {
  #page-umami.page-beneficios-glutamato .element-10 {
    top: 4%;
    right: inherit;
  }
}
#page-umami.page-beneficios-glutamato .element-6 {
  width: 700px;
  right: -520px;
  transform: rotate(45deg);
  top: 30%;
}
#page-umami.page-beneficios-glutamato .element-11 {
  right: 3%;
  top: 35%;
  width: 100px;
}
#page-umami.page-beneficios-glutamato .element-8 {
  width: 150px;
  left: -75px;
}
#page-umami.page-beneficios-glutamato .element-9 {
  top: 52%;
  z-index: 9;
}
#page-umami.page-mitos-e-verdades .element-7 {
  top: 10%;
}
#page-umami.page-mitos-e-verdades .element-9 {
  top: 9%;
}
#page-umami.page-mitos-e-verdades .element-12 {
  right: 5px;
  width: 100px;
  top: 17%;
}
@media (max-width: 960px) {
  #page-umami.page-mitos-e-verdades .element-12 {
    display: none;
  }
}
@media (min-width: 961px) {
  #page-umami.page-mitos-e-verdades h1 {
    display: block;
    max-width: 80%;
    margin: 30px auto;
  }
}
#page-umami.page-mitos-e-verdades .banner-umami {
  position: relative;
  max-width: 800px;
  margin: 10px auto;
}
@media (max-width: 960px) {
  #page-umami.page-mitos-e-verdades .banner-umami {
    margin: 50px 15px 20px 15px;
  }
}
#page-umami.page-mitos-e-verdades .banner-umami .img-banner {
  margin-bottom: 30px;
}
#page-umami.page-duvidas-frequentes .element-8 {
  top: 7%;
}
#page-umami.page-duvidas-frequentes .element-9 {
  top: 9%;
}
#page-umami.page-duvidas-frequentes .element-12 {
  top: 50%;
  width: 100px;
  z-index: 9;
}
@media (max-width: 960px) {
  #page-umami.page-duvidas-frequentes .element-10 {
    top: 2.5%;
  }
}
#page-umami.page-duvidas-frequentes .element-13 {
  width: 150px;
  top: 17%;
  transform: rotate(90deg) !important;
}
@media (max-width: 960px) {
  #page-umami.page-duvidas-frequentes .element-13 {
    right: -23px;
    top: 2.5%;
    width: 122px;
    transform: rotate(0deg) !important;
  }
}
#page-umami.page-duvidas-frequentes .circle-icons-box {
  position: relative;
}
#page-umami.page-duvidas-frequentes .circle-icons-box:before {
  width: 100%;
  background: #fff;
  height: 500px;
  position: absolute;
  left: 0;
  border-radius: 30px;
  content: '';
  z-index: 0;
  top: calc(50% - 250px);
}
#page-umami.page-duvidas-frequentes .circle-icons-box .circle-icons-item {
  position: relative;
}
#page-umami.page-alimentos-que-contem-umami .element-12 {
  width: 100px;
  top: 30%;
  z-index: 2;
}
#page-umami.page-alimentos-que-contem-umami .element-7 {
  top: 30%;
}
#page-umami.page-alimentos-que-contem-umami .element-11 {
  right: 0;
  width: 100px;
  top: 20%;
}
#page-umami.page-alimentos-que-contem-umami .element-10 {
  top: 44%;
  transform: rotate(90deg) !important;
  right: -20px;
}
#page-umami.page-receitas .element-7 {
  top: 28%;
  width: 500px;
  left: -385px;
}
#page-umami.page-receitas .element-8 {
  z-index: 2;
}
#page-umami.page-receitas .element-6 {
  top: 10%;
  width: 500px;
  right: -350px;
  transform: rotate(58deg);
}
@media (max-width: 960px) {
  #page-umami.page-receitas .element-6 {
    display: none;
  }
}
#page-umami.page-receitas .element-5 {
  right: 0;
  width: 100px;
  z-index: 3;
}
@media (max-width: 960px) {
  #page-umami.page-receitas .element-5 {
    display: none;
  }
}
#page-umami.page-receitas .element-4 {
  right: 0;
  width: 100px;
  z-index: 3;
  top: 60%;
}
@media (max-width: 960px) {
  #page-umami.page-receitas .element-4 {
    display: none;
  }
}
#page-umami.page-receitas .banner-receitas {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  #page-umami.page-receitas .banner-receitas {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
#page-umami.page-receitas .banner-receitas .container {
  max-width: 800px;
  position: relative;
  text-align: center;
}
#page-umami.page-receitas .banner-receitas .title-btn {
  position: absolute;
  bottom: -30px;
  z-index: 4;
  left: 0;
  right: 0;
  max-width: 210px;
  margin: 0 auto;
  padding: 5px 50px;
}
#page-umami.page-receitas .list-recipe-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-umami.page-receitas .list-recipe-box .list-recipe-item {
  width: calc(33% - 40px);
  margin: 0 20px 80px 20px;
  position: relative;
}
@media (max-width: 960px) {
  #page-umami.page-receitas .list-recipe-box .list-recipe-item {
    width: 100%;
    margin: 0 0 70px 0;
  }
}
#page-umami.page-receitas .list-recipe-box .list-recipe-item .btn-recipe {
  position: absolute;
  bottom: -30px;
  width: 85%;
  margin: auto;
  left: 0;
  right: 0;
}
#page-umami.page-receitas .list-recipe-box .list-recipe-item .btn-default {
  padding: 10px 5px;
  width: 100%;
  min-height: 74px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#page-umami.page-receitas .list-recipe-box .list-recipe-item figure {
  overflow-x: hidden;
  border-radius: 20px;
  border: 2px solid #de3c30;
}
#page-umami.page-receitas.page-sodio-reduzido .title-btn {
  background: #f09234;
}
#page-umami.page-receitas.page-sodio-reduzido .text-geral h2 {
  color: #db7b1b;
}
#page-umami.page-receitas.page-sodio-reduzido .element-8 {
  top: 70%;
}
#page-umami.page-receitas.page-sodio-reduzido .element-5 {
  width: 150px;
  top: 14%;
}
#page-umami.page-receitas.page-sodio-reduzido .element-4 {
  width: 150px;
  transform: rotate(90deg) !important;
  right: 10%;
}
#page-umami.page-receitas.page-receitas-umami .element-8 {
  top: 70%;
}
#page-umami.page-receitas.page-receitas-umami .element-5 {
  width: 150px;
  top: 14%;
}
#page-umami.page-receitas.page-receitas-umami .element-4 {
  width: 150px;
  transform: rotate(90deg) !important;
  right: 10%;
}
#page-umami.page-receitas.page-receitas-umami .element-6 {
  right: inherit;
  transform: rotate(0deg);
  left: 8%;
  top: 42%;
}
.btns-receitas {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}
@media (max-width: 960px) {
  .btns-receitas {
    display: block;
  }
  .btns-receitas .btns-receitas-item {
    margin-bottom: 20px;
  }
}
.btn-orange {
  background: #f09234;
  border: 1px solid #f09234;
}
.btn-orange:hover {
  color: #f09234;
}
#page-umami.page-que-e-glutamato .element-8 {
  right: 0;
  left: inherit;
  top: 15%;
}
#page-umami.page-que-e-glutamato .element-5 {
  right: 0;
  width: 100px;
  top: 40%;
}
@media (max-width: 960px) {
  #page-umami.page-que-e-glutamato .element-5 {
    display: none;
  }
}
#page-umami.page-produtos .element-7 {
  top: 58%;
  width: 500px;
  left: -385px;
}
#page-umami.page-produtos .element-8 {
  z-index: 2;
  top: 60%;
}
#page-umami.page-produtos .element-6 {
  top: 50%;
  width: 600px;
  right: -350px;
}
@media (max-width: 960px) {
  #page-umami.page-produtos .element-6 {
    display: none;
  }
}
#page-umami.page-produtos .element-5 {
  right: 0;
  width: 100px;
  z-index: 3;
}
@media (max-width: 960px) {
  #page-umami.page-produtos .element-5 {
    display: none;
  }
}
#page-umami.page-produtos .element-4 {
  right: 0;
  width: 100px;
  z-index: 3;
  top: 30%;
}
@media (max-width: 960px) {
  #page-umami.page-produtos .element-4 {
    display: none;
  }
}
#page-umami.page-produtos .element-9 {
  top: 20%;
}
.balanca-box {
  display: -ms-flexbox;
  display: flex;
  flex-warp: warp;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 10;
  position: relative;
}
@media (max-width: 960px) {
  .balanca-box {
    display: block;
  }
}
.balanca-box .balanca-image {
  width: 50%;
  border-right: 2px solid #de3c30;
}
@media (max-width: 960px) {
  .balanca-box .balanca-image {
    width: 100%;
    border: none;
  }
}
.balanca-box .balanca-text {
  width: 50%;
  padding: 0 5%;
}
@media (max-width: 960px) {
  .balanca-box .balanca-text {
    width: 100%;
  }
}
.balanca-box .balanca-text p {
  font-size: 18px;
}
.question-box .pergunta-box {
  position: relative;
  padding-bottom: 20px;
  max-width: 410px;
  margin: 0 auto;
}
.question-box .pergunta-box p {
  background: #de3c30;
  padding: 25px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  text-align: center;
  z-index: 10;
  position: relative;
}
.question-box .pergunta-box:before {
  content: '';
  height: 70px;
  width: 70px;
  background: url("../images/balao.svg") no-repeat;
  position: absolute;
  bottom: 10px;
  background-size: contain;
  right: 0;
  z-index: 9;
}
.question-box .resposta-box {
  background: #fff;
  border-radius: 30px;
  padding: 25px;
  font-size: 18px;
  font-family: 'moskbold_700';
  color: #707070;
  position: relative;
  top: -30px;
  max-width: 700px;
  margin: 0 auto;
}
.accordeon-section h3 {
  font-size: 25px;
  font-family: 'moskextra-bold_800';
  margin-bottom: 20px;
}
.accordeon-section .accordeon-item h2 {
  background: #d9362a;
  color: #fff;
  padding: 13px 20px;
  border-radius: 40px;
  text-align: center;
  font-family: 'moskextra-bold_800';
  margin-bottom: 25px;
  cursor: pointer;
}
.accordeon-section .accordeon-item h4 {
  font-family: 'moskextra-bold_800';
  font-size: 20px;
  margin-bottom: 20px;
}
.accordeon-section .accordeon-item .accordeon-content {
  padding: 0 0 20px 0;
  display: none;
}
.accordeon-section .accordeon-item .accordeon-content p {
  font-family: 'moskmedium_500';
  font-size: 18px;
  margin-bottom: 20px;
}
.accordeon-section .accordeon-item .accordeon-content p a {
  color: #d9362a;
}
.accordeon-section .accordeon-item .accordeon-content p strong {
  font-family: 'moskextra-bold_800';
}
.accordeon-section .accordeon-item .accordeon-content p span {
  color: #d9362a;
}
.accordeon-section .accordeon-item .accordeon-content h3 {
  font-size: 50px;
  line-height: 1em;
  display: inline-block;
  position: relative;
  left: -30px;
}
.accordeon-section .accordeon-item .accordeon-content h3:before {
  content: '';
  height: 50px;
  width: 50px;
  position: absolute;
  right: -60px;
}
.accordeon-section .accordeon-item .accordeon-content h3.mito {
  color: #d9362a;
}
.accordeon-section .accordeon-item .accordeon-content h3.mito:before {
  background-image: url("../images/mito.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.accordeon-section .accordeon-item .accordeon-content h3.verdade {
  color: #00a726;
}
.accordeon-section .accordeon-item .accordeon-content h3.verdade:before {
  background-image: url("../images/verdade.png");
  background-repeat: no-repeat;
  background-size: contain;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.3em;
  left: 0.2em;
  margin-right: 0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1310px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 960px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1309px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1309px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1309px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1309px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1310px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 960px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1309px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1310px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: 'moskbold_700';
  src: url("../fonts/mosk_bold_700-webfont.woff2") format('woff2'), url("../fonts/mosk_bold_700-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moskextra-bold_800';
  src: url("../fonts/mosk_extra-bold_800-webfont.woff2") format('woff2'), url("../fonts/mosk_extra-bold_800-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moskextra-light_200';
  src: url("../fonts/mosk_extra-light_200-webfont.woff2") format('woff2'), url("../fonts/mosk_extra-light_200-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mosklight_300';
  src: url("../fonts/mosk_light_300-webfont.woff2") format('woff2'), url("../fonts/mosk_light_300-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moskmedium_500';
  src: url("../fonts/mosk_medium_500-webfont.woff2") format('woff2'), url("../fonts/mosk_medium_500-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mosk_normal_400regular';
  src: url("../fonts/mosk_normal_400-webfont.woff2") format('woff2'), url("../fonts/mosk_normal_400-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'mosksemi-bold_600';
  src: url("../fonts/mosk_semi-bold_600-webfont.woff2") format('woff2'), url("../fonts/mosk_semi-bold_600-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moskthin_100';
  src: url("../fonts/mosk_thin_100-webfont.woff2") format('woff2'), url("../fonts/mosk_thin_100-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'moskultra-bold_900';
  src: url("../fonts/mosk_ultra-bold_900-webfont.woff2") format('woff2'), url("../fonts/mosk_ultra-bold_900-webfont.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'atomic_dustbinregular';
  src: url("../fonts/atomicdustbin-regular.woff2") format('woff2'), url("../fonts/atomicdustbin-regular.woff") format('woff');
}
body {
  background: url("../images/bg.jpg") repeat fixed;
  font-family: 'mosk_normal_400regular';
  color: #5a5a5a;
  overflow-x: hidden;
}
@media (min-width: 960px) {
  body {
    background: url("../images/bg-2.jpg") repeat fixed;
  }
}
sup {
  left: 0;
  margin-right: 0;
}
img {
  max-width: 100%;
}
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container-small {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .container-small {
    padding: 0 15px;
  }
}
p {
  font-family: 'moskbold_700';
  font-size: 16px;
  margin-bottom: 0px;
}
.space-h-10 {
  padding: 10px 0;
}
.space-h-20 {
  padding: 20px 0;
}
.space-h-30 {
  padding: 30px 0;
}
.space-h-40 {
  padding: 40px 0;
}
.space-h-50 {
  padding: 50px 0;
}
.space-v-10 {
  padding: 0 10px;
}
.space-v-20 {
  padding: 0 20px;
}
.space-v-30 {
  padding: 0 30px;
}
.space-v-40 {
  padding: 0 40px;
}
.space-v-50 {
  padding: 0 50px;
}
.space-h-5 {
  padding: 5px 0;
}
.title-btn {
  background: #de3c30;
  display: inline-block;
  font-family: 'moskbold_700';
  color: #fff;
  padding: 10px 50px;
  border-radius: 40px;
  font-size: 30px;
}
@media (max-width: 960px) {
  .title-btn {
    font-size: 25px;
  }
}
.title-btn-2 {
  background: #de3c30;
  display: inline-block;
  font-family: 'moskbold_700';
  color: #fff;
  padding: 10px 50px;
  border-radius: 40px;
  font-size: 20px;
}
#acessibilidade,
#privacy {
  padding-top: 50px;
  padding-bottom: 50px;
}
#privacy .text-simple-box {
  text-align: left;
}
#main {
  position: relative;
  overflow-x: hidden;
}
.nutri-table {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.nutri-table .table-box {
  border: 3px dashed #de3c30;
  padding: 5px;
  border-radius: 20px;
  margin-top: 30px;
}
.nutri-table table {
  background: #de3c30;
  color: #fff;
  border-radius: 20px;
}
.nutri-table th,
.nutri-table td {
  padding: 15px;
  border: 2px solid #fff;
  font-size: 18px;
}
.nutri-table th:first-child,
.nutri-table td:first-child {
  border-left: none;
}
.nutri-table th:last-child,
.nutri-table td:last-child {
  border-right: none;
}
.nutri-table th {
  border-top: none;
}
.nutri-table tfoot td {
  border-bottom: none;
}
@media (min-width: 960px) {
  .desktop-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.btn-default {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #de3c30;
  background: #de3c30;
  padding: 10px 30px;
  cursor: pointer;
  transition: 0.3s ease background;
  font-family: 'moskbold_700';
}
.btn-default:hover {
  background: #fff;
  color: #de3c30;
  text-decoration: none;
}
.btn-blue {
  background: #30afde;
  border: 1px solid #30afde;
}
.btn-blue:hover {
  color: #30afde;
}
.btn-orange {
  background: #f09234;
  border: 1px solid #f09234;
}
.btn-orange:hover {
  color: #f09234;
}
.btn-back {
  position: fixed;
  top: 50%;
  font-size: 12px;
  left: 10px;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 960px) {
  .btn-back {
    right: 0;
    left: inherit;
    top: 165px;
    z-index: 9999;
    padding: 8px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    right: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 20px;
  }
  .btn-back span {
    display: none;
  }
}
@media (max-width: 960px) {
  body.compact .btn-back {
    top: 133px;
  }
}
.title-main {
  color: #5a5a5a;
  font-family: 'moskultra-bold_900';
  font-size: 30px;
  line-height: 1.2em;
}
.title-main span {
  font-family: 'atomic_dustbinregular';
  color: #de3c30;
  font-size: 33px;
  display: block;
}
.title-main sup {
  font-size: 8px;
  top: -7px;
}
@media (min-width: 960px) {
  .title-main {
    font-size: 63px;
    line-height: 1em;
    font-weight: normal;
  }
  .title-main.title-main-small {
    font-size: 40px;
  }
  .title-main.title-main-small span {
    font-size: 40px;
  }
  .title-main.title-main-small img {
    max-width: 200px;
  }
  .title-main span {
    font-size: 63px;
  }
  .title-main img {
    max-width: 360px;
    margin-bottom: 5px;
  }
}
@media (max-width: 960px) {
  .title-main img {
    max-width: 180px;
  }
}
@media (min-width: 960px) {
  .grid-row {
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center;
  }
  .grid-row.grid-align-top {
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 70px;
  }
  .grid-row .grid-col {
    width: 50%;
  }
  .grid-row .grid-flex-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .grid-row .grid-flex-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
.owl-carousel .owl-item img {
  width: inherit;
}
button.menu-mobile {
  position: absolute;
  background: transparent;
  width: 40px;
  height: 40px;
  right: 16px;
  top: 20px;
  cursor: pointer;
  text-align: center;
}
button.menu-mobile div {
  background: #fff;
  width: 100%;
  height: 6px;
  margin: 7px auto 0 auto;
  border-radius: 9px;
  transition: ease-in-out 0.12s;
}
button.menu-mobile div:nth-child(2) {
  width: 100%;
}
button.menu-mobile div:nth-child(3) {
  margin-top: -6px;
  width: 100%;
}
button.menu-mobile div:nth-child(4) {
  width: 100%;
}
button.menu-mobile div:first-child {
  margin: 0;
}
button.menu-mobile.navOpen {
  z-index: 99999;
}
button.menu-mobile.navOpen div {
  width: 100%;
  margin: 0;
  transition: ease-in-out 0.3s;
}
button.menu-mobile.navOpen div:nth-child(1),
button.menu-mobile.navOpen div:nth-child(4) {
  background: transparent;
}
button.menu-mobile.navOpen div:nth-child(2) {
  transform: rotate(45deg);
}
button.menu-mobile.navOpen div:nth-child(3) {
  margin-top: -5px;
  transform: rotate(-45deg);
}
button.menu-mobile.navOpen {
  position: fixed;
  top: 40px;
}
header {
  position: relative;
  margin-top: -10px;
}
header.compact button.menu-mobile {
  position: fixed;
  z-index: 99999;
  background: #de3c30;
  padding: 8px;
  border-radius: 5px;
  width: 48px;
  height: 48px;
}
@media (min-width: 960px) {
  header.compact {
    border: 1px solid #000;
  }
  header.compact .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 10px;
  }
  header .logo {
    background: #de3c30;
    border-radius: 0 0 100% 100%;
  }
  header .logo div {
    padding: 30px 0;
    margin: 0 auto;
    width: 180px;
    z-index: 99999;
  }
  header .menu {
    margin-top: 20px;
    text-align: center;
    z-index: 99999;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  header .menu ul.navbar-nav {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
        justify-content: center;
    background: #de3c30;
    padding: 0 20px;
    border-radius: 20px;
  }
  header .menu ul.navbar-nav li {
    list-style: none;
    background: #de3c30;
    margin: 0 15px;
    font-size: 1.5em;
    font-family: 'moskbold_700';
    padding: 7px 0;
  }
  header .menu ul.navbar-nav li img {
    max-height: 15px;
    margin-left: 7px;
  }
  header .menu ul.navbar-nav li a {
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .menu ul.navbar-nav li a:hover {
    text-decoration: none;
  }
  header .menu ul.navbar-nav li.dropdown {
    position: relative;
  }
  header .menu ul.navbar-nav li.dropdown .submenu {
    position: absolute;
    width: 200px;
    background: #c32f24;
    border-radius: 20px;
    top: 42px;
    left: -50px;
    display: none;
  }
  header .menu ul.navbar-nav li.dropdown .submenu li {
    font-size: 14px;
    background: none;
    padding: 10px 0;
    border-bottom: 1px solid #ad2a20;
  }
  header .menu ul.navbar-nav li.dropdown .submenu li a {
    display: block;
  }
  header .menu ul.navbar-nav li.dropdown .submenu li a:hover {
    text-decoration: underline;
  }
  header .menu ul.navbar-nav li.dropdown.active .submenu {
    display: block;
  }
}
@media (max-width: 960px) {
  header {
    background: url("../images/bg-topo.png") no-repeat top center;
    background-size: 100% 100%;
    min-height: 140px;
    height: auto;
  }
  header .menu {
    background: rgba(209,56,37,0.85);
    position: fixed;
    background-size: auto 80px;
    width: 100%;
    right: -100%;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 99999;
    transition: slowTransition;
    padding: 20px;
    top: 90px;
  }
  header .menu.open {
    display: block;
    transition: slowTransition;
    right: 0;
    overflow-y: auto;
    bottom: 0;
    box-shadow: 0px 250px 0px 250px rgba(209,56,37,0.85);
    padding-top: 90px;
    top: 0;
  }
  header .menu ul {
    list-style: none;
  }
  header .menu li {
    width: 100%;
  }
  header .menu li img {
    display: block;
    max-height: 25px;
  }
  header .menu li a {
    color: #fff;
    padding: 10px 0 10px 10px;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    width: 100%;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
    transition: slowTransition;
  }
  header .menu li a:hover {
    color: #fff;
    text-decoration: none;
  }
  header .menu li .submenu a {
    font-size: 14px;
  }
  header .menu li:last-child a {
    border: none;
  }
  header .logo {
    width: calc(100% - 189px);
    margin-left: 133px;
    text-align: center;
    z-index: 99999;
    position: relative;
  }
  header .logo img {
    max-width: 160px;
  }
}
@media (max-width: 960px) and (max-width: 320px) {
  header a {
    font-size: 1.4em;
  }
}
@media (max-width: 960px) and (max-width: 320px) {
  header img {
    max-width: 120px;
  }
}
.owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 9px;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  border: 2px solid #d13825;
  width: 12px;
  height: 12px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  margin: 0 4px;
  *display: inline;
}
.owl-dots .owl-dot span {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 6px;
  height: 6px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-dots .owl-dot.active {
  height: 16px;
  width: 16px;
  top: 2px;
}
.owl-dots .owl-dot.active span {
  background: #d13825;
  height: 8px;
  width: 8px;
}
.owl-nav {
  position: absolute;
  width: 90%;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 1200px;
  margin: auto;
}
.owl-nav > div {
  position: absolute;
  display: inline-block;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-prev .fa:before {
  background-image: url("../images/arow-left.png");
  right: 0;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-next .fa:before {
  background-image: url("../images/arow-right.png");
  left: 0;
}
.owl-nav .fa {
  display: block;
  color: #de3c30;
  text-align: center;
  line-height: 32px;
  position: relative;
  transition: 0.3s ease opacity;
}
.owl-nav .fa:before {
  content: '';
  height: 33px;
  width: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-simple-box {
  text-align: center;
  font-size: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.text-simple-box h2,
.text-simple-box h3,
.text-simple-box h4,
.text-simple-box h5,
.text-simple-box h6 {
  color: #de3c30;
  text-transform: uppercase;
  font-size: 19px;
  font-family: 'moskmedium_500';
}
.text-simple-box h3,
.text-simple-box h4,
.text-simple-box h5,
.text-simple-box h6 {
  font-size: 17px;
}
.text-simple-box p,
.text-simple-box li {
  font-size: 19px;
  font-family: 'moskmedium_500';
}
.text-simple-box p {
  margin-bottom: 10px;
}
.text-simple-box li {
  font-size: 16px;
}
.text-simple-box ul {
  margin-bottom: 20px;
}
.text-simple-box span {
  color: #de3c30;
}
.text-simple-box span.broke {
  color: #5a5a5a;
}
@media (min-width: 960px) {
  .text-simple-box span.broke {
    display: block;
  }
}
@media (min-width: 960px) {
  .text-simple-box {
    margin: 50px auto 0 auto;
    max-width: 410px;
  }
  .text-simple-box.text-simple-box-large {
    max-width: 960px;
  }
  .text-simple-box h2,
  .text-simple-box p {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .text-simple-box li {
    font-size: 22px;
    list-style: none;
  }
  .text-simple-box h3,
  .text-simple-box h4,
  .text-simple-box h5,
  .text-simple-box h6 {
    font-size: 20px;
  }
}
.what-are-unami {
  padding-left: 10%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 20px;
}
.what-are-unami .title-main {
  margin-left: 5%;
}
.what-are-unami:after {
  content: '';
  height: 102px;
  width: 83px;
  background: url("../images/red-balls.svg") no-repeat top right;
  top: 0;
  right: 10%;
  position: absolute;
  transform: rotate(250deg);
  -webkit-transform: rotate(250deg);
  -moz-transform: rotate(250deg);
  -o-transform: rotate(250deg);
}
.what-are-unami:before {
  content: '';
  background: url("../images/shape-01.png") right center no-repeat;
  width: 100%;
  left: -85%;
  position: absolute;
}
.what-are-unami figure {
  text-align: center;
  margin-top: -80px;
}
@media (min-width: 960px) {
  .what-are-unami {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 442px;
    padding-left: 15%;
  }
  .what-are-unami .title-main {
    font-size: 40px;
  }
  .what-are-unami .title-main span {
    font-size: 45px;
  }
  .what-are-unami figure {
    margin-top: 0;
  }
  .what-are-unami:before {
    min-height: 442px;
  }
}
.plate-box {
  right: -18%;
  max-width: 570px;
  position: relative;
  margin-top: 50px;
}
.plate-box img {
  max-width: inherit;
}
@media (min-width: 960px) {
  .plate-box {
    margin-top: 0;
    right: -25%;
  }
  .plate-box img {
    transform: rotate(-100deg);
  }
}
@media (max-width: 960px) {
  .plate-box {
    margin-bottom: -150px;
    right: -50%;
  }
  .plate-box:before {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    top: 0;
    left: -20%;
    position: absolute;
  }
  .plate-box:after {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    bottom: 30%;
    left: -18%;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
@media (max-width: 480px) {
  .plate-box {
    right: -18%;
  }
}
.whare-found {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 480px) {
  .whare-found {
    margin-top: 40px;
  }
}
.whare-found .text-simple-box {
  margin: 0;
  padding: 0;
}
.whare-found p {
  font-size: 20px;
}
.whare-found:before {
  content: '';
  height: 34px;
  width: 95px;
  background: url("../images/wave-2.svg") no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.whare-found:after {
  content: '';
  height: 34px;
  width: 95px;
  background: url("../images/wave-2.svg") no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
.element-paralax {
  position: absolute;
}
.left-plate {
  position: relative;
}
.left-plate img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-width: 960px) {
  .left-plate {
    height: 557px;
    margin-left: -29%;
    margin-bottom: -90px;
  }
  .left-plate img {
    background-image: url("../images/left-plate.png");
  }
}
@media (min-width: 960px) {
  .left-plate {
    height: 800px;
    width: 1100px;
    margin-left: -10%;
  }
  .left-plate img {
    background-image: url("../images/left-plate-big.png");
  }
}
@media (min-width: 960px) {
  .how-to-box {
    margin: -50px 0 30px 0;
  }
  .how-to-box .title-main {
    font-size: 80px;
    position: relative;
  }
  .how-to-box .title-main:before {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    top: 50%;
    left: 15%;
    position: absolute;
  }
  .how-to-box .title-main:after {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    bottom: 0;
    right: 15%;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .how-to-box .title-main span {
    font-size: 80px;
  }
}
.how-to-img {
  height: 134px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .how-to-img {
    height: 200px;
    margin-top: 30px;
  }
}
@media (max-width: 320px) {
  .how-to-img {
    height: 112px;
  }
}
.how-to-img img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/how-to-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 960px) {
  .how-to-img img {
    background-size: contain;
  }
}
@media (max-width: 960px) {
  .prod-img {
    height: 403px;
    position: relative;
    max-width: 353px;
    margin-bottom: 70px;
    margin-top: 30px;
  }
  .prod-img img {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/prod-img.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }
  .prod-img:before {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    bottom: -50px;
    left: 0;
    position: absolute;
  }
}
@media (min-width: 960px) {
  .prod-img {
    max-width: 960px;
    margin: 50px auto 0 auto;
  }
}
.sodio-receitas {
  position: relative;
  margin-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
}
.sodio-receitas:before {
  content: '';
  background: url("../images/shape-01.png") right center no-repeat;
  width: 100%;
  height: 400px;
  left: -85%;
  position: absolute;
}
@media (max-width: 960px) {
  .sodio-receitas:after {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    top: 150px;
    right: -30px;
    position: absolute;
    transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -o-transform: rotate(230deg);
  }
}
@media (min-width: 960px) {
  .sodio-receitas {
    padding: 0 100px;
  }
  .sodio-receitas:before {
    height: 600px;
  }
}
@media (min-width: 960px) {
  .replace-box {
    position: relative;
  }
  .replace-box:after {
    content: '';
    height: 34px;
    width: 95px;
    background: url("../images/wave.svg") no-repeat;
    top: 150px;
    right: -10%;
    position: absolute;
    transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    -moz-transform: rotate(230deg);
    -o-transform: rotate(230deg);
  }
}
.colher-box {
  background: url("../images/colher.png") no-repeat;
  height: 170px;
  width: 317px;
  position: relative;
  display: table;
  padding-left: 160px;
  margin: 0 auto;
}
.colher-box.colher-cheia,
.colher-box .colher-2 {
  background: url("../images/colher-cheia.png") no-repeat;
}
.colher-box p {
  *position: absolute;
  right: 0;
  width: 150px;
  text-align: center;
  top: 50%;
  display: table-cell;
  vertical-align: middle;
  font-family: 'atomic_dustbinregular';
  font-size: 18px;
}
.colher-box p span {
  display: block;
  *position: relative;
  top: -50%;
}
.products-box {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-box .btn-border {
  font-size: 14px;
}
.products-box .btn-border span {
  position: relative;
  padding-left: 40px;
}
.products-box .btn-border span:before {
  content: '';
  background: url("../images/cart.svg") no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
}
.products-box .item {
  width: 33%;
  margin-bottom: 50px;
}
@media (max-width: 960px) {
  .products-box .item {
    width: 100%;
  }
}
.products-box .item h3 {
  font-family: 'moskextra-bold_800';
  color: #de3c30;
  font-size: 28px;
}
.products-box .item h3 span {
  display: inline-block;
  border: 1px solid #de3c30;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 24px;
}
.plus-text {
  text-align: center;
  color: #de3c30;
  font-family: 'moskultra-bold_900';
  font-size: 40px;
}
.reduza-panda {
  margin: 40px 0;
  position: relative;
  width: 100%;
}
.reduza-panda:after {
  content: '';
  height: 102px;
  width: 83px;
  background: url("../images/red-balls.svg") no-repeat top right;
  top: 0;
  left: 0;
  position: absolute;
}
.title-double-wave {
  text-align: center;
  color: #de3c30;
  font-family: 'atomic_dustbinregular';
  margin-bottom: 30px;
}
.title-double-wave.no-wave h2:before,
.title-double-wave.no-wave h2:after {
  display: none !important;
}
.title-double-wave span {
  position: relative;
}
.title-double-wave span:before {
  content: '';
  height: 34px;
  width: 95px;
  background: url("../images/wave.svg") no-repeat;
  top: 0;
  right: -100px;
  position: absolute;
}
.title-double-wave span:after {
  content: '';
  height: 34px;
  width: 95px;
  background: url("../images/wave.svg") no-repeat;
  top: 0;
  left: -100px;
  position: absolute;
}
@media (min-width: 960px) {
  .title-double-wave span:before {
    right: -150px;
  }
  .title-double-wave span:after {
    left: -150px;
  }
}
.title-double-wave h2 {
  font-size: 37px;
  position: relative;
  min-height: 34px;
  line-height: 1em;
}
.title-double-wave h2:before {
  content: '';
  height: 34px;
  width: 95px;
  background: url("../images/wave.svg") no-repeat;
  top: 50%;
  margin-top: -16px;
  right: 0;
  position: absolute;
}
.title-double-wave h2:after {
  content: '';
  height: 34px;
  width: 95px;
  background: url("../images/wave.svg") no-repeat;
  top: 50%;
  margin-top: -16px;
  left: 0;
  position: absolute;
}
@media (min-width: 960px) {
  .title-double-wave {
    margin-top: 70px;
  }
  .title-double-wave h2 {
    display: inline-block;
    font-size: 60px;
    min-height: 60px;
    line-height: 1em;
  }
  .title-double-wave h2:after {
    left: -150px;
  }
  .title-double-wave h2:before {
    right: -150px;
  }
}
.title-double-wave.privacy-title h2 {
  line-height: 1em;
}
.ajipanda:before,
.ajipanda:after {
  top: 50%;
}
.products-section .btn-shop-now {
  font-size: 16px;
}
.products-section .btn-shop-now span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
}
.products-section .btn-shop-now span:before {
  content: '';
  background: url("../images/cart.svg") no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
}
.products-section .btn-shop-now:hover {
  text-decoration: none;
}
.products-section .btn-shop-now:hover span {
  background: #de3c30;
  color: #fff;
}
.products-section .owl-dots {
  display: none;
}
.products-section .products-box {
  margin: 0 auto 30px auto;
  position: relative;
}
@media (min-width: 961px) {
  .products-section .products-box .slides {
    display: -ms-flexbox;
    display: flex;
  }
  .products-section .products-box .slides .item {
    width: 16.666666%;
  }
}
.products-section .item {
  text-align: center;
}
.products-section .item img {
  margin: 0 auto;
}
.products-section .item p {
  color: #de3c30;
  border: 3px dotted #de3c30;
  border-radius: 20px;
  font-size: 18px;
  padding: 5px 15px;
  display: inline-block;
  margin: 20px 0;
  font-family: 'moskultra-bold_900';
}
@media (max-width: 960px) {
  .products-section .products-box {
    width: 150%;
    left: -25%;
  }
}
@media (min-width: 960px) {
  .products-section .products-box {
    padding: 0 15px;
  }
}
.title-recipes {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 960px) {
  .title-recipes {
    margin-top: 100px;
  }
}
.recipes-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recipes-section:last-child {
  margin-bottom: 0;
}
.recipes-section .recipe-box {
  margin: 0 10px;
  width: calc(50% - 20px);
  text-align: center;
  margin-bottom: 40px;
}
.recipes-section .recipe-box figure {
  position: relative;
  padding-bottom: 25px;
}
.recipes-section .recipe-box figure img {
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #de3c30;
}
.recipes-section .recipe-box figure:after {
  content: '';
  width: 12px;
  height: 18px;
  background: url("../images/arow-down-bullets.svg") no-repeat;
  background-size: contain;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (min-width: 960px) {
  .recipes-section .recipe-box figure:after {
    width: 28px;
    height: 28px;
    bottom: -15px;
  }
}
.recipes-section .recipe-box h2 {
  color: #de3c30;
  font-family: 'mosksemi-bold_600';
  line-height: 1.2em;
}
.recipes-section .recipe-box h2 span {
  font-family: 'moskultra-bold_900';
}
@media (min-width: 960px) {
  .recipes-section {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .recipes-section .recipe-box {
    width: calc(27% - 20px);
  }
  .recipes-section .recipe-box h2 {
    font-size: 30px;
    margin-top: 15px;
  }
}
.ajipanda {
  margin: 30px 0;
  text-align: center;
}
.btn-border {
  display: inline-block;
  padding: 2px;
  border: 3px dotted #de3c30;
  border-radius: 20px;
  margin-top: 20px;
  transition: 0.3s ease;
}
.btn-border span {
  color: #fff;
  background: #de3c30;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 20px;
  transition: 0.3s ease;
}
.btn-border:hover {
  border: 3px dotted #fff;
}
.btn-border:hover span {
  background: #fff;
  color: #de3c30;
}
@media (min-width: 960px) {
  .btn-border {
    font-size: 20px;
    border-radius: 30px;
  }
  .btn-border span {
    padding: 8px 30px;
    border-radius: 30px;
  }
}
.recipes-box {
  margin-top: 40px;
}
#footer {
  text-align: center;
}
#footer .copy {
  color: #fff;
  padding-top: 50px;
  border-radius: 50% 50% 0 0;
  background: #de3c30;
  width: 200%;
  margin: 0 auto;
  left: -50%;
  position: relative;
}
#footer .copy .content-copy {
  padding: 0 35px;
  padding-bottom: 50px;
  max-width: 50%;
  margin: 0 auto;
}
#footer .copy a {
  color: #fff;
}
#footer .socials-box {
  padding-top: 40px;
  padding-bottom: 30px;
  background: url("../images/socials-bg.png") no-repeat;
  background-size: 100% auto;
}
#footer .socials-box h2 {
  margin-top: 30px;
  font-size: 2.5em;
  font-family: 'atomic_dustbinregular' font-family 'atomic_dustbinregular';
  font-weight: normal;
  color: #de3c30;
}
#footer .socials-itens {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}
#footer .socials-itens li {
  background: #de3c30;
  list-style: none;
  margin: 0 20px;
  border-radius: 50%;
  height: 50px;
  position: relative;
  width: 50px;
}
#footer .socials-itens li a {
  background-color: #fff;
  -webkit-mask-image: url("../images/icon-facebook.svg");
  mask-image: url("../images/icon-facebook.svg");
  color: #fff;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer .socials-itens li a.instagram {
  -webkit-mask-image: url("../images/icon-instagram.svg");
  mask-image: url("../images/icon-instagram.svg");
}
#footer .socials-itens li a.twitter {
  -webkit-mask-image: url("../images/icon-twitter.svg");
  mask-image: url("../images/icon-twitter.svg");
}
#footer .terms {
  display: block;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  #footer .terms {
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 20px auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#footer .terms li {
  margin-bottom: 12px;
}
@media (min-width: 960px) {
  #footer .terms li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#footer .terms li:last-child {
  margin-bottom: 0;
}
#footer .terms li a {
  background: #d13825;
  border: 1px solid #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 2px 10px;
  color: #fff;
  transition: 0.3s ease all;
}
#footer .terms li a:hover {
  background: #fff;
  color: #de3c30;
  text-decoration: none;
}
@media (min-width: 960px) {
  button.menu-mobile {
    display: none;
  }
}
.shop-now-container {
  background: rgba(77,5,5,0.9);
  position: fixed;
  width: 100%;
  right: 0;
  display: block;
  transition: slowTransition;
  padding: 30px;
  top: 0;
  z-index: 99999999;
}
.shop-now-content {
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .shop-now-content {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
}
.shop-now-product-box {
  width: 100%;
}
@media (min-width: 960px) {
  .shop-now-product-box {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    -ms-flex-pack: center;
        justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-right: 20px;
  }
  .shop-now-product-box::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 3px;
  }
  .shop-now-product-box::-webkit-scrollbar {
    width: 6px;
    background: transparent;
  }
  .shop-now-product-box::-webkit-scrollbar-thumb {
    background: #fff;
  }
}
.shop-now-product-box h2 {
  color: #fff;
}
.shop-now-product-box span {
  color: #fff;
  font-weight: bold;
  border: 3px dotted #fff;
  border-radius: 20px;
  font-size: 18px;
  padding: 5px 15px;
  display: inline-block;
  margin: 20px 0;
  font-family: 'moskultra-bold_900';
}
.shop-now-product-box figure {
  max-width: 300px;
  margin: 0 auto;
}
.shop-now-product-box figure img {
  width: inherit !important;
  opacity: 1 !important;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .shop-now-product-box figure img {
    width: 200px !important;
  }
}
.shop-now-product-box .new-dots {
  position: relative;
}
.shop-now-stores-wrap {
  width: 100%;
}
@media (min-width: 960px) {
  .shop-now-stores-wrap {
    width: 50%;
    overflow-y: auto;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
  }
  .shop-now-stores-wrap ul {
    width: 100%;
  }
}
.shop-now-stores-wrap::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 3px;
}
.shop-now-stores-wrap::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.shop-now-stores-wrap::-webkit-scrollbar-thumb {
  background: #fff;
}
.stores li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 5px dotted #ac7377;
  padding: 15px 0;
}
.stores li:last-child {
  border-bottom: none;
}
.stores li .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
}
.stores li .info p {
  font-size: 1em;
}
.stores li .price {
  font-size: 1.5em;
  color: #fff;
  display: none;
}
.stores li .logo {
  width: 120px;
  height: 60px;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  overflow: hidden;
}
.stores li .logo img {
  display: inline !important;
  width: auto !important;
  max-width: auto !important;
  height: 100% !important;
  margin: 0 auto;
}
.stores li .btn-buy {
  background: #fff;
  color: #de3c30;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 20px;
}
@media (max-width: 960px) {
  .stores li .btn-buy {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .stores li .logo {
    width: 90px;
    height: 50px;
  }
}
@media (max-width: 320px) {
  .stores li .logo {
    width: 50px;
  }
}
.offersError {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
.shop-now-container {
  height: 100vh;
  overflow-y: auto;
  padding-top: 120px;
}
.shop-now-container .owl-dots {
  bottom: -30px;
}
.shop-now-container .owl-dots .owl-dot {
  border-color: #fff;
}
.shop-now-container .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.shop-now-container .owl-nav .disabled {
  opacity: 0.2;
}
.shop-now-container .owl-nav .owl-prev .fa:before {
  color: #fff;
  background: url("../images/left-arrow.svg") no-repeat;
  background-size: contain;
}
.shop-now-container .owl-nav .owl-next .fa:before {
  color: #fff;
  background: url("../images/right-arrow.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 960px) {
  .shop-now-container {
    padding-bottom: 50px;
  }
  .shop-now-container .owl-nav {
    width: 90% !important;
    min-width: 90%;
    top: 70px;
  }
}
@media (min-width: 960px) {
  .shop-now-container .slides {
    height: calc(100vh - 160px);
    max-width: 960px;
    margin: 0 auto;
  }
  .shop-now-container .owl-item {
    height: calc(100vh - 160px);
  }
  .shop-now-container .owl-nav {
    min-width: 460px;
    top: 50%;
    right: inherit;
    width: 47%;
  }
}
.btn-container {
  max-width: 960px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: -130px;
  top: 0;
}
@media (min-width: 960px) {
  .btn-cart-top,
  .btn-insta-top {
    display: none;
  }
}
@media (max-width: 960px) {
  .btn-cart-top,
  .btn-insta-top {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 0;
    background-size: 30px;
    z-index: 9999;
    padding: 8px;
    border-radius: 5px;
    width: 48px;
    height: 48px;
    right: 16px;
  }
  .btn-cart-top.btn-cart-top,
  .btn-insta-top.btn-cart-top {
    background: #de3c30 url("../images/cart.svg") no-repeat center;
    background-size: 30px;
    top: 77px;
  }
  .btn-cart-top.btn-insta-top,
  .btn-insta-top.btn-insta-top {
    background: #de3c30 url("../images/instagram.svg") no-repeat center;
    background-size: 30px;
    top: 140px;
  }
  .btn-cart-top.btn-cart-top,
  .btn-insta-top.btn-cart-top {
    background: #de3c30 url("../images/cart.svg") no-repeat center;
    background-size: 30px;
  }
  .btn-cart-top.btn-insta-top,
  .btn-insta-top.btn-insta-top {
    background: #de3c30 url("../images/instagram.svg") no-repeat center;
    background-size: 30px;
    top: 132px;
  }
  header.compact .btn-cart-top,
  header.compact .btn-insta-top {
    position: fixed;
  }
}
.menu-btn {
  width: 90px;
  height: 44px;
  color: #fff;
  display: inline-block;
  border-radius: 25px;
  margin-left: 20px;
  font-size: 0;
}
.menu-btn.cart-btn {
  background: #de3c30 url("../images/cart.svg") no-repeat center;
}
@media (max-width: 960px) {
  .menu-btn.cart-btn {
    background: none;
    margin-bottom: 20px;
  }
  .menu-btn.cart-btn:before {
    background: #de3c30 url("../images/cart.svg") no-repeat center;
    background-size: 25px;
  }
}
.menu-btn.insta-btn {
  background: #de3c30 url("../images/instagram.svg") no-repeat center;
  background-size: 25px;
}
@media (max-width: 960px) {
  .menu-btn.insta-btn {
    background: none;
  }
  .menu-btn.insta-btn:before {
    background: #de3c30 url("../images/instagram.svg") no-repeat center;
    background-size: 25px;
  }
}
@media (max-width: 960px) {
  .menu-btn {
    color: #fff;
    padding: 10px 0 10px 50px;
    border-radius: 0;
    border-top: 2px solid #fff;
    width: 100%;
    display: inline-block;
    font-size: 1.6em;
    font-weight: bold;
    font-style: italic;
    background: none;
    margin-left: 0;
    position: relative;
    height: 40px;
    line-height: 40px;
  }
  .menu-btn:before {
    content: '';
    width: 40px;
    height: 40px;
    background-size: 25px;
    position: absolute;
    left: 0;
    border-radius: 5px;
  }
}
#close-modal {
  position: absolute;
  background: #df3d30;
  width: 40px;
  height: 40px;
  right: 16px;
  top: 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
}
#close-modal div {
  background: #fff;
  width: 80%;
  margin: 0;
  height: 6px;
  border-radius: 9px;
  transition: ease-in-out 0.12s;
}
#close-modal div:nth-child(1),
#close-modal div:nth-child(4) {
  background: transparent;
}
#close-modal div:nth-child(2) {
  transform: rotate(45deg);
  margin-left: 4px;
}
#close-modal div:nth-child(3) {
  margin-top: -6px;
  margin-left: 4px;
  transform: rotate(-45deg);
}
#close-modal div:first-child {
  margin: 0;
}
.modal-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #700a0d;
  display: none;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  z-index: 9999;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-weight: 400;
  box-sizing: border-box;
}
.modal-cookies p {
  margin: 0;
  color: #fff;
  padding-right: 20px;
  font-size: 16px;
}
.modal-cookies p a {
  color: #c94a3e;
  text-decoration: underline;
}
.modal-cookies p a:hover {
  text-decoration: none;
}
@media (max-width: 780px) {
  .modal-cookies p {
    font-size: 12px;
  }
}
.modal-cookies button {
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 17px;
  background: none;
  border: 2px dotted #dc3e36;
}
.modal-cookies button span {
  background: #dc3e36;
  display: inline-block;
  border-radius: 15px;
  margin: 1px;
  padding: 5px 25px;
}
.modal-cookies button:hover {
  color: #dc3e36;
  border: 2px dotted #fff;
}
.modal-cookies button:hover span {
  background: #fff;
  color: #dc3e36;
}
@media (max-width: 780px) {
  .modal-cookies {
    font-size: 12px;
  }
}
.text-geral {
  max-width: 700px;
  margin: 40px auto;
}
.text-geral p {
  font-family: 'moskbold_700';
  font-size: 16px;
  margin-bottom: 20px;
}
.text-geral h2 {
  font-family: 'moskbold_700';
  color: #7b100f;
  font-size: 25px;
  margin-bottom: 20px;
}
.text-geral h2.big-text {
  font-size: 45px;
  color: #de3c30;
}
@media (max-width: 960px) {
  .text-geral h2.big-text {
    font-size: 35px;
    line-height: 1.4em;
  }
}
@media (max-width: 960px) {
  .text-geral h2 {
    font-size: 18px;
  }
}
.text-white {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  z-index: 10;
  position: relative;
}
.circle-icons-box {
  max-width: 700px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
.circle-icons-box .circle-icons-item {
  width: calc(33.333% - 40px);
  margin: 0 20px 40px 20px;
}
@media (max-width: 960px) {
  .circle-icons-box .circle-icons-item {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
  }
}
.mitos-e-verdades-section {
  max-width: 700px;
  margin: 40px auto;
}
.mitos-e-verdades-section .mitos-e-verdades-box {
  margin-bottom: 30px;
}
.mitos-e-verdades-section h2 {
  background: #de3c30;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  padding: 10px 50px;
  border-radius: 40px;
}
.mitos-e-verdades-section h3 {
  font-family: 'moskultra-bold_900';
  color: #a00;
  font-size: 40px;
  margin: 10px 0;
}
.mitos-e-verdades-section h3.verdade {
  color: #009127;
}
.mitos-e-verdades-section p {
  color: #707070;
}
.referencias p {
  color: #de3c30;
  font-family: 'moskmedium_500';
  font-size: 14px;
}
.referencias p strong {
  font-family: 'moskultra-bold_900';
}
.icon-whats {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 3;
  background: #1ad13f url("../images/whatsapp2.png") no-repeat 70px center;
  background-size: 40px;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  width: 65px;
  height: 65px;
  font-size: 0;
  background-position: center;
  border-radius: 50px;
  padding: 0;
  transition: 0.2s ease width;
}
.icon-whats-txt-label {
  position: fixed;
  bottom: 38px;
  right: 30px;
  z-index: 2;
  overflow: hidden;
  background-color: #1ad13f;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  border: solid #1ad13f 10px;
  font-size: 0px;
  background-position: center;
  border-radius: 50px;
  padding: 0;
  transition: 0.2s ease width;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-family: 'Times New Roman', Times, serif;
}
@media screen and (max-width: 960px) {
  .icon-whats-txt-label {
    font-size: 14px;
    height: 43px;
    right: 55px !important;
    padding: 0px 25px 0px 10px !important;
  }
}
.whatsapp-chat {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 4;
  width: 65px;
  height: 65px;
}
@media screen and (min-width: 961px) {
  .whatsapp-chat:hover .icon-whats-txt-label {
    font-size: 13px !important;
    width: 235px !important;
    text-decoration: none !important;
    color: #fff !important;
  }
}
@media screen and (max-width: 960px) {
  .whatsapp-chat {
    width: 300px;
  }
}
.space-div {
  max-width: 600px;
  margin: 0 auto;
}
.text-btn-full {
  background: #d9362a;
  color: #fff;
  padding: 13px 20px;
  border-radius: 40px;
  text-align: center;
  font-family: 'moskextra-bold_800';
  margin-bottom: 25px;
  cursor: pointer;
}
.intro-text p {
  margin-bottom: 20px;
  font-family: 'moskmedium_500';
  font-size: 18px;
}
.intro-text p strong {
  font-family: 'moskextra-bold_800';
}
.intro-text p span {
  color: #d9362a;
}
.intro-text h3 {
  font-family: 'moskextra-bold_800';
  font-size: 20px;
  margin-bottom: 20px;
}
.text-big {
  font-size: 25px;
  font-family: 'moskextra-bold_800';
  margin-bottom: 20px;
}
