/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/cells/form-depoimento/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/******* Colors *******/
/******* Status Colors *******/
/******* Effect Styles Colors *******/
/******* FONT SETUP *******/
.form-depoimento {
  padding: 2rem;
}
.form-depoimento__title {
  margin-bottom: 0.5rem;
}
.form-depoimento__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.form-depoimento__form {
  display: flex;
  flex-direction: column;
}
.form-depoimento__form .submit__form__button {
  margin-top: 1rem;
}
.form-depoimento__form .input__label {
  display: block;
}
.form-depoimento__form .input__label.custom-checkbox {
  display: inline-flex;
}
.form-depoimento__form .input__label .input__title,
.form-depoimento__form .input__label .checkbox {
  width: auto;
  margin-bottom: 0;
}
.form-depoimento .return_message {
  margin-top: 10px;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.25rem;
  display: none;
}
.form-depoimento .return_message.visible {
  display: block;
}

/*# sourceMappingURL=style-index.css.map*/