.html-content-editor {
    white-space: pre-line !important;
    font-size: 20px !important;
    line-height: 26px !important;
    background-color: transparent !important;
    font-family: "Work Sans", "Arial" !important;
    letter-spacing: 0.01em !important;
    word-break: break-word !important;
    text-align: justify !important;
}
@media (max-width: 600px) {
    .html-content-editor-editor {
        text-align: left !important;
    }
}
.html-content-editor--artigo::ng-deep a {
  color: #349c6f !important;
}
.html-content-editor--artigo::ng-deep a * {
  color: #349c6f !important;
}
.html-content-editor--coluna::ng-deep a {
  color: #d9373b !important;
}
.html-content-editor--coluna::ng-deep a * {
  color: #d9373b !important;
}
.html-content-editor::ng-deep * {

  .html-content-editor::ng-deep * {
    text-align: left;
  }
}
.html-content-editor::ng-deep *:not(.img-info):not(.img-legenda):not(.img-credito) {
  font-size: 20px;
  line-height: 26px;
}
.html-content-editor::ng-deep *.img-info, .html-content-editor::ng-deep *.img-legenda, .html-content-editor::ng-deep *.img-credit {
  line-height: normal !important;
  font-size: 12px !important;
}
.html-content-editor::ng-deep .img-info {
  margin-bottom: 15px;
}
.html-content-editor::ng-deep a {
  color: #2660f5;
}
.html-content-editor::ng-deep a * {
  color: #2660f5;
}
.html-content-editor::ng-deep hr {
  margin-top: 15px;
}
.html-content-editor::ng-deep p {
  color: #000000 !important;
  margin-top: 15px !important;
}
@media (max-width: 600px) {
  .html-content-editor::ng-deep p {
    max-width: calc(100vw - 30px);
  }
}
.html-content-editor::ng-deep p em {
  font-style: italic;
}
.html-content-editor::ng-deep span {
  color: #000000 !important;
  margin: 0;
}
.html-content-editor::ng-deep blockquote {
  margin-left: 30px;
}
.html-content-editor::ng-deep ul {
  margin-bottom: 15px;
  margin-left: 15px;
}
.html-content-editor::ng-deep ul {
  margin: 15px;
  list-style-type: disc;
}
.html-content-editor::ng-deep ul li {
  margin: 15px 0 15px 15px;
}
.html-content-editor::ng-deep ul li * {
  display: inline;
}
.html-content-editor::ng-deep ol {
  margin: 15px;
  list-style-type: decimal;
}
.html-content-editor::ng-deep ol li {
  margin: 15px 0 15px 15px;
}
.html-content-editor::ng-deep ol li * {
  display: inline;
}
.html-content-editor::ng-deep u {
  text-decoration: underline;
}
.html-content-editor::ng-deep font[size="1"] {
  font-size: 12pt !important;
}
.html-content-editor::ng-deep font[size="2"] {
  font-size: 14pt !important;
}
.html-content-editor::ng-deep font[size="3"] {
  font-size: 16pt !important;
}
.html-content-editor::ng-deep font[size="4"] {
  font-size: 18pt !important;
}
.html-content-editor::ng-deep font[size="5"] {
  font-size: 20pt !important;
}
.html-content-editor::ng-deep font[size="6"] {
  font-size: 22pt !important;
}
.html-content-editor::ng-deep font[size="7"] {
  font-size: 25pt !important;
}
.html-content-editor::ng-deep font[size="8"] {
  font-size: 27pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: xx-small"],
.html-content-editor::ng-deep span[style*="font-size: xx-small"],
.html-content-editor::ng-deep p[style*="font-size: xx-small"] {
  font-size: 9pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: x-small"],
.html-content-editor::ng-deep span[style*="font-size: x-small"],
.html-content-editor::ng-deep p[style*="font-size: x-small"] {
  font-size: 12pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: small"],
.html-content-editor::ng-deep span[style*="font-size: small"],
.html-content-editor::ng-deep p[style*="font-size: small"] {
  font-size: 13pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: medium"],
.html-content-editor::ng-deep span[style*="font-size: medium"],
.html-content-editor::ng-deep p[style*="font-size: medium"] {
  font-size: 14pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: large"],
.html-content-editor::ng-deep span[style*="font-size: large"],
.html-content-editor::ng-deep p[style*="font-size: large"] {
  font-size: 16pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: x-large"],
.html-content-editor::ng-deep span[style*="font-size: x-large"],
.html-content-editor::ng-deep p[style*="font-size: x-large"] {
  font-size: 18pt !important;
}
.html-content-editor::ng-deep font[style*="font-size: xx-large"],
.html-content-editor::ng-deep span[style*="font-size: xx-large"],
.html-content-editor::ng-deep p[style*="font-size: xx-large"] {
  font-size: 20pt !important;
}
.html-content-editor::ng-deep img {
  max-width: 100%;
  height: auto;
}
.html-content-editor::ng-deep img[align=left] {
  display: block;
  float: left;
  margin-right: 10px;
}
.html-content-editor::ng-deep img[align=right] {
  display: block;
  float: right;
  margin-left: 10px;
}
.html-content-editor::ng-deep table {
  margin: 20px auto;
  border: 1px solid #333;
  border-collapse: collapse;
}
.html-content-editor::ng-deep table tr td {
  padding: 3px;
  border: 1px solid #333;
  vertical-align: middle;
}
.html-content-editor::ng-deep table tr td p {
  margin: 2px !important;
}
.html-content-editor::ng-deep p[align=left] {
  text-align: left;
}
.html-content-editor::ng-deep p[align=right] {
  text-align: right;
}
.html-content-editor::ng-deep p[align=center] {
  text-align: center;
}
.html-content-editor::ng-deep sup {
  vertical-align: super;
  font-size: 10pt;
}
.html-content-editor::ng-deep sub {
  vertical-align: sub;
  font-size: 10pt;
}
.html-content-editor::ng-deep iframe {
  max-width: 100%;
}
.html-content-editor::ng-deep .iframe-video-wrapper iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
@media (min-width: 1000px) {
  .html-content-editor::ng-deep .iframe-video-wrapper iframe {
    width: 100%;
  }
}
.html-content-editor::ng-deep .iframe-video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
@media (min-width: 1000px) {
  .html-content-editor::ng-deep .iframe-video {
    width: 100%;
  }
}
.html-content-editor::ng-deep .inner-leiamais {
  padding: 15px 0;
}
.html-content-editor::ng-deep .inner-leiamais .inner-item {
  display: flex;
  text-decoration: none;
  align-items: center;
}
@media (max-width: 768px) {
  .html-content-editor::ng-deep .inner-leiamais .inner-item {
    align-items: flex-start;
  }
}
.html-content-editor::ng-deep .inner-leiamais .inner-item:not(:first-child) {
  margin-top: 20px;
}
.html-content-editor::ng-deep .inner-leiamais .inner-item .inner-img {
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 60px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .html-content-editor::ng-deep .inner-leiamais .inner-item .inner-img {
    max-height: 100px;
  }
}
.html-content-editor::ng-deep .inner-leiamais .inner-item .inner-text {
  width: 100%;
  border: 1px solid #bebebe;
  padding: 3px 7px;
  position: relative;
  display: flex;
  align-items: center;
}
.html-content-editor::ng-deep .inner-leiamais .inner-item .inner-text::before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 1;
  max-width: 30px;
  background-color: #2660f5;
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.html-content-editor::ng-deep .inner-leiamais .inner-item .inner-text span {
  display: inline;
  color: #2660f5 !important;
  font-style: italic;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-right: 15px;
  margin-left: 30px;
  white-space: nowrap !important;
}
.html-content-editor::ng-deep .inner-leiamais .inner-item .inner-text p {
  display: inline;
  margin-top: 0 !important;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
}
@media (max-width: 768px) {
  .html-content-editor::ng-deep .inner-leiamais .inner-item .inner-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.html-content-editor::ng-deep .disclaimer {
  font-size: 18px;
  line-height: 22px;
  font-family: 400;
  font-style: italic;
}
@media (min-width: 768px) {
  .html-content-editor::ng-deep .disclaimer {
    font-size: 16px;
    line-height: 20px;
  }
}

/*# sourceMappingURL=arquivo.css.map */
.ql-indent-1 {
    -webkit-padding-start: 48px !important;
    padding-inline-start: 48px !important
}

.ql-indent-2 {
    -webkit-padding-start: 96px !important;
    padding-inline-start: 96px !important
}

.ql-indent-3 {
    -webkit-padding-start: 144px !important;
    padding-inline-start: 144px !important
}

.ql-indent-4 {
    -webkit-padding-start: 192px !important;
    padding-inline-start: 192px !important
}

.ql-indent-5 {
    -webkit-padding-start: 240px !important;
    padding-inline-start: 240px !important
}