@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,600;1,300;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
#menu, .bt, input, select {
  display: none;
}

.print-only {
  display: block;
}

.screen-only {
  display: none;
}

.bt {
  display: none;
}

em {
  font-style: italic;
}

p, li, td, a, label {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

label {
  font-weight: 500;
  font-size: 0.9em;
}

.headings, h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.ctr {
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.3em;
  margin-bottom: 0.65em;
}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1.15em;
  margin-bottom: 0.575em;
}

h5 {
  font-size: 1.1em;
  margin-bottom: 0.55em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.verde {
  color: #03a219;
}

.vermelho {
  color: #db1e1e;
}

p {
  margin: 1.25em 0;
}
p strong {
  font-weight: 500;
}

strong {
  font-weight: 500;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

p a {
  color: black;
  text-decoration: none;
  border-bottom: solid 1px orange;
}

p a:hover {
  text-decoration: none;
  color: orange;
}

ol {
  margin: 20px 0 20px 0;
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
}
ol div.error-list {
  display: none;
  margin-left: 27px;
  font-size: 16px;
  text-transform: none;
  padding: 10px 20px;
  background-color: #fffedf;
  max-height: 300px;
  overflow: auto;
}
ol div.error-list p {
  margin-left: 0;
}
ol div.error-list ul {
  margin-top: 5px;
}
ol div.error-list ul li {
  font-size: 12px;
  list-style-position: inside;
  margin-left: 5px;
  padding: 0;
  line-height: 1.5;
}
ol > li {
  padding: 0;
  margin-top: 0px;
  counter-increment: my-awesome-counter;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #FFF;
}
ol > li:before {
  content: counter(my-awesome-counter) "  ";
  color: black;
  font-weight: 700;
}
ol > li p {
  text-transform: none;
  margin-top: 5px;
  font-size: 0.9em;
  line-height: 1.3;
  margin-left: 27px;
}
ol > li p:first-of-type {
  margin-top: 5px;
}
ol > li > ol {
  counter-reset: my-other-counter;
  margin-top: 10px;
  margin-left: 12px;
}
ol > li > ol > li {
  border-top: solid 1px #CCC;
  border-top: none;
  counter-increment: my-other-counter;
  font-weight: 400;
  text-transform: none;
  margin-top: 0px;
  padding: 0;
  padding-top: 0px;
}
ol > li > ol > li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
ol > li > ol > li:before {
  content: counter(my-awesome-counter) "." counter(my-other-counter) " ";
  color: #db1e1e;
  font-weight: bold;
}
ol > li > ol > li.verde:before {
  color: #03a219;
}

ul {
  list-style-type: disc;
}
/*
ul, ol, li {
	margin: 0;
	padding: 0;
}
ol {
	padding-left: 20px;
}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: red;
  font-weight: bold;
}
*/

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