@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

body.homepage main {
  padding-top: 0px; }
body.homepage footer {
  display: none; }

#bolsaHome {
  min-width: 250px;
  text-align: center;
  position: absolute;
  padding: 5px 15px;
  top: 0px;
  right: 0px;
  color: #ffffff;
  background-color: rgba(38, 109, 138, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600; }
  #bolsaHome i {
    color: #69c3a3;
    margin-left: 10px; }

@media (min-width: 1200px) {
  #bolsaHome {
    /*top: 70px;*/ } }
/*.dropdown-menu {
    margin-top: 0;
}
.dropdown-menu .dropdown-toggle::after {
    vertical-align: middle;
    border-left: 4px solid;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
}
.dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
}*/
#menuTopo {
  width: 100%;
  padding: 0px;
  background-color: #ffffff; }
  #menuTopo .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px; }
    #menuTopo .navbar-brand img {
      width: 171px; }
  #menuTopo .navbar-nav {
    margin-bottom: 10px; }
  #menuTopo .container {
    padding-right: 15px;
    padding-left: 15px; }
  #menuTopo .navbar-toggler {
    border: 1px solid #69c3a3;
    padding: .5rem .75rem; }
  #menuTopo .dropdown-item,
  #menuTopo .nav-link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #231f20;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px; }
  #menuTopo .dropdown-item.active,
  #menuTopo .dropdown-item:hover,
  #menuTopo .nav-link.active,
  #menuTopo .nav-link:hover {
    background-color: transparent;
    color: #69c3a3; }
  #menuTopo .dropdown-item {
    padding-left: 15px; }
  #menuTopo .dropdown-menu {
    border: 0px; }
    #menuTopo .dropdown-menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
    #menuTopo .dropdown-menu .nome {
      display: none; }
  #menuTopo .dropdown-toggle::after {
    display: none; }
  #menuTopo .social {
    display: inline-block; }
    #menuTopo .social a {
      display: inline-block;
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #266d8a;
      color: #ffffff;
      text-align: center;
      line-height: 30px;
      border-radius: 100%; }
    #menuTopo .social a:hover {
      background-color: #ffffff;
      color: #266d8a; }
  #menuTopo .linguas {
    display: inline-block;
    margin-bottom: 15px; }
    #menuTopo .linguas a {
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #69c3a3;
      color: #ffffff;
      text-align: center;
      line-height: 30px;
      border-radius: 100%;
      margin-left: 0.5rem;
      text-decoration: none; }
    #menuTopo .linguas a.active,
    #menuTopo .linguas a:hover {
      background-color: #266d8a;
      color: #ffffff; }
  @media (min-width: 992px) {
    #menuTopo {
      /* makes the dropdown full width  */
      /* shows the dropdown menu on hover */ }
      #menuTopo .navbar-brand {
        padding-top: 0px;
        padding-bottom: 0px; }
      #menuTopo .navbar-nav {
        margin-bottom: 0px; }
      #menuTopo .social,
      #menuTopo .linguas {
        margin-bottom: 0px; }
      #menuTopo .dropdown-item {
        color: #ffffff; }
      #menuTopo .dropdown-item.active,
      #menuTopo .dropdown-item:hover {
        color: #69c3a3;
        background-color: transparent; }
      #menuTopo .nav-link {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-right: 0.75rem;
        padding-left: 0.75rem; }
      #menuTopo .dropdown {
        position: static; }
      #menuTopo .dropdown-menu {
        border-radius: 0px;
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        top: 100%;
        margin-top: -1px;
        min-height: 253px;
        display: block;
        visibility: hidden;
        opacity: 0;
        /*transition: visibility 0s, opacity 0.3s linear;*/
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: rgba(38, 109, 138, 0.85); }
        #menuTopo .dropdown-menu .nome {
          display: initial;
          font-weight: 700;
          color: #69c3a3;
          text-transform: uppercase; }
        #menuTopo .dropdown-menu ul {
          display: inline-block;
          vertical-align: top; }
      #menuTopo .dropdown:hover .dropdown-menu,
      #menuTopo .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        /*transition: visibility 0s, opacity 0.3s linear;*/ } }

#subMenuTopo {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  background-color: #266d8a; }
  #subMenuTopo ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    #subMenuTopo ul .nav-link {
      padding: 0px;
      color: #ffffff;
      font-size: 15px;
      font-size: 0.9375rem;
      padding-top: 3px;
      padding-bottom: 3px; }
    #subMenuTopo ul .nav-link.active,
    #subMenuTopo ul .nav-link:hover {
      color: #69c3a3; }
    #subMenuTopo ul ul {
      margin-left: 30px; }

