@import url("grid.css");
@import url("../../../contraste.css");
@import url("fontawesome.css");
@import url("brands.css");
@import url("solid.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/********** Basic styles **********/
body {
  background: #ffffff;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
a:link,
a:visited,
#content a:link,
#content a:visited {
  color: #10233b;
}
.state-published {
  color: #10233b !important;
}
a:hover {
  color: #1a3a64;
}
#content {
    font-size: 90%;
    font-family: "Lora", serif;
}
#content p {
    line-height: 1.5em;
    font-family: "Lora", serif;
}
#content a:hover,
dl.portlet a:hover {
  color: #1a3a64 !important;
  /* Unfortunatelly is necessary with sunburst */
}
#main-content p a {
  text-decoration: underline;
}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
}
#main {
  margin: 0 auto;
  max-width: 1000px;
}
/********** Header **********/
header {
  background-color: #122130;
  background-size: cover;
  background-position-x: center;
  color: #ffffff;
}
header a:link,
header a:visited {
  color: #fff;
}
header a:hover {
  color: #fff;
}
header #topo-secundario {
    background: #00000033;
    outline: 1px solid #ffffff33;
    min-height: 2em;
    display: flex;
    justify-content: end;
}
header #topo-principal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffffff33;
  width: 996px;
  margin: 0 auto;
  max-width: 100%;
}
/* Logo */
#portal-logo {
  display: block;
  float: left;
  margin: 1em 0;
}
#portal-logo img {
    max-width: 250px;
    height: auto;
}
#siteTitle {
    font-size:120%;
}

#portal-personaltools {
  background: #25528c;
}

#portal-personaltools a {
  color: #ffffff;
}

#portal-personaltools dd a:hover {
  background: #1a3a64;
}

#portal-siteactions {
  text-align: right;
  margin-right: 1em;
  font-size: 80%;
  padding-top: 0.6em;
  font-weight: 200;
}
#portal-siteactions li {
    margin-right: 1.5em;
}
#portal-siteactions a:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  margin-right: 0.3em;
  color: #ffffff99;
}
#siteaction-contact a:before {
  content: "\f0e0";
}
#siteaction-sitemap a:before {
  content: "\f0e8";
}
#siteaction-accessibility a:before {
  content: "\f118";
}
#siteaction-search a:before {
  content: "\f002";
}
#siteaction-login a:before {
  content: "\f090";
}
#siteaction-contraste a:before {
  content: "\f042";
}
#siteaction-vlibras a:before {
  content: "\f087";
}
#portal-siteactions li#siteaction-accessibility {
  width: 17px;
}
#portal-siteactions li a:hover {
  color: #e6e6e6;
}

/* redimensionar texto */
#fonte {
    font-size: 80%;
    padding: 10px;
    color: #ffffff;
}
#fonte li a,
#fonte li a:link{
    background: #ffffff99;
    cursor: pointer;
    color: #001524;
    border-radius: 9px;
    padding: 2px;
    font-weight: 700;
}
#fonte li a:hover {
  color: #00000099;
  background: #ffffff;
}



/* BUSCA */

.searchButton {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: none;
  padding: 0.4em 0.7em;
  background-color: #122130;
  color: #ffffff;
  cursor: pointer;
  outline: 2px solid #fff;
}
.searchButton:hover {
    background-color: #ffd900 !important;
}

#portal-searchbox .LSBox {
    outline: 2px solid #fff;
    border-radius: 15px;
    background: #fff;
}

#portal-searchbox {
  margin: 4em 1.5em 1.5em 1.5em;
  position: relative;
}

#portal-searchbox input {
  border-radius: 0;
}

#portal-searchbox input.searchField {
  min-width: 20em;
  width: 100%;
  height: 30px;
  text-indent: 1em;
  line-height: 30px;
  padding-right: 40px;
  box-sizing: border-box;
  border: none;
  background: transparent;
}

#portal-searchbox .searchButton {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  right: 0;
  border-radius: 15px;
  color: #ffffff;
  height: 30px;
  width: 30px;
}

