@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
body {
  font-family: Montserrat, sans-serif;
  padding-top: 118px;
  position: relative;
  background: url(../img/bg-geral.jpg) 0px 118px/100% auto no-repeat;
}
body.contraste {
  background: black !important;
  color: white !important;
}
body.contraste .home-last-news__box, body.contraste .main-menu__nav, body.contraste .central-tools__btn, body.contraste .central-tools__link, body.contraste .medias-nav__item, body.contraste .central-multimidia__item, body.contraste .communicated__box, body.contraste .header__container, body.contraste .footer__container, body.contraste .footer-signature__content, body.contraste .single-blog__content, body.contraste .single-download__content, body.contraste .single-blog__content, body.contraste .decisoes__content, body.contraste .blog-item, body.contraste .main-menu {
  background: black !important;
  color: white !important;
}
body.contraste h1, body.contraste h2, body.contraste h3, body.contraste h4, body.contraste h5 {
  color: white !important;
}
body.contraste a {
  color: white !important;
}
body.contraste a:hover {
  color: White !important;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 135px;
  }
}

button {
  background: none;
  border: none;
  height: fit-content;
  width: fit-content;
}

a:hover {
  color: unset;
  text-decoration: unset;
}

ul {
  margin: unset;
  padding: 0;
}

li {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 0;
}

