@import url("grid.css");
@import url("../../../contraste.css");
/********** Basic styles **********/
body {
  background: #FFFFFF;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}
a:link,
a:visited,
#content a:link,
#content a:visited {
  color: #10233b;
}
.state-published {
  color: #10233b !important;
}
a:hover {
  color: #3B71A7;
}
#content a:hover,
dl.portlet a:hover {
  color: #3B71A7 !important;
  /* Unfortunatelly is necessary with sunburst */

}
.clear {
  clear: both;
}
/********** Main container **********/
.vereador {
  box-shadow: -1px 4px 5px 0 rgba(56, 56, 56, 0.43);
  display: inline-block;
  margin: 7px 10px 5px 0;
  min-height: 183px;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: top;
}
.vereador img
{
    width:200px;
    height:200px;
   
}
.vereador div
{
    width:200px;
    height:40px;
    padding: 10px 0px;
    color:#000000;
}
.portlet-static-banners img
{
    width:100%;
}

.bloco {
  text-align: center;
}

.vereador:hover, .vereador:focus, .vereador.active {
    transform: scale(1.1);
    z-index:999999999999;
}
#wrapper {
  padding: 0;
}
#main {
  margin: 0 auto;
  max-width: 96%;
}
/********** Header **********/
.header-accessibility
{
    background-color: #e8e8e8;
    padding: 0 30px !important;
    
    overflow: auto;   
}
.header-accessibility li
{
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #d6d6d6;
    float:left;
}
.header-accessibility  a:before
{
    font-size: 15px!important;
    margin-right: 10px!important;
}
.header-accessibility a
{
    padding-top: 11px;
    padding-bottom: 12px;
    font-size: .65rem;
    text-transform: uppercase;
    color: #000!important;
    text-decoration: none;
    display: flex
;
    align-items: center;
    
}
header {
  background-color: #FFF;
  color: #25528c;
  float: left;
  width: 100%;
}
header a:link,
header a:visited {
  color: #25528c;
}
header a:hover {
  color: #e6e6e6;
}
/* Logo */
#portal-logo {
  display: block;
  float: left;
  margin: 1.5em;
}

#portal-personaltools {
  background: #3B71A7;
  position: fixed!important;
}
#portal-personaltools a{
 color:#fff!important;   
}

#portal-personaltools dd a:hover {
    background: #25528c;
}

#portal-siteactions {
  text-align: right;
  margin-right: 1em;
  font-size: 80%;
  padding-top:0px!important; 
}
#portal-siteactions a:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: 0.3em;
}
#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;
}*/
/* search */

.searchButton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 0.4em 0.7em;
  background: #3B71A7;
  color: #ffffff;
  cursor: pointer;
}

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

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

#portal-searchbox input.searchField {
  min-width: 20em;
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
    background: #fff;
    border-radius: 25px;
  text-indent: 1em;
  line-height: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}

#portal-searchbox .searchButton {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  border-radius: 0;
  color: #ffffff;
  height: 40px;
  width: 40px;
}

/* Navigation */
#main-navigation {
  margin: 0;
  clear: both;
  background: #3B71A7;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 64px;
  align-items: center;
}
#main-navigation > ul {
  padding: 0.5em 0.8em;
  margin: 0;
  width: 100%;
  min-height: 64px;

  display: flex;
  justify-content: center; /* centraliza horizontalmente */
  align-items: center;
  flex-wrap: wrap;

  list-style: none;
}

#main-navigation li {
  position: relative;
  display: flex;
  align-items: center;
}

#main-navigation li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding: 0.25em 0;
  margin: 0;
  list-style: none;
  background: #3B71A7;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  z-index: 50;
}

#main-navigation li ul::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 10px;
}

#main-navigation li:hover > ul,
#main-navigation li:focus-within > ul {
  display: block;
}

#main-navigation li ul li {
  display: block;
}

#main-navigation li ul li::after {
  display: none;
}

#main-navigation li ul li a {
  display: block;
  margin: 0;
  padding: 0.8em 1.1em;
  border-radius: 0;
  white-space: nowrap;
}

#main-navigation li ul li a:hover,
#main-navigation li ul li a:focus {
  background-color: rgba(255, 255, 255, 0.16);
}

#main-navigation li::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15));
  width: 1px;
  height: 26px;
}

#main-navigation li:last-child::after {
  display: none;
}

