@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700;800&display=swap");
* {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

*:focus {
  outline: 0;
}

img {
  border: none;
  image-rendering: -webkit-optimize-contrast;
}

.bgr {
  background-color: rgba(255, 0, 0, 0.5);
}

.bgg {
  background-color: rgba(0, 255, 0, 0.5);
}

.bgb {
  background-color: rgba(0, 0, 255, 0.5);
}

.bgc {
  background-color: rgba(0, 255, 255, 0.5);
}

.bgm {
  background-color: rgba(255, 0, 255, 0.5);
}

.bgy {
  background-color: rgba(255, 255, 0, 0.5);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.main {
  margin: 0 auto;
  max-width: 900px;
}

.main > div h1 {
  font-weight: bold;
  text-align: center;
}

.main > div h2 {
  font-weight: bold;
  text-align: center;
}

.main > div p, .main > div li {
  text-align: justify;
}

form {
  /*.question-wrapper.level-2 {
        background: #f1f1f1;
    }*/
}

form label {
  cursor: pointer;
}

form .field-wrapper {
  margin-bottom: 0.75rem;
}

form .field-wrapper.mb-lg {
  margin-bottom: 1.25rem;
}

form .field-wrapper.left-2 {
  margin-left: 1.5rem;
}

form label.form-label,
form span.form-label {
  margin-bottom: 0;
  /*color: #454545;*/
  color: #053776;
  font-size: 90%;
}

form label.form-label.lg,
form span.form-label.lg {
  font-size: 100%;
  font-weight: bold;
  line-height: 1.2;
}

form .form-control {
  border-radius: 0;
  /*border-bottom: 2px solid #ced4da;*/
}

form .form-check {
  margin-bottom: 0.5rem;
}

form .form-check label {
  line-height: 1;
  color: #053776;
}

form .form-check:last-child {
  margin-bottom: 0;
}

form .question-label {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #053776;
  font-size: 1.2rem;
  /*color: #6c757d;*/
  /*padding-left: 0.75rem;*/
}

form .question-small-label {
  font-weight: bold;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  color: #6c757d;
}

form .question-wrapper {
  padding: 0 0 0 1.25rem;
  /*border: 1px solid #aeaeae;
        border-top: 3px solid #aeaeae;
        border-left: 10px solid #aeaeae;
        padding: 0.5rem 1.25rem;
        background: #f8f8f8;
		margin-bottom: 1.5rem;*/
  margin-bottom: 2rem;
}

form select:invalid {
  color: gray;
}

form .form-msg {
  padding-left: 1.25rem;
}

form .mt-075 {
  margin-top: 0.75rem;
}

form .py-01 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

form button[type="submit"],
form button.btn-blue {
  background: #053776;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  border: none;
}

form button[type="submit"]:hover,
form button.btn-blue:hover {
  color: #ffd700;
}

form button.btn-style {
  padding: 10px 15px;
  margin-bottom: 20px;
  font-weight: bold;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  border-radius: 0;
}

.content {
  color: #053776;
}

.content ol li {
  margin-bottom: 1rem;
}

form .upload-container {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
}

form .upload-container a.upload-select {
  color: #006699;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

form .upload-container a.upload-select:hover {
  text-decoration: underline;
}

form .upload-container .upload-dropbox {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  overflow: hidden;
  padding: 25px 10px;
  border: 1px solid #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.form-sm .upload-container .upload-dropbox {
  width: 100%;
}

form .upload-container .upload-dropbox .drag-highlight {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eaeaea;
  z-index: 5;
}

form .upload-container .upload-dropbox .drag-highlight span {
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  top: 50%;
  color: #006699;
  font-weight: bold;
  font-size: 14px;
  margin: -15px 0 0 0;
  text-align: center;
  line-height: 30px;
}

form .upload-container .upload-dropbox.dragenter {
  background-color: #eaeaea;
  border: 1px dashed #121212;
}

form .upload-container .uploads {
  width: 100%;
  overflow: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .upload-container .upload {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-height: 16px;
  padding: 5px 15px;
  margin: -1px 0 0 0;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form.form-sm .upload-container .upload {
  width: 100%;
  margin: -1px 0 0 0;
}

form .upload-container .upload.ok {
  background-color: #BFFD95;
}

form .upload-container .upload.error {
  background-color: #FFD7D8;
  color: #000000;
}

form .upload-container .upload.alert {
  background-color: #FFECBA;
  color: #000000;
}

form .upload-container .upload .delete {
  position: absolute;
  display: block;
  right: 10px;
  top: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

form .upload-container .upload .delete {
  font-size: 16px;
  line-height: 16px;
  width: 16px;
}

form .upload-container .upload.ok .delete i {
  color: #40b868;
}

form .upload-container .upload .delete:hover {
  opacity: 0.6;
}

form .upload-container .upload .description {
  display: block;
  float: left;
  width: 90%;
  padding: 2px 0;
  overflow: hidden;
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

form .upload-container .upload .progressnumber {
  position: relative;
  display: none;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  float: left;
}

form .upload-container .upload .progressbar {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 5px;
  margin: 2px 0 0 0;
  overflow: hidden;
  background-color: #dedede;
  border-radius: 5px;
}

form .upload-container .upload .progressbar .progress {
  width: 0%;
  height: 5px;
  background-color: #79b746;
}

form .upload-container .upload .progressnumber.result {
  font-size: 10px;
}

@media (max-width: 767px) {
  form .upload-container .upload-dropbox {
    width: 100%;
  }
  form .upload-container .upload {
    width: 100%;
    margin: -1px 0 0 0;
  }
}

@media (max-width: 479px) {
  form .upload-container .upload {
    padding: 5px 10px;
  }
  form .upload-container .upload .delete {
    right: 10px;
  }
}

.klauzula p, .klauzula li {
  text-align: justify;
}
/*# sourceMappingURL=styles.css.map */