* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #8486a6;
  font-family: "Lato", sans-serif;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.img {
  display: block;
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background: #1a1c35;
}
.titulo {
  margin-bottom: 10px;
  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;
}
h1 {
  color: #fff;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 40px;
}
.pd {
  padding: 80px 0;
}
/*  ----------------- */
.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;
}
/* --------------- */
.kits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.kit {
  background: #2c2e53;
  border-radius: 30px;
  padding: 40px 20px;
  position: relative;
  z-index: 100;
}

.kit::after,
.kit::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 10px;
  display: block;
  background: linear-gradient(269.69deg, #2dbbc9 0.26%, #386acf 100%);
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
}
.kit::before {
  bottom: -10px;
  top: initial;
  border-radius: 0 0 10px 10px;
}
.kit:hover::before {
  height: 20px;
  bottom: -20px;
}
.kit:hover::after {
  top: -20px;
  height: 20px;
}
.kit h3 {
  color: #fff;
  font-size: 22px;
  margin: 10px auto;
}
.kit h2 {
  border: 3px solid #1a1c35;
  padding: 5px;
  border-radius: 10px;
}
.kit p {
  font-size: 18px;
}
.de s {
  text-decoration: line-through;
  color: rgb(220, 76, 51);
  font-weight: 600;
}
.preco {
  display: block;
  font-size: 40px;
  font-weight: 900;
  margin: 10px auto;
  color: #32cc5e;
}
.menos {
  display: block;
  margin-bottom: 40px;
}
.pordia {
  font-weight: bold;
  border-bottom: 2px solid #3297cc;
}
.kit button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(269.69deg, #2dbbc9 0.26%, #386acf 100%);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  height: 46px;
  width: 100%;
  animation: puslar 1.2s linear infinite forwards;
}
@keyframes puslar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mais_vendido {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  gap: 10px;
}
.mais_vendido h4 {
  font-size: 22px;
}
.pirataria {
  text-align: center;
  margin-top: 60px;
}
.pirataria h2 {
  background: rgb(214, 247, 2);
  color: #1a1c35;
  display: inline-block;
  margin-bottom: 20px;
  padding: 3px 15px;
}
.pirataria img {
  margin: 10px auto;
}
.kit .pirataria {
  display: none;
}
/* ---------------- */
.comentarios {
  background: #2c2e53;
}
.comentarios .container {
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 4px #1a1c35;
}
.avatar {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.comentario {
  display: grid;
  grid-template-columns: 60px minmax(200px, 800px);
  gap: 10px;
  margin-bottom: 30px;
}
.comentario .nome {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2c2e53;
}

.tempo {
  grid-column: 2;
}
.tempo span {
  display: inline-block;
  margin: 0 10px;
}
.tempo p {
  font-size: 13px;
}
.tt_comentarios {
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #2dbbc9;
}
.resposta {
  margin-left: 40px;
  margin-bottom: 20px;
}
.btn {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 370px;
  margin: 60px auto 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(269.69deg, #2dbbc9 0.26%, #386acf 100%);
  border: none;
  border-radius: 20px;
  cursor: pointer;
  height: 46px;
  width: 100%;
  animation: puslar 1.2s linear infinite forwards;
  text-align: center;
}
.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 #2dbbc9;
}
/* ---------------- */
.faq-lista {
  margin-top: 40px;
}
.js-accordion dd {
  display: none;
}
.faq-lista dt {
  color: #fff;
  background: #2c2e53;
  padding: 7px 15px;
  cursor: pointer;
  transition: ease 0.5s;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.js-accordion dd.ativo {
  display: block;
  animation: slidedown 0.9s forwards;
  padding: 5px 15px 15px 15px;
  margin-top: -5px;
}
@keyframes slidedown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 500px;
  }
}
/* ---------------   */
footer {
  background: #8486a6;
}
footer * {
  text-align: center;
  color: #1a1c35;
  padding: 10px;
}
footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1500px) {
  .container {
    width: 90%;
  }
  .videoWrapper {
    max-width: 880px;
    height: 520px;
  }
  .hero {
    padding: 30px 0;
  }
  h1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .kits {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (max-width: 769px) {
  .videoWrapper {
    width: 500px !important;
    height: 320px;
  }
  .overlay_1 p {
    font-size: 18px;
  }
  .overlay_1 img {
    width: 45px;
  }
}
@media (max-width: 550px) {
  h1 {
    font-size: 24px;
  }
  .videoWrapper {
    width: 330px !important;
    height: 240px;
  }
  .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;
  }
}
@media (max-width: 321px) {
  .videoWrapper {
    width: 280px !important;
  }
}
