* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #222a35;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.container {
  width: 1140px;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../imagens/photo-1591384640699-9a85bd036da2.png);
}

h1 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}

/*  ----------------- */
.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: 16px;
}

.btn {
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 60px auto 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  background: #5caf01;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  height: 66px;
  width: 100%;
  letter-spacing: 2px;
  transition: 0.6s;
  text-align: center;
}
.btn:hover {
  transform: scale(1.1);
}
.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 #5caf01;
}

footer {
  margin-top: 40px;
  border-top: 10px solid #222a35;
}
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: 880px !important;
    height: 520px !important;
  }
  .hero {
    padding: 30px 0;
  }
  h1 {
    margin-bottom: 20px;
  }
}
@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;
  }
}
@media (max-width: 550px) {
  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;
  }
  .btn {
    max-width: 300px;
    font-size: 14px;
  }
}
@media (max-width: 321px) {
  .videoWrapper {
    width: 280px !important;
  }
}
