#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;
  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;
  -o-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;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../../fonts/icomoon.eot');
  src: url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #3a2719 url(../../img/bg-body.png);
}
body #siteWrapper {
  margin-top: 30px;
  background: #ded9d3;
}
body #siteWrapper .siteHeader {
  background: #f8f8f8;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fcfcfc),color-stop(1,#FFF));
  background: -ms-linear-gradient(bottom,#fcfcfc,#FFF);
  background: -moz-linear-gradient(center bottom,#fcfcfc 0%,#FFF 100%);
  background: -o-linear-gradient(#FFF,#fcfcfc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0);
}
body #siteWrapper .siteHeader .logotipoCont {
  min-height: 145px;
  display: table;
}
body #siteWrapper .siteHeader .logotipoCont .middle {
  display: table-cell;
  vertical-align: middle;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer .iconCaduceu {
  position: relative;
  margin-top: 10px;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer .iconCaduceu:after {
  content: 'C';
  font-family: 'icomoon';
  font-size: 145px;
  position: absolute;
  color: #6b3b25;
  left: -23px;
  top: -150px;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer .iconCaduceu:before {
  content: 'T';
  font-family: 'icomoon';
  font-size: 160px;
  position: absolute;
  color: #ecca85;
  left: -30px;
  top: -180px;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer hgroup {
  display: inline-block;
  min-height: 148px;
  overflow: hidden;
  position: relative;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer hgroup h1,
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer hgroup h2 {
  font-family: 'Droid Sans', sans-serif;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer hgroup h1 {
  font-size: 80px;
  color: #6b3b25;
  border-bottom: 5px solid #e09202;
  display: inline-block;
  font-weight: normal;
  letter-spacing: -3px;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer hgroup h2 {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  color: #6b3b25;
  min-height: 15px;
}
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer:hover,
body #siteWrapper .siteHeader .logotipoCont .middle .logotipoContainer:active {
  text-decoration: none;
}
body #siteWrapper .siteHeader .social {
  text-align: right;
  margin-top: 10px;
}
body #siteWrapper .siteHeader .social .socialTitle {
  font-size: 12px;
  position: relative;
  top: -10px;
  right: 5px;
  color: #3a2719;
}
body #siteWrapper .siteHeader .social a {
  background: url(../../img//sprite-social.png) no-repeat;
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
}
body #siteWrapper .siteHeader .social a.facebook:hover {
  background-position: 0 -32px;
}
body #siteWrapper .siteHeader .social a.twitter {
  background-position: -40px 0;
}
body #siteWrapper .siteHeader .social a.twitter:hover {
  background-position: -40px -32px;
}
body #siteWrapper .siteHeader address {
  position: relative;
  top: 70px;
  text-align: right;
  font-family: 'Droid Sans', sans-serif;
  letter-spacing: -1px;
  font-size: 16px;
  color: #3a2719;
}
body #siteWrapper .siteHeader address a {
  background: #3a2719;
  color: white;
  font-weight: normal;
  padding: 2px;
  line-height: 0;
  font-size: 11px;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  margin-left: 5px;
}
body #siteWrapper .siteHeader address a:hover,
body #siteWrapper .siteHeader address a:active {
  background: white;
  color: #3a2719;
}
body #siteWrapper #navegacaoPrincipal nav {
  background: #a88c3d;
  border: 4px solid transparent;
  border-top-color: #c2a656;
  border-left-color: #957c36;
  border-right-color: #957c36;
  border-bottom-color: #705d29;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 101%;
  margin-left: -0.5%;
  -webkit-box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 0 rgba(0,0,0,0.1);
}
body #siteWrapper #navegacaoPrincipal nav a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Droid Sans', sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  text-shadow: 1px 1px 0px #969696;
  padding-top: 20px;
  padding-bottom: 17px;
  border: 4px solid transparent;
  margin-top: -4px;
  border-left: none;
  border-right: none;
}
body #siteWrapper #navegacaoPrincipal nav a:hover {
  background: #63483d;
  text-shadow: none;
  border: 4px solid #63483d;
  margin-top: -4px;
  border-left: none;
  border-right: none;
}
body #siteWrapper #navegacaoPrincipal nav .telefone {
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
  color: #ffffff;
  padding: 15px 25px;
  float: right;
}
body #siteWrapper #navegacaoPrincipal nav .telefone .ddd {
  color: #63483d;
}
body #siteWrapper #slider {
  height: 340px;
  position: relative;
}
body #siteWrapper #slider form#acessoTransdoc {
  z-index: 99;
  top: 45px;
  right: -7px;
  height: 240px;
  overflow: hidden;
  position: absolute;
  background: #a88c3d;
  padding: 10px;
  border: 3px solid transparent;
  border-top-color: #c2a656;
  border-left-color: #957c36;
  border-right-color: #957c36;
  border-bottom-color: #705d29;
  width: 350px;
}
body #siteWrapper #slider form#acessoTransdoc h3 {
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 30px;
}
body #siteWrapper #slider form#acessoTransdoc input {
  background: #c2a656;
  border: none;
  width: 100%;
  height: 45px;
  padding: 10px;
  margin-top: 15px;
  color: #ffffff;
}
body #siteWrapper #slider form#acessoTransdoc input::-webkit-input-placeholder {
  color: #ddcda1;
}
body #siteWrapper #slider form#acessoTransdoc input:-moz-placeholder {
  color: #ddcda1;
}
body #siteWrapper #slider form#acessoTransdoc input::-moz-placeholder {
  color: #ddcda1;
}
body #siteWrapper #slider form#acessoTransdoc input:-ms-input-placeholder {
  color: #ddcda1;
}
body #siteWrapper #slider form#acessoTransdoc a {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
body #siteWrapper #slider form#acessoTransdoc button {
  margin-top: 10px;
  float: right;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #6b3b25;
  color: #ffffff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}
