﻿@font-face {
  font-family: 'circularstd-book';
  src: url('/fonts/circularstd-book.eot?#iefix') format('embedded-opentype'), url('/fonts/circularstd-book.woff') format('woff'), url('/fonts/circularstd-book.ttf') format('truetype'), url('/fonts/circularstd-book.svg#circularstd-book') format('svg');
}
/* CORES */
/*#5D676D;*/
/*#5d676d;*/
/*#5D666C*/
/*#BDBDBD*/
/*#5d676d;*/
/*baseCorTexto*/
/* FIM CORES */
body {
  margin: 0;
  font-family: 'circularstd-book', Arial, Verdana, sans-serif;
  font-size: 13px;
  background-image: url('/images/fundoWebsite.png');
  background-repeat: repeat-x;
  font-style: normal;
  font-weight: normal;
  color: #5d666c;
}
#principal {
  width: 970px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
  min-height: 500px;
}
.clear {
  clear: both;
}
#header_left {
  float: left;
}
#header_right {
  float: right;
  width: 790px;
  /*height: 0px;*/
}
.disabled {
  text-decoration: none;
  color: #5d666c;
  opacity: 0.2;
}
/* ------------------------- */
/* LINGUAGEM */
#lang {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  float: right;
  line-height: 25px;
}
#lang a:hover {
  opacity: 0.3;
}
#lang a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #5d666c;
}
::-webkit-input-placeholder {
  opacity: 0.8;
  font-weight: normal;
}
::-moz-placeholder {
  opacity: 0.8;
  font-weight: normal;
}
/* firefox 19+ */
:-ms-input-placeholder {
  opacity: 0.8;
  font-weight: normal;
}
/* ie */
input:-moz-placeholder {
  opacity: 0.8;
  font-weight: normal;
}
.caixa_procura {
  padding-left: 5px;
  font-size: 0.8em;
  line-height: 15px;
}
/* ------------------------- */
/* BOTOES SOCIAL MEDIA */
#socialmedia {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  float: right;
}
#socialmedia a:hover {
  opacity: 0.3;
}
#socialmedia a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #5d666c;
}
/* ------------------------- */
/* HYPERLIGACOES */
#hiperligacoes {
  padding-top: 10px;
  /*padding-bottom: 10px;*/
  font-size: 0.9em;
  float: right;
}
#hiperligacoes a:hover {
  opacity: 0.3;
}
#hiperligacoes a {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  color: #5d666c;
}
/* ------------------------- */
/* ------------------------- */
/* MENU PRINCIPAL */
/* this selector could be div#nav instead of nav depending on which tag you wrapped the ul in */
/*nav {
    width: 100%;
}
 
nav ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
 
nav ul > li {
    list-style: none;
    flex-grow: 1;
    text-align: center;
}
 
nav ul > li > a {
    display: block;
}*/
.nav-menu {
  width: 100%;
  background-color: #999999;
  height: 37px;
  color: #ffffff;
  font-size: 0.83em;
  /*display: table;
    table-layout: fixed;*/
  margin-bottom: 8px;
}
.nav-menu .logo {
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 1.3em;
}
.nav-menu > ul {
  margin: 0;
  padding: 0;
  /*float: left;*/
  list-style-type: none;
  /*display: table-row;*/
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /*display: -moz-box;*/
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  -ms-flex-direction: row;
  flex-direction: row;
}
.nav-menu > ul > li {
  /*float:left;*/
  border-right: 1px solid #ffffff;
  text-align: center;
  /*display: table-cell;*/
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /*-moz-box-flex: 1;*/
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
.nav-item {
  /*display: inline-block;
    padding: 0 20px;*/
  height: 37px;
  line-height: 40px;
  margin: 0;
  text-decoration: none;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
.nav-item:hover {
  background-color: #eeeff0;
  color: #5d666c;
  cursor: pointer;
  text-decoration: none;
}
/* ------------------------- */
#footer {
  position: static;
  clear: both;
  text-align: center;
  height: 33px;
  font-size: 0.83em;
  background-color: #ffffff;
  width: 100%;
  padding-top: 10px;
}
.footerAcreditacoes {
  font-weight: normal;
  width: 100%;
  max-width: 970px;
  height: 105px;
  margin: 0 auto;
  background-color: #f5f5f5;
  color: #999999;
}
.painel_principal {
  /*float:left;*/
}
.titulo_gera {
  border-left: 9px solid #bed62f;
  padding-left: 10px;
  font-size: 1.7em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 20px;
}
.subtitulo_gera {
  color: #afcd45;
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 700;
}
h2 {
  color: #afcd45;
  font-weight: bold;
  font-size: 1.1em;
}
a,
a:hover,
a:active,
a:visited,
a:link {
  text-decoration: none;
}
/*CSS site antigo*/
.linkbody {
  text-align: left;
  color: #afcd45;
  font-weight: bold;
}
.linkbody:link {
  text-decoration: none;
  color: #afcd45;
}
/*CSS site antigo*/
.linkbody:hover {
  text-align: left;
  color: #afcd45;
  font-weight: bold;
}
.linkbodyblack {
  text-align: left;
  color: #5d676d;
}
.linkbodyblack:hover {
  color: #afcd45;
}
p {
  line-height: 23px;
}
#ContentPlaceHolderPrincipal_Painel_principalTemplate ul {
  list-style: none;
  line-height: 26px;
}
#ContentPlaceHolderPrincipal_Painel_principalTemplate ul li:before {
  content: "";
  line-height: 26px;
  width: .3em;
  height: .3em;
  background-color: #afcd45;
  float: left;
  margin: .8em .4em 0 0;
  border-radius: 50%;
}
a {
  color: #afcd45;
  text-decoration: none;
}
.avisoTopoPagina {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  width: 100%;
  display: table-cell;
  text-align: center;
  opacity: 0.6;
  vertical-align: middle;
  border-radius: 2px;
  line-height: 30px;
  font-weight: 700;
  font-size: 1.6em;
  color: #303030;
  font-variant-caps: small-caps;
}
.avisoTopoHistorico {
  background-color: #ff6a00;
}
.avisoTopoNaoPublicado {
  background-color: #82c83c;
}


/*# sourceMappingURL=site.css.map */