@import url("grid.css");
@import url("../../../contraste.css");
/********** Basic styles **********/

body {
  background: #ffffff;
  color: #333333;
  font-family: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}


#btn-back-to-top {
    background: #008A52;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 2.8em;
    height: 2.8em;
    display: none;
    border-radius: 2em;
    border: none;
    box-shadow: 0 0 0.1em black;

    
}



#btn-back-to-top:hover {
    box-shadow: 0 0 0.3em green;
    
}




/* Logo */
#portal-logo{
  display: none;
  float: left;
  margin: 1.5em;

}

#portal-logo-new{
  display: inline-block;
  margin: 0em 1.5em 2em 2em;
}


#portal-siteactions{
  display: inline-block;
}

#portal-siteactions{
  width: 100%;
  padding: 1em 0.5em;
  box-sizing: border-box;
}


.cover-list-tile{
    width: 100%;
    height: 50px;
    background-color: #EFEFEF;
}

.list-item{
    position: relative;
    float: left;
    margin-left: 30px;
}

 .menuButtonActivation{
        display:none !important;
    }
    

.filterGrayOn{
   
    max-width: 250px;
	transition: .3s;
    
    
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(90%);
	filter: gray;
    */
}






.filterGrayOff{
    /*
    -webkit-filter: none;	
	filter: none;
    transition: .3s;  
    */

}

 li#ButtonMenuFixed{
    position: absolute !important;
    right: 8px;
    top: 0 !important;
    float: none !important;
  
    }


a:link,
a:visited,
#content a:link,
#content a:visited {
  color: #000000;
}
.state-published {
  color: #000000 !important;
}
a:hover {
  color: #283e93;
}
#content a:hover,
dl.portlet a:hover {
  color: #283e93 !important;
}
.clear {
  clear: both;
}
/********** Main container **********/
#wrapper {
  padding: 0;
}
#main {
  margin: 0 auto;
  max-width: 96%;
}
/********** Header **********/
header {
    

  background-color: #F8F8F8;
  color: #000000;
}
header a:link,
header a:visited {
  color: #000000;
}
header a:hover {
  color: #283e93;
}






#portal-personaltools {
  background: #283e93;
}

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

#portal-personaltools dd a:hover {
  background: #ffffff;
  color: #000000;
}

#portal-siteactions {
  text-align: right;
  /*margin-right: 1em;*/
  font-size: 85%;
}
#portal-siteactions a:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  margin-right: 0.2em;
}
#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";
}
#siteaction-perguntasfrequentes a:before {
  content: "\f059";
}
#portal-siteactions li#siteaction-accessibility {
  width: 17px;
}
#portal-siteactions li a:hover {
  color: #d27f10;
}
.banner-home {
  height: 150px;
  background-image: url('../img/BANNER-TOP-SITE.jpg');
  background-size: cover;
  background-position: center center;

}
.banner-home:after {
    content:"";
    background: -webkit-linear-gradient(left, rgba(44, 180, 124, 1) 0%, rgba(0, 122, 72, 1) 25%, rgba(244, 174, 61, 1) 70%, rgba(255, 207, 130, 1) 100%);
    display: block;
    height:3px;
    width: 100%;
    position: relative;
    bottom: 0;
}



/* 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: #283e93;
  color: #ffffff;
  cursor: pointer;
}

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

#portal-searchbox input {
  border-radius: 30px;
}

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

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

/* Navigation */
#main-navigation {
  margin: 0;
  clear: both;
  background: #F8F8F8;
  color: #000000;
  background-color: #EFEFEF;
  box-shadow:0px 8px 8px 0px rgba(0,0,0,0.3);

}
#main-navigation ul {
  list-style-type: none;
  margin: 0;

  text-align: right;
}
#main-navigation li {
  display: inline-block;
    text-transform: uppercase;
}

#main-navigation li::after {
 /* content: '';*/
  position: absolute;
  margin: auto;
  right: -2px;
  top: 0;
  bottom: 0;
  background-color: #000000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

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

#main-navigation li a:link {
  transition: 0.4s;
  font-size: 80%;
  text-decoration: none;
  display: block;
  color: white;
  text-align: center;
  padding: 12px 10px;
  
}


#main-navigation li a:hover:not(.active) {
  background-color: #F8F8F8;
  color: #d27f10;
  padding: 12px 10px;

}


#main-navigation li a:link,
#main-navigation li a:visited {
  color: #000000;
}






/* Mobile Menu button colors */

.menu-button{
  background: #ffffff;
  
}

div.menu-button {
  border-color: black;
  background: none;
  color: black;
  

}

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



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

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

