@charset "UTF-8";
/* CSS para HOME */
.sobre-accordion-link {
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  border-top: solid 1px #F0F0F0;
  background: #FBFBFB;
  background: -webkit-linear-gradient(top, #FBFBFB 50%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #FBFBFB 50%, #F2F2F2 100%);
  background: -ms-linear-gradient(top, #FBFBFB 50%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #FBFBFB 50%, #F2F2F2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FBFBFB), color-stop(100%, #F2F2F2));
  background: linear-gradient(top, #FBFBFB 50%, #F2F2F2 100%);
  padding: 20px;
  margin: 10px 0 30px;
  display: block;
  text-align: center span;
  text-align-padding-left: 15px;
}
.sobre-accordion-link.active {
  color: #CC092F;
  background: #FFFFFF;
}

.sobre-accordion {
  display: none;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.sobre-accordion h1 {
  font-size: 24px;
}

p.imagem-ilustrada {
  font-size: 11px !important;
  margin: 10px 0 10px 10px;
  color: #666;
}

body.home div.banner .owl-buttons {
  display: none;
}
body.home section.mainContent .cards li .figure p {
  min-height: 88px;
}

div.atencao {
  display: table;
  background: #EDEDED;
  padding: 15px;
  margin-bottom: 20px;
}
div.atencao ul li img {
  display: block;
  width: 100%;
}
div.atencao div.atencao {
  display: table;
  background: #EDEDED;
  padding: 15px;
  margin-bottom: 20px;
}
div.atencao div.atencao ul li img {
  display: block;
  width: 100%;
}
div.atencao ul.botoes {
  margin-bottom: 15px;
  display: table;
  width: 100%;
}
div.atencao ul.botoes li {
  padding: 0;
}
div.atencao ul.botoes li img {
  width: 100%;
  max-width: 336px;
  display: block;
}
div.atencao ul.botoes li a {
  margin-bottom: 15px;
}
div.atencao p {
  margin-bottom: 15px;
  font-family: arial;
  font-size: 13px;
  line-height: 1.2;
}
div.atencao h3 {
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 30px;
}
div.atencao .info-text {
  color: #4d4e53;
  font-size: 11px;
  line-height: 1.2;
  font-family: sans-serif;
  margin-top: -2px;
}
div.atencao hr {
  margin: 30px 0;
}

/* conte├║do principais Pr├¬mios */
ul#conteudoPremios p {
  color: #222;
  font-family: sans-serif;
}
ul#conteudoPremios .alignRight {
  text-align: right;
  font-weight: bold;
}
ul#conteudoPremios li h3 {
  font-size: 20px;
  font-family: sans-serif;
  color: #222;
}

div#header-nao-comercializados-bg {
  padding: 10px;
  font-family: sans-serif;
  font-size: 13px;
  background-color: #EDEDED;
  border-bottom: 1px solid #BFBFBF;
  border-left: 1px solid #FFF;
  color: #1F1F1F;
  font-weight: bold;
  text-align: left;
  color: #333;
}
div#header-nao-comercializados-bg .ajuste-header {
  margin-top: 10px;
}

div#header-nao-comercializados {
  padding: 10px;
}
div#header-nao-comercializados strong {
  font-size: 14px;
}
div#header-nao-comercializados span {
  color: #4d4e53;
  font-size: 0.700em;
}
div#header-nao-comercializados p {
  margin-top: 10px;
}
div#header-nao-comercializados div {
  margin-top: 10px;
}
div#header-nao-comercializados div a.lnk-tnc {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
div#header-nao-comercializados div a.lnk-tnchover {
  text-decoration: underline;
}
div#header-nao-comercializados #loadMore {
  margin-top: 20px;
}

#loadMore {
  color: #444;
  cursor: pointer;
  width: 100%;
  height: 35px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #faf7fa 51%, #e3e3e3 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #faf7fa), color-stop(100%, #e3e3e3));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #faf7fa 51%, #e3e3e3 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #faf7fa 51%, #e3e3e3 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #faf7fa 51%, #e3e3e3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #faf7fa 51%, #e3e3e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0 );
  border-bottom: 1px solid #d8d8d8;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  margin-bottom: 30px;
}
#loadMore:hover {
  color: black;
}
#loadMore:before {
  content: '';
  position: absolute;
  background: url('../images/bgr-lnk-sprite.png') 0 -1195px no-repeat;
  width: 10px;
  height: 10px;
  margin: 15px 0 0 -15px;
}