footer {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem; }
  footer a {
    margin-left: 5px;
    margin-right: 5px;
    color: #000000; }
  footer a:hover {
    color: #808285; }
  footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
  footer .rodape {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #69c3a3; }
    footer .rodape ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      footer .rodape ul .nav-link {
        color: #ffffff;
        text-decoration: underline;
        padding-top: 0px;
        padding-bottom: 0px; }
      footer .rodape ul .nav-link.active,
      footer .rodape ul .nav-link:hover {
        color: #266d8a; }
  footer .sitemap {
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #ffffff;
    border-top: 1px solid #808285;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem; }
    footer .sitemap .nav-item {
      text-align: left; }
      footer .sitemap .nav-item .nav-link {
        padding-left: 0px;
        padding-right: 0px;
        text-transform: uppercase;
        color: #808285;
        font-weight: 300;
        margin-bottom: 3px;
        padding-top: 0px;
        padding-bottom: 0px;
        white-space: nowrap;
        padding-right: 10px; }
      footer .sitemap .nav-item .nav-link:hover,
      footer .sitemap .nav-item .nav-link.active {
        color: #69c3a3; }
    footer .sitemap ul.nav > .nav-item > .nav-link {
      font-weight: 600; }
    @media (max-width: 991px) {
      footer .sitemap ul.nav > .nav-item {
        margin-bottom: 15px; } }

main {
  padding: 0px;
  padding-bottom: 30px;
  /*padding-top: 55px;*/
  font-weight: 300; }
  main #conteudo h1:first-child {
    margin-top: 30px; }
  main #conteudo b, main #conteudo strong {
    font-weight: 700; }

#moveTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: rgba(38, 109, 138, 0.7);
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  display: none;
  cursor: pointer; }

#moveTop:hover {
  color: #69c3a3; }

#slide_galeria_1 {
  margin-bottom: 40px; }

.comunicadosRecentes.home {
  padding: 30px;
  margin-top: 30px; }

.linkMore {
  margin-top: 20px;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-align: center;
  line-height: 28px; }

.linkMore:hover {
  background-color: #266d8a;
  color: #ffffff;
  text-decoration: none; }

.divAzul {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  background-color: #266d8a;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
  margin-bottom: 30px; }
  .divAzul h1 {
    margin-top: 10px !important; }

.verde,
span.verde {
  color: #69c3a3; }

.vermelho,
span.vermelho {
  color: red; }

.embeddedContent {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embeddedContent iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embeddedContent::before {
  padding-top: 56.25%;
  display: block;
  content: ""; }

.grafico {
  position: relative;
  width: 100%;
  height: 400px; }
  .grafico iframe {
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.table-grafico {
  border: 0px;
  width: 100%;
  border-collapse: collapse; }
  .table-grafico td {
    padding: 4px;
    border-bottom: 1px solid #69c3a3; }

.table-analistas {
  border: 0px;
  width: 100%;
  border-spacing: 15px;
  border-collapse: separate; }
  .table-analistas th {
    border-bottom: 6px solid #e6e7e8;
    padding: 10px 5px;
    font-weight: 600; }
  .table-analistas td {
    padding: 10px 10px;
    border-bottom: 1px solid #69c3a3; }

.table th,
.table td {
  font-size: 14px;
  font-size: 0.875rem;
  border-top-color: #69c3a3; }
.table th {
  color: #007A3D;
  font-weight: 600; }
.table strong {
  font-weight: 600; }

.table-certificacao {
  border: 0px;
  width: 100%;
  border-collapse: collapse;
  max-width: 935px;
  margin: auto;
  margin-bottom: 30px; }
  .table-certificacao td {
    padding: 5px 10px;
    font-weight: 600;
    border-bottom: 1px solid #69c3a3; }
    .table-certificacao td span {
      margin-top: 6px;
      line-height: 0px;
      display: inline-block;
      width: 8px;
      height: 8px;
      background-color: #007A3D;
      border-radius: 100%;
      text-indent: -99999px; }
  .table-certificacao th {
    background-color: #e6e7e8;
    color: #231f20;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    padding: 3px 10px;
    font-weight: 600; }
  .table-certificacao tr:nth-child(2) td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 3px 10px; }
  .table-certificacao tr td:first-child {
    white-space: nowrap; }

.table-certificacao-legenda {
  border: 0px;
  width: 100%;
  border-collapse: collapse;
  max-width: 935px;
  margin: auto; }
  .table-certificacao-legenda td {
    border: 0px;
    padding: 0px 5px;
    font-weight: 300;
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle; }
  .table-certificacao-legenda tr td:first-child {
    width: 50px; }

.carousel-fullscreen .carousel-item {
  height: 100vh;
  height: calc(100vh - 72px);
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-control-prev {
  background-image: url("../img/seta_esq.svg"); }

.carousel-control-next {
  background-image: url("../img/seta_dir.svg"); }

.carousel-control-next,
.carousel-control-prev {
  width: 23px;
  background-repeat: no-repeat;
  background-position: center center; }

.carousel-indicators li {
  width: 9px;
  height: 9px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin-right: 8px;
  background-color: transparent;
  opacity: 1; }

.carousel-indicators li.active {
  background-color: #ffffff; }

.reunioes {
  margin-top: 50px;
  padding-top: 40px;
  background-color: #266d8a;
  color: #ffffff; }
  .reunioes table th {
    color: #69c3a3;
    padding-left: 10px;
    padding-right: 10px; }
  .reunioes table td {
    padding: 3px 15px; }
    .reunioes table td p {
      margin: 0px; }
  .reunioes table td:not(:first-child) {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff; }

.imgTopo {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

#conteudo ul {
  list-style: none; }
  #conteudo ul li {
    position: relative; }
  #conteudo ul li::before {
    position: absolute;
    left: -8px;
    top: 10px;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000000;
    border-radius: 100%; }

#conteudo #subMenuTopo ul li::before {
  display: none; }

a {
  color: #69c3a3;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }

a:hover {
  color: #000000;
  text-decoration: none; }

a.linkXLS,
a.linkPDF {
  color: #000000;
  display: inline-block;
  position: relative; }

a.linkXLS:hover,
a.linkPDF:hover {
  color: #69c3a3; }

a.linkXLS:before,
a.linkPDF:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 24px;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
  color: #808285; }

a.linkPDF:before {
  content: "\f1c1"; }

a.linkXLS:before {
  content: "\f1c3"; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  color: #69c3a3;
  font-weight: 400; }

h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #69c3a3;
  font-weight: 600; }

h2.azul {
  color: #266d8a; }

h3.linha,
h3 {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  color: #69c3a3;
  font-weight: 600;
  padding: 10px 0px; }
  h3.linha strong,
  h3 strong {
    position: relative;
    padding: 10px 15px;
    margin-top: -10px;
    margin-bottom: -10px;
    background-color: #69c3a3;
    color: #ffffff;
    display: inline-block; }
  h3.linha small,
  h3 small {
    position: relative;
    padding: 10px 15px;
    margin-bottom: -10px;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block; }

h3.linha {
  margin-bottom: 20px; }

h3.linha:has(strong)::after {
  bottom: -10px; }

h3.linha::after {
  position: absolute;
  bottom: 0px;
  z-index: -1;
  left: 0px;
  display: block;
  content: '';
  width: 100%;
  border-bottom: 6px solid #e6e7e8; }

.modal h3.linha::after {
  z-index: 0; }

.btn {
  border-radius: 0px; }

.btn-primary {
  background-color: #266d8a;
  border-color: #266d8a;
  color: #ffffff; }

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #266d8a;
  color: #266d8a; }

.btn-secondary {
  background-color: #69c3a3;
  border-color: #ffffff;
  color: #ffffff; }

.btn-secondary:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #69c3a3; }

.form-control {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #808285;
  border-radius: 0px; }

.custom-select {
  border: 0px;
  border-bottom: 6px solid #e6e7e8;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  height: calc(1.5em + .75rem + 6px); }

.modal .modal-content {
  border: 0px;
  border-radius: 0px; }
.modal .modal-header {
  border-bottom: 1px solid #266d8a; }
.modal .modal-footer {
  border-top: 1px solid #266d8a; }

.custom-control-label {
  padding-right: 30px; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.custom-select.active.focus,
.custom-select.active:focus,
.custom-select.focus,
.custom-select:active.focus,
.custom-select:active:focus,
.custom-select:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }

.destaquesHome {
  margin-top: 50px; }
  .destaquesHome .container-fluid {
    padding: 0px; }
    .destaquesHome .container-fluid .row {
      margin: 0px; }
      .destaquesHome .container-fluid .row > div {
        padding-left: 5px;
        padding-right: 5px; }
      .destaquesHome .container-fluid .row > div:first-child {
        padding-left: 0px; }
      .destaquesHome .container-fluid .row > div:last-child {
        padding-right: 0px; }
  .destaquesHome .meio {
    min-width: 350px; }
  .destaquesHome .item {
    position: relative;
    text-align: center;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px; }
    .destaquesHome .item > div {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      position: relative;
      top: 0px; }
    .destaquesHome .item a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .destaquesHome .item:hover > div {
    top: -15px;
    color: #69c3a3; }

#cookieAlert {
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background-color: #69c3a3;
  color: #ffffff;
  font-size: 12px;
  padding: 20px 5px;
  z-index: 1030;
  text-align: left; }
  #cookieAlert a:not(.btn) {
    text-decoration: underline;
    color: #ffffff;
    cursor: pointer; }
  #cookieAlert a:hover {
    text-decoration: none; }

.historiaTimeline {
  position: relative;
  background-color: #e6e7e8;
  margin-bottom: -1px;
  margin-top: 20px; }
  .historiaTimeline .row .texto {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: 140px; }
  .historiaTimeline .row .ano > div {
    position: relative;
    color: #266d8a;
    font-weight: 600;
    height: 100%;
    background-color: #ffffff;
    text-align: center;
    padding-top: 10px;
    min-width: 90px; }
  .historiaTimeline .row .ano .fundo {
    position: absolute;
    top: 40px;
    bottom: 30px;
    left: 50%;
    margin-left: -12px;
    border-radius: 12px;
    width: 24px;
    background-color: #e6e7e8; }
  .historiaTimeline .row .ano .fundo::after {
    content: ' ';
    position: absolute;
    top: 15.5px;
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #266d8a;
    border-radius: 100%; }
  .historiaTimeline .row .ano .fundo::before {
    content: ' ';
    position: absolute;
    top: 0px;
    left: -10px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #69c3a3;
    border-radius: 100%; }

.concelhoAdministracao {
  color: #ffffff; }
  .concelhoAdministracao .item {
    margin-bottom: 50px; }
    .concelhoAdministracao .item .nome {
      margin-bottom: 20px;
      font-size: 27px;
      font-size: 1.6875rem;
      font-weight: 400; }
    .concelhoAdministracao .item .img {
      padding-bottom: 20px;
      text-align: center; }
      .concelhoAdministracao .item .img img {
        margin-left: auto;
        margin-right: auto; }
      .concelhoAdministracao .item .img .cargo {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 400;
        width: 250px;
        height: 140px;
        margin: auto;
        position: relative;
        margin-top: -50px;
        background-image: url("../img/fundo_concelho.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
      @media (min-width: 992px) {
        .concelhoAdministracao .item .img {
          padding-bottom: 100px; }
          .concelhoAdministracao .item .img .cargo {
            font-size: 22px;
            font-size: 1.375rem;
            position: absolute;
            bottom: 30px;
            right: -100px; } }
  .concelhoAdministracao .top {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #266d8a; }
    .concelhoAdministracao .top h1 {
      margin-top: 0px !important;
      margin-bottom: 60px; }
  .concelhoAdministracao .bottom {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: #69c3a3; }
    .concelhoAdministracao .bottom .item .nome {
      color: #266d8a; }
    .concelhoAdministracao .bottom .item .img {
      padding-bottom: 20px; }

.listaAssembleia {
  margin-top: 15px; }
  .listaAssembleia h3 {
    color: #266d8a; }
  .listaAssembleia table {
    border: 0px;
    width: 100% !important;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 20px; }
    .listaAssembleia table td {
      font-size: 16px;
      font-size: 1rem;
      border: 0px;
      padding: 5px 15px;
      border-bottom: 6px solid #e6e7e8; }
      .listaAssembleia table td p {
        margin: 0px; }
    .listaAssembleia table tr td:first-child {
      font-weight: 600;
      border-bottom-color: #69c3a3;
      padding: 0px;
      vertical-align: bottom; }
      .listaAssembleia table tr td:first-child p,
      .listaAssembleia table tr td:first-child strong {
        display: block;
        background-color: #69c3a3;
        color: #ffffff;
        padding: 5px;
        padding-bottom: 0px;
        text-align: center;
        min-width: 240px; }
  .listaAssembleia .filtro {
    margin-bottom: 15px;
    display: block; }
    .listaAssembleia .filtro a {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      color: #000000;
      border-top: 1px solid #69c3a3;
      border-bottom: 1px solid #69c3a3;
      padding: 5px;
      margin-right: 15px;
      margin-bottom: 15px;
      display: inline-block; }
    .listaAssembleia .filtro a.active,
    .listaAssembleia .filtro a:hover {
      text-decoration: none;
      color: #69c3a3; }
  @media (max-width: 767px) {
    .listaAssembleia .filtro {
      text-align: center; }
      .listaAssembleia .filtro a {
        font-size: 16px;
        padding: 2px 5px;
        margin-right: 7px;
        margin-bottom: 7px; } }
  .listaAssembleia .listaItems {
    margin-top: 30px; }
    .listaAssembleia .listaItems .itemF {
      font-size: 14px;
      margin-bottom: 30px;
      border-bottom: 1px solid #69c3a3;
      padding-bottom: 5px; }
      .listaAssembleia .listaItems .itemF .titulo {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10px;
        color: #266d8a;
        font-weight: 600; }
      .listaAssembleia .listaItems .itemF .file {
        margin-bottom: 10px; }
      .listaAssembleia .listaItems .itemF .link a {
        display: inline-block;
        background-color: #69c3a3;
        color: #ffffff;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 5px 15px; }
        .listaAssembleia .listaItems .itemF .link a i {
          color: #266d8a;
          margin-left: 10px; }
      .listaAssembleia .listaItems .itemF .link a:hover {
        text-decoration: none;
        color: #266d8a; }

.visaoLista .top {
  padding-top: 30px;
  padding-bottom: 140px;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  background-color: #266d8a; }
  @media (max-width: 991px) {
    .visaoLista .top {
      padding-bottom: 90px; } }
  .visaoLista .top h1 {
    margin-top: 50px;
    margin-bottom: 30px; }
    .visaoLista .top h1 a {
      color: rgba(105, 195, 163, 0.4);
      margin-right: 20px;
      text-transform: uppercase; }
    .visaoLista .top h1 a.active,
    .visaoLista .top h1 a:hover {
      text-decoration: none;
      color: #69c3a3; }
  .visaoLista .top h1::first-child {
    margin-top: 0px !important;
    margin-bottom: 30px; }
.visaoLista .bottom {
  margin-top: -120px;
  padding-top: 0px;
  padding-bottom: 40px; }
  @media (max-width: 991px) {
    .visaoLista .bottom {
      margin-top: -50px; } }
  .visaoLista .bottom .nav {
    margin-bottom: 50px; }
    .visaoLista .bottom .nav a {
      height: 200px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center !important;
      align-items: center !important;
      padding-left: 30px;
      padding-right: 30px;
      color: #ffffff;
      font-weight: 400;
      min-width: 240px;
      margin-right: -50px;
      -ms-flex-pack: center !important;
      justify-content: center !important;
      background-image: url("../img/missao_1.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      font-size: 27px;
      font-size: 1.6875rem; }
    @media (max-width: 991px) {
      .visaoLista .bottom .nav a {
        height: 100px;
        min-width: 120px;
        font-size: 12px;
        font-size: 0.75rem;
        margin-right: -25px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: -25px; } }
    .visaoLista .bottom .nav a:nth-child(even) {
      z-index: 1;
      background-image: url("../img/missao_2.svg"); }
    .visaoLista .bottom .nav a:nth-child(odd) {
      z-index: 2;
      background-image: url("../img/missao_3.svg"); }
    .visaoLista .bottom .nav a:last-child {
      background-image: url("../img/missao_4.svg");
      margin-right: 0px; }
    .visaoLista .bottom .nav a:hover {
      text-decoration: none;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.orgaosSociaisLista {
  margin-top: 40px; }
  .orgaosSociaisLista .row > div {
    margin-bottom: 60px; }
  .orgaosSociaisLista .item {
    text-align: center;
    height: 100%;
    background-color: #e6e7e8; }
    .orgaosSociaisLista .item .nome {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      color: #266d8a;
      padding-bottom: 5px;
      background-color: #ffffff; }
      @media (min-width: 768px) {
        .orgaosSociaisLista .item .nome {
          min-height: 80px; } }
    .orgaosSociaisLista .item .linkPdf {
      position: absolute;
      bottom: -28px;
      left: 0px;
      width: 100%;
      text-align: center; }
      .orgaosSociaisLista .item .linkPdf a {
        display: inline-block;
        background-color: #69c3a3;
        color: #ffffff;
        font-size: 12px;
        font-size: 0.75rem;
        padding: 5px 15px; }
        .orgaosSociaisLista .item .linkPdf a i {
          color: #266d8a;
          margin-left: 10px; }
      .orgaosSociaisLista .item .linkPdf a:hover {
        text-decoration: none;
        color: #266d8a; }
    .orgaosSociaisLista .item .texto {
      padding: 10px; }

.relatorioContasCat {
  padding-top: 20px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  background-color: #266d8a; }
  .relatorioContasCat h1 {
    margin-bottom: 60px;
    text-transform: uppercase; }
    .relatorioContasCat h1 a {
      margin-bottom: 10px;
      opacity: 0.4;
      margin-right: 50px; }
    .relatorioContasCat h1 a:hover,
    .relatorioContasCat h1 a.active {
      opacity: 1; }
  .relatorioContasCat .menu {
    text-align: center; }
    .relatorioContasCat .menu a {
      display: inline-block;
      height: 200px;
      padding-left: 30px;
      padding-right: 30px;
      color: #ffffff;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      min-width: 220px;
      margin-right: 40px;
      background-image: url("../img/missao_1.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%; }
    @media (max-width: 991px) {
      .relatorioContasCat .menu a {
        height: 80px;
        min-width: 100px;
        margin-right: 20px;
        font-size: 12px;
        font-size: 0.75rem;
        padding-left: 15px;
        padding-right: 15px; } }
    .relatorioContasCat .menu a:nth-child(even) {
      z-index: 1;
      background-image: url("../img/missao_2.svg"); }
    .relatorioContasCat .menu a:nth-child(odd) {
      z-index: 2;
      background-image: url("../img/missao_3.svg"); }
    .relatorioContasCat .menu a:last-child {
      margin-right: 0px; }
    .relatorioContasCat .menu .menu.semSel a:first-child,
    .relatorioContasCat .menu a.active,
    .relatorioContasCat .menu a:hover {
      text-decoration: none;
      font-weight: 700; }

.relatorioContas {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  .relatorioContas h1 {
    margin-bottom: 60px; }
  .relatorioContas .fundo {
    height: 100%;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 24px;
    min-height: 80px;
    background-color: #e6e7e8; }
  .relatorioContas .nome {
    font-size: 18px;
    font-size: 1.125rem;
    color: #266d8a;
    font-weight: 600;
    margin-bottom: 10px; }
  .relatorioContas .link {
    margin-bottom: 30px; }
  .relatorioContas a {
    display: inline-block;
    background-color: #69c3a3;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 15px; }
    .relatorioContas a i {
      color: #266d8a;
      margin-left: 10px; }
  .relatorioContas a:hover {
    text-decoration: none;
    color: #266d8a; }
  .relatorioContas .fundo::after {
    content: ' ';
    position: absolute;
    top: 11px;
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #69c3a3;
    border-radius: 100%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .relatorioContas .fundo::before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: -10px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #266d8a;
    border-radius: 100%; }
  .relatorioContas .row:hover .fundo::after {
    width: 35px;
    height: 35px;
    top: 0px;
    left: -5px; }
  .relatorioContas .container > div:last-child .fundo {
    background-color: transparent; }
  @media (min-width: 768px) {
    .relatorioContas .container > div:nth-of-type(odd) .nome {
      text-align: left; }
    .relatorioContas .container > div:nth-of-type(odd) .link {
      text-align: right; }
    .relatorioContas .container > div:nth-of-type(even) .nome {
      text-align: right; }
    .relatorioContas .container > div:nth-of-type(even) .link {
      text-align: left; } }

.relatorioGovernoSociedade {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px; }
  .relatorioGovernoSociedade h1 {
    margin-bottom: 60px; }
  .relatorioGovernoSociedade .fundo {
    height: 100%;
    margin: auto;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    width: 24px;
    min-height: 80px;
    background-color: #e6e7e8; }
  .relatorioGovernoSociedade .nome {
    font-size: 18px;
    font-size: 1.125rem;
    color: #266d8a;
    font-weight: 600;
    margin-bottom: 10px; }
  .relatorioGovernoSociedade .link {
    margin-bottom: 30px; }
  .relatorioGovernoSociedade a {
    display: inline-block;
    background-color: #69c3a3;
    color: #ffffff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 15px; }
    .relatorioGovernoSociedade a i {
      color: #266d8a;
      margin-left: 10px; }
  .relatorioGovernoSociedade a:hover {
    text-decoration: none;
    color: #266d8a; }
  .relatorioGovernoSociedade .fundo::after {
    content: ' ';
    position: absolute;
    top: 11px;
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #69c3a3;
    border-radius: 100%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .relatorioGovernoSociedade .fundo::before {
    content: ' ';
    position: absolute;
    top: -5px;
    left: -10px;
    display: block;
    width: 45px;
    height: 45px;
    background-color: #266d8a;
    border-radius: 100%; }
  .relatorioGovernoSociedade .row:hover .fundo::after {
    width: 35px;
    height: 35px;
    top: 0px;
    left: -5px; }
  .relatorioGovernoSociedade .container > div:last-child .fundo {
    background-color: transparent; }
  @media (min-width: 768px) {
    .relatorioGovernoSociedade .container > div:nth-of-type(odd) .nome {
      text-align: left; }
    .relatorioGovernoSociedade .container > div:nth-of-type(odd) .link {
      text-align: right; }
    .relatorioGovernoSociedade .container > div:nth-of-type(even) .nome {
      text-align: right; }
    .relatorioGovernoSociedade .container > div:nth-of-type(even) .link {
      text-align: left; } }

.apresentacoesInstitucionais .titulo {
  margin-bottom: 60px;
  text-align: center; }
  .apresentacoesInstitucionais .titulo > div {
    display: inline-block;
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    width: 240px;
    background-image: url("../img/missao_1.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%; }
  .apresentacoesInstitucionais .titulo > div._1 {
    z-index: 1;
    padding-right: 45px;
    background-image: url("../img/missao_3.svg"); }
.apresentacoesInstitucionais .lista .item {
  text-align: left;
  border-bottom: 6px solid #e6e7e8;
  margin-bottom: 30px; }
  .apresentacoesInstitucionais .lista .item .data {
    position: relative;
    width: 180px;
    background-color: #69c3a3;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    margin-bottom: -6px; }
  .apresentacoesInstitucionais .lista .item .nome {
    padding-top: 10px;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .apresentacoesInstitucionais .lista .item .nome {
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center; } }
  .apresentacoesInstitucionais .lista .item .link {
    text-align: right; }
    .apresentacoesInstitucionais .lista .item .link a {
      padding-right: 5px;
      font-size: 26px;
      font-size: 1.625rem;
      color: #808285; }
    .apresentacoesInstitucionais .lista .item .link a:hover {
      color: #69c3a3; }

.comunicadosRecentes {
  background-color: #69c3a3;
  padding-top: 30px;
  padding-bottom: 30px; }
  .comunicadosRecentes h1 {
    color: #266d8a;
    margin-bottom: 50px; }
    .comunicadosRecentes h1 small {
      padding-top: 15px;
      font-size: 18px;
      font-size: 1.125rem; }
  .comunicadosRecentes .item {
    padding-bottom: 20px;
    height: 100%;
    border-bottom: 1px solid #ffffff; }
    .comunicadosRecentes .item .data {
      color: #266d8a;
      font-weight: 600;
      padding-top: 15px; }
    .comunicadosRecentes .item .cat {
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 10px; }
    .comunicadosRecentes .item .nome {
      color: #ffffff;
      margin-bottom: 10px; }
    .comunicadosRecentes .item .link {
      text-align: right; }
      .comunicadosRecentes .item .link a {
        color: #ffffff; }
        .comunicadosRecentes .item .link a i {
          color: #266d8a; }
      .comunicadosRecentes .item .link a:hover {
        color: #266d8a;
        text-decoration: none; }
  .comunicadosRecentes .row > div:last-child .item {
    border-bottom: 0px; }
  @media (min-width: 768px) {
    .comunicadosRecentes .item .data {
      padding-top: 0px; }
    .comunicadosRecentes .row > div:nth-child(odd) {
      border-right: 1px solid #ffffff; }
    .comunicadosRecentes .row > div:nth-last-child(2) .item,
    .comunicadosRecentes .row > div:last-child .item {
      border-bottom: 0px; }
      .comunicadosRecentes .row > div:nth-last-child(2) .item .data,
      .comunicadosRecentes .row > div:last-child .item .data {
        margin-top: 15px; } }

.comunicadosFiltro {
  padding-top: 50px;
  margin-bottom: 25px; }

.comunicadosFiltro.priveligiada {
  padding-top: 0px;
  margin-bottom: 25px; }

.comunicadosLista {
  position: relative;
  margin-bottom: 50px; }
  .comunicadosLista .item {
    margin-bottom: 20px; }
  .comunicadosLista .area {
    min-height: 100%;
    border-bottom: 10px solid #e6e7e8; }
  .comunicadosLista .data {
    color: #266d8a;
    font-weight: 600; }
  .comunicadosLista .cat {
    color: #69c3a3;
    font-weight: 700;
    margin-bottom: 10px; }
  .comunicadosLista .nome {
    font-weight: 400;
    margin-bottom: 20px; }
  .comunicadosLista .link {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .comunicadosLista .link {
        text-align: center;
        padding: 0px;
        padding-top: 15px;
        padding-bottom: 15px; } }
    .comunicadosLista .link a {
      display: inline-block;
      background-color: #69c3a3;
      color: #ffffff;
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 15px; }
      .comunicadosLista .link a i {
        color: #266d8a;
        margin-left: 10px; }
    .comunicadosLista .link a:hover {
      text-decoration: none;
      color: #266d8a; }

.listaOportunidades {
  margin-top: 60px; }
  .listaOportunidades .panel {
    border-bottom: 0px;
    border-radius: 0px;
    box-shadow: none; }
  .listaOportunidades .panel:last-child {
    border-bottom: 0px; }
  .listaOportunidades .panel-heading {
    text-align: left;
    border-bottom: 6px solid #e6e7e8;
    margin-bottom: 30px; }
    .listaOportunidades .panel-heading a {
      position: relative;
      display: block;
      text-decoration: none; }
      .listaOportunidades .panel-heading a .segmento {
        position: relative;
        width: 180px;
        background-color: #69c3a3;
        color: #ffffff;
        padding: 10px;
        text-align: center;
        margin-bottom: -6px; }
      .listaOportunidades .panel-heading a .nome {
        padding-top: 10px;
        color: #000000;
        font-weight: 600; }
        @media (max-width: 1199px) {
          .listaOportunidades .panel-heading a .nome {
            margin-top: 5px;
            margin-bottom: 5px;
            text-align: center; } }
      .listaOportunidades .panel-heading a .regiao {
        padding-top: 10px;
        text-align: right;
        color: #000000; }
    .listaOportunidades .panel-heading a:hover {
      color: #266d8a; }
      .listaOportunidades .panel-heading a:hover .segmento {
        background-color: #266d8a; }
    .listaOportunidades .panel-heading a.collapsed .regiao:after {
      content: "\f107"; }
    .listaOportunidades .panel-heading a .regiao:after {
      display: inline-block;
      margin-left: 5px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f106"; }
  .listaOportunidades .texto {
    font-size: 14px;
    padding-bottom: 20px; }
    .listaOportunidades .texto strong {
      color: #266d8a; }
  .listaOportunidades .link {
    text-align: center;
    margin-bottom: 30px; }

.listaEventos {
  margin-bottom: 60px;
  text-align: center; }
  .listaEventos h2 {
    display: inline-block;
    background-color: #266d8a;
    color: #ffffff;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 30px; }
  .listaEventos .itemEvento {
    text-align: left;
    border-bottom: 6px solid #e6e7e8;
    margin-bottom: 30px; }
    .listaEventos .itemEvento .data {
      position: relative;
      width: 180px;
      background-color: #69c3a3;
      color: #ffffff;
      padding: 10px;
      text-align: center;
      margin-bottom: -6px; }
    .listaEventos .itemEvento .nome {
      padding-top: 10px;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .listaEventos .itemEvento .nome {
          margin-top: 5px;
          margin-bottom: 5px;
          text-align: center; } }
    .listaEventos .itemEvento .add-to-calendar {
      text-align: right; }
      .listaEventos .itemEvento .add-to-calendar > a {
        cursor: pointer;
        height: 39px;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        vertical-align: middle;
        padding-top: 5px; }
        .listaEventos .itemEvento .add-to-calendar > a i {
          vertical-align: sub;
          font-size: 24px;
          color: #266d8a;
          margin-right: 4px; }
      .listaEventos .itemEvento .add-to-calendar > a:hover {
        color: #266d8a; }
      .listaEventos .itemEvento .add-to-calendar .dropdown-menu {
        left: auto;
        right: 0px;
        font-size: 14px;
        font-size: 0.875rem; }
        .listaEventos .itemEvento .add-to-calendar .dropdown-menu li {
          padding: 5px; }
          .listaEventos .itemEvento .add-to-calendar .dropdown-menu li a {
            font-weight: 600;
            color: #266d8a; }
          .listaEventos .itemEvento .add-to-calendar .dropdown-menu li a:hover {
            color: #69c3a3; }

.comunicadosRecentes {
  background-color: #69c3a3;
  padding-top: 30px;
  padding-bottom: 30px; }
  .comunicadosRecentes h1 {
    color: #266d8a;
    margin-bottom: 50px; }
    .comunicadosRecentes h1 small {
      padding-top: 15px;
      font-size: 18px;
      font-size: 1.125rem; }
  .comunicadosRecentes .item {
    padding-bottom: 20px;
    height: 100%;
    border-bottom: 1px solid #ffffff; }
    .comunicadosRecentes .item .data {
      color: #266d8a;
      font-weight: 600;
      margin-bottom: 5px;
      padding-top: 15px; }
    .comunicadosRecentes .item .nome {
      color: #ffffff;
      margin-bottom: 10px; }
    .comunicadosRecentes .item .link {
      text-align: right; }
      .comunicadosRecentes .item .link a {
        color: #ffffff; }
        .comunicadosRecentes .item .link a i {
          color: #266d8a; }
      .comunicadosRecentes .item .link a:hover {
        color: #266d8a;
        text-decoration: none; }
  .comunicadosRecentes .row > div:last-child .item {
    border-bottom: 0px; }
  @media (min-width: 768px) {
    .comunicadosRecentes .item .data {
      padding-top: 0px; }
    .comunicadosRecentes .row > div:nth-child(odd) {
      border-right: 1px solid #ffffff; }
    .comunicadosRecentes .row > div:nth-last-child(2) .item,
    .comunicadosRecentes .row > div:last-child .item {
      border-bottom: 0px; }
      .comunicadosRecentes .row > div:nth-last-child(2) .item .data,
      .comunicadosRecentes .row > div:last-child .item .data {
        margin-top: 15px; } }

.notasImprensaFiltro {
  margin-bottom: 50px;
  background-color: #266d8a;
  padding-top: 30px;
  padding-bottom: 30px; }
  .notasImprensaFiltro .custom-select {
    background-color: #266d8a;
    color: #ffffff; }
  .notasImprensaFiltro h1 {
    color: #69c3a3;
    margin-top: 0px !important;
    margin-bottom: 40px; }

.notasImprensaLista {
  position: relative;
  margin-bottom: 50px; }
  .notasImprensaLista .item {
    margin-bottom: 20px; }
  .notasImprensaLista .area {
    min-height: 100%;
    border-bottom: 10px solid #e6e7e8; }
  .notasImprensaLista .data {
    color: #266d8a;
    font-weight: 600; }
  .notasImprensaLista .cat {
    color: #69c3a3;
    font-weight: 700;
    margin-bottom: 10px; }
  .notasImprensaLista .nome {
    font-weight: 400;
    margin-bottom: 20px; }
  .notasImprensaLista .texto {
    margin-bottom: 20px; }
    .notasImprensaLista .texto img {
      max-width: 100%;
      height: auto !important; }
  .notasImprensaLista .link {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .notasImprensaLista .link {
        text-align: center;
        padding: 0px;
        padding-top: 15px;
        padding-bottom: 15px; } }
    .notasImprensaLista .link a {
      display: inline-block;
      background-color: #69c3a3;
      color: #ffffff;
      font-size: 12px;
      font-size: 0.75rem;
      padding: 5px 15px; }
      .notasImprensaLista .link a i {
        color: #266d8a;
        margin-left: 10px; }
    .notasImprensaLista .link a:hover {
      text-decoration: none;
      color: #266d8a; }

/*# sourceMappingURL=layout.css.map */
