
@charset "UTF-8";
/* Cor primária #12569b */
a {
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

header .cabecalho {
  padding: 21px 0;
}

header .cabecalho a img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

header .cabecalho .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .cabecalho .links .btn-acesso {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  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;
  color: #2e6c08;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid #2e6c08;
  border-radius: 32px;
}

header .cabecalho .links .btn-acesso:hover {
  background: #2e6c08;
  color: #fff;
}

header .cabecalho .links .lista-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

header .cabecalho .links .lista-sociais a {
  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;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border: 1px solid rgba(18, 86, 155, 0.1);
  border-radius: 50%;
  color: #2e6c08;
}

header .cabecalho .links .lista-sociais a:hover {
  background: #2e6c08;
  color: #fff;
  border-color: #2e6c08;
}

header .cabecalho .links .navbar-toggler {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .cabecalho .links .navbar-toggler i {
  color: #2e6c08;
  font-size: 9px;
}

header .cabecalho .links .navbar-toggler:hover {
  background: rgba(221, 221, 221, 0.1);
}

@media (max-width: 992px) {
  header .cabecalho .links {
    gap: 12px;
  }
}

header .navbars {
  background: #2e6c08;
}

@media (min-width: 992px) {
  header .navbars {
    padding: 10px 0;
  }
}

header .navbars #navbarprincipal {
  text-align: center;
}

@media (max-width: 992px) {
  header .navbars #navbarprincipal {
    padding: 50px 0;
  }
}

header .navbars #navbarprincipal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

header .navbars #navbarprincipal ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

header .navbars #navbarprincipal .btn-acesso-menu {
  margin: 150px auto 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  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;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid #fff;
  border-radius: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

header .navbars #navbarprincipal .btn-acesso-menu:hover {
  background: #1991e8;
  color: #fff;
}

@media (max-width: 992px) {
  header .navbars #navbarprincipal .btn-acesso-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .navbars #searchbar .searchbar-desktop {
  display: none;
  background: rgba(21, 49, 69, 0.1);
  border-radius: 32px;
  padding: 12px 21px;
}

@media (min-width: 992px) {
  header .navbars #searchbar .searchbar-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .navbars #searchbar .searchbar-desktop button,
header .navbars #searchbar .searchbar-desktop input {
  background: none;
  border: none;
}

header .navbars #searchbar .searchbar-desktop button {
  color: #fff;
  font-size: 16px;
}

header .navbars #searchbar .searchbar-desktop input {
  color: #fff;
  font-weight: 700;
}

header .navbars #searchbar .searchbar-desktop input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.25;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

header .navbars #searchbar .searchbar-desktop input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.25;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

header .navbars #searchbar .searchbar-desktop input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.25;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

header .navbars #searchbar .searchbar-desktop input::placeholder {
  color: #fff;
  opacity: 0.25;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

header .navbars #searchbar .searchbar-mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (max-width: 992px) {
  header .navbars #searchbar .searchbar-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
  }
}

header .navbars #searchbar .searchbar-mobile label {
  color: #fff;
  margin-bottom: 16px;
}

header .navbars #searchbar .searchbar-mobile label i {
  margin-right: 15px;
}

header .navbars #searchbar .searchbar-mobile input {
  color: #fff;
  background: none;
  border: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}

header .navbars #searchbar .searchbar-mobile .btn-submit {
  background: none;
  margin: 150px auto 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  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;
  color: #fff;
  text-transform: uppercase;
  padding: 16px 24px;
  border: 1px solid #fff;
  border-radius: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .navbars #searchbar .searchbar-mobile .btn-submit:hover {
  background: #1991e8;
  color: #fff;
}

@media (max-width: 992px) {
  header .btn-acesso,
  header .lista-sociais {
    display: none !important;
  }
}

.superbanners {
  position: relative;
}

.superbanners .superbanners-carousel {
  overflow-x: hidden;
}

.superbanners .superbanners-carousel .superbanner {
  position: relative;
}