/* End: CSS para Home */
section.mainContent p.direitos {
  font-size: 11px;
  color: #333333;
  font-family: 'newjuneboldregular', arial;
  font-weight: normal;
}
section.mainContent a {
  color: #393939;
  text-decoration: none;
}
section.mainContent a.lnk-blue {
  color: #00539f;
}
section.mainContent a:hover, section.mainContent a.lnk-blue:hover {
  color: #75a7ec;
}
section.mainContent span.tip {
  border-bottom: 1px dotted #666;
  display: inline-block;
  cursor: pointer;
}
section.mainContent span.tip:hover {
  color: #75a7ec;
}
section.mainContent > header {
  margin-bottom: 30px;
    /*
		&.single {
			margin-bottom: 20px;
		}
		*/
}
section.mainContent > header h2 {
  font-size: 22px;
  font-family: 'newjuneboldregular', arial;
  font-weight: normal;
  margin-bottom: 5px;
}
section.mainContent > header p {
  font-family: 'Georgia', serif;
  font-size: 14px;
  font-style: italic;
  color: #4D4E53;
}
section.mainContent > header p.proc-susep-tp3 {
  padding-bottom: 16px;
  font-size: 0.746em;
  color: #4d4e53;
  font-style: normal;
  font-family: sans-serif;
}
section.mainContent > header span {
  position: relative;
  margin-top: -5px;
  font-size: 11px;
  color: #4d4e53;
}
section.mainContent aside h5 {
  font-family: 'newjuneboldregular', arial;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
section.mainContent aside div.destaque-area {
  display: table;
}
section.mainContent aside div.destaque-area div.thumb {
  width: 25%;
  float: left;
  max-width: 62px;
}
section.mainContent aside div.destaque-area div.thumb img {
  display: block;
  width: 100%;
}
section.mainContent aside div.destaque-area h6 {
  width: 75%;
  float: left;
  font-size: 16px;
  font-family: 'newjuneboldregular', arial;
  font-weight: normal;
  padding: 10px 0 0 15px;
}
section.mainContent aside div.destaque-area h6 span {
  display: block;
}
section.mainContent aside div.destaque-area div.description {
  clear: both;
  font-size: 16px;
}
section.mainContent aside div.destaque-area div.description p {
  font-family: 'Georgia', serif;
  font-style: italic;
}
section.mainContent aside div.destaque-area a.saiba-mais {
  margin-top: 15px;
}
section.mainContent aside div.destaque-sidebar {
  margin-bottom: 30px;
}
section.mainContent aside div.destaque-sidebar div.holder {
  border-bottom: 1px solid #d2d2d2;
  display: table;
  height: 100px;
  width: 100%;
  padding-bottom: 15px;
}
section.mainContent aside div.destaque-sidebar div.holder div.description {
  width: 75%;
  float: left;
  padding-right: 10px;
}
section.mainContent aside div.destaque-sidebar div.holder div.description h6 {
  color: #4d4e53;
  font-family: 'newjuneboldregular', arial;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  margin-bottom: 5px;
}
section.mainContent aside div.destaque-sidebar div.holder div.description a {
  font-family: "Arial";
  font-size: 13px;
  color: #00539F;
  text-decoration: none;
  outline: none;
  font-weight: bold;
}
section.mainContent aside div.destaque-sidebar div.holder div.description a:hover {
  color: #488AE6;
  text-decoration: underline;
}
section.mainContent aside div.destaque-sidebar div.holder div.thumb {
  float: right;
  width: 25%;
}
section.mainContent aside div.destaque-sidebar div.holder div.thumb img {
  display: block;
  width: 100%;
}
section.mainContent aside div.destaque-sidebar-2 {
  margin-bottom: 30px;
}
section.mainContent aside div.destaque-sidebar-2 h6 {
  color: #000;
  font-family: 'newjuneboldregular', arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
section.mainContent aside div.destaque-sidebar-2 div.holder {
  border-bottom: 1px solid #d2d2d2;
  display: table;
  height: 100px;
  width: 100%;
  padding-bottom: 0px;
}
section.mainContent aside div.destaque-sidebar-2 div.holder div.description {
  margin-top: 25px;
  width: 45%;
  line-height: 1.6em;
  float: right;
  padding-left: 10px;
  text-align: right;
  font-family: 'newjuneboldregular', sans-serif;
  font-style: italic;
}
section.mainContent aside div.destaque-sidebar-2 div.holder div.description a {
  font-family: "Arial";
  font-size: 14px;
  color: #265682;
  text-decoration: none;
  outline: none;
}
section.mainContent aside div.destaque-sidebar-2 div.holder div.description a:hover {
  color: #488AE6;
  text-decoration: underline;
}
section.mainContent aside div.destaque-sidebar-2 div.holder div.description p {
  font-size: 16px;
}
section.mainContent aside div.destaque-sidebar-2 div.holder div.thumb {
  float: left;
  width: 45%;
}
section.mainContent aside div.destaque-sidebar-2 div.holder div.thumb img {
  display: block;
  width: 100%;
}
section.mainContent aside .lnk-nav {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  display: none;
}
section.mainContent aside .lnk-nav.lnk-anterior {
  left: -10px;
}
section.mainContent aside .lnk-nav.lnk-proximo {
  right: -10px;
}
section.mainContent div.row.default div.banner {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
section.mainContent div.row.default div.banner img {
  display: block;
  width: 100%;
}
section.mainContent div.row.default div.banner.mini-banner {
  margin-bottom: 45px;
}
section.mainContent div.row.default div.banner.mini-banner h2 {
  position: absolute;
  top: 25px;
  left: 2%;
  color: #fff;
}
section.mainContent div.row.default div.banner.mini-banner > div.mini-banner {
  width: 32%;
  position: absolute;
  left: 2%;
  bottom: -10%;
}
section.mainContent div.row.default p {
  margin-bottom: 15px;
  font-family: arial;
  font-size: 13px;
  line-height: 1.4em;
}
section.mainContent div.row.default p.txt-tp1 {
  color: #4D4E53;
  font: italic 16px Georgia, "serif";
  line-height: 1.4em;
}
section.mainContent div.row.default p.proc-susep-tp4 {
  padding: 0;
  font-size: 11px;
  margin-top: -12px;
}
section.mainContent div.row.default h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
section.mainContent div.row.default h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  section.mainContent div.row.default .img-olho-grana {
    position: relative;
  }
}
section.mainContent div.row.default .figure p {
  min-height: 54px;
}
section.mainContent div.row.default #classic h3, section.mainContent div.row.default #classic1 h3, section.mainContent div.row.default #classic2 h3, section.mainContent div.row.default #classic3 h3 {
  font-size: 28px !important;
  margin-bottom: 15px;
  font-family: 'newjuneboldregular';
}
section.mainContent div.row.default #aprovacao-itiv2 p {
  margin-top: 25px;
  font-weight: bold;
}
section.mainContent div.row.default #aprovacao-itiv2 img.ajuste-posicao {
  float: left;
  margin-left: 15px;
}
section.mainContent div.row.default .sac-tel {
  color: #d11a22;
  font-size: 18px;
}
section.mainContent div.row.default .sac-desc {
  font-size: 14px;
  font-weight: bold;
}
section.mainContent div.row.default h2.txt-tel {
  color: #3157ab;
  font-weight: normal;
}
section.mainContent div.row.default p.txt-sem-margin-bottom {
  margin-bottom: 0 !important;
}
section.mainContent div.row.default .ul-tel-uteis {
  margin-bottom: 30px;
}
section.mainContent div.row.default .ul-tel-uteis li {
  margin: 0 0 3px !important;
}
section.mainContent div.row.default .ul-tel-uteis p strong {
  font-size: 14px;
}
section.mainContent div.row.default .bloco-tel-uteis {
  min-height: 115px;
}
section.mainContent div.row.default .bloco-tel-uteis p strong {
  font-size: 14px;
}
section.mainContent div.row.net-empresa .lst-ico {
  background-image: url('../images/net-empresa/ico-produtos-servicos.png');
  background-position: 0 0px;
  background-repeat: no-repeat;
  padding: 10px 0 0 90px;
  margin-bottom: 15px;
  min-height: 94px;
}
section.mainContent div.row.net-empresa .servico-cambio {
  background-position: 0 0;
}
section.mainContent div.row.net-empresa .servico-cartao-credito {
  background-position: 0 -952px;
}
section.mainContent div.row.net-empresa .servico-certificado-digital-bradesco {
  background-position: 0 -136px;
}
section.mainContent div.row.net-empresa .servico-cesta-de-servicos {
  background-position: 0 -1088px;
}
section.mainContent div.row.net-empresa .servico-cobranca {
  background-position: 0 -272px;
}
section.mainContent div.row.net-empresa .servico-custodia-de-cheques {
  background-position: 0 -1224px;
}
section.mainContent div.row.net-empresa .servico-debito-automatico {
  background-position: 0 -408px;
}
section.mainContent div.row.net-empresa .servico-deposito-identificado {
  background-position: 0 -1360px;
}
section.mainContent div.row.net-empresa .servico-emprestimos-financeiros {
  background-position: 0 -544px;
}
section.mainContent div.row.net-empresa .servico-investimentos {
  background-position: 0 -1496px;
}
section.mainContent div.row.net-empresa .servico-pag-for {
  background-position: 0 -680px;
}
section.mainContent div.row.net-empresa .servico-pagamentos {
  background-position: 0 -1632px;
}
section.mainContent div.row.net-empresa .servico-talao-de-cheques {
  background-position: 0 -816px;
}
section.mainContent div.row.net-empresa .servico-transmissao-de-arquivos {
  background-position: 0 -1768px;
}
section.mainContent div.row.net-empresa hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.mainContent div.row.net-empresa p.txt-banner {
  font: italic 1.231em Georgia, "serif";
  color: #393939;
}
section.mainContent div.row.net-empresa .seta-direita:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-1, section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-2, section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-3, section.mainContent div.row.net-empresa div#bx-destaque .bg {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  height: 253px;
  position: relative;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-1 div.bg {
  background-image: url('../images/net-empresa/destaque-01.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-1:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-2 div.bg {
  background: url('../images/net-empresa/destaque-02.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-2:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-3 div.bg {
  background: url('../images/net-empresa/destaque-03.png');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-desq-3:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content {
  position: absolute;
  bottom: 0px;
  background: #666;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  padding: 10px 10px 0 10px;
  min-height: 130px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  padding: 10px 10px 0 10px;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content p {
  color: #fff;
  font: italic 1.0em Georgia, "serif";
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content a.seta-direita:hover {
  text-decoration: underline;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content p {
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "serif";
  font-style: italic;
  font-size: 12px;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content-red {
  position: absolute;
  bottom: 0px;
  background: #CF3B50;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  padding: 10px 10px 0 10px;
  min-height: 130px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  padding: 10px 10px 0 10px;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content-red p {
  color: #fff;
  font: italic 1.0em Georgia, "serif";
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content-red a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content-red a.seta-direita:hover {
  text-decoration: underline;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content-red p {
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "serif";
  font-style: italic;
  font-size: 12px;
}
section.mainContent div.row.net-empresa div#bx-destaque .bx-content-red a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-1, section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-2, section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-3, section.mainContent div.row.net-empresa div#bx-tipo-acesso .bg {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  height: 253px;
  position: relative;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-1 div.bg {
  background-image: url('../images/net-empresa/tp-acesso-01.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-1:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-2 div.bg {
  background: url('../images/net-empresa/tp-acesso-02.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-desq-2:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content {
  position: absolute;
  bottom: 0px;
  background: #666;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  padding: 10px 10px 0 10px;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content p {
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "serif";
  font-style: italic;
  font-size: 12px;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red p {
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "serif";
  font-style: italic;
  font-size: 12px;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red a {
  background: url('../images/net-empresa/tp-acesso-bg-tp-acesso-red.png') right;
  display: block;
  height: 100%;
  padding: 30px 30px 30px 10px;
  color: #fff;
  text-decoration: none;
}
section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red a:hover {
  text-decoration: underline;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-1, section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-2, section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-3, section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bg {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  height: 253px;
  position: relative;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-1 div.bg {
  background-image: url('../images/net-empresa/dp-01.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-1:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-2 div.bg {
  background: url('../images/net-empresa/dp-02.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -webkit-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.15, 1, 0.22, 1);
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-desq-2:hover div.bg {
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -ms-transform: scale(1.06);
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content {
  position: absolute;
  bottom: 0px;
  background: #666;
  opacity: 0.9;
  filter: alpha(opacity=90);
  display: block;
  padding: 10px 10px 0 10px;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content p {
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "serif";
  font-style: italic;
  font-size: 12px;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content-red {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content-red p {
  color: #fff;
  font-weight: normal;
  font-family: Georgia, "serif";
  font-style: italic;
  font-size: 12px;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content-red a.seta-direita {
  color: #fff;
}
section.mainContent div.row.net-empresa div#bx-dispositivo-seguranca .bx-content-red a {
  background: url('../images/net-empresa/tp-acesso-bg-tp-acesso-red.png') right;
  display: block;
  height: 100%;
  padding: 30px 30px 30px 10px;
  color: #fff;
}
section.mainContent div.row.net-empresa div.banner {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
section.mainContent div.row.net-empresa div.banner img {
  display: block;
  width: 100%;
}
section.mainContent div.row.net-empresa div.banner.mini-banner {
  margin-bottom: 45px;
}
section.mainContent div.row.net-empresa div.banner.mini-banner > div.mini-banner {
  width: 32%;
  position: absolute;
  left: 2%;
  bottom: -10%;
}
section.mainContent div.row.net-empresa p {
  margin-bottom: 10px;
  font-family: arial;
  font-size: 13px;
  line-height: 1.4em;
}
section.mainContent div.row.net-empresa p.txt-tp1 {
  color: #4D4E53;
  font: italic 16px Georgia, "serif";
  line-height: 1.4em;
}
section.mainContent div.row.net-empresa p.proc-susep-tp4 {
  padding: 0;
  font-size: 11px;
  margin-top: -12px;
}
section.mainContent div.row.net-empresa p.content-titulo-h3 {
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-style: italic;
  color: #4D4E53;
}
section.mainContent div.row.net-empresa h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
section.mainContent div.row.net-empresa h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
section.mainContent div.row.net-empresa #box-novidade {
  background: #EDEDED;
  min-height: 300px;
  padding: 10px;
  margin-bottom: 20px;
}
section.mainContent div.row.net-empresa #box-novidade h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.348em;
}
section.mainContent div.row.net-empresa #box-novidade h4 {
  color: #4D4E53;
  font: italic 1.131em Georgia, "serif";
}
section.mainContent div.row.net-empresa #box-acesso {
  background: #EDEDED;
  padding: 10px;
}
section.mainContent div.row.net-empresa #box-acesso img {
  margin: -10px;
  padding: 0;
}
section.mainContent div.row.net-empresa #box-acesso h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.348em;
}
section.mainContent div.row.net-empresa #box-acesso h4 {
  margin-left: 15px;
  color: #4D4E53;
  font: italic 1.131em Georgia, "serif";
}
section.mainContent div.row.net-empresa #box-acesso a {
  margin-left: 15px;
}
section.mainContent div.row.solucoes-integradas ul.accordion li p span {
  color: #666;
}
section.mainContent div.row.solucoes-integradas a.big-blue {
  margin-bottom: 10px;
}
section.mainContent div.row.solucoes-integradas p.txt-left-peq {
  font-size: 11px;
  float: left;
}
section.mainContent div.row.solucoes-integradas p.direito {
  font-size: 11px;
  color: #393939;
}
section.mainContent div.row.solucoes-integradas hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.mainContent div.row.solucoes-integradas hr.nospace {
  margin: 0;
  padding: 0;
}
section.mainContent div.row.solucoes-integradas div.banner {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
section.mainContent div.row.solucoes-integradas div.banner img {
  display: block;
  width: 100%;
}
section.mainContent div.row.solucoes-integradas div.banner.mini-banner {
  margin-bottom: 45px;
}
section.mainContent div.row.solucoes-integradas div.banner.mini-banner > div.mini-banner {
  width: 32%;
  position: absolute;
  left: 2%;
  bottom: -10%;
}
section.mainContent div.row.solucoes-integradas div.banner ul.carousel-sobre li.active {
  background: #fff;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
section.mainContent div.row.solucoes-integradas div.banner ul.carousel-sobre li.active a {
  color: #cc092f;
}
section.mainContent div.row.solucoes-integradas div.banner ul.carousel-sobre li a {
  padding: 40px 20px 0 20px;
  text-align: center;
  min-height: 117px;
  height: 117px;
}
section.mainContent div.row.solucoes-integradas form {
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
section.mainContent div.row.solucoes-integradas form fieldset {
  border: none;
}
section.mainContent div.row.solucoes-integradas form fieldset input {
  margin-left: 30px;
}
section.mainContent div.row.solucoes-integradas form fieldset input:first-child {
  margin-left: -10px;
}
section.mainContent div.row.solucoes-integradas p {
  margin-bottom: 15px;
  font-family: arial;
  font-size: 13px;
  line-height: 1.4em;
}
section.mainContent div.row.solucoes-integradas p.txt-tp1 {
  color: #4D4E53;
  font: bold 16px Georgia, "serif";
  line-height: 1.4em;
}
section.mainContent div.row.solucoes-integradas p.proc-susep-tp4 {
  padding: 0;
  font-size: 11px;
  margin-top: -12px;
}
section.mainContent div.row.solucoes-integradas p.txt-tp1 {
  color: #4D4E53;
  font: italic 16px Georgia, "serif";
  line-height: 1.4em;
}
section.mainContent div.row.solucoes-integradas p.simule-agora {
  top: 25px;
}
section.mainContent div.row.solucoes-integradas h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
section.mainContent div.row.solucoes-integradas h4 {
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 20px;
}
section.mainContent div.row.solucoes-integradas h5 {
  font-size: 15px;
  margin-bottom: 10px;
}
section.mainContent div.row.solucoes-integradas .space-content {
  margin-bottom: 20px;
  padding-bottom: 80px;
  display: block;
  vertical-align: middle;
}
section.mainContent div.row.solucoes-integradas .responsive img {
  margin-top: 15px;
}
section.mainContent div.row.solucoes-integradas .consorcios hr {
  padding-bottom: 50px;
}
section.mainContent div.row.solucoes-integradas .own-gray-box {
  background-color: #ededed !important;
  color: transparent;
}
section.mainContent div.row.solucoes-integradas .btn-antes-cartoes {
  background: url('../images/sobre/btn-cartoes-antes-depois.png');
  width: 67px;
  height: 21px;
  cursor: pointer;
  float: left;
  margin: 0 18px 26px 0;
}
section.mainContent div.row.solucoes-integradas .btn-depois-cartoes {
  background: url('../images/sobre/btn-cartoes-antes-depois.png');
  width: 67px;
  height: 21px;
  cursor: pointer;
  float: left;
  margin: 0px 18px 0px 0;
  background-position: 0 bottom;
}
section.mainContent div.row.solucoes-integradas .buscaGrupo a {
  position: relative;
  float: left;
  text-align: center;
  padding: 4px 10px;
  height: 25px;
  font-size: 13px;
  text-decoration: none;
  color: #000000;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-right: 15px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 49%, #f6f6f6 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(49%, #f6f6f6), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 49%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 49%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 49%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 49%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}
section.mainContent div.row.solucoes-integradas .buscaGrupo label {
  height: 35px;
  font-size: 13px;
  display: block;
  float: left;
  margin-right: 5px;
  padding-top: 5px;
}
section.mainContent div.row.solucoes-integradas .buscaGrupo input {
  background-color: #F4F4F4;
  border-color: #C5C5C5 transparent transparent #C5C5C5;
  border-style: solid;
  border-width: 1px;
  color: #393939;
  font-size: 13px;
  height: 24px;
  padding: 0 6px;
  width: 50px;
  float: left;
  margin-right: 10px;
}
section.mainContent div.row.solucoes-integradas .buscaGrupo label.label-data {
  float: right;
}
section.mainContent div.row.solucoes-integradas div.row.consorcio-servicos div.bloco-servicos .border-servicos {
  max-width: 147px;
  min-height: 240px;
  position: relative;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 1em;
  padding: 0 7px;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #c5c5c5;
  -webkit-box-shadow: 0 1px 0 rgba(230, 230, 230, 0.75);
  -moz-box-shadow: 0 1px 0 rgba(230, 230, 230, 0.75);
  box-shadow: 0 1px 0 rgba(230, 230, 230, 0.75);
}
section.mainContent div.row.solucoes-integradas div.row.consorcio-servicos div.bloco-servicos .border-servicos h3 {
  padding-top: 25px;
  font-size: 14px;
}
section.mainContent div.row.solucoes-integradas div.row.consorcio-servicos div.bloco-servicos .border-servicos .lnk {
  bottom: 10px;
  right: 10px;
  position: absolute;
}
section.mainContent div.row.solucoes-integradas div.jumbotron {
  width: 98%;
  float: left;
  background-color: #EDEDED;
  border-radius: 1px;
  position: relative;
  margin: 10px 8px 10px 8px;
  padding: 15px;
  color: #393939;
}
section.mainContent div.row.solucoes-integradas div.jumbotron p {
  margin: 0 !important;
  margin-bottom: 10px !important;
}
section.mainContent div.row.solucoes-integradas div.jumbotron p a {
  text-decoration: none;
  font-size: 13px;
  color: #00539F;
  display: table;
  padding-right: 0px;
  line-height: 17px;
  min-height: 17px;
  margin-top: 10px;
}
section.mainContent div.row.solucoes-integradas div.jumbotron p a:hover {
  text-decoration: underline;
  color: #488AE6;
}
section.mainContent div.row.solucoes-integradas div.jumbotron span {
  display: block;
  font-size: 13px;
}
section.mainContent div.row.solucoes-integradas div.jumbotron h3 {
  font-size: 14px;
  margin: 2em 0 1em 0;
}
section.mainContent div.row.solucoes-integradas .adjust-content {
  float: left;
  margin: 0;
  padding: 0;
}
section.mainContent div.row.solucoes-integradas .adjust-content .border {
  border-bottom: 1px solid #d2d2d2;
  width: 230px;
  height: 110px;
  margin: 10px 8px 0;
  padding: 10px 8px 0;
}
section.mainContent div.row.solucoes-integradas .adjust-content .lnk-2 {
  text-decoration: none;
  font-size: 13px !important;
  background: url('../images/seta-link.png') no-repeat right center;
  color: #000000 !important;
  display: inline-block;
  line-height: 18px;
  min-height: 18px;
  padding-bottom: 70px;
}
section.mainContent div.row.solucoes-integradas .adjust-content .lnk-2:hover {
  text-decoration: underline;
  color: #488AE6 !important;
}
section.mainContent div.row.solucoes-integradas .adjust-content .lnk-2.mgr-btn {
  margin-top: 0px;
}
section.mainContent div.row.solucoes-integradas .adjust-content .lnk-2.right {
  float: right;
}
section.mainContent div.row.solucoes-integradas .adjust-content img {
  float: left;
  margin: 0 10px 0 -15px;
}
section.mainContent div.row.solucoes-integradas .adjust-content .lnk-2 p {
  float: none;
  line-height: 15px !important;
}
section.mainContent div.row.solucoes-integradas .adjust-content p {
  margin-bottom: 8px;
}
section.mainContent div.row.solucoes-integradas .box-img-fly {
  float: left;
}
section.mainContent div.row.solucoes-integradas .box-ico-fly {
  float: right;
  margin-top: -60px;
  z-index: 9999;
}
section.mainContent div.row.solucoes-integradas .link-appStore,
section.mainContent div.row.solucoes-integradas .link-googlePlay {
  position: relative;
  float: left;
  margin-left: 30px;
}
section.mainContent div.row.solucoes-integradas .link-appStore a:hover img,
section.mainContent div.row.solucoes-integradas .link-googlePlay a:hover img {
  box-shadow: none;
}
section.mainContent div.row.solucoes-integradas .link-googlePlay {
  margin-top: 4px;
}
section.mainContent div.row.solucoes-integradas .margin-top-txt {
  margin-top: 50px;
}
section.mainContent div.row.solucoes-integradas .primeiros-passos .banner {
  margin: 40px 0;
}
section.mainContent div.row.solucoes-integradas .primeiros-passos .col-lg-8 {
  padding: 0 10px 0 95px;
}
section.mainContent div.row.solucoes-integradas .primeiros-passos .col-lg-8:before {
  content: '1';
  width: 52px;
  height: 52px;
  background-color: #f2f2f2;
  position: absolute;
  border-radius: 24px;
  color: #c70037;
  font-size: 40px;
  padding: 4px 0 0 15px;
  left: 20px;
}
section.mainContent div.row.solucoes-integradas .primeiros-passos .col-lg-4 {
  text-align: center;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .banner,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .banner {
  margin: 40px 0;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(2) h3, section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(3) h3, section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(4) h3,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) h3,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) h3,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0px 35px 0 75px;
  height: 60px;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(2) h3:before, section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(3) h3:before, section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(4) h3:before,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) h3:before,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) h3:before,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) h3:before {
  content: '';
  width: 52px;
  height: 52px;
  background-color: #f2f2f2;
  position: absolute;
  border-radius: 24px;
  color: #c70037;
  font-size: 40px;
  padding: 4px 0 0 15px;
  left: 20px;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(2) .thumb-captura-img, section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(3) .thumb-captura-img, section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(4) .thumb-captura-img,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) .thumb-captura-img,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) .thumb-captura-img,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) .thumb-captura-img {
  height: 155px;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(2) h3:before,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) h3:before {
  content: '1';
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(2) p,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) p {
  padding: 20px 15px 0 15px;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(3) h3:before,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) h3:before {
  content: '2';
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(3) p,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) p {
  padding: 20px 0 0 0;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(4) h3,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) h3 {
  padding: 0px 38px 0 75px;
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(4) h3:before,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) h3:before {
  content: '3';
}
section.mainContent div.row.solucoes-integradas .captura-img-cheque .col-lg-4:nth-child(4) p,
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) p {
  padding: 20px 0 0 0;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(1) h3, section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) h3, section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) h3 {
  font-size: 18px;
  margin-bottom: 15px;
  padding: 0px 35px 0 75px;
  height: 60px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(1) h3:before, section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) h3:before, section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) h3:before {
  content: '';
  width: 52px;
  height: 52px;
  background-color: #f2f2f2;
  position: absolute;
  border-radius: 24px;
  color: #c70037;
  font-size: 40px;
  padding: 4px 0 0 15px;
  left: 20px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(1) .thumb-captura-img, section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) .thumb-captura-img, section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) .thumb-captura-img {
  height: 173px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) h3:before {
  content: '1';
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(2) p {
  padding: 20px 15px 0 15px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) h3:before {
  content: '2';
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(3) p {
  padding: 20px 0 0 0;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) h3 {
  padding: 0px 38px 0 75px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) h3:before {
  content: '3';
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque .col-lg-4:nth-child(4) p {
  padding: 20px 0 0 0;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(1) h3:before {
  content: '4';
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(1) p {
  padding: 20px 15px 0 15px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(2) h3:before {
  content: '5';
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(2) p {
  padding: 20px 0 0 0;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(3) h3 {
  padding: 0px 38px 0 75px;
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(3) h3:before {
  content: '6';
}
section.mainContent div.row.solucoes-integradas .deposito-do-cheque.parte-2 .col-lg-4:nth-child(3) p {
  padding: 20px 0 0 0;
}
section.mainContent div.row .link-hover-img {
  position: relative;
  margin-bottom: 30px;
  min-height: 220px;
}
section.mainContent div.row .link-hover-img h2 {
  padding: 16px 0;
  font-size: 14px;
}
section.mainContent div.row .link-hover-img h5 {
  padding: 0 0 16px 0;
  font-size: 14px;
}
section.mainContent div.row .link-hover-img .lnk {
  position: absolute;
  bottom: 7px;
  right: 7px;
}
section.mainContent div.row > div.voltar {
  padding: 10px;
}
section.mainContent div.row > div.voltar a {
  position: relative;
  font-size: 13px;
  color: #00539F;
  text-decoration: none;
  display: table;
  padding-left: 12px;
}
section.mainContent div.row > div.voltar a:hover {
  text-decoration: underline;
}
section.mainContent div.row > div.voltar a:before {
  content: '\2039';
  position: absolute;
  left: 0;
  top: -5px;
  color: #00539F;
  font-size: 20px;
}

.form-combo {
  background-color: #F4F4F4;
  border-color: #C5C5C5 transparent transparent #C5C5C5;
  border-style: solid;
  border-width: 1px;
  color: #393939;
  font-size: 13px;
  height: 25px;
  padding: 3px 2px 2px;
  width: 260px;
  float: left;
  margin-right: 15px;
}

.vr {
  border-right: 1px dotted #666;
  margin: 0 0 15px 0;
  padding: 0;
}

select.comboFiltro {
  display: none;
  font-size: 13px;
  margin: 18px 0 0 0;
}

.boxInforme div.thumb img {
  width: 100%;
}

.cursos-online-bd img {
  max-width: 120px;
  margin-bottom: 30px;
}
.cursos-online-bd .vr {
  padding: 0 10px;
  min-height: 75px;
}
.cursos-online-bd .btn {
  margin-top: 20px;
}

.box-educa-viagens a.bi-hover {
  position: relative;
  display: block;
  width: 120px;
  height: 80px;
}
.box-educa-viagens a.bi-hover:hover:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 3px #488AE6;
  -moz-box-shadow: inset 0px 0px 0px 3px #488AE6;
  box-shadow: inset 0px 0px 0px 3px #488AE6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-educa-viagens a img {
  max-width: 120px;
}
.box-educa-viagens .vr {
  padding: 0 10px;
  min-height: 75px;
}
.box-educa-viagens .btn {
  margin-top: 10px;
}

.divHide {
  display: none;
}

.ul-simulador {
  position: relative;
}
.ul-simulador li {
  font-size: 13px;
  font-family: sans-serif;
  float: left;
  width: 20%;
  padding: 10px;
}

.info {
  background-image: url('../images/produtos-servicos/sprite-top-footer.png');
  background-position: -554px -120px;
  background-repeat: no-repeat;
  vertical-align: bottom;
  height: 17px;
  width: 16px;
  border: none !important;
}

p.abraconta {
  margin: 15px auto;
}

.box-right {
  background-color: #E1E1E1;
  width: 146px;
  border-radius: 5px;
  padding: 15px 15px 20px;
  margin-left: 80px;
  position: relative;
  font-size: 16px !important;
  font-family: 'Georgia', serif !important;
  font-style: italic;
  color: #4d4e53;
}
.box-right:after {
  content: '';
  border-left: 1px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #E1E1E1;
  position: absolute;
  bottom: -15px;
  left: 20%;
}

select.comboFiltro {
  display: none;
  font-size: 13px;
  margin: 18px 0 0 0;
}

.boxInforme div.thumb img {
  width: 100%;
}

.box-educa-viagens a.bi-hover {
  position: relative;
  display: block;
  width: 120px;
  height: 80px;
}
.box-educa-viagens a.bi-hover:hover:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 0px 3px #488AE6;
  -moz-box-shadow: inset 0px 0px 0px 3px #488AE6;
  box-shadow: inset 0px 0px 0px 3px #488AE6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-educa-viagens a img {
  max-width: 120px;
}
.box-educa-viagens .vr {
  padding: 0 10px;
  min-height: 75px;
}
.box-educa-viagens .btn {
  margin-top: 10px;
}

.filtroTitulos {
  font-size: 12px;
  margin-left: 10px;
  min-height: 148px;
  margin-top: 15px;
}
.filtroTitulos li {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  float: left;
}
.filtroTitulos li span {
  min-width: 60px;
  margin-left: 2px;
}
.filtroTitulos li span, .filtroTitulos li input {
  position: relative;
  float: left;
  max-width: 200px;
}
.filtroTitulos li .images {
  position: relative;
  float: left;
}

div.table-container {
  overflow-x: auto;
  margin-top: 15px;
}
div.table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
div.table-container table thead tr th {
  background: #EDEDED;
  text-align: left;
  padding: 10px;
  font-size: 13px;
  white-space: nowrap;
}
div.table-container table thead > tr th {
  text-align: center;
}
div.table-container table tbody tr td {
  font-size: 13px;
  padding: 10px;
  text-align: center;
}
div.table-container table tbody tr.odd {
  background: #EDEDED;
}

.comboDetran select#cmb-estados {
  font-size: 13px;
  color: #666;
  background: #f2f2f2;
  padding: 3px;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  margin-right: 5px;
}
.comboDetran a.saiba-mais {
  padding: 3px 5px !important;
  position: relative;
  top: -1px;
}
.comboDetran a.saiba-mais:before {
  display: none;
}

.consulteInforme select#cmb-selecao-data {
  font-size: 13px;
  color: #666;
  background: #f2f2f2;
  padding: 3px;
  border: 1px solid #666;
  box-shadow: none;
  margin-right: 5px;
}
.consulteInforme a.saiba-mais {
  padding: 3px 5px !important;
}
.consulteInforme a.saiba-mais:before {
  display: none;
}

div.cntTodosCreditos {
  display: none;
}
div.cntTodosCreditos div.cnt {
  border-top: 1px dotted #666;
  padding: 15px;
  height: 200px;
}
div.cntTodosCreditos div.cnt h5 {
  margin-bottom: 15px;
}

div.cntTodosConsorcios {
  display: none;
}
div.cntTodosConsorcios div.cnt {
  border-top: 1px dotted #666;
  padding: 15px;
  height: 200px;
}
div.cntTodosConsorcios div.cnt h5 {
  margin-bottom: 15px;
}
div.cntTodosConsorcios div.cnt p {
  text-align: right;
}
div.cntTodosConsorcios div.cnt a.link-seta {
  color: #0053AF;
  text-decoration: none;
  background: url('../images/seta-right.png') no-repeat right center;
  padding-right: 10px;
}
div.cntTodosConsorcios div.cnt a.link-seta:hover {
  color: #488ae6;
}

div.cntTodosLayouts {
  display: none;
}
div.cntTodosLayouts div.cnt {
  border-top: 1px dotted #666;
  padding: 15px;
  height: 200px;
}
div.cntTodosLayouts div.cnt h5 {
  margin-bottom: 15px;
}
div.cntTodosLayouts div.cnt p {
  text-align: right;
}
div.cntTodosLayouts div.cnt a.link-seta {
  color: #0053AF;
  text-decoration: none;
  background: url('../images/seta-right.png') no-repeat right center;
  padding-right: 10px;
}
div.cntTodosLayouts div.cnt a.link-seta:hover {
  color: #488ae6;
}
div.cntTodosLayouts div.bg-pdf {
  position: relative;
  height: 210px;
  background: url('../images/solucoes-integradas/bg-lst-pdf-publicacoes.jpg') no-repeat;
  background-size: 100%;
  width: 100%;
  cursor: pointer;
}
div.cntTodosLayouts div.bg-pdf div.selo-data {
  position: absolute;
  bottom: -8px;
  width: 74px;
  height: 74px;
  right: -18px;
  border-radius: 40px;
  background-color: #4D4E53;
  color: #fff;
  padding-top: 10px;
  display: block;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
div.cntTodosLayouts div.bg-pdf div.selo-data span:first-child {
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
}
div.cntTodosLayouts div.bg-pdf div.selo-data:hover {
  background-color: #CC092F;
}

#carouselNovidades .item img, #carouselAcesso .item img {
  display: block;
  width: 100%;
  height: auto;
}
#carouselNovidades div.owl-controls, #carouselAcesso div.owl-controls {
  width: 100%;
}
#carouselNovidades div.owl-controls div.owl-pagination, #carouselAcesso div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#carouselNovidades div.owl-controls div.owl-buttons div.owl-prev, #carouselAcesso div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 39%;
  background: none;
  font-size: 30px;
}
#carouselNovidades div.owl-controls div.owl-buttons div.owl-next, #carouselAcesso div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 39%;
  background: none;
  font-size: 30px;
}

#passoapassoCarousel .item img,
#creditoCarousel .item img,
#bannerCarousel .item img,
#bannerCarousel2 .item img {
  display: block;
  width: 100%;
  height: auto;
}
#passoapassoCarousel div.owl-controls,
#creditoCarousel div.owl-controls,
#bannerCarousel div.owl-controls,
#bannerCarousel2 div.owl-controls {
  width: 100%;
}
#passoapassoCarousel div.owl-controls div.owl-pagination,
#creditoCarousel div.owl-controls div.owl-pagination,
#bannerCarousel div.owl-controls div.owl-pagination,
#bannerCarousel2 div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
#passoapassoCarousel div.owl-controls div.owl-buttons div.owl-prev,
#creditoCarousel div.owl-controls div.owl-buttons div.owl-prev,
#bannerCarousel div.owl-controls div.owl-buttons div.owl-prev,
#bannerCarousel2 div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 39%;
  background: none;
  font-size: 30px;
}
#passoapassoCarousel div.owl-controls div.owl-buttons div.owl-next,
#creditoCarousel div.owl-controls div.owl-buttons div.owl-next,
#bannerCarousel div.owl-controls div.owl-buttons div.owl-next,
#bannerCarousel2 div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 39%;
  background: none;
  font-size: 30px;
}

ul.boletoSidebarCarousel div.owl-pagination {
  width: 100%;
  position: relative !important;
  bottom: -10px !important;
  left: 43%;
}
ul.boletoSidebarCarousel div.owl-controls div.owl-buttons div.owl-prev {
  color: #000;
  bottom: 45%;
}
ul.boletoSidebarCarousel div.owl-controls div.owl-buttons div.owl-next {
  color: #000;
  bottom: 45%;
}

#passoapassoCarousel {
  padding: 0 20px 0 20px;
}
#passoapassoCarousel div.owl-pagination {
  width: 100%;
  position: relative !important;
  bottom: auto !important;
}
#passoapassoCarousel div.owl-controls div.owl-buttons div.owl-prev {
  color: #000;
  bottom: 45%;
}
#passoapassoCarousel div.owl-controls div.owl-buttons div.owl-next {
  color: #000;
  bottom: 45%;
}

#carouselNovidades {
  padding: 0 50px 0 50px;
  background: #EDEDED;
}
#carouselNovidades div.owl-controls div.owl-buttons div.owl-prev {
  color: red;
  bottom: 30%;
  font-size: 60px;
}
#carouselNovidades div.owl-controls div.owl-buttons div.owl-next {
  color: red;
  bottom: 30%;
  font-size: 60px;
}
#carouselNovidades p {
  font-size: 14px;
  font-style: italic;
  font-family: 'newjuneregularitalic';
  line-height: 1.5em;
}
#carouselNovidades p a {
  font-style: normal !important;
}
#carouselNovidades .owl-controls {
  text-align: left;
}
#carouselNovidades .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58.5% !important;
  display: table;
}
#carouselNovidades .owl-pagination .owl-page span {
  background: #d2d2d2;
}
#carouselNovidades .owl-pagination .owl-page .owl-numbers {
  overflow: hidden;
  text-indent: -100px;
  width: 5px;
  height: 5px;
}
#carouselNovidades h3 {
  color: red;
}

