.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --font-primary: Ubuntu;
  --color-primary: #0086ff;
  --color-secondary: #ec7228;
  --color-cText: #2d2d2d;
  --color-bg: #f2f2f2;
  --color-bg2: #f0efed;
  --color-cGray: #707070;
  --color-cBlack: #000;
  --color-cWhite: #fff;
}
@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?386jd6");
  src: url("/assets/fonts/icomoon.eot?386jd6#iefix") format("embedded-opentype"),
    url("/assets/fonts/icomoon.ttf?386jd6") format("truetype"),
    url("/assets/fonts/icomoon.woff?386jd6") format("woff"),
    url("/assets/fonts/icomoon.svg?386jd6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-download:before {
  content: "\e903";
}
.icon-fullscreen_exit:before {
  content: "\e904";
}
.icon-fullscreen:before {
  content: "\e905";
}
.icon-clear:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e900";
  color: #ec7228;
}
.icon-instagram:before {
  content: "\e901";
  color: #ec7228;
}
.icon-whatsapp:before {
  content: "\e902";
  color: #ec7228;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-primary);
  color: var(--color-cText);
  background-color: var(--color-bg);
  padding-top: 112px;
}
@media (min-width: 1024px) {
  body {
    padding-top: 170px;
  }
}
body.noScroll {
  overflow: hidden;
}
.container {
  padding: 0 16px;
}
@media (min-width: 1024px) {
  .container {
    padding: 0px;
    max-width: 1180px;
    margin: 0px auto;
  }
}
.container2 {
  padding: 0 16px;
}
@media (min-width: 1280px) {
  .container2 {
    padding: 0px;
    max-width: 760px;
    margin: 0px auto;
  }
}
img {
  max-width: 100%;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
h2.bar::after {
  content: "";
  width: 150px;
  height: 3px;
  display: block;
  background-color: var(--color-primary);
  margin-top: 16px;
  margin-left: -16px;
}
@media (min-width: 1024px) {
  h2.bar::after {
    margin-left: initial;
  }
}
p {
  font-size: 16px;
  line-height: 24px;
}
p:not(:last-child) {
  margin-bottom: 32px;
}
.header {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
}
.header--fixed {
  position: fixed;
  width: 100%;
  top: 0;
}
.header--inview {
  z-index: 999999999;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header--outview {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
}
.header .container {
  width: 100%;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-logos {
    display: flex;
    align-items: center;
  }
}
.header-logos {
  max-width: 80px;
  position: relative;
  z-index: 10;
}
.header-logos a:first-child img {
  max-width: 80px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header-logos a:first-child img {
    max-width: 138px;
  }
}
.header-logos a:last-child img {
  max-width: 140px;
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .header-logos a:last-child img {
    max-width: 160px;
  }
}
.header__btn-mobile {
  display: block;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header__btn-mobile {
    display: none;
  }
}
.header__btn-mobile span::before {
  content: "\e907";
  font-size: 24px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header.active .header__btn-mobile span::before {
  content: "\e906";
}
.header.active .header__nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: var(--color-bg);
    padding-top: 120px;
    z-index: 9;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.header__nav ul {
  list-style: none;
}
@media (min-width: 1024px) {
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header__nav ul li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .header__nav ul li {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    margin-bottom: initial;
  }
  .header__nav ul li:not(:last-child)::after {
    content: "";
    height: 40px;
    width: 1px;
    display: block;
    background-color: var(--color-cGray);
    opacity: 0.2;
    margin: 0 24px;
  }
}
.header__nav ul li a {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-secondary);
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__nav ul li a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.header__nav ul li a.active {
  color: var(--color-primary);
}
.footer {
  background-color: var(--color-cWhite);
  padding: 40px 0;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
}
@media (min-width: 1024px) {
  .footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer__item:first-child img {
  max-height: 60px;
}
@media (max-width: 1023px) {
  .footer__item {
    justify-self: center !important;
  }
  .footer__item img {
    width: 200px;
  }
  .footer__item ul {
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .footer__item:first-child img {
    max-height: initial;
    max-width: 160px;
  }
}
.footer__item:nth-child(2) {
  justify-self: center;
}
.footer__item:nth-child(2) ul {
  justify-content: center;
}
.footer__item:nth-child(2) img {
  max-height: 60px;
}
@media (min-width: 1024px) {
  .footer__item:nth-child(2) img {
    max-height: initial;
    max-width: 210px;
    margin-top: 20px;
  }
}
.footer__item:last-child {
  justify-self: flex-end;
}
.footer__item:last-child ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .footer__item figure {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .footer__item figure {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__item ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.footer__item ul li:not(:last-child) {
  margin-right: 16px;
}
.footer__item ul li a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer__item ul li a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.footer__item ul li a i {
  font-size: 24px;
  color: var(--color-secondary);
}
.footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  border-top: #70707036 1px solid;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .footer__copyright {
    flex-direction: initial;
    justify-content: space-between;
    align-items: initial;
  }
}

.footer__copyright img {
  max-width: 120px;
}
.home-edital__box table td,
.home-edital__box table th {
  padding: 4px 20px;
}
.home-edital__box ul {
  list-style: none;
  margin: 20px 0px;
}
.home-edital__box ul li:not(:last-child) {
  margin-bottom: 10px;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-3 {
  list-style-type: none;
}
.home-edital__box .lst-kix_76e0ojiaza86-1 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-1;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1hw2g2xi64oe-5 {
  list-style-type: none;
}
.home-edital__box .lst-kix_qawutzxe3e5j-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-8.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-8 0;
}
.home-edital__box .lst-kix_qawutzxe3e5j-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_qawutzxe3e5j-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-7 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-7;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-6 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-5 {
  list-style-type: none;
}
.home-edital__box .lst-kix_qawutzxe3e5j-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_qawutzxe3e5j-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-8 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-7 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-2 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-1 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-4 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-3 {
  list-style-type: none;
}
.home-edital__box .lst-kix_qawutzxe3e5j-0 > li:before {
  content: "\0025cf  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-0 {
  list-style-type: none;
}
.home-edital__box .lst-kix_qawutzxe3e5j-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_qawutzxe3e5j-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-8 {
  list-style-type: none;
}
.home-edital__box .lst-kix_98cg7vkhy8r2-5 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-5;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-0 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-3.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-3 0;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-5 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-0.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-0 0;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_8dv6i67x5lvv-7 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-2 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-3 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-8 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-1 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-6 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-7 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-8 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-5 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-3.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-3 0;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-3 {
  list-style-type: none;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-3 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-3;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_indj61gsaqx8-0 {
  list-style-type: none;
}
.home-edital__box .lst-kix_3nq2g8vsli2h-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ul.lst-kix_vvet2u298jzx-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_vvet2u298jzx-5 {
  list-style-type: none;
}
.home-edital__box .lst-kix_uq9ep37ntam-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_1hw2g2xi64oe-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_uq9ep37ntam-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_uq9ep37ntam-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-8.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-8 0;
}
.home-edital__box .lst-kix_1hw2g2xi64oe-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_uq9ep37ntam-0 > li:before {
  content: "  ";
}
.home-edital__box .lst-kix_uq9ep37ntam-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-0 {
  list-style-type: none;
}
.home-edital__box .lst-kix_qawutzxe3e5j-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_uq9ep37ntam-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-3 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-3;
}
.home-edital__box .lst-kix_uq9ep37ntam-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_1hw2g2xi64oe-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_1hw2g2xi64oe-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-2.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-2 0;
}
.home-edital__box .lst-kix_1hw2g2xi64oe-0 > li:before {
  content: "  ";
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-4 {
  list-style-type: none;
}
.home-edital__box .lst-kix_1hw2g2xi64oe-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3r95nwumbs4v-2 {
  list-style-type: none;
}
.home-edital__box .lst-kix_1hw2g2xi64oe-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_uq9ep37ntam-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-8 {
  list-style-type: none;
}
.home-edital__box .lst-kix_uq9ep37ntam-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_1hw2g2xi64oe-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_1hw2g2xi64oe-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box ol.lst-kix_76e0ojiaza86-1.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-1 0;
}
.home-edital__box .lst-kix_indj61gsaqx8-7 > li:before {
  content: "-  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-4.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-4 0;
}
.home-edital__box .lst-kix_indj61gsaqx8-3 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-0 > li:before {
  content: "  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_indj61gsaqx8-5 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-7.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-7 0;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-5 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-5;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-3 {
  list-style-type: none;
}
.home-edital__box .lst-kix_98cg7vkhy8r2-2 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-2;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_kf86s6syosz9-0 {
  list-style-type: none;
}
.home-edital__box .lst-kix_indj61gsaqx8-1 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_iri78f42ijqx-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-4 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-4;
}
.home-edital__box .lst-kix_1emf8cop6rhg-0 > li:before {
  content: "  ";
}
.home-edital__box .lst-kix_kf86s6syosz9-8 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_iri78f42ijqx-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_kf86s6syosz9-6 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-0 > li:before {
  content: "" counter(lst-ctn-kix_76e0ojiaza86-0, lower-latin) ") ";
}
.home-edital__box .lst-kix_1emf8cop6rhg-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-3 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-3;
}
.home-edital__box .lst-kix_iri78f42ijqx-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_1emf8cop6rhg-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_8dv6i67x5lvv-0 > li:before {
  content: "  ";
}
.home-edital__box .lst-kix_kf86s6syosz9-2 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_kf86s6syosz9-4 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_8dv6i67x5lvv-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-7 > li:before {
  content: "" counter(lst-ctn-kix_2c3r4hxyop1j-7, lower-roman) ". ";
}
.home-edital__box .lst-kix_8dv6i67x5lvv-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_1emf8cop6rhg-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-5 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-5;
}
.home-edital__box .lst-kix_1emf8cop6rhg-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_8dv6i67x5lvv-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-1 > li:before {
  content: "" counter(lst-ctn-kix_2c3r4hxyop1j-1, lower-roman) ") ";
}
.home-edital__box .lst-kix_vvet2u298jzx-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_8dv6i67x5lvv-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-3 > li:before {
  content: "(" counter(lst-ctn-kix_2c3r4hxyop1j-3, lower-latin) ") ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-4 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-4;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-5 > li:before {
  content: "(" counter(lst-ctn-kix_2c3r4hxyop1j-5, decimal) ") ";
}
.home-edital__box .lst-kix_76e0ojiaza86-6 > li:before {
  content: "" counter(lst-ctn-kix_76e0ojiaza86-6, lower-latin) ". ";
}
.home-edital__box .lst-kix_kf86s6syosz9-0 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-8 > li:before {
  content: "" counter(lst-ctn-kix_76e0ojiaza86-8, decimal) ". ";
}
.home-edital__box .lst-kix_vvet2u298jzx-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-6.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-6 0;
}
.home-edital__box .lst-kix_76e0ojiaza86-2 > li:before {
  content: "" counter(lst-ctn-kix_76e0ojiaza86-2, decimal) ") ";
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-7 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-3 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-4 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-0 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-2 {
  list-style-type: none;
}
.home-edital__box .lst-kix_76e0ojiaza86-4 > li:before {
  content: "(" counter(lst-ctn-kix_76e0ojiaza86-4, lower-roman) ") ";
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-2 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_1emf8cop6rhg-3 {
  list-style-type: none;
}
.home-edital__box .lst-kix_98cg7vkhy8r2-6 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-6;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-0 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-0;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-7 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-8 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-5.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-5 0;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-5 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-6 {
  list-style-type: none;
}
.home-edital__box .lst-kix_3r95nwumbs4v-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_3r95nwumbs4v-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_3r95nwumbs4v-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_3r95nwumbs4v-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_3r95nwumbs4v-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_3r95nwumbs4v-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_3r95nwumbs4v-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_vvet2u298jzx-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-2 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-2;
}
.home-edital__box .lst-kix_3r95nwumbs4v-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_vvet2u298jzx-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ul.lst-kix_iri78f42ijqx-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-8 {
  list-style-type: none;
}
.home-edital__box .lst-kix_vvet2u298jzx-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_vvet2u298jzx-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-8 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-8;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-2 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-2;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-3 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-3.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-3 0;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-4 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-6.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-6 0;
}
.home-edital__box .lst-kix_3r95nwumbs4v-0 > li:before {
  content: "  ";
}
.home-edital__box ul.lst-kix_iri78f42ijqx-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_qawutzxe3e5j-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_iri78f42ijqx-4 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-7.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-7 0;
}
.home-edital__box .lst-kix_iri78f42ijqx-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-4 > li:before {
  content: "" counter(lst-ctn-kix_98cg7vkhy8r2-4, lower-latin) ") ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-6 > li:before {
  content: "" counter(lst-ctn-kix_98cg7vkhy8r2-6, decimal) ". ";
}
.home-edital__box .lst-kix_iri78f42ijqx-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-1 > li:before {
  content: "(" counter(lst-ctn-kix_98cg7vkhy8r2-1, lower-latin) ") ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-5 > li:before {
  content: "" counter(lst-ctn-kix_98cg7vkhy8r2-5, lower-roman) ") ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-0.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-0 0;
}
.home-edital__box .lst-kix_iri78f42ijqx-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-0 > li:before {
  content: "(" counter(lst-ctn-kix_98cg7vkhy8r2-0, upper-latin) ") ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-8 > li:before {
  content: "" counter(lst-ctn-kix_98cg7vkhy8r2-8, lower-roman) ". ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-7 > li:before {
  content: "" counter(lst-ctn-kix_98cg7vkhy8r2-7, lower-latin) ". ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-2 > li:before {
  content: "(" counter(lst-ctn-kix_98cg7vkhy8r2-2, lower-roman) ") ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-4 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-4;
}
.home-edital__box .lst-kix_98cg7vkhy8r2-3 > li:before {
  content: "" counter(lst-ctn-kix_98cg7vkhy8r2-3, decimal) ") ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-1.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-1 0;
}
.home-edital__box .lst-kix_76e0ojiaza86-6 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-6;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-2.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-2 0;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-8.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-8 0;
}
.home-edital__box .lst-kix_76e0ojiaza86-0 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-0;
}
.home-edital__box .lst-kix_76e0ojiaza86-7 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-7;
}
.home-edital__box .lst-kix_98cg7vkhy8r2-0 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-0;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-6 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-6;
}
.home-edital__box .lst-kix_5u7itb8hpq2z-0 > li:before {
  content: "  ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-5.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-5 0;
}
.home-edital__box .lst-kix_mwh4l83n07i-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_98cg7vkhy8r2-1 > li {
  counter-increment: lst-ctn-kix_98cg7vkhy8r2-1;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-4.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-4 0;
}
.home-edital__box .lst-kix_indj61gsaqx8-8 > li:before {
  content: "-  ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-2.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-2 0;
}
.home-edital__box .lst-kix_5u7itb8hpq2z-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_indj61gsaqx8-4 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-8 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_indj61gsaqx8-2 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_indj61gsaqx8-6 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-0 > li:before {
  content: "  ";
}
.home-edital__box .lst-kix_mwh4l83n07i-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_3nq2g8vsli2h-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_5u7itb8hpq2z-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ol.lst-kix_76e0ojiaza86-7.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-7 0;
}
.home-edital__box .lst-kix_mwh4l83n07i-6 > li:before {
  content: "\0025cf  ";
}
.home-edital__box ul.lst-kix_mwh4l83n07i-8 {
  list-style-type: none;
}
.home-edital__box .lst-kix_3nq2g8vsli2h-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ul.lst-kix_mwh4l83n07i-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-1 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-1.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-1 0;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_mwh4l83n07i-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-0 {
  list-style-type: none;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-8 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-8;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-4 {
  list-style-type: none;
}
.home-edital__box .lst-kix_indj61gsaqx8-0 > li:before {
  content: "-  ";
}
.home-edital__box ul.lst-kix_uq9ep37ntam-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-5 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-4 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-6 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-3 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-7 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-8 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_uq9ep37ntam-7 {
  list-style-type: none;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-6.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-6 0;
}
.home-edital__box .lst-kix_1emf8cop6rhg-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_iri78f42ijqx-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-0 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-1 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-2 {
  list-style-type: none;
}
.home-edital__box ul.lst-kix_3nq2g8vsli2h-3 {
  list-style-type: none;
}
.home-edital__box .lst-kix_kf86s6syosz9-7 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_1emf8cop6rhg-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_iri78f42ijqx-0 > li:before {
  content: "  ";
}
.home-edital__box .lst-kix_iri78f42ijqx-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ol.lst-kix_2c3r4hxyop1j-4.start {
  counter-reset: lst-ctn-kix_2c3r4hxyop1j-4 0;
}
.home-edital__box .lst-kix_kf86s6syosz9-3 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_8dv6i67x5lvv-1 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-8 > li:before {
  content: "" counter(lst-ctn-kix_2c3r4hxyop1j-8, decimal) ". ";
}
.home-edital__box .lst-kix_1emf8cop6rhg-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_kf86s6syosz9-1 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_kf86s6syosz9-5 > li:before {
  content: "-  ";
}
.home-edital__box .lst-kix_1emf8cop6rhg-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box ol.lst-kix_98cg7vkhy8r2-0.start {
  counter-reset: lst-ctn-kix_98cg7vkhy8r2-0 0;
}
.home-edital__box .lst-kix_8dv6i67x5lvv-3 > li:before {
  content: "\0025cf  ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-0 > li:before {
  content: "" counter(lst-ctn-kix_2c3r4hxyop1j-0, lower-latin) ") ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-2 > li:before {
  content: "" counter(lst-ctn-kix_2c3r4hxyop1j-2, decimal) ") ";
}
.home-edital__box .lst-kix_vvet2u298jzx-2 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_vvet2u298jzx-4 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-7 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-7;
}
.home-edital__box ol.lst-kix_76e0ojiaza86-5.start {
  counter-reset: lst-ctn-kix_76e0ojiaza86-5 0;
}
.home-edital__box .lst-kix_8dv6i67x5lvv-5 > li:before {
  content: "\0025a0  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-8 > li {
  counter-increment: lst-ctn-kix_76e0ojiaza86-8;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-1 > li {
  counter-increment: lst-ctn-kix_2c3r4hxyop1j-1;
}
.home-edital__box .lst-kix_2c3r4hxyop1j-4 > li:before {
  content: "(" counter(lst-ctn-kix_2c3r4hxyop1j-4, lower-roman) ") ";
}
.home-edital__box .lst-kix_2c3r4hxyop1j-6 > li:before {
  content: "" counter(lst-ctn-kix_2c3r4hxyop1j-6, lower-latin) ". ";
}
.home-edital__box .lst-kix_76e0ojiaza86-7 > li:before {
  content: "" counter(lst-ctn-kix_76e0ojiaza86-7, lower-roman) ". ";
}
.home-edital__box .lst-kix_vvet2u298jzx-0 > li:before {
  content: "  ";
}
.home-edital__box li.li-bullet-0:before {
  margin-left: -18pt;
  white-space: nowrap;
  display: inline-block;
  min-width: 18pt;
}
.home-edital__box .lst-kix_8dv6i67x5lvv-7 > li:before {
  content: "\0025cb  ";
}
.home-edital__box .lst-kix_76e0ojiaza86-1 > li:before {
  content: "" counter(lst-ctn-kix_76e0ojiaza86-1, lower-roman) ") ";
}
.home-edital__box .lst-kix_76e0ojiaza86-3 > li:before {
  content: "(" counter(lst-ctn-kix_76e0ojiaza86-3, lower-latin) ") ";
}
.home-edital__box ul.lst-kix_5u7itb8hpq2z-8 {
  list-style-type: none;
}
.home-edital__box .lst-kix_76e0ojiaza86-5 > li:before {
  content: "(" counter(lst-ctn-kix_76e0ojiaza86-5, decimal) ") ";
}
.home-edital__box ol {
  margin: 0;
  padding: 0;
}
.home-edital__box table td,
.home-edital__box table th {
  padding: 0;
}
.home-edital__box .c3 {
  border-right-style: solid;
  padding: 2pt 2pt 2pt 2pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  background-color: #efefef;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 92.2pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c10 {
  border-right-style: solid;
  padding: 2pt 2pt 2pt 2pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 92.2pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c36 {
  border-right-style: solid;
  padding: 5pt 5pt 5pt 5pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 70.5pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c19 {
  padding-top: 0pt;
  list-style-position: inside;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  margin-left: 35.4pt;
  text-indent: 45pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box .c21 {
  border-right-style: solid;
  padding: 2pt 2pt 2pt 2pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 83.2pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c8 {
  border-right-style: solid;
  padding: 5pt 5pt 5pt 5pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 234pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c28 {
  border-right-style: solid;
  padding: 5pt 5pt 5pt 5pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 146.2pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c26 {
  border-right-style: solid;
  padding: 2pt 2pt 2pt 2pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: middle;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 272.2pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.home-edital__box .c4 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  text-indent: 36pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: justify;
  height: 11pt;
}
.home-edital__box .c13 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  text-indent: 36pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: justify;
}
.home-edital__box .c9 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
  height: 11pt;
}
.home-edital__box .c16 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  margin-left: 36pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box .c22 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  margin-left: 17pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: center;
}
.home-edital__box .c12 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  margin-left: 35pt;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: justify;
}
.home-edital__box .c27 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box .c14 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: justify;
}
.home-edital__box .c43 {
  padding-top: 0pt;
  border-top-width: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  border-top-style: solid;
  border-bottom-width: 0pt;
  border-bottom-style: solid;
  orphans: 2;
  widows: 2;
  text-align: center;
}
.home-edital__box .c1 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c7 {
  color: #000000;
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 10pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c6 {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c30 {
  color: #222222;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c5 {
  margin-left: 18pt;
  padding-top: 0pt;
  padding-left: 0pt;
  padding-bottom: 0pt;
  line-height: 1;
  text-align: left;
}
.home-edital__box .c33 {
  color: #333333;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 10pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c23 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1;
  orphans: 2;
  widows: 2;
  text-align: justify;
}
.home-edital__box .c49 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: right;
}
.home-edital__box .c46 {
  color: #000000;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 12pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c52 {
  border-spacing: 0;
  border-collapse: collapse;
  margin-right: auto;
}
.home-edital__box .c51 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1;
  text-align: center;
}
.home-edital__box .c29 {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-skip: none;
  color: #1155cc;
  text-decoration: underline;
}
.home-edital__box .c20 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1;
  text-align: left;
}
.home-edital__box .c42 {
  vertical-align: baseline;
  font-size: 11pt;
  font-family: "Arial";
  font-style: normal;
}
.home-edital__box .c24 {
  list-style-position: inside;
  margin-left: 35.4pt;
  text-indent: 45pt;
}
.home-edital__box .c45 {
  color: #1155cc;
  text-decoration: none;
}
.home-edital__box .c40 {
  font-size: 10pt;
  color: #333333;
}
.home-edital__box .c48 {
  max-width: 451.4pt;
  padding: 72pt 72pt 72pt 72pt;
}
.home-edital__box .c37 {
  color: inherit;
  text-decoration: inherit;
}
.home-edital__box .c41 {
  width: 33%;
  height: 1px;
}
.home-edital__box .c11 {
  font-size: 10pt;
  font-weight: 700;
}
.home-edital__box .c25 {
  padding: 0;
  margin: 0;
}
.home-edital__box .c53 {
  font-size: 10pt;
}
.home-edital__box .c15 {
  font-weight: 700;
}
.home-edital__box .c54 {
  font-style: italic;
}
.home-edital__box .c17 {
  height: 11pt;
}
.home-edital__box .c50 {
  height: 18pt;
}
.home-edital__box .c2 {
  background-color: #ffffff;
}
.home-edital__box .c35 {
  color: #222222;
}
.home-edital__box .c31 {
  font-weight: 400;
}
.home-edital__box .c39 {
  height: 0pt;
}
.home-edital__box .c18 {
  margin-left: 36pt;
}
.home-edital__box .c44 {
  height: 27pt;
}
.home-edital__box .c38 {
  background-color: #efefef;
}
.home-edital__box .c47 {
  margin-left: 35.4pt;
}
.home-edital__box .c34 {
  background-color: #ffff00;
}
.home-edital__box .c0 {
  height: 15.8pt;
}
.home-edital__box .c32 {
  margin-left: 17pt;
}
.home-edital__box .title {
  padding-top: 0pt;
  color: #000000;
  font-size: 26pt;
  padding-bottom: 3pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box .subtitle {
  padding-top: 0pt;
  color: #666666;
  font-size: 15pt;
  padding-bottom: 16pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box li {
  color: #000000;
  font-size: 11pt;
  font-family: "Arial";
}
.home-edital__box p {
  margin: 0;
  color: #000000;
  font-size: 11pt;
  font-family: "Arial";
}
.home-edital__box h1 {
  padding-top: 20pt;
  color: #000000;
  font-size: 20pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box h2 {
  padding-top: 18pt;
  color: #000000;
  font-size: 16pt;
  padding-bottom: 6pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box h3 {
  padding-top: 16pt;
  color: #434343;
  font-size: 14pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box h4 {
  padding-top: 14pt;
  color: #666666;
  font-size: 12pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box h5 {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-edital__box h6 {
  padding-top: 12pt;
  color: #666666;
  font-size: 11pt;
  padding-bottom: 4pt;
  font-family: "Arial";
  line-height: 1.15;
  page-break-after: avoid;
  font-style: italic;
  orphans: 2;
  widows: 2;
  text-align: left;
}
.home-banner {
  margin-bottom: 40px;
}
.home-banner figure {
  width: 100vw;
  height: auto;
  margin-left: -16px;
}
@media (min-width: 1024px) {
  .home-banner figure {
    width: 100%;
    height: 450px;
    margin-left: initial;
  }
}
.home-banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.home-about {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .home-about {
    margin-bottom: 80px;
  }
}
.home-about__text {
  margin-top: 40px;
}
.home-participate {
  background-color: #ff904d;
  color: var(--color-cWhite);
  padding: 42px 0;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .home-participate {
    padding: 62px 0;
    margin-bottom: 80px;
  }
}
.home-participate h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
.home-participate h2 strong {
  font-weight: bold;
}
.home-participate__list {
  counter-reset: number;
  display: block;
  list-style: none;
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .home-participate__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}
.home-participate__list::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: var(--color-cWhite);
  margin: 0px auto;
  position: absolute;
  top: 0;
  left: 38px;
  opacity: 0.2;
  z-index: 1;
}
@media (min-width: 1024px) {
  .home-participate__list::after {
    width: 70%;
    height: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, 35px);
    -ms-transform: translate(-50%, 35px);
    transform: translate(-50%, 35px);
  }
}
.home-participate__list__item {
  counter-increment: number;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-participate__list__item {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home-participate__list__item span {
  width: 46px;
  height: 46px;
  max-width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px 35px 40px 15px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 46px;
  flex: 1 0 46px;
}
@media (min-width: 1024px) {
  .home-participate__list__item span {
    width: 68px;
    height: 68px;
    margin: 0px auto 40px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: 68px;
  }
}
.home-participate__list__item span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color-cWhite);
  border-radius: 50%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-participate__list__item span::before {
  content: counter(number);
  font-size: 20px;
  font-weight: bold;
  color: var(--color-secondary);
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  .home-participate__list__item span::before {
    font-size: 35px;
  }
}
.home-participate__list__item p,
.home-participate__list__item a {
  color: var(--color-cWhite);
  font-size: 16px;
  line-height: 24px;
  margin-top: initial;
  margin-bottom: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .home-participate__list__item p,
  .home-participate__list__item a {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .home-participate__list__item a:hover {
    color: #2f5f55;
  }
}
.home-edital {
  margin-bottom: 40px;
}
.home-edital.fullscreen .home-edital__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  max-width: 100vw;
  max-height: initial;
  z-index: 90;
  padding-top: 80px;
}
.home-edital.fullscreen .home-edital__fullscreen {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 99;
  -webkit-transform: initial;
  -ms-transform: initial;
  transform: initial;
}
.home-edital.fullscreen .home-edital__fullscreen span::before {
  content: "\e904";
}
.home-edital.fullscreen .home-edital__fullscreen span::after {
  content: "Sair da tela cheia";
}
.home-edital h2 {
  margin-bottom: 40px;
}
.home-edital__download,
.home-edital__fullscreen {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--color-primary);
  border-radius: 32px;
  height: 40px;
  padding: 0px 36px;
  text-decoration: none;
  color: var(--color-cWhite);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-edital__download:hover,
.home-edital__fullscreen:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.home-edital__download {
  max-width: 190px;
  margin-left: auto;
  margin-bottom: 16px;
}
.home-edital__download i {
  margin-left: 10px;
}
.home-edital__fullscreen {
  max-width: 225px;
  margin-left: auto;
  -webkit-transform: translateY(calc(-100% - 10px));
  -ms-transform: translateY(calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));
  margin-right: 16px;
}
.home-edital__fullscreen span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-edital__fullscreen span::before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 20px;
}
.home-edital__fullscreen span::after {
  content: "Ler em tela cheia";
}
.home-edital__wrapper {
  background-color: var(--color-cWhite);
  /* max-height: 470px; */
  /* padding: 24px 32px; */
  /* overflow: scroll; */
  position: relative;
}
.home-edital__wrapper ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.home-edital__wrapper ::-webkit-scrollbar-thumb {
  background: #79c7b7;
  border-radius: 16px;
}
.home-edital__wrapper ::-webkit-scrollbar-thumb:hover {
  background: #4dc7af;
}
.home-edital__wrapper ::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px #f0f0f0;
  box-shadow: inset 0px 0px 0px 0px #f0f0f0;
}
.home-edital__box {
  margin-bottom: 40px;
}
.home-edital__box embed {
  height: 80vh;
  width: 100%;
}
.home-edital__box a {
  color: var(--color-primary);
}
.home-subscribe h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
}
.home-subscribe h2 strong {
  font-weight: bold;
}
.home-subscribe a:not(.link) {
  display: inline-block;
  background-color: var(--color-cWhite);
  color: #00243a;
  text-decoration: none;
  padding: 10px 24px;
  margin-top: 24px;
  border-radius: 16px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: bold;
  text-transform: uppercase;
}
.home-subscribe a:not(.link):hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.home-subscribe p {
  max-width: 870px;
  margin: 0px auto;
  font-size: 20px;
  line-height: 32px;
}
.home-subscribe p.manual {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-cWhite);
}
.home-subscribe p.manual a {
  color: #ec7228;
  font-weight: bold;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 22px;
  line-height: 20px;
}
.home-subscribe p.manual a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.home-subscribe__wrapper {
  color: var(--color-cWhite);
  padding-top: 120px;
  padding-bottom: 120px;
  background: #00243a;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1024px) {
  .home-subscribe__wrapper {
    padding-left: initial;
  }
}
.home-subscribe--finish {
  margin-bottom: 40px;
}
.home-subscribe--finish h2,
.home-subscribe--finish p,
.home-subscribe--finish li {
  color: #01243a;
}
@media (min-width: 1024px) {
  .home-subscribe--finish {
    margin-bottom: 120px;
  }
}
.home-subscribe--finish .home-subscribe__wrapper {
  background: var(--color-primary);
}
.home-subscribe--finish h2 {
  max-width: 830px;
  margin: 0px auto 40px;
}
.home-subscribe--finish p {
  font-size: 16px;
  line-height: 28px;
}
.home-subscribe--finish ul {
  /* display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 14px; */
  text-align: left;
  max-width: 830px;
  margin: 40px auto 0px;
  list-style: disc;
}

.home-subscribe--finish ul li:not(:last-child) {
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .home-subscribe--finish ul {
    /* grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px 40px; */
    columns: 2;
    gap: 40px;
  }
}
.home-contact {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .home-contact {
    margin-bottom: 80px;
  }
}
.home-contact__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 32px;
}
@media (min-width: 1024px) {
  .home-contact__wrapper {
    grid-template-columns: 40% 60%;
    grid-gap: 77px;
  }
}
.home-contact__infos h2 {
  margin-bottom: 16px;
}
.home-contact__infos .mail {
  font-size: 14px;
}
.home-contact__infos .mail a {
  font-size: 24px;
  line-height: 32px;
  color: var(--color-secondary);
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-contact__infos .mail a:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.home-contact__form {
  width: 100%;
}
@media (min-width: 1024px) {
  .home-contact__form {
    width: calc(100% - 77px);
  }
}
.home-contact__form .form-item {
  margin-bottom: 16px;
}
.home-contact__form .form-item label {
  display: block;
  margin-bottom: 8px;
}
.home-contact__form .form-item input,
.home-contact__form .form-item textarea {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid var(--color-cGray);
  padding: 0 16px;
  outline: none;
  resize: none;
  border-radius: 5px;
}
.home-contact__form .form-item textarea {
  height: 160px;
}
.home-contact__form button {
  margin-left: auto;
  display: block;
  background-color: var(--color-primary);
  border: 0px none;
  padding: 10px 24px;
  color: var(--color-cWhite);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 20px;
}
.home-contact__form button:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
