@import url("grid.css");
/********** Basic styles **********/
body {
  background: #FFFFFF;
  font-family: "Lato", system-ui;
  font-weight: 500;
  font-size: large;
}
a:link,
a:visited,
#content a:link,
dl.portlet a:link {
  color: #10233b;
}
.state-published {
  color: #10233b !important;
}
a:hover {
  color: #1a3a64;
}
#content a:hover,
dl.portlet a:hover {
  color: #1a3a64 !important;
  /* Unfortunatelly is necessary with sunburst */

}
#content p {
  font-size: large !important;
}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.45);
}
#main {
  margin: 0 auto;
  max-width: 96%;
}
/********** Header **********/
header {
  background-color: #25528c;
  color: #ffffff;
  background-image: url(img/topo.png);
}
header a:link,
header a:visited {
  color: #ffffff;
}
header a:hover {
  color: #e6e6e6;
}
/* Logo */
#portal-logo {
  height: 150px;
  margin: 0 0 0 2% !important;
  display: contents !important;
}
#portal-siteactions {
  text-align: right;
  margin-right: 2%;
  font-size: 80%;
}
#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";
}
#portal-siteactions li#siteaction-accessibility {
  width: 17px;
}
#portal-siteactions li a:hover {
  color: #e6e6e6;
}
/* search */
#portal-searchbox {
  margin-right: 2%;
}
.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: #1a3a64;
  color: #ffffff;
  cursor: pointer;
}
/* Navigation */
nav {
  margin: 0;
  clear: both;
  background: #1a3a64;
  color: #ffffff;
}
nav ul {
  padding: 0.3em 2%;
  text-align: right;
}
nav li {
  display: inline-block;
}
nav li a:link {
  font-size: 80%;
  text-decoration: none;
  display: block;
  padding: 0 1em;
  border-right: 1px solid #ffffff;
}
nav li:last-child a {
  border: none;
  padding-right: 0;
}
nav li a:link,
nav li a:visited {
  color: #ffffff;
}

/* Mobile Menu button colors */

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

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

.menu-button > button:hover {
  background: #1A3A64 !important;
}

.menu-button > button.menuAtivo {
  background: #1A3A64; 
}

