@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=Manrope:wght@200..800&display=swap');
/********** Basic styles **********/
body {
  background: #ffffff;
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 100%, rgba(240, 240, 240, 1) 100%);
  color: #333333;
  font-family: "Lora", 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: 95%;
    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 */

}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
}
#main {
  margin: 0 auto;
  max-width: 1200px;
}
/********** Header **********/
header {
  background-color: #ffffff;
  background-size: cover;
  background-position-x: center;
  color: #000;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #ccc;
  box-shadow: 5px 5px 13px #00000021;
}
.template-layoutedit header {
    position: initial;
}
body.userrole-authenticated #wrapper>header {
    padding-top: 1.5em;
}
header a:link,
header a:visited {
  color: #000;
}
header a:hover {
  color: #fff;
}
header #header-banner {
      display: flex;
      flex-wrap: wrap;
}
#topo-secundario {
    color: #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    font-family: "Manrope", serif;
    width: 100%;
}
header #topo-principal {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: nowrap;
  margin: 0 auto 0 auto;
  width: 100%;
  max-width: 100%;
}
/* Logo */
#portal-logo {
    display: block;
    float: left;
    margin: 13px 20px 13px 0;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
#portal-logo img {
    max-width: 360px;
    height: auto;
    margin-left: 20px !important;
}
#siteTitle {
    font-size:120%;
}

#portal-personaltools {
  background: #fff;
  position: absolute;
}

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

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

/* site actions */
#portal-siteactions {
  text-align: right;
  font-size: 75%;
  padding-top: 0;
  font-weight: 200;
  width: 80%;
  display: flex;
  justify-content: end;
}
#portal-siteactions li {
    margin-right: 1.5em;
    display: inline-table;
}
#portal-siteactions a {
  color: #000000a3;
  font-weight: 500;
}
#siteaction-accessibility {
    border-left: 1px solid #ccc;
    padding-left: 16px;
}

#siteaction-accessibility, 
#siteaction-sitemap,
#siteaction-vlibras,
#siteaction-contraste {
    order: 1;
}

/* icones */
#portal-siteactions a:before {
  font-family: "Font Awesome 6 Free";
  font-size: 1.2em;
  margin-right: 0.3em;
  color: #004dad;
}
#siteaction-contact a:before {
  content: "\f0e0";
}
#siteaction-sitemap a:before {
  content: "\f0e8";
}
#siteaction-accessibility a:before {
  content: "\f29a";
}
#siteaction-search a:before {
  content: "\f002";
}
#siteaction-login a:before {
  content: "\f090";
}
#siteaction-contraste a:before {
  content: "\f042";
}
#siteaction-vlibras a:before {
  content: "\f2a7";
}
#portal-siteactions li#siteaction-accessibility {
  width: 17px;
}
#portal-siteactions li a:hover {
  color: #000000;
  background: #ffffff66;
  border-radius: 6px;
}

/* redes sociais */
#redes-sociais {
    border-top: 1px solid #ccc;
    padding: 5px 3px;
    background: #f9f9f9;
}
#redes-sociais li {
    margin: 0 3px;
}
#redes-sociais a i:before {
    font-family: "Font Awesome 6 Brands";
    font-size: 1.6em;
    font-style: normal;
    margin-right: 0.3em;
    color: #394074;
}
#redes-sociais .fa-facebook-square:before {
  content: "\f082";
}
#redes-sociais .fa-instagram:before {
  content: "\f16d";
}
#redes-sociais .fa-youtube:before {
  content: "\f167";
}
#redes-sociais .fa-flickr:before {
  content: "\f16e";
}

/* redimensionar texto */
#fonte {
    font-size: 73%;
    padding: 7px;
    color: #ffffff;
}
#fonte li a,
#fonte li a:link{
    background: #004dad;
    cursor: pointer;
    color: #ffffff;
    padding: 2px;
    font-weight: 700;
    border-radius: 15px;
    height: 1.4em;
    display: inline-block;
    width: 1.4em;
    text-align: center;
}
#fonte li a:hover {
  background: #004dad66;
}



/* BUSCA */

.searchButton {
  border: none;
  padding: 0.4em 0.7em;
  background-color: #fff;
  color: #122130;
  cursor: pointer;
  outline: 0;
}
.searchButton:hover {
    background-color: #004dad !important;
    color: #fff;
}

