body {
  background-color: #f6f3ed;
}

.titleContent {
  color: white;
  font-family: "PP Hatton Medium";
  font-size: 35px;
  line-height: 1.2em;
  margin: 0;
}
.textContent {
  color: white;
  font-family: "Poppins Regular";
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
}

.heroContainer {
  padding-top: 80px;
  padding-bottom: 80px;

  background-image: url("../img/lps/lpimersao/bgHero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
.logoHeader {
  width: 250px;
}
.topHeader {
  width: 100%;
}
li.textContent {
  font-size: 15px;
  margin-top: 4px;
}
.heroDestaqueContent {
  color: #fd8762;
  font-family: "Poppins Regular";
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;

  padding: 0px 20px;
  border-left: 3px solid #fd8762;
  border-right: 3px solid #fd8762;
  width: fit-content;

  text-transform: uppercase;
}

.vivenciarContainer {
  background-image: url("../img/lps/lpimersao/bgVivenciar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profilepic {
  width: 100%;
}

.rowBullet {
  padding: 30px 0px;
}

.rowNormal {
  border-bottom: 1px solid #fd8762;
}

.rowDestaque {
  background-color: #fd8762;
}

.bulletTitle {
  color: #352544;
  font-family: "Poppins Bold";
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
}

.bulletText {
  color: #352544;
  font-family: "Poppins Regular";
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
}

@media (max-width: 767px) {
  .vetorBullets {
    margin-bottom: 20px;
  }

  .bulletsContainer .bulletTitle {
    margin-bottom: 10px;
  }
}

.professoraContainer {
  padding-top: 40px;
  padding-bottom: 80px;

  background-image: url("../img/lps/lpimersao/bgProfessora.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.professoraRow {
  background-color: #ede8de;
  padding: 30px;
  border-radius: 20px;
}

.linecut {
  width: 150px;
  margin: 20px 0px;
  height: 2px;
  background-color: #352544;
}

.profileprofessora {
  width: 100%;
}

@media (max-width: 767px) {
  .professoraRow {
    margin: 10px;
  }
  .profileprofessora {
    margin-top: 40px;
  }
}

.precoContainer {
  padding-top: 80px;
  padding-bottom: 80px;

  background-image: url("../img/lps/lpimersao/bgPreco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.frameCol {
  background-color: #352544;
  border-radius: 20px;
}

.precoDe {
  color: white;
  font-family: "Poppins Regular";
  font-size: 25px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: -10px;
}
.precoValor {
  font-family: "Poppins Bold";
  font-size: 150px;
  line-height: 1.2em;
  margin: 0;

  background: -webkit-linear-gradient(40deg, #ffffff, #a17389);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.precoRs {
  color: white;
  font-family: "Poppins Regular";
  font-size: 60px;
  line-height: 1.2em;
  margin: 0;
  margin-bottom: 25px;
}

.bottomPreco {
  background-color: #ede8de;
  text-align: center;
  color: #352544;

  font-family: "Poppins Bold";
  font-size: 15px;
  line-height: 1.2em;
  margin: 0;
  padding: 20px;
  text-transform: uppercase;

  border-radius: 0px 0px 20px 20px;
}

.checkVetor {
  width: 25px;
  margin-right: 15px;
}

.faqContainer {
  padding-top: 80px;
  padding-bottom: 80px;

  background-image: url("../img/lps/lpimersao/bgFaq.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.perguntaFrame {
  margin-bottom: 20px;
}

.tituloPergunta {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 10px;
  border: 1px solid #fff;
  background: linear-gradient(180deg, #ede8de 0%, #fff 100%);

  padding: 15px;
}

.tituloPergunta .bulletTitle {
  font-size: 17px;
}

.footerContainer {
  background-color: #352544;
  padding-top: 70px;
}

.footerTitle {
  color: #a17389;
  font-family: "Poppins Bold";
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.footerLink {
  color: white;
  font-family: "Poppins regular";
  font-size: 13px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.footerContainer a {
  text-decoration: none;
}

.logoFooter {
}

.rowFooterLine {
  border-top: 1px solid white;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .footerTitle {
    margin-top: 20px;
  }
  .secondColFooter {
    text-align: center;
    padding-top: 20px;
  }
  .rowFooterLine {
    text-align: center;
  }
}

.btnPrincipal {
  transition: all 1s ease-in-out;
}

.btnPrincipal a {
  cursor: pointer;
  text-decoration: none;
  transition: all 1s ease-in-out;
}

.btnPrincipal {
  position: relative;
  background: linear-gradient(90deg, #a17389 0%, #fd8762 100%);
  border: none;
  border-radius: 20px;
  color: #ffffff;
  font-family: "Poppins Regular";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
  transition: backgroud 0.3s ease-in, border 1s ease-in-out;
}

.btnPrincipal .fa-arrow-right {
  margin-left: 10px;
  transform: rotate(320deg);
  transition: all 0.3s ease-in-out;
}

.btnPrincipal:hover {
  background: #a17389;
  border: 1px solid var(--cor-secundaria);
}

.btnPrincipal:active {
  background: var(--cor-secundaria);
}

.btnPrincipal:hover .fa-arrow-right {
  transform: rotate(320deg) translateX(5px);
}

@media (max-width: 767px) {
  .btnPrincipal {
    width: 100%;
    font-size: 16px;
  }
}

/* Botão brilhante - So adicionar shine-button na class do botão */

.shine-button {
  position: relative;
  overflow: hidden;
  padding: 15px 30px;
  font-size: 1.2rem;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.shine-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