/* NAVEGACAO */
#portal-globalnav {
  margin: 0;
  clear: both;
  background: transparent;
  color: #000;
  display: flex;
  justify-content: center;
}
#portal-globalnav ul {
  padding: 0.3em 0;
  text-align: right;
}
#portal-globalnav li,
#portal-globalnav li.selected {
  display: inline-block;
  line-height: 3em;
}

#portal-globalnav li:last-child::after {
  display: none;
}

#portal-globalnav li a:link {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 0 1em;
  min-width: auto;
  background: transparent;
  border: none;
}
#portal-globalnav li.selected>a:link {
  background: transparent;
}
#portal-globalnav li a:hover,
#portal-globalnav li.selected a:hover{
    color: #ffd900 !important;
}
#portal-globalnav li a:link,
#portal-globalnav li a:visited {
  color: #ffffff;
}

#portal-globalnav .submenu {
    background: #ffd900;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#portal-globalnav ul.submenu li a,
#portal-globalnav li.selected ul.submenu li a{
    background: #ffd900;
    text-transform: none;
}
#portal-globalnav ul.submenu li a:hover,
#portal-globalnav li.selected ul.submenu li a:hover{
    background: #122130;
    color: #000;
}
#portal-globalnav ul.submenu li {
    line-height: 1.6em;
}

#icone-navegacao {
    display: none;
}
#icone-navegacao i {
    font-style: normal;
}
#icone-navegacao i:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  color: #ffffff;
  content: "\f0c9";
}


/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 0 auto 1.2em auto;
  font-size: 80%;
  clear: both;
  padding-top: 1em;
  width: 970px;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* TEXTO */
p {
  line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}
h1 {
  color: #1a3a64;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}
h2 {
  color: #1a3a64;
}
h3 {
    font-size: 1.5em;
}
#content {
  margin: 0;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}

/** Tamanho da imagem de noticias ***/
#content div.newsImageContainer {
    margin: 0 0 1em 0;
    width: 100%;
}

#content div.newsImageContainer img {
    width: 100% !important;
    height: auto;
}


/********** Colecao ***********/
.template-summary_view #content-core {
    display: flex;
    flex-wrap: wrap;
}
.template-summary_view #content-core .tileItem {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 2%;
}

.template-summary_view #content-core img.tileImage {
    width: 100%;
    object-fit: cover;
    height: auto;
    float: none;
    margin: 0;
}
.template-summary_view #content-core h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 5px 0;
}

/********** Tiles **********/
.tile img {
    max-width: 100%;
    height: auto;
}
.tile-header h2, .tile-content h2, .documentFirstHeading {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

/* Tile de Noticia + Colecao */
.tile-noticias .tile-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tile-noticias .tile-header,
.tile-noticias .tile-footer {
    width: 100%;
}
    
.tile-noticias .collection-item {
    float: left;
    width: 30%;
    min-widht: 30%;
    margin-right: 2%;
    margin-bottom: 1.5em;
    padding-bottom: 0.4em;
    border-bottom: 1px dotted #ccc;
}

.tile-noticias .collection-item:last-child {
    margin-right: 0;
}

.tile-noticias .collection-item a img {
    margin: 0;
    float: none;
    width: 100%;
    height: auto;
}

.tile-noticias .collection-item > a {
    width: 100%;
    display: block;
    margin-bottom: 0.5em;
}

#content .tile-noticias .collection-item p {
    margin-bottom: 0.25em;
}

.tile-noticias .collection-item p.description {
    font-size: 1.1em;
}

#content .tile-noticias .tile-footer a {
  float: right;
  padding: 1.075em 1.2em;
  background-color: #25528c;
  color: #ffffff !important;
  font-weight: bold;
  text-transform: uppercase;
  transition: all ease-out 0.1s;
}

#content .tile-noticias .tile-footer a:hover {
  background: #25528c;
  color: #fff !important;
}

/* Tile de lista em destaque */
.tile-deslocado>div {
    background: #fff;
    background: transparent;
    width: 100%;
    text-align: center;
}
#content .tile-deslocado ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: 0;
}
.tile-deslocado li {
    outline: 1px solid #0000003d;
    list-style: none;
    padding: 20px;
    margin: 10px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 20%;
    flex-grow: 1;
}
.tile-deslocado h2 {
    color: #a1a1a1;
    font-size: 130%;
    margin: 0 0 20px 0;
}

