@charset "UTF-8";
.titulo {
  margin-bottom: 24px;
}
.titulo span {
  color: #888;
}
@media (max-width: 375px) {
  .titulo {
    font-size: 1.5rem;
  }
}

.accordion .accordion-button {
  background: #ededed;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 12px;
  padding-right: 12px;
}

.breadcrumb {
  padding: 1rem 0;
}
.breadcrumb a {
  color: #000;
}

.component-cards article {
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: 1s;
}
.component-cards article img {
  min-width: 100%;
  height: auto;
  max-height: 450px;
}
@media (min-width: 991px) and (max-width: 1023px) {
  .component-cards article img {
    max-height: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .component-cards article img {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .component-cards article img {
    max-height: none;
  }
}
.component-cards article .overlay-perfil {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 120px;
  padding: 15px;
  transition: 0.5s;
}
.component-cards article .overlay-perfil p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.component-cards article .overlay-perfil p small {
  font-size: 12px;
  display: block;
}
.component-cards article:hover img {
  transform: scale(1.1);
  transition: 1s;
}
.component-cards article:hover .overlay-perfil {
  background: rgba(0, 0, 0, 0.9);
  transition: 0.5s;
}
.component-cards .carrossel-preview {
  margin-bottom: 30px;
}
.component-cards .carrossel-preview article {
  margin: 0 10px !important;
}
@media (max-width: 767px) {
  .component-cards .carrossel-preview article {
    margin: 0 30px !important;
  }
}
@media (max-width: 767px) {
  .component-cards .carrossel-preview .slick-prev {
    left: 0;
  }
  .component-cards .carrossel-preview .slick-next {
    right: 0;
  }
}

.card-painel .card i {
  font-size: 32px;
  margin-bottom: 9px;
}
.card-painel .card img {
  max-width: 40px;
  margin-bottom: 16px;
}
.card-painel .card h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.card-painel .card .number {
  color: #333 !important;
  font-size: 42px !important;
  font-weight: 700;
  line-height: 40px;
}
@media (max-width: 767px) {
  .card-painel .card .number {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 5px;
  }
}
.card-painel .card p {
  color: #333 !important;
}
.card-painel .text-center .card img {
  margin: 0 auto 16px;
}

.carrossel-cards-video.one-video .slick-track {
  width: 100% !important;
}
.carrossel-cards-video.one-video .slick-slide {
  width: 100% !important;
}
.carrossel-cards-video.two-videos .slick-track {
  width: 100% !important;
}
.carrossel-cards-video.two-videos .slick-slide {
  width: 50% !important;
}
.carrossel-cards-video.three-videos .slick-track {
  width: 100% !important;
}
.carrossel-cards-video.three-videos .slick-slide {
  width: 33% !important;
}
.carrossel-cards-video .card {
  margin: 0 12px;
}
.carrossel-cards-video p {
  text-align: center;
}
.carrossel-cards-video .slick-prev,
.carrossel-cards-video .slick-next {
  top: 45%;
}
@media (max-width: 767px) {
  .carrossel-cards-video .slick-prev {
    left: 0;
    z-index: 1;
  }
  .carrossel-cards-video .slick-next {
    right: 0;
    z-index: 1;
  }
}

.carrossel-simples .card {
  border: none;
  height: 246px;
}
.carrossel-simples .card .card-title {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-size: 18px;
  height: 46px;
  margin: 0;
}
.carrossel-simples .card .circle {
  border: 2px solid;
  border-radius: 50%;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  display: flex;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carrossel-simples .card .card-logo {
  height: 72px;
  padding: 12px 0;
}
.carrossel-simples .card .card-logo img {
  max-height: 45px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.carrossel-simples .card .card-logo i {
  font-size: 48px;
  color: #000;
}
.carrossel-simples .card h5 {
  font-size: 16.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
  margin-left: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .carrossel-simples .card h5 {
    font-size: 20px;
  }
}
.carrossel-simples .card p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-left: 56px;
  font-size: 14px;
  height: 98px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carrossel-simples .card p {
    height: 85px;
  }
}
.carrossel-simples .card a {
  color: #FF161F;
  font-weight: 600;
  height: 40px;
  padding: 6px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 50px;
}
.carrossel-simples .card a:hover {
  background: #ededed;
}
.carrossel-simples .card a i {
  color: #000;
  font-size: 24px;
}
.carrossel-simples .card .description-large {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 98px;
}
.carrossel-simples .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.carrossel-simples .slick-slide {
  margin: 20px 10px;
}
@media (max-width: 767px) {
  .carrossel-simples .slick-slide {
    margin: 20px 45px;
  }
}
.carrossel-simples .slick-slide a {
  color: #000;
}
.carrossel-simples .slick-slide a:hover {
  text-decoration: none;
}
.carrossel-simples .slick-slide a:hover h5,
.carrossel-simples .slick-slide a:hover p {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .carrossel-simples .slick-prev {
    left: 0;
    z-index: 1;
  }
  .carrossel-simples .slick-next {
    right: 0;
    z-index: 1;
  }
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600;
  color: #888 !important;
}

.slick-prev:before {
  content: "\f053" !important;
}

.slick-next:before {
  content: "\f054" !important;
}

.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 12px;
  opacity: 0.1;
}
.slick-dots li.slick-active button:before {
  color: #FF161F;
  opacity: 0.75;
}
.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

.cards-categorias a {
  color: unset;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 375px) {
  .cards-categorias a {
    font-size: 16px;
  }
}
.cards-categorias .card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 4px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: 0.3s;
}
.cards-categorias .card i {
  font-size: 35px;
  display: block;
  margin: 0 auto 15px;
  width: auto;
  transition: 0.3s;
}
@media (min-width: 991px) and (max-width: 1023px) {
  .cards-categorias .card i {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .cards-categorias .card i {
    font-size: 42px;
    margin-bottom: 10px;
  }
}
.cards-categorias .card img {
  height: 35px;
  margin: 0 auto 15px;
}
.cards-categorias .card span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cards-categorias .card:hover {
  background: #ededed;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.45), 0px 1px 4px 1px rgba(0, 0, 0, 0.3);
}
.cards-categorias .card:hover a {
  text-decoration: none;
}
.cards-categorias .card:hover ::after {
  transition: 0.3s;
}
@media (min-width: 1601px) {
  .cards-categorias .row div[class^=col] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.cards-categorias.cards-simples .card {
  border: none;
  box-shadow: none;
  text-align: left;
}
.cards-categorias.cards-simples .card p {
  font-size: 20px;
  font-weight: 500;
}
.cards-categorias.cards-simples .card span {
  font-size: 16px;
  font-weight: 400;
}
.cards-categorias.cards-simples .card span i {
  display: inline;
  font-size: 24px;
  margin-right: 6px;
}
.cards-categorias.cards-mosaico .card-destaque {
  color: #000 !important;
}
.cards-categorias.cards-mosaico .card-destaque img {
  height: 200px;
}
.cards-categorias.cards-mosaico .card-lateral {
  margin-bottom: 15px;
  padding: 10px;
}
.cards-categorias.cards-mosaico .card-lateral img {
  height: 65px;
  margin-bottom: 0;
}

.faixa-institucional {
  background: #ededed;
}
.faixa-institucional p:last-child {
  margin-bottom: 0;
}
.faixa-institucional a {
  display: inline-block;
  margin-bottom: 0;
  text-decoration: underline;
}
.faixa-institucional img {
  margin: 0 50px 0;
  max-width: 150px;
}

.select2 {
  width: 360px !important;
}
@media (max-width: 767px) {
  .select2 {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .select2 {
    width: 100% !important;
  }
}
.select2 .select2-selection--single {
  height: 40px !important;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  height: 100%;
}
.select2 .select2-selection--single .select2-selection__arrow {
  top: 7px !important;
}
.select2 .select2-results__option--disabled {
  display: none;
}
.select2 .select2-selection__clear span {
  margin: 0 10px 0 0;
  font-size: 20px;
  font-weight: 400;
}

.select-geral .form-label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.select-geral .card {
  margin-top: 24px;
}
.select-geral .card .card-header {
  color: #000;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  height: 56px;
  align-items: center;
  align-self: stretch;
}
.select-geral .card .card-body {
  height: auto;
}
.select-geral .card .card-body i {
  color: #FF161F;
  margin: 0 10px 0 0;
}
.select-geral .card .card-body .card-title {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 16px 12px 16px;
  margin: 0;
}
.select-geral .card .card-body .card-title i {
  margin-right: 8px;
}
.select-geral .card .card-body iframe {
  width: 100%;
}
@media (max-width: 767px) {
  .select-geral #cidades-disponiveis .btn-outline-danger {
    width: 100%;
  }
}

.selectSearch {
  display: flex;
  height: 40px;
  width: 305px;
  padding: 4px 4px 4px 16px;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .selectSearch {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .selectSearch {
    width: 100%;
  }
}

.select-documento {
  height: 40px !important;
  width: 360px;
  padding: 4px 4px 4px 16px;
}
@media (max-width: 767px) {
  .select-documento {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-documento {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .select-noticias button,
  .select-noticias-interna button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .select-noticias button,
  .select-noticias-interna button {
    width: 100%;
  }
}
.select-noticias .lista-noticias,
.select-noticias-interna .lista-noticias {
  margin: 45px 0;
}
.select-noticias .lista-noticias .noticias-secundarias,
.select-noticias-interna .lista-noticias .noticias-secundarias {
  margin-bottom: 30px;
}
.select-noticias .lista-noticias .noticias-secundarias:last-child,
.select-noticias-interna .lista-noticias .noticias-secundarias:last-child {
  margin-bottom: 0;
}
.select-noticias .lista-noticias .noticias-secundarias a,
.select-noticias-interna .lista-noticias .noticias-secundarias a {
  color: inherit;
  text-decoration: none;
}
.select-noticias .lista-noticias .noticias-secundarias a:hover,
.select-noticias-interna .lista-noticias .noticias-secundarias a:hover {
  text-decoration: underline;
}
.select-noticias .lista-noticias .noticias-secundarias .img-noticia,
.select-noticias-interna .lista-noticias .noticias-secundarias .img-noticia {
  height: 150px;
  overflow: hidden;
}
.select-noticias .lista-noticias .noticias-secundarias .img-noticia img,
.select-noticias-interna .lista-noticias .noticias-secundarias .img-noticia img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.select-noticias .lista-noticias .noticias-secundarias small,
.select-noticias-interna .lista-noticias .noticias-secundarias small {
  font-weight: 500;
}
.select-noticias.duas-colunas .noticias-secundarias:last-child,
.select-noticias-interna.duas-colunas .noticias-secundarias:last-child {
  margin-bottom: 24px;
}

.col-split {
  background: linear-gradient(90deg, #ededed 50%, rgba(248, 248, 248, 0.5) 50%);
}
@media (max-width: 767px) {
  .col-split {
    background: none;
    padding-top: 0;
  }
}

footer {
  background: #000;
  padding: 60px 0 30px;
}
footer h2 {
  color: #fff !important;
  margin-bottom: 15px !important;
}
footer h2 button {
  font-size: 1.35rem !important;
}
@media (max-width: 767px) {
  footer h2 button::after {
    content: "\f077" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #fff;
  }
  footer h2 button.collapsed::after {
    transform: rotate(180deg);
  }
}
footer a {
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
footer a:hover {
  color: #fff;
}
footer p,
footer li {
  color: #fff;
}
footer ul {
  list-style: none;
  padding: 0 !important;
}
footer .redes a {
  background: #FF161F;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-bottom: 0;
  padding: 6px;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .redes .text-mob {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .redes .text-mob {
    display: block;
  }
}
footer .redes p.small {
  font-size: 12px;
}

.galeria-fotos img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.galeria-fotos.grid-3 img {
  height: 265px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .galeria-fotos.grid-3 img {
    height: 210px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .galeria-fotos.grid-3 img {
    height: 155px;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .galeria-fotos.grid-3 img {
    height: 155px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .galeria-fotos.grid-3 img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .galeria-fotos.grid-3 img {
    height: 230px;
  }
}
@media (max-width: 375px) {
  .galeria-fotos.grid-3 img {
    height: 170px;
  }
}
.galeria-fotos.grid-4 img {
  height: 235px;
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .galeria-fotos.grid-4 img {
    height: 190px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .galeria-fotos.grid-4 img {
    height: 140px;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .galeria-fotos.grid-4 img {
    height: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .galeria-fotos.grid-4 img {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .galeria-fotos.grid-4 img {
    height: 150px;
  }
}
@media (max-width: 375px) {
  .galeria-fotos.grid-4 img {
    height: 110px;
  }
}

.modal-visualizacao .btn-close {
  position: absolute;
  right: 9px;
  top: 9px;
}

.carousel-galeria {
  height: 260px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-galeria {
    height: 300px;
  }
}
.carousel-galeria .slick-list {
  height: 100%;
}
.carousel-galeria .slick-slide {
  margin: 12px;
  height: 220px;
  overflow: hidden;
  transition: 1s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-galeria .slick-slide {
    margin: 15px 12px;
    height: 270px;
  }
}
.carousel-galeria .slick-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-galeria .slick-slide img {
  height: 220px;
  max-width: none;
  transition: 1s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-galeria .slick-slide img {
    width: 100%;
    height: auto !important;
  }
}
.carousel-galeria .slick-center {
  margin: 0 10px;
  height: 240px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-galeria .slick-center {
    height: 300px;
  }
}
.carousel-galeria .slick-center img {
  height: 240px;
  transition: 1s;
}

.list-padrao .list-group-item {
  border: none;
}
.list-padrao .list-group-item div i {
  font-size: 24px;
}
.list-padrao .list-group-item > i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .list-padrao .list-group-item > i {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .list-padrao .list-group-item > i {
    margin-left: 5px;
  }
}
.list-padrao .btn i {
  font-size: large !important;
  margin-left: 6px;
}
.list-padrao.list-btns .list-group-item {
  border-bottom: 1px solid #ededed;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 0;
}
.list-padrao.list-btns .list-group-item:last-child {
  border: none;
}

.cookies {
  position: fixed;
  bottom: 30px;
  left: 30px;
  right: 30px;
  color: #333;
  margin: 0;
  z-index: 9999;
}
.cookies p {
  font-weight: 400;
  margin: 0;
}
@media (max-width: 767px) {
  .cookies p {
    margin-bottom: 15px;
  }
}
.cookies p a {
  text-decoration: underline;
}

#modalCookies {
  z-index: 999999;
}
#modalCookies .list-group .content {
  margin-right: 15px;
}
#modalCookies .list-group .content p {
  margin-bottom: 0;
}

.tab-content .tab-pane {
  padding: 15px 0 0;
}

.noticias-home .noticia a,
.noticias-destaque .noticia a {
  color: #000;
  text-decoration: none;
}
.noticias-home .noticia a:hover,
.noticias-destaque .noticia a:hover {
  background: none;
  text-decoration: underline;
}
.noticias-home .noticia img,
.noticias-destaque .noticia img {
  border-radius: 8px;
  margin-bottom: 15px;
  min-width: 100%;
  max-height: 325px;
  min-height: 325px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .noticias-home .noticia img,
  .noticias-destaque .noticia img {
    max-height: 173px;
    min-height: 173px;
  }
}
.noticias-home .noticia.noticia-principal p,
.noticias-destaque .noticia.noticia-principal p {
  font-size: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 991px) and (max-width: 1023px) {
  .noticias-home .noticia.noticia-principal p,
  .noticias-destaque .noticia.noticia-principal p {
    font-size: 24px;
  }
}
.noticias-home .noticia.noticia-principal small,
.noticias-destaque .noticia.noticia-principal small {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .noticias-home .noticia.noticia-principal,
  .noticias-destaque .noticia.noticia-principal {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .noticias-home .noticia.noticia-principal p,
  .noticias-destaque .noticia.noticia-principal p {
    font-size: 22px;
  }
  .noticias-home .noticia.noticia-principal,
  .noticias-destaque .noticia.noticia-principal {
    margin-bottom: 32px;
  }
}
.noticias-home .noticia.noticias-secundarias,
.noticias-destaque .noticia.noticias-secundarias {
  margin-bottom: 15px;
}
.noticias-home .noticia.noticias-secundarias img,
.noticias-destaque .noticia.noticias-secundarias img {
  max-height: 109px;
  min-height: 109px;
}
.noticias-home .noticia.noticias-secundarias p,
.noticias-destaque .noticia.noticias-secundarias p {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 991px) and (max-width: 1023px) {
  .noticias-home .noticia.noticias-secundarias p,
  .noticias-destaque .noticia.noticias-secundarias p {
    font-size: 16px;
  }
}
.noticias-home .noticia.noticias-secundarias small,
.noticias-destaque .noticia.noticias-secundarias small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .noticias-home .noticia.noticias-secundarias img,
  .noticias-destaque .noticia.noticias-secundarias img {
    display: none;
  }
}

.noticias-destaque .noticia.noticia-destacada {
  margin-bottom: 32px;
  position: relative;
}
.noticias-destaque .noticia.noticia-destacada img {
  height: 504px;
  max-height: unset;
  margin-bottom: 0;
}
.noticias-destaque .noticia.noticia-destacada .titulo-noticia {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 90%);
  border-radius: 0 0 8px 8px;
  bottom: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
}
.noticias-destaque .noticia.noticia-destacada .titulo-noticia p,
.noticias-destaque .noticia.noticia-destacada .titulo-noticia small {
  color: #fff;
}
.noticias-destaque .noticia.noticia-destacada .titulo-noticia p {
  font-weight: 700;
}
.noticias-destaque .noticia.noticia-destacada .titulo-noticia small {
  font-weight: 400;
}
.noticias-destaque .noticia.noticia-destacada p {
  font-size: 28px;
}
@media (min-width: 991px) and (max-width: 1023px) {
  .noticias-destaque .noticia.noticia-destacada p {
    font-size: 24px;
  }
}
.noticias-destaque .noticia.noticia-destacada small {
  font-size: 16px;
}
@media (max-width: 767px) {
  .noticias-destaque .noticia.noticia-destacada p {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .noticias-destaque .noticia.noticias-secundarias {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .noticias-destaque .noticia.noticias-secundarias {
    margin-bottom: 15px !important;
  }
}
.noticias-destaque .noticia.noticias-secundarias p {
  -webkit-line-clamp: 3 !important;
}
@media (min-width: 1601px) {
  .noticias-destaque .noticia.noticias-secundarias p {
    height: 87px;
  }
}
@media (min-width: 1280px) and (max-width: 1600px) {
  .noticias-destaque .noticia.noticias-secundarias p {
    height: 87px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .noticias-destaque .noticia.noticias-secundarias p {
    height: 87px;
  }
}

.painel-destaque {
  padding: 24px 0 24px 0;
}
.painel-destaque .painel-item {
  height: 267px;
  background: #888;
  background-size: cover !important;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .painel-destaque .painel-item {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .painel-destaque .painel-item {
    height: 210px;
  }
}
.painel-destaque .painel-item a {
  display: block;
  height: inherit;
}
.painel-destaque .painel-item a:hover {
  background: none;
}
.painel-destaque .painel-item .painel-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, #333 -29.59%, rgba(46, 46, 46, 0) 125.79%);
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .painel-destaque .painel-item .painel-title {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .painel-destaque .painel-item .painel-title {
    padding: 15px;
  }
}
.painel-destaque .painel-item .painel-title h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.15px;
  margin: 0;
}
.painel-destaque .painel-item .painel-title i {
  color: #FF161F;
  font-size: 20px;
}
.painel-destaque .painel-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.painel-destaque .painel-item .overlay {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45));
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.3s;
}
@media (min-width: 768px) and (max-width: 991px) {
  .painel-destaque .painel-item .overlay {
    opacity: 0.9;
  }
}
@media (max-width: 767px) {
  .painel-destaque .painel-item .overlay {
    opacity: 0.9;
  }
}
.painel-destaque .painel-item:hover .overlay {
  opacity: 1;
}
.painel-destaque .painel-color {
  text-align: center;
}
.painel-destaque .painel-color .painel-title {
  background: none;
  height: 100%;
  display: flex;
  align-items: center !important;
}
.painel-destaque .painel-color .painel-title h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .preview-eventos article {
    border-bottom: 1px solid #9e9d9d;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-eventos article {
    border-bottom: 1px solid #9e9d9d;
    margin-bottom: 24px;
  }
}
.preview-eventos article:last-of-type {
  border: none !important;
}
.preview-eventos article .content-event .date-event .date {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.preview-eventos article .content-event .date-event .month {
  font-size: 16px;
  color: #9e9d9d;
  text-transform: uppercase;
  font-weight: 800;
}
.preview-eventos article .content-event .info-event .title-event {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.preview-eventos article .content-event .info-event .time-event {
  margin-bottom: 3px;
  font-size: 18px;
  color: #000;
}
.preview-eventos article .link-evento {
  border-left: 1px solid #888;
  font-size: 24px;
  padding-left: 24px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .preview-eventos article .link-evento {
    border: none;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .preview-eventos article .link-evento {
    border: none;
    padding: 0;
  }
}
.preview-eventos article .link-evento i {
  margin-right: 15px;
}
.preview-eventos article .link-evento p {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: math-auto;
  text-decoration: underline;
}

.resultado-busca label {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.resultado-busca .list-resultado-busca .list-group-item {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding: 15px;
}
.resultado-busca .list-resultado-busca .list-group-item:last-child {
  border: none;
}
.resultado-busca .list-resultado-busca .list-group-item p {
  margin-bottom: 0;
}
.resultado-busca .list-resultado-busca .list-group-item i {
  font-size: 16px;
}

.hero-banner {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .hero-banner {
    height: 555px;
  }
}
.hero-banner h3 {
  font-weight: bold;
  font-size: 35px;
}
@media (max-width: 767px) {
  .hero-banner h3 {
    font-size: 24px;
  }
}
.hero-banner p {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero-banner p {
    font-size: 16px;
  }
}
.hero-banner {
  /* Imagem de background em banner */
}
.hero-banner .image-banner {
  width: 100%;
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
.hero-banner button {
  color: #000;
  font-weight: 600;
  padding: 9px 24px;
}
.hero-banner button:hover {
  color: #fff;
}
.hero-banner .align-items-center {
  height: 555px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .align-items-center .title-banner {
    margin-top: 24%;
  }
}
@media (max-width: 767px) {
  .hero-banner .align-items-center .title-banner {
    margin-top: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner .align-items-center .img-banner {
    margin-bottom: 24% !important;
  }
}
@media (max-width: 767px) {
  .hero-banner .align-items-center .img-banner {
    margin-bottom: 30% !important;
  }
}
.hero-banner.videoBG {
  position: relative;
  overflow: hidden;
  height: 555px;
}
.hero-banner.videoBG .video-foreground,
.hero-banner.videoBG iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .hero-banner.videoBG .video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-banner.videoBG .video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
.hero-banner.videoBG video {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-banner.videoBG video {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner.videoBG video {
    height: 100%;
    width: auto;
  }
}
.hero-banner.videoBG iframe {
  position: absolute;
}
.hero-banner.videoBG.gradienteBG {
  background: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner.videoBG.no-content .align-items-center {
    height: auto;
  }
}
@media (max-width: 767px) {
  .hero-banner.videoBG.no-content .align-items-center {
    height: auto;
  }
}
.hero-banner.videoBG.no-content video {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-banner.videoBG.no-content video {
    position: absolute;
    width: 200% !important;
    right: -50% !important;
  }
}
@media (max-width: 767px) {
  .hero-banner.videoBG.no-content video {
    position: absolute;
    width: 200%;
    right: -50%;
  }
}
@media (max-width: 375px) {
  .hero-banner.videoBG.no-content video {
    position: absolute;
    width: 270%;
    right: -80%;
  }
}
.hero-banner.gradienteBG {
  color: #fff !important;
}

.banner-global {
  height: 555px;
  width: 100%;
}
.banner-global .slick-arrow {
  z-index: 9;
}
.banner-global .slick-slide {
  overflow: hidden;
  height: 555px;
}
.banner-global .hero-banner .img-full {
  position: relative !important;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100% !important;
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-global .hero-banner img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .banner-global .hero-banner::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner-global .hero-banner img {
    position: absolute;
    bottom: -80px;
    left: -30%;
    z-index: -1;
    width: 180%;
    max-width: none;
  }
  .banner-global .hero-banner .align-items-center {
    height: 555px;
    width: 100%;
    margin: auto;
  }
  .banner-global .hero-banner::before {
    width: 100%;
  }
  .banner-global .hero-banner h3 {
    font-size: 26.8px;
  }
  .banner-global .hero-banner p {
    font-size: 16px;
  }
}
.banner-global .videoBG.no-content {
  height: 555px !important;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-global .videoBG.no-content {
    height: 555px !important;
  }
}
.banner-global .videoBG.no-content video {
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1601px) {
  .banner-global .videoBG.no-content video {
    width: 100% !important;
    height: 555px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.gradienteBG {
  position: relative;
}
.gradienteBG::before {
  content: "";
  background: linear-gradient(to right, #000 35%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 75%;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gradienteBG::before {
    left: 0;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .gradienteBG::before {
    left: 0;
    width: 100%;
  }
}
.gradienteBG .align-items-center {
  height: 555px;
  position: relative;
  z-index: 1;
}
.gradienteBG a {
  opacity: 0.9;
}
.gradienteBG a:hover {
  background: none;
  opacity: 1;
}
.gradienteBG a img {
  filter: drop-shadow(0px 0px 8px #FF161F);
  margin: 25px auto;
  max-width: 130px !important;
}
@media (max-width: 767px) {
  .gradienteBG a img {
    position: relative !important;
    margin: 0 !important;
    left: auto !important;
    z-index: 1 !important;
    max-width: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gradienteBG a img {
    position: relative !important;
    margin: 0 !important;
    left: auto !important;
    z-index: 1 !important;
    max-width: 90px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gradienteBG a img:not(.img-banner) {
    margin-bottom: 30% !important;
  }
}
@media (max-width: 767px) {
  .gradienteBG a img:not(.img-banner) {
    margin-bottom: 30% !important;
  }
}

.gradienteBranco::before {
  content: "";
  background: linear-gradient(to right, #fff 35%, transparent 100%) !important;
}
.gradienteBranco h3,
.gradienteBranco p,
.gradienteBranco button {
  color: #000 !important;
}

.banner-individual {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.banner-individual img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(70%);
}
.banner-individual .content-banner {
  position: absolute;
  height: auto;
  width: 100%;
  padding: 0 60px 60px;
  bottom: 0;
}
.banner-individual .content-banner * {
  color: #fff;
}
.banner-individual .content-banner a {
  font-size: 18px;
  text-decoration: none;
}
.banner-individual .content-banner a i {
  margin-left: 6px;
  transition: 0.6s;
}
.banner-individual .content-banner a:hover {
  text-decoration: underline;
}
.banner-individual .content-banner a:hover i {
  margin-left: 9px;
}

.yt-video iframe {
  width: 100%;
}

.timeline .slider-nav {
  margin-bottom: 30px;
}
.timeline .slider-nav .slick-list {
  padding: 0 !important;
}
.timeline .slider-nav .slick-center .ano {
  background: #333;
  color: #D9D9D9;
  text-align: center;
}
.timeline .slider-nav .ano {
  text-align: center;
}
.timeline .slider-nav .slick-prev {
  left: 0;
  z-index: 10;
}
.timeline .slider-nav .slick-next {
  right: 0;
}
.timeline .slider-nav .slick-prev:before,
.timeline .slider-nav .slick-next:before {
  color: #D9D9D9;
  opacity: 1;
}
@media (max-width: 767px) {
  .timeline .slider-for .content-timeline {
    padding: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .timeline .slider-for .content-timeline {
    padding: 2rem !important;
  }
}
.timeline .slider-for .content-timeline h4 {
  margin-top: 0;
}
.timeline .slider-for .content-timeline .preview {
  background: #D9D9D9;
  border-radius: 8px;
  display: block;
  padding: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .timeline .slider-for .content-timeline .preview {
    margin-bottom: 24px;
  }
}
.timeline .slider-for .content-timeline .preview img {
  margin: auto;
}
.timeline .slider-for .content-timeline .galeria img {
  display: inline-block;
  margin-bottom: 16px;
}
.timeline .slider-for .content-timeline .galeria em {
  display: inline-block;
  margin-bottom: 24px;
}

.agenda-completa .flatpickr-calendar .flatpickr-day,
.agenda-completa .flatpickr-calendar .flatpickr-months .flatpickr-monthDropdown-months {
  color: #1351B4 !important;
}
.agenda-completa .flatpickr-calendar .flatpickr-day.selected {
  background-color: #1351B4 !important;
  color: #1351B4 !important;
}
.agenda-completa .navCalendar a:not(:disabled):hover {
  background-image: none !important;
}
.agenda-completa #pagination-left .page-link {
  border: none !important;
}
.agenda-completa .box-number {
  color: #ccc;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  height: 32px;
  padding-top: 4px !important;
  margin-top: -5px;
}
.agenda-completa .icon-nav {
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #1351B4;
  margin-left: 0px !important;
  margin-top: 6px !important;
}
.agenda-completa .page-link:focus {
  box-shadow: none;
}
.agenda-completa .page-link:hover {
  background-color: #fff;
}
.agenda-completa h1 {
  font-size: 28px;
  font-weight: 700;
}
.agenda-completa .event a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
}
.agenda-completa .event h3 {
  font-size: 24px;
  font-weight: 700;
}
.agenda-completa .event .paginacao {
  margin-top: 5%;
  cursor: pointer;
}
.agenda-completa .event .date-event {
  padding: 8px 16px;
}
.agenda-completa .event .date-event .date {
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 0;
}
.agenda-completa .event .date-event .month {
  font-size: 17px;
  font-weight: 800;
  color: #1351B4;
  margin-bottom: 0;
  text-transform: uppercase;
}
.agenda-completa .event .event-information .time-event {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.agenda-completa .event .event-information h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.agenda-completa .event .event-information .location-event {
  font-size: 16px;
  font-weight: 400;
}
.agenda-completa .event .event-information .location-event i {
  font-size: 21px;
  color: #1351B4;
  margin-right: 6px;
}
.agenda-completa #simples-input {
  border: none;
  box-shadow: none;
  max-width: 175px;
}
.agenda-completa #simples-input-btn i {
  color: #1351B4 !important;
}

/* Paginação */
.pagination .page-link {
  color: #555;
}
.pagination .pagina-nav.active .page-link {
  background: #9e9d9d;
  border-color: var(--bs-border-color);
  color: #fff;
}
.pagination .pagina-nav .box-number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagina-nav .box-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
.pagination .pagina-nav .box-nav .icon-nav {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Font Awesome 5 Free";
}
.pagination .pagina-nav .disabled {
  pointer-events: none;
  opacity: 0.6;
}
.pagination .pagina-nav .pagination-ellipsis {
  pointer-events: none;
  font-weight: bold;
  font-size: 1.2em;
  /* Aumenta o tamanho da fonte */
  color: #333;
  /* Muda a cor das reticências */
}

.graphycs .donutChart {
  width: 500px;
  height: 500px;
}
.graphycs .barChart {
  width: 500px;
  height: 500px;
}
.graphycs .lineChart {
  width: 500px;
  height: 500px;
}

.img-fullwidth {
  padding: 60px 0;
}

.organograma {
  margin-bottom: 30px;
  overflow: auto;
  /*#region Organizational Chart*/
}
.organograma .tree * {
  margin: 0;
  padding: 0;
}
.organograma .tree ul {
  padding-top: 20px;
  position: relative;
  -transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.organograma .tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 3px 0 3px;
  -transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
@media (max-width: 767px) {
  .organograma .tree li {
    float: none;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li {
    float: none;
    text-align: right;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li {
    float: none;
    text-align: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li {
    float: none;
    text-align: right;
  }
}
.organograma .tree li li li {
  padding-left: 0;
  padding-right: 0;
}
.organograma {
  /*We will use ::before and ::after to draw the connectors*/
}
.organograma .tree li::before,
.organograma .tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #555;
  width: 50%;
  height: 20px;
}
@media (max-width: 767px) {
  .organograma .tree li::before,
  .organograma .tree li::after {
    right: auto;
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li::before,
  .organograma .tree li::after {
    right: auto;
    left: 10%;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li::before,
  .organograma .tree li::after {
    right: auto;
    left: 10%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li::before,
  .organograma .tree li::after {
    right: auto;
    left: 10%;
  }
}
.organograma .tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #555;
}
@media (max-width: 767px) {
  .organograma .tree li::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li::after {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li::after {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .organograma .tree li::before {
    right: auto;
    left: 5%;
    bottom: 50%;
    height: 60px;
    border: 2px solid #555 !important;
    border-top: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li::before {
    right: auto;
    left: 5%;
    bottom: 50%;
    height: 60px;
    border: 2px solid #555 !important;
    border-top: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li::before {
    right: auto;
    left: 5%;
    bottom: 50%;
    height: 60px;
    border: 2px solid #555 !important;
    border-top: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li::before {
    right: auto;
    left: 5%;
    bottom: 50%;
    height: 60px;
    border: 2px solid #555 !important;
    border-top: 0 !important;
    border-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .organograma .tree li li::before {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li li::before {
    border-bottom: 0;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li li::before {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li li::before {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .organograma .tree .nivel-3::before {
    border-bottom: 2px solid #555;
    width: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree .nivel-3::before {
    border-bottom: 2px solid #555;
    width: 5%;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree .nivel-3::before {
    border-bottom: 2px solid #555;
    width: 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree .nivel-3::before {
    border-bottom: 2px solid #555;
    width: 5%;
  }
}
@media (max-width: 767px) {
  .organograma .tree .nivel-3 li ul::before {
    border-top: 2px solid #555;
    top: -35px;
    width: 5%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree .nivel-3 li ul::before {
    border-top: 2px solid #555;
    top: -35px;
    width: 5%;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree .nivel-3 li ul::before {
    border-top: 2px solid #555;
    top: -35px;
    width: 5%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree .nivel-3 li ul::before {
    border-top: 2px solid #555;
    top: -35px;
    width: 5%;
  }
}
.organograma {
  /*We need to remove left-right connectors from elements without 
  any siblings*/
}
.organograma .tree li:only-child::after,
.organograma .tree li:only-child::before {
  display: none;
}
.organograma {
  /*Remove space from the top of single children*/
}
.organograma .tree li:only-child {
  padding-top: 0;
  float: none;
}
.organograma {
  /*Remove left connector from first child and 
  right connector from last child*/
}
.organograma .tree li:first-child::before,
.organograma .tree li:last-child::after {
  border: 0 none;
}
.organograma {
  /*Adding back the vertical connector to the last nodes*/
}
.organograma .tree li:last-child::before {
  border-right: 2px solid #555;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.organograma .tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.organograma {
  /*Time to add downward connectors from parents*/
}
.organograma .tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #555;
  width: 0;
  height: 20px;
}
@media (max-width: 767px) {
  .organograma .tree ul ul::before {
    left: 5%;
    height: 95%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree ul ul::before {
    left: 5%;
    height: 95%;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree ul ul::before {
    left: 5%;
    height: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree ul ul::before {
    left: 5%;
    height: 95%;
  }
}
.organograma .tree ul ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #555;
  width: 0;
  height: 20px;
}
@media (max-width: 767px) {
  .organograma .tree ul ul ul::before {
    bottom: 33px;
    height: auto;
    left: 15%;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree ul ul ul::before {
    bottom: 33px;
    height: auto;
    left: 15%;
    top: 0;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree ul ul ul::before {
    bottom: 33px;
    height: auto;
    left: 15%;
    top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree ul ul ul::before {
    bottom: 33px;
    height: auto;
    left: 15%;
    top: 0;
  }
}
.organograma .tree li .card:not(.nivel-1) {
  height: 122px;
  width: 144px;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #ededed;
  border: none;
  border-radius: 8px;
  color: #000;
  font-weight: 500;
  line-height: 100px;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  -transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
@media (max-width: 767px) {
  .organograma .tree li .card:not(.nivel-1) {
    width: 90%;
    min-height: 72px;
    height: 100%;
    line-height: 51px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li .card:not(.nivel-1) {
    width: 90%;
    min-height: 72px;
    height: 100%;
    line-height: 51px;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li .card:not(.nivel-1) {
    width: 90%;
    min-height: 72px;
    height: 100%;
    line-height: 51px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li .card:not(.nivel-1) {
    width: 90%;
    min-height: 72px;
    height: 100%;
    line-height: 51px;
  }
}
.organograma .tree li .card:not(.nivel-1) p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 17px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .organograma .tree li li li .card {
    width: 80% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .tree li li li .card {
    width: 80% !important;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .tree li li li .card {
    width: 80% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .tree li li li .card {
    width: 80% !important;
  }
}
.organograma {
  /*Time for some hover effects*/
  /*We will apply the hover effect the the lineage of the element also*/
  /*Connector styles on hover*/
  /*#endregion*/
}
.organograma .nivel-1 {
  background: #ededed;
  border: none;
  margin: auto;
  padding: 24px 16px 24px 16px;
  width: 284px;
}
@media (max-width: 767px) {
  .organograma .nivel-1 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .nivel-1 {
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .nivel-1 {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .nivel-1 {
    width: 100%;
  }
}
.organograma .nivel-1 .rounded-circle {
  margin: 10px auto;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.organograma .nivel-1 h5 {
  color: #000;
  font-size: 16.8px;
  margin-bottom: 15px;
  text-transform: none;
  text-align: center;
}
.organograma .nivel-1 button {
  background: #f8f8f8;
  border: 1px solid;
  border-radius: 20px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  width: 100%;
  padding: 2px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .organograma .nivel-1 .row {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 991px) and (max-width: 1023px) {
  .organograma .nivel-1 .row {
    width: 50%;
    margin: auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .organograma .nivel-1 .row {
    width: 50%;
    margin: auto;
  }
}

.menu-cards p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.menu-cards .menu-tab .nav-tabs {
  border-bottom: none;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .menu-cards .menu-tab .nav-tabs .slick-prev {
    left: 0;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .menu-cards .menu-tab .nav-tabs .slick-next {
    right: 0px;
  }
}
.menu-cards .menu-tab hr {
  border: 1px solid #ccc;
  margin: 24px 0 24px;
}
.menu-cards .menu-tab .tab-custom .nav-link {
  background: none;
  border: 0;
  border-bottom: 4px solid transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .menu-cards .menu-tab .tab-custom .nav-link {
    width: 80%;
    margin-left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-cards .menu-tab .tab-custom .nav-link {
    width: 80%;
    margin-left: 10%;
  }
}
.menu-cards .menu-tab .tab-custom .nav-link i {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .menu-cards .menu-tab .tab-custom .nav-link i {
    margin-right: 0px;
    font-size: x-large;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-cards .menu-tab .tab-custom .nav-link i {
    margin-right: 0px;
    font-size: x-large;
  }
}
.menu-cards .menu-tab .tab-custom .nav-link.active {
  border-color: #000 !important;
  color: #000;
}
.menu-cards .menu-tab .tab-custom .nav-link:hover {
  border-color: transparent;
}
@media (max-width: 767px) {
  .menu-cards .menu-tab .tab-custom .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-cards .menu-tab .tab-custom .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.menu-cards .tab-cards .card {
  height: 293px;
  border: none;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
  text-align: center;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .menu-cards .tab-cards .card {
    margin-top: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-cards .tab-cards .card {
    margin-top: 24px;
  }
}
.menu-cards .tab-cards .card .card-logo {
  height: 72px;
  padding: 12px 0;
}
.menu-cards .tab-cards .card .card-logo img {
  max-height: 45px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}
.menu-cards .tab-cards .card .card-logo i {
  font-size: 48px;
  color: #000;
}
.menu-cards .tab-cards .card h5 {
  font-weight: 600;
  font-size: 19.2px;
  text-transform: none;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0;
}
@media (max-width: 767px) {
  .menu-cards .tab-cards .card h5 {
    font-size: 20px;
  }
}
.menu-cards .tab-cards .card .title-large {
  -webkit-line-clamp: 2;
  margin: 20px 0 16px;
  min-height: 45px;
}
.menu-cards .tab-cards .card p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.menu-cards .tab-cards .card a {
  color: #FF161F;
  font-weight: 600;
  height: 40px;
  padding: 6px;
}
.menu-cards .tab-cards .card a:hover {
  background: #ededed;
}
.menu-cards .tab-cards .card a i {
  color: #000;
  font-size: 24px;
  float: right;
}
.menu-cards .tab-cards .card.card-icon .card-logo {
  height: 51px !important;
}
.menu-cards .tab-cards .card.card-icon .card-logo i {
  font-size: 26px;
}
.menu-cards .tab-cards .card.card-icon p {
  -webkit-line-clamp: 3;
}
.menu-cards .tab-cards .card.card-icon.no-button p {
  -webkit-line-clamp: 5 !important;
}
.menu-cards .tab-cards .card.no-button p {
  -webkit-line-clamp: 4;
}
.menu-cards .tab-cards .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.5s;
}
.menu-cards .tab-cards .card-dimension {
  height: 268px;
  padding-top: 21%;
}

.table-downloads th {
  font-weight: 600;
}
.table-downloads td,
.table-downloads th {
  vertical-align: middle !important;
}
.table-downloads .top-head td {
  font-size: 24px;
  font-weight: 600;
}
.table-downloads .top-head tr:hover td {
  background: none;
}
.table-downloads tbody tr {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-downloads a {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .table-downloads a {
    margin-bottom: 15px;
  }
}
.table-downloads a span {
  font-weight: 400;
  font-size: 14px;
}
.table-downloads .text-resume {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .table-downloads .coluna-oculta {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-downloads .coluna-oculta {
    display: none;
  }
}
.table-downloads .coluna-btn {
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 375px) {
  .table-downloads .coluna-btn {
    width: auto;
  }
}
@media (max-width: 767px) {
  .table-downloads .coluna-btn {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-downloads .coluna-btn {
    width: auto;
  }
}
.table-downloads .coluna-fixa {
  width: 140px !important;
}

.table-mobile th {
  font-weight: 600;
}
.table-mobile tbody tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  .table-mobile thead {
    display: none;
  }
  .table-mobile td {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
  .table-mobile td:last-child {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-mobile thead {
    display: none;
  }
  .table-mobile td {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
  .table-mobile td:last-child {
    padding-bottom: 12px;
  }
}