@import url("grid.css");
/********** Basic styles **********/
body {
  background: #718eb0;
  color: #333333;
   font-family: 'Open Sans', sans-serif;
/** #font-family: "Bree Serif",serif !important;**/
}
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 */

}
.clear {
  clear: both;
}

/********** Main container **********/
#wrapper {
  /*padding: 20px 20px 20px 20px;*/
  width: 90%;
  max-width: 1184px;
 /*original margin: 0 auto;*/
  margin: 10px auto;
  background: #fff;
  box-shadow: 0 0 35px #0e1636;
}
#main {
  margin: 0 auto;
  max-width: 96%;

}
/********** Header **********/
header {
  background: #25528c;
  color: #ffffff;
}
header a:link,
header a:visited {
  color: #1a3a64;
}
header a:hover {
  color: #e6e6e6;
}
/* Logo */
#portal-logo {
  float: left;
  width: 785px;
  padding-left: 20px;
  /* background: green; */
  margin: 0;
}
#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: #000000;
  /*margin-bottom: 5px;*/
  width: 100%;
  float: left;
  margin-top: 10px; /*adicionado para distancia da margem superior*/
}
nav ul {
  padding: 0.9em 2%;
  float: left !important;
  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; 
}

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
   margin: 2em 2%;
  font-size: 80%;
  clear: both;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* text styles */
p {
  line-height: 1.4em;
}
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;
}
/********** Tiles **********/
/*********** Portlets ***********/
/* general styles */
.portletHeader,
dl.portlet dt.portletHeader {
  border-bottom: #1a3a64 1px solid;/*****mudei aqui padrão #d8d8d8*****/
  font-weight: bold;
  background: #d8d8d8;/*****padrão transparent*****/
  color: #1a3a64;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #1a3a64;
}
.portlet {
 /* margin-bottom: 2em;*/
  padding: 4px 1;
}
/* lists inside columns */
aside dl,
aside dd,
aside ul {
  padding: 0;
  margin: 0;
}
aside a {
  text-decoration: none;
}
/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
}
.portletNavigationTree li {
  list-style-position: inside;
}
.portletNavigationTree .navTreeLevel0 > li {
  border-bottom: #d8d8d8 10px solid;
  /*espaço entre os links do menu*/
  line-height: 1.1em;
  list-style: none;
}
.portletNavigationTree a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.5em;
}
.portletNavigationTree a:hover {
  background: #e4e4e4;
}
.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: #ccc 0px solid;
  margin-top: 0em;
  padding: 0.3%;
  font-size: 80%;
  background: #1a3a64;
  color: #ffffff;
 /** line-height: 0.3em;**/ /**espaçamento entre as linhas**/
  height: 390px;
}
footer a {
  color: #ffffff !important;
}
footer p {
  margin-bottom: 2em;
}
#portal-footer li, footer li {
   display: block;
   padding-bottom: 0.1em;
}
/********* RESPONSIVE **********/
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

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

/*PERSONALIZADO*/
.tile-header h2, .tile-content h2, .documentFirstHeading {font-size: 37px; border-bottom: 2px solid; font-weight: 400 !important; color: #6d6868; margin: 30px 0 15px 0}

.collection-item {overflow: hidden;border-bottom: 1px dotted #ccc; width:
46%; margin: 20px 2%; display: inline-block;float: left;min-height: 269px;}
.collection-item img {float:left; width: 100%; height: 200px; display:
relative;}

.collection-item p {color: #fff; margin-top: 10px; background: #1a3a64;
padding: 5px 10px; font-size: 11px; font-weight:  bold; text-shadow: none;
position: absolute;}
.collection-item > .description  {color: #666; font-weight: 400; font-size:
13px; position: relative; background: #1a3a64; padding: 5px 0 10px 0;display:
none;}
.collection-item h3 {padding: 10px 10px;}
.collection-item h3 a { font-size: 16px; color: #6d6868 !important;height:
91px;}

/*.collection-item h3:hover {background: rgba(33, 119, 67, 0.12);}*/

.tileItem > .tileBody  {margin-top: 10px;}
.tileItem > .tileFooter {display: none;}

.tile-footer {padding-top: 10px !important; }
.tile-footer a {color: #fff !important; border-bottom: none !important; background: #6d6868; padding: 8px 15px; text-transform: uppercase; font-size: 12px; font-weight: 700;}.tile-footer a:hover {color: #fff !important;background: #1A3A64;}

.banner-home {display: none;}

input[type="submit"] {color: #fff !important; border-bottom: none !important; background: #1A3A64; padding: 8px 15px; text-transform: uppercase; font-size: 12px; font-weight: 700; border: none; }
input[type="submit"]:hover {color: #fff; background: #1A3A64;}
input {margin: 5px; padding: 4px 2px; border: 1px solid #ccc; font-size: 13px; color: #666;}



.tileItem {overflow: hidden; margin-bottom: 10px !important;border-bottom: 1px dotted #ccc;padding-bottom: 21px; padding-top: 20px; padding-left: 10px; padding-right: 10px;}
.tileItem img {padding: 4px 4px; border: 1px solid #ccc;}
.tileItem:hover {border-bottom: 2px solid #6d6868;padding-bottom: 20px; background: #f9f9f9;}
.tileItem > .documentByLine {color: #999; font-size: 10px; font-weight: 700; text-shadow: none;}
.description, .tileItem > .tileBody {color: #333; font-weight: 400; font-size: 13px; line-height: 20px}
.tileItem h2 a  {font-size: 22px; color: #6d6868 !important;}



/* 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%;
  }
}
/* -------------- CARROSSEL  --------------- */
.galleria-info {
/*background: rgba(29, 45, 107, 0.84);*/
background: rgba(113, 142, 176, 0.84);
width: auto !important;
right: 10px;
left: 10px;
padding: 5px 10px;
font-family: 'Open Sans', sans-serif !important;
}
 #content .galleria.cover-carousel-tile .galleria-info-title a {
color: #fff !important;
font-size: 21px; font-family: 'Open Sans', sans-serif !important;
}
#content .galleria.cover-carousel-tile .galleria-info-description {
color: #ccc; font-family: 'Open Sans', sans-serif !important;
}
 .galleria-thumbnails-container {
top: 20px;
}
.galleria-thumbnails-list {
text-align: right;
right: 30px;
}
.galleria-thumbnails .galleria-image {
background: #1d2d6b !important;
height: 12px !important;
width: 12px !important;
}
 .galleria-stage {
bottom: 0 !important;
}
.galleria-container.notouch {
height: 400px !important;
width: 100%;
/* Se quiser retirar o espaço que fica entre os tiles do menu principal retire essas duas linhas e deixa apenas o bottom: 35px.
Pode acontecer de sobrepor a edit-bar, então teste antes!!
bottom: 35px; 
*/
}
.galleria-info-description {display: none !important;}
.galleria-image img {min-width: 100% !important}

/* -------------- FIM CARROSSEL  --------------- */

.navTreeItem{
line-height: 1.1em;
padding: 0!important;
}
/*TESTANDO SUGESTAO DO FRANKLIN */

.portletNavigationTree a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0.5em;
  line-height: 1.5em;
}


########



##########