/* HEADER */
header {
  position: relative;
}
header .info {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
header h1 {
  font-size: 2.5rem;
  line-height: 1.43;
  font-weight: 800;
  color: #fff;
}
header .button {
  text-transform: uppercase;
  max-width: 18.75rem;
  margin-top: 2rem;
}

.kkk {
  position: absolute;
  right: 0;
  width: 55%;
  top: 110px;
  bottom: -80px;
  overflow: hidden;
  z-index: 1;
}
.kkk > img {
  width: 944px;
  max-width: 944px;
}
.kkk .bora-beber {
  position: absolute;
  left: 17%;
  top: 0;
  bottom: 0;
  width: 51%;
}
.kkk .bora-beber > img {
  width: 435px;
  max-width: 435px;
}

/* REGRAS */
.rules {
  position: relative;
  padding: 4.5rem 0 7rem;
  background: url("/img/dots.png") #f8fcff;
}
.rules::before {
  content: "";
  position: absolute;
  background: url("/img/bar-1.png") repeat-x top center;
  left: 0;
  right: 0;
  top: -10px;
  height: 66px;
}
.rules h2,
.rules h2 strong {
  font-size: 2rem;
  font-weight: 800;
  color: #292c2e;
  line-height: 1.5;
  max-width: 23.75rem;
}
.rules h2 span {
  line-height: 3;
  letter-spacing: 1.6px;
  color: #869097;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
}
.rules .rule b {
  font-family: "Bolusina", sans-serif;
  color: #ffc822;
  line-height: 0.5;
  font-size: 7rem;
  margin-top: 4.5rem;
  display: block;
}
.rules .rule h3 {
  font-size: 18px;
  font-weight: 800;
  color: #292c2e;
  line-height: 2;
  margin: 3rem 0 1.5rem;
}
.rules .rule p {
  color: #292c2e;
  max-width: 250px;
  font-size: 14px;
  line-height: 1.71;
  margin: 0;
}

/* SEM ANUNCIO */
.without-ad {
  background: url("/img/espuma.png") no-repeat left center #ea9a00;
  padding: 5rem 0;
}
.without-ad::before {
  content: "";
  position: absolute;
  background: url("/img/bar-2.png") repeat-x top center;
  left: 0;
  right: 0;
  top: -30px;
  height: 36px;
}
.without-ad::after {
  content: "";
  position: absolute;
  background: url("/img/bar-3.png") repeat-x top center;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 42px;
  z-index: 1;
}
.without-ad h2 {
  margin: 0;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1.09;
  color: #fff;
}
.without-ad .security {
  margin-top: 3rem;
  position: relative;
  padding-left: 45px;
  display: block;
  width: 145px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.without-ad .security i {
  position: absolute;
  font-size: 32px;
  left: 3px;
  top: 4px;
}
.without-ad .amounth {
  background: #fff;
  padding: 3.75rem 3.25rem;
  display: block;
}
.without-ad .amounth .value {
  text-align: center;
  color: #40454b;
  line-height: 1.5;
}
.without-ad .amounth .value strong {
  font-size: 1.125rem;
  font-weight: 800;
  display: block;
}
.without-ad .amounth .value b {
  font-size: 1.25rem;
  font-weight: 900;
  position: relative;
  top: -25px;
}
.without-ad .amounth .value span {
  font-size: 3.5rem;
  font-weight: 900;
}
.without-ad ul {
  margin: 2.5rem 0 3.5rem;
  padding: 0;
}
.without-ad ul li {
  font-size: 14px;
  line-height: 2.29;
  color: #6f7077;
}
.without-ad ul li i {
  color: #11ea58;
  margin-right: 5px;
}
.without-ad .button {
  max-width: 220px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 1.125rem;
}

/* DRINKS */
.drinks-total {
  position: relative;
  padding: 11rem 0 7rem;
  background: #292c2e;
  text-align: center;
  color: #ffffff;
}
.drinks-total::after {
  content: "";
  position: absolute;
  background: url("/img/bar-1.png") repeat-x top center;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 66px;
  z-index: 1;
}
.drinks-total h2 {
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.43;
  margin: 0;
}
.drinks-total h2 b {
  color: #ffc822;
}
.drinks-total strong {
  font-family: "Bolusina", sans-serif;
  line-height: 0.8;
  font-size: 7rem;
  font-weight: normal;
}

/* INSTAGRAM */
.instagram {
  position: relative;
  padding: 11rem 0 9rem;
}
.instagram .before {
  position: absolute;
  text-align: right;
  overflow: hidden;
  left: 0;
  width: 50%;
  top: -50px;
  bottom: -30px;
  z-index: 1;
}
.instagram h2 {
  max-width: 370px;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 900;
  color: #40454b;
  margin: 0;
}
.instagram .button {
  font-size: 1.1875rem;
  min-width: 16.25rem;
  max-width: 260px;
}
.instagram p {
  margin: 2rem 0;
  line-height: 1.71;
  font-size: 14px;
}

/* Small */
@media (max-width: 640px) {
  .kkk {
    display: none;
  }
  header .info {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .without-ad h2 {
    font-size: 3.5rem;
  }
  .without-ad .security {
    margin-bottom: 3rem;
  }
  .instagram .before {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 70%;
    margin: 4rem auto 0;
  }
  .drinks-total {
    padding: 9rem 0 2rem;
  }
  .drinks-total strong {
    margin-top: 3rem;
    display: block;
  }
  .instagram {
    padding-bottom: 3rem;
  }
}

/**/
