label {
  margin-left: 10px;
  color: #ffffff;
}
.contactInput {
  width: 96%;
  margin: 10px 0px;
}

h3 {
  width: 70%;
  margin: auto;
  overflow: hidden;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 30px;
}
.sendContactBanco {
    position: relative;
    width: 170px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #b4a193;
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    letter-spacing: 1px;
    border-radius: 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 18px;
    width: 150px;
    color: #f39423;
    margin-top: 25px;
    letter-spacing: 0px;
    margin-bottom: 0px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    line-height: 35px;
    height: 35px;
    transition: 0.4s all ease-in-out;
}
.downloadForm {
  display: flex;
  width: 72%;
  margin: auto;
  height: 43px;
  line-height: 43px;
  align-items: center;
  background: #ffffff;
  justify-content: center;
  color: #6a6a6a;
  border-radius: 8px;
}
.downloadForm .downloadFormText {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.downloadForm img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.sendContact {
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 18px;
  width: 150px;
  color: #f39423;
  margin-top: 25px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  line-height: 35px;
  height: 35px;
  transition: 0.4s all ease-in-out;
}

.sendContact:hover {
  border: 2px solid #ffffff;
  background-color: #f39423;
  color: #ffffff;
}

.contactDiv {
  width: 100%;
  background-color: #f39423;
  flex-flow: row wrap;
  justify-content: center;
}

.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #afafaf;
  opacity: 0.9;
  font-weight: 400;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afafaf;
  opacity: 0.9;
  font-weight: 400;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afafaf;
  opacity: 0.9;
  font-weight: 400;
}

.contactInput::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #afafaf;
  opacity: 0.9;
  font-weight: 400;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #afafaf;
  opacity: 0.9;
  font-weight: 400;
}
.dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72%;
  margin: 25px auto;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  height: 43px;
  font-size: 16px;
  font-weight: 600;
  line-height: 43px;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.dropzone .dropzoneText {
  margin-right: 10px;
}
.dropzone img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.terms {
  width: 72%;
  margin: auto;
  text-align: center;
  color: #ffffff;
}
.terms span {
  font-weight: 600;
}
.inputContainer {
  width: 40%;
  margin: 0 15px;
}
.contactTextarea {
  height: 100px;
}
.formGo {
  width: 50%;
  position: absolute;
  bottom: 29px;
  right: 3%;
}

.contactInput::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 1;
  color: #7e7e7e;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7e7e7e;
  opacity: 1;
}

.contactInput::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 1;
  color: #7e7e7e;
}

.contactInput::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  color: #7e7e7e;
}

.contactInput::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 1;
  color: #7e7e7e;
}
@media screen and (max-width: 1100px) {
  .customPageCenteredContent {
    width: 100% !important;
    min-height: 0px;
    margin-top: 0px;
    padding: 0;
  }
  .inputContainer {
    width: 100%;
  }
  .formGo {
    width: 100%;
    position: relative;
    bottom: unset;
    right: unset;
  }
  .sendContact {
    width: 45%;
    margin-bottom: 10px;
    margin-top: 20px;
    float: left;
    margin-left: 27%;
  }
  .contactDiv {
    width: calc(100% - 60px);
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 30px 30px 0;
  }
  .contactInput {
    font-size: 14px;
    width: 92%;
    padding: 0 4%;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    height: 43px;
  }
  .contact_message {
    top: 0px;
    width: 93% !important;
    height: 86px;
    padding-top: 15px;
  }

  .img-responsive-ayuda img {
    width: 100%;
  }
  .titleBold {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .terms {
    width: 65%;
    line-height: 18px;
    margin-top: 20px;
  }
}
