/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_custom_fragua/cartridge/client/default/scss/contactUs.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
/* $gradient-border-background: #00AEEF - #01579B; */
.contact-us {
  background-color: #F9F9F9;
  padding: 16px;
}
.contact-us_main-title {
  color: #01579B;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  max-width: 615px;
  margin: auto;
  margin-bottom: 10px;
}
@media (max-width: 768.98px) {
  .contact-us_main-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0px;
  }
}
.contact-us_form {
  max-width: 615px;
  margin: auto;
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #CCC;
  background: #FFF;
}
.contact-us_form--container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768.98px) {
  .contact-us_form--container {
    width: 100%;
    flex-direction: column;
  }
}
.contact-us_form--section {
  margin-bottom: 10px;
}
.contact-us_form--title {
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 768.98px) {
  .contact-us_form--title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }
}
.contact-us_form--subtitle {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768.98px) {
  .contact-us_form--subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
.contact-us_form--subtitle-mandatory {
  font-size: 12px;
  color: #545454;
}
.contact-us_form--subtitle-mandatory::after {
  content: "*";
  color: #D51922;
}
.contact-us_form .form-group .form-control-label {
  left: 25px;
}
.contact-us_form .input-select {
  padding: 0 16px;
}
.contact-us .submit-container {
  display: flex;
  justify-content: end;
}
.contact-us .submit-container button {
  width: 165px;
}
@media (max-width: 768.98px) {
  .contact-us .submit-container button {
    width: 100%;
  }
}

/*# sourceMappingURL=contactUs.css.map*/