#customPageTitle {
  display: none;
}

.customPageCenteredContent {
  width: 100%;
  min-width: 0;
  margin: 0 auto 0;
  min-height: 50vh;
}

.lastLine {
  font-weight: 600;
  color: #dc0000;
  margin-top: 28px;
  font-size: 12px;
}

.garantia {
  width: 70%;
  margin: 90px auto;
  max-width: 900px;
}

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 15px;
  max-height: fit-content;
  margin-bottom: 110px;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  border-top: solid 1px #989898;
}

.moreInfoDiv:last-of-type {
  border-bottom: solid 1px #989898;
}

.openDiv .productGrouptitle,
.openDiv .openClose {
  color: #dc0000;
}

.openDiv .productGrouptitle {
  margin-bottom: 20px;
}

.productGrouptitle {
  color: #000;
  margin: 0;
  margin-top: 20px;
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  width: calc(100% - 17px);
  cursor: pointer;
}

.openClose {
  position: absolute;
  color: #000;
  float: right;
  right: 10px;
  top: 20px;
  font-size: 14px;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  height: auto;
  line-height: 20px;
  box-sizing: border-box;
  margin-top: 6px;
  color: #000;
  font-weight: 300;
  margin-left: 10px;
}

.productGroupInfoContainer {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
}

.faqImg {
  width: auto;
  display: block;
  margin: 40px 0;
  max-width: 70%;
}

.container-form {
  width: 90%;
  padding: 90px 5%;
  background: #ededed;
  max-width: unset;
}

h2 {
  color: #2a2a2a;
  font-size: 30px;
  line-height: 40px;
  overflow: visible;
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
  max-width: 850px !important;
}

span a {
  border-bottom: 1px solid;
}

.button {
  text-align: center;
  padding: 20px 0px;
  width: 380px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 20px;
}

.contactInput {
  width: 49%;
  float: left;
}

.inputContainer:nth-of-type(odd) .contactInput {
  margin-right: 2%;
}

h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}

.form {
  width: 100%;
  float: left;
}

.file-input-wrapper {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 20px;
  height: 100px;
  border: 1px solid #898989;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: unset;
}

.file-input-wrapper::before {
  content: "+";
  text-align: center;
  font-size: 20px;
  line-height: 18px;
  color: #898989;
}

.uploadFileContianer + p {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 11px;
  margin-bottom: 10px;
}
.uploadFileContianer {
  display: flex;
  align-items: center;
}

.accept {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.checkbox {
  accent-color: red;
  -webkit-appearance: checkbox;
  margin-right: 5px;
  cursor: pointer;
  margin-top: 0;
  width: 15px;
  height: 15px;
}

.accept label {
  font-size: 15px;
  line-height: 12px;
}

@media screen and (max-width: 768px) {
  .garantia {
    width: 90%;
    margin-bottom: 50px;
  }

  .productGrouptitle {
    font-size: 14px;
    width: 84%;
    margin: 30px 0;
    min-height: 34px;
    display: flex;
    align-items: center;
  }

  .productMoreInfo {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .container-form {
    padding-top: 50px;
  }

  h2 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 40px;
  }

  h1,
  #customPageTitle {
    text-align: left;
  }

  .centeredContent.customPageCenteredContent {
    width: 100% !important;
  }

  .openClose {
    top: 37px;
  }

  input.contactInput {
    width: 100%;
  }

  .uploadFileContianer + p {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .uploadFileContianer {
    margin-top: 20px;
  }

  .accept {
    display: flex;
    align-items: flex-start;
    margin: 50px 0;
  }

  .accept label {
    font-size: 13px;
    line-height: 16px;
  }

  .button {
    padding: 25px 0;
    width: 100%;
    font-weight: bold;
  }
}