p {
  font-family: Montserrat, sans-serif;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.owl-dot {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #E2E2E2 !important;
  margin-right: 5px;
  border-radius: 100px;
}
.owl-dot.active {
  background-color: #2699FB !important;
}

button:focus {
  outline: unset;
}

figure img {
  width: fit-content;
}

.global-btn {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}
.global-btn.blue-white {
  background-color: #00467D;
  color: white;
}

.form-field {
  height: 20px;
  border: 1px solid #00467D;
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  font-size: 12px;
  appearance: none;
}
.form-field::-webkit-outer-spin-button, .form-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.header__container {
  background: #F4F4F4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 999;
}
.header__container::before {
  content: "";
  width: 100%;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #931D19;
}

.header__content {
  display: flex;
  padding: 40px 0 15px;
  width: 100%;
}

.header-search__form {
  display: flex;
  padding: 15px;
  width: 100vw;
  background-color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -51px;
  border-top: 1px solid #00467D;
  border-bottom: 1px solid #00467D;
  justify-content: center;
  transition: 0.2s;
  display: none;
}
.header-search__form.show {
  display: flex;
}
.header-search__form .form-field {
  width: 100%;
  margin-right: 7px;
}
.header-search__form button {
  width: 16px;
  height: 16px;
  display: flex;
  margin: auto 0;
  padding: 0;
}
.header-search__form button img {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .header-search__form {
    margin: auto 0;
    padding: 4px 0 0 0;
    width: unset;
    background-color: unset;
    position: unset;
    left: unset;
    bottom: unset;
    border: none;
    justify-content: center;
    display: flex;
    transform: unset;
  }
  .header-search__form .form-field {
    width: 225px;
  }
}

.header-social__list {
  display: none;
}
@media screen and (min-width: 992px) {
  .header-social__list {
    display: flex;
    margin: auto 0 auto 30px;
    width: 110px;
    justify-content: space-between;
  }
}

.header__title-box {
  display: flex;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .header__title-box {
    margin-top: -15px;
  }
}

.header__title-img {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .header__title-img {
    width: 70px;
  }
}

.header__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00467D;
  height: fit-content;
  margin: auto 0 0 7px;
}
.header__title span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 768px) {
  .header__title {
    font-size: 33px;
    font-size: 2.0625rem;
    margin-bottom: 15px;
  }
  .header__title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.header-search-mobile__btn {
  display: flex;
  min-width: 30px;
  height: 30px;
}
.header-search-mobile__btn img {
  margin: auto;
  width: 15px;
}
@media screen and (min-width: 992px) {
  .header-search-mobile__btn {
    margin: auto 0;
    min-width: 16px;
    height: 16px;
  }
  .header-search-mobile__btn img {
    width: 16px;
    margin-top: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search-mobile__btn {
    display: none;
  }
}

.header-menu-mobile__btn {
  display: flex;
  min-width: 30px;
  height: 30px;
  font-size: 0px;
}
.header-menu-mobile__btn span {
  margin: auto;
  display: block;
  width: 20px;
  height: 3px;
  background: #00467D;
  position: relative;
}
.header-menu-mobile__btn span::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #00467D;
  position: absolute;
  left: 0;
  top: -6px;
}
.header-menu-mobile__btn span::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #00467D;
  position: absolute;
  left: 0;
  bottom: -6px;
}
@media screen and (min-width: 370px) {
  .header-menu-mobile__btn {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .header-menu-mobile__btn {
    display: none;
  }
}

.header-featured__container {
  margin-bottom: 20px;
}
.header-featured__container .owl-dots {
  display: none !important;
}

.header-featured__mobile-bt {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  color: white;
  display: flex;
  width: 100%;
  justify-content: center;
}
.header-featured__mobile-bt:hover {
  color: white;
}
.header-featured__mobile-bt img {
  width: 8px;
  height: 9px;
  margin: auto 0 auto 4px;
}
.header-featured__mobile-bt.active img {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .header-featured__mobile-bt {
    display: none;
  }
}

.featured-nav {
  position: relative;
}
@media screen and (min-width: 768px) {
  .featured-nav div {
    width: 100%;
  }
}
.featured-nav .menu {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .featured-nav .menu {
    display: flex;
    justify-content: space-between;
  }
}
.featured-nav .menu-item {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.featured-nav .menu-item:last-of-type {
  margin-bottom: 0px;
}
.featured-nav .menu-item a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  display: block;
}
.featured-nav .menu-item a:hover {
  text-decoration: underline;
}

.featured-nav__list {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100vw;
  background-color: #00467D;
  padding: 15px 10px;
  display: none;
  z-index: 10;
}
.featured-nav__list.show {
  display: block;
}
@media screen and (min-width: 768px) {
  .featured-nav__list {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    width: unset;
    background-color: unset;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
  }
}

.featured-nav__item {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.featured-nav__item:last-of-type {
  margin-bottom: 0px;
}

.featured-nav__link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  display: block;
}

.header-slider.header-slider--mobile img {
  height: 210px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .header-slider.header-slider--mobile {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .header-slider.header-slider--mobile {
    display: none;
  }
}
.header-slider.header-slider--desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-slider.header-slider--desktop {
    display: block;
  }
}

.acessibilidade__list {
  position: fixed;
  top: 3px;
  right: 8vw;
  z-index: 9999;
  font-size: 12px;
  font-size: 0.75rem;
  display: none;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .acessibilidade__list {
    display: flex;
  }
}

.acessibilidade__item {
  display: flex;
  margin-left: 15px;
  font-size: 11px;
  color: white;
  align-items: center;
}
.acessibilidade__item:hover {
  color: white;
}
.acessibilidade__item p {
  margin: 0;
}
.acessibilidade__item button {
  color: white;
}
.acessibilidade__item .diminui {
  margin-top: -1px;
}

.main-menu {
  position: fixed;
  top: 117px;
  right: -100%;
  height: calc(100vh - 117px);
  background-color: white;
  z-index: 99;
  overflow: scroll;
  transition: 0.3s;
}
.main-menu.show {
  right: 0;
}
@media screen and (min-width: 768px) {
  .main-menu {
    top: 134px;
    max-width: 400px;
    height: calc(100vh - 134px);
  }
}
@media screen and (min-width: 992px) {
  .main-menu {
    position: unset;
    height: unset;
    background-color: unset;
    overflow: unset;
    max-width: unset;
  }
}

.main-menu__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #931D19;
  margin-top: 35px;
}
.main-menu__title:first-of-type {
  margin-top: 0;
}

