.hero {
  background: url(../img/rectangle.png), url(../img/bg-black-friday-desktop.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom, center;
  position: relative;
}

.hero .header {
  display: flex;
  justify-content: space-between;

  padding: 24px 0;
}

.hero .hero-content {
  margin-top: 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero .hero-content .left-side {
  width: 100%;
  max-width: 510px;
}

.hero .hero-content .wrapper {
  gap: 15px;
}

.hero .hero-content .pretitle {
  display: flex;
  align-items: center;
  gap: 15px;

  color: #fff;
  font-family: "Margem-bold";
  font-size: 18px;
  line-height: 17.6px;
  text-transform: uppercase;
  border-radius: 12px;
}

.hero .hero-content .pretitle span {
  padding: 4px 10px;
  background: #DD303E;
  border-radius: 3px;
}

.hero .hero-content .hero-title {
  color: #FFFFFF;
  font-family: "Margem-bold";
  font-weight: 800;
  font-size: 44px;
}

.hero .hero-content .hero-title .destaque {
  color: #DD303E;
  font-size: 64px;
}

.hero .hero-content .hero-title .destaque-2 {
  font-size: 86px;
  line-height: 75px;
}

.hero .hero-content .hero-text {
  max-width: 532px;
}

.hero .hero-content .hero-text p {
  margin: 0;

  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
  font-family: "Margem-regular";
}

.hero .hero-content .hero-second-text {
  color: #FFFFFF;
  font-family: "Margem-regular";
  font-size: 18px;
  letter-spacing: -1px;
}

.hero .hero-content .hero-second-text span {
  color: #DD303E;
}


.hero .hero-content .right-side {
  flex: 1;
  max-width: 510px;
}

.hero .hbspt-form .hs-form-field .input input,
.hero .hbspt-form .hs-form-field .input select {
  background: #E7E7E7;
  border: 1px solid #E7E7E7 !important;
  border-radius: 5px;
  width: 100%;

  color: #757575 !important;
  outline: none !important;
  padding: 10px !important;
  font-size: 1rem !important;
}

.hero .hbspt-form .hs-form-field span {
  color: #fff;
}


.hero .hbspt-form form .inputs-list {
  padding: 0;
}

.hero .hbspt-form form .legal-consent-container ul li label p {
  color: #FFFFFF;
}

.hero .hs-form-booleancheckbox {
  margin-top: 20px;
}

.hero .hs-form-booleancheckbox input {
  width: max-content !important;
}

.hero .hs-form-booleancheckbox label {
  display: flex;
  align-items: center;

  font-size: 12px;
}

.hero .hbspt-form form .legal-consent-container ul li label a {
  color: #FFFFFF;
  text-decoration: underline;
}


.hero .hs_submit input {
  width: 100%;
  padding: 12px;

  background: #DD303E;
  border: none;
  border-radius: 5px;

  color: #FFFFFF;
  font-family: 'Margem-bold';
}

.hero .hs-error-msg,
.hero .hs-main-font-element {
  color: #FFFFFF !important;
}


@media screen and (max-width: 992px) {
  .hero .hero-content {
    width: 100%;
    margin-top: 15px;

    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 575px) {
  .hero .hero-content .hero-title {
    font-size: 35px;
    line-height: 45px;
  }

  .hero .hero-content .hero-title .destaque {
    font-size: 50px;
  }

  .hero .hero-content .hero-title .destaque-2 {
    font-size: 65px;
    line-height: 50px
  }

  .hero .hero-content .pretitle {
    width: 100%;

    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
  }

  .hero .hero-content .hero-title {
    text-align: center;
  }

  .hero .hbspt-form .hs-form-field .input input,
  .hero .hs_submit input {
    width: 95%;
  }
}

@media screen and (max-width: 425px) {
  .hero .hero-content .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero .hero-content .hero-title .destaque {
    font-size: 40px;
  }

  .hero .hero-content .hero-title .destaque-2 {
    font-size: 55px;
    line-height: 50px
  }
}

@media screen and (max-width: 350px) {
  .hero .hero-content .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero .hero-content .hero-title .destaque {
    font-size: 35px;
  }

  .hero .hero-content .hero-title .destaque-2 {
    font-size: 45px;
    line-height: 50px
  }
}