/********** Content **********/
/* breadcrumb */
#portal-breadcrumbs {
  margin: 1.2em 2%;
  font-size: 80%;
  clear: both;
}
.section-front-page #portal-breadcrumbs {
  visibility: hidden;
}
/* text styles */
p {
  line-height: 1.4em;
}
h1 {
  color: #071E57;
  border: none;
  margin-bottom: 0;
  font-size: 2.5em;
}
h2 {
  color: #071E57;
}
h3 {
  color: #283e93;
}
H4 {
  color: #071E57;   
}
.classe-destaque{
font-weight: bold;
color: red;
border: 1px solid #333;
}


#content {
  margin: 0;
}
#content .documentDescription,
#content #description {
  color: #4d4d4d;
  font-weight: normal;
  margin-bottom: 1em;
}
/********** Tiles **********/
.tile-header h2, .tile-content h2, .documentFirstHeading {
    font-size: 2.5em;
    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: #1a3a64;
  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: #E6E6E6 1px solid;
  font-weight: bold;
  background-color: transparent;
  color: #283e93;
}
.portletHeader a,
dl.portlet dt.portletHeader a {
  color: #283e93;
  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;
}
/* portlet navigation */
.portletNavigationTree ul {
  margin: 0;
}
.portletNavigationTree li {
  list-style-position: inside;
}
.portlet.portletNavigationTree .navTree .navTreeItem {
  margin: 0;
}
.portlet.portletNavigationTree .navTreeLevel0 > .navTreeItem {
  padding: 0;
}
.portlet.portletNavigationTree .navTree > .navTreeItem {
  border-bottom: rgba(37, 82, 140, 0.05) 1px solid;
  list-style: none;
}
.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem {
  padding-left: 1em;
}
.portlet.portletNavigationTree .navTreeLevel1 .navTreeItem:last-of-type {
  border-bottom: none;
}
.portlet.portletNavigationTree .navTree .navTreeItem a {
  display: block;
  padding: 0.8em 1em;
  transition: all ease-out 0.1s;
  line-height: initial;
}
.portlet.portletNavigationTree .navTree .navTreeItem a:hover {
  background-color: rgba(37, 82, 140, 0.05);
}
.portlet.portletNavigationTree .navTree .navTreeItem a.navTreeCurrentItem {
  background-color: rgba(37, 82, 140, 0.2);
}
dl.portlet ul.navTree .navTreeCurrentItem {
  border-left: none;
  margin: 0;
}
.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;
}
.portlet .portletHeader > a, .portlet .portletHeader > span:nth-child(2) {
  display: block;
  color: #1A3A64;
  padding: 0.7em 0em;
  font-size: 1.2em;
}
.portlet .portletHeader > a:hover {
  background-color: initial;
  color: #6180A9 !important;
}
.portlet .portletHeader {
  padding: 0;
}
/********** Footer **********/
footer {
    
    content:"";
  background: #1b397c ;    
  margin-top: 1em;
  font-size: 80%;
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF !important;
}
footer p {
  margin-bottom: 1em;
}

.footer-item {
  padding: 0 2%;
}
#footer-info {
  padding-top: 3em; 
}

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

.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: #000;
  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: #1D2D6B;
  }
  dl.portlet ul.navTree .navTreeCurrentItem {
    border-color: #1D2D6B;
  }

  dl.portlet ul.navTree li a:hover {
    border-color: #1D2D6B;
  }
  
}

@media (max-width: 1030px){

    .responsive{
        width: 100% !important;
        height: 100% !important;
        
    }
    
}



/* Landscape phones and down */
@media (max-width: 767px) {
    
     div.cover-banner-tile a img{  
      
   /*     width: 100% !important;
        height: 70px !important;
     */        
     }
  
   
      
    #main-navigation li:not(:last-child) {
        display: none;
        
    }
    
   
   
    li.menu-button{
        float: right;
        display: block;    
        
        
    }

  
    #portal-logo-new {
      display: inline-block;
      font-size: 90%;
     

      
    }

    a#portal-logo-new img {
    display: block;
     margin-left: auto;
     margin-right: auto;
     width: 100%; 
     height: 100%;
   
     
    }
    
    .menu{
        float: none;
        display: block;
        text-align: left;
    
    }

    #main-navigation ul {
      
      
      box-sizing: border-box;
      padding: 0;
      padding-right: 0.5em;
      text-align: right;
      float: none;
      width: 100%;
      height: 100%;
      overflow: hidden;
      /*white-space: nowrap;
      overflow-x: scroll;
      overflow-y: hidden;*/
      
      -webkit-overflow-scrolling: touch;
      
  }

  
   

    #main-navigation ul::after {
      content: '';
     
      height: 43px;
      position: absolute;
      pointer-events: none;
      right: 0;
      top: 0;
      width: 2.2em;
      z-index: 10;
    }
    
    .menuActivation{
        display:inline !important;
    }
    
   
        
   

    #main-navigation li {
      float: none;
     
    }

    #main-navigation li a:link {
      padding: 1.2em 1.5em;
      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;
  }       
}