#portal-searchbox .LSBox {
    background: transparent;
    border: 1px solid #f9f9f9;
}

#portal-searchbox {
  margin: 0;
  padding: 0 10px;
  position: relative;
  background: #fff9;
  align-items: flex-end;
  display: flex;
}

#portal-searchbox input {
  border-radius: 0;
  color: #ccc !important;
  font-weight: bold;
  border: 1px solid #ccc !important;
  padding-left: 6px;
}
#portal-searchbox input::placeholder {
    color: #b6b6b6;
}
#portal-searchbox input:focus-visible {
    background-color: transparent;
    outline: 0;
    border: 1px solid #004dad !important;
}

#portal-searchbox input.searchField {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border: none;
  background: transparent;
  margin-left: 6px;
}

#portal-searchbox .searchButton {
  font-family: "Font Awesome 6 Free";
  color: #000;
  height: 30px;
  width: 30px;
  background: transparent;
  outline: 0;
}

/* NAVEGACAO */
#portal-globalnav {
  margin: 0;
  font-family: "Manrope", sans-serif;
  clear: both;
  background: #f9f9f9;
  color: #000;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  flex-grow: 2;
  width: 82%;
  border-top: 1px solid #d5d5d5;
  padding-left: 10px;
}
#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: 700;
  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: #394074 !important;
}
#portal-globalnav li a:link,
#portal-globalnav li a:visited {
  color: #394074;
}

#portal-globalnav .submenu {
    background: #323f79;
    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{
    text-transform: none;
}
#portal-globalnav ul.submenu li a:hover,
#portal-globalnav li.selected ul.submenu li a:hover{
    background: #323f79;
    color: #fff !important;
}
#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: #000000;
  content: "\f0c9";
}


/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 0 auto 1.2em auto;
  font-size: 80%;
  clear: both;
  padding-top: 1em;
  width: 1200px;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* TEXTO */
p {
  line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", 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;
}

#content div.newsImageContainer {
    margin: 0 0 1em 0;
    width: 100%;
}

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

#content div.newsImageContainer p.discreet {
    width: auto;
}

/********** 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;
}
    
.tile-noticias .collection-item {
    float: left;
    width: 98%;
    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 parlamentares */
.tile-parlamentares h2 {
    background: #465d56;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    font-size: 1.6em;
}
.tile-parlamentares h2:before {
    font-family: "Font Awesome 6 Free";
    content: "\f2bd";
    margin-right: 10px;
}
.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;
}

/* 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;
}

/* tile galeria */
.tema-pm3 .galleria-info-title {
    font: bold 2em / 1.1 open_sanssemibold, arial, sans-serif;
}
.galleria-info-description {
    display: none !important;
}


/***** FAQ *****/

.eachFaq h4 {
    position: relative;
    padding-left: 15px;
}

.eachFaq.fechar h4:before{ 
  content: '+'; 
  width: 20px; height: 20px;
  position: absolute;
  top: 0; left: 0;
}
.eachFaq.abrir h4:before{ 
  content: '-'; 
  width: 20px; height: 20px;
  position: absolute;
  top: 0; left: 0;
}
.eachFaq .title{ cursor: pointer; }
.eachFaq .title:hover{ color: #153774; }

.eachFaq {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.accordion-content {
    padding-left: 15px;
}

/********* Banner ******/
.slideshow-container .mySlides {display: none;}
textarea .slideshow-container .mySlides {display: block !important;}
.slideshow-container img {vertical-align: middle; width: 100%;}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container  .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.slideshow-container  .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-container  .prev {
  left: 0;
}

/* Fading animation */
.slideshow-container  .fade {
  animation-name: fade;
  animation-duration: 1.5s;
  opacity: 1;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*********** 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;
}
dl.portlet dt {
    padding: 5px 0;
}
dl.portlet dd.portletItem, dl.portlet dd.portletFooter, dl.portletError dd {
    padding: 0;
    text-align: left;
}

/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}

/* noticias */
.portletCollection .portletItem a {
    padding: 0 !important;
    background: none;
    line-height: normal;
    margin: 13px 0;
    display: block;
}

/********** Footer **********/
footer {
  border-top: #e6e6e6 1px solid;
  margin-top: 2em;
  font-size: 80%;
  background: #1a3a64;
  color: #ffffff;
}
footer a {
  color: #ffffff !important;
}
footer p {
  margin-bottom: 2em;
}
footer h2, footer h3, footer h4 {
    color: #fff;
}
.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: 300px;
    border-left: 1px solid #ffffff33;
    padding-left: 20px;
    margin-bottom: 20px;
}
#footer-info li a:before,
#footer-info p a:before{
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-size: 80%;
    padding-right: 5px;
}
#footer-info .mapa-rodape,
#footer-info .linha-rodape {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border:0;
    margin-bottom: 60px;
}
#footer-info .mapa-rodape iframe {
    width: 80%;
    max-width: 100%;
    height: 350px;
    margin: 20px 0;
}
#footer-info .mapa-rodape p {
    width: 400px;
    margin-top: -50px;
    background: #142d4c;
    padding: 20px 30px;
    line-height: 2em;
}
#footer-info .mapa-rodape strong {
    font-size: 180%;
}
.footer-item>a.tile {
    width: 100%;
}
#footer-info ul {
        margin-top: 20px;
    }