#carouselAcesso {
  padding: 0 50px 0 50px;
  background: #EDEDED;
}
#carouselAcesso div.owl-controls div.owl-buttons div.owl-prev {
  color: red;
  bottom: 30%;
  font-size: 60px;
}
#carouselAcesso div.owl-controls div.owl-buttons div.owl-next {
  color: red;
  bottom: 30%;
  font-size: 60px;
}
#carouselAcesso p {
  vertical-align: middle;
  margin-top: 50px;
  font-size: 13px;
  font-style: normal;
  font-family: sans-serif;
  line-height: 1.5em;
  display: table;
}
#carouselAcesso p a {
  font-style: normal !important;
}
#carouselAcesso .owl-controls {
  text-align: left;
}
#carouselAcesso .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58.5% !important;
  display: table;
}
#carouselAcesso .owl-pagination .owl-page span {
  background: #d2d2d2;
}
#carouselAcesso .owl-pagination .owl-page .owl-numbers {
  overflow: hidden;
  text-indent: -100px;
  width: 5px;
  height: 5px;
}
#carouselAcesso h3 {
  color: red;
}

#creditoCarousel {
  padding: 0 20px 0 20px;
  background: #ffffff;
}
#creditoCarousel div.owl-controls div.owl-buttons div.owl-prev {
  color: #000;
  bottom: 45%;
}
#creditoCarousel div.owl-controls div.owl-buttons div.owl-next {
  color: #000;
  bottom: 45%;
}
#creditoCarousel p {
  font-size: 14px;
  font-style: italic;
  font-family: 'newjuneregularitalic';
  line-height: 1.5em;
}
#creditoCarousel p a {
  font-style: normal !important;
}
#creditoCarousel .owl-controls {
  text-align: left;
}
#creditoCarousel .owl-pagination {
  position: absolute;
  right: 0;
  bottom: -30px !important;
  width: 48.5% !important;
  display: table;
}
#creditoCarousel .owl-pagination .owl-page span {
  background: #ccc;
}
#creditoCarousel .owl-pagination .owl-page .owl-numbers {
  overflow: hidden;
  text-indent: -100px;
  width: 5px;
  height: 5px;
}

