* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: #d3d3d3;
  font-family: "Lato", sans-serif;
}
.container {
  width: 1170px;
  margin: 0 auto;
}
p,
li {
  font-size: 17px;
}
.img {
  display: block;
  max-width: 100%;
}
.titulo,
h1,
h2,
h3,
h4 {
  font-family: "Oswald", sans-serif;
  color: #fff;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.p_110 {
  padding: 110px 0;
}
.titulo,
.titulo span,
.titulo strong {
  font-size: 46px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.titulo strong {
  color: #564f36;
}
img {
  display: block;
  max-width: 100%;
}
/* hero */

.hero {
  background-color: #2c2c2c;
  background-image: url(../img/content-bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  inset: 0px;
  text-align: center;
}
.hero .container {
  padding: 40px 100px 60px 100px;
  text-align: center;
}
.hero h1,
.hero h1 strong {
  font-size: 33px;
  line-height: 1.3;
  font-weight: bold;
  font-style: italic;
  max-width: 40ch;
  margin: 0 auto 17px auto;
}
.hero h1 strong {
  background-color: #c5fff2;
  color: #2c2c2c;
  padding: 0 10px;
}
.hero h2 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  margin-bottom: 37px;
}
.btn {
  box-shadow: rgb(0 0 0 / 20%) 0px 5px 12px 0px,
    rgb(0 0 0 / 20%) 0px -3px 0px 0px inset;
  height: 92px;
  max-width: 500px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  background-color: rgb(254, 220, 96);
  font-size: 24px;
  text-transform: uppercase;
  text-align:center;
  font-weight: bold;
  transition: all 0.8s;
  animation: pulse 1s infinite;
}
.btn:hover {
  filter: brightness(80%);
}

.hero .btn{
    margin-top:40px;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0px 20px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

.video {
  height: 371px;
  margin-bottom: 45px;
}

/* desejo */

.desejo * {
  color: #2c2c2c;
}
.desejo .container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 38px;
  text-align: center;
}
.desejo ul {
  margin-top: 38px;
}
.lista li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px dashed rgb(227, 221, 221);
}
.lista li::before {
  content: url(../img/fa_times-circle.svg);
}

/* metodo */
.metodo {
  background: url(../img/content-bg2.png),
    linear-gradient(to top, #2c2c2c 30%, #3e3e3e 30%);
}
.metodo .titulo {
  margin-bottom: 30px;
}
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  place-items: center;
  align-items: flex-start;
}
.metodo p {
  margin-bottom: 40px;
}