body #siteWrapper #navegacaoSecundaria nav {
  margin-top: 20px;
  background: #c1a45a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
body #siteWrapper #navegacaoSecundaria nav #menu-secundario ul {
  text-align: center;
  float: none;
}
body #siteWrapper #navegacaoSecundaria nav #menu-secundario ul li {
  display: inline-block;
  margin: 30px 25px 30px;
  float: none;
}
body #siteWrapper #navegacaoSecundaria nav #menu-secundario ul li a {
  color: white;
  display: inline;
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #6b3b25;
  padding: 0;
}
body #siteWrapper #navegacaoSecundaria nav #menu-secundario ul li a:hover {
  text-decoration: underline;
}
body #siteWrapper form legend,
body #siteWrapper h2.pgTitle {
  font-family: 'Droid Sans', sans-serif;
  color: #6b3b25;
  font-weight: bold;
}
body #siteWrapper .noticiasHome header {
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  height: 55px;
}
body #siteWrapper .noticiasHome header h3 {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  float: left;
  margin: 15px 0;
  color: #6b3b25;
  font-size: 26px;
}
body #siteWrapper .noticiasHome header h3 span {
  color: #b7653f;
}
body #siteWrapper .noticiasHome header ul li {
  float: left;
  list-style: none;
  text-transform: uppercase;
  color: #6b3b25;
  margin: 15px 8px 0;
  display: inline-block;
  cursor: pointer;
}
body #siteWrapper .noticiasHome header ul li:hover,
body #siteWrapper .noticiasHome header ul li.active {
  text-decoration: underline;
}
body #siteWrapper .noticiasHome section section {
  background: #F9F8F6;
  border: 5px solid #F1F1F1;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  max-height: 550px;
  overflow: auto;
  display: none;
}
body #siteWrapper .noticiasHome section section article {
  padding: 10px;
}
body #siteWrapper .noticiasHome section section article h3 {
  color: #6b3b25;
  margin: 0;
  font-size: 20px;
}
body #siteWrapper .noticiasHome section section article p {
  font-size: 14px;
  color: #6b3b25;
  margin: 0;
}
body #siteWrapper .noticiasHome section section article time {
  font-size: 12px;
  color: #b7653f;
}
body #siteWrapper .noticiasHome section section article:hover {
  background: #F1F1F1;
}
body #siteWrapper .noticiasHome section section:first-child {
  display: block;
}
body #siteWrapper .empresaHome img {
  background: #b7653f;
  padding: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 4px solid #F1F1F1;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