.main-menu__nav {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .main-menu__nav {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 15px;
    border-radius: 3px;
  }
}
.main-menu__nav .menu-item {
  font-size: 12px;
  font-size: 0.75rem;
  color: #0066B0;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #E2E2E2;
}
.main-menu__nav .menu-item:last-of-type {
  margin-bottom: 0px;
}
.main-menu__nav .menu-item:hover {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .main-menu__nav .menu-item a:hover {
    color: #931D19;
  }
}
.main-menu__nav .menu-item-has-children {
  display: block;
  position: relative;
}
.main-menu__nav .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 10px;
  height: 10px;
  background: url("../img/arrow-down-dark-blue.svg") center center/contain no-repeat;
  transform: rotate(-90deg);
}
.main-menu__nav .menu-item-has-children.active::before {
  transform: rotate(0deg);
}
.main-menu__nav .sub-menu {
  padding: 15px;
  background-color: #F4F4F4;
  display: none;
  margin-top: 5px;
}
.main-menu__nav .sub-menu.show {
  display: block;
}

.footer__container {
  background-color: #0066B0;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .footer__container {
    background: url("../img/bg-footer.png") top center/cover no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .footer__container {
    padding-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
  }
}

.footer__col {
  margin-bottom: 30px;
}
.footer__col .menu-item {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 15px;
}
.footer__col .menu-item a {
  color: white;
}
@media screen and (min-width: 768px) {
  .footer__col {
    width: calc(33% - 7px);
  }
}
@media screen and (min-width: 1200px) {
  .footer__col {
    width: calc( 20% - 7px );
    margin-bottom: 40px;
  }
}

.footer__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .footer-signature__content {
    display: flex;
    background-color: #00467D;
    padding: 50px 0;
    position: relative;
    z-index: 10;
  }
  .footer-signature__content::before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    background-color: #00467D;
    z-index: -1;
  }
}

.footer__title-box {
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .footer__title-box {
    margin: auto 0;
  }
}

.footer__title-img {
  width: 30px;
}
@media screen and (min-width: 768px) {
  .footer__title-img {
    width: 55px;
  }
}

.footer-signature__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  height: fit-content;
  margin: auto 0 0 7px;
}
.footer-signature__title span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-signature__title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  .footer-signature__title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer-address {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  display: block;
  margin-bottom: 20px;
}
.footer-address a {
  color: white;
}
@media screen and (min-width: 1200px) {
  .footer-address {
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
  }
}

.footer-adress__title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-sic__link {
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  display: block;
  max-width: 84px;
}
.footer-sic__link img {
  width: 62px;
}
.footer-sic__link:hover {
  color: white;
}
@media screen and (min-width: 1200px) {
  .footer-sic__link {
    text-align: center;
    margin: auto 0;
  }
}

.news-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.news-title.white {
  color: white;
}
.news-title.blue {
  color: #00467D;
}

