.ebook__cadastro__form {
    width: 55%;
    float: left;
    padding-top: 102px;
}
.ebook__cadastro__form-container {
    width: 555px;
    float: left;
    margin-left: 125px;
}
.ebook__cadastro__form-container h2 {
    font-size: 24px;
    font-family: 'Montserrat-Light';
    color: #006faf;
    margin: 0;
    text-transform: uppercase;
}
.ebook__cadastro__form-container input[type=text] {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;

    font-size: 14px;
    font-family: 'Droidserif-Regular';
    color: #666666;
}
.ebook__cadastro__form-container input[type=email] {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;

    font-size: 14px;
    font-family: 'Droidserif-Regular';
    color: #666666;
}
.ebook__cadastro__form-container input[type=tel] {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;

    font-size: 14px;
    font-family: 'Droidserif-Regular';
    color: #666666;
}
.ebook__cadastro__form-container select {
    display: inline-block;
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;

    font-size: 14px;
    font-family: 'Droidserif-Regular';
    color: #666666;
}

.ebook__cadastro__texto {
    width: 45%;
    float: left;
    height: 1500px;
    background-color: #e6e6e6;
    padding-top: 102px;
   padding-bottom: 25%;
}
.ebook__cadastro__texto-container {
    width: 360px;
    float: right;
    margin-right: 125px;
    color: #777777;
}
.ebook__cadastro__texto-container strong {
    color: #454856;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}
.ebook__cadastro__texto-container img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 15px;
  box-shadow: 0 13px 25px -12px #0000008c;
}
.ebook__cadastro__texto-container h2 {
    font-size: 24px;
    font-family: 'Montserrat-Light';
    color: #006faf;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 40px;

}
.ebook__cadastro__texto-container h3 {
    font-size: 14px;
    font-family: 'Droidserif-Italic';
    color: #666666;
    margin: 0;

}

.ebook-container {
    background-color: #F1F2F2;
    margin-bottom: 18px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 5px;
}
.ebook-container h3 {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #474955;
}
.ebook-container h3 small strong {
    color: #2B53A0;
}
.ebook-container .ebook-descricao strong {
    color: #454856;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}
.ebook-container p {
    color: #474955;
    font-size: 14px;
    line-height: 20px;
}
.ebook-container p.ebook-btn-texto {
    text-align: right;
}
.ebook-container p.ebook-btn-texto a {
    display: inline-block;
    margin-top: 36px;
    padding: 12px;
    border: 1px solid #404956;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #F1F2F2;
    color: #404956;
    text-decoration: none;
}
.ebook-container p.ebook-btn-texto a:hover {
    background-color: #F1F2F2;
    color: #E44002;
    text-decoration: none;
}
.ebook-container--download {
    background-color: transparent;
}
.ebook-container--download p.ebook-btn-texto{
   
    text-align: center !important;
}

.ebook__cadastro__form-container button {
    float: none;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    width: 158px;
    height: 54px;
    background: #60b05b;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-family: "Montserrat-Light";
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  
.ebook__cadastro__form-container button:hover,
.ebook__cadastro__form-container button:focus {
    background: #3f8a3a; }

.data {
    font-size: 14px;
    font-family: 'Droidserif-Regular';
    color: #666666;
}

@media (max-width: 1040px) {
    .ebook__cadastro__texto {
        width: 100%;
        float: none;
        padding-top: 36px;
        padding-bottom: 36px;
        height: auto !important;
      }
      .ebook__cadastro__texto-container {
        padding:  36px;
      }
      .ebook__cadastro__form {
          width: 100%;
          float: none;
          padding-top: 36px;
          padding-bottom: 72px;
      }
      .ebook__cadastro__form-container {
          width: 100%;
          float: none;
          margin: 0;
          padding:  36px;
      }
      .ebook__cadastro__form-container h2 {
          font-size: 42px;
          line-height: 42px;
      }
      .ebook__cadastro__texto-container {
          width: 100%;
          float: none;
          margin: 0;
      }
      .ebook__cadastro__texto-container h2 {
          font-size: 42px;
          font-family: 'Roboto', sans-serif;
          line-height:42px;
      }
      .ebook__cadastro__line {
          display: inline-block;
          width: 100px;
          border-bottom: 8px solid #09afcd;
      }
}