img.responsive {
  display: block;
  max-width: 100%;
}

h3.subtitle {
  font-size: 16px;
  margin-bottom: 15px;
}

div.destaque-conta {
  margin-bottom: 20px;
}
div.destaque-conta div.holder {
  border-radius: 5px;
  border: 1px solid #ececec;
  overflow: hidden;
  min-height: 250px;
  position: relative;
}
div.destaque-conta div.holder div.thumb {
  width: 100%;
}
div.destaque-conta div.holder div.thumb img {
  display: block;
  width: 100%;
}
div.destaque-conta div.holder h6 {
  padding: 10px;
  font-size: 14px;
}
div.destaque-conta div.holder > p {
  padding: 0 10px;
}
div.destaque-conta div.holder a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -53px;
}
div.destaque-conta div.holder div.hideText {
  position: absolute;
  border-radius: 5px;
  background: #fff;
  top: -185px;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #488AE6;
  font-size: 13px;
  height: 185px;
}
div.destaque-conta div.holder div.hideText h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
div.destaque-conta div.holder div.hideText div.swipe {
  position: absolute;
  left: 0;
  bottom: -19px;
  opacity: 1;
  width: 100%;
  height: 16px;
}

hr {
  border-top: none;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 15px 0;
  padding: 0;
  clear: both;
}

div.ncliente {
  display: table;
  width: 100%;
  padding-top: 30px;
  position: relative;
  clear: both;
}
div.ncliente.ncliente-modal div.description {
  max-width: 85%;
}
div.ncliente img {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 90px;
  float: left;
}
div.ncliente div.description {
  width: 86%;
  float: right;
  background: #cde2ff;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 22px;
  color: #393939;
}
div.ncliente div.description p {
  font-family: Georgia, "serif" !important;
  font-style: italic !important;
  font-size: 16px !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}
div.ncliente div.description p a {
  text-decoration: none;
  font-size: 13px;
  background: url('../images/seta-link.png') no-repeat right center;
  color: #00539F;
  display: inline-block;
  padding-right: 8px;
  padding-left: 10px;
  line-height: 17px;
  min-height: 17px;
  margin-top: 10px;
  cursor: pointer;
}
div.ncliente div.description p a:hover {
  text-decoration: underline;
  color: #488AE6;
}
div.ncliente div.description a {
  text-decoration: none !important;
}
div.ncliente div.description a:hover {
  text-decoration: underline !important;
}
div.ncliente div.description span {
  display: block;
  font-size: 13px;
}
div.ncliente div.description:before {
  content: '';
  position: absolute;
  left: -10px;
  bottom: 21%;
  border-top: 5px solid transparent;
  border-right: 10px solid #cde2ff;
  border-bottom: 5px solid transparent;
}