.superbanners .superbanners-carousel .superbanner .content {
  position: absolute;
  bottom: 90px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.superbanners .superbanners-carousel .superbanner .content h1 {
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .superbanners .superbanners-carousel .superbanner .content {
    bottom: 40px;
  }
  .superbanners .superbanners-carousel .superbanner .content h6 {
    font-size: 12px;
  }
  .superbanners .superbanners-carousel .superbanner .content h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .superbanners .superbanners-carousel .superbanner .content h1 {
    font-size: 16px;
  }
}

.superbanners .btn-group {
  position: absolute;
  bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  width: 50px;
  left: calc(50% - 50px);
}

.superbanners .btn-group button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media (max-width: 992px) {
  .superbanners .btn-group {
    left: 50%;
    bottom: 25px;
    width: 25px;
  }
  .superbanners .btn-group button img {
    width: 65%;
  }
}

.links-uteis {
  background: #2e6c08;
  padding: 80px 0;
}

.links-uteis .link-util {
  background: #ffffff;
  border: 1px solid #2e6c08;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  height: 77px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.links-uteis .link-util span {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: #8c8a97;
}

.links-uteis .link-util i {
  color: #2e6c08;
  margin-right: 15px;
  font-size: 26px;
}

.noticias {
  padding: 84px 0;
}

.noticias .titulo-secao {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2e6c08;
}

.noticias .link-noticias {
  border: 1px solid #acabb7;
  border-radius: 32px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #acabb7;
  display: block;
  padding: 8px 16px;
}

.noticias .carousel-noticias {
  overflow-x: hidden;
  padding: 0;
}

.noticias .carousel-noticias .glider-track {
  gap: 20px;
}

.noticias .glider-dot.active {
  background: #2e6c08;
}

@media (min-width: 992px) {
  .noticias .glider-dots {
    display: none !important;
  }
}

.noticias .noticia {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.noticias .noticia .thumbnail {
  position: relative;
}

.noticias .noticia .thumbnail .categoria {
  background: #2e6c08;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: #ffffff;
  width: 67px;
  height: 29px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  text-transform: uppercase;
}

.noticias .noticia h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #acabb7;
}

.noticias .noticia h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2e6c08;
}

.noticias .noticia:hover {
  text-decoration: underline;
}

.mapa-interativo {
  padding: 50px 0;
  text-align: center;
  background: #f6f6f6;
}

.mapa-interativo h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #12569B;
  margin-bottom: -100px;
}

.mapa-interativo #mapainterativo {
  margin: 0 auto;
  background: none;
}

footer {
  padding: 55px 0;
  background: #2e6c08;
  color: #fff;
}

footer figure img {
  width: 100%;
  max-width: 150px;
  height: auto;
}

footer .telefone {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}

footer .email {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

footer .menu h1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

footer .menu ul {
  -webkit-column-count: 2;
          column-count: 2;
  list-style: none;
  padding: 0;
}

footer .menu ul li {
  margin-bottom: 16px;
}

footer .menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  opacity: 0.65;
}

footer .menu ul li a:hover {
  opacity: 1;
}

footer .endereco {
  max-width: 280px;
}

footer .direitos {
  margin-bottom: 0;
}

footer .lista-sociais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

footer .lista-sociais a {
  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;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
}

footer .lista-sociais a:hover {
  background: #fff;
  color: #2e6c08;
  border-color: #fff;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .endereco {
    max-width: 100% !important;
  }
}

#acesso-informacao {
  padding: 38px 0 73px;
}

@media (max-width: 768px) {
  #acesso-informacao {
    background: #2e6c08 !important;
  }
  #acesso-informacao #titulo-pagina {
    color: #fff !important;
  }
}

#acesso-informacao #titulo-pagina {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2e6c08;
  margin-bottom: 60px;
}

#acesso-informacao .accordion .accordion-item {
  border: 1px solid #2e6c08;
  -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

#acesso-informacao .accordion .accordion-button {
  background: none !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #8c8a97;
}

#acesso-informacao .accordion .accordion-button i,
#acesso-informacao .accordion .accordion-button img {
  margin-right: 10px;
  font-size: 24px;
  color: #2e6c08;
}

#acesso-informacao .accordion .accordion-body {
  min-height: 180px;
}

#acesso-informacao .accordion .accordion-body .lista-links {
  list-style: none;
  padding: 0;
}

#acesso-informacao .accordion .accordion-body .lista-links li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #7a7786;
}

#acesso-informacao .accordion .accordion-body .lista-links li a i {
  color: #2e6c08;
  margin-right: 10px;
  font-size: 16px;
}

@media (min-width: 992px) {
  #acesso-informacao .accordion .accordion-button::after {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */