#cookieNotice {
  right: 0 !important;
  bottom: 1rem !important;
  left: 1rem !important;
  z-index: 9999 !important;
  max-width: 450px;
  padding: 1rem !important;
  color: #000000 !important;
  text-align: justify !important;
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.125) !important;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,0.075);
}
#cookieNotice h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.3rem;
}
#cookieNotice .learn-more {
  color: #000000 !important;
}
#cookieNotice .confirm {
  margin-left: 1.5rem !important;
  padding: .5rem 1rem !important;
  background: green !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#cookieNotice .confirm:hover {
  background: #005c00 !important;
}
@media (max-width: 576px) {
  #cookieNotice {
    left: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  #cookieNotice {
    right: 1rem !important;
    left: 1rem !important;
  }
}
* {
  padding: 0;
  margin: 0;
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: #91b2c2;
  text-align: left !important;
}
#header {
  position: relative;
  min-height: 150px;
}
#header h1.logo {
  width: auto;
  max-width: 575px;
  text-align: right;
}
#header h1.logo a {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding: 45px 5px 40px 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 17px;
  text-transform: lowercase;
  color: #ffffff;
}
#header h1.logo a strong {
  display: block;
  margin-right: -5px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: -0.07em;
  color: #012e6a;
}
#header h1.logo a strong .firstWord {
  color: #ffffff !important;
}
#header h1.logo a:hover {
  text-decoration: none;
}
#header h1.logo .redes-sociais {
  position: relative;
  top: -20px;
  display: block;
  width: 100%;
  height: 25px;
  text-align: right;
}
#header h1.logo .redes-sociais a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  padding: 0;
  background-color: #ffffff;
  text-align: left;
  text-indent: -999999em;
  overflow: hidden;
  -webkit-box-shadow: inset 0px -2px 4px 0 #d3e0e6;
  -moz-box-shadow: inset 0px -2px 4px 0 #d3e0e6;
  box-shadow: inset 0px -2px 4px 0 #d3e0e6;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header h1.logo .redes-sociais a.face {
  background-image: url('../../img/ico-face.png');
  background-position: center;
  background-repeat: no-repeat;
}
#header h1.logo .redes-sociais a.twit {
  background-image: url('../../img/ico-twit.png');
  background-position: center;
  background-repeat: no-repeat;
}
#header h1.logo .redes-sociais a:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 2px #ffffff;
  -moz-box-shadow: 0 0 10px 2px #ffffff;
  box-shadow: 0 0 10px 2px #ffffff;
}
#header h1.logo.perso {
  width: 40%;
  margin: 10px 0 0;
}
#header h1.logo.perso a {
  float: left;
  background: none;
  margin-top: 0px;
  padding: 0px 5px 0;
}
#header h1.logo.perso a:before {
  display: none;
}
#header h1.logo.perso .redes-sociais {
  top: 80px;
}
#header h1.logo.perso .redes-sociais a {
  float: none;
}
#header .infos {
  margin-top: 45px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #000407;
}
#header .infos .end {
  display: block;
  margin-bottom: 10px;
}
#header .infos .end strong {
  font-size: 14px;
  color: #01639f;
}
#header .infos small {
  margin-right: 10px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  color: #ffffff;
}
#header .infos strong.fone {
  float: right;
  margin-left: 10px;
  font-size: 25px;
  color: #ffffff;
}
#header .menu {
  min-height: 70px;
  margin-top: 20px;
  margin-bottom: 0;
  background: #01639f;
  line-height: 70px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header .menu .nav {
  margin-top: 10px;
}
#header .menu .nav li {
  height: 50px;
  padding: 0 7px;
  border-right: 1px solid #0173b8;
  line-height: 30px !important;
}
#header .menu .nav li a {
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: none;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#header .menu .nav li a:hover {
  background: #2d95be;
  color: #000000;
}
#header .menu form.area-cliente {
  position: relative;
  margin-left: 0;
  border: none;
  text-align: right;
}
#header .menu form.area-cliente h3 {
  position: absolute;
  top: -38px;
  left: 13%;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 28px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #01639f;
}
#header .menu form.area-cliente a.adm {
  position: absolute;
  top: -45px;
  right: -10px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: -0.05em;
  text-decoration: underline;
  font-weight: bold;
  color: #000000;
}
#header .menu form.area-cliente a.adm:hover {
  text-decoration: none;
}
#header .menu form.area-cliente input {
  padding: 7px 5px;
  background-color: #015386;
  border: 1px solid #01436c;
  border-right-color: #0192eb;
  border-bottom-color: #0192eb;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 2px 10px 2px #01436c;
  -moz-box-shadow: inset 0px 2px 10px 2px #01436c;
  box-shadow: inset 0px 2px 10px 2px #01436c;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#header .menu form.area-cliente button {
  background: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: lowercase;
  color: #01639f;
}
#header .menu form.area-cliente ::-webkit-input-placeholder {
  color: #0192eb;
}
#header .menu form.area-cliente :focus::-webkit-input-placeholder {
  color: #00243a;
}
#header .menu form.area-cliente input:-moz-placeholder {
  color: #0192eb;
}
#header .menu form.area-cliente input:focus:-moz-placeholder {
  color: #00243a;
}
#header .menu form.area-cliente input:-webkit-autofill {
  background-color: #015386 !important;
  display: inline-block;
  float: left;
  color: #FFFFFF !important;
}
#header .navbar-inner {
  background: none;
  border: none;
  padding-left: 0;
}
#header .navbar-inner .nav-collapse {
  margin-left: 0;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -80px;
  padding-bottom: 85px;
}
.container {
  position: relative;
  min-height: 100%;
  padding-top: 0 !important;
}
.container #content {
  overflow: hidde;
  padding-bottom: 20;
}
.container h2.titulos {
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
}
.richmedia {
  position: relative;
  background: #999999;
  -webkit-box-shadow: inset 580px -40px 700px 0 #666666;
  -moz-box-shadow: inset 580px -40px 700px 0 #666666;
  box-shadow: inset 580px -40px 700px 0 #666666;
}
.richmedia .da-slide img,
.richmedia .da-slide .cont {
  margin-left: 0;
}
.richmedia .da-slide .cont {
  padding-bottom: 45px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.richmedia .da-slide .cont h2 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #030303;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 40px;
  font-style: italic;
  color: #012e6a;
}
.richmedia .da-slide .cont h2 small {
  display: block;
  margin-bottom: 10px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  color: #030303;
}
.richmedia .da-slide .cont p {
  padding-left: 25px;
  color: #012e6a;
}
.richmedia .da-slide .cont ul,
.richmedia .da-slide .cont ol {
  width: 90%;
  max-height: 190px;
  overflow: hidden;
  font-size: 16px;
  color: #012e6a;
}
.richmedia .da-slide .cont ul li,
.richmedia .da-slide .cont ol li {
  padding: 2px 0;
  line-height: 20px;
}
.richmedia .da-dots span {
  background: #808080;
}
.richmedia a.vermais {
  position: absolute;
  z-index: 88888;
  bottom: 0;
  right: 20%;
  width: 70px;
  margin-left: -35px;
  padding: 5px 10px;
  background: #e6e6e6;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  text-align: center;
  color: #333;
}
.ultimas-noticias {
  position: relative;
  height: 295px;
  min-height: 295px;
  margin-bottom: -5px;
  padding: 10px 0;
  background: #01639f;
}
.ultimas-noticias h3 {
  height: 55px;
  margin: 0;
  background: #8f8f8f;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  line-height: 55px;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
}
.ultimas-noticias h3 strong {
  color: #012e6a;
}
.ultimas-noticias #noticiasGuiaDosContadoresTopo {
  position: absolute;
  top: -60px;
  right: 0;
  height: 58px;
}
.ultimas-noticias #noticiasGuiaDosContadoresTopo ul li {
  position: relative;
  float: left;
  height: 58px;
  margin: 0 5px;
  padding: 0 18px;
  font-size: 15px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  list-style: none;
  line-height: 64px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ultimas-noticias #noticiasGuiaDosContadoresTopo ul li:hover,