.home-featured__container {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .home-featured__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.home-featured-news__box {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .home-featured-news__box {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .home-featured-news__box {
    width: calc(40% - 8px);
    margin-bottom: 0px;
    height: unset;
    max-height: 466px;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

.home-featured-news__img {
  object-fit: cover;
  width: 100%;
}
.home-featured-news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .home-featured-news__img {
    height: 66%;
  }
}
@media screen and (min-width: 1800px) {
  .home-featured-news__img {
    height: 78%;
  }
}

.home-featured-news__info-box {
  padding: 15px 10px 0;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .home-featured-news__info-box {
    margin-top: auto;
  }
}
.home-featured-news__info-box p {
  color: #00467D;
  max-height: 47px;
  overflow: hidden;
  margin-bottom: 0;
  display: none;
}
.home-featured-news__info-box p:first-of-type {
  display: block;
}
.home-featured-news__info-box em {
  font-style: normal;
}
.home-featured-news__info-box strong {
  font-weight: normal;
}
.home-featured-news__info-box .news-title {
  font-size: 20px;
  font-size: 1.25rem;
}
.home-featured-news__info-box.no-image {
  background: linear-gradient(177deg, #ffffff80 0%, white 100%);
  top: 0;
  left: 0;
}
.home-featured-news__info-box.no-image .home-featured-news__title {
  font-size: 40px;
  color: #0066B0;
}
.home-featured-news__info-box.no-image p {
  color: #0066B0;
  max-height: 99px;
}
.home-featured-news__info-box.no-image .news-title {
  text-shadow: unset;
}

.home-featured-news__title {
  margin-bottom: 10px;
  font-size: 22px !important;
}

.home-last-news__box {
  padding: 20px 30px;
  background-color: #F4F4F4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .home-last-news__box {
    width: calc(44% - 10px);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home-last-news__box {
    width: calc(25% - 7px);
  }
}

.home-last-news__linst {
  margin: auto 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.home-last-news__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00467D;
  width: 100%;
}
.home-last-news__item:nth-child(4n) {
  display: none !important;
}

.more-posts__list {
  display: block;
  margin: auto 0 0 auto;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .home-featured-action__box {
    width: calc(59% - 10px);
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .home-featured-action__box {
    width: calc(37% - 7px);
  }
}
@media screen and (min-width: 1366px) {
  .home-featured-action__box {
    width: calc(32% - 7px);
  }
}
@media screen and (min-width: 1600px) {
  .home-featured-action__box {
    width: calc(27% - 7px);
  }
}

.home-fast-process__box {
  padding: 20px;
  background-color: white;
  border: 1px solid darkblue;
  margin-bottom: 20px;
  width: 100%;
}
.home-fast-process__box .form-group:first-of-type {
  margin-bottom: 5px;
}

.home-fast-process__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #00467D;
}
@media screen and (min-width: 768px) {
  .home-fast-process__title {
    margin-bottom: 20px;
  }
}

.home-fast-process__form label {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #00467D;
}

.home-fast-process__field {
  width: 100%;
}

.home-fast-process__subtitle {
  display: block;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: italic;
  color: #00467D;
}
.home-fast-process__subtitle a {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 992px) {
  .home-fast-process__subtitle a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.home-fast-process__submit {
  margin-left: auto;
}

.g-recaptcha {
  min-width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

.home-featured__banner {
  width: 100%;
  margin-top: auto;
}
.central-tools-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-74%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 50px;
  padding-right: 8px;
}

.central-tools__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 4px;
}
@media screen and (min-width: 1200px) {
  .central-tools__list {
    justify-content: start;
    padding: 0 24px;
  }
}

.central-tools__link {
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  background: white;
  background: linear-gradient(177deg, white 0%, rgba(0, 0, 0, 0.1) 100%);
  display: block;
  padding: 20px;
  margin-bottom: 21px;
  width: calc(50% - 7px);
  min-height: 239px;
  position: relative;
}
@media screen and (min-width: 360px) {
  .central-tools__link {
    min-height: 224px;
  }
}
@media screen and (min-width: 768px) {
  .central-tools__link {
    width: calc(33% - 7px);
    min-height: 216px;
  }
}
@media screen and (min-width: 1200px) {
  .central-tools__link {
    width: calc(20% - 8px);
    margin-right: 8px;
  }
  .central-tools__link.show:nth-child(5n) {
    margin-right: 0;
  }
}

.central-tools__img {
  max-width: 115px;
  max-height: 80px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

.central-tools__title {
  color: #00467D;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  max-width: calc(100% - 7px);
  display: block;
  margin: 0 auto 20px;
}

.central-tools__info {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  width: calc(100% - 7px);
  left: 50%;
  bottom: 20px;
  transform: translate(-50%);
  min-height: 40px;
}
@media screen and (min-width: 768px) {
  .central-tools__info {
    max-width: 145px;
  }
}

.central-tools__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .central-tools__nav {
    justify-content: unset;
  }
}

.central-tools__btn {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  width: calc(33% - 2px);
  text-align: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  line-height: 50px;
}
.central-tools__btn:hover {
  color: white;
  background-color: #931D19;
}
.central-tools__btn.active {
  color: white;
  background-color: #931D19;
}
@media screen and (min-width: 1200px) {
  .central-tools__btn {
    max-width: 150px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .medias__content {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .medias-videos, .medias-social {
    width: calc( 50% - 7px );
  }
}

.medias-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .medias-nav__list {
    justify-content: start;
    flex-wrap: unset;
  }
}

.medias-nav__item {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  display: block;
  text-align: center;
  background-color: #F4F4F4;
  border-radius: 4px;
  height: 50px;
  display: flex;
}
.medias-nav__item span {
  margin: auto;
}
.medias-nav__item:hover {
  color: white;
  background-color: #931D19;
}
.medias-nav__item.active {
  color: white;
  background-color: #931D19;
}

.medias-nav__list--videos .medias-nav__item {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .medias-nav__list--videos .medias-nav__item {
    width: calc(25% - 5px);
    max-width: 140px;
    margin-right: 10px;
  }
}

.medias-videos__box {
  margin-bottom: 20px;
}

.medias-video__item {
  display: none;
}
.medias-video__item.show {
  display: block;
}
.medias-video__item iframe {
  width: 100%;
  height: 250px;
}
.medias-video__item#twitter {
  max-height: 252px;
  overflow: scroll;
  overflow-x: hidden;
}

@media screen and (min-width: 992px) {
  .pllex-viewport .slides {
    max-height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .pllex-viewport li div:first-of-type {
    min-width: 268px;
    max-width: 268px;
    max-height: 250px;
  }
}
.pllex-viewport li.pllex-active-slide .jr-insta-datacontainer {
  display: block !important;
  opacity: 1 !important;
  padding: 20px;
  background: #F4F4F4;
  font-size: 14px !important;
}
@media screen and (min-width: 992px) {
  .pllex-viewport li.pllex-active-slide {
    display: flex !important;
  }
}

.pllex-direction-nav {
  display: none !important;
}

.medias-video__item--audio-item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.medias-video__item--audio-item h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 11px;
  color: #00467D;
}
.medias-video__item--audio-item audio {
  width: 100%;
}

.minuto-tce__more {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.communicated__box {
  padding: 10px 15px;
  margin-bottom: 20px;
  background: #e2e2e2;
  background: linear-gradient(180deg, white 0%, #e2e2e2 100%);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.23);
}
@media screen and (min-width: 992px) {
  .communicated__box {
    width: calc( 50% - 7px );
  }
}
@media screen and (min-width: 1200px) {
  .communicated__box {
    width: calc( 33% - 7px );
  }
}

.communicated__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #931D19;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.communicated__item {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: block;
  color: #00467D;
}
.communicated__item:last-of-type {
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .banner__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.banner-img__link {
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .banner-img__link {
    width: calc( 50% - 7px );
  }
}
@media screen and (min-width: 1200px) {
  .banner-img__link {
    width: calc( 33% - 7px );
  }
}

.banner-img {
  object-fit: cover;
  height: calc(100% - 10px);
}

.central-multmidia__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.central-multimidia__item {
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.4);
  background: white;
  background: linear-gradient(177deg, white 0%, rgba(0, 0, 0, 0.1) 100%);
  display: block;
  padding: 20px;
  width: calc( 50% - 7px );
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .central-multimidia__item {
    width: calc( 33% - 7px );
  }
}
@media screen and (min-width: 1200px) {
  .central-multimidia__item {
    width: calc( 14% - 7px );
  }
}

.central-multmidia__img {
  max-width: 44px;
  max-height: 40px;
  margin: 0 auto 10px;
  display: block;
}

.central-multmidia__title {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #00467D;
}

.blog-item {
  display: block;
  padding: 20px;
  background-color: white;
  border-bottom: 1px solid #0066B0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-item {
    display: flex;
  }
}

.blog-item__info {
  width: 100%;
}

.blog__title {
  background: #f7fafe;
  border: 1px solid #ddd;
  padding: 10px 20px;
  font-size: 1.6em;
  font-weight: 700;
}

.blog-item__img {
  object-fit: cover;
  padding: 7px;
  border: 1px solid black;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .blog-item__img {
    width: 118px;
    min-width: 118px;
    height: 85px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.blog-item__date {
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #707070;
}

.blog-item__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  color: #00467D;
}

.video-thumb {
  margin-bottom: 15px;
}
.video-thumb iframe {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .video-thumb {
    width: 118px;
    min-width: 118px;
    height: 85px;
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.single-galery__video iframe {
  width: 100%;
}

.wp-pagenavi {
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 30px 0 60px;
  max-width: 320px;
  margin: 0 auto;
}

.pages {
  display: none;
}

.minuto-tce__audio {
  margin-top: 20px;
  width: 100%;
}

.pronunciamentos__content .blog-item__info {
  padding: 20px 0;
}
.pronunciamentos__content .blog-item__title {
  font-size: 19px;
  line-height: 26px;
}

.single-blog__content {
  padding: 30px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
}

.single-blog__content--galery .gallery .gallery-item {
  width: 50% !important;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .single-blog__content--galery .gallery .gallery-item {
    width: 33% !important;
  }
}
@media screen and (min-width: 992px) {
  .single-blog__content--galery .gallery .gallery-item {
    padding: 25px;
  }
}
.single-blog__content--galery .gallery br {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .single-blog__content--galery .gallery br {
    display: block !important;
  }
}

.single-blog__title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #00467D;
  margin-bottom: 25px;
}

.share-box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin-bottom: 60px;
}

.share-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #931D19;
  margin-bottom: 20px;
  width: 100%;
}

.share-item {
  max-width: 40px;
  display: block;
  margin-right: 10px;
}

.acessibilidade-font__box {
  display: flex;
  background-color: #0066B0;
  margin: 0px 0px 40px;
  justify-content: flex-end;
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
  padding: 10px 20px;
}
.acessibilidade-font__box p {
  margin: 0 5px 0 0;
}
.acessibilidade-font__box button {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #0066B0;
  margin-left: 5px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  vertical-align: middle;
  color: white;
}

.single-more-posts__box {
  margin-bottom: 100px;
  padding: 20px;
}

.single-more-posts__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0066B0;
}

.single-more-posts__item {
  display: block;
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: bold;
  color: #404040;
}

.single-post-img {
  margin-bottom: 30px;
}

.breadcroumbs-box {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.breadcroumbs-box.line {
  background: white;
  padding: 10px 20px;
  margin-bottom: 0;
}

.post-nav-links {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-size: 0;
}
.post-nav-links a, .post-nav-links span {
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #BFBFBF;
  padding: 3px 5px;
  margin: 2px;
  color: #0066B0;
}
.post-nav-links span {
  color: black;
  border: 1px solid black;
  font-weight: bold;
}

.single-download__content {
  background-color: white;
  border-radius: 0px 0px 3px 3px;
}

.wp-block-file {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 0;
}
.wp-block-file a {
  margin: auto 0;
}
.wp-block-file a:first-of-type {
  position: relative;
  padding-left: 25px;
  color: #0066B0;
  font-size: 14px;
}
.wp-block-file a:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/download-icon.svg") center center/contain no-repeat;
}
.wp-block-file:nth-child(even) {
  background-color: #F4F4F4;
}

.wp-block-file__button {
  background-color: #62c462 !important;
  border-radius: 4px !important;
}
.wp-block-file__button:hover {
  background-color: #025E37 !important;
}

.download__content {
  background-color: white;
  border-radius: 0px 0px 3px 3px;
  padding: 10px 20px 15px;
}
.download__content ul li {
  padding: 10px 20px;
}
.download__content ul li a {
  position: relative;
  padding-left: 25px;
  color: #0066B0;
  font-size: 14px;
  font-weight: 700;
}
.download__content ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/folder-icon.svg") center center/contain no-repeat;
}

.publications-category__content {
  display: flex;
  flex-wrap: wrap;
}

.publications-category__item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 20px 10px;
}
@media screen and (min-width: 768px) {
  .publications-category__item {
    width: 50%;
    margin-right: 9px;
  }
}
@media screen and (min-width: 992px) {
  .publications-category__item {
    width: 32%;
  }
}
.publications-category__item img {
  width: auto;
  margin-bottom: 20px;
  max-width: 200px;
}

.publicacao-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .publicacao-item {
    display: flex;
  }
}