#main-navigation li a:link {
  font-size: 84%;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  display: block;
  padding: 0.72em 1.25em;
  margin: 0 0.35em;
  border-radius: 999px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
}

#main-navigation li a:link,
#main-navigation li a:visited {
  color: #ffffff;
  display: block;
}

#main-navigation li a:hover,
#main-navigation li a:focus {
  background-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

#main-navigation li.selected a {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
}


/* Mobile Menu button colors */

.menu-button{
  background: #25528c;
}

.menu-button button{
  border-color: white;
  background: none;
  color: white;
}

.menu-button > button:hover {
  background: #3B71A7 !important;
}

.menu-button > button.menuAtivo {
  background: #3B71A7; 
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 1.2em 2%;
  font-size: 80%;
  clear: both;
  display: inline-block;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* text styles */
p {
  line-height: 1.4em;
}
h1 {
  color: #3B71A7;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}
h2 {
  color: #3B71A7;
}
#content {
  margin: 0;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/********** Tiles **********/
.tile-header h2, .tile-content h2, .documentFirstHeading {
    margin-bottom: 0.5em;
}

.tile-noticias .collection-item {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5em;
    padding-bottom: 0.4em;
    border-bottom: 1px dotted #ccc;
}

.tile-noticias .collection-item:nth-child(odd) {
    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: #3B71A7;
  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;
}

/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d8d8d8 1px solid;
  font-weight: bold;
  background-color: #3B71A7;
  color: #fff;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #fff;
  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;
}
/* Menu lateral — lista limpa, sem ícones do Plone */
dl.portlet.portletNavigationTree {
  margin-bottom: 1.5em;
  background: #ffffff;
  border: 1px solid rgba(37, 82, 140, 0.16);
  border-radius: 0;
  box-shadow: none;
}
dl.portlet.portletNavigationTree dt.portletHeader {
  border-bottom: 2px solid #2f5f8f;
  background: #3B71A7;
  color: #ffffff;
  padding: 0;
}
dl.portlet.portletNavigationTree dt.portletHeader a,
dl.portlet.portletNavigationTree dt.portletHeader .tile {
  display: block;
  padding: 1em 1.2em;
  color: #ffffff !important;
  font-size: 1.05em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
dl.portlet.portletNavigationTree dt.portletHeader a:hover,
dl.portlet.portletNavigationTree dt.portletHeader a:focus,
dl.portlet.portletNavigationTree dt.portletHeader .tile:hover {
  background: #2f5f8f;
  color: #ffffff !important;
}
dl.portlet.portletNavigationTree dd.portletItem {
  padding: 0;
}
dl.portlet.portletNavigationTree ul.navTree,
dl.portlet.portletNavigationTree .navTree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dl.portlet.portletNavigationTree .navTreeItem {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none !important;
}
dl.portlet.portletNavigationTree .navTreeLevel0 > .navTreeItem {
  border-bottom: 1px solid #d8d8d8;
}
dl.portlet.portletNavigationTree .navTreeLevel0 > .navTreeItem:last-child {
  border-bottom: none;
}
dl.portlet.portletNavigationTree .navTreeItem a {
  display: block;
  padding: 0.9em 1.2em;
  border-radius: 0;
  border-left: 4px solid transparent;
  background-image: none !important;
  color: #303030;
  font-size: 0.94em;
  font-weight: 500;
  line-height: 1.4;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
dl.portlet.portletNavigationTree .navTreeItem a:hover,
dl.portlet.portletNavigationTree .navTreeItem a:focus {
  background: rgba(37, 82, 140, 0.07);
  border-left-color: #25528c;
  color: #25528c !important;
}
dl.portlet.portletNavigationTree a.navTreeCurrentItem,
dl.portlet.portletNavigationTree .navTreeCurrentNode > div > a,
dl.portlet.portletNavigationTree .navTreeCurrentNode > a {
  background: rgba(37, 82, 140, 0.11);
  border-left-color: #25528c;
  color: #25528c !important;
  font-weight: 700;
  box-shadow: none;
}
dl.portlet.portletNavigationTree .navTreeItem a,
dl.portlet.portletNavigationTree .navTreeItem a span {
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  padding-left: 1.2em !important;
}
dl.portlet.portletNavigationTree .navTreeItem a:before,
dl.portlet.portletNavigationTree .navTreeItem a:after,
dl.portlet.portletNavigationTree .navTreeItem a span:before,
dl.portlet.portletNavigationTree .navTreeItem a span:after,
dl.portlet.portletNavigationTree .navTreeItem:before,
dl.portlet.portletNavigationTree .navTreeItem:after {
  display: none !important;
  visibility: hidden !important;
  content: "" !important;
  background: none !important;
  background-image: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
dl.portlet.portletNavigationTree .navTreeItem a img,
dl.portlet.portletNavigationTree .navTreeItem img {
  display: none !important;
}
dl.portlet.portletNavigationTree .navTreeFolderish a,
dl.portlet.portletNavigationTree a.navTreeFolderish,
dl.portlet.portletNavigationTree a[class*="contenttype-"] {
  text-indent: 0 !important;
  min-height: 0 !important;
}
dl.portlet.portletNavigationTree .navTreeLevel1,
dl.portlet.portletNavigationTree .navTreeLevel2,
dl.portlet.portletNavigationTree .navTreeLevel3,
dl.portlet.portletNavigationTree .navTreeLevel4,
dl.portlet.portletNavigationTree .navTreeLevel5,
dl.portlet.portletNavigationTree .navTreeLevel6 {
  margin: 0;
  padding: 0;
  border-left: none;
  background: #f5f5f5;
}
dl.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem,
dl.portlet.portletNavigationTree .navTreeLevel2 .navTreeItem,
dl.portlet.portletNavigationTree .navTreeLevel3 .navTreeItem,
dl.portlet.portletNavigationTree .navTreeLevel4 .navTreeItem,
dl.portlet.portletNavigationTree .navTreeLevel5 .navTreeItem,
dl.portlet.portletNavigationTree .navTreeLevel6 .navTreeItem {
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}
dl.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem a,
dl.portlet.portletNavigationTree .navTreeLevel2 .navTreeItem a,
dl.portlet.portletNavigationTree .navTreeLevel3 .navTreeItem a,
dl.portlet.portletNavigationTree .navTreeLevel4 .navTreeItem a,
dl.portlet.portletNavigationTree .navTreeLevel5 .navTreeItem a,
dl.portlet.portletNavigationTree .navTreeLevel6 .navTreeItem a {
  padding: 0.75em 1.2em 0.75em 1.75em;
  font-size: 0.9em;
  font-weight: 400;
}
dl.portlet ul.navTree .navTreeCurrentItem {
  border-left: none;
  margin: 0;
}
.portlet .portletHeader > a,
.portlet .portletHeader > span:nth-child(2) {
  display: block;
  color: #FFF;
  padding: 0.7em 1em;
  font-size: 1em;
}
.portlet .portletHeader > a:hover {
  background: #25528C;
  color: #fff !important;
}
.portlet .portletHeader {
  padding: 5px 0px;
}

/* Portlet de atalhos */
dl.portlet.portletStaticText.portlet-static-atalhos dd.portletItem {
  margin: 0;
  padding: 0.5rem 0;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes + .menus_botoes {
  margin-top: 0.9rem;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  box-sizing: border-box;
  min-height: 70px;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  border: 0;
  background: #0ea5e9;
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.15);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i {
  font-size: 1.1rem;
  width: 1.2em;
  text-align: center;
}

/* Font Awesome 3 no tema: markup pode usar fa-* (FA4); mapear para o glifo correto */
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i[class*="fa-"],
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i[class*="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-search:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-search:before {
  content: "\f002";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-location-arrow:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-location-arrow:before {
  content: "\f124";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-external-link:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-external-link:before {
  content: "\f08e";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-link:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-link:before {
  content: "\f0c1";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-globe:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-globe:before {
  content: "\f0ac";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-home:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-home:before {
  content: "\f015";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-file:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-file:before {
  content: "\f15b";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-file-text:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-file-text:before {
  content: "\f15c";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-folder-open:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-folder-open:before {
  content: "\f07c";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-download:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-download:before {
  content: "\f019";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-eye:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-eye:before {
  content: "\f06e";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-info-circle:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-info-circle:before {
  content: "\f05a";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-question-circle:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-question-circle:before {
  content: "\f059";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-exclamation-circle:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-exclamation-circle:before {
  content: "\f06a";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-envelope:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-envelope:before {
  content: "\f0e0";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-phone:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-phone:before {
  content: "\f095";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-map-marker:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-map-marker:before {
  content: "\f041";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-calendar:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-calendar:before {
  content: "\f073";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-users:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-users:before {
  content: "\f0c0";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-user:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-user:before {
  content: "\f007";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-chart-bar:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-chart-bar:before {
  content: "\f080";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-pie-chart:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-pie-chart:before {
  content: "\f200";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-line-chart:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-line-chart:before {
  content: "\f201";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-database:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-database:before {
  content: "\f1c0";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-institution:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-institution:before {
  content: "\f19c";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-university:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-university:before {
  content: "\f19c";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-bank:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-bank:before {
  content: "\f19c";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-gavel:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-gavel:before {
  content: "\f0e3";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-legal:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-legal:before {
  content: "\f0e3";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-money:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-money:before {
  content: "\f0d6";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-shield:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-shield:before {
  content: "\f132";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-lock:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-lock:before {
  content: "\f023";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-clipboard:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-clipboard:before {
  content: "\f0ea";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-book:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-book:before {
  content: "\f02d";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-newspaper-o:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-newspaper-o:before {
  content: "\f1ea";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-rss:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-rss:before {
  content: "\f09e";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-arrow-right:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-arrow-right:before {
  content: "\f061";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-chevron-right:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-chevron-right:before {
  content: "\f054";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-bars:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-bars:before {
  content: "\f0c9";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-cog:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-cog:before {
  content: "\f013";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-print:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-print:before {
  content: "\f02f";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-share:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-share:before {
  content: "\f064";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-facebook:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-facebook:before {
  content: "\f09a";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-twitter:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-twitter:before {
  content: "\f099";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-youtube:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-youtube:before {
  content: "\f167";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-instagram:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-instagram:before {
  content: "\f16d";
}
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.fa-linkedin:before,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes i.icon-linkedin:before {
  content: "\f0e1";
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes:nth-child(4n + 1) a {
  background: #0ea5e9;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes:nth-child(4n + 2) a {
  background: #22c55e;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes:nth-child(4n + 3) a {
  background: #f97316;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes:nth-child(4n + 4) a {
  background: #a855f7;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes a:hover,
dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes a:focus {
  filter: brightness(1.05);
  box-shadow: 0 11px 22px rgba(15, 23, 42, 0.2);
  transform: translateY(-2px);
  color: #ffffff !important;
}

dl.portlet.portletStaticText.portlet-static-atalhos .menus_botoes a:focus {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 1px;
}
/********** Footer **********/
footer {
  border-top: #d8d8d8 1px solid;
  margin-top: 2em;
  font-size: 80%;
  background: #25528C;
  color: #ffffff;
}
footer a {
  color: #ffffff !important;
}
footer p {
  margin-bottom: 2em;
}

.footer-item {
  padding: 0 2%;
}

#footer-info {
  padding-top: 3em; 
}

#footer-social {
  padding: 1.5em 2% 2em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-social-title {
  margin: 0 0 0.85em;
  font-size: 1.15em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.footer-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.footer-social-links li {
  margin: 0;
}

.footer-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.footer-social-links a:hover,
.footer-social-links a:focus {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.footer-social-links i {
  font-size: 1.4rem;
  line-height: 1;
}

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

.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 **********/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

  header {
    margin-bottom: 1em;
  }

  /* Mobile Menu theme color adjustments */
  #column-one {
    border-color: #25528C;
  }

  dl.portlet.portletNavigationTree .navTreeItem a.navTreeCurrentItem,
  dl.portlet.portletNavigationTree .navTreeCurrentNode > a {
    border-left-color: #3B71A7;
  }
  
}
/* Landscape phones and down */
@media (max-width: 767px) {
    #portal-logo {
      display: inline-block;
      font-size: 90%;
    }

    #portal-logo.has-title img {
      display: none;
    }
#main-navigation > ul {
  box-sizing: border-box;
  padding: 0.35em 0;
  width: 100%;

  display: flex;
  justify-content: center;

  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;
}

    #main-navigation ul::after {
      content: '';
      background-image: linear-gradient(to right, transparent, rgba(26,58,100,0.9) 80%);
      height: 43px;
      position: absolute;
      pointer-events: none;
      right: 0;
      top: 0;
      width: 2.2em;
      z-index: 10;
    }

    #main-navigation li {
      float: none;
    }

    #main-navigation li::after {
      height: 20px;
      opacity: 0.7;
    }

    #main-navigation li a:link {
      padding: 0.85em 1.1em;
      line-height: 1;
    }

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

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

  }

/* Phones and down */
@media (max-width: 480px) {
  .tile-noticias .collection-item {
    width: 100%;
    margin-right: 0;
  }       
}