#footer-colophon {
  padding: 1.5rem 0;
  font-size: 0;
  text-align: center;
  background-color: #163154;
}

.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
}


/********* hotsites ******/
.section-hotsites #topo-secundario,
.section-hotsites #portal-globalnav,
.section-hotsites #redes-sociais,
.section-hotsites footer {
    display: none;
}
.section-hotsites #portal-logo img {
    max-width: 200px;
}

.subsection-hotsite1 {
    background: #ebb29b;   
}

/********* RESPONSIVE **********/
/* Esconde o submenu para telas grandes */

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

    header #topo-secundario {
        min-height: auto;
        border-top: 1px solid #ccc;
        background: #f9f9f9;
        position: fixed;
        bottom: 0;
        padding: 10px;
    }
    header #topo-principal {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: center;
    }
    #portal-logo {
      display: inline-block;
      font-size: 90%;
      max-width: 75%;
      border: 0;
    }
    #portal-logo img {
      width: 100%;
    }
    #icone-navegacao {
        display: flex;
        width: 40px;
        font-size: 2.5em;
        margin-right: 3%;
        align-items: center;
    }
    #icone-navegacao i:before {
        font-family: "Font Awesome 6 Free";
        content: "\f0c9";
        font-weight: 600;
        color: #3059a1;
    }
    #redes-sociais {
        background: transparent;
        border: 0;
        position: fixed;
        bottom: 10px;
    }
    #portal-globalnav {
        display: none;
      flex-wrap: wrap;
      justify-content: flex-start;
      height: 60vh !important;
      overflow: scroll;
      order: 10;
    }
    .exibe-menu {
        display: flex !important;
    }
    #icone-navegacao.exibe-menu i:before {
        content: "\f00d";
        padding-top: 80px;
    }
    #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.1em 2% 0.1em 0;
        width: 96%;
        background: transparent;
        font-weight: 400;
    }
    #portal-globalnav ul.submenu li a:before {
        font-family: "Font Awesome 6 Free";
        content: "\f054";
        margin-right: 5px;
        opacity: .3;
    }
    #portal-globalnav ul.submenu ul.submenu li a:before {
        content: "\f068";
        opacity: .2;
        
    }
    #portal-searchbox input.searchField {
        min-width: auto;
        width: 90px;
    }
    ul#portal-siteactions {
        display: inherit !important;
        font-size: 58%;
        width: 100%;
        margin-bottom: 10px;
    }
    #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%;
    }
    #footer-info .mapa-rodape p {
        margin-top: 0;
    }
    
    .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%;
    }

 .btn-camara {
    display: block;            /* ocupa toda a largura disponível */
    background: #465d56;       /* fundo verde */
    color: #fff;               /* texto branco */
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    font-size: 22px;
    font-family: Arial, sans-serif;
    margin: 10px 0;            /* espaçamento entre os botões */
    text-decoration: none;     /* remove sublinhado */
    transition: background 0.3s;
  }

  .btn-camara i {
    display: block;
    font-size: 40px;           /* tamanho do ícone */
    margin-bottom: 10px;       /* espaço entre ícone e texto */
  }

  .btn-camara:hover {
    background: #3a4c46;       /* tom mais escuro no hover */
  }


}

@media (max-width: 480px) {
    .cover-banner-tile {
        display: block;
    }
}
