footer.css 3.41 KB
/******************Footer-Rodapé**********************************/
#theme-footer {
  width: 100%;
  min-width: 960px;
}

#theme-footer a{
  color: #2c66ce;
}

#theme-footer a:hover{
  color: #2c66ce;
}

#theme-footer #footer-content {
    background: #fff;
}

#theme-footer #footer-logos {
    background: #0042b2;
    max-width: 100%;
    padding: 2em 0;
    height: 49px;
}

#theme-footer #footer-logos > div {
    max-width: 960px;
    margin: 0 auto;
}

#theme-footer #footer-logos a {
  display: block;
  height: 49px;
  float: left;
}

#theme-footer #footer-logos span {
  display: none;
}

#theme-footer #footer-logos .logo-acesso {
  background: transparent url(images/acesso-a-informacao.png) center center no-repeat;
  width: 107px;
}

#theme-footer #footer-logos .logo-brasil {
  background: transparent url(images/brasil.png) center center no-repeat;
  width: 153px;
}

#footer-logos .logo-sgpr {
  background: transparent url(images/sgpr.png) center center no-repeat;
  width: 187px;
  margin-right: 30px;
}

#theme-footer #footer-logos .institucionais {
  float: right;
}

#theme-footer #footer-license {
   max-width: 960px;
   margin: 0 auto;
   text-align: left;
   padding: 5px;
}

#theme-footer #footer-license p {
    color: #0d4094;
   text-align: left;
}

/***********Rodape Colab *********************/

#theme-footer footer{
  display:block
}

#theme-footer footer {
  background:#d5d5d5;
}

#theme-footer footer .footer-atalhos {
  background:#fff;
  border-bottom: 2px;
}

#theme-footer footer .container2{
  width: 100%;
  margin-right:auto;
  margin-left:auto;
  *zoom:1;
  max-width: 960px;
}

#theme-footer .container2:before,
#theme-footer .container2:after {
  display:table;
  content:"";
  line-height:0;
}

#theme-footer .container2:after {
  clear:both;
}

#theme-footer .voltar-ao-topo {
  margin-top: 1.915em;
  text-align: right;
}

#theme-footer footer .footer-atalhos a {
  margin-right:12px
}

#theme-footer footer .footer-atalhos .voltar-ao-topo a {
  color:#717782;
  padding-left: 20px;
  background: url(images/voltar-topo.png) no-repeat left center;
  color: #777;
  font-size: 15px;
}

#theme-footer footer .footer-atalhos .voltar-ao-topo a:hover {
  text-decoration:underline;
}

#theme-footer footer .row {
  margin-bottom: 20px;
  margin-left: auto;
  *zoom: 1;
  margin-right: auto;
}

#theme-footer .row:before,
#theme-footer .row:after {
  display: table;
  content: "";
  line-height: 0;
}

#theme-footer .row:after {
  clear:both;
}

#theme-footer footer nav {
  border-left: 1px dotted #2c66ce;
  padding: 0 5px 0 10px
}

#theme-footer footer nav h2 {
  font-size: 18px;
  font-weight: bold;
  color: #2c66ce;
  line-height: 1.3em;
  padding: 0px;
  margin: 0 0 8px 0;
}

#theme-footer footer nav ul {
  margin-left: 0px; 
}

#theme-footer footer nav li {
  display: block;
  padding-bottom: 3px;
}

#theme-footer footer nav a {
  font-size: 13px;
  color: #2c66ce;
  line-height: 1.7em;
  font-family: "open_sansregular", Arial, Helvetica, sans-serif;
}

#theme-footer footer nav a:hover {
  color: #2c66ce;
  text-decoration: underline;
}

#theme-footer footer .footer-menus {
  padding-bottom: 10px;
}

#theme-footer .span2 {
  width: 104px;
}

#theme-footer [class*="span"] {
  float:left;
  min-height: 1px;
  margin-left: 30px;
  margin-top: 30px;
}

#theme-footer .span3 {
  width:210px;
}

#theme-footer .hide {
  display:none;
}

#theme-footer .visible-phone {
  display:none !important;
}

/*****fim footer Colab*****/