/* TAB */
div.tabsScroll {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 10px 0 0 1%;
  font-size: 13px;
  overflow-x: auto;
  overflow-y: hidden;
}
div.tabsScroll ul {
  position: relative;
  display: table;
  margin: 0 auto;
  white-space: nowrap;
  width: 100%;
  margin-bottom: -9px;
}
div.tabsScroll ul li {
  display: inline-table;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  filter: none !important;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-left: 2px;
  padding: 15px 12px;
  cursor: pointer;
  text-align: center;
}
div.tabsScroll ul li img {
  margin-bottom: 10px;
}
div.tabsScroll ul li.active {
  border-bottom: 1px solid #fff;
  background: #fff !important;
  color: #cc092f !important;
  cursor: default;
}
div.tabsScroll ul li.active a:first-child {
  color: red;
}
div.tabsScroll ul li.duaslinhas {
  padding: 8px 8px;
  position: relative;
  top: -8px;
}
div.tabsScroll.tabsCenter ul {
  text-align: center;
}
div.tabsScroll.tabsCenter ul li {
  vertical-align: bottom;
}

ul.tabs {
  display: table;
  width: 100%;
  background: #ededed;
  padding: 5px 5px 0 5px !important;
  border-bottom: 1px solid #d2d2d2;
  list-style: none;
  margin: 0;
}
ul.tabs li {
  float: left;
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f6f6), color-stop(50%, #ffffff), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 50%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0 );
  border: 1px solid #d2d2d2;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 1px 0 1px;
  position: relative;
  bottom: -1px;
}
ul.tabs li a {
  font-family: "Arial";
  font-size: 13px;
  text-decoration: none;
  padding: 10px;
  display: table;
  color: #666;
  outline: none;
}
ul.tabs li.active {
  border-bottom: 1px solid #fff;
  background: #fff;
}
ul.tabs li.active a {
  color: #CC092D;
}

div.tab {
  display: none;
  margin-top: 20px;
}
div.tab.active {
  display: block !important;
}

/* End: TAB */
ul.accordion {
  display: table;
  width: 100%;
  margin: 0 0 10px 0 !important;
  padding: 0;
  list-style: none;
}
ul.accordion > li {
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
ul.accordion > li:first-child {
  border-top: 1px solid #d2d2d2;
}
ul.accordion > li a.lnkAcc {
  display: block;
  padding: 10px 23px;
  font-size: 13px;
  color: #00539f;
  text-decoration: none;
  outline: none;
  position: relative;
}
ul.accordion > li a.lnkAcc:before {
  content: '+';
  width: 16px;
  height: 15px;
  position: absolute;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  top: 27%;
  left: 0;
  text-align: center;
  color: #488AE6;
}
ul.accordion > li a.lnkAcc:hover {
  color: #488AE6;
  text-decoration: underline;
}
ul.accordion > li a.lnkAcc:hover:before {
  text-decoration: none;
  display: inline-block;
}
ul.accordion > li a.lnkAcc.active {
  color: #cc092f;
  font-weight: bold;
  position: relative;
}
ul.accordion > li a.lnkAcc.active:before {
  content: '-';
}
ul.accordion > li a.lnkAcc.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 48%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d2d2d2;
}
ul.accordion > li ul {
  list-style: disc;
  padding-left: 15px;
}
ul.accordion > li ul li {
  font-size: 13px;
  line-height: 1.20em;
}
ul.accordion > li div.description {
  display: none;
  padding: 10px 20px 30px 22px;
}
ul.accordion > li div.description.sustentabilidade img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}
ul.accordion > li div.description p {
  font-size: 13px;
  line-height: 1.9em;
}
ul.accordion.accordion2 li {
  border: 0;
}
ul.accordion.accordion2 li a.lnkAcc:before {
  content: '';
  background: url(/assets/common/img/seta-right.png) no-repeat center;
  border: 0;
}
ul.accordion.accordion2 li a.lnkAcc.active:before {
  background-image: url(/assets/common/img/seta-down.gif);
}

div.listaPDF {
  width: 190px;
  margin: 20px auto;
}
div.listaPDF h5 {
  margin-bottom: 15px;
}
div.listaPDF a {
  display: table;
  padding-left: 33px;
  background: url(/assets/common/img/ico-pdf.gif) 0 5px no-repeat;
  text-decoration: none;
}
div.listaPDF a h6 {
  color: #00539F;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: normal;
}
div.listaPDF a p {
  color: #4d4e53;
  font-size: 10px;
}
div.listaPDF a:hover h6 {
  color: #488AE6;
  text-decoration: underline;
}

div.ecpf > a {
  display: table !important;
  text-decoration: none;
  width: 100%;
  margin-bottom: 30px;
}
div.ecpf > a div.thumb {
  float: left;
  width: 35%;
}
div.ecpf > a div.thumb img {
  display: block;
  width: 100%;
}
div.ecpf > a div.description {
  width: 65%;
  float: left;
  margin-top: 25px;
}

.iframeContainer {
  width: 770px;
  overflow: hidden;
}
.iframeContainer iframe {
  border: 0;
}

/* estilo phone number capitais e regi├Áes - p├ígina fone f├ícil */
div#capitais-regioes p {
  margin-top: 20px;
}
div#capitais-regioes p.phone-number {
  font-size: 22px;
  font-weight: bold;
  margin-top: -15px;
}

ul.lst-share li {
  float: left;
  font-size: 13px;
}
ul.lst-share li a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(/assets/common/img/redes-sprite.png) no-repeat;
  text-indent: -1000px;
  margin: 0 5px 0 0;
}
ul.lst-share li a.twitter {
  background-position: -28px 0;
}
ul.lst-share li a.facebook {
  background-position: -58px 0;
}
ul.lst-share li a.indique {
  background-position: -267px 0;
}
ul.lst-share li:first-child {
  margin-right: 10px;
  line-height: 24px;
}

.legenda {
  color: #4d4e53;
  font-size: 10px;
}
.legenda img {
  margin: 0 5px 0 5px;
}
.legenda img:first-child {
  margin: 0 5px 0 0;
}

#box-tabela-capitalizacao {
  width: 930px;
  height: 400px;
  overflow-y: auto;
}

/*Eslito para legendas / disclaimers*/
.legendas p {
  color: #4d4e53;
  font-size: 11px !important;
}
.legendas p:nth-child(1) {
  margin: 20px 0 5px 0 !important;
}
.legendas p:nth-child(2) {
  margin: 0 0 20px 0 !important;
}

