.section-header-banner {
  height: 260px;
  background-image: url("/assets/images/sections/bg-dicas.jpg");
}

.section-ebook {
  padding-top: 0;
}

.image-ebook {
  padding: 0 0 0 25px;
  margin-top: -115px;
}

@media screen and (max-width: 959px) {
  .image-ebook {
    padding: 0;
    margin: -85px 0 0 -40px;
  }
}

.image-ebook img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .image-ebook img {
    max-width: 340px;
  }
}

.content-form {
  margin-top: -200px;
  padding: 20px 30px 40px 15px;
  background: #FFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

@media screen and (max-width: 959px) {
  .content-form {
    margin-top: 20px;
  }
}

.content-form .title {
  position: relative;
  margin-bottom: 35px;
  font-family: "Town80TextBold", Arial, sans-serif;
  font-size: 40px;
  line-height: 0.96em;
  display: block;
  color: #003050;
}

@media screen and (max-width: 959px) {
  .content-form .title {
    font-size: 30px;
  }
}

.content-form .title:before {
  position: absolute;
  left: -15px;
  right: -30px;
  bottom: -20px;
  height: 2px;
  content: "";
  background: #F2F2F2;
}

@media screen and (max-width: 959px) {
  .content-form .title br {
    display: none;
  }
}

.content-form .title strong {
  padding-top: 7px;
  text-transform: uppercase;
  display: block;
  color: #BED62F;
}

.content-form .description {
  padding: 0 20px 25px;
}

.content-form .form-label {
  color: #4D4D4D;
}