.ultimas-noticias #noticiasGuiaDosContadoresTopo ul li.active {
  text-decoration: underline;
  color: #ffffff;
}
.ultimas-noticias #noticiasGuiaDosContadoresTopo ul li:hover:after,
.ultimas-noticias #noticiasGuiaDosContadoresTopo ul li.active:after {
  position: absolute;
  z-index: 7;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 1px;
  height: 1px;
  margin-left: -8px;
  border: 5px solid transparent;
  border-top-color: #a1dbfe;
}
.ultimas-noticias #noticiasGuiaDosContadoresTopo ul li.active {
  cursor: default;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 295px;
  margin: 10px auto;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div {
  min-height: 190px;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides {
  position: relative;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px dotted #0183d2;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li a {
  position: relative;
  display: block;
  height: 150px;
  margin: 10px 0;
  padding: 15px 25px 15px 85px;
  color: #09a0fd;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li a strong {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #8f8f8f;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
  color: #ffffff;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li a span {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: normal;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li a span.Data {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 54px;
  height: 40px;
  padding: 11px 10px 0 3px;
  background: url('../../img/ico-noticias.png') no-repeat 0 bottom;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: -0.09em;
  line-height: 45px;
  font-weight: bold;
  text-indent: 3px;
  text-align: center;
  overflow: hidden;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li a:hover {
  background: #8f8f8f;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li#listarTodas {
  height: 40px;
  margin: 70px 0 0;
  border: none;
  text-align: center;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li#listarTodas a {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin: 0;
  padding: 3px 0;
  background: #8f8f8f;
  text-decoration: none;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .slides li#listarTodas a:hover {
  background: #828282;
  text-decoration: underline;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -25px !important;
  text-align: center;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .flex-control-nav li a {
  width: 11xp;
  height: 11px;
  display: block;
  background: #8f8f8f;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .flex-control-nav li a:hover {
  background: #333;
  background: #09a0fd;
}
.ultimas-noticias.plus #noticiasGuiaDosContadoresConteudo div .flex-control-nav li a.flex-active {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
  background: #012e6a;
  cursor: default;
}
.conteudo {
  padding: 10px 0 !important;
  background: #FFF;
}
.conteudo .cols {
  margin-left: 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}
.conteudo ul.menu-contabil {
  margin: 0;
  padding: 10px 15px 0;
  background: #49a2cf;
  list-style: none;
}
.conteudo ul.menu-contabil li {
  border-bottom: 1px solid #b2c9d4;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
}
.conteudo ul.menu-contabil li a {
  display: block;
  margin: 5px 0;
  padding: 10px 10px 10px 0;
  text-align: right;
  color: #fff;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.conteudo ul.menu-contabil li a:hover {
  background: #2d95be;
  color: #012e6a;
}
.logos {
  margin-top: 15px;
  border-right: 1px solid #ffffff;
}
.logos ul {
  margin-left: 0;
}
.logos ul li {
  list-style: none;
}
.logos ul li a {
  display: block;
  width: 100%;
  height: 57px;
  text-align: center;
  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: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.logos ul li a img {
  display: inline-block;
  width: 181px;
  height: 57px;
}
.logos ul li a:hover {
  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=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.mapa {
  margin-left: 0 !important;
}
.mapa .mapa-localizacao {
  height: 430px;
  border: 6px solid #012351;
  border-right: none;
}
.mapa.span6 .mapa-localizacao {
  height: 290px;
}
h2.titulosPGs {
  height: 55px;
  margin: 10px 0;
  border: 5px solid #01639f;
  border-left: none;
  border-right: none;
  background: #8f8f8f;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 55px;
  letter-spacing: -0.05em;
  text-align: right;
  color: #012e6a;
}
h2.titulosPGs strong {
  color: #012e6a;
}
h3 {
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #49a2cf;
}
h3 strong {
  color: #012e6a;
}
h3.padrao {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 29px;
  text-align: center;
}
h3.padrao strong {
  font-size: 30px;
}
h3.padrao.pg404 {
  margin-top: 50px;
  line-height: 55px;
}
h3.padrao.pg404 strong {
  font-size: 55px;
}
h3.gd {
  position: relative;
  width: 250px;
  text-transform: uppercase;
}
h3.gd span {
  position: absolute;
  left: 0;
  display: block;
  height: 100px;
  margin-top: 10%;
  padding-top: 10px;
  line-height: 30px;
}
h3.gd span.txt {
  z-index: 3;
  padding-top: 25px;
  padding-left: 16px;
  font-size: 23px;
  color: #91b2c2;
  -webkit-text-shadow: -1px 1px 2px rgba(0,0,0,0.5);
  -moz-text-shadow: -1px 1px 2px rgba(0,0,0,0.5);
  text-shadow: -1px 1px 2px rgba(0,0,0,0.5);
  filter: dropshadow(rgba(0,0,0,0.5),offx=-1px,offy=1px);
}
h3.gd span.txt strong {
  font-size: 40px;
  color: #ffffff;
}
h3.gd span.est {
  z-index: 2;
  width: 100%;
  background: #7195c6;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
}
h3.gd.localizacao {
  width: 100%;
}
.highlight {
  padding: .5rem;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #f9f9f9;
}
.highlight .form-text {
  margin-top: 0;
  font-size: 100%;
  line-height: normal;
}
.highlight input {
  display: none;
}
.page-empresa .txtConteudo {
  padding: 10px;
}
.page-empresa .txtConteudo h3 {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 1.250em;
}
.page-empresa .txtConteudo h4 {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1em;
}
.page-empresa .txtConteudo ol,
.page-empresa .txtConteudo ul {
  padding-left: 20px;
}
.page-empresa .txtConteudo ol > li,
.page-empresa .txtConteudo ul > li {
  margin-top: .5rem;
}
.page-empresa .txtConteudo ol > li:first-child,
.page-empresa .txtConteudo ul > li:first-child {
  margin-top: 0;
}
.page-empresa .txtConteudo ol > li ol,
.page-empresa .txtConteudo ol > li ul,
.page-empresa .txtConteudo ul > li ol,
.page-empresa .txtConteudo ul > li ul {
  padding-left: 20px;
}
.page-empresa .txtConteudo blockquote {
  position: relative;
  padding: 1.2em 0 2em 2.5rem;
  text-align: justify;
  border: none;
  margin: 20px 0 20px 2.5rem;
}
.page-empresa .txtConteudo blockquote:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  color: ;
  top: 0;
  background: -moz-linear-gradient(top, 0%, 60%,rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top, 0%, 60%,rgba(255,255,255,0) 100%);
}
.page-empresa .txtConteudo blockquote:before {
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 20px;
  display: block;
  margin-bottom: 0.8em;
  font-weight: 400;
  color: ;
}
.page-empresa.politica-privacidade {
  text-align: justify;
}
.box-empresa {
  padding-bottom: 40px;
  border-bottom: 1px dotted #ffffff;
  overflow: hidden;
}
.box-empresa h3.gd {
  margin: 0 !important;
}
.box-empresa div.fachada {
  display: block;
  float: left;
  min-width: 280px;
  min-height: 135px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
.box-empresa p {
  padding-top: 20px;
  padding-left: 15px;
  font-weight: normal;
}
.box-empresa a {
  margin-right: 15px;
  background: #010204;
}
form.contato input[type=submit] {
  float: right;
  background: #012e6a;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form.contato input[type=submit]:hover {
  background: #01449d;
}
form.contato legend {
  line-height: 20px;
}
form.contato legend small {
  font-weight: normal;
}
.informacoes {
  border-left: 1px solid #ffffff;
}
.informacoes h3 {
  margin: 0;
}
.informacoes .infos {
  padding-left: 15px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
}
.informacoes .infos .telefone strong {
  font-size: 20px;
  color: #012e6a;
}
.informacoes .infos .end {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #ffffff;
}
.informacoes .infos .end strong {
  display: block;
}
#push,
#footer {
  height: 80px;
}
#footer {
  position: relative;
  color: #000407;
}
#footer .end {
  display: block;
  margin: 20px 0 0 0;
}
#footer .end strong {
  font-size: 14px;
  color: #01639f;
}
#footer .fone {
  margin-top: 20px;
  text-align: right;
}
#footer .fone small {
  margin-right: 10px;
  font-family: 'Tienne', Arial, Helvetica, sans-serif;
  color: #ffffff;
}
#footer .fone strong.fone {
  float: right;
  margin: 0px 0 0 10px;
  font-size: 25px;
  color: #ffffff;
}
#footer .details {
  position: absolute;
  left: 0;
  bottom: 1px;
  float: left;
  display: block;
  width: 100%;
  height: 25px;
  background: #81a7b9;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 25px;
  text-align: right;
  color: #f3f7f9;
}
#footer .details .summary {
  float: left;
}
#footer .details .summary::-webkit-details-marker {
  display: none;
}
#footer .details .summary a {
  color: #fff;
}
#footer .details strong {
  font-size: 11px;
  color: #FFF;
}
p,
.lista-servicos {
  font-weight: normal;
}
#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: #49a2cf !important;
  color: #ffffff !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: #01639f;
  color: #000000;
  text-decoration: none;
  cursor: default;
}
a>img {
  border: none;
}
@media (max-width: 485px) {
  .richmedia #da-slider .da-slide .cont h2 {
    margin-left: 15px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 25px !important;
  }
  .richmedia #da-slider .da-slide .cont ul,
  .richmedia #da-slider .da-slide .cont ol {
    max-height: 215px;
    width: 300px;
    font-size: 13px;
  }
  .ultimas-noticias #noticiasGuiaDosContadoresTopo ul	li {
    margin: 0;
    padding: 0 6px !important;
    font-size: 13px;
  }
}
@media (min-width: 486px) and (max-width: 767px) {
  .richmedia #da-slider .da-slide .cont h2 {
    margin-left: 15px;
    font-size: 35px;
  }
  .richmedia #da-slider .da-slide .cont ul,
  .richmedia #da-slider .da-slide .cont ol {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .redes-sociais {
    position: absolute !important;
    top: 60px !important;
    right: 30px;
  }
  #header {
    text-align: center;
  }
  #header h1.logo {
    float: none;
    display: inline-block;
    width: auto !important;
  }
  #header .infos {
    margin-top: 0;
    text-align: center !important;
  }
  #header .infos strong.fone {
    float: none !important;
  }
  #header .menu {
    position: relative;
    float: left;
  }
  form.area-cliente {
    width: 90% !important;
    margin-top: 20px !important;
    margin-left: 3% !important;
    background: #91b2c2 !important;
  }
  form.area-cliente h3 {
    top: -50px;
    left: 0 !important;
    font-size: 27px !important;
    color: #91b2c2 !important;
  }
  form.area-cliente a {
    right: 5px !important;
  }
  h2.titulosPGs {
    line-height: 45px;
  }
  .richmedia {
    -webkit-box-shadow: inset 20px -40px 700px 0 #000205;
    -moz-box-shadow: inset 20px -40px 700px 0 #000205;
    box-shadow: inset 20px -40px 700px 0 #000205;
  }
  .richmedia #da-slider .da-slide img {
    visibility: hidden;
  }
  .richmedia #da-slider .da-slide h2 {
    padding: 0 3%;
  }
  .richmedia #da-slider .da-slide ul,
  .richmedia #da-slider .da-slide ol {
    margin-left: -47% !important;
  }
  .richmedia #da-slider .da-slide .cont {
    position: relative;
    float: left;
    width: auto;
  }
  .ultimas-noticias h3 {
    display: block;
    height: 80px;
    margin-bottom: -40px;
    text-align: center;
  }
  .ultimas-noticias #noticiasGuiaDosContadoresTopo {
    position: relative;
    top: -5px;
    display: block;
    width: 100%;
  }
  .ultimas-noticias #noticiasGuiaDosContadoresTopo ul {
    display: block;
    margin: 0;
    text-align: center;
  }
  .ultimas-noticias #noticiasGuiaDosContadoresTopo ul li {
    float: none;
    display: inline-block;
  }
  .conteudo .cols.span9 {
    padding-left: 25px;
  }
  .conteudo .cols.span3 {
    float: left;
    margin-top: 40px;
    margin-left: 0;
  }
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .richmedia,
  .da-slider {
    height: 246px !important;
    -webkit-box-shadow: inset 340px -40px 700px 0 #666666;
    -moz-box-shadow: inset 340px -40px 700px 0 #666666;
    box-shadow: inset 340px -40px 700px 0 #666666;
  }
  .richmedia h2,
  .da-slider h2 {
    margin-bottom: 5px;
    font-size: 30px !important;
    line-height: 25px !important;
  }
  .richmedia ul,
  .richmedia ol,
  .da-slider ul,
  .da-slider ol {
    max-height: 72px !important;
  }
  .richmedia ul li,
  .richmedia ol li,
  .da-slider ul li,
  .da-slider ol li {
    line-height: 15px !important;
    font-size: 12px !important;
  }
  form.area-cliente {
    width: 90% !important;
    margin-top: 20px !important;
    margin-left: 3% !important;
    background: #91b2c2 !important;
  }
  form.area-cliente h3 {
    top: 18px !important;
    left: 2% !important;
    color: #2d95be !important;
  }
  form.area-cliente a {
    right: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  .richmedia,
  .da-slider {
    height: 321px !important;
  }
  .richmedia h2,
  .da-slider h2 {
    font-size: 35px !important;
    line-height: 35px !important;
  }
  .richmedia ul,
  .richmedia ol,
  .da-slider ul,
  .da-slider ol {
    max-height: 110px !important;
  }
  .richmedia ul li,
  .richmedia ol li,
  .da-slider ul li,
  .da-slider ol li {
    line-height: 15px !important;
    font-size: 12px !important;
  }
  form.area-cliente h3 {
    left: 9% !important;
    font-size: 23px !important;
  }
}
@media (min-width: 980px) {
  .richmedia {
    -webkit-box-shadow: inset 450px -40px 700px 0 #666666;
    -moz-box-shadow: inset 450px -40px 700px 0 #666666;
    box-shadow: inset 450px -40px 700px 0 #666666;
  }
}
@media (max-width: 979px) {
  .menu ul.nav li {
    border-right: none !important;
  }
  #noticiasGuiaDosContadoresTopo ul li {
    padding: 0 10px !important;
  }
  h2.titulosPGs {
    text-align: center;
  }
  .nav a,
  .conteudo * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
  .btn-navbar {
    margin-top: 20px !important;
    background: #91b2c2 !important;
  }
  .btn-navbar .icon-bar {
    background: #ffffff !important;
  }
  h3.gd {
    position: relative;
    width: 250px;
    text-transform: uppercase;
  }
  h3.gd span {
    margin-top: 5% !important;
  }
}
.lt-ie9 .conteudo {
  position: relative;
  top: 0px;
}
.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;
}