.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li a p,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li a p {
  font-weight: bold;
}
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li a p img,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li a p img {
  width: auto;
}
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li:hover a p:nth-child(2),
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li:hover a p:nth-child(2) {
  text-decoration: underline;
  color: #488ae6;
}
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li.active a p:nth-child(2),
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li.active a p:nth-child(2) {
  color: #cc092f;
  text-decoration: none;
}
.nossa-historia .years-slider .carousel-sobre,
.nossa-historia .years-slider .carousel-redes,
.redes-sociais .years-slider .carousel-sobre,
.redes-sociais .years-slider .carousel-redes {
  margin-top: 10px !important;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer {
  height: 132px;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li {
  padding: 0;
  height: 132px;
  margin-right: 10px;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li a p,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li a p,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li a p,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li a p {
  text-align: center;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li a p:nth-child(1),
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li a p:nth-child(1),
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li a p:nth-child(1),
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li a p:nth-child(1) {
  font-size: 30px;
  margin-bottom: 10px !important;
  margin-top: 10px;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li a p:nth-child(2),
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li a p:nth-child(2),
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li a p:nth-child(2),
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li a p:nth-child(2) {
  font-size: 12px;
  color: #000;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li a:hover,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li a:hover,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li a:hover,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li a:hover {
  text-decoration: none;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li.active,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li.active,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li.active,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li.active {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #EAEAEA;
  -moz-box-shadow: inset 0px 0px 0px 1px #EAEAEA;
  box-shadow: inset 0px 0px 0px 1px #EAEAEA;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li.active a,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li.active a,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li.active a,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li.active a {
  cursor: default;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li.active a p:nth-child(1),
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li.active a p:nth-child(1),
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li.active a p:nth-child(1),
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li.active a p:nth-child(1) {
  color: #cc092f;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li.active:hover,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li.active:hover,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li.active:hover,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li.active:hover {
  margin-top: 0;
}
.nossa-historia .years-slider .carousel-sobre .owl-wrapper-outer li:hover,
.nossa-historia .years-slider .carousel-redes .owl-wrapper-outer li:hover,
.redes-sociais .years-slider .carousel-sobre .owl-wrapper-outer li:hover,
.redes-sociais .years-slider .carousel-redes .owl-wrapper-outer li:hover {
  background: #fff;
  -webkit-box-shadow: inset 0px 0px 0px 1px #EAEAEA;
  -moz-box-shadow: inset 0px 0px 0px 1px #EAEAEA;
  box-shadow: inset 0px 0px 0px 1px #EAEAEA;
  cursor: pointer;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(3) .row .desc-ico-redes,
.redes-sociais .years-slider .conteudo-redes:nth-child(3) .row .desc-ico-redes {
  margin-left: 0;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(3) .row .desc-ico-redes p:nth-child(2),
.redes-sociais .years-slider .conteudo-redes:nth-child(3) .row .desc-ico-redes p:nth-child(2) {
  width: 210px !important;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(n+3) .row h3,
.redes-sociais .years-slider .conteudo-redes:nth-child(n+3) .row h3 {
  margin-bottom: 0;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(n+3) .row a,
.redes-sociais .years-slider .conteudo-redes:nth-child(n+3) .row a {
  font-size: 12px;
  font-style: italic;
  text-decoration: none;
  color: #00539f;
  font-weight: 500;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(n+3) .row a:hover,
.redes-sociais .years-slider .conteudo-redes:nth-child(n+3) .row a:hover {
  text-decoration: underline;
  color: #488AE6;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(n+3) .row .box-seguir,
.redes-sociais .years-slider .conteudo-redes:nth-child(n+3) .row .box-seguir {
  text-align: left;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(n+3) .row .box-seguir p,
.redes-sociais .years-slider .conteudo-redes:nth-child(n+3) .row .box-seguir p {
  margin-top: 2px;
  width: 100%;
  margin-bottom: -6px;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) a:nth-child(1),
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) a:nth-child(1) {
  position: relative;
  float: left;
  width: 100%;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) #loadMore,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) #loadMore {
  position: relative;
  float: left;
  width: 90px !important;
  text-align: left !important;
  padding-left: 10px;
  height: 20px !important;
  line-height: 18px !important;
  font-style: normal;
  margin: 60px 0 0 0;
  color: #00539f;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) #loadMore:before,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) #loadMore:before {
  content: '';
  position: absolute;
  background: url(/assets/classic/img/bgr-lnk-sprite.png) -994px 0 no-repeat;
  width: 10px;
  height: 10px;
  margin: 6px 0 0 68px;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) #loadMore:hover,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .desc-ico-redes p:nth-child(2) #loadMore:hover {
  text-decoration: none;
  color: #488AE6;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .box-seguir #loadMore,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .box-seguir #loadMore {
  position: relative;
  float: right;
  width: 90px !important;
  text-align: left !important;
  padding-left: 10px;
  height: 20px !important;
  line-height: 18px !important;
  font-style: normal;
  margin: 6px 10px 0 0;
  color: #000;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .box-seguir #loadMore:hover,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .box-seguir #loadMore:hover {
  text-decoration: none;
  color: #488AE6;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .row .box-seguir #loadMore:before,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .row .box-seguir #loadMore:before {
  content: '';
  position: absolute;
  background: url(/assets/classic/img/bgr-lnk-sprite.png) -994px 0 no-repeat;
  width: 10px;
  height: 10px;
  margin: 6px 0 0 68px;
}
.nossa-historia .years-slider .conteudo-redes:nth-child(4) .first-redes-left .desc-ico-redes,
.redes-sociais .years-slider .conteudo-redes:nth-child(4) .first-redes-left .desc-ico-redes {
  height: auto;
}

.subtituloItalic {
  font-family: 'Georgia', serif !important;
  font-size: 16px !important;
  font-style: italic;
  color: #4D4E53;
}

.descricaoBanner {
  padding: 15% 0 15% 0;
}

section a:hover img {
  --webkit-box-shadow: 0px 0px 0px 3px #297dcb;
  -moz-box-shadow: 0px 0px 0px 3px #297dcb;
  box-shadow: 0px 0px 0px 3px #297dcb;
  border-radius: 5px;
}

section .owl-carousel a:hover img {
  box-shadow: none !important;
}

section .banner a:hover img {
  box-shadow: none !important;
}

section .menu-abas-img a:hover img {
  box-shadow: none !important;
}

.box-ganhadores {
  margin: 30px 0;
}
.box-ganhadores .box-ganhadores-img {
  position: relative;
}
.box-ganhadores .span-result-capitalizacao {
  position: absolute;
  width: 100%;
  max-width: 258px;
  text-align: center;
  top: 28px;
  font-size: 40pt;
  font-weight: bold;
  display: block;
  font-family: 'newjuneboldregular', arial;
  color: #393939;
}
.box-ganhadores .lnk {
  float: right;
}
.box-ganhadores .txt-tp1 {
  padding-top: 40px;
}

.events {
  background-color: #CC092F;
  color: #ffffff;
  border-top-right-radius: 20px;
  padding: 1em 1.9em 0.5em 1.9em;
  margin: 0 0 0 -1.9em;
}

.arrow-up {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 0;
  border-color: #7f0a21 transparent transparent transparent;
  margin-left: -1.9em;
}

ul.listRedeAtendimento {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
ul.listRedeAtendimento li {
  width: 100%;
  border-bottom: 1px dashed #d2d2d2;
  padding: 15px 0;
}
ul.listRedeAtendimento li a {
  font-size: 13px;
  width: 100%;
}

div.listaCentral p strong {
  display: block;
  font-size: 18px;
}
div.listaCentral p.capitais strong {
  font-size: 21px;
}

.full-content {
  padding: 1.5em;
  text-align: center;
  width: 100%;
  line-height: 42px;
}
.full-content .ask {
  background-image: url("/assets/corporate/img/solucoes-integradas/recursos-humanos/bg-central-de-atendimento-bancario.jpg");
  background-repeat: repeat-x;
  border-bottom: 3px solid #FF7487;
  width: auto;
  height: 180px;
  text-align: left;
  font-weight: 100;
}
.full-content .ask a {
  color: #ffffff;
}
.full-content .ask a:hover {
  color: #f5f5f5;
}
.full-content .ask p {
  margin: 3.25em 1em;
  font-size: 18px;
}
.full-content .ask span {
  font-size: 22px;
}
.full-content .ask span.condition {
  font-size: 14px;
  margin: 0 1em;
}
.full-content h1 {
  font-size: 36px;
  color: #505050;
  padding: 0.5em 0;
}
.full-content h2 {
  font-size: 36px;
  color: #505050;
  padding: 0.5em 0;
}
.full-content hr {
  border: 2px solid #d11c2b;
  width: 70px;
  margin: 2em auto;
}
.full-content p {
  text-align: justify;
  padding-top: 20px;
}
.full-content .panel-icon {
  background-image: url("/assets/corporate/img/solucoes-integradas/recursos-humanos/sprite-icones-collapse.png");
  display: block;
  float: left;
}
.full-content .col-lg-4 {
  text-align: left;
  height: 75px;
}
.full-content .saques {
  background-position: -131px 130px;
  width: 60px;
  height: 48px;
}
.full-content .tranferencias {
  background-position: -198px 130px;
  width: 60px;
  height: 48px;
}
.full-content .extratos {
  background-position: -263px 130px;
  width: 60px;
  height: 48px;
}
.full-content .cred-consignado {
  background-position: -331px 130px;
  width: 60px;
  height: 48px;
}
.full-content .pagamentos {
  background-position: -397px 130px;
  width: 60px;
  height: 48px;
}
.full-content .saldos {
  background-position: 1px 75px;
  width: 60px;
  height: 48px;
}
.full-content .cred-pre-apro {
  background-position: -65px 75px;
  width: 60px;
  height: 48px;
}
.full-content .agendamentos {
  background-position: -133px 75px;
  width: 60px;
  height: 48px;
}
.full-content .emissao-holetites {
  background-position: -201px 75px;
  width: 60px;
  height: 48px;
}

ul#carouselEncontreInvestimento li {
  background: #f2f2f2;
  padding: 15px 0;
}
ul#carouselEncontreInvestimento li.aumento-capital div.thumb {
  background-position: 0 0;
}
ul#carouselEncontreInvestimento li.aumento-capital:hover {
  background-position: 0 -102px;
}
ul#carouselEncontreInvestimento li.aumento-capital.active div.thumb {
  background-position: 0 -102px;
}
ul#carouselEncontreInvestimento li.educacao-filhos div.thumb {
  background-position: -110px 0;
}
ul#carouselEncontreInvestimento li.educacao-filhos:hover {
  background-position: -110px -102px;
}
ul#carouselEncontreInvestimento li.educacao-filhos.active div.thumb {
  background-position: -110px -102px;
}
ul#carouselEncontreInvestimento li.viagem div.thumb {
  background-position: -217px 0;
}
ul#carouselEncontreInvestimento li.viagem:hover div.thumb {
  background-position: -217px -102px;
}
ul#carouselEncontreInvestimento li.viagem.active div.thumb {
  background-position: -217px -102px;
}
ul#carouselEncontreInvestimento li.carro div.thumb {
  background-position: -325px 0;
}
ul#carouselEncontreInvestimento li.carro:hover div.thumb {
  background-position: -325px -102px;
}
ul#carouselEncontreInvestimento li.carro.active div.thumb {
  background-position: -325px -102px;
}
ul#carouselEncontreInvestimento li.casa-propria div.thumb {
  background-position: -433px 0;
}
ul#carouselEncontreInvestimento li.casa-propria:hover div.thumb {
  background-position: -433px -102px;
}
ul#carouselEncontreInvestimento li.casa-propria.active div.thumb {
  background-position: -433px -102px;
}
ul#carouselEncontreInvestimento li.casamento div.thumb {
  background-position: -540px 0;
}
ul#carouselEncontreInvestimento li.casamento:hover div.thumb {
  background-position: -540px -102px;
}
ul#carouselEncontreInvestimento li.casamento.active div.thumb {
  background-position: -540px -102px;
}
ul#carouselEncontreInvestimento li.estudo-intercambio div.thumb {
  background-position: -638px 0;
}
ul#carouselEncontreInvestimento li.estudo-intercambio:hover div.thumb {
  background-position: -638px -102px;
}
ul#carouselEncontreInvestimento li.estudo-intercambio.active div.thumb {
  background-position: -638px -102px;
}
ul#carouselEncontreInvestimento li a {
  display: table;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
}
ul#carouselEncontreInvestimento li a div.thumb {
  width: 70px;
  height: 70px;
  display: table;
  background: url(/assets/common/img/ico-meus-investimentos.jpg) no-repeat;
}
ul#carouselEncontreInvestimento li p {
  text-align: center;
  margin: 10px 0 0 0;
}
ul#carouselEncontreInvestimento li.active {
  background: #fff;
}
ul#carouselEncontreInvestimento li.active a {
  color: #cc092f;
}
ul#carouselEncontreInvestimento li:hover {
  background: #fff;
}
ul#carouselEncontreInvestimento li:hover a {
  color: #cc092f;
}
ul#carouselEncontreInvestimento div.owl-controls {
  width: 100%;
}
ul#carouselEncontreInvestimento div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul#carouselEncontreInvestimento div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 30%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul#carouselEncontreInvestimento div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 30%;
  background: none;
  font-size: 30px;
  color: #666;
}

.box-cartoes {
  position: relative;
  float: left;
  width: 100%;
  min-height: 115px;
  background: #ededed;
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-top: 1px solid #b7b7b7;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.box-cartoes p {
  margin-top: 15px;
}
.box-cartoes :hover p {
  text-decoration: underline !important;
}