/* Tile de lista de serviços */
.tile-servicos>div {
    background: transparent;
    width: 100%;
    text-align: center;
}
#content .tile-servicos ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
}
.tile-servicos li {
    outline: 1px solid #0000003d;
    list-style: none;
    padding: 20px;
    margin: 10px;
    background: #122130;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 15%;
    flex-grow: 1;
}

#content .tile-servicos li a:link,
#content .tile-servicos li a:visited {
    color: #fff;
    display: block;
}
#content .tile-servicos li a:hover {
    color: #ffd900 !important;
    opacity: .9;
}
#content .tile-servicos li a:hover i {
    outline: 2px solid #ffd900 !important;
}
.tile-servicos .fa-classic, 
.tile-servicos .fas, 
.tile-servicos .fa-solid, 
.tile-servicos .far, 
.tile-servicos .fa-regular {
    font-size: 200%;
    outline: 2px solid #fff;
    border-radius: 33px;
    padding: 15px;
    margin-bottom: 10px;
    display: inline-block;
    width: 33px;
    height: 33px;
}

/* Tile de parlamentares */

.tile-parlamentares ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    justify-content: space-between;
}

.tile-parlamentares .list-item, #content .tile-parlamentares ul li {
    max-width: 164px;
    font-size: 1.2em;
    font-weight: 800;
    line-height: 2em;
}
.tile-parlamentares img {
    margin: 0 !important;
    max-width: 100%;
    height: auto;
}

/* Parlamnetares no conteudo */
.tile-parlamentares.tile-legislaturas ul {
    justify-content: start;
}
.tile-parlamentares.tile-legislaturas ul li {
    max-width: 142px !important;
    font-size: 1em !important;
    line-height: 1.3em !important;
}
.tile-parlamentares.tile-legislaturas ul li em {
    font-weight: 100 !important;
}
.tile-parlamentares.tile-legislaturas img {
    margin-bottom: 5px !important;
}


/* Tile para o radar da transparencia */
.tile-radar .tile-content {
    display: flex;
    flex-wrap: wrap;
}
.tile-radar .tile-header {
    width: 100%;
}
.tile-radar h2 {
    font-size: 1.5em;
    color: #1a3a64;
    border-bottom: 1px solid #1a3a64;
}
.tile-radar .collection-item {
    outline: 1px solid #0000003d;
    list-style: none;
    padding: 10px;
    margin: 10px 10px 10px 0;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    border-radius: 5px;
    width: 20%;
}
.tile-radar .collection-item h2,
.tile-radar .collection-item h3 {
    font-size: 1em;
}


/* Timeline */
.timeline {
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.timeline ul {
    margin-left: 0 !important;
}
.timeline ul li {
    margin-bottom: 50px !important;
    list-style-type: none;
    display: flex !important;
    flex-direction: row;
    align-items: center;
}
.point {
    min-width: 13px;
    height: 13px;
    background-color:  #1a3a64;
    border-radius: 100%;
    z-index: 2;
    border: 3px #333333 solid;
    position: relative;
}
.timeline ul li .conteudo {
    width: 50%;
    padding: 0 20px;
}
.timeline ul li:nth-child(odd) .conteudo {
    padding-left: 0;
}
.timeline ul li:nth-child(odd) .data {
    padding-right: 0;
}
.timeline ul li:nth-child(even) .conteudo {
    padding-right: 0;
}
.timeline ul li:nth-child(even) .data {
    padding-left: 0;
}
.timeline ul li .data {
    width: 50%;
    padding: 0 20px;
    font-weight: normal;
}
.timeline ul li .data h4 {
    background-color: #efefef;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}
.timeline ul li .conteudo h3 {
    padding: 10px 20px;
    background-color: #1a3a64;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.timeline ul li .conteudo p {
    padding: 10px 20px;
    background-color: #efefef;
    margin-top: 0;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.timeline ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline ul li:nth-child(even) .data h4 {
    float: right
}
.timeline::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 50%;
    background-color: #333333;
}

/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #e6e6e6 1px solid;
  font-weight: bold;
  background-color: transparent;
  color: #1a3a64;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #1a3a64;
  transition: all ease-out 0.1s;
}
.portlet {
  margin-bottom: 2em;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}


/********** Footer **********/
footer {
  border-top: #e6e6e6 1px solid;
  margin-top: 2em;
  font-size: 80%;
  background: #122130;
  color: #ffffff;
}
footer a {
  color: #ffffff !important;
}
footer p {
  margin-bottom: 2em;
}
.footer-item {
  padding: 0 2%;
}

#footer-info {
    padding-top: 3em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer-info>div {
    flex-grow: 1;
    max-width: 240px;
    border-left: 1px solid #ffffff33;
    padding-left: 20px;
    margin-bottom: 20px;
}
.footer-item>a.tile {
    width: 100%;
}
#footer-info ul {
    margin-top: 20px;
}
#footer-info p {
    font-size: 120%;
}
    