.publicacao-item__img {
  max-width: 212px;
  height: revert;
  margin-right: 30px;
}
.publicacao-item__img img {
  -webkit-box-shadow: 2px 5px 22px 2px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 2px 5px 22px 2px rgba(0, 0, 0, 0.31);
  box-shadow: 2px 5px 22px 2px rgba(0, 0, 0, 0.31);
}

.publicacao-item__info {
  padding: 10px;
}

.publicacao-item__title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.publicacao__link {
  display: block;
  background-color: #2699FB;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  width: 225px;
  font-size: 24px;
  font-weight: 800;
  border-radius: 10px;
  margin-top: 40px;
  color: white;
}

.decisoes__content {
  height: calc(100% - 52px);
  min-height: 1200px;
  padding-bottom: 30px;
  background-color: white;
}
.decisoes__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.composicao {
  padding: 0;
  text-align: justify;
  width: auto;
}
.composicao img {
  max-width: 90px;
}

#conselheiros {
  background: #d9e4f3 none repeat scroll 0 0;
  border: 1px solid #fff;
  float: left;
  width: 100%;
}
#conselheiros h3 {
  background: #0060a5 none repeat scroll 0 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  margin: 0;
  padding: 10px;
}
#conselheiros img {
  max-width: 90px;
}

#auditores {
  background: #e6f1e4 none repeat scroll 0 0;
  border: 1px solid #fff;
  float: left;
  width: 100%;
}
#auditores h3 {
  background: #5e9e54 none repeat scroll 0 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  margin: 0;
  padding: 10px;
}
#auditores img {
  max-width: 90px;
}

