.bg-hero {
  background: url("../../assets/img/bg-hero-lumni.jpg") bottom / cover no-repeat;
  color: var(--bs-light);
}

.logo-hero {
  width: 400px;
  margin-bottom: 5em;
  margin-top: 7em;
}

body {
  font-family: Poppins, sans-serif;
  background-color: #EDEDED;
}

.titleHero {
  font-size: 3em;
  color: #fff5e8;
}

.text-hero {
  font-size: 1.3em;
}

@media (min-width: 576px) {
  .titleHero {
    font-size: 4em;
  }
}

@media (min-width: 1200px) {
  .titleHero {
    font-size: 6em;
  }
}

.div-mensager {
  background: linear-gradient(75deg, #B95F2D 0%, #D69A3F 53%, #A49D7C);
  text-transform: uppercase;
  padding: 18px 0px;
  margin-top: -1em;
  background-size: 300% 300%;
  animation: gradientMove 6s ease infinite;
}

.div-mensager p {
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 3px;
  font-size: 7px;
}

@media (min-width: 768px) {
  .div-mensager p {
    font-size: 9px;
  }
}

@media (min-width: 1400px) {
  .div-mensager p {
    font-size: 14px;
    letter-spacing: 6px;
  }
}

h1 {
}

h1 {
}

.H1Lummni {
  color: #E69224;
  font-size: 2em;
}

.PLumni {
  color: #C9B58D;
}

.btnLumni {
  background: linear-gradient(75deg, #B95F2D 0%, #D69A3F 53%, #A49D7C);
  color: #EDEDED;
  border-radius: 84px;
  padding: 19px 43px;
  font-weight: bold;
  font-size: 22px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background-position 0.6s ease;
}

.marSection {
  padding: 8em 0;
}

@media (min-width: 768px) {
  .H1Lummni {
    font-size: 3em;
  }
}

.bgVideo {
  background-color: #F6F6F6;
  padding: 3em 0;
}

.BGBreve {
  background-color: #C42F0F;
  color: #EDEDED;
}

.baggeAmarelo {
  background-color: #EFBF2D;
  color: #EDEDED;
  padding: 11px 24px;
  font-size: 15px;
}

.divBadge {
  margin-top: -4em;
  margin-bottom: 3em;
}

@media (min-width: 992px) {
  .titleBranco {
    font-size: 2.8em;
  }
}

.subTitle {
  color: #EFBF2D;
  font-size: 20px;
}

.BGVENDA {
  background: url("../../assets/img/bg-lumni-venda.jpg") center / cover no-repeat;
}

.bgRodape {
  background: url("../../assets/img/bg-mobile-aguarde-lumni.jpg") center / cover no-repeat;
  height: 807px;
}

@media (min-width: 1400px) {
  .bgRodape {
    background: url("../../assets/img/bg-aguarde-lumni.webp") top / cover no-repeat;
    height: 1000px;
  }
}

.logorodape {
  width: 550px;
  margin-bottom: 2em;
}

.divInfoRodape {
  color: #EDEDED;
  margin-bottom: 6em;
}

.paragRodape {
  color: #EDEDED;
  font-size: 13px;
}

#typing-word {
  color: #fac278;
}

.title-gradient {
  background: linear-gradient(120deg, #ffd49b, #e0d6c1, #f4b96d);
  background-size: 200% 200%;
  animation: gradientMove 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.btnLumni:hover {
  background-position: 100% 50%;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(185, 95, 45, 0.35);
  color: #fff5e8;
}

#videoWrapper:hover {
  cursor: pointer;
}

iframe {
  border: 0;
  width: 100%;
  height: 100%;
  max-width: 911px;
  aspect-ratio: 16 / 9 !important;
}

.imgVideoPlay {
  transition: transform 0.6s ease;
  will-change: transform;
}

.imgVideoPlay:hover {
  transform: scale(1.05);
}

