.lp-hero {
  display: flex;
  align-items: center;
}
.lp-hero div {
  flex: 1;
  padding: 0px;
}
.lp-hero-bg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-hero .lp-hero-content {
  padding: 0px 100px;
  position: relative;
}
#lp-hero-arrow {
  position: absolute;
  bottom: -160px;
  left: 50%;
  width: 80px;
  margin-left: 70px;
}
.lp-hero h1 {
  margin-bottom: 20px;
}
.lp-hero p {
  color: #667085;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}


.form-small small a {
  border-bottom: 1px solid;
}

.color-gray {
  color: #7E7C91;
}

#form {
  display: flex;
  grid-gap: 15px;
  margin-bottom: 10px;
}
#form input[type=email] {
  flex: 1;
}
#form input[type=submit] {
  margin-bottom: 0;
}

.lp-bullet {
  display: inline-block;
  color: #6515DD;
  font-weight: bold;
  font-size: 16px;
}
.lp-bullet a {
  font-weight: normal;
  color: #6515DD;
}
.lp-bullet a:hover {
  text-decoration: underline;
}
.lp-options {
  background-color: #F2F7FC;
}
.step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 100px;
}
.step .p-top {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .step {
    margin-top: 0;
  }
  .step__item .step__number {
    margin-bottom: 15px;
  }
  .step .p-top {
    position: relative;
    top: 0;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 16px;
}
}

.step__item {
  position: relative;
}
.step__item:after {
  background: url('../img/arrow-step.svg') no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 22px;
  right: -30px;
}
.step__item:last-child:after {
  display: none;
}

.step__item .step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-color: #6515DD;
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.lp-hero div.error {
  display: none !important;
}
.lp-hero input.error {
  border-color: red !important;
}

.button-yellow-expanded {
  padding-left: 100px;
  padding-right: 100px;
}



.button-radius {
  border-radius: 100px !important;
}

.button-cta {
  background-color: #66E5BA !important;
  border-radius: 100px !important;
  color: #282447 !important;
  margin-bottom: 0 !important;
}
.button-cta:hover {
  border-radius: 100px !important;
  background-color: #6FE6C5 !important;
  color: #282447 !important;
}




.new__section__padding {
    position: relative;
}
.vantagens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.vantagens__item img {
  margin-bottom: 20px;
}
.vantagens__item p {
  margin-bottom: 0;
}
 
.title {
  line-height: 45px;
}

#model {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 45%;
}

@media (max-width: 1024px) { 
  .lp-hero {
    display: grid;
  }
  .lp-hero .lp-hero-content {
    padding: 35px 30px;
 }
 .lp-hero-bg img {
  width: 100%;
 }

}


@media (max-width: 850px) {
  .vantagens {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #model {
    position: relative;
    width: 100%;
    margin-top: 40px;
    object-fit: inherit;
    height: auto;
}
  .step {
    margin-bottom: 15px;
    grid-template-columns: 1fr;
  }
  .title {
    line-height: 27px;
    text-align: center;
}
  .step__item:after {
    top: inherit;
    right: inherit;
    bottom: 0;
    position: relative;
    transform: rotate(90deg);
  }
  .button-yellow-expanded {
    padding-left: inherit;
    text-align: center;
    padding-right: inherit;
}
} 

@media (max-width: 639px) { 
#form {
  display: grid;
}
.fix-center {
  text-align: center;
}
.fix-center img {
  width: 200px;
}
.lp-hero p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  text-align: center;
}
.form-small {
  text-align: center;
}


.lp-bullet {
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 14px;
}


}