#conselheiros {
  background: #d9e4f3 none repeat scroll 0 0;
  border: 1px solid #fff;
  float: left;
  width: 100%;
}
#conselheiros h3 {
  background: #0060a5 none repeat scroll 0 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  margin: 0;
  padding: 10px;
}
#conselheiros img {
  max-width: 90px;
}

.composicao__content {
  padding: 30px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
}

.composicao__title {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  color: #00467D;
  margin-bottom: 25px;
}

.composicao__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .composicao__group {
    justify-content: start;
    margin-bottom: 100px;
  }
  .composicao__group.conselheiros {
    justify-content: space-around;
  }
}

.composicao__group-title {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  line-height: 55px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: white;
}
.composicao__group-title.composicao__group-title--conselheiros {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1975b8 25%, #0066b0 50%, #0f6fb5 76%, rgba(255, 255, 255, 0) 100%);
}
.composicao__group-title.composicao__group-title--substitutos {
  background: #2699fb;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #2699fb 25%, #2699fb 50%, #2699fb 76%, rgba(255, 255, 255, 0) 100%);
}
.composicao__group-title.composicao__group-title--contas {
  background: #931d19;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #931d01 25%, #931d01 50%, #931d01 76%, #ffffff00 100%);
}

.composicao__item {
  width: calc(50% - 7px);
  text-align: center;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.75rem;
}
.composicao__item.conselheiro:first-of-type {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .composicao__item {
    max-width: calc(33% - 7px);
  }
  .composicao__item.conselheiro {
    max-width: calc(50% - 7px);
  }
  .composicao__item.conselheiro:first-of-type {
    width: 100%;
  }
}

.composicao__img {
  max-width: 262px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .composicao__img {
    min-width: 262px;
  }
}

.composicao__item-nome {
  font-weight: 700;
  color: black;
}
.composicao__item-nome:hover {
  text-decoration: underline;
}

.composicao__item-cargo {
  display: block;
}

.header__content {
    padding: 40px 0 0px !important; 
}

/*# sourceMappingURL=main.css.map */