body #siteWrapper .empresaHome a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  border-top-color: #915032;
  border-left-color: #58311e;
  border-right-color: #58311e;
  border-bottom-color: #321c11;
  background: #6b3b25;
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}
body #siteWrapper .empresaHome a:hover {
  border-top-color: #58311e;
  border-left-color: #58311e;
  border-right-color: #58311e;
  border-bottom-color: #915032;
}
body #siteWrapper .empresaHome h2 {
  text-transform: uppercase;
  color: #6b3b25;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -2px;
}
body #siteWrapper .colunasDown {
  margin-top: 20px;
}
body #siteWrapper .colunasDown .indicadores h3 {
  float: none;
  text-align: center;
}
body #siteWrapper .colunasDown .indicadores h4 {
  text-align: center;
  font-weight: bold;
}
body #siteWrapper .colunasDown .indicadores table {
  margin: 20px auto;
  background: #FFF;
}
body #siteWrapper .colunasDown .indicadores table td {
  background: none !important;
}
body #siteWrapper .colunasDown .servicos {
  text-align: center;
}
body #siteWrapper .colunasDown .servicos ul {
  padding: 0;
}
body #siteWrapper .colunasDown .servicos ul li {
  padding: 20px 0 20px 25px;
  text-align: left;
  list-style: none;
  font-size: 16px;
  color: #6b3b25;
  border-bottom: 1px solid #C3B5AB;
  position: relative;
}
body #siteWrapper .colunasDown .servicos ul li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 60px;
  color: #452618;
}
body #siteWrapper .colunasDown .servicos ul li:after {
  content: '•';
  position: absolute;
  left: 6px;
  top: 14px;
  font-size: 25px;
  color: #ded9d3;
}
body #siteWrapper .colunasDown .servicos a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  border-top-color: #915032;
  border-left-color: #58311e;
  border-right-color: #58311e;
  border-bottom-color: #321c11;
  background: #6b3b25;
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}
body #siteWrapper .colunasDown .servicos a:hover {
  border-top-color: #58311e;
  border-left-color: #58311e;
  border-right-color: #58311e;
  border-bottom-color: #915032;
}
body #siteWrapper .colunasDown .linksuteis ul {
  padding: 0;
}
body #siteWrapper .colunasDown .linksuteis ul li {
  list-style: none;
  text-align: center;
  margin-top: 55px;
}
body #siteWrapper .colunasDown .linksuteis ul li a {
  background: url(../../img//sprite-atalhos.png) no-repeat top left;
  overflow: hidden;
  text-indent: -9999px;
  font-size: 1px;
  display: inline-block;
}
body #siteWrapper .colunasDown .linksuteis ul li a.caixaLink {
  height: 35px;
  width: 160px;
  background-position: -16px -94px;
}
body #siteWrapper .colunasDown .linksuteis ul li a.caixaLink:hover {
  background-position: -16px -13px;
}
body #siteWrapper .colunasDown .linksuteis ul li a.simplesLink {
  height: 42px;
  width: 151px;
  background-position: -195px -88px;
}
body #siteWrapper .colunasDown .linksuteis ul li a.simplesLink:hover {
  background-position: -195px -8px;
}
body #siteWrapper .colunasDown .linksuteis ul li a.cfcLink {
  height: 56px;
  width: 170px;
  background-position: -370px -83px;
}
body #siteWrapper .colunasDown .linksuteis ul li a.cfcLink:hover {
  background-position: -370px -8px;
}
body #siteWrapper .colunasDown header {
  border-top: 4px solid #6b3b25;
  border-bottom: 1px solid #6b3b25;
  height: 60px;
}
body #siteWrapper .colunasDown header h3 {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -2px;
  float: left;
  margin: 15px 0;
  color: #6b3b25;
  font-size: 22px;
}
body #siteWrapper #contato legend {
  margin-top: 20px;
}
body #siteWrapper #contato input,
body #siteWrapper #contato select,
body #siteWrapper #contato textarea,
body #siteWrapper #contato button {
  margin-top: 5px;
}
body #siteWrapper #contato button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 3px solid transparent;
  border-top-color: #915032;
  border-left-color: #58311e;
  border-right-color: #58311e;
  border-bottom-color: #321c11;
  background: #6b3b25;
  -webkit-box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
}
body #siteWrapper #contato button:hover {
  border-top-color: #58311e;
  border-left-color: #58311e;
  border-right-color: #58311e;
  border-bottom-color: #915032;
}
body #siteWrapper .infos .telefone {
  display: inline-block;
  width: 100%;
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
  color: #6b3b25;
}
body #siteWrapper .infos .telefone ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body #siteWrapper .infos .telefone .ddd {
  color: #915032;
  font-size: 15px;
}
body #siteWrapper .infos .email {
  margin-top: 15px;
}
body #siteWrapper .infos .email a {
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
  color: #6b3b25;
}
body #siteWrapper .infos .endereco strong {
  display: block;
}
body #siteWrapper footer.bodyFooter {
  border-top: 4px solid #f0f0f0;
  margin-top: 40px;
}
body #siteWrapper footer.bodyFooter>div {
  border-top: 3px solid #6b3b25;
  min-height: 280px;
  background: #f0f0f0;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f0f0f0),color-stop(0.5,#ffffff),color-stop(1,#f0f0f0));
  background-image: -o-linear-gradient(bottom,#f0f0f0 0%,#ffffff 50%,#f0f0f0 100%);
  background-image: -moz-linear-gradient(bottom,#f0f0f0 0%,#ffffff 50%,#f0f0f0 100%);
  background-image: -webkit-linear-gradient(bottom,#f0f0f0 0%,#ffffff 50%,#f0f0f0 100%);
  background-image: -ms-linear-gradient(bottom,#f0f0f0 0%,#ffffff 50%,#f0f0f0 100%);
  background-image: linear-gradient(to bottom,#f0f0f0 0%,#ffffff 50%,#f0f0f0 100%);
}
body #siteWrapper footer.bodyFooter>div.agendaTributaria h3 {
  color: #6b3b25;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  text-align: center;
}
body #siteWrapper footer.bodyFooter>div.agendaTributaria td {
  color: black;
  font-weight: normal;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer {
  padding-top: 70px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer .iconCaduceu {
  position: relative;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer .iconCaduceu:after {
  content: 'C';
  font-family: 'icomoon';
  font-size: 140px;
  position: absolute;
  color: #412f25;
  left: -22px;
  top: -133px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer .iconCaduceu:before {
  content: 'T';
  font-family: 'icomoon';
  font-size: 150px;
  position: absolute;
  color: #896555;
  left: -25px;
  top: -160px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer hgroup {
  display: inline-block;
  overflow: hidden;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer hgroup h1,
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer hgroup h2 {
  font-family: 'Droid Sans', sans-serif;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer hgroup h1 {
  font-size: 60px;
  color: #412f25;
  border-bottom: 3px solid #c1a45a;
  display: inline-block;
  font-weight: normal;
  letter-spacing: -3px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer hgroup h2 {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  display: block;
  color: #896555;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress .logotipoContainer:hover {
  text-decoration: none;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address {
  border-left: 1px solid #412f25;
  margin-top: 80px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address h3 {
  color: #6b3b25;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address h3 .ddd {
  color: #a4a4a4;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .endereco {
  color: #000000;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .email {
  margin-bottom: 10px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .email a {
  color: #6b3b25;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .social {
  text-align: left;
  margin-top: 10px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .social .socialTitle {
  font-size: 12px;
  position: relative;
  top: -10px;
  left: 5px;
  color: #a4a4a4;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .social a {
  background: url(../../img//sprite-social.png) no-repeat;
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  text-align: left;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .social a.facebook:hover {
  background-position: 0 -32px;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .social a.twitter {
  background-position: -40px 0;
}
body #siteWrapper footer.bodyFooter>div.logoAndAddress address .social a.twitter:hover {
  background-position: -40px -32px;
}
body #siteWrapper footer.bodyFooter summary {
  background: #452618;
  display: block;
}
body #siteWrapper footer.bodyFooter summary div {
  padding: 30px 0;
  color: #ffffff;
  font-size: 10px;
}
body #siteWrapper footer.bodyFooter summary div strong {
  color: #b7653f;
}
body #siteWrapper footer.bodyFooter summary div a {
  color: #ffffff;
}
body #siteWrapper footer.bodyFooter summary div:last-child {
  text-align: right;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #siteWrapper .siteHeader {
    text-align: center !important;
  }
  #siteWrapper .siteHeader hgroup {
    text-align: center !important;
  }
  #siteWrapper .siteHeader hgroup h1 {
    font-size: 35px !important;
    border-bottom-width: 2px !important;
  }
  #siteWrapper .siteHeader hgroup h2 {
    font-size: 8px !important;
  }
  #siteWrapper .siteHeader span.iconCaduceu:before {
    font-size: 105px !important;
    left: 23px !important;
    top: -83px !important;
  }
  #siteWrapper .siteHeader span.iconCaduceu:after {
    font-size: 105px !important;
    left: 15px !important;
    top: -105px !important;
  }
  #siteWrapper .siteHeader .social {
    text-align: center !important;
    margin-top: 15px;
  }
  #siteWrapper #navegacaoPrincipal nav {
    width: 100% !important;
  }
  #siteWrapper #navegacaoPrincipal nav .telefone {
    position: absolute;
    top: 0px;
    float: left !important;
  }
  #siteWrapper .noticiasHome ul li {
    font-size: 11px;
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  #siteWrapper .siteHeader,
  #siteWrapper .bodyFooter {
    text-align: center !important;
  }
  #siteWrapper .siteHeader hgroup,
  #siteWrapper .bodyFooter hgroup {
    text-align: center !important;
  }
  #siteWrapper .siteHeader hgroup h1,
  #siteWrapper .bodyFooter hgroup h1 {
    font-size: 35px !important;
    border-bottom-width: 2px !important;
  }
  #siteWrapper .siteHeader hgroup h2,
  #siteWrapper .bodyFooter hgroup h2 {
    font-size: 8px !important;
  }
  #siteWrapper .siteHeader span.iconCaduceu:before,
  #siteWrapper .bodyFooter span.iconCaduceu:before {
    font-size: 105px !important;
    left: 23px !important;
    top: -83px !important;
  }
  #siteWrapper .siteHeader span.iconCaduceu:after,
  #siteWrapper .bodyFooter span.iconCaduceu:after {
    font-size: 105px !important;
    left: 15px !important;
    top: -105px !important;
  }
  #siteWrapper .noticiasHome header ul {
    float: left !important;
    width: 100% !important;
  }
  #siteWrapper .siteHeader .social {
    text-align: center !important;
    margin-top: 15px;
  }
  #siteWrapper .logoAndAddress address {
    border: none !important;
  }
  #siteWrapper .logoAndAddress address .social {
    text-align: center !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #siteWrapper .siteHeader,
  #siteWrapper .bodyFooter {
    text-align: center !important;
  }
  #siteWrapper .siteHeader hgroup,
  #siteWrapper .bodyFooter hgroup {
    text-align: center !important;
  }
  #siteWrapper .siteHeader hgroup h1,
  #siteWrapper .bodyFooter hgroup h1 {
    font-size: 45px !important;
    border-bottom-width: 3px !important;
  }
  #siteWrapper .siteHeader hgroup h2,
  #siteWrapper .bodyFooter hgroup h2 {
    font-size: 10px !important;
  }
  #siteWrapper .siteHeader span.iconCaduceu:before,
  #siteWrapper .bodyFooter span.iconCaduceu:before {
    font-size: 120px !important;
    left: 23px !important;
    top: -100px !important;
  }
  #siteWrapper .siteHeader span.iconCaduceu:after,
  #siteWrapper .bodyFooter span.iconCaduceu:after {
    font-size: 120px !important;
    left: 14px !important;
    top: -124px !important;
  }
  #siteWrapper .siteHeader .social {
    text-align: center !important;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  #slider {
    height: auto !important;
  }
  #slider form#acessoTransdoc {
    position: static !important;
    height: 100%;
    width: 100% !important;
    margin: 0 auto;
  }
  #slider form#acessoTransdoc a {
    float: left;
  }
  #slider form#acessoTransdoc .btn {
    float: right;
  }
  .siteHeader,
  .bodyFooter {
    text-align: center !important;
  }
  .logoAndAddress address {
    border: none !important;
  }
  .logoAndAddress address .social {
    text-align: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #menu-secundario ul li a {
    font-size: 14px !important;
  }
  .noticiasHome header h3 {
    font-size: 25px !important;
  }
}
.page-empresa h3 {
  margin-top: 2.5rem;
  font-weight: 700;
  font-size: 1.250em;
}
.page-empresa h4 {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 1em;
}
.page-empresa ol,
.page-empresa ul {
  padding-left: 20px;
}
.page-empresa ol > li,
.page-empresa ul > li {
  margin-top: .5rem;
}
.page-empresa ol > li:first-child,
.page-empresa ul > li:first-child {
  margin-top: 0;
}
.page-empresa ol > li ol,
.page-empresa ol > li ul,
.page-empresa ul > li ol,
.page-empresa ul > li ul {
  padding-left: 20px;
}
.page-empresa.politica-privacidade {
  text-align: justify;
}