ul#carouselCreditos li, #carouselSimuladores li, .carousel li, ul#carouselTodosConsorcios li {
  background: #f2f2f2;
  padding: 16px 0;
  height: 240px;
}
ul#carouselCreditos li a, #carouselSimuladores li a, .carousel li a, ul#carouselTodosConsorcios li a {
  max-width: 120px;
  display: table;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
}
ul#carouselCreditos li a span, #carouselSimuladores li a span, .carousel li a span, ul#carouselTodosConsorcios li a span {
  display: table;
}
ul#carouselCreditos li a span img, #carouselSimuladores li a span img, .carousel li a span img, ul#carouselTodosConsorcios li a span img {
  display: block;
  width: 100%;
}
ul#carouselCreditos li p, #carouselSimuladores li p, .carousel li p, ul#carouselTodosConsorcios li p {
  text-align: center;
  margin: 10px 0 0 0;
  font-weight: normal;
}
ul#carouselCreditos li.active, #carouselSimuladores li.active, .carousel li.active, ul#carouselTodosConsorcios li.active {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 15px 0;
}
ul#carouselCreditos li.active a p, #carouselSimuladores li.active a p, .carousel li.active a p, ul#carouselTodosConsorcios li.active a p {
  color: #000;
  font-weight: normal;
}
ul#carouselCreditos li.active a p strong, #carouselSimuladores li.active a p strong, .carousel li.active a p strong, ul#carouselTodosConsorcios li.active a p strong {
  color: #cc092f;
}
ul#carouselCreditos li:hover, #carouselSimuladores li:hover, .carousel li:hover, ul#carouselTodosConsorcios li:hover {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 15px 0;
}
ul#carouselCreditos li:hover a p, #carouselSimuladores li:hover a p, .carousel li:hover a p, ul#carouselTodosConsorcios li:hover a p {
  color: #000;
  font-weight: normal;
}
ul#carouselCreditos li:hover a p strong, #carouselSimuladores li:hover a p strong, .carousel li:hover a p strong, ul#carouselTodosConsorcios li:hover a p strong {
  color: #cc092f;
}
ul#carouselCreditos div.owl-controls, #carouselSimuladores div.owl-controls, .carousel div.owl-controls, ul#carouselTodosConsorcios div.owl-controls {
  width: 100%;
}
ul#carouselCreditos div.owl-controls div.owl-pagination, #carouselSimuladores div.owl-controls div.owl-pagination, .carousel div.owl-controls div.owl-pagination, ul#carouselTodosConsorcios div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul#carouselCreditos div.owl-controls div.owl-buttons div.owl-prev, #carouselSimuladores div.owl-controls div.owl-buttons div.owl-prev, .carousel div.owl-controls div.owl-buttons div.owl-prev, ul#carouselTodosConsorcios div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 37%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul#carouselCreditos div.owl-controls div.owl-buttons div.owl-next, #carouselSimuladores div.owl-controls div.owl-buttons div.owl-next, .carousel div.owl-controls div.owl-buttons div.owl-next, ul#carouselTodosConsorcios div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 37%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul#carouselTodosLayouts li {
  background: #f2f2f2;
  padding: 12px 0;
  height: 60px;
}
ul#carouselTodosLayouts li a {
  max-width: 120px;
  display: table;
  margin: 0 auto;
  font-weight: bold;
  text-decoration: none;
}
ul#carouselTodosLayouts li a span {
  display: table;
}
ul#carouselTodosLayouts li a span img {
  display: block;
  width: 100%;
}
ul#carouselTodosLayouts li p {
  text-align: center;
  margin: 2px 0 0 0;
  font-weight: normal;
}
ul#carouselTodosLayouts li.active {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 11px 0;
}
ul#carouselTodosLayouts li.active a p {
  color: #000;
  font-weight: normal;
}
ul#carouselTodosLayouts li.active a p strong {
  color: #cc092f;
}
ul#carouselTodosLayouts li:hover {
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 11px 0;
}
ul#carouselTodosLayouts li:hover a p {
  color: #000;
  font-weight: normal;
}
ul#carouselTodosLayouts li:hover a p strong {
  color: #cc092f;
}
ul#carouselTodosLayouts div.owl-controls {
  width: 100%;
}
ul#carouselTodosLayouts div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul#carouselTodosLayouts div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 5%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul#carouselTodosLayouts div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 5%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-cn-ib {
  background-color: #F7F7F7;
  border-width: 2px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px;
  position: relative;
  margin: 10px 0 20px 0 !important;
  border-bottom: none;
}
ul.carousel-cn-ib li {
  padding: 8px 30px;
  color: #393939;
}
ul.carousel-cn-ib li p {
  padding: 40px 40px 0 30px;
}
ul.carousel-cn-ib div.owl-controls {
  width: 100%;
}
ul.carousel-cn-ib div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-cn-ib div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul.carousel-cn-ib div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-pri-investimento {
  background-color: #F7F7F7;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px;
  position: relative;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px;
  position: relative;
  margin: 10px 0 30px 0 !important;
  border-bottom: none;
  padding: 0 40px !important;
}
ul.carousel-pri-investimento li {
  padding: 0 5px;
  color: #393939;
}
ul.carousel-pri-investimento li a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 15px;
  min-height: 152px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-weight: bold;
  border-top: none;
}
ul.carousel-pri-investimento li a:hover {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  text-decoration: underline;
  border-top: none;
}
ul.carousel-pri-investimento li a p {
  margin: 10px 0 0 0 !important;
}
ul.carousel-pri-investimento li a img {
  width: 100%;
  border-radius: 4px;
}
ul.carousel-pri-investimento li.active a {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  cursor: default;
  color: #cc092f;
}
ul.carousel-pri-investimento li.active a:hover {
  text-decoration: none;
}
ul.carousel-pri-investimento div.owl-controls {
  width: 100%;
}
ul.carousel-pri-investimento div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-pri-investimento div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul.carousel-pri-investimento div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-capitalizacao-pq {
  background-color: #F7F7F7;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px;
  position: relative;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px;
  position: relative;
  margin: 15px 0 0 0 !important;
  border-bottom: none;
  padding: 0 40px !important;
}
ul.carousel-capitalizacao-pq li {
  padding: 0 5px;
  color: #393939;
}
ul.carousel-capitalizacao-pq li a {
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 15px;
  min-height: 152px;
  font-size: 11px;
}
ul.carousel-capitalizacao-pq li a:hover {
  text-decoration: underline;
}
ul.carousel-capitalizacao-pq li a p {
  margin: 5px 0 5px 0 !important;
}
ul.carousel-capitalizacao-pq li a img {
  width: 100%;
  border-radius: 4px;
}
ul.carousel-capitalizacao-pq div.owl-controls {
  width: 100%;
}
ul.carousel-capitalizacao-pq div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-capitalizacao-pq div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 35%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul.carousel-capitalizacao-pq div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 35%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-cn-ib-2 {
  background-color: #F7F7F7;
  border-width: 2px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px;
  position: relative;
  margin: 10px 0 20px 0 !important;
  border-bottom: none;
}
ul.carousel-cn-ib-2 li {
  padding: 8px 30px;
  color: #393939;
}
ul.carousel-cn-ib-2 li p {
  padding: 25px 40px 0 30px;
}
ul.carousel-cn-ib-2 div.owl-controls {
  width: 100%;
}
ul.carousel-cn-ib-2 div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-cn-ib-2 div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul.carousel-cn-ib-2 div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-smart-tv {
  background-color: #ededed;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px 4px 0 0;
  position: relative;
  margin: 10px 0 20px 0 !important;
  padding: 0 2px !important;
  border-bottom: none;
}
ul.carousel-smart-tv li {
  min-height: 113px;
  max-width: 125px;
  padding: 0;
}
ul.carousel-smart-tv li a {
  text-align: center;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: none !important;
  border-top: none !important;
}
ul.carousel-smart-tv li a:hover {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  cursor: default;
}
ul.carousel-smart-tv li a:hover p strong {
  color: #cc092f;
}
ul.carousel-smart-tv li a p {
  margin: 10px 0 0 0 !important;
}
ul.carousel-smart-tv li.active a {
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  cursor: default;
}
ul.carousel-smart-tv li.active a p strong {
  color: #cc092f;
}
ul.carousel-smart-tv div.owl-controls {
  width: 100%;
}
ul.carousel-smart-tv div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-smart-tv div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul.carousel-smart-tv div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-smart-tv-2 {
  background-color: #ededed;
  border-width: 1px;
  border-style: solid;
  border-color: #CECECE #E1E1E1 transparent #E1E1E1;
  box-shadow: inset 0 1px 1px #D2D2D2;
  border-radius: 4px 4px 0 0;
  position: relative;
  margin: 10px 0 20px 0 !important;
  padding: 0 40px !important;
  border-bottom: none;
}
ul.carousel-smart-tv-2 li {
  text-align: center;
  padding: 15px 0;
}
ul.carousel-smart-tv-2 li p {
  margin: 10px 0 0 0 !important;
}
ul.carousel-smart-tv-2 div.owl-controls {
  width: 100%;
}
ul.carousel-smart-tv-2 div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-smart-tv-2 div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}
ul.carousel-smart-tv-2 div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  bottom: 29%;
  background: none;
  font-size: 30px;
  color: #666;
}

ul.carousel-classem {
  position: relative;
  background-color: transparent;
  list-style: none !important;
}
ul.carousel-classem li {
  padding: 0 30px 0 20px;
  color: #393939;
  width: 100%;
  display: table;
}
ul.carousel-classem li table tr td {
  color: #1f1f1f;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 16.66666666666667%;
}
ul.carousel-classem div.owl-controls {
  width: 100%;
}
ul.carousel-classem div.owl-controls div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 0;
}
ul.carousel-classem div.owl-controls div.owl-buttons div.owl-prev {
  position: absolute;
  left: 0;
  top: 2%;
  background: none;
  font-size: 30px;
  color: #666;
  margin: 0;
}
ul.carousel-classem div.owl-controls div.owl-buttons div.owl-next {
  position: absolute;
  right: 0;
  top: 2%;
  background: none;
  font-size: 30px;
  color: #666;
  margin: 0;
}

.table-calendario-assem-2 {
  width: 100%;
  font-size: 13px;
}
.table-calendario-assem-2 th {
  background-color: #EDEDED;
  border-bottom: 1px solid #BFBFBF;
  border-left: 1px solid #FFF;
  color: #1F1F1F;
  font-weight: normal;
  padding: 0 10px;
  text-align: left;
  height: 50px;
}
.table-calendario-assem-2 tr {
  height: 50px;
}
.table-calendario-assem-2 td {
  background: #FFF url("/assets/classic/img/produtos-servicos/bgr-horizontal-dott.png") 0 0 repeat-x;
  color: #393939;
  padding: 13px 10px 20px;
  vertical-align: middle;
  width: 20%;
}

ul.accordion-cl-assem {
  display: block !important;
}
ul.accordion-cl-assem li div.description {
  display: none;
  padding: 10px 20px 0 22px !important;
}

.lst-cl-assem {
  padding-bottom: 30px;
}
.lst-cl-assem ul {
  background: #ededed;
  border-bottom: 1px solid #cbcbcb;
  padding: 0 !important;
}
.lst-cl-assem ul li {
  display: inline;
  float: left;
  width: 16.66666666666667%;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 40px;
}

ul#carouselTodosConsorcios li {
  height: 150px;
}

ul#carouselSimuladores li {
  height: 150px;
}
ul#carouselSimuladores li p {
  font-size: 12px;
  max-width: 70px;
}

.boxInvestimento {
  display: none;
}
.boxInvestimento .boxInvestimento.active {
  display: block;
}

/* Css pagina cesta de servi├ºos e tarifas*/
.box-titulo {
  padding: 14px 14px 0;
  height: 104px;
  color: #FFFFFF;
  font-size: 19px;
  line-height: 21px;
}

.box-bottom p {
  font-family: sans-serif;
  font-size: 11px !important;
  line-height: 15px;
  color: #616161;
  text-decoration: none;
  width: 90%;
  margin: 0 auto;
}

.box-bottom p.box-sub-titulo {
  font-family: Georgia !important;
  font-size: 12px !important;
  font-style: italic;
  line-height: 15px;
  padding-top: 10px;
  width: 90%;
  margin: 0 auto;
}

.box-bottom p.sub-r {
  color: #cc092f;
}

.box-bottom p.sub-b {
  color: #034d7a;
}

.box-bottom p.sub-g {
  color: #5e5e5e;
}

.box-bottom p.sub-lg {
  color: #4996c2;
}

.box-bottom p.sub-p {
  color: #83173c;
}

.box-bottom p.sub-gr {
  color: #00383e;
}

.box-valor {
  color: #FFFFFF;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 19px;
  padding: 0;
  position: absolute;
  right: 12px;
  text-align: right;
  text-indent: 3px;
  top: 98px;
  width: 100%;
}
.box-valor span {
  content: '';
  float: right;
  font-size: 16px;
  font-weight: bold;
}

.box-top {
  z-index: 2;
  border-radius: 5px 5px 0px 0px;
  height: 135px;
  position: relative;
}

.box-bottom {
  position: relative;
  background-color: #EAEAEA;
  height: 400px;
}

.box-pdf {
  position: absolute;
  font-size: 70% !important;
  width: 70%;
  left: 15%;
  bottom: 20px;
}

.box {
  margin-bottom: 20px;
}

.box-descontinuada {
  position: absolute;
  width: 100%;
  display: block;
  height: 65%;
}

.box-bottom p.box-destaque-descontinuada {
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px !important;
}

