* {
  padding: 0;
  margin: 0;
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: url('../img/bg-pattern.png') fixed #a1a1a1;
  text-align: left !important;
}
#header {
  height: 110px;
}
.navbar.institucional {
  border-bottom: 1px solid #674413;
}
.navbar.institucional .nav-container {
  position: relative;
  display: block;
  height: 40px;
  background: url('../img/glow-topo.png') no-repeat center -220px #674413;
  border-bottom: 6px solid #fff;
  text-align: center;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.navbar.institucional .nav-container .nav {
  display: inline-block !important;
  float: none;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.navbar.institucional .nav-container .nav li {
  height: 20px;
  margin: 0 5px;
}
.navbar.institucional .nav-container .nav li a {
  display: block;
  height: 38px;
  padding: 0 20px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold !important;
  font-weight: normal !important;
  letter-spacing: 0.12em;
  line-height: 38px;
  color: #ffffff;
  text-shadow: none !important;
  -moz-transition-duration: .9s;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
}
.navbar.institucional .nav-container .nav li a:hover {
  background-color: #e7dc05;
  text-decoration: none;
  color: #674413;
  -moz-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
.navbar.institucional .nav-container .nav li.espaco-logo a:hover {
  background-color: none !important;
}
.navbar.institucional .nav-container .nav li h1.logo {
  margin-top: 5px;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.navbar.institucional .nav-container .nav li h1.logo a {
  display: block;
  background: url('../img/caduceu.png') no-repeat center top;
  padding-top: 118px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px !important;
  letter-spacing: -0.05em;
  color: #8b6d65 !important;
}
.navbar.institucional .nav-container .nav li h1.logo a strong {
  display: block;
  margin-bottom: -10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8cdca;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 55px;
  letter-spacing: -0.1em;
  color: #68686a;
}
.navbar.institucional .nav-container .nav li h1.logo.perso {
  margin-top: 60px;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.navbar.institucional .nav-container .nav li h1.logo.perso a {
  display: block;
  background: none;
  padding-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  letter-spacing: -0.05em;
  color: #8b6d65 !important;
}
.navbar.institucional .nav-container .nav li h1.logo.perso a strong {
  display: block;
  margin-bottom: -10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8cdca;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 55px;
  letter-spacing: -0.1em;
  color: #68686a;
}
.navbar.institucional.topo-rolagem .nav-container {
  height: 110px;
  background-position: center top;
  background-color: #92601b;
  border-bottom: 12px solid #fff;
}
.navbar.institucional.topo-rolagem .nav-container .nav {
  margin-top: 45px;
}
.navbar.institucional.topo-rolagem li h1.logo {
  margin-top: -70px !important;
  -webkit-transform: scale(.6);
  -moz-transform: scale(.6);
  transform: scale(.6);
}
.navbar.institucional.topo-rolagem li h1.logo.perso {
  margin-top: -30px !important;
}
.navbar.contabil {
  min-height: 52px;
  height: auto;
  background: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition-duration: .8s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}
.navbar.contabil .nav-collapse {
  display: block;
  width: 100%;
  min-height: 52px;
  background: none !important;
}
.navbar.contabil .nav-collapse .nav {
  display: block;
  width: 100%;
  min-height: 52px;
  background: #3a3a3a !important;
  text-align: center;
  -webkit-box-shadow: inset 0 -7px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0 -7px 10px rgba(0,0,0,0.5);
  box-shadow: inset 0 -7px 10px rgba(0,0,0,0.5);
}
.navbar.contabil .nav-collapse .nav li {
  display: inline-block;
  float: none;
  height: 52px;
}
.navbar.contabil .nav-collapse .nav li a {
  display: block;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 25px;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-decoration: none;
  line-height: 52px;
  color: #ffffff;
  -moz-transition-duration: .9s;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
}
.navbar.contabil .nav-collapse .nav li a:hover {
  background: #000000;
  color: #ffffff;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.navbar.contabil.navbar-fixed-top {
  top: 122px;
  height: 35px;
}
.navbar.contabil.navbar-fixed-top .nav li {
  height: 38px;
  margin-top: 7px;
}
.navbar.contabil.navbar-fixed-top .nav li a {
  line-height: 35px;
}
#wrap {
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -300px;
  padding-top: 110px;
  background: url('../img/fundo-site.png') no-repeat center top fixed;
}
.container {
  position: relative;
  min-height: 100%;
  padding-top: 0 !important;
}
.container.pgs {
  padding-bottom: 20px;
}
.container.pgs h2.titulosPGs {
  margin: 0px;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 55px;
  font-weight: normal;
  letter-spacing: -0.1em;
  color: #ffffff;
}
.container #content {
  overflow: hidde;
  background: #fff;
}
.container h2.titulos {
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
}
.container .cont {
  padding: 15px 30px 20px;
  line-height: 20px;
  color: #333;
}
.container .cont h3 {
  margin-top: 0;
}
.indicadores table {
  width: 100% !important;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
.indicadores table img {
  margin: 10px 0 20px;
}
.area-cliente {
  margin-top: -40px;
}
.area-cliente header {
  margin-bottom: 10px;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
}
.area-cliente form fieldset {
  margin-left: 0 !important;
}
.area-cliente form .btn {
  height: 70px;
  background: #bababa;
  color: #ffffff;
  text-shadow: none !important;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.area-cliente form .btn:hover {
  background: #ededed;
  color: #ffffff;
}
.area-cliente form a.adm {
  margin-left: 0;
  padding-left: 15px;
  background: url('../img/ico-area-adm.png') no-repeat left 3px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}
.telefones-redes {
  margin-top: -35px;
  margin-bottom: 15px;
  text-align: right;
}
.telefones-redes .redes-sociais {
  display: block;
  width: 100%;
  font-size: 10px;
  text-transform: lowercase;
  color: #999;
}
.telefones-redes .redes-sociais a {
  display: inline-block;
  overflow: hidden;
  width: 23px;
  height: 23px;
  text-align: left;
  text-indent: -99999em;
  border: none !important;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.telefones-redes .redes-sociais a.facebook {
  background: url('../img/ico-facebook.png') no-repeat center #ffffff;
}
.telefones-redes .redes-sociais a.twitter {
  background: url('../img/ico-twitter.png') no-repeat center #ffffff;
}
.telefones-redes .redes-sociais a:hover {
  background-color: #616161;
  -webkit-box-shadow: 0 0 10px #878787;
  -moz-box-shadow: 0 0 10px #878787;
  box-shadow: 0 0 10px #878787;
}
.telefones-redes .fone {
  display: block;
  width: auto;
  margin-top: 0;
  padding-left: 40px;
  background: url('../img/ico-telefone.png') no-repeat left center;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  line-height: 25px;
}
.telefones-redes .fone small {
  font-size: 18px;
  color: #bababa;
}
.telefones-redes .fone small.nextel {
  font-size: 15px;
  color: #878787;
}
.telefones-redes .fone strong {
  font-size: 28px;
  color: #000000;
}
.linhas-home {
  margin-bottom: 20px;
}
.linhas-home h2 {
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  letter-spacing: -0.1em;
  color: #949494;
}
.linhas-home h2 strong {
  color: #9c9405;
}
.rich-serv {
  position: relative;
  max-height: 251px;
  height: 251px;
}
.rich-serv .richmedia {
  position: absolute;
  left: 0;
}
.rich-serv .lista-servicos {
  position: absolute;
  right: 0;
}
.richmedia {
  max-height: 231px;
  height: 231px;
  overflow: hidden;
  margin-bottom: 20px;
}
.richmedia img {
  left: 0;
  margin-left: 0 !important;
}
.lista-servicos {
  text-align: center;
}
.lista-servicos h2 {
  text-align: left;
  color: #616161;
}
.lista-servicos h2 strong {
  color: #674413;
}
.lista-servicos ul {
  margin: 0 0 10px 25px;
  padding: 0;
  text-align: left;
}
.lista-servicos ul li {
  list-style: none;
  line-height: 22px;
}
.lista-servicos ul li:before {
  content: '•';
  position: relative;
  top: 4px;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 6px 6px 5px;
  background: #674413;
  font-size: 20px;
  line-height: 7px;
  text-align: center;
  color: #ffffff !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lista-servicos.home	ul {
  max-height: 144px;
  margin: -10px 0 0 10px;
  overflow: hidden;
}
.lista-servicos.home	ul li {
  line-height: 28px;
}
.lista-servicos img.ico {
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 2;
  margin-top: -89px;
}
.lista-servicos a {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 3;
  width: 30%;
  margin-left: -20%;
  display: inline-block;
}
.box-empresa img.fachada {
  padding: 8px;
  background: #878787;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.segunda_via a.btn {
  margin-top: 20px;
  text-transform: uppercase;
}
.box-localizacao {
  position: relative;
  margin-top: 20px;
}
.box-localizacao h2 {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 100%;
  min-height: 70px;
  margin-top: -40px;
  padding-top: 10px;
  background: #a86f1f;
  text-align: center;
  color: #FFF;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .9;
  -khtml-opacity: .9;
  -webkit-opacity: .9;
  opacity: .9;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.box-localizacao h2 small {
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
  color: #e7dc05;
}
.box-localizacao h2 strong {
  color: #e7dc05;
}
.box-localizacao .mapa-localizacao {
  height: 275px;
  background: #a86f1f;
  padding: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-localizacao .mapa-localizacao #map {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  -webkit-opacity: .5;
  opacity: .5;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.box-localizacao .mapa-localizacao #map #popup {
  width: 220px;
  height: 60px;
}
.box-localizacao .mapa-localizacao #map #popup h1 {
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  letter-spacing: -0.1em;
}
.box-localizacao:hover h2 {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  visibility: hidden;
}
.box-localizacao:hover .mapa-localizacao #map {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(0%);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.noticias {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.noticias h2 {
  position: relative;
  
  float: left;
  margin: 0;
  margin-left: 10px;
  font-size: 45px;
  font-family: "Allerta", Arial, Helvetica, sans-serif;
  color: #674413;
}
.noticias #noticiasGuiaDosContadoresTopo {
  float: right;
  width: 45%;
  margin: 30px 0 0;
  text-align: right;
}
.noticias #noticiasGuiaDosContadoresTopo ul li {
  display: inline-block;
  padding: 10px 6px;
  margin-bottom: 4px;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  text-align: left;
  text-transform: lowercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.noticias #noticiasGuiaDosContadoresTopo ul li:last-child {
  border-bottom: 2px solid transparent;
}
.noticias #noticiasGuiaDosContadoresTopo ul li:hover,
.noticias #noticiasGuiaDosContadoresTopo ul li.active {
  background-color: #675946;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.noticias #noticiasGuiaDosContadoresTopo ul li.active {
  background-color: #85745b !important;
  text-decoration: underline;
}
.noticias #noticiasGuiaDosContadoresConteudo {
  float: left;
  height: 265px;
  width: 98%;
  overflow: auto;
  margin: -12px 0 0 15px;
  padding-top: 10px;
  border-top: 2px solid #674413;
}
.noticias #noticiasGuiaDosContadoresConteudo div {
  display: none;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul {
  margin-left: 0;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li {
  padding: 10px 0;
  border-bottom: 2px solid #f0f0f0;
  list-style: none;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li:last-child {
  border: none;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li span.Data {
  padding-left: 15px;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li a {
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  text-decoration: none;
  line-height: 18px;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li a span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #666;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.noticias #noticiasGuiaDosContadoresConteudo div ul li a:hover {
  background-color: #f0f0f0;
}
.boletimHome h2 {
  border-bottom: 1px solid #9c9405;
  text-align: center;
}
.boletimHome .list-boletim {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  list-style: none;
}
.boletimHome .list-boletim li {
  padding: 7px 5px;
  border-top: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.boletimHome .list-boletim li:first-child {
  border-top: 0;
}
.boletimHome .list-boletim li:hover {
  background-color: #f6f6f6;
}
.boletimHome .list-boletim li a {
  display: block;
  font: 13px/16px ;
  color: #000;
}
.boletimHome .list-boletim li a .titulo {
  display: inline-block;
  width: 100%;
  margin: 0 0 3px;
  font: bold 15px/20px ;
  color: #674413;
}
.boletimHome .listarTodas {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.boletimHome .listarTodas a {
  display: block;
  padding: 7px 5px;
  font: bold 14px ;
  color: #FFF;
  text-decoration: none;
  background-color: #674413;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.boletimHome .listarTodas a:hover {
  background-color: #3c280b;
}
.boletim-ps {
  margin: 20px 0;
}
.boletim-ps .pg-boletins {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
.boletim-ps .pg-boletins li {
  padding: 7px 5px;
  border-top: 1px solid #e4e4e4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.boletim-ps .pg-boletins li:first-child {
  border-top: 0;
}
.boletim-ps .pg-boletins li:hover {
  background-color: #f6f6f6;
}
.boletim-ps .pg-boletins li a {
  display: block;
  font: 13px/16px ;
  color: #000;
}
.boletim-ps .pg-boletins li a .title {
  display: inline-block;
  width: 100%;
  margin: 0 0 3px;
  font: bold 15px/20px ;
  color: #674413;
}
.boletim-ps .boletim-ps {
  font: 13px/20px ;
  color: #000;
  text-align: justify;
}
.boletim-ps .boletim-ps .title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  font: bold 16px/20px ;
  color: #674413;
}
.boletim-ps .bt-voltar {
  float: right;
  padding: 7px 10px;
  margin-top: 15px;
  font: bold 12px ;
  color: #FFF;
  text-decoration: none;
  background-color: #674413;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.boletim-ps .bt-voltar:hover {
  background-color: #3c280b;
}
.linksUteis {
  text-align: center;
}
.linksUteis h2 {
  border-bottom: 1px solid #9c9405;
}
.linksUteis li {
  display: inline-block;
  list-style: none;
}
.linksUteis li a {
  margin: 0 15px;
}
form.contato {
  position: relative;
}
form.contato button.btn {
  background: #674413;
  color: #ffffff;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
form.contato textarea {
  max-width: 100%;
  min-height: 365px !important;
}
.informacoes .infos,
.informacoes .mapa {
  width: 90%;
}
.informacoes .infos h2,
.informacoes .mapa h2 {
  margin: 0;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  letter-spacing: -0.1em;
  color: #674413;
}
.informacoes .mapa .mapa-localizacao {
  border: 6px solid #674413;
}
#push,
#footer {
  min-height: 300px;
  height: 300px;
}
#footer {
  position: relative;
  background: url('../img/bg-rodape.png') repeat-x left top #ffffff;
  border-top: 12px solid #674413;
  outline: 3px solid #fff;
  color: #000000;
}
#footer .infos {
  padding: 10px 0 5px;
  border-bottom: 1px solid #fff;
}
#footer .infos h2 {
  margin: 0;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  letter-spacing: -0.1em;
  font-weight: normal;
  color: #949494;
}
#footer .infos h2 strong {
  color: #9c9405;
}
#footer .infos .telefones-redes {
  min-height: 240px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 20px;
  border-right: 1px solid #cccccc;
}
#footer .infos .telefones-redes .fone {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #674413;
  background-position: center;
}
#footer .infos .telefones-redes .fone small {
  font-size: 15px;
}
#footer .infos .telefones-redes .fone strong {
  color: #000000;
}
#footer .infos .telefones-redes .redes-sociais {
  float: right;
}
#footer .infos .agenda-tributaria h2 {
  margin-bottom: 0px;
}
#footer .infos .agenda-tributaria table tr#tituloPeriodo td {
  line-height: 30px;
  padding-top: 5px;
  text-align: center;
  font-weight: normal;
}
#footer .infos .endereco {
  float: right;
  min-height: 20px;
  margin-bottom: 10px;
  color: #000000;
}
#footer .infos .box-logo {
  min-height: 240px;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
  text-align: center;
}
#footer .infos .box-logo h1.logo {
  display: inline-block;
  margin-top: 20px;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
