@font-face {
  font-family: 'Aller';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Aller.eot"), url("fonts/Aller.ttf"), url("fonts/Aller.woff");
}
@font-face {
  font-family: 'Aller';
  font-weight: bold;
  src: url("fonts/Aller-Bold.eot"), url("fonts/Aller-Bold.ttf"), url("fonts/Aller-Bold.woff");
}
*,
*:before,
*:after {
  border: 0;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Aller';
}
body.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}
body #containment {
  float: left;
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body #containment .wrap {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1150px;
}
@media (max-width: 1150px) {
  body #containment .wrap {
    padding: 0 30px;
    width: 100%;
  }
}
.button {
  background: #b0dd47;
  border-radius: 27px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: calc(12px + (20 - 12) * ((1150px - 320px) / (1150 - 320)));
  font-weight: 700;
  padding: 15px 35px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button:hover {
  background: #52b54e;
  padding: 15px 70px 15px 35px;
}
.button:hover:after {
  opacity: 1;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
}
@media (max-width: 1150px) {
  .button {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1150 - 320)));
  }
}
.button.back {
  background: #fff;
  color: #644626;
}
.button.back:hover {
  padding: 15px 35px 15px 70px;
}
.button.back:hover:after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
}
.button.back:after {
  border-bottom: 2px solid #644626;
  border-right: 2px solid #644626;
  left: 40px;
  right: auto;
  -webkit-transform: translate(200%, -50%) rotate(135deg);
          transform: translate(200%, -50%) rotate(135deg);
}
.button.down:hover:after {
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.button.down:after {
  -webkit-transform: translate(260%, -200%) rotate(45deg);
          transform: translate(260%, -200%) rotate(45deg);
  top: calc(50% - 3px);
}
.button:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  height: 13px;
  position: absolute;
  opacity: 0;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(-200%, -50%) rotate(-45deg);
          transform: translate(-200%, -50%) rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 13px;
}
.button.sending {
  pointer-events: none;
}
.button.error {
  background: #c00;
}
.button.success {
  background: #4bb543;
}
footer {
  padding-bottom: 60px;
  width: 100%;
}
footer .wrap {
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}
@media (max-width: 1150px) {
  footer .wrap {
    padding: 40px 30px 0 !important;
  }
}
footer .wrap .block {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 869px) {
  footer .wrap .block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
footer .wrap .block > * {
  width: 270px;
}
@media (max-width: 869px) {
  footer .wrap .block > * {
    margin-bottom: 30px;
    width: auto;
  }
}
footer .wrap .block > *:last-child {
  margin-bottom: 0;
}
footer .wrap .block .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrap .block .social span {
  color: #80592b;
  font-size: 18px;
  margin-bottom: 10px;
  width: 100%;
}
footer .wrap .block .social a {
  background-size: cover !important;
  height: 70px;
  width: 70px;
}
footer .wrap .block .social a.facebook {
  background: url("../img/facebook-ico.png") no-repeat center;
}
footer .wrap .block .social a.youtube {
  background: url("../img/youtube-ico.png") no-repeat center;
}
footer .wrap .block .social a.blog {
  background: url("../img/blog-ico.png") no-repeat center;
}
footer .wrap .block .contact a {
  font-size: 25px;
  font-weight: bold;
  display: block;
}
footer .wrap .block .contact a.phone {
  color: #b0dd47;
}
footer .wrap .block .contact a.site {
  color: #80592b;
}
footer .wrap .sign {
  display: block;
  margin: 0 auto;
  width: 45px;
}
footer .wrap .sign svg {
  width: 100%;
}
footer .wrap .sign svg path {
  fill: #262019;
}
section {
  position: relative;
  width: 100%;
}
.first {
  background: #fff url("../img/palco.jpg") no-repeat center bottom;
  height: 830px;
}
@media (max-width: 489px) {
  .first {
    height: 100vh;
  }
}
.first .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px 20px !important;
}
@media (max-width: 570px) {
  .first .wrap {
    padding: 80px 30px 20px !important;
  }
}
.first img {
  max-width: 100%;
}
.first .logo {
  left: 25px;
  position: absolute;
  top: 30px;
}
.first .texto {
  margin-top: 40px;
}
.first .brasao,
.first .pack {
  margin-top: -50px;
}
.second {
  box-shadow: inset 0px 32px 11px -28px rgba(0,0,0,0.9);
  background: #644626;
  height: 367px;
  margin-bottom: 100px;
}
@media (max-width: 1150px) {
  .second {
    height: auto;
    margin-bottom: 0;
    padding: 40px 0;
  }
}
.second .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.second .wrap img {
  position: absolute;
  bottom: -100px;
  right: -35px;
}
@media (max-width: 1150px) {
  .second .wrap img {
    display: none;
  }
}
.second .wrap .texto {
  width: 500px;
}
@media (max-width: 560px) {
  .second .wrap .texto {
    width: 100%;
  }
}
.second .wrap .texto p {
  color: #fff;
  font-size: calc(16px + (23 - 16) * ((1150px - 320px) / (1150 - 320)));
  margin-bottom: 20px;
}
@media (max-width: 1150px) {
  .second .wrap .texto p {
    font-size: calc(16px + (23 - 16) * ((100vw - 320px) / (1150 - 320)));
  }
}
.second .wrap .texto p b {
  font-size: calc(18px + (27 - 18) * ((1150px - 320px) / (1150 - 320)));
  font-weight: 700;
}
@media (max-width: 1150px) {
  .second .wrap .texto p b {
    font-size: calc(18px + (27 - 18) * ((100vw - 320px) / (1150 - 320)));
  }
}
.third {
  padding: 30px 0;
}
.third h2 {
  color: #644626;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.third .produtos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.third .produtos .produto {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 17px 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 220px;
}
.third .produtos .produto:hover {
  border: 2px solid #b0dd47;
}
.third .produtos .produto:hover b {
  color: #b0dd47;
}
.third .produtos .produto:hover button {
  border-radius: 20px;
  width: 147px;
}
.third .produtos .produto:hover button:after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.third .produtos .produto:hover button:before {
  -webkit-transform: translate(-550%, -50%);
          transform: translate(-550%, -50%);
}
.third .produtos .produto button {
  background: #b0dd47;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  left: 50%;
  overflow: hidden;
  padding: 24px 0;
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 48px;
}
.third .produtos .produto button:after {
  content: 'saiba mais';
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
}
.third .produtos .produto button:before {
  content: '+';
  display: inline-block;
  font-size: 30px;
  line-height: 20px;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.third .produtos .produto b {
  color: #644626;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  left: 50%;
  margin-bottom: 20px;
  position: absolute;
  top: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  width: 100%;
}
.third .produtos .produto img {
  display: inline-block;
}
.fourth {
  padding-bottom: 50px;
}
.fourth .wrap {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1150px) {
  .fourth .wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (max-width: 414px) {
  .fourth .wrap {
    padding: 0 !important;
  }
}
.fourth .newsletter {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/newsletter.png") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  padding-right: 100px;
  padding-top: 50px;
  width: 100%;
}
@media (max-width: 1150px) {
  .fourth .newsletter {
    margin-bottom: 0;
  }
}
@media (max-width: 977px) {
  .fourth .newsletter {
    background: #ededed;
    padding: 0px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fourth .newsletter .texto h2 {
  color: #80592b;
  font-size: calc(16px + (30 - 16) * ((1150px - 320px) / (1150 - 320)));
  font-weight: bold;
  margin-bottom: 10px;
  width: 350px;
}
@media (max-width: 1150px) {
  .fourth .newsletter .texto h2 {
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1150 - 320)));
  }
}
@media (max-width: 410px) {
  .fourth .newsletter .texto h2 {
    width: 100%;
  }
}
.fourth .newsletter .texto p {
  color: #c28f52;
  font-size: calc(12px + (20 - 12) * ((1150px - 320px) / (1150 - 320)));
  margin-bottom: 10px;
  width: 430px;
}
@media (max-width: 1150px) {
  .fourth .newsletter .texto p {
    font-size: calc(12px + (20 - 12) * ((100vw - 320px) / (1150 - 320)));
  }
}
@media (max-width: 490px) {
  .fourth .newsletter .texto p {
    width: 100%;
  }
}
.fourth .newsletter .texto form {
  height: 54px;
  position: relative;
  width: 625px;
}
@media (max-width: 685px) {
  .fourth .newsletter .texto form {
    height: auto;
    width: 100%;
  }
}
.fourth .newsletter .texto form input {
  background: #fff;
  border-radius: 27px;
  color: #b0dd47;
  font-size: 15px;
  height: 100%;
  padding-left: 20px;
  padding-right: 284px;
  width: 100%;
}
@media (max-width: 685px) {
  .fourth .newsletter .texto form input {
    padding-right: 0;
    height: 47px;
  }
}
.fourth .newsletter .texto form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 685px) {
  .fourth .newsletter .texto form button {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.fourth .block {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 429px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  width: 565px;
}
@media (max-width: 1150px) {
  .fourth .block {
    margin-top: 40px;
  }
}
.fourth .block.revendas {
  background: url("../img/revendas.png") no-repeat center;
}
.fourth .block.revendedor {
  background: url("../img/revendedor.png") no-repeat center;
}
.fourth .block .texto {
  width: 340px;
}
@media (max-width: 400px) {
  .fourth .block .texto {
    width: 100%;
  }
}
.fourth .block .texto h2 {
  font-size: calc(20px + (30 - 20) * ((1150px - 320px) / (1150 - 320)));
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
@media (max-width: 1150px) {
  .fourth .block .texto h2 {
    font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1150 - 320)));
  }
}
.fourth .block .texto p {
  color: #fff;
  font-size: calc(17px + (20 - 17) * ((1150px - 320px) / (1150 - 320)));
  margin-bottom: 7px;
}
@media (max-width: 1150px) {
  .fourth .block .texto p {
    font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1150 - 320)));
  }
}
.product-ol {
  background: rgba(100,70,38,0.9);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  z-index: 0;
}
.product-ol.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.product-ol .box {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  left: 50%;
  padding: 45px 75px;
  position: absolute;
  top: calc(50% + 30px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1150px;
}
@media (max-width: 1150px) {
  .product-ol .box {
    border-radius: 0;
    display: block;
    overflow: auto;
    padding: 75px 30px 30px 30px;
    height: 100%;
    text-align: center;
    width: 100%;
  }
}
.product-ol .box .back {
  position: absolute;
  top: -70px;
  right: 0;
}
@media (max-width: 1150px) {
  .product-ol .box .back {
    top: 0;
  }
}
.product-ol .box .infos {
  padding: 30px 0;
  text-align: left;
  width: 550px;
}
@media (max-width: 610px) {
  .product-ol .box .infos {
    width: 100%;
  }
}
.product-ol .box .infos h2 {
  color: #644626;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 3px;
}
.product-ol .box .infos > p {
  color: #999;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-ol .box .infos .packs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
}
@media (max-width: 410px) {
  .product-ol .box .infos .packs {
    width: 100%;
  }
}
.product-ol .box .infos .packs h3 {
  color: #644626;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}
.product-ol .box .infos .packs .pack {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  width: 45%;
}
.product-ol .box .infos .packs .pack img {
  display: inline-block;
  margin-right: 10px;
}
.product-ol .box .infos .packs .pack p {
  color: #999;
  font-size: 16px;
  line-height: 16px;
}