/* aprender */
.aprender {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aprender .titulo {
  max-width: 25ch;
  margin: 20px auto 55px auto;
}
.aprender .titulo span {
  background: #c5fff2;
  color: #2c2c2c;
}
.card {
  box-shadow: rgba(0, 0, 0, 0.22) 0px 0px 10px 0px;
  padding: 15px;
  border-radius: 30px;
  max-width: 350px;
  background: #000;
  width: 100%;
}
.card .lista li {
  text-align: left;
  justify-content: start;
}
.card h2 {
  text-align: center;
  font-size: 27px;
  margin-bottom: 30px;
  color: rgb(254, 220, 96);
}
.card svg {
  margin: 0 auto 30px auto;
  display: block;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 20px;
  justify-content: center;
}

/* sobre */
.sobre_ {
  padding: 50px 0;
  background-color: #212121;
  background-image: url(../img/content-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sobre_ .titulo {
  text-align: left;
}
.sobre_ h3 {
  font-family: "Lato", sans-serif;
  font-size: 17px;
}
.sobre_ p {
  margin-bottom: 18px;
}
.sobre_ img {
  border-radius: 50%;
  height: 500px;
  max-width: 500px;
  object-fit: cover;
}

/* depoimentos */
.depoimentos {
  padding-top: 62px;
}
.depoimentos * {
  color: #212121;
}
.depoimentos .titulo {
  margin-bottom: 50px;
}
.videos {
  margin-bottom: 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.videos iframe {
  height: 200px;
}

.imagens {
  column-count: 3;
}
.imagens img {
  padding: 15px;
  break-inside: avoid;
}

/* modulos */
.modulos,
.exclusivo {
  background: linear-gradient(50deg, #fedc60, #212121);
  margin-top: 10px;
}
.modulos * {
  color: #fff;
}
.area_titulo {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 20px;
  align-items: center;
  margin-bottom: 50px;
}
.modulos .titulo {
  max-width: 25ch;
}
.itens {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.item {
  padding: 20px;
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.item h2 {
  font-size: 29px;
  font-style: italic;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}
.item h2 strong {
  display: block;
  margin-bottom: 8px;
  font-size: 105px;
}
.item h3 {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 1.2;
}

/* bonus */
.bonus .titulo {
  padding: 40px 0;
  color: #212121;
  margin-bottom: 0;
}
.meus_bonus {
  background: #274762;
  padding-top: 50px;
}

/* .exclusivo  */
.exclusivo {
  margin-top: 0;
  position: relative;
}
.exclusivo .titulo {
  text-align: left !important;
}
.exclusivo svg {
  position: relative;
  bottom: -10px;
}
.exclusivo h3 {
  background: #c5fff2;
  color: #212121;
  display: inline-block;
  font-size: 28px;
  margin-bottom: 20px;
}
.exclusivo .container {
  align-items: center;
  padding-top: 110px;
  padding-bottom: 60px;
}

/* preco */
.preco {
  position: relative;
  z-index: 100;
  background: #000;
  padding: 60px 0;
}
.preco .container {
  align-items: center;
}

/* garantia */
.garantia .container {
  display: grid;
  gap: 60px;
  grid-template-columns: 380px 1fr;
  align-items: center;
}
.garantia * {
  text-align: left;
  color: #212121;
}
.garantia p {
  margin-bottom: 20px;
}
.whatsapp {
  padding: 20px 0;
  background: #8fd240;
}
.whatsapp .container {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 20px;
}
.whatsapp svg {
  margin: 0 0 0 auto;
}
.whatsapp p {
  color: #fff;
  margin-bottom: 20px;
  max-width: 55ch;
}
.btn_wh {
  display: inline-block;
  background: #d3d3d3;
  color: #3e3e3e;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.7s;
}
.btn_wh:hover {
  filter: brightness(120%);
}
footer {
  background: #212121;
  padding: 61px 0 50px 0;
  text-align: center;
}
footer .container {
  display: grid;
  gap: 22px;
}
footer * {
  font-size: 17px;
  line-height: 1.3;
}
footer span {
  font-weight: 500;
  display: block;
}
footer nav {
  display: flex;
  justify-content: center;
  gap: 12px;
}
footer a {
  color: #337ab7;
}

.valor {
  display: grid;
  grid-template-columns: repeat(3, auto);
  position: relative;
}
.de {
  font-size: 24px;
  line-height: 0.8;
}
.de sub {
  text-align: right;
  font-size: 40px;
  display: block;
  margin-top: 30px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
}
.por {
  font-size: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  position: relative;
  top: -30px;
}
.por sup {
  font-size: 30px;
  top: -20px;
  position: relative;
}

.vita {
  font-size: 20px;
  line-height: 0.8;
  position: relative;
  top: 70px;
  right: 60px;
}
@media (max-width: 1500px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .hero .container {
    padding: 40px 0;
  }
  .desejo .container,
  .videos,
  .area_titulo,
  .garantia .container,
  .whatsapp .container,
  .grid {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
  .desejo img,
  .garantia .container img {
    max-width: 300px;
  }
  .imagens {
    column-count: 2;
  }
  .sobre_ img {
    width: 250px;
    height: 250px;
  }
  .btn {
    text-align: center;
  }

  .area_titulo img {
    display: none;
  }
  .exclusivo,
  .garantia *,
  .whatsapp *,
  .exclusivo .titulo {
    text-align: center !important;
  }
  .exclusivo p {
    color: #fff;
  }
  .whatsapp p {
    margin: 20px auto;
  }

  .whatsapp svg {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .hero h1,
  .hero h1 strong {
    font-size: 25px;
  }
  .hero h2 {
    font-size: 16px;
  }
  .video {
    height: 240px;
  }
  .p_110 {
    padding: 60px 0;
  }
  .titulo,
  .titulo span,
  .titulo strong {
    font-size: 25px;
  }
  .imagens {
    column-count: 1;
  }
  .modulos {
    padding-top: 40px;
  }
  .modulos svg {
    display: none;
  }
  .por {
    font-size: 90px;
  }
  .de sub {
    font-size: 20px;
    margin-top: 10px;
  }
  .vita {
    top: 40px;
    right: 40px;
  }
  .de {
    font-size: 15px;
  }
  .desejo img,
  .garantia .container img {
    width: 100%;
  }
  .btn{
      font-size:20px;
  }
}

@media (max-width: 365px){
    .por {
        font-size: 70px;
    }
    .por sup {
        font-size: 20px;
        top: -10px;
    }
}
