* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.img {
  display: block;
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background: #21252b;
}
header {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #caa661;
}
.titulo {
  font-size: 32px;
  line-height: 32px;
  text-align: center;
}
.sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: center;
}
.hero h1 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  max-width: 800px;
  font-weight: normal;
  margin-top: 20px;
}
.hero h1 strong,
.titulo strong {
  color: #caa661;
}
.pd {
  padding: 80px 0;
}

.bonus .container > h2 {
  color: #caa661 !important;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.bonus .container > h2:last-child {
  margin-bottom: 0;
}
.bonus .titulo {
  color: #21252b !important;
  margin-bottom: 40px;
}
/*  ----------------- */
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  flex-direction: column;
}

.som {
  display: flex;
  align-items: center;
  gap: 10px;
}
.som h2 {
  font-size: 18px;
}

.oferta {
  text-align: center;
}

.comentarios .container {
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px #5f6157;
}
.avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}
.comentario {
  display: grid;
  grid-template-columns: 60px minmax(200px, 800px);
  gap: 10px;
  margin-bottom: 30px;
}
.comentario .nome {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
}
.comentario p {
  color: #21252b;
}

.compra_ {
  padding-bottom: 40px;
}
.compra_ .titulo {
  margin-bottom: 20px;
}
.bonus {
  background: #fff;
}

.itens_bonus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-bottom: 40px;
}
.itens_bonus img {
  max-width: 100%;
  display: block;
}
.itens_bonus h2 {
  color: #caa661;
  font-weight: bold;
  margin: 10px auto;
}
.itens_bonus p {
  color: #21252b;
}
.itens_bonus .item {
  padding: 20px;
}
.itens_bonus .item:nth-child(even) {
  background: #dddfe1;
}

.tempo {
  grid-column: 2;
}
.tempo span {
  display: inline-block;
  margin: 0 10px;
  color: #5f6157;
}
.tempo p {
  font-size: 13px;
}
.tt_comentarios {
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #5f6157;
  color: #21252b;
  font-weight: bold;
}
.resposta {
  margin-left: 40px;
  margin-bottom: 20px;
}
.btn {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  height: 66px;
  width: 100%;
  letter-spacing: 2px;
  transition: 0.6s;
  text-align: center;
  border: 2px solid #caa661;
}
.btn:hover {
  filter: brightness(120%);
  border-color: #fff;
  background: #fff;
  color: #21252b;
  font-weight: bold;
}
.bandeiras {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  gap: 10px;
}
.bandeiras li img {
  width: 60px;
  height: 40px;
  background: #fff;
  padding: 5px;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid #5f6157;
}

footer {
  background: #abadad;
}
footer * {
  text-align: center;
  color: #1a1c35;
  padding: 10px;
  font-size: 12px;
}
footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .container {
    width: 90%;
  }
  .videoWrapper {
    max-width: 680px !important;
    height: 420px !important;
  }
  .hero {
    padding: 30px 0;
  }
  .hero .ultra {
    width: 322px;
    height: 75px;
  }
  h1 {
    margin-bottom: 0;
  }
  .overlay_1 p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1000px) {
  .kits {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .videoWrapper {
    max-width: 600px;
    height: 400px;
  }
  .overlay_1 p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 769px) {
  .videoWrapper {
    width: 500px !important;
    height: 320px !important;
  }
  .overlay_1 p {
    font-size: 18px;
    text-align: center;
  }
  .overlay_1 img {
    width: 45px;
  }

  .itens_bonus {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .itens_bonus .item:nth-child(even) {
    background: #fff;
  }
}
@media (max-width: 550px) {
  .hero .ultra {
    width: 222px;
  }
  h1 {
    font-size: 24px;
    text-align: center;
  }
  .videoWrapper {
    width: 330px !important;
    height: 240px !important;
  }
  .som svg {
    width: 40px;
    height: 41px;
  }
  .som h2 {
    font-size: 16px;
  }
  .pd {
    padding: 40px 0;
  }
  .kits {
    grid-template-columns: 1fr;
  }
  .kit {
    max-width: 320px;
    margin: 0 auto;
  }
  .avatar {
    width: 60px;
    height: 60px;
  }
  .comentario {
    grid-template-columns: 60px 1fr;
  }
  .comentarios p {
    font-size: 14px;
    line-height: 21px;
  }
  .resposta {
    margin-left: 10px;
  }
  .btn {
    max-width: 300px;
    font-size: 14px;
  }
  .itens_bonus {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 321px) {
  .videoWrapper {
    width: 280px !important;
  }
}