#footer .infos .box-logo h1.logo a {
  display: block;
  background: url('../img/caduceu.png') no-repeat center top;
  padding-top: 118px;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  letter-spacing: -0.05em;
  color: #8b6d65 !important;
}
#footer .infos .box-logo h1.logo a strong {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8cdca;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 55px;
  letter-spacing: -0.1em;
  line-height: 35px;
  color: #68686a;
}
#footer .infos .box-logo h1.logo a:hover {
  text-decoration: none;
}
#footer .infos .box-logo h1.logo.perso {
  margin-top: 5px;
  -moz-transition-duration: .3s;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
#footer .infos .box-logo h1.logo.perso a {
  display: block;
  background: none;
  padding-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  letter-spacing: -0.05em;
  color: #8b6d65 !important;
}
#footer .infos .box-logo h1.logo.perso a strong {
  display: block;
  margin-bottom: -10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8cdca;
  font-family: 'Allerta', Arial, Helvetica, sans-serif;
  font-size: 55px;
  letter-spacing: -0.1em;
  color: #68686a;
}
#footer .details {
  position: absolute;
  left: 0;
  bottom: 1px !important;
  float: left;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
  text-align: right;
  color: #808080;
}
#footer .details .summary {
  float: left;
}
#footer .details .summary::-webkit-details-marker {
  display: none;
}
#footer .details strong {
  font-size: 11px;
  color: #674413;
}
#footer .details .assinatura img {
  position: relative;
  top: 5px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  -webkit-opacity: .4;
  opacity: .4;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#footer .details .assinatura:hover img {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.navbar .nav-container {
  background: none;
  border: none;
}
.navbar .nav-container li,
.navbar .nav-container a {
  text-shadow: none !important;
}
.tooltip {
  margin-left: -7px;
}
.tooltip .tooltip-arrow {
  border-top-color: #674413 !important;
}
.tooltip .tooltip-inner {
  background: #674413;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.page-boletos .InfCliente {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 2px solid #ddd;
}
.page-boletos .InfCliente .txt-logado {
  float: left;
  margin: 0;
  line-height: 30px;
}
.page-boletos .InfCliente .txt-nome {
  float: left;
  margin: 0 0 0 5px;
  font-size: 19px;
  line-height: 30px;
  color: #674413;
}
.page-boletos .InfCliente .logout {
  float: left;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  background-color: #674413;
}
.page-boletos .InfCliente .logout:hover {
  background-color: #3c280b;
}
.page-boletos .form-login-boletos {
  text-align: center;
}
.page-boletos .form-login-boletos .BaseCampos {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.page-boletos .form-login-boletos .BaseCampos input {
  max-width: 80%;
  margin: 0 auto;
}
.page-boletos .form-login-boletos .BaseCampos input[type=text] {
  width: 30%;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.page-boletos .form-login-boletos .BtForm {
  display: inline-block;
  padding: 7px 10px;
  margin-top: 15px;
  font: bold 14px ;
  color: #FFF;
  text-decoration: none;
  background-color: #674413;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.page-boletos .form-login-boletos .BtForm:hover {
  background-color: #3c280b;
}
.page-boletos .TitleAzul_18 {
  margin-top: 15px !important;
}
.page-boletos .table-boletos tr td {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.page-boletos .table-boletos tr td.InfNumDocumento {
  text-align: center;
}
.page-boletos .table-boletos tr td.InfVencimento {
  text-align: center;
}
.page-boletos .table-boletos tr td.InfVencimento {
  text-align: center;
}
.page-boletos .table-boletos tr td.InfImprimir a {
  display: inline-block;
  padding: 5px 7px;
  font-size: 15px;
  color: #FFF;
  background-color: #674413;
}
.page-boletos .table-boletos tr td.InfImprimir a:hover {
  background-color: #3c280b;
}
.page-boletos .table-boletos tr .InfNomeCliente {
  text-align: left;
}
.page-boletos .table-boletos thead tr th {
  font-size: 14px;
  text-align: center;
}
.page-boletos.logout {
  text-align: center;
}
.page-boletos.logout h3 {
  margin: 50px 0;
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  color: #674413;
  text-transform: uppercase;
}
.page-boletos.logout h3 img {
  margin-left: 10px;
}
#home li.home a,
#home li.home a:hover,
#empresa li.empresa a,
#empresa li.empresa a:hover,
#servicos li.servicos a,
#servicos li.servicos a:hover,
#contato li.contato a,
#contato li.contato a:hover {
  background: #e7dc05 !important;
  color: #674413 !important;
  cursor: default;
}
#legislacao li.legislacao a,
#legislacao li.legislacao a:hover,
#certidoes li.certidoes a,
#certidoes li.certidoes a:hover,
#agenda_tributaria li.agenda_tributaria a,
#agenda_tributaria li.agenda_tributaria a:hover,
#agenda li.agenda_tributaria a,
#agenda li.agenda_tributaria a:hover,
#links-federais li.links-federais a,
#links-federais li.links-federais a:hover,
#estadual li.estadual a,
#estadual li.estadual a:hover,
#utilidades li.utilidades a,
#utilidades li.utilidades a:hover,
#links-uteis li.utilidades a,
#links-uteis li.utilidades a:hover {
  background: url('../img/bg-btn-over-contabil.png') repeat-x left top #ffffff !important;
  color: #000000 !important;
  text-decoration: none;
  cursor: default;
}
a img {
  border: none;
}
::-webkit-input-placeholder {
  color: #000;
}
:focus::-webkit-input-placeholder {
  color: #ccc;
}
input:-moz-placeholder {
  color: #000;
}
input:focus:-moz-placeholder {
  color: #ccc;
}
input:-webkit-autofill {
  background-color:  !important !important;
  display: inline-block;
  float: left;
  color: #FFFFFF !important;
}
address {
  font-style: normal;
}
@media (max-width: 485px) {
  #header h1 {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
  }
  #header h1 a {
    font-size: 14px !important;
  }
  #header h1 a strong {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .navbar.institucional .nav-container .nav li a {
    padding: 0 2%;
    font-size: 14px !important;
  }
  .topo-rolagem .nav-container {
    height: 57px;
    background-position: center top;
    background-color: #92601b;
    border-bottom: 12px solid #fff;
  }
  .topo-rolagem .nav-container .nav {
    margin-top: 0px;
  }
  .topo-rolagem li h1.logo {
    position: relative !important;
    top: 180px !important;
    margin-top: 40px !important;
  }
  .area-cliente {
    width: 80%;
    margin: 130px auto 0;
  }
  .area-cliente .btn {
    height: 25px;
    background: #616161 !important;
  }
  .area-cliente .btn:hover {
    background: #878787 !important;
    color: #ffffff !important;
  }
  .lista-servicos.home {
    margin: -20px 0 20px 20px;
  }
  .lista-servicos.home ul {
    max-height: 220px !important;
    margin-top: 10px !important;
  }
  .lista-servicos.home ul li {
    font-size: 15px !important;
    line-height: 30px !important;
    color: #000;
  }
  .richmedia,
  img.fachada {
    display: none !important;
    visibility: hidden !important;
  }
  .box-empresa {
    padding: 0 20px;
  }
  h2 {
    text-align: center;
  }
  .linhas-home {
    text-align: center;
  }
  .linhas-home table {
    display: inline-block;
  }
  .telefones-redes {
    text-align: center;
  }
  .telefones-redes .redes-sociais {
    color: #ffffff !important;
  }
  .telefones-redes .fone {
    width: 100%;
    background-image: none !important;
  }
  .telefones-redes .endereco {
    width: 100%;
    text-align: center !important;
  }
  #footer {
    height: auto !important;
    background-image: none !important;
  }
  form.contato {
    width: 92%;
  }
  form.contato .controls-row input,
  form.contato .controls-row select {
    margin-left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 978px) {
  .area-cliente header {
    font-size: 17px;
  }
  .area-cliente form .btn {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  body #wrap {
    padding-left: 20px;
    padding-right: 20px;
    background-attachment: scroll !important;
  }
  #header {
    height: auto;
  }
  .fone {
    background-image: none !important;
  }
  .navbar {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .navbar.institucional {
    position: absolute !important;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .navbar.institucional .nav-container,
  .navbar.institucional .nav {
    position: relative;
    display: inline-block;
  }
  .navbar.institucional .nav-container li,
  .navbar.institucional .nav li {
    display: block;
    min-height: 20px;
    margin: 0 5px;
  }
  .navbar.institucional .nav-container li h1.logo,
  .navbar.institucional .nav li h1.logo {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -170px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .navbar.institucional .nav-container li h1.logo a,
  .navbar.institucional .nav li h1.logo a {
    display: block;
    background: url('../img/caduceu.png') no-repeat center top;
    padding-top: 118px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px !important;
    letter-spacing: -0.05em;
    color: #8b6d65 !important;
  }
  .navbar.institucional .nav-container li h1.logo a strong,
  .navbar.institucional .nav li h1.logo a strong {
    display: block;
    margin-bottom: -10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8cdca;
    font-family: 'Allerta', Arial, Helvetica, sans-serif;
    font-size: 55px;
    letter-spacing: -0.1em;
    color: #68686a;
  }
  .navbar.institucional.topo-rolagem .nav-container {
    height: auto;
  }
  .navbar.institucional.topo-rolagem .nav-container .nav {
    margin-top: 0;
  }
  .navbar.institucional.topo-rolagem li h1.logo {
    margin-top: -150px !important;
  }
  .navbar .navbar.contabil .nav li a {
    padding: 0 20px;
  }
  .navbar.contabil {
    position: relative;
    overflow: hidden;
    height: auto !important;
    min-height: 52px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
  }
  .navbar.contabil button.btn-navbar {
    position: absolute;
    top: 5px;
    right: 2px;
    z-index: 15;
  }
  .navbar.contabil .nav-collapse_contabil {
    top: 50px;
    -webkit-box-shadow: inset 0 -7px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 -7px 10px rgba(0,0,0,0.5);
    box-shadow: inset 0 -7px 10px rgba(0,0,0,0.5);
  }
  .navbar.contabil .nav-collapse_contabil .nav {
    display: block;
    width: 100%;
    text-align: center;
  }
  .navbar.contabil .nav-collapse_contabil .nav li {
    display: block;
    width: 100%;
    float: left;
    height: 52px;
  }
  .navbar.contabil .nav-collapse_contabil .nav li a {
    display: block;
    height: 100%;
    background: transparent;
    margin: 0;
    padding: 0 40px;
    font-family: 'Allerta', Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    line-height: 52px;
    color: #ffffff;
    -moz-transition-duration: .9s;
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
  }
  .navbar.contabil .nav-collapse_contabil .nav li a:hover {
    background: #000000;
    color: #ffffff;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
  .navbar.contabil.collapse {
    height: auto !important;
    overflow: hidden;
  }
  .navbar.contabil.collapse.in {
    height: 20px !important;
  }
  .navbar.contabil.navbar-fixed-top {
    top: 0px;
  }
  .navbar.contabil.navbar-fixed-top .nav-collapse_contabil {
    height: auto;
  }
  .lista-servicos h2 {
    margin-bottom: -10px;
    font-size: 26px;
  }
  .lista-servicos.home	ul li {
    font-size: 12px;
    line-height: 13px;
  }
  .lista-servicos img,
  .lista-servicos a {
    display: none;
  }
  .noticias h2 {
    float: none;
    top: 0;
    display: block;
    width: 100%;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #674413;
    text-align: center;
  }
  .noticias #noticiasGuiaDosContadoresTopo {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .noticias #noticiasGuiaDosContadoresTopo ul li {
    display: inline-block;
    padding: 10px 2%;
    margin-bottom: 4px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    text-align: left;
    text-transform: lowercase;
  }
  #footer .infos .box-logo h1.logo {
    display: inline-block;
    margin-top: 20px;
  }
  #footer .infos .box-logo h1.logo a {
    line-height: 8px;
    font-size: 11px !important;
  }
  #footer .infos .box-logo h1.logo a strong {
    display: block;
    margin-bottom: 5px;
    padding-bottom: -10px;
    font-size: 35px;
    letter-spacing: -0.1em;
    line-height: 35px;
    color: #68686a;
  }
  #footer .infos .box-logo h1.logo a:hover {
    text-decoration: none;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .navbar.contabil .nav li a {
    padding: 0 20px;
  }
  .lista-servicos h2 {
    margin: 0;
  }
  .lista-servicos.home	ul {
    margin: 0 0 20px 5px;
    max-height: 120px;
  }
  .lista-servicos.home	ul li {
    font-size: 12px;
    line-height: 13px;
  }
  .lista-servicos img {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    transform: scale(.7);
  }
  .lista-servicos a {
    bottom: -30px;
  }
  img.ico {
    position: absolute;
    top: 50%;
    right: -50px;
    z-index: 2;
    margin-top: -89px;
  }
  a {
    display: inline-block;
  }
  .noticias h2 {
    float: none;
    top: 0;
    display: block;
    width: 100%;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #674413;
    text-align: center;
  }
  .noticias #noticiasGuiaDosContadoresTopo {
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .noticias #noticiasGuiaDosContadoresTopo ul li {
    display: inline-block;
    padding: 10px 2%;
    margin-bottom: 4px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    text-align: left;
    text-transform: lowercase;
  }
  .linksUteis li {
    display: inline-block;
    list-style: none;
  }
  .linksUteis li a {
    margin: 0 -10px;
  }
  #footer {
    height: auto !important;
  }
  #footer .infos {
    padding-bottom: 40px;
  }
  #footer .infos .agenda-tributaria h2 {
    font-size: 26px;
    text-align: center;
  }
  #footer .infos .telefones-redes .fone {
    background-position: 110px center;
  }
  #footer .infos .telefones-redes .endereco {
    font-size: 12px;
  }
}
.lt-ie9.lt-ie8 .navbar.contabil .nav li {
  display: block;
  float: left;
}
.lt-ie9 .institucional.topo-rolagem h1.logo {
  position: relative;
  top: -70px !important;
}
.lt-ie9 #header .institucional.topo-rolagem h1.logo a {
  background: none;
}
.lt-ie9 .fone {
  background-image: none !important;
}
.alert.aviso-ie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #953b39 !important;
  border-color: #9d201e !important;
  line-height: 26px;
  color: #d7b6b6 !important;
}
.alert.aviso-ie .close {
  margin-right: 50px;
}
.alert.aviso-ie a {
  font-weight: bold;
  text-decoration: underline;
  color: #FFF !important;
}
.alert.aviso-ie button {
  margin-top: 5px !important;
  color: #FFF;
}
#cntdrs {
  text-align: left;
}
#cntdrs .cabecalho {
  margin: 0 0 15px;
}
#cntdrs .cabecalho .titulo {
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
}
#cntdrs .cabecalho .subtitulo {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 21px;
  color: #999;
}
#cntdrs .conteudo p {
  margin: 0;
  padding-bottom: 20px;
  line-height: 21px;
}
#cntdrs .conteudo a {
  text-decoration: underline;
}
#cntdrs .conteudo a:hover {
  text-decoration: none;
}
#cntdrs .conteudo img {
  max-width: 100%;
}
#cntdrs .conteudo ul,
#cntdrs .conteudo ol {
  margin-top: 5px;
  line-height: 21px;
  list-style-position: inside;
}
#cntdrs .conteudo table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
}
#cntdrs .conteudo table > thead > tr > th,
#cntdrs .conteudo table > thead > tr > td,
#cntdrs .conteudo table > tbody > tr > th,
#cntdrs .conteudo table > tbody > tr > td,
#cntdrs .conteudo table > tfoot > tr > th,
#cntdrs .conteudo table > tfoot > tr > td {
  padding: 10px;
  border: 1px solid #ddd;
}
#cntdrs .conteudo table > thead > tr > th {
  vertical-align: bottom;
  border-bottom-width: 2px;
}
#cntdrs .conteudo table > caption + thead > tr:first-child > th,
#cntdrs .conteudo table > caption + thead > tr:first-child > td,
#cntdrs .conteudo table > colgroup + thead > tr:first-child > th,
#cntdrs .conteudo table > colgroup + thead > tr:first-child > td,
#cntdrs .conteudo table > thead:first-child > tr:first-child > th,
#cntdrs .conteudo table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#cntdrs .conteudo table > tbody + tbody {
  border-top: 2px solid;
}
#cntdrs .conteudo table > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}
#cntdrs .conteudo blockquote {
  margin: 0 0 20px;
  padding: 20px;
  border-left: 5px solid;
  font-size: 18px;
}
#cntdrs .conteudo blockquote p:last-child,
#cntdrs .conteudo blockquote ul:last-child,
#cntdrs .conteudo blockquote ol:last-child {
  margin-bottom: 0;
}
#cntdrs .conteudo blockquote footer,
#cntdrs .conteudo blockquote small,
#cntdrs .conteudo blockquote .small {
  display: block;
  font-size: 80%;
  color: #aaa;
}
#cntdrs .conteudo blockquote footer:before,
#cntdrs .conteudo blockquote small:before,
#cntdrs .conteudo blockquote .small:before {
  content: '\2014 \00A0';
}
#cntdrs .lista {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cntdrs .lista li {
  padding: 15px;
  border-top: 1px solid #ddd;
}
#cntdrs .lista li:first-child {
  border: 0;
}
#cntdrs .lista li .descricao {
  margin: 0;
  padding: 5px 0 0 0;
  line-height: 16px;
  color: #999;
}
#cntdrs .lista li a {
  text-decoration: none;
}
#cntdrs .lista li a.titulo {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
#cntdrs .lista li a:hover {
  text-decoration: underline;
}
#cntdrs .lista li .sub-lista {
  margin: 0;
  padding: 0;
  margin-top: 15px;
  list-style: none;
}
#cntdrs .lista li .sub-lista li {
  border: 1px solid #ddd;
  border-bottom: none;
}
#cntdrs .lista li .sub-lista li .descricao {
  color: #999;
}
#cntdrs .lista li .sub-lista li a {
  color: #666;
}
#cntdrs .lista li .sub-lista li a.titulo {
  font-weight: normal;
  font-size: 15px;
}
#cntdrs .lista li .sub-lista li a.t2 {
  font-size: 17px;
}
#cntdrs .lista li .sub-lista li a.t3 {
  font-size: 16px;
}
#cntdrs .lista li .sub-lista li.hover {
  border-left-color: transparent;
  border-right-color: transparent;
}
#cntdrs .lista li .sub-lista li.hover .descricao {
  color: #666;
}
#cntdrs .lista li .sub-lista li.hover a {
  color: #333;
}
#cntdrs .lista li .sub-lista li.hover a:hover {
  text-decoration: underline;
}
#cntdrs .lista li .sub-lista li.ultimo {
  border-bottom: 1px solid #ddd;
}
#cntdrs .lista li.hover {
  background-color: #eee;
}
#cntdrs .lista li.hover .descricao {
  color: #000;
}
#cntdrs .lista li.hover .sub-lista li a {
  text-decoration: none;
}
#cntdrs .lista li.hover .sub-lista.odd {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.odd .hover {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.odd .hover .even {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.odd .hover .even li .odd {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.odd .hover .even li.hover .odd {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.odd .hover .even li.hover .odd li .even {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.odd .hover .even li.hover .odd li.hover .even {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.odd .hover .even li.hover .odd li.hover .even li .odd {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.even {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.even .hover {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.even .hover .odd {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.even .hover .odd li .even {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.even .hover .odd li.hover .even {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.even .hover .odd li.hover .even li .odd {
  background-color: #eee;
}
#cntdrs .lista li.hover .sub-lista.even .hover .odd li.hover .even li.hover .odd {
  background-color: #fff;
}
#cntdrs .lista li.hover .sub-lista.even .hover .odd li.hover .even li.hover .odd li .even {
  background-color: #eee;
}
#cntdrs .lista li.ultimo {
  border-bottom: none;
}
#cntdrs .paginacao {
  margin: 20px;
}
#cntdrs .paginacao .descricao {
  margin-bottom: 20px;
  text-align: center;
}
#cntdrs .paginacao .numeros {
  list-style: none;
  text-align: center;
}
#cntdrs .paginacao .numeros li {
  display: inline-block;
}
#cntdrs .paginacao .numeros a {
  display: block;
  padding: 6px;
  text-decoration: none;
}
#cntdrs .paginacao .numeros .numero {
  margin: 0 5px;
}
#cntdrs .paginacao .numeros .numero a {
  background-color: #eee;
  color: #666;
}
#cntdrs .paginacao .numeros .numero a:hover {
  background-color: #ccc;
  color: #000;
}
#cntdrs .paginacao .numeros .numero.ativo {
  padding: 6px;
  background-color: #666;
  color: #fff;
}
#cntdrs .paginacao .numeros .botao {
  margin: 0 2px;
}
#cntdrs .paginacao .numeros .botao a {
  background-color: #333;
  color: #fff;
}
#cntdrs .paginacao .numeros .botao a:hover {
  background-color: #444;
  color: #fff;
}
#cntdrs.noticia .cabecalho {
  margin: 0 0 15px;
}
#cntdrs.noticia .cabecalho .data {
  margin: 0 0 10px;
  font-size: 15px;
}
#cntdrs.noticia .cabecalho .titulo {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -2px;
  line-height: 37px;
}
#cntdrs.noticia .cabecalho .subtitulo {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 21px;
  color: #999;
}
#cntdrs.noticia .assinatura {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0 0;
  border-top: 1px solid #ddd;
}
#cntdrs.noticia .assinatura .autores {
  display: block;
}
#cntdrs.noticia .assinatura .fontes {
  display: block;
}
#cntdrs.noticia .assinatura .link {
  display: block;
}
#cntdrs.noticia .patrocinio {
  float: left;
  margin: 0 15px 15px 0;
}
#cntdrs.noticia .leia-tambem {
  padding-left: 0;
}
#cntdrs.noticia .link {
  font-size: 13px;
}
#cntdrs {
  padding: 15px 0;
}
#cntdrs a {
  color: #674413;
}
