.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.zmain {
  overflow: hidden;
  font-family: Myriadpro, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.zs1 {
  padding-top: 100px;
}

.zcontainer {
  width: 100%;
  max-width: 1170px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.zcontainer.teste {
  max-width: 100%;
}

.zcontainer.zcontainerfull {
  position: relative;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.zrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zs1__col1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zs1__col2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zs1__frase {
  position: absolute;
  right: -19px;
  z-index: 2;
  width: 100%;
  max-width: 250px;
}

.zs1__img {
  position: static;
  width: 100%;
  max-width: 350px;
}

.znav__scrolllink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.znav__scrollimg {
  width: 20px;
}

.znav__menu {
  background-color: #9725b1;
}

.znav_menulink {
  position: relative;
  padding: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 10px none #fff;
  border-left: 10px none #fff;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.zs2 {
  padding-top: 100px;
  background-color: #f5f6f6;
}

.zs2__col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.zs2__personagem {
  width: 100%;
  max-width: 400px;
}

.zs2__col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zs2__text {
  font-family: 'Gobold Lowplus', sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.zs2__link {
  margin-top: 30px;
  color: #7025a4;
  text-align: center;
  text-decoration: none;
}

.zs2__linkimg {
  width: 50px;
  height: 50px;
}

.zs2__linktext {
  margin-top: 17px;
  color: #9725b1;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.zs3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg-roxo.png');
  background-position: 100% 100%;
  background-size: 100% 600px;
  background-repeat: no-repeat;
}

.ztitle1 {
  font-family: 'Gobold Lowplus', sans-serif;
  color: #7025a4;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  text-align: center;
}

.zs3__text {
  width: 100%;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 40px;
  letter-spacing: 1px;
}

.zs3__videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zs3__videocontent {
  width: 48%;
}

.zs4 {
  padding-top: 60px;
  background-image: url('../images/bg-amarelo.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: repeat;
}

.zs4__content {
  position: relative;
}

.zs4__title {
  color: #7025a4;
}

.ztitle2 {
  font-family: 'Gobold Lowplus', sans-serif;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
}

.zs4__balao1 {
  position: absolute;
  left: 120px;
  top: -50px;
  padding: 29px 28px 69px 51px;
  background-image: url('../images/balao-branco.png');
  background-position: 0px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #7025a4;
  font-weight: 400;
}

.zs4__balao2 {
  position: absolute;
  left: auto;
  top: 1%;
  right: 16%;
  bottom: auto;
  padding: 32px 52px 70px 46px;
  background-image: url('../images/balao-roxo.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
}

.zs4__personagem {
  margin-top: 32px;
  text-align: center;
}

.zs4__personagemimg {
  width: 100%;
  max-width: 400px;
  margin-right: 46px;
}

.zs5__title {
  position: absolute;
  z-index: 30;
  width: 100%;
}

.ztitle3 {
  position: absolute;
  left: 313px;
  top: 60px;
  font-family: 'Gobold Lowplus', sans-serif;
  color: #7025a4;
  font-size: 30px;
  line-height: 45px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ztitle4 {
  position: absolute;
  top: 75px;
  right: 370px;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.beer-slider {
  width: 100%;
}

.zs6__text {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 49px;
  color: #7025a4;
  text-align: center;
}

.zmodal__campanha {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .39);
}

.zmodal__parceiro {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 50;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.znav_menulinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.znav__menulinktext {
  position: relative;
  z-index: 2;
  font-family: Myriadpro, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.znav__menulinkbg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-style: none solid none none;
  border-width: 10px;
  border-color: #fff;
  background-color: #ae4ac5;
  -webkit-transform: skew(-23deg, 0deg);
  -ms-transform: skew(-23deg, 0deg);
  transform: skew(-23deg, 0deg);
}

.znav__menulinkbg.znav__menulinkbgfirst {
  border-left-style: solid;
}

.znav__scrollsetas {
  width: 15px;
  margin-right: 1px;
}

.image {
  position: absolute;
}

.zs1__col3 {
  width: 100%;
  min-height: 100px;
  background-image: url('../images/Sombra.png');
  background-position: 50% 50%;
  background-size: 1000px;
  background-repeat: no-repeat;
}

.teste2 {
  width: 500px;
  height: 500px;
  border-top-left-radius: 600px;
  background-color: #d32727;
}

.teste3 {
  width: 500px;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.beer_slider__afterimg {
  width: 100%;
  max-width: 400px;
}

.beer_slider__beforecontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f6f6;
}

.beer-slider__beforeimg {
  max-width: 400px;
}

.beer-slider__aftercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 350px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #beeaf5;
  background-image: url('../images/bgAzul.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.zmodal__content {
  position: relative;
  overflow: auto;
  width: 100%;
  max-width: 900px;
  min-height: 300px;
  padding: 41px 15px;
  background-color: #ffd752;
  text-align: center;
}

.zmodal__close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 60px;
  height: 60px;
  padding: 15px;
}

.zs5__titles {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  color: #7025a4;
  line-height: 37px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.zs2_textdestaque {
  color: #656868;
}

.ztitledestaque {
  color: #656868;
  font-style: normal;
}

.zs4__balao3 {
  position: absolute;
  left: auto;
  top: -26%;
  right: 33%;
  bottom: auto;
  width: 100px;
  height: 100px;
  background-image: url('../images/balao-G.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.zs4__balao4 {
  position: absolute;
  left: 169px;
  bottom: 272px;
  width: 70px;
  height: 70px;
  background-image: url('../images/balao-P.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.zs4__balao5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20%;
  bottom: 29%;
  z-index: 2;
  width: 120px;
  height: 120px;
  background-image: url('../images/balao-M.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-2 {
  font-weight: 700;
}

.beer-handle {
  background-image: url('../images/iconmouse2.png');
  background-position: 0px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.znav_menulinks2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.zmodaltitle {
  margin-bottom: 40px;
  font-family: 'Gobold Lowplus', sans-serif;
  color: #7025a4;
  text-transform: uppercase;
}

.zmodal-title-campanha {
  font-family: 'Gobold Lowplus', sans-serif;
  color: #656868;
  text-transform: uppercase;
}

.zmodallink {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 30px;
  padding-right: 0px;
  font-family: 'Gobold Lowplus', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.zmodallink:hover {
  color: #7025a4;
}

.zmodal__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.zmodal__col {
  width: 50%;
  min-height: 200px;
}

.zmodal__closeimg {
  width: 100%;
}

.zmodal__closeimg:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.zmodalparceiro__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zmodalparceiro__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.zmodalparceiro__img {
  width: 100%;
}

.ztitle4-mob {
  position: absolute;
  top: 75px;
  right: 370px;
  display: none;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .zmain {
    font-size: 16px;
  }
  .zs2__text {
    font-size: 30px;
    line-height: 45px;
  }
  .zs2__link {
    margin-top: 30px;
  }
  .zs3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ztitle1 {
    font-size: 30px;
    line-height: 40px;
  }
  .zs3__text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .zs3__videos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .zs3__videocontent {
    width: 100%;
    margin-bottom: 44px;
  }
  .zs4 {
    padding-top: 60px;
  }
  .zs4__balao1 {
    left: 1px;
  }
  .zs4__balao2 {
    right: -1%;
  }
  .zs4__personagemimg {
    width: 100%;
    max-width: 500px;
  }
  .ztitle3 {
    left: 80px;
  }
  .ztitle4 {
    right: 180px;
    display: none;
  }
  .zs4__balao3 {
    top: -21%;
    right: 17%;
  }
  .zs4__balao4 {
    left: 40px;
    bottom: 406px;
  }
  .zs4__balao5 {
    right: 5%;
  }
  .ztitle4-mob {
    right: 180px;
    display: block;
  }
}

@media (max-width: 767px) {
  .zs1 {
    padding-top: 140px;
  }
  .zs1__frase {
    right: -8px;
  }
  .znav__scrolllink {
    margin-bottom: 100px;
  }
  .znav__menu {
    background-color: #fff;
  }
  .znav_menulink {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .zs2__col1 {
    width: 100%;
    margin-top: 73px;
  }
  .zs2__col2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .ztitle1 {
    font-size: 25px;
    line-height: 35px;
  }
  .ztitle2 {
    font-size: 35px;
    line-height: 55px;
  }
  .zs4__balao1 {
    left: -49px;
    top: -156px;
  }
  .zs4__balao2 {
    top: -18%;
    right: -10%;
  }
  .zs4__personagem {
    margin-top: 169px;
  }
  .zs4__personagemimg {
    max-width: 300px;
  }
  .ztitle3 {
    top: 32px;
    font-size: 25px;
    line-height: 35px;
  }
  .ztitle4 {
    top: 33px;
    right: 101px;
    font-size: 16px;
    line-height: 26px;
  }
  .znav_menulinks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .znav__menulinkbg {
    border-left-style: solid;
  }
  .zs1__col3 {
    min-height: 150px;
  }
  .beer_slider__afterimg {
    max-width: 400px;
  }
  .beer_slider__beforecontent {
    padding-top: 230px;
  }
  .beer-slider__beforeimg {
    max-width: 400px;
  }
  .beer-slider__aftercontent {
    padding-top: 230px;
  }
  .zs4__balao3 {
    top: -71%;
    right: 12%;
  }
  .zs4__balao4 {
    left: 8px;
    bottom: 233px;
  }
  .zs4__balao5 {
    bottom: 16%;
  }
  .znav_menulinks2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ztitle4-mob {
    top: 33px;
    right: 101px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 479px) {
  .zs1__frase {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .zs3 {
    background-size: auto 500px;
  }
  .ztitle1 {
    font-size: 25px;
  }
  .zs4 {
    padding-top: 30px;
  }
  .zs4__balao1 {
    left: 0px;
    top: -412px;
  }
  .zs4__balao2 {
    top: -48%;
    right: 0%;
  }
  .zs4__personagem {
    margin-top: 425px;
  }
  .ztitle3 {
    left: 6px;
    font-size: 20px;
    line-height: 30px;
  }
  .ztitle4 {
    right: 13px;
    font-size: 14px;
    line-height: 24px;
  }
  .beer_slider__afterimg {
    max-width: 200px;
  }
  .beer_slider__beforecontent {
    padding-top: 350px;
  }
  .beer-slider__beforeimg {
    width: 100%;
    max-width: 200px;
  }
  .beer-slider__aftercontent {
    padding-top: 350px;
  }
  .zmodal__content {
    max-height: 500px;
  }
  .zs4__balao3 {
    top: -149%;
    display: none;
  }
  .zs4__balao4 {
    bottom: 527px;
    display: none;
  }
  .zs4__balao5 {
    right: 69%;
    bottom: -8%;
    display: none;
    overflow: visible;
  }
  .zs6__textintro {
    text-align: center;
  }
  .zmodal__col {
    width: 100%;
  }
  .ztitle4-mob {
    right: 13px;
    font-size: 14px;
    line-height: 24px;
  }
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gobold Lowplus Italic';
  src: url('../fonts/Gobold-Lowplus-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gobold Lowplus';
  src: url('../fonts/Gobold-Lowplus.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}