.vl {
  border-left: 3px solid green;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.vlone {
  border-left: 3px solid green;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

.vltwo {
  border-left: 3px solid green;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 0;
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 0.3em 2%;
  font-size: 12px;
  clear: both;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* text styles */
p {
  line-height: 1.4em;
}

h1,h2,h3,h4,h5,h6,pre,code {
    font-family: 'Lato', sans-serif;
}

h1 {
  color: #1a3a64;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}
h2 {
  color: #1a3a64;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/*  Inicio da Galeria de Destaques*/
 .destaquesmobile {
   display: none;
   visibility: hidden;
  }
/*  Fim da Galeria de Destaques*/



/********** Tiles **********/
/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #d8d8d8 1px solid;
  font-weight: bold;
  background: #1A3A64;
  color: #fff !important;
  border-radius: 7px 10px 0px 0px;
  
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #fff !important;
}
.portlet {
  margin-bottom: 2em;
  padding: 4px 0;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}
/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
  background-color: #f7f7f7;
}
.portletNavigationTree li {
  list-style-position: inside;
}
  dl.portlet ul.navTreeLevel0 > .navTreeItem {
    padding: 0.25em 0.25em !important;
    border-bottom: 0.1em dotted #f7f7f7;
    line-height: 1.1em !important
  }
  
dl.portlet ul.navTree .navTreeCurrentItem {
background-color: #f7f7f7;
border-left: 0em solid #f7f7f7;
margin-left: 0em;
margin-right: 0em;
font-weight: bold;
}

.portletNavigationTree .navTreeLevel0 > li {
  border-bottom: #d8d8d8 1px solid;
  list-style: none;
}
.portletNavigationTree a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.5em;
}
.navTreeLevel2 a {
  padding-left: 1em;
}
.navTreeLevel3 a {
  padding-left: 2em;
}
.navTreeLevel4 a {
  padding-left: 3em;
}
.navTreeLevel5 a {
  padding-left: 4em;
}
.navTreeLevel6 a {
  padding-left: 5em;
}
/********** Footer **********/
footer {
  border-top: #d8d8d8 1px solid;
  margin-top: 2em;
  padding: 2%;
  font-size: 80%;
  background: #1a3a64;
  color: #ffffff;
  background-image: url("img/rodapepontalazulclaro.png");
  background-size: 100% auto;
}
footer a {
  color: #ffffff !important;
}
footer p {
  margin-bottom: 2em;
}

/*  Inicio da Galeria de Vereadores*/
.vereador {
    box-shadow: -1px 4px 5px 0 rgba(56, 56, 56, 0.43);
    display: inline-block;
    margin: 7px 10px 5px 0;
    min-height: 170px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: top;
    width: 112px;
}
.vereador:hover, .vereador:focus, .vereador:active {
    transform: scale(1.1);
}

.carometro {
    float: left;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.textovereador {
    box-sizing: border-box;
    font-size: 0.8em;
    line-height: 13px;
    padding: 7px 4px;
    text-transform: uppercase;
    text-align: center;
}

.galleria-info-title {
    font-family: "Lato", system-ui !important;
    margin: 0;
    margin-bottom: 7px;
    font-size: large !important;
    text-transform: uppercase;
   font-weight: 500 !important;
}

/*  Fim da Galeria de Vereadores*/




/********* RESPONSIVE **********/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

/*  Inicio da Galeria de Destaques*/

.destaquesmobile{
 float: left;
 padding: 10px 5px;
 position: relative;
 text-align: center;
  display: initial;
  visibility: initial;
}

.destaquesmobile h2 {
text-align: left;
}

.destaque {
    display: inline-block;
    margin: 7px 10px 5px 0;
    min-height: 66px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: top;
    width: 134px;
}

.destaque:hover, 
.destaque:focus, 
.destaque:active {
    transform: scale(1.1);
}

/*  Fim da Galeria de Destaques*/
 
 #column-two {
  display: none;
}


}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

 header {
   /* margin-bottom: 1em;*/
  }

  
 #portal-logo img, #titleHeader {
    float: left;
    width: 100%;
    height: auto;
 }
  
  #portal-searchbox input.searchField {
    line-height: 2em;
    border: 1px solid #DDDDDD;
    min-width: 15em;
    border-radius: 7px;
 }

 #portal-personaltools {
    visibility: hidden;
    display: none;
 }

 nav ul {
    padding: 0 !important;
    text-align: left;
    float: left !important;
 }

  iframe {
    width:  100% !important;
    height: auto !important;
  }
  
  header {
    background-repeat:  no-repeat;
    background-position-x: center;  
  }

  #content-core .image-inline {
    width: 100% !important;
    height: auto !important;
  }
  
 .vl {
  border-left: 0px !important;
   }

 nav {
   display:none;
 }
  

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

  dl.portlet ul.navTree .navTreeCurrentItem {
    border-color: #1A3A64
  }
  
  dl.portlet ul.navTree li a:hover {
    border-color: #25528C;
  }
  /*  Inicio da Galeria de Destaques*/

.destaquesmobile{
 float: left;
 padding: 10px 5px;
 position: relative;
 text-align: center;
  display: initial;
  visibility: initial;
}

.destaquesmobile h2 {
text-align: left;
}

.destaque {
    display: inline-block;
    margin: 7px 10px 5px 0;
    min-height: 66px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: top;
    width: 134px;
}

.destaque:hover, 
.destaque:focus, 
.destaque:active {
    transform: scale(1.1);
}

/*  Fim da Galeria de Destaques*/
 
 #column-two {
  display: none;
}
  
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  #logo {
    width: 100%;
    float: left;
    text-align: center;
    clear: both;
    margin-bottom: 1em;
  }
  #portal-searchbox {
    float: none;
    text-align: center;
    clear: both;
    font-size: 80%;
  }
  #imgtempo {
    width: 100% !important;
    height: auto !important;
  } 
  
  .cover-banner-tile {
      display:block;
      width:100%;
 }
}