#footer-info .texto-rodape {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#footer-info .texto-rodape iframe {
    width: 70%;
    max-width: 100%;
    margin: 20px 15%;
}
#footer-info .texto-rodape p {
    width: 400px;
    margin-top: -50px;
    background: #0c1a28;
    padding: 20px 30px;
}    

#footer-colophon {
  padding: 1.5rem 0;
  font-size: 0;
  text-align: center;
  background-color: #0c1a28;
}

.colophon-item {
  display: inline-block;
  max-width: 46%;
  padding: 0 2%;
  vertical-align: top;
  position: relative;
}

.colophon-item:first-child::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #fff;
  right: 0;
  top: 0;
}

.colophon-item a {
  font-weight: 700;
}

.colophon-item img {
  height: 32px;
}

.colophon-info {
    font-size: 11px;
    margin-top: 1em;
}

.colophon-logo {
  height: 40px
}
/********* RESPONSIVE **********/
/* Esconde o submenu para telas grandes */

@media (min-width: 768px) {
  #portal-globalnav .submenu {
    display: none;
  }
}
/* Mobile */
@media (max-width: 767px) {

    header {
        margin-bottom: 1em;
    }
    header #topo-secundario {
        height: 1px;
        min-height: auto;
    }
    header #topo-principal {
        align-items: start;
    }
    #portal-logo {
      display: inline-block;
      font-size: 90%;
      margin: 1.5em;
    }
    #portal-logo.has-title img {
      display: none;
    }
    #icone-navegacao {
        display: block;
        font-size: 1.5em;
        margin-right: 3%;
    }
    #icone-navegacao i:before {
        margin-right: 6px;
    }
    #portal-globalnav {
        display: none;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .exibe-menu {
        display: block !important;
    }
    #icone-navegacao.exibe-menu i:before {
        content: "\58";
        font-family: 'Montserrat';
        font-weight: 600;
    }
    #portal-globalnav ul {
      padding: 0;
}
    #portal-globalnav li,
    #portal-globalnav li.selected {
      display: block;
      width: 100%;
      background: transparent;
      border-bottom: 1px solid #ffffff;
    }
    #portal-globalnav li:first-child {
        border-top: 1px solid #fff;
    }
    #portal-globalnav .submenu {
        display: block;
        position: relative;
        left: auto;
        top: auto;
        padding-left: 10px;
        background: #122130;
        box-shadow: none;
    }
    #portal-globalnav .submenu li,
    #portal-globalnav .submenu li.selected{
        border-top: 1px solid #ffffff33;
        border-bottom: none;
    }
        
    #portal-globalnav ul.submenu li a, #portal-globalnav li.selected ul.submenu li a {
        padding: 0.5em 2% 0.5em 2%;
        width: 96%;
        background: transparent;
        color: #fff !important;
        font-weight: 400;
    }
    #main {
        margin: 0 2%;
        width: 96%;
    }
    #content .tile-deslocado ul {
        flex-wrap: wrap;
    }
    .tile-noticias .tile-content {
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0;
    }
    footer #footer-info {
        display: flex !important;
    }
    #footer-info>div {
        max-width: none;
        width: 33%;
    }
    
    .tile-radar .collection-item {
        width: 40%;
    }

  #portal-searchbox {
    margin-top: 0;
    float: none;
    text-align: center;
    clear: both;
    font-size: 80%;
  }

    .colophon-item {
      max-width: 96%;
      margin: 1.5rem 2%;
    }

}
