* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: rgba(14, 7, 3, 0.7215686275);
  font-family: "Inter", sans-serif;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1216px;
  margin: 0 auto;
  width: 90%;
}
p {
  line-height: 1.3;
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  p {
    font-size: 1rem;
  }
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title,
h1 {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #7a3d18;
  line-height: 1.4;
  line-height: 1;
  text-transform: uppercase;
  max-width: 32ch;
}
.title strong,
h1 strong {
  color: #fff;
  background: #f08129;
  padding: 0 12px;
  border-radius: 4px;
}
@media (max-width: 900px) {
  .title,
  h1 {
    font-size: 1.625rem;
    margin-bottom: 32px;
  }
}
.pd {
  padding: 40px 0;
}
@media (min-width: 900px) {
  .pd {
    padding: 80px 0;
  }
}
.btn {
  border-radius: 10px;
  border-bottom: 4px solid #0e0703;
  border-right: 4px solid #0e0703;
  background: #9ceb1d;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 16px;
  transition: all 0.6s;
  color: #0e0703;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
}
.btn::before {
  content: url(../../assets/img/checkitem.svg);
}
.btn::before {
  content: url(../../assets/img/sacola.svg);
}
@media (max-width: 900px) {
  .btn {
    font-size: 1.25rem;
  }
}
.btn:hover {
  filter: brightness(90%);
  transform: scale(1.01);
}
p {
  font-size: 1.125rem;
}
@media (max-width: 900px) {
  p {
    font-size: 1rem;
  }
}
.pd {
  padding: 40px 0;
}
@media (min-width: 900px) {
  .pd {
    padding: 80px 0;
  }
}
.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header,
.faixa {
  background: #0e0703;
  text-align: center;
  position: relative;
  padding: 48px 0;
  position: relative;
}
header::after,
.faixa::after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  content: url(../../assets/img/poli.svg);
}
@media (max-width: 900px) {
  header::after,
  .faixa::after {
    bottom: -20px;
  }
}
header h1,
header h2,
.faixa h1,
.faixa h2 {
  font-size: 2.5rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 100;
}
header h1 strong,
header h2 strong,
.faixa h1 strong,
.faixa h2 strong {
  color: #f08129;
  padding: 0;
  background: none;
}
@media (max-width: 900px) {
  header h1,
  header h2,
  .faixa h1,
  .faixa h2 {
    font-size: 1.5rem;
  }
}
.area-kits {
  padding-top: 40px;
}
.area-kits .container .sub {
  margin-bottom: 16px;
}
.area-kits .container .title {
  margin-bottom: 48px;
  max-width: 24ch;
}
.area-kits .container ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .area-kits .container ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area-kits .container ul a {
  border-radius: 20px;
  border-bottom: 4px solid #7a3d18;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 8px 8px 44px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.area-kits .container ul a picture img {
  margin: 0 auto;
  height: 240px;
}
.area-kits .container ul a .header {
  padding: 24px;
  background: #7a3d18;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  position: relative;
}
.area-kits .container ul a .header span {
  background: #ffd815;
  border-radius: 4px;
  padding: 4px 24px;
  color: #0e0703;
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}
.area-kits .container ul a .header strong {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
.area-kits .container ul a .header h2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  display: inline-block;
  background: #7a3d18;
  line-height: 1;
}
.area-kits .container ul a .main {
  flex: 1;
  padding: 24px;
}
.area-kits .container ul a .main .price {
  font-size: 4rem;
  color: #0e0703;
  margin-bottom: 16px;
  display: block;
}
.area-kits .container ul a .main .price small {
  font-size: 1.5rem;
  font-weight: normal;
}
.area-kits .container ul a .main ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}
.area-kits .container ul a .main ul li {
  font-size: 1.125rem;
  text-align: left;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  padding-bottom: 8px;
  gap: 12px;
  line-height: 1;
  border-bottom: 1px solid #7a3d18;
}
@media (max-width: 900px) {
  .area-kits .container ul a .main ul li {
    margin-left: 0;
  }
}
.area-kits .container ul a .main ul li::before {
  content: url(../../assets/img/checkverde.svg);
}
.area-kits .container ul a .main .frete {
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 24px;
}
.area-kits .container ul a .main .frete strong {
  color: #f08129;
}
.area-kits .container ul a .main .button {
  margin: 0 auto 12px;
}
.area-kits .container ul a .main .pc {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 30px;
  color: #7a3d18;
  font-size: 2rem;
  font-weight: bold;
}
.area-kits .container ul a .main .pc s {
  color: red;
  text-decoration: line-through;
}
.area-kits .container ul .button {
  transition: all 0.6s;
}
.area-kits .container ul .button:hover {
  transform: scale(1.03);
}
.area-kits .container ul .great picture .selo {
  left: -50px !important;
}
.area-kits .container ul .best a {
  border-bottom: 4px solid #f08129;
}
@media (max-width: 900px) {
  .area-kits .container ul .great {
    grid-row: 2;
  }
  .area-kits .container ul .best {
    grid-row: 1;
  }
}
.bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.bg .ad {
  position: absolute;
}
.bg .ad.ad1 {
  left: 10%;
  top: 20%;
}
.bg .ad.ad2 {
  right: 15%;
  bottom: 15px;
}
.guarantee {
  padding: 40px 0;
  background-color: #f08129;
  background-image: url(../../assets/img/bggarantia.svg);
  margin: 80px auto;
}
@media (max-width: 900px) {
  .guarantee {
    margin: 40px auto;
  }
}
.guarantee .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 0 24px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .guarantee .container {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 40px;
  }
}
.guarantee .container p {
  font-size: 1.25rem;
}
.guarantee .container .title {
  color: #0e0703;
}
.guarantee .container .title strong {
  background: none;
  padding: 0;
  color: #f08129;
}
.faq {
  padding-top: 0;
}
.faq .container .area-title strong {
  text-transform: uppercase;
  color: rgba(240, 131, 41, 0.4666666667);
  font-size: 8rem;
  line-height: 1;
  letter-spacing: -0.3125rem;
}
.faq .container .area-title .title {
  color: #0e0703;
}
@media (max-width: 900px) {
  .faq .container .area-title .title {
    margin-bottom: 24px;
  }
}
.faq .area-btn span {
  color: #fff;
}
.faq .accordion {
  display: grid;
  padding: 40px 0;
  background: transparent;
  border-radius: 20px;
  margin-bottom: 40px;
  gap: 16px;
}
@media (max-width: 900px) {
  .faq .accordion {
    padding: 40px 24px;
  }
}
.faq .item {
  text-align: left;
}
.faq .item .header {
  cursor: pointer;
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  padding: 24px 16px;
  border-radius: 10px;
  transition: all 0.8s;
}
@media (max-width: 900px) {
  .faq .item .header {
    padding: 12px;
  }
}
.faq .item .header p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0e0703;
}
@media (max-width: 900px) {
  .faq .item .header p {
    font-size: 1.125rem;
  }
}
.faq .item .header::after {
  content: url(../../assets/img/angulo.svg);
  transition: all 0.6s;
}
.faq .item .body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s;
  background: #fff;
  padding: 0 16px;
}
.faq .item .body p,
.faq .item .body li {
  font-size: 1rem;
  margin-bottom: 20px;
}
.faq .item .body li {
  list-style: "✔";
  margin-left: 20px;
}
.faq .item .body img {
  margin: 0 auto;
}
.faq .item.active .header {
  background: #f08129;
  border-bottom: none;
}
.faq .item.active .header::after {
  transform: rotate(180deg);
}
.faq .item.active .header p {
  color: #fff;
}
.faq .item.active .body {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 500px;
  overflow: auto;
}
.shipping {
  padding: 30px;
  background: #7a3d18;
}
.shipping .container {
  display: flex;
  align-items: center;
  gap: 48px;
  justify-content: center;
}
@media (max-width: 900px) {
  .shipping .container {
    gap: 24px;
    flex-direction: column;
  }
  .shipping .container img {
    max-width: 80px;
  }
}
.shipping .container b {
  color: #f08129;
}
.shipping .container h2 {
  color: #fff;
  font-size: 2.5rem;
}
@media (max-width: 900px) {
  .shipping .container h2 {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
}
.shipping .container h2 strong {
  color: #04d85a;
}
.shipping .container span {
  color: #fff;
  font-size: 1.25rem;
}
@media (max-width: 900px) {
  .shipping .container span {
    font-size: 0.875rem;
  }
}
footer .data_footer .container nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 12px;
}
footer .data_footer .container nav a {
  padding: 12px;
  color: #7a3d18;
}
@media (max-width: 1000px) {
  footer .data_footer .container nav a {
    padding: 8px;
  }
}
footer .data_footer .container nav a:hover {
  text-decoration: underline;
}
footer .data_footer .container h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #7a3d18;
}
@media (max-width: 1000px) {
  footer .data_footer .container h3 {
    font-size: 1.125rem;
  }
}
footer .data_footer .container ul {
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  footer .data_footer .container ul {
    margin-bottom: 40px;
    -moz-column-count: 1;
    column-count: 1;
  }
}
footer .data_footer .container ul li {
  list-style: disc;
  margin-left: 20px;
  color: #7a3d18;
  word-wrap: break-word;
}
@media (max-width: 1000px) {
  footer .data_footer .container ul li {
    font-size: 0.75rem;
  }
}
footer .data_footer .container .disclaimer {
  background: #f08129;
  padding: 24px 32px;
  border-radius: 20px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  footer .data_footer .container .disclaimer {
    padding: 12px 8px;
  }
}
footer .data_footer .container .disclaimer p {
  font-size: 1rem;
  color: #fff;
}
@media (max-width: 1000px) {
  footer .data_footer .container .disclaimer p {
    font-size: 0.875rem;
  }
}
footer .rotulo {
  margin: 0 auto;
  border-radius: 20px;
}
footer .menu {
  background: #0e0703;
  padding: 40px 0;
}
footer .menu * {
  color: #fff;
  text-align: center;
}
footer .menu a {
  display: block;
}
footer .menu a:hover {
  text-decoration: underline;
}
footer .menu nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
footer .menu .contact {
  padding-top: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
footer .copy {
  background: #7a3d18;
  padding: 32px 5%;
}
footer .copy small,
footer .copy span {
  display: block;
}
footer .copy small {
  font-size: 0.875rem;
}
footer .copy * {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 1000px) {
  footer .copy * {
    font-size: 0.875rem;
  }
}
.medalhas {
  margin: 0 auto;
}
@media (max-width: 900px) {
  .medalhas {
    max-width: 300px;
  }
}
.stock {
  margin-top: 80px;
  text-align: center;
}
.stock h3 {
  font-size: 2rem;
  border-radius: 3px;
  padding: 6px 40px;
  color: #fff;
  background: #0e0703;
  margin-bottom: 16px;
}
.stock h3 strong {
  color: #f43030;
}
@media (max-width: 900px) {
  .stock h3 {
    font-size: 1.5rem;
  }
}
.stock h2 {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #7a3d18;
}
@media (max-width: 900px) {
  .stock h2 {
    font-size: 1.5rem;
  }
}
.faixa_ {
  background-image: url(../../assets/img/bg-sobre.png);
  background-color: #0e0703;
  background-attachment: fixed;
  margin-bottom: 40px;
}
.faixa_ ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
@media (max-width: 900px) {
  .faixa_ ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faixa_ ul li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  font-size: 1.25rem;
  grid-template-columns: 64px 1fr;
  color: #fff;
  font-size: 1.5rem;
}
.faixa_ ul li::before {
  content: url(../../assets/img/checkitem.svg);
}
.faixa_ ul li::before {
  content: url(../../assets/img/positivo.png);
}
.faixa_ .title {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
