* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #0b0b0b;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
.titulo {
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
.sub {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 60px;
}
.sub::after {
  content: "";
  display: block;
  width: 3.125rem;
  height: 0.25rem;
  background: linear-gradient(270deg, #048c31 0%, #ffd400 47.7%, #cb2629 100%);
  margin: 10px auto;
}

.container {
  width: 71.875rem;
  margin: 0 auto;
}
.pd {
  padding: 6.25rem 0;
}
.pdt {
  padding: 6.25rem 5rem;
}
.btn {
  display: flex;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #ffd400;
  border: 0.063rem solid transparent;
  transition: 0.6s;
  margin-top: 3rem;
  max-width: 25rem;
  border-radius: 0.3rem;
}
.btn svg {
  margin-left: 0.75rem;
  transition: 1s;
}
.btn:hover {
  background: transparent;
  border-color: #0b0b0b;
}
.btn:hover svg {
  transform: rotate(90deg);
}
.img {
  max-width: 100%;
  display: block;
}

/* header */

/* contato */
.contatoHeader {
  background: #2e3136 !important;
  position: absolute;
  padding: 15px 0;
  width: 100%;
}
.contatoHeader ul {
  display: flex;
  font-size: 24px;
  flex-wrap: wrap;
  gap: 5px 60px;
}
.contatoHeader ul * {
  color: #fff;
  font-weight: bold;
}
.contatoHeader li {
  display: flex;
  align-items: center;
  gap: 10px;
}

header {
  background: #0b0b0b;
  padding: 20px 0;
}
header * {
  color: #ffff;
  font-size: 18px;
}
header ul {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
header a {
  transition: 0.4s;
}
header a:hover {
  color: #f2d900;
}

/* hero */
.hero {
  height: 100vh;
}
.hero .container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
}
.hero h1 {
  font-size: 3.8rem;
}
.hero p {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0.9rem 0;
}

/* natural */
.natural {
  padding: 1rem;
  background: #f2d900;
  position: relative;
  text-align: center;
}
.natural img {
  position: absolute;
  width: 180px;
  top: 50%;
  transform: translateY(-50%);
}
.natural .container > div {
  margin-left: 250px;
}
.natural p {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* sobre */
.sobre .content > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.sobre .item {
  padding: 0 30px;
  border-left: 4px solid #f2d900;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sobre .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.sobre .item h2 {
  font-size: 1.3rem;
  margin-bottom: 15px;
}
.sobre .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* beneficios */
.beneficios_itens {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: center;
}
.beneficios_itens h2 {
  margin: 10px auto;
}

/* faq */
.faq {
  background: #e9e7e7;
  margin-top: 100px;
}
.perguntas {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}
.perguntas dl:first-child {
  text-align: right;
}
.perguntas dt {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-top: 20px;
}
.perguntas dd {
  font-size: 0.9rem;
  margin-top: 10px;
}
/* kits */
.kits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.btn_compra {
  cursor: pointer;
  background: #048c31;
  color: #fff;
  animation: pulsar linear 1.3s infinite forwards;
  width: 100%;
}
@keyframes pulsar {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.btn_compra:hover {
  background: #0b0b0b;
}
.kit {
  border: 2px solid #0b0b0b;
  border-radius: 7px;
  padding: 20px 10px;
  transition: 0.4s;
}
.porPote {
  font-size: 1.5rem;
  line-height: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.qtd {
  font-size: 40px;
}
.de {
  display: block;
  margin: 10px auto;
  font-size: 1rem;
}
.de s {
  text-decoration: line-through;
  font-weight: bold;
  color: #cb2629;
}
.preco {
  font-size: 52px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #048c31;
}
.kit p {
  margin-top: 20px;
}
.kit:hover {
  transform: scale(1.1);
}

/* selos */
.selos_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 50px;
}
.selos_container img {
  margin: 0 auto;
}

/* footer */
footer {
  background: #0b0b0b;
  text-align: center;
  padding: 10px;
}
footer * {
  color: #fff;
}
footer a {
  padding: 10px;
  display: inline-block;
  text-decoration: underline;
}

.go_to_top {
  position: fixed;
  bottom: 80px;
  right: 40px;
  border: #0b0b0b 1px solid;
  padding: 5px;
  border-radius: 50%;
  height: 50px;
  transition: 0.5s;
  z-index: 100;
}
.go_to_top:hover {
  filter: brightness(120%);
}
.contatoFooter {
  background: #000;
  margin-top: 60px;
  padding: 15px 0;
}
.contatoFooter .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contatoFooter .container ul li {
  padding: 3px 0;
}
.contatoFooter * {
  color: #fff;
}
@media (max-width: 1150px) {
  .container {
    width: 90%;
  }
  .sobre .content {
    align-items: center;
  }
}
@media (max-width: 900px) {
  .hero {
    height: auto;
    padding: 80px 0;
  }
  .hero .container {
    grid-template-columns: 1fr 1fr;
  }
  .sobre .content,
  .perguntas {
    grid-template-columns: 1fr !important;
  }
  .perguntas dl:first-child {
    text-align: left;
  }
  .kits {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  header ul {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero .container,
  .beneficios_itens,
  .kits,
  .sobre .content > div {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 20px;
  }
  .hero {
    padding: 120px 0 40px 0;
  }
  .hero img {
    grid-row: 1;
    max-width: 200px;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .natural img {
    position: static;
    transform: none;
    margin: 0 auto;
  }
  .natural .container > div {
    margin-left: 0;
  }
  .natural p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .pdt {
    padding: 2rem 1rem;
  }
  footer a {
    padding: 10px;
  }
  .pd {
    padding: 40px 0;
  }
  .sub {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .go_to_top {
    display: none;
  }
  header * {
    font-size: 14px;
  }

  .contatoHeader svg {
    height: 20px;
    width: 20px;
  }
  .contatoHeader li {
    font-size: 14px;
  }
}