.top-r {
  background: #e11156;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTExMTU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjYWYwNzIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #e11156 0%, #af0723 52%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e11156), color-stop(52%, #af0723));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #e11156 0%, #af0723 52%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #e11156 0%, #af0723 52%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #e11156 0%, #af0723 52%);
  /* IE10+ */
  background: linear-gradient(135deg, #e11156 0%, #af0723 52%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e11156', endColorstr='#af0723',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
.top-r:after {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #AF0723;
  position: absolute;
  bottom: -9px;
  left: 70%;
}

.top-b {
  background: #08a5c9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDhhNWM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDM0ZTdiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #08a5c9 0%, #034e7b 52%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #08a5c9), color-stop(52%, #034e7b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #08a5c9 0%, #034e7b 52%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #08a5c9 0%, #034e7b 52%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #08a5c9 0%, #034e7b 52%);
  /* IE10+ */
  background: linear-gradient(135deg, #08a5c9 0%, #034e7b 52%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08a5c9', endColorstr='#034e7b',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
.top-b:after {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #034E7B;
  position: absolute;
  bottom: -9px;
  left: 70%;
}

.top-g {
  background: #a4a4a4;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTRhNGE0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjNTg1ODU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a4a4a4), color-stop(52%, #585858));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #a4a4a4 0%, #585858 52%);
  /* IE10+ */
  background: linear-gradient(135deg, #a4a4a4 0%, #585858 52%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#585858',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
.top-g:after {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #585858;
  position: absolute;
  bottom: -9px;
  left: 70%;
}

.top-lg {
  background: #9cd5e8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOWNkNWU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjNTJhNGNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #9cd5e8 0%, #52a4cb 52%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #9cd5e8), color-stop(52%, #52a4cb));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #9cd5e8 0%, #52a4cb 52%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #9cd5e8 0%, #52a4cb 52%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #9cd5e8 0%, #52a4cb 52%);
  /* IE10+ */
  background: linear-gradient(135deg, #9cd5e8 0%, #52a4cb 52%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cd5e8', endColorstr='#52a4cb',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
.top-lg:after {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #52A4CB;
  position: absolute;
  bottom: -9px;
  left: 70%;
}

.top-p {
  background: #c93681;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzkzNjgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjOGIxODNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #c93681 0%, #8b183f 52%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #c93681), color-stop(52%, #8b183f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #c93681 0%, #8b183f 52%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #c93681 0%, #8b183f 52%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #c93681 0%, #8b183f 52%);
  /* IE10+ */
  background: linear-gradient(135deg, #c93681 0%, #8b183f 52%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c93681', endColorstr='#8b183f',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
.top-p:after {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #8B183F;
  position: absolute;
  bottom: -9px;
  left: 70%;
}

.top-gr {
  background: #007a84;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA3YTg0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjMDAzYjQyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(-45deg, #007a84 0%, #003b42 52%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #007a84), color-stop(52%, #003b42));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #007a84 0%, #003b42 52%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #007a84 0%, #003b42 52%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #007a84 0%, #003b42 52%);
  /* IE10+ */
  background: linear-gradient(135deg, #007a84 0%, #003b42 52%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007a84', endColorstr='#003b42',GradientType=1 );
  /* IE6-8 fallback on horizontal gradient */
}
.top-gr:after {
  content: '';
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #003B42;
  position: absolute;
  bottom: -9px;
  left: 70%;
}

/* FIM - Css pagina cesta de servi├ºos e tarifas*/
.table-tp1 {
  border-bottom: 1px solid #BFBFBF;
  border-collapse: collapse !important;
  border-spacing: 0;
  font-size: 13px;
  width: 100%;
}
.table-tp1 th {
  background-color: #EDEDED;
  color: #1F1F1F;
  font-weight: normal;
  padding: 0 10px;
  text-align: left;
  height: 50px;
  border: 1px solid #bfbfbf;
}
.table-tp1 td {
  color: #393939;
  padding: 10px;
  text-align: left !important;
  border: 1px solid #bfbfbf;
}
.table-tp1 td.textCenter {
  text-align: center !important;
}
.table-tp1 td ul li:last-child {
  margin-bottom: 0;
}

.table-calendario-assem {
  border-bottom: 1px solid #BFBFBF;
  font-size: 13px;
  line-height: 1.1;
  width: 100%;
}
.table-calendario-assem th {
  background-color: #EDEDED;
  border-bottom: 1px solid #BFBFBF;
  border-left: 1px solid #FFF;
  color: #1F1F1F;
  font-weight: normal;
  padding: 0 10px;
  text-align: left;
  height: 50px;
}
.table-calendario-assem tr {
  height: 50px;
}
.table-calendario-assem td {
  color: #393939;
  padding: 10px;
  vertical-align: middle;
}

.riscoBaixo, .riscoMedio, .riscoAlto {
  background: url("/assets/classic/img/produtos-servicos/bg-graus-de-risco.png") no-repeat;
  padding: 5px 1px 1px 1px;
  display: block;
  text-align: center;
  height: 40px;
}

.riscoBaixo {
  background-position: center 21px;
}

.riscoMedio {
  background-position: center -17px;
}

.riscoAlto {
  background-position: center -50px;
}

.table-dados {
  width: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 1.2;
}
.table-dados tbody tr td {
  padding: 5px 0 5px 0;
}

.table-dados tbody td.tbl-dados-ttl {
  width: 210px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

.table-dados tbody td.tbl-dados-txt {
  padding-left: 10px;
  vertical-align: bottom;
}

.table-documentos select {
  font-size: 13px;
  color: #666;
  background: #f2f2f2;
  padding: 3px;
  border: 1px solid #666;
  box-shadow: none;
  margin-right: 5px;
}
.table-documentos a.saiba-mais {
  padding: 3px 5px !important;
}
.table-documentos a.saiba-mais:before {
  display: none;
}

.carousel-subtile {
  color: #999999;
  font-style: italic;
  font-size: 18px;
  font-family: 'newjuneregularitalic';
  font-weight: bold;
}

.box-imoveis {
  border: 2px solid #f2f2f2;
  min-height: 176px;
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin-bottom: 10px;
}
.box-imoveis h5 {
  margin-top: 15px;
  padding-bottom: 16px;
  font-size: 18px;
}
.box-imoveis p {
  font-style: italic;
  font-size: 16px !important;
  line-height: 25px;
}
.box-imoveis a {
  text-decoration: none;
}

.selo-socioambiental {
  display: block;
  margin: 0 auto;
}
.selo-socioambiental.left {
  margin: 0;
}

.box-paragrafo {
  font-size: 13px;
  margin-top: 8px;
  font-family: arial;
  font-style: normal !important;
}

#tituloConsorcio p {
  margin: 10px 0 10px 0;
  font-size: 18px;
  font-family: 'newjuneregularitalic';
}

.tituloSimule, .tituloCar, .tituloPesados, .tituloImoveis {
  position: relative;
  margin-top: -25px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #333;
  text-align: center;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.tituloCar {
  width: 100px;
}

.tituloPesados {
  width: 140px;
}

.tituloImoveis {
  width: 80px;
}

.border-consorcios {
  border: 1px solid #f2f2f2;
  width: 162px;
  text-align: center;
}
.border-consorcios p {
  margin-top: 15px;
}
.border-consorcios strong {
  font-size: 18px;
}
.border-consorcios span {
  font-size: 15px;
}
.border-consorcios hr {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
  margin-top: 15px;
}

.box-passos > div {
  min-height: 193px;
}
.box-passos > div h4 {
  background: url(/assets/common/img/seta-passos.png) no-repeat right bottom;
  padding: 5px 45px 10px 15px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.box-passos > div h4 strong {
  font-family: Georgia, "serif";
  font-size: 42px;
  font-style: italic;
  font-weight: normal;
  line-height: 40px;
  color: #cc092f;
  display: inline-block;
  margin-right: 10px;
}
.box-passos > div h4 span {
  font-size: 13px;
  display: inline-block;
  padding-top: 5px;
}
.box-passos > div:last-child h4 {
  background: none;
  border-bottom: 1px solid #bfbfbf;
}

@media only screen and (max-width: 1279px) {
  body.home section.mainContent nav#mainMenu {
    height: 400px;
  }
  body.home section.mainContent div.listaDestaquesHome div.escritorios {
    display: none;
  }

  section.mainContent aside div.destaque-area h6 {
    width: 80%;
    padding: 10px 0 0 15px;
  }
  section.mainContent aside div.destaque-area h6 span {
    display: inline;
  }
  section.mainContent aside div.destaque-area div.description {
    width: 80%;
    clear: none;
    float: left;
    padding: 10px 0 0 15px;
  }
  section.mainContent aside div.destaque-area a.saiba-mais {
    margin-top: 15px;
  }
  section.mainContent aside.margin-el {
    margin-bottom: 10px;
  }
  section.mainContent aside.margin-el .lnk-nav.lnk-anterior {
    left: 10px;
  }
  section.mainContent aside.margin-el .lnk-nav.lnk-proximo {
    right: 10px;
  }

  .dest-fb-page {
    display: none;
  }
}
.iframeContainer {
  width: 725px;
  overflow: hidden;
}
.iframeContainer iframe {
  border: 0;
}

select.comboFiltro {
  display: block;
}

#slider-range-max {
  display: none;
}

.btn.big-blue {
  margin: 0 0 20px 0;
}

.lst-acessar {
  padding: 15px 59px 0 !important;
}
.lst-acessar li {
  margin-left: 13px !important;
}

@media only screen and (max-width: 1023px) {
  body.home section.mainContent nav#mainMenu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ul-simulador li {
    width: 100%;
  }

  #amount {
    display: none;
  }

  section.mainContent > header h2 {
    font-size: 19px;
  }
  section.mainContent div.row.default div.banner.mini-banner {
    margin-bottom: 35px;
  }
  section.mainContent aside div.destaque-sidebar {
    margin-bottom: 20px;
  }
  section.mainContent aside div.destaque-sidebar div.holder {
    height: 90px;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.description {
    width: 70%;
    padding-right: 5px;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.description h6 {
    font-size: 10px;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.description a {
    font-size: 12px;
    line-height: 14px;
    display: block;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.thumb {
    width: 30%;
  }
  section.mainContent div.ecpf > a div.description {
    margin-top: 10px;
  }

  div.ncliente div.description {
    width: 84%;
  }

  .iframeContainer {
    width: 595px;
    overflow: auto;
  }
  .iframeContainer iframe {
    border: 0;
  }

  ul.carousel-cn-ib li {
    padding: 8px 5px !important;
  }
  ul.carousel-cn-ib li p {
    padding: 35px 20px 0 40px !important;
  }

  ul.carousel-cn-ib-2 li {
    padding: 8px 5px !important;
  }
  ul.carousel-cn-ib-2 li p {
    padding: 15px 20px 0 40px !important;
  }
}
@media only screen and (max-width: 639px) {
  p.abraconta {
    margin: 15px auto;
    margin-left: 0;
  }

  div.ncliente div.description {
    width: 80%;
  }

  div.listaPDF {
    margin: 20px 0 20px 0;
  }

  .iframeContainer {
    width: 435px;
    overflow: auto;
  }
  .iframeContainer iframe {
    /*width:435px!important;*/
    border: 0;
  }

  ul.carousel-cn-ib li, ul.carousel-cn-ib-2 li {
    padding: 8px 0 !important;
    text-align: center;
  }
  ul.carousel-cn-ib li p, ul.carousel-cn-ib-2 li p {
    padding: 0 30px !important;
  }

  .lst-cl-assem ul li {
    width: 100% !important;
  }

  .prod-serv .col-lg-10 {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 479px) {
  .vr {
    border: 0;
  }

  div.tabsScroll {
    padding-top: 5px;
    margin-bottom: 5px;
  }

  section.mainContent {
    padding: 10px 20px;
  }
  section.mainContent > header {
    padding: 10px 10px 10px 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section.mainContent > header.single {
    margin-bottom: 10px;
  }
  section.mainContent ul.passos li h4:after {
    right: 9.2%;
  }
  section.mainContent div.row {
    margin: 0 auto;
  }
  section.mainContent div.row.default div.banner.mini-banner {
    margin-bottom: 25px;
  }
  section.mainContent aside div.row {
    margin: auto;
    width: auto;
  }
  section.mainContent aside div.destaque-area h6 {
    width: 75%;
  }
  section.mainContent aside div.destaque-area div.description {
    width: 75%;
  }
  section.mainContent aside div.destaque-sidebar {
    width: 90%;
    padding: 0;
    display: none;
    float: none;
    margin: 0 auto;
  }
  section.mainContent aside div.destaque-sidebar:first-child {
    display: block;
  }
  section.mainContent aside div.destaque-sidebar div.holder {
    height: 80px;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.description {
    width: 75%;
    padding-right: 10px;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.description h6 {
    font-size: 10px;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.description a {
    font-size: 14px;
    line-height: auto;
    display: block;
  }
  section.mainContent aside div.destaque-sidebar div.holder div.thumb {
    width: 25%;
  }
  section.mainContent ul.appList li a {
    height: auto;
    margin-bottom: 30px;
  }
  section.mainContent aside .lnk-nav {
    display: block;
  }
  section.mainContent.sec-infografico {
    padding: 10px 0;
  }
  section.mainContent.sec-infografico header {
    max-width: 90%;
    padding: 10px 0;
  }
  section.mainContent.sec-infografico > div.row {
    width: 100%;
  }
  section.mainContent.sec-infografico > div.row div.voltar {
    margin: 0 10px;
  }
  section.mainContent.sec-infografico .legendas {
    margin: 0 20px;
  }
  section.mainContent.sec-infografico aside {
    max-width: 90%;
    margin: 0 5%;
  }

  div.ncliente div.description {
    width: 70%;
    padding: 10px;
  }
  div.ncliente div.description p {
    float: none;
    font-size: 13px !important;
  }
  div.ncliente div.description p a {
    margin: 0 auto !important;
    display: table;
  }
  div.ncliente div.description.interessou p {
    text-align: left;
  }

  .iframeContainer {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .iframeContainer iframe {
    /*width:300px!important;*/
    border: 0;
  }

  .vant-ib-content {
    margin-top: 30px;
  }

  .buscaGrupo label.label-data {
    float: none;
    display: table;
    width: 100%;
  }

  .box-passos > div {
    min-height: initial;
  }
}
@media only screen and (max-width: 320px) {
  section.mainContent > header, section.mainContent > div.row {
    width: 280px;
  }
}
