section.sener-modulo-quejas {
  display: flex;
  justify-content: center;
  padding: 100px 2rem;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-title {
  display: none;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div {
  display: flex;
  flex-direction: column;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-before-form-content {
  order: 1;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-before-form-content .nf-form-fields-required {
  font-size: 12px;
  font-style: italic;
  color: #777;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content {
  padding: 0;
  max-width: 100%;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container .nf-error .nf-error-msg {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container .nf-field-label {
  margin-bottom: 0;
  line-height: 1.1;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container .nf-field-label label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #005199;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.sectionForm h2 {
  color: #005199;
  font-size: 32px;
  line-height: 38px;
  font-family: "Noto Sans";
  font-weight: bold;
  font-style: normal;
  display: inline-flex;
  padding-right: 1rem;
  background: #fff;
  position: relative;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.sectionForm span.line {
  display: block;
  width: 100%;
  height: 3px;
  background: #005199;
  position: relative;
  top: 24px;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.checkbox-container .nf-field-label {
  width: auto;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.checkbox-container .nf-field-label label .ninja-forms-req-symbol {
  left: -7px;
  position: relative;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.checkbox-container .nf-field-description {
  margin-right: auto;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.checkbox-container .nf-field-description p a {
  text-decoration: underline;
  color: #005199;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.submit-container .nf-field-element input[type=button],
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.submit-container .nf-field-element input[type=submit] {
  width: 100%;
  background: #005199;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.file_upload-container button {
  background: #005199;
  margin-top: 5px;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.file_upload-container .nf-field-element .nf-fu-progress {
  height: 5px;
  margin: 10px 0;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.file_upload-container .nf-field-element .files_uploaded {
  font-size: 12px;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.file_upload-container .nf-field-element .files_uploaded .delete {
  padding: 3px 5px;
  margin-left: 5px;
  background: #005199;
  color: #fff;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.file_upload-container .nf-field-description {
  font-size: 12px;
  font-style: italic;
  color: #777;
  order: 5;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.textarea-container textarea {
  font-family: "Noto Sans";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
}
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-after-form-content .nf-form-errors .nf-error-msg {
  font-style: italic;
  font-size: 12px;
}

@media (min-width: 991px) {
  section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content {
    width: 100%;
  }
  section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.submit-container .nf-field-element {
    text-align: right;
  }
  section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.submit-container .nf-field-element input[type=button],
section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content .nf-field-container.submit-container .nf-field-element input[type=submit] {
    width: 33%;
    background: #005199;
  }
  section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row {
    width: 100%;
  }
  section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(4), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(5), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(6), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(7), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(8), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(9), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(10), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(11), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(12), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(13), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(16), section.sener-modulo-quejas .nf-form-cont .nf-form-wrap .nf-form-layout form > div .nf-form-content nf-rows-wrap .nf-row:nth-child(17) {
    width: calc(50% - 1rem);
  }
}

/*# sourceMappingURL=modulo-quejas.css.map */
