.hero {
  background: url(../img/rectangle.png), url(../img/bg-black.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: 600px;
}

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

.hero .hero-content .pretitle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-family: "Margem-Medium";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
}

.hero .hero-content .pretitle span {
  padding: 4px 10px;
  background: #DD303E;
  border-radius: 0px 8px 0px 8px;
    font-size: 18px;
    line-height: 125% !important;
    letter-spacing: 2px !important; 
}

.hero .hero-content .hero-title {
  color: #FFFFFF;
  line-height: 100%;
  font-family: "Margem-black";
  font-weight: 900;
  font-size: 72px;
}

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

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

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

.hero .hero-content .hero-text p {
  margin: 0;
  font-size: 20px;
  line-height: 135%;
  color: #FFFFFF;
  font-family: "Montserrat";
}

.hero .hero-content .hero-text p strong {
  font-family: "MontserratBold";
}

.hero .hero-content .hero-second-text {
  color: #FFFFFF;
  font-family: "Montserrat";
  font-size: 18px;
}

.hero .hero-content .hero-second-text strong {
  font-family: "MontserratBold";
}


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

.hero .hero-content .hero-promocao-text {
  color: #DD303E;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: underline solid #DD303E;
  font-family: "Margem-bold";
  font-size: 24px;
  line-height: 100%;
}


.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;
  list-style: none;
}

.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: 0px 24px;
  background: #DD303E;
  border: none;
  border-radius: 12px;
  color: #FFFFFF;
  font-family: 'Margem-bold';
  min-width: 56px;
  min-height: 56px;
  max-width: 510px;
}

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

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .hero .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
}

@media screen and (max-width: 980px) {
  .hero .header {
    padding: 15px 0;
    justify-content: center;
  }

  .hero .hero-content {
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
  }

  .hero .hero-content .left-side {
    text-align: center;
    max-width: 100%;
  }

  .hero .hero-content .pretitle {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hero .hero-content .pretitle span {
    order: 2;
    font-size: 16px;
  }

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

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

  .hero .hero-content .hero-text p {
    font-size: 16px;
  }

  .hero .hero-content .hero-second-text {
    font-size: 16px;
  }
  .hero .hero-content .hero-second-text strong {
    font-family: MontserratBold;
  }
  
  .hero .hero-content .hero-promocao-text {
    font-size: 16px;
  }
  
  .hero .hero-content .wrapper {
    align-items: center;
  }
}