.banner-topo {
  padding: 40px 0 0;
  background-size: cover;
  background-position: center center;
}

.banner-topo .text1 {
  color: #000;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 22px;
  margin-top: 20px;
}
.banner-topo .text2 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.banner-topo .text1 strong {
  color: #ed2024;
}
.banner-topo .text3 {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}
.banner-topo .hbspt-form .hs-form-field {
 
}

.banner-topo .hs-form-field {
  width: 100%  !important;
}
/* Responsive Min Width */

@media(min-width: 993px) {
  .banner-topo {
    padding: 60px 0;
  }
  .banner-topo .text1 {
    font-size: 61px;
    line-height: 72px;
    margin-top: 60px;
    text-align: left;
  }
  .banner-topo .text2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 40px;
    text-align: left;
  }
  .banner-topo .text3 {
    font-size: 20px;
    margin-top: 15px;
    text-align: left;
  }
}

.banner-topo .form2 {
  margin-top: 50px;
}

@media(max-width: 767px) {
  .form2 {
    margin-top: 20px;
  }
  .banner-topo {
    background-image: url('../images/background-bannerMobile.png') !important;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .banner-topo .text1 {
    padding-right: 130px;
  }
  .banner-topo .text3 {
    padding-right: 150px;
  }
  .banner-topo .logo {
    width: 280px;
    display: table;
    margin: 0 auto;
  }
}
@media(max-width: 570px) {
  .banner-topo {
    background-position: top center;
  }
}
.banner-topo .hbspt-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
