﻿@charset "UTF-8";
/* CSS para HOME */

.mainContent .solucoes-integradas .avisoLegal {
    text-align: center;
    margin: 30px 50px 50px;
    padding-bottom: 0px;
}

.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;
}

#modalAcessoCanalConsorciado .esqueciSenha a {
    text-decoration: none;
    font-size: 13px;
    color: #00539f;
    top: 57%;
    position: absolute;
    display: block;
    width: 96%;
    text-align: center;
}

#modalComoSolicitarNaoCorrentistaGerente section p,
#modalCapitalizacaoBradescoSolucaoDeAluguel section p {
    font-size: 13px;
    margin-top: 8px;
    font-family: arial;
    font-style: normal !important;
    margin-bottom: 20px;
    line-height: 1.8em;
}

#modalComoSolicitarNaoCorrentistaGerente hr,
#modalCapitalizacaoBradescoSolucaoDeAluguel hr {
    margin: 20px 0px 5px 0px;
}

#modalComoSolicitarNaoCorrentistaGerente div#border-modal,
#modalCapitalizacaoBradescoSolucaoDeAluguel div#border-modal {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    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);
}

#modalComoSolicitarNaoCorrentistaGerente div#border-modal img,
#modalCapitalizacaoBradescoSolucaoDeAluguel div#border-modal img {
    margin-top: 10px;
}

#modalComoSolicitarNaoCorrentistaGerente h4.subtitle,
#modalCapitalizacaoBradescoSolucaoDeAluguel h4.subtitle {
    font-size: 15px;
    margin-left: 20px;
}

#modalComoSolicitarNaoCorrentistaGerente a.ajuste,
#modalCapitalizacaoBradescoSolucaoDeAluguel a.ajuste {
    margin-left: 20px;
}

#modalComoSolicitarNaoCorrentistaGerente div.ncliente div.description,
#modalCapitalizacaoBradescoSolucaoDeAluguel div.ncliente div.description {
    width: 80%;
    padding: 10px;
}

#modalComoSolicitarNaoCorrentistaGerente div.ncliente div.description p,
#modalCapitalizacaoBradescoSolucaoDeAluguel div.ncliente div.description p {
    text-align: left;
    float: none;
    font-size: 13px !important;
}

#modalComoSolicitarNaoCorrentistaGerente div.ncliente div.description p a,
#modalCapitalizacaoBradescoSolucaoDeAluguel div.ncliente div.description p a {
    display: table;
    text-align: left;
}

#modalComoSolicitarNaoCorrentistaGerente div.ncliente div.description.interessou p,
#modalCapitalizacaoBradescoSolucaoDeAluguel div.ncliente div.description.interessou p {
    text-align: left;
}

#duvida-search #divSu {
    background: #fff;
    overflow: auto;
    width: 101%;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    line-height: 15px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    color: #153275;
    display: none;
    min-height: 100px;
    max-height: 200px;
    margin: 0 0 0 -6px;
    border-radius: 4px;
    position: absolute;
    z-index: 5;
    font-family: Arial;
}

#duvida-search #divSu .asugest {
    cursor: pointer;
    padding: 15px 20px;
}

#duvida-search #divSu .asugest:hover {
    background-color: #f3f3f3;
}

.mgr-btn {
    margin-right: 13px;
}

.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;
}

.clearfix:after {
    content: "";
    display: table;
    lear: both;
}

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(/assets/classic/img/bgr-lnk-sprite.png) 0 -1195px no-repeat;
    width: 10px;
    height: 10px;
    margin: 15px 0 0 -15px;
}

/* End: CSS para Home */
section.mainContent p.subtituloBanner {
    font-family: 'Georgia', serif !important;
    font-size: 17px !important;
    font-style: italic;
    color: #4D4E53;
    margin-top: -10px !important;
    margin-bottom: 30px !important;
}

section.mainContent p.direitos {
    font-size: 11px;
    color: #333333;
    font-family: 'newjuneboldregular', arial;
    font-weight: normal;
}



section.mainContent a.lnk-blue {
    color: #00539f;
    font-size: 13px;
    text-decoration: none;
}

section.mainContent a:hover,
section.mainContent a.lnk-blue:hover {
    color: #00539f;
    text-decoration: underline;
}

section.mainContent a.btn-saibamais-capitalizacao {
    float: right;
    top: -12px;
}

section.mainContent ul.passos>li {
    counter-increment: passo;
}

section.mainContent ul.passos>li h4 {
    padding: 20px 70px 15px 28px;
    font-family: Arial;
    margin-bottom: 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    position: relative;
}

section.mainContent ul.passos>li h4:before {
    content: counter(passo);
    font-style: italic;
    color: #cc092f;
    font-family: "Georgia";
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 81%;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 5px;
}

section.mainContent ul.passos>li h4:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 50px;
    color: #d6d6d6;
    background: url(/assets/common/img/seta-passo.gif) no-repeat;
    height: 44px;
    width: 18px;
}

section.mainContent ul.passos>li.active h4 {
    color: #000;
}

section.mainContent ul.passos>li.active h4:before {
    color: #CC092F;
}

section.mainContent ul.passos>li:last-child h4:before {
    width: 100%;
}

section.mainContent ul.passos>li:last-child h4:after {
    display: none;
}

section.mainContent span.tip {
    border-bottom: 1px dotted #666;
    display: inline-block;
    cursor: help;
}

section.mainContent span.tip:hover {
    color: #75a7ec;
}

section.mainContent>header {
    margin-bottom: 30px;
}

section.mainContent>header h2, section.mainContent>header.single>h1.title-obb {
    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;
}

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: 14px;
    color: #4d4e53;
}

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>div.mini-banner {
    width: 32%;
    position: absolute;
    left: 2%;
    bottom: -10%;
}

section.mainContent div.row.default div.banner .thumb-video-net-financas {
    display: none;
}

section.mainContent div.row.default div.banner .video-net-financas {
    display: block;
}

section.mainContent div.row.default p {
    margin-bottom: 15px;
    font-family: 'Bradesco';
    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;
}

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("/assets/pessoajuridica/img/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("/assets/pessoajuridica/img/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(/assets/pessoajuridica/img/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(/assets/pessoajuridica/img/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;
    width: 100%;
}

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-red {
    position: absolute;
    bottom: 0px;
    background: #CF3B50;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    padding: 10px 10px 0 10px;
    min-height: 130px;
    width: 100%;
}

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-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("/assets/pessoajuridica/img/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("/assets/pessoajuridica/img/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;
    width: 100%;
}

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("/assets/pessoajuridica/img/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("/assets/pessoajuridica/img/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("/assets/pessoajuridica/img/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;
    width: 100%;
}

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("/assets/pessoajuridica/img/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: 17px;
    color: #d22532;
}

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 {
    /* FORM SIMULADOR CAPITAL DE GIRO */
}

section.mainContent div.row.solucoes-integradas div.row .alinha-saiba-mais {
    height: 240px;
}

section.mainContent div.row.solucoes-integradas div.row .grid-border-dashed-bottom {
    border-bottom: 1px dashed #ccc;
    margin-top: 30px;
    margin-bottom: 10px;
}

section.mainContent div.row.solucoes-integradas form label.radio-inline {
    width: 120px;
    margin-right: 20px;
    float: left;
}

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: 10px;
    margin-bottom: 10px;
}

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-top: 0px;
    margin-bottom: 10px;
    font-family: 'Bradesco';
    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 p strong {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}

section.mainContent div.row.solucoes-integradas h2.h2-obb {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.mainContent div.row.solucoes-integradas h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.mainContent div.row.solucoes-integradas h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.mainContent div.row.solucoes-integradas h5 {
    font-size: 15px;
    margin-top: 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("/assets/pessoajuridica/img/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("/assets/pessoajuridica/img/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.bloco-servicos {
    padding-top: 16px;
}

section.mainContent div.row.solucoes-integradas div.bloco-servicos .border-servicos {
    max-width: 147px;
    position: relative;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    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.bloco-servicos .content-servicos {
    min-height: 260px;
    padding-top: 30px;
    overflow: hidden;
}

section.mainContent div.row.solucoes-integradas div.bloco-servicos h3 {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

section.mainContent div.row.solucoes-integradas div.bloco-servicos p {
    margin: 0;
    padding: 13px 0 0;
    color: #393939;
    font-size: 13px;
}

section.mainContent div.row.solucoes-integradas div.bloco-servicos .lnk {
    position: absolute;
    bottom: 7px;
    right: 7px;
    outline: none;
}

section.mainContent div.row.solucoes-integradas div.bloco-servicos .tip {
    position: absolute;
    bottom: 35px;
    right: 7px;
    outline: none;
}

section.mainContent div.row.solucoes-integradas div.bloco-servicos img {
    width: 100%;
    max-width: 147px;
    min-height: 95px;
    max-height: 120px;
}

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("/assets/classic/img/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 -16px;
}

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.solucoes-integradas .custom-number {
    color: #e4223a;
}

section.mainContent div.row.solucoes-integradas .custom-number--circle {
    border: 1px solid #e4223a;
    border-radius: 50%;
    display: inline-block;
    padding: 7px 0 5px;
    text-align: center;
    width: 2em;
    height: 2em;
}

section.mainContent div.row .link-hover-img {
    position: relative;
    margin-bottom: 30px;
    min-height: 220px;
}

section.mainContent div.row .link-hover-img a.link-hi {
    background-color: #CCC;
    display: block;
    position: relative;
}

section.mainContent div.row .link-hover-img a.link-hi: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;
}

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;
    right: 7px;
    bottom: 0;
}

section.mainContent aside h5 {
    font-family: 'newjuneboldregular', arial;
    font-size: 18px !important;
    font-weight: normal;
    margin-bottom: 30px !important;
    margin-top: 0 !important;
}

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%;
}

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 {

    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: 14px;
    color: #265682;
    text-decoration: none;
    outline: none;
}

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%;
}

.box-silver-po {
    margin-bottom: 20px;
}

.box-silver-po img {
    border-radius: 6px 6px 0 0;
}

.box-silver-po>div {
    background: #e5e5e5;
    background: -moz-linear-gradient(45deg, #e5e5e5 0%, #fafafa 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #e5e5e5), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(45deg, #e5e5e5 0%, #fafafa 100%);
    background: -o-linear-gradient(45deg, #e5e5e5 0%, #fafafa 100%);
    background: -ms-linear-gradient(45deg, #e5e5e5 0%, #fafafa 100%);
    background: linear-gradient(45deg, #e5e5e5 0%, #fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#fafafa', GradientType=1);
    padding: 12px 12px 5px;
    min-height: 218px;
    border-radius: 0 0 6px 6px;
}

.box-silver-po>div h6 {
    font-size: 13px;
    color: #00539f;
    margin-bottom: 10px;
}

.box-silver-po>div p {
    line-height: 15px !important;
    font-size: 12px !important;
}

div.voltar {
    padding: 0 0 0 10px;
}

div.voltar a {
    position: relative;
    font-size: 13px;
    color: #00539F;
    text-decoration: none;
    display: table;
    padding-left: 12px;
}

div.voltar a:hover {
    text-decoration: underline;
}

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("/assets/pessoajuridica/img/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;
}

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;
}

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;
}

div.table-container-r {
    overflow-x: auto;
}

div.table-container-r table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

div.table-container-r table thead tr th {
    background: #EDEDED;
    text-align: left;
    padding: 10px;
    font-size: 13px;
    white-space: nowrap;
}

div.table-container-r table thead>tr th {
    text-align: center;
}

div.table-container-r table tbody tr td {
    font-size: 13px;
    padding: 10px;
    text-align: left;
}

div.table-container-r 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;
    width: 200px;
}

.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-bottom: 1px dotted #666;
    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("/assets/common/img/seta-right.png") no-repeat right center;
    padding-right: 10px;
}

div.cntTodosConsorcios div.cnt a.link-seta:hover {
    color: #488ae6;
}

div.cntTodosConsorcios div.row div 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;
}

div.cntTodosLayouts {
    display: none;
}

div.cntTodosLayouts ul li {
    min-height: 310px;
}

div.cntTodosLayouts ul li div.cntThumb {
    position: relative;
}

div.cntTodosLayouts ul li div.cntThumb div.mes-ano {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #4D4E53;
    position: absolute;
    bottom: -11px;
    right: -11px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    padding-top: 16px;
}

div.cntTodosLayouts ul li div.cntThumb div.mes-ano span {
    clear: both;
    display: table;
    border-top: 1px solid #fff;
    margin: 5px auto 0;
    padding-top: 5px;
}

div.cntTodosLayouts ul li div.description {
    margin: 15px 0 0 0;
}

div.cntTodosLayouts ul li div.description a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial;
    color: #265682;
    background: url(/assets/common/img/ico-pdf.gif) 0 3px no-repeat;
    padding-left: 30px;
}

div.cntTodosLayouts ul li div.description a span {
    display: block;
    color: #1f1f1f;
}

#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: -28px;
}

#passoapassoCarousel div.owl-controls div.owl-pagination .owl-page span.owl-numbers,
#creditoCarousel div.owl-controls div.owl-pagination .owl-page span.owl-numbers,
#bannerCarousel div.owl-controls div.owl-pagination .owl-page span.owl-numbers,
#bannerCarousel2 div.owl-controls div.owl-pagination .owl-page span.owl-numbers {
    width: 12px;
    height: 12px;
    color: transparent;
}

#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: 42%;
    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: 42%;
    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 {
    margin-top: 10px;
    font-size: 14px;
    font-family: 'Arial';
    line-height: 1.8em;
}

#carouselNovidades p a {
    font-style: normal !important;
}

#carouselNovidades p.center {
    text-align: center;
}

#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;
}

#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: 17px;
}

#creditoCarousel p a {
    font-style: normal !important;
}

#creditoCarousel .owl-controls {
    text-align: left;
}

#creditoCarousel .owl-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48.5% !important;
    display: table;
}

#creditoCarousel .owl-pagination .owl-page span {
    background: #d2d2d2;
}

#creditoCarousel .owl-pagination .owl-page .owl-numbers {
    overflow: hidden;
    text-indent: -100px;
    width: 5px;
    height: 5px;
}

img.responsive {
    display: block;
    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;
}

.filtroCartoes {
    padding-left: 20px;
    padding-top: 50px;
}

.filtroCartoes li {
    float: left;
    padding: 10px;
    font-size: 13px;
}

.filtroCartoes .ul-flag li {
    padding: 0;
}

.filtroCartoes .tip {
    color: #00539f;
    text-decoration: underline;
}

.filtroCartoes label.fbu-flag,
.filtroCartoes label.fbu-flagE,
.filtroCartoes label.fbu-flagP {
    background: url("/assets/pessoajuridica/img/solucoes-integradas/cartoes-sprite.png") no-repeat;
    position: relative;
    display: block;
    float: left;
    height: 25px;
    margin: 6px 6px 5px 0;
    color: #393939;
    font: normal 13px Arial;
    text-decoration: none;
}

.filtroCartoes label.fbu-flag input,
.filtroCartoes label.fbu-flagE input,
.filtroCartoes label.fbu-flagP input {
    margin-right: 56px;
    margin-top: 5px;
}

.filtroCartoes #fbu-amex {
    background-position: 23px -800px !important;
    width: 200px;
}

.filtroCartoes #fbu-elo {
    background-position: -342px -800px !important;
    width: auto;
}

.filtroCartoes #fbu-master {
    background-position: -500px -800px !important;
    width: 160px;
}

.filtroCartoes #fbu-visa {
    background-position: -180px -800px !important;
    width: auto;
}

.filtroCartoes .ul-lojas li {
    position: relative;
    width: 375px;
    height: 70px;
    display: block;
    float: left;
    padding: 7px 0 0 85px;
    margin: 16px 0 16px 0;
    background: url("/assets/pessoajuridica/img/cartoes-sprite.png") no-repeat;
    color: #1f1f1f;
    font: normal 13px Arial;
    line-height: 18px;
    width: 100%;
}

.filtroCartoes .ul-lojas #fbu-security {
    background-position: 0 -200px;
}

.filtroCartoes .ul-lojas #fbu-benefits {
    background-position: 0 -300px;
}

.filtroCartoes .ul-lojas #fbu-facilities {
    background-position: 1px -98px;
}

.filtroCartoes .btn.big-blue {
    float: right;
}

div.cntDestaque {
    margin-bottom: 20px;
}

div.cntDestaque div.thumb {
    margin-bottom: 15px;
}

div.cntDestaque div.thumb img {
    border-radius: 5px;
    width: 100%;
    display: block;
}

div.cntDestaque h6 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.cntDestaque p {
    min-height: 45px;
}

div.cntDestaque a.btn {
    float: right;
}

hr {
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
}

hr.tp1 {
    margin: 30px 0 !important;
}

div.ncliente {
    display: table;
    width: 100%;
    padding-top: 30px;
    position: relative;
    clear: both;
}

div.ncliente.ncliente-modal div.description {
    max-width: 80%;
}

div.ncliente img {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 99px;
    float: left;
}

div.ncliente div.description {
    width: 80%;
    float: right;
    background: #EDEDED;
    border-radius: 5px;
    position: relative;
    padding: 15px 10px 5px 20px;
    margin-bottom: 22px;
    color: #393939;
}

div.ncliente div.description p {
    font-size: 16px !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
    font-family: Georgia, "serif" !important;
    font-style: italic !important;
}

div.ncliente div.description p a {
    color: #00539F;
    word-break: break-word;
}

div.ncliente div.description p a:hover {
    text-decoration: underline;
    color: #488AE6;
}

div.ncliente div.description span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

div.ncliente div.description span a {
    font-size: 16px;
    font-style: normal;
    color: #00539F;
    word-break: break-word;
}

div.ncliente div.description span a:hover {
    text-decoration: underline;
    color: #488AE6;
}

div.ncliente div.description:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 21%;
    border-top: 5px solid transparent;
    border-right: 10px solid #EDEDED;
    border-bottom: 5px solid transparent;
}

div.maisinformacoes {
    display: table;
    width: 100%;
    margin: 0 0 30px 0;
    padding-top: 30px;
    position: relative;
    clear: both;
    border-top: 0px solid #d2d2d2;
    border-bottom: 0px solid #d2d2d2;
}

div.maisinformacoes.ncliente-modal {
    border-top: none;
}

div.maisinformacoes.ncliente-modal div.description {
    max-width: 85%;
}

div.maisinformacoes img {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    max-width: 90px;
    float: left;
}

div.maisinformacoes div.description {
    width: 88%;
    float: right;
    background: #EDEDED;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin-bottom: 22px;
    color: #393939;
}

div.maisinformacoes div.description p {
    font-family: Georgia, "serif" !important;
    font-style: italic !important;
    font-size: 16px !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

div.maisinformacoes div.description p a {
    text-decoration: none;
    font-size: 13px;
    background: url("/assets/classic/img/seta-link.png") no-repeat right center;
    color: #00539F;
    display: table;
    padding-right: 8px;
    line-height: 17px;
    min-height: 17px;
    margin-top: 10px;
}

div.maisinformacoes div.description p a:hover {
    text-decoration: underline;
    color: #488AE6;
}

div.maisinformacoes div.description span {
    display: block;
    font-size: 13px;
}

div.maisinformacoes div.description:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: 21%;
    border-top: 5px solid transparent;
    border-right: 10px solid #EDEDED;
    border-bottom: 5px solid transparent;
}

.lst-disclaimer {
    margin: 30px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d2d2d2;
}

.lst-disclaimer p span {
    color: #4d4e53;
    font-size: 11px;
}

.lst-disclaimer p span.tip {
    font-size: 13px;
    color: #1f1f1f;
}

.link-img-fundos {
    padding: 0 0 30px 0;
}

.link-img-fundos img {
    border: 1px solid #BFBFBF;
    margin-right: 15px;
}

div.destaque-video {
    margin-bottom: 15px;
}

div.destaque-video div.robo {
    width: 25%;
    float: left;
}

div.destaque-video div.robo img {
    width: 100%;
    display: block;
}

div.destaque-video div.description {
    width: 75%;
    float: left;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
    margin-bottom: 30px;
}

div.destaque-video div.description a {
    font-size: 13px;
    text-decoration: none;
    display: table;
    background: url(/assets/classic/img/play-blue.png) left center no-repeat;
    padding-left: 40px;
    outline: none;
}

div.destaque-video div.description a strong {
    display: block;
}

.holderVideo {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.holderVideo video {
    width: 100%;
    max-width: 700px;
}

.holderVideo button.mfp-close {
    display: table;
    right: 10px;
    top: 10px;
    width: 76px;
    height: 24px;
    padding: 0 0 0 12px;
    line-height: 23px;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    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-radius: 5px;
    border: 1px solid #dfdfdf;
    opacity: 1;
}

.holderVideo button.mfp-close:hover {
    color: #488ae6;
}

.holderVideo button.mfp-close:before {
    content: '\00d7';
    position: absolute;
    left: 8px;
    top: 0;
    color: #ff0000;
    font-size: 18px;
}

.lst-acessar {
    position: relative;
    background: transparent !important;
}

.lst-acessar li {
    float: left;
    position: relative;
}

.lst-acessar li .lst-acessar-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 168px;
    background: url("/assets/pessoajuridica/img/net-empresa/como-acessar-hover.png") no-repeat;
}

.lst-acessar li .lst-acessar-hover a {
    display: block;
    color: white;
    padding: 20px;
    height: 168px;
    font: italic 16px Georgia, "serif";
    text-decoration: none;
}

.lst-acessar li p {
    padding: 13px 0 0;
}

.lst-acessar div.owl-controls {
    width: 100%;
}

.lst-acessar div.owl-controls div.owl-pagination {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.lst-acessar div.owl-controls div.owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    bottom: 42%;
    background: none;
    font-size: 30px;
    color: #666;
}

.lst-acessar div.owl-controls div.owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    bottom: 42%;
    background: none;
    font-size: 30px;
    color: #666;
}

/* 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;
}

.description .tabsScroll ul {
    margin-bottom: 0;
}

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: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#efefef', GradientType=0);
    border: 1px solid #cecece;
    border-radius: 5px 5px 0 0;
    margin-left: 2px;
    padding: 15px 12px;
    cursor: pointer;
    text-align: center;
}

div.tabsScroll ul li.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #cc092f;
}

div.tabsScroll ul li.active a:first-child {
    color: red;
}

div.tabsScroll ul li.duaslinhas {
    padding: 8px 8px;
    position: relative;
    top: -8px;
}

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.appList {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 15px !important;
}

ul.appList li {
    margin-bottom: 20px;
}

ul.appList li a {
    display: table;
    padding-left: 33px;
    text-decoration: none !important;
}

ul.appList li a h6 {
    color: #00539F;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
}

ul.appList li a p {
    color: #4d4e53;
    font-size: 10px;
}

ul.appList li a:hover h6 {
    color: #488AE6;
    text-decoration: underline;
}

ul.appList li a.exe {
    background: url(/assets/common/img/ico-exe.gif) left top no-repeat;
}

ul.appList li a.zip {
    background: url(/assets/common/img/ico-zip.gif) left top no-repeat;
}

ul.appList li a.msi {
    background: url(/assets/common/img/ico-msi.gif) left top no-repeat;
}

ul.appList li a.pdf {
    background: url(/assets/common/img/ico-pdf.gif) 0 3px no-repeat;
}

ul.accordion {
    /* display: table; */
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0;
    list-style: none;
}

ul.accordion>li {
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding-bottom: 10px;
}

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:hover {
    color: #488AE6;
}

ul.accordion>li a.lnkAcc:before {
    content: '+';
    width: 16px;
    height: 15px;
    position: absolute;
    display: inline-table;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    top: 27%;
    left: 0;
    text-align: center;
    color: #488AE6;
}

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;
}

div.listaPDF {
    width: auto;
    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,
div.ecpf>wlauto a,
div.ecpf>.wlautoHover a {
    display: table !important;
    text-decoration: none;
    width: 100%;
    margin-bottom: 30px;
}

div.ecpf>a div.thumb,
div.ecpf>wlauto a div.thumb,
div.ecpf>.wlautoHover a div.thumb {
    float: left;
    width: 35%;
}

div.ecpf>a div.thumb img,
div.ecpf>wlauto a div.thumb img,
div.ecpf>.wlautoHover a div.thumb img {
    display: block;
    width: 100%;
}

div.ecpf>a div.description,
div.ecpf>wlauto a div.description,
div.ecpf>.wlautoHover a div.description {
    width: 65%;
    float: left;
    margin-top: 25px;
}

/* 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;
}

/*Correçoes Produtos e Serviços*/
.prod-serv h3 {
    /*Correçao dos tamanhos dos titulos da lista de info*/
}

.prod-serv h3.ttl-tp3 {
    font-size: 14px !important;
}

.prod-serv .inner-border {
    /*Correção das imagens das listas de info - acrescentando bordas arredondadas*/
    float: left;
    position: relative;
}

.prod-serv .inner-border: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;
}

.prod-serv .inner-border img {
    border-radius: 3px;
}

.prod-serv .col-lg-10 {
    padding: 0 20px;
}

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;
}

.box-right .desc {
    background-color: #E1E1E1;
    width: 146px;
    border-radius: 5px;
    padding: 15px 12px;
    margin-left: 80px;
    position: relative;
    font-size: 16px !important;
    font-family: "Georgia", serif !important;
    font-style: italic;
    color: #4d4e53;
}

.box-right .desc p {
    font-family: "Georgia", serif !important;
    font-size: 16px !important;
    font-style: italic !important;
    color: #4d4e53 !important;
    margin: 0 !important;
}

.box-right .desc:after {
    content: '';
    border-left: 1px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #E1E1E1;
    position: absolute;
    bottom: -15px;
    left: 20%;
}

.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;
}

.nossa-historia .years-slider .conteudo-historia,
.nossa-historia .years-slider .conteudo-redes,
.redes-sociais .years-slider .conteudo-historia,
.redes-sociais .years-slider .conteudo-redes {
    display: none;
    margin-top: 30px;
}

.nossa-historia .years-slider .conteudo-historia.active,
.nossa-historia .years-slider .conteudo-redes.active,
.redes-sociais .years-slider .conteudo-historia.active,
.redes-sociais .years-slider .conteudo-redes.active {
    display: block;
}

.nossa-historia .years-slider .conteudo-historia h4,
.nossa-historia .years-slider .conteudo-redes h4,
.redes-sociais .years-slider .conteudo-historia h4,
.redes-sociais .years-slider .conteudo-redes h4 {
    margin-bottom: 15px;
}

.nossa-historia .years-slider .conteudo-historia .text,
.nossa-historia .years-slider .conteudo-redes .text,
.redes-sociais .years-slider .conteudo-historia .text,
.redes-sociais .years-slider .conteudo-redes .text {
    margin-top: 30px;
}

.nossa-historia .years-slider .conteudo-historia .text .legendas,
.nossa-historia .years-slider .conteudo-redes .text .legendas,
.redes-sociais .years-slider .conteudo-historia .text .legendas,
.redes-sociais .years-slider .conteudo-redes .text .legendas {
    text-align: center;
}

.nossa-historia .years-slider .conteudo-historia .row .ico-redes,
.nossa-historia .years-slider .conteudo-redes .row .ico-redes,
.redes-sociais .years-slider .conteudo-historia .row .ico-redes,
.redes-sociais .years-slider .conteudo-redes .row .ico-redes {
    position: relative;
    float: left;
}

.nossa-historia .years-slider .conteudo-historia .row .desc-ico-redes,
.nossa-historia .years-slider .conteudo-redes .row .desc-ico-redes,
.redes-sociais .years-slider .conteudo-historia .row .desc-ico-redes,
.redes-sociais .years-slider .conteudo-redes .row .desc-ico-redes {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    height: 60px;
}

.nossa-historia .years-slider .conteudo-historia .row .desc-ico-redes p,
.nossa-historia .years-slider .conteudo-redes .row .desc-ico-redes p,
.redes-sociais .years-slider .conteudo-historia .row .desc-ico-redes p,
.redes-sociais .years-slider .conteudo-redes .row .desc-ico-redes p {
    margin-bottom: 0px;
}

.nossa-historia .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(1),
.nossa-historia .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(1),
.redes-sociais .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(1),
.redes-sociais .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.nossa-historia .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(2),
.nossa-historia .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(2),
.redes-sociais .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(2),
.redes-sociais .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(2) {
    font-size: 15px;
    font-style: italic;
    color: #4D4E53;
    width: 280px;
}

.nossa-historia .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(2) a,
.nossa-historia .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(2) a,
.redes-sociais .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(2) a,
.redes-sociais .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(2) a {
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
    color: #00539f;
    font-weight: 500;
}

.nossa-historia .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(2) a:hover,
.nossa-historia .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(2) a:hover,
.redes-sociais .years-slider .conteudo-historia .row .desc-ico-redes p:nth-child(2) a:hover,
.redes-sociais .years-slider .conteudo-redes .row .desc-ico-redes p:nth-child(2) a:hover {
    text-decoration: underline;
    color: #488AE6;
}

.nossa-historia .years-slider .conteudo-historia .row .first-redes-right,
.nossa-historia .years-slider .conteudo-redes .row .first-redes-right,
.redes-sociais .years-slider .conteudo-historia .row .first-redes-right,
.redes-sociais .years-slider .conteudo-redes .row .first-redes-right {
    text-align: right;
}

.nossa-historia .years-slider .conteudo-historia .row .first-redes-right a,
.nossa-historia .years-slider .conteudo-redes .row .first-redes-right a,
.redes-sociais .years-slider .conteudo-historia .row .first-redes-right a,
.redes-sociais .years-slider .conteudo-redes .row .first-redes-right a {
    color: #00539f;
    text-decoration: none;
    font-size: 12px;
    line-height: 35px;
}

.nossa-historia .years-slider .conteudo-historia .row .first-redes-right a:hover,
.nossa-historia .years-slider .conteudo-redes .row .first-redes-right a:hover,
.redes-sociais .years-slider .conteudo-historia .row .first-redes-right a:hover,
.redes-sociais .years-slider .conteudo-redes .row .first-redes-right a:hover {
    text-decoration: underline;
    color: #488AE6;
}

.nossa-historia .years-slider .conteudo-historia .row .box-seguir,
.nossa-historia .years-slider .conteudo-redes .row .box-seguir,
.redes-sociais .years-slider .conteudo-historia .row .box-seguir,
.redes-sociais .years-slider .conteudo-redes .row .box-seguir {
    position: relative;
    float: left;
    width: 100%;
    height: 56px;
    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: 30px;
    text-align: right;
}

.nossa-historia .years-slider .conteudo-historia .row .box-seguir a,
.nossa-historia .years-slider .conteudo-redes .row .box-seguir a,
.redes-sociais .years-slider .conteudo-historia .row .box-seguir a,
.redes-sociais .years-slider .conteudo-redes .row .box-seguir a {
    color: #00539f;
    text-decoration: none;
    font-size: 12px;
    line-height: 32px;
}

.nossa-historia .years-slider .conteudo-historia .row .box-seguir a:hover,
.nossa-historia .years-slider .conteudo-redes .row .box-seguir a:hover,
.redes-sociais .years-slider .conteudo-historia .row .box-seguir a:hover,
.redes-sociais .years-slider .conteudo-redes .row .box-seguir a:hover {
    text-decoration: underline;
    color: #488AE6;
}

.nossa-historia .years-slider .bottom-content,
.redes-sociais .years-slider .bottom-content {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 20px 0;
}

.nossa-historia .years-slider .bottom-content div img,
.redes-sociais .years-slider .bottom-content div img {
    position: relative;
    float: left;
}

.nossa-historia .years-slider .bottom-content div a,
.redes-sociais .years-slider .bottom-content div a {
    position: relative;
    float: left;
    margin: 22px 0 0 20px;
}

ul#carouselCobranca {
    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#carouselCobranca li a {
    width: 100%;
    display: block;
    padding: 15px;
    min-height: 120px;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: 0;
    border-top: 0;
    margin-top: 2px;
    color: #333;
    text-align: center;
}

ul#carouselCobranca li a img {
    display: inline-table;
    margin-bottom: 15px;
}

ul#carouselCobranca li a p {
    display: table;
    margin: 0 auto;
    margin-top: 25px;
}

ul#carouselCobranca li a:hover {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
}

ul#carouselCobranca li a:hover p strong {
    color: #cc092f;
}

ul#carouselCobranca li.active a {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
    cursor: default;
}

ul#carouselCobranca li.active a p strong {
    color: #cc092f;
}

ul#carouselCobranca div.owl-controls {
    width: 100%;
}

ul#carouselCobranca div.owl-controls div.owl-pagination {
    width: 100%;
    position: absolute;
    bottom: -28px;
}

ul#carouselCobranca div.owl-controls div.owl-pagination .owl-page span.owl-numbers {
    width: 12px;
    height: 12px;
    color: #ccc;
}

ul#carouselCobranca div.owl-controls div.owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    bottom: 29%;
    background: none;
    font-size: 30px;
    color: #999;
}

ul#carouselCobranca div.owl-controls div.owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    bottom: 29%;
    background: none;
    font-size: 30px;
    color: #999;
}

.aba-cobranca {
    display: none;
    margin-top: 30px;
}

.aba-cobranca.active {
    display: block;
}

.aba-cobranca hr {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/* 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#grupo-economico {
    background: #EDEDED;
    width: auto;
}

div#grupo-economico p {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font: italic 1.031em Georgia, "serif";
    color: #393939;
}

/* Empréstimos Financiamentos */
li.item.limite-credito {
    position: relative;
}

li.item.limite-credito img {
    position: relative;
    z-index: 1;
}

li.item.limite-credito a {
    position: absolute;
    top: 69%;
    left: 0;
    display: block;
    width: 13.1%;
    height: 11.1%;
    z-index: 2;
    text-decoration: none;
}

li.item.limite-credito a.saiba {
    left: 48.6%;
}

li.item.limite-credito a.quero {
    left: 62.9%;
}

/* End: Empréstimos Financiamentos */
.subtituloItalic {
    font-family: 'Georgia', serif !important;
    font-size: 16px !important;
    font-style: italic;
    color: #4D4E53;
}

.descricaoBanner {
    padding: 15% 0 15% 0;
}

.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;
}

.nsolucoes {
    background-color: #E4E4E4;
    border-bottom-left-radius: 15px;
    color: #393939;
    font-size: 14px;
    min-height: 60px;
    margin: 2em 0;
    padding: 3px 2px 0px 0px;
    width: 100%;
    float: left;
}

.nsolucoes .text-center {
    margin-top: 19px;
}

.nsolucoes .img {
    margin-top: -30px;
    margin-left: -10px;
}

.nsolucoes .saiba-mais {
    margin-top: 14px;
}

.events {
    background-color: #CC092F;
    color: #ffffff;
    border-top-right-radius: 20px;
    padding: 1em 1.9em 0.5em 1.9em;
    margin-left: -20px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #7f0a21 transparent transparent transparent;
    margin-left: -20px;
}

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;
}

section.posto h2,
section.posto h3 {
    text-align: center;
    font-family: "NewJuneMedium", arial;
}

section.posto h2 {
    font-size: 36px;
    color: #505050;
}

section.posto h3 {
    font-size: 36px;
    color: #505050;
}

section.posto hr {
    border: 2px solid #d11c2b;
    width: 70px;
    margin: 20px auto;
    margin-bottom: 40px;
}

section.posto p {
    font-size: 15px;
    line-height: 25px;
    color: #393939;
    margin: 40px 0 40px 0;
}

section.posto .panel-icon {
    background-image: url("/assets/pessoajuridica/img/solucoes-integradas/recursos-humanos/sprite-icones-collapse.png");
    display: block;
    float: left;
}

section.posto ul.lista {
    display: table;
    margin-bottom: 50px;
}

section.posto ul.lista li {
    line-height: 48px;
}

section.posto ul.lista li .saques {
    background-position: -131px 130px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .tranferencias {
    background-position: -198px 130px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .extratos {
    background-position: -263px 130px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .cred-consignado {
    background-position: -331px 130px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .pagamentos {
    background-position: -397px 130px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .saldos {
    background-position: 1px 75px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .cred-pre-apro {
    background-position: -65px 75px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .agendamentos {
    background-position: -133px 75px;
    width: 60px;
    height: 48px;
}

section.posto ul.lista li .emissao-holetites {
    background-position: -201px 75px;
    width: 60px;
    height: 48px;
}

section.posto div.box-central {
    display: table;
    background: #aaa;
    border-bottom: 2px solid #f6787b;
    width: 100%;
}

section.posto div.box-central .thumb {
    padding: 0;
}

section.posto div.box-central .thumb div.mulher {
    position: absolute;
    bottom: 0;
    width: 100%;
}

section.posto div.box-central .thumb div.mulher img {
    margin: 0 auto;
    display: block;
    width: 43%;
}

section.posto div.box-central .ask {
    padding: 35px 20px;
    display: table;
}

section.posto div.box-central .ask a {
    color: #fff;
    text-decoration: none;
}

section.posto div.box-central .ask a h4 {
    font-size: 20px;
}

section.posto div.box-central .ask a span {
    display: block;
    font-size: 16px;
}

section.posto div.box-central .ask a span.condition {
    margin-top: 30px;
}

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;
    border: 1px solid #f2f2f2;
    height: 60px;
}

ul#carouselTodosLayouts li a {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    line-height: 60px;
    font-size: 13px;
    height: 60px;
}

ul#carouselTodosLayouts li a span {
    display: block;
}

ul#carouselTodosLayouts li a.two-lines {
    line-height: 20px;
    padding-top: 10px;
}

ul#carouselTodosLayouts li.active {
    background: #fff;
}

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;
}

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 {
    display: none;
}

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/pessoajuridica/img/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.active {
    display: block;
}

.boxInvestimento .passo-passo-invest .box-left .box-1,
.boxInvestimento .passo-passo-invest .box-left .box-2,
.boxInvestimento .passo-passo-invest .box-left .box-3 {
    padding-left: 40px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1:before,
.boxInvestimento .passo-passo-invest .box-left .box-2:before,
.boxInvestimento .passo-passo-invest .box-left .box-3:before {
    position: absolute;
    left: 10px;
    color: #CC092F;
    font: italic 50px/52px Georgia, "serif";
    top: 24px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 p:nth-child(1),
.boxInvestimento .passo-passo-invest .box-left .box-2 p:nth-child(1),
.boxInvestimento .passo-passo-invest .box-left .box-3 p:nth-child(1) {
    color: #4D4E53;
    font: italic 16px Georgia, "serif";
    margin-bottom: 5px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-passo,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-passo,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-passo {
    width: 67%;
    float: left;
    padding-right: 15px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .btn.big-blue,
.boxInvestimento .passo-passo-invest .box-left .box-2 .btn.big-blue,
.boxInvestimento .passo-passo-invest .box-left .box-3 .btn.big-blue {
    margin-top: 6px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns {
    width: auto;
    margin-top: 20px;
    float: right;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns .btn-voltar,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns .btn-voltar,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns .btn-voltar {
    cursor: pointer;
    float: left;
    position: relative;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns .btn-voltar span,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns .btn-voltar span,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns .btn-voltar span {
    border: none;
    outline: none;
    position: relative;
    display: inline-block;
    height: 27px;
    line-height: 23px;
    padding: 0 8px 3px 10px;
    width: 80px;
    font-size: 0;
    background: url(/assets/pessoajuridica/img/solucoes-integradas/investimentos/apoio-para-investir/btn-voltar.png) 0 0 no-repeat;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns .btn-voltar:hover span,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns .btn-voltar:hover span,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns .btn-voltar:hover span {
    background-position: -1px -27px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns .btn-avancar,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns .btn-avancar,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns .btn-avancar {
    cursor: pointer;
    float: left;
    position: relative;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns .btn-avancar span,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns .btn-avancar span,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns .btn-avancar span {
    border: none;
    outline: none;
    position: relative;
    display: inline-block;
    height: 27px;
    line-height: 23px;
    padding: 0 8px 3px 10px;
    width: 80px;
    font-size: 0;
    background: url(/assets/pessoajuridica/img/solucoes-integradas/investimentos/apoio-para-investir/btn-avancar.png) 0 0 no-repeat;
}

.boxInvestimento .passo-passo-invest .box-left .box-1 .box-btns .btn-avancar:hover span,
.boxInvestimento .passo-passo-invest .box-left .box-2 .box-btns .btn-avancar:hover span,
.boxInvestimento .passo-passo-invest .box-left .box-3 .box-btns .btn-avancar:hover span {
    background-position: -1px -27px;
}

.boxInvestimento .passo-passo-invest .box-left .box-1:before {
    content: "1";
}

.boxInvestimento .passo-passo-invest .box-left .box-2 {
    display: none;
}

.boxInvestimento .passo-passo-invest .box-left .box-2:before {
    content: "2";
}

.boxInvestimento .passo-passo-invest .box-left .box-3 {
    display: none;
}

.boxInvestimento .passo-passo-invest .box-left .box-3:before {
    content: "3";
}

/* 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%;
}

ul#carousel-cartoes,
.carousel-cartoes {
    background-color: #F7F7F7;
    border-width: 1px;
    box-shadow: inset 0px -1px 1px 0px #D2D2D2;
    position: relative;
    border-style: solid;
    border-color: #CECECE #E1E1E1 transparent #E1E1E1;
    border-radius: 10px;
    margin: 10px 0 0 0 !important;
    border-bottom: none;
    padding: 0 25px 0 25px !important;
    height: 127px;
}

ul#carousel-cartoes .owl-item,
.carousel-cartoes .owl-item {
    height: 124px;
}

ul#carousel-cartoes li,
.carousel-cartoes li {
    padding: 0 5px;
    color: #393939;
    height: 100%;
}

ul#carousel-cartoes li a,
.carousel-cartoes li a {
    text-align: center;
    display: block;
    margin: 1px auto 0;
    text-decoration: none;
    padding: 20px 10px 10px 10px;
    font-size: 11px;
}

ul#carousel-cartoes li a.active,
.carousel-cartoes li a.active {
    background: #fff;
    height: 100%;
}

ul#carousel-cartoes li a:hover,
.carousel-cartoes li a:hover {
    text-decoration: underline;
}

ul#carousel-cartoes li a img,
.carousel-cartoes li a img {
    border-radius: 4px;
    width: 129px;
}

ul#carousel-cartoes div.owl-controls div.owl-pagination,
.carousel-cartoes div.owl-controls div.owl-pagination {
    display: none;
}

ul#carousel-cartoes div.owl-controls div.owl-buttons div.owl-prev,
.carousel-cartoes div.owl-controls div.owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
    bottom: 35%;
    background: none;
    font-size: 30px;
    color: #666;
}

ul#carousel-cartoes div.owl-controls div.owl-buttons div.owl-next,
.carousel-cartoes div.owl-controls div.owl-buttons div.owl-next {
    position: absolute;
    right: 0;
    bottom: 35%;
    background: none;
    font-size: 30px;
    color: #666;
}

/* 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: 5px;
    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-tp2 {
    border-bottom: 1px solid #BFBFBF;
    border-collapse: collapse !important;
    border-spacing: 0;
    font-size: 13px;
    width: 100%;
}

.table-tp2 th {
    background-color: #EDEDED;
    color: #1F1F1F;
    font-weight: normal;
    padding: 0 10px;
    text-align: left;
    height: 50px;
    border: 1px solid #bfbfbf;
}

.table-tp2 td {
    color: #393939;
    padding: 2px 10px;
    border: 1px solid #bfbfbf;
}

.table-tp2 td.textCenter {
    text-align: center !important;
}

.table-tp2 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/pessoajuridica/img/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;
}

div.box_info_carousel {
    position: absolute;
    z-index: 22;
    background-color: #d11c2b;
    opacity: 0.8;
    height: 100%;
    left: 0px;
    top: 0px;
    padding: 23px 36px;
    width: 50%;
}

div.box_info_carousel h3 {
    color: white;
    font-size: 18px;
    text-align: right;
    font-family: newjunemedium;
    padding: 10px;
}

div.box_info_carousel p {
    color: #fff;
    font-size: 13px;
    text-align: right;
    padding: 10px;
}

a.btnMais {
    position: absolute;
    bottom: 45px;
    left: 70%;
    color: #000;
    background-color: #fff;
    font-family: "newjunemedium";
    font: 1rem;
    padding: 3%;
}

h2.tit-secao {
    margin-top: 60px !important;
    margin-bottom: 35px;
    font-family: "newjunemedium";
    font-size: 36px;
    color: #505050;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

h2.tit-secao:before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 72px;
    height: 3px;
    margin-left: -36px;
    background-color: #d11c2b;
}

div.sobreBanner {
    color: #fff;
    background: url("/assets/pessoajuridica/img/solucoes-integradas/recursos-humanos/banner-bg-home-porque-migrar-para-bradesco.jpg") center center no-repeat;
    background-size: 100%;
    padding: 30px;
}

div.sobreBanner .tt img {
    min-width: 40px;
    vertical-align: middle;
}

div.sobreBanner .tt span {
    font-family: "newjuneboldregular";
    vertical-align: middle;
}

div.sobreBanner p {
    padding-left: 48px;
}

div.sobreBanner div.linha2 {
    margin-top: 55px;
}

.tabAccordion a {
    display: table;
    opacity: .5;
    transition: all 0.2s linear;
}

.tabAccordion a.active,
.tabAccordion a:hover {
    opacity: 1;
}

.cntAccordion {
    display: none;
}

.cntAccordion.active {
    display: block;
}

p.btn {
    margin-top: 35px;
    float: right;
}

.text-center {
    text-align: center;
}

p.comoFunciona {
    padding-top: 12px;
    display: inline-block;
}

p.comoFunciona span {
    float: left;
    margin-right: 10px;
    font-size: 42px;
    font-weight: normal !important;
    display: inline-block;
    color: #cc092f;
    font: italic 4em Georgia, "serif";
    margin-top: -16px;
}

.form-imobiliarias-parceiras p {
    margin-bottom: 5px !important;
}

.form-imobiliarias-parceiras .form-input {
    float: left;
    padding-right: 15px;
    width: 100%;
    max-width: 267px;
    margin-bottom: 20px;
}

.form-imobiliarias-parceiras input[type="text"] {
    background-color: #F4F4F4;
    border-color: #C5C5C5 transparent transparent #C5C5C5;
    border-style: solid;
    border-width: 1px;
    color: #393939;
    font-size: 13px;
    height: 25px;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 6px;
}

.form-imobiliarias-parceiras .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: 100%;
}

.form-imobiliarias-parceiras .form-input-busca input[type="text"] {
    float: left;
    margin-right: 15px;
    max-width: 520px;
}

.form-imobiliarias-parceiras .form-input-busca a {
    outline: none;
}

.form-imobiliarias-parceiras .form-busca-letra {
    margin-top: 15px;
    padding-bottom: 20px;
    clear: both;
    border-bottom: 1px solid #ddd;
}

.form-imobiliarias-parceiras .form-busca-letra p {
    float: left;
    margin-right: 10px;
    padding-top: 6px;
}

.form-imobiliarias-parceiras .form-busca-letra ul {
    float: left;
    width: 100%;
    max-width: 455px;
    background-color: #f4f4f4;
    border-color: #c5c5c5 transparent transparent #c5c5c5;
    border-style: solid;
    border-width: 1px;
    color: #393939;
    font-size: 13px;
    padding: 7px 6px;
    display: inline-block !important;
    text-align: center !important;
}

.form-imobiliarias-parceiras .form-busca-letra ul li {
    display: inline-block;
    padding: 0 .4%;
}

.form-imobiliarias-parceiras .form-busca-letra ul li a {
    color: #265682;
    outline: none;
    font-family: 'newjunesemiboldregular';
}

.form-imobiliarias-parceiras .form-busca-letra ul li a.active {
    color: #cc092f;
}

#listaParceiros li {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

#listaParceiros li p {
    margin-bottom: 0px !important;
}

#listaParceiros li.nm-parceiro {
    font-size: 13px;
    color: #CC092F;
}

#carregando-parceiros {
    display: none;
    font-size: 13px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.simplePagerNav {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 !important;
    margin-bottom: 20px !important;
}

.simplePagerNav:before,
.simplePagerNav:after {
    content: " ";
    display: table;
}

.simplePagerNav:after {
    clear: both;
}

.simplePagerNav li {
    float: left;
}

.simplePagerNav li a {
    display: block;
    padding: 3px 6px;
    background: #f0f0f0;
    font-size: 12px;
    min-width: 26px;
    text-align: center;
}

.simplePagerNav li a:hover {
    text-decoration: underline;
    color: #393939;
}

.simplePagerNav li a.currentPage {
    background: #CC092F;
    color: #fff;
}

.simplePagerNav li.currentPage a {
    background: #CC092F;
    color: #fff;
}

.simplePagerNav li.currentPage a:hover {
    text-decoration: none;
    color: #fff;
}

ul.accordion.solucoes>li {
    border-bottom: 0;
    margin-bottom: 20px;
}

ul.accordion.solucoes>li:first-child {
    border: 0;
}

ul.accordion.solucoes>li a.lnkAcc {
    padding: 21px 23px 21px 100px;
    border-radius: 0 20px 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #686868;
    background: #e7e7e7;
    font-family: 'newjunesemiboldregular';
    text-decoration: none;
}

ul.accordion.solucoes>li a.lnkAcc:hover {
    color: #686868;
    text-decoration: none;
}

ul.accordion.solucoes>li a.lnkAcc:before {
    font-size: 36px;
    font-family: 'newjunebookregular';
    border: 0;
    width: 21px;
    height: 42px;
    top: 50%;
    left: auto;
    right: 26px;
    margin-top: -21px;
    color: #686868;
}

ul.accordion.solucoes>li a.lnkAcc.active {
    color: #686868;
    font-weight: normal;
}

ul.accordion.solucoes>li a.lnkAcc.active:after {
    display: none;
}

ul.accordion.solucoes>li a.lnkAcc span {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #0062b2;
    bottom: 0;
    left: 0;
    border-radius: 0 10px 0 10px;
    text-align: center;
    line-height: 67px;
}

ul.accordion.solucoes>li div.description {
    margin-top: -20px;
    padding: 40px 25px 10px 25px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-radius: 0 0 20px 0;
}

ul.accordion.beneficios>li {
    border: 2px solid #e7e7e7;
    margin-bottom: 20px;
}

ul.accordion.beneficios>li:first-child {
    border: 2px solid #e7e7e7;
}

ul.accordion.beneficios>li a.lnkAcc {
    padding: 21px 23px 21px 72px !important;
    border-radius: 0 20px 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #cc092f;
    font-family: 'newjunesemiboldregular';
    text-decoration: none;
}

ul.accordion.beneficios>li a.lnkAcc:hover {
    color: #cc092f;
    text-decoration: underline;
}

ul.accordion.beneficios>li a.lnkAcc:before {
    font-size: 36px;
    font-family: 'newjunebookregular';
    border: 0;
    width: 21px;
    height: 42px;
    top: 50%;
    left: auto;
    right: 16px;
    margin-top: -21px;
    color: #cc092f;
}

ul.accordion.beneficios>li a.lnkAcc.active {
    color: #cc092f;
    font-weight: normal;
}

ul.accordion.beneficios>li a.lnkAcc.active:after {
    display: none;
}

ul.accordion.beneficios>li a.lnkAcc span {
    position: absolute;
    width: 44px;
    height: 44px;
    bottom: 0;
    left: 16px;
    text-align: center;
    top: 50%;
}

ul.accordion.beneficios>li a.lnkAcc span img {
    margin-top: -22px;
}

ul.accordion.beneficios>li div.description {
    margin-top: -20px;
    padding: 40px 25px 10px 25px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-radius: 0 0 20px 0;
}

ul.accordion.beneficios>li div.description hr {
    border-color: #cc092f;
}

ul.accordion.beneficios>li div.description ul li {
    list-style: none;
    padding-top: 10px;
}

div.informativo-produto {
    margin-top: 20px;
}

div.informativo-produto ul li {
    float: left;
    font-size: 13px;
    background: url(/assets/pessoajuridica/img/seta-informativo.png) top right no-repeat;
    min-height: 65px;
    padding-right: 50px;
    padding-top: 10px;
    margin-bottom: 15px;
}

div.informativo-produto ul li span {
    display: block;
}

div.informativo-produto ul li span h3 {
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.informativo-produto ul li:last-child {
    background: none;
    padding-right: 0;
}

div.informativo-produto ul li div.bia {
    float: right;
    padding-right: 10px;
}

div.informativo-produto ul li p {
    padding-right: 25px;
}

.iframeContainer {
    width: 770px;
}

.iframeContainer iframe {
    border: 0;
}

.iframeContainer.full {
    width: 100%;
}

.iframeContainer.full iframe {
    min-height: 2000px;
    width: 100%;
}

select.comboFiltro {
    display: none;
    width: 100%;
}

#slider-range-max {
    display: block;
}

.btn.big-blue {
    margin: 0 0 20px 0;
}

.outrasSolucoes {
    width: 83%;
    background-color: #EDEDED;
    padding: 19px 10px;
    float: left;
    margin-top: 23px;
}

.outrasSolucoes p {
    text-align: center;
    line-height: 1.4em;
    margin-bottom: 0 !important;
}

.outrasSolucoes .btn {
    margin-left: 50px;
}

.box-outros-produtos {
    min-height: 120px;
    position: relative;
    margin-bottom: 20px;
}

.box-outros-produtos:after {
    width: 90%;
    position: absolute;
    bottom: 0%;
    border-bottom: 1px dashed #666;
    left: 5%;
    right: 5%;
}

body.mobile div.preenchadados,
body.tablet div.preenchadados {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.vtn-ofertas {
    min-height: 258px;
    margin-bottom: 20px;
}

.vtn-ofertas .lnk {
    position: absolute;
    bottom: 7px;
    right: 7px;
    outline: none;
}

.form-solicitar-contato h3.subtitle {
    font-size: 24px !important;
    font-weight: bold !important;
}

.form-solicitar-contato .form-group {
    margin-bottom: 0;
}

.form-solicitar-contato .form-group .btn {
    display: inline-table;
}

.form-solicitar-contato .form-group .btn.big-blue {
    font-size: 14px !important;
}

.form-solicitar-contato .form-group .btn.btn-voltar {
    color: #333;
    padding: 3px 12px 3px 25px !important;
    background: #f9f9f9;
    font-size: 14px;
    background: #f9f9f9;
    background: -moz-linear-gradient(top, #f9f9f9 0%, #efeaea 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #efeaea));
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #efeaea 100%);
    background: -o-linear-gradient(top, #f9f9f9 0%, #efeaea 100%);
    background: -ms-linear-gradient(top, #f9f9f9 0%, #efeaea 100%);
    background: linear-gradient(to bottom, #f9f9f9 0%, #efeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#efeaea', GradientType=0);
    border: 1px solid #c6c9cb;
    border-radius: 1px;
    margin-bottom: 10px;
}

.form-solicitar-contato .form-group .btn.btn-voltar:before {
    content: '\2039';
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    color: #333;
    font-size: 26px;
}

.form-solicitar-contato label {
    font-weight: normal;
}

.form-solicitar-contato .form-control {
    background-color: #F4F4F4;
    border-color: #C5C5C5 transparent transparent #C5C5C5;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
}

.form-solicitar-contato .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-solicitar-contato .error {
    background: none repeat scroll 0 0 #FEF7DA;
    border-color: #CC092F;
}

.form-solicitar-contato .boxErro,
.form-solicitar-contato #content-passo-02,
.form-solicitar-contato #content-passo-03 {
    display: none;
}

.form-solicitar-contato .boxErro {
    background: #FFC url("/assets/pessoajuridica/img/ico-erro.gif") 10px 5px no-repeat;
    border: 1px solid #DDD;
    margin: 0 auto;
    max-width: 306px;
    color: #CC092F;
    padding: 5px 5px 4px 37px;
    font-size: 12px;
}

.form-solicitar-contato #content-passo-02 ul li {
    font-size: 13px;
}

.form-solicitar-contato #content-passo-02 ul li label {
    font-weight: bold;
    width: 220px;
    text-align: right;
}

.mobile section.mainContent div.row.default div.banner .thumb-video-net-financas {
    display: block;
}

.mobile section.mainContent div.row.default div.banner .video-net-financas {
    display: none;
}

@media only screen and (max-width: 1279px) {
    section.mainContent aside.none-box {
        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 .box-right {
        display: none;
    }

    .iframeContainer.full {
        max-width: 735px;
    }

    section.posto div.box-central .ask {
        padding: 20px 20px;
        display: table;
    }

    section.posto div.box-central .ask a {
        color: #fff;
        text-decoration: none;
    }

    section.posto div.box-central .ask a h4 {
        font-size: 16px;
    }

    section.posto div.box-central .ask a span {
        display: block;
        font-size: 14px;
    }

    section.posto div.box-central .ask a span.condition {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red a {
        padding: 25px 60px 25px 20px;
    }

    section.mainContent div.row.default div.banner .thumb-video-net-financas {
        display: block;
    }

    section.mainContent div.row.default div.banner .video-net-financas {
        display: none;
    }

    section.mainContent a.btn-saibamais-capitalizacao {
        top: -20px;
        right: -30px;
    }

    section.posto div.box-central .ask {
        padding: 15px 10px;
    }

    section.posto div.box-central .ask a h4 {
        font-size: 15px;
    }

    section.posto div.box-central .ask a span {
        font-size: 14px;
    }

    .captura-img-cheque h3 {
        width: 231px;
    }

    div.sobreBanner {
        background-size: auto 100%;
    }

    div.sobreBanner .linha,
    div.sobreBanner .linha2 {
        min-height: 150px;
        margin-top: 0 !important;
    }

    .iframeContainer {
        max-width: 725px;
    }

    .iframeContainer iframe {
        width: 435px !important;
        border: 0;
    }

    .nsolucoes .img {
        margin-left: -10px;
    }

    select.comboFiltro {
        display: block;
    }

    #slider-range-max {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    section.posto h2 {
        font-size: 24px;
    }

    section.posto h3 {
        font-size: 24px;
    }

    section.posto div.box-central .ask {
        padding: 10px 10px;
    }

    section.posto div.box-central .ask a h4 {
        font-size: 13px;
    }

    section.posto div.box-central .ask a span {
        font-size: 13px;
    }

    section.posto div.box-central .ask a span.condition {
        margin-top: 10px;
    }

    ul#carouselNovidades li div h3 {
        color: red;
        margin-left: 0px !important;
        font-size: 13px !important;
    }

    ul#conteudoPremios .alignRight {
        text-align: left;
    }

    ul#conteudoPremios .alignRight {
        text-align: left;
    }

    .ul-simulador li {
        width: 100%;
    }

    #amount {
        display: none;
    }

    #bannerCarousel div.owl-controls div.owl-buttons div.owl-prev {
        bottom: 35%;
    }

    #bannerCarousel div.owl-controls div.owl-buttons div.owl-next {
        bottom: 35%;
    }

    #bannerCarousel .posto .ask {
        margin: 0 auto;
        padding-top: 0;
    }

    section.mainContent>header h2 {
        font-size: 19px;
    }

    section.mainContent div.row.default div.banner.mini-banner {
        margin-bottom: 35px;
    }

    section.mainContent div.row.boleto div.atencao {
        display: table;
        background: #EDEDED;
        padding: 15px;
        margin-bottom: 20px;
    }

    section.mainContent div.row.boleto div.atencao ul li img {
        display: block;
        width: 100%;
    }

    section.mainContent div.row.boleto ul.botoes {
        margin-bottom: 15px;
        display: table;
        width: 100%;
    }

    section.mainContent div.row.boleto ul.botoes li {
        padding: 0;
    }

    section.mainContent div.row.boleto ul.botoes li img {
        width: 100%;
        max-width: 336px;
        display: block;
    }

    section.mainContent div.row.boleto ul.botoes li a {
        margin-bottom: 15px;
    }

    section.mainContent div.row.boleto p {
        margin-bottom: 15px;
        font-family: arial;
        font-size: 13px;
        line-height: 1.2;
    }

    section.mainContent div.row.boleto h3 {
        font-size: 18px;
        margin-bottom: 16px;
        margin-top: 30px;
    }

    section.mainContent div.row.boleto .info-text {
        color: #4d4e53;
        font-size: 11px;
        line-height: 1.2;
        font-family: sans-serif;
        margin-top: -2px;
    }

    section.mainContent div.row.boleto hr {
        margin: 30px 0;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li h4,
    section.mainContent div.row.deposito-cheque div.row.captura ul li h4 {
        font-size: 12px;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li h4.bigTitle,
    section.mainContent div.row.deposito-cheque div.row.captura ul li h4.bigTitle {
        line-height: 17px;
        padding-top: 3px;
    }

    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.row.net-empresa #box-novidade h3 {
        margin-left: 10px;
        font-size: 18px !important;
    }

    section.mainContent div.row.net-empresa #box-novidade h4 {
        margin-left: 10px;
        font-size: 14px !important;
    }

    section.mainContent div.row.net-empresa #box-acesso {
        padding: 10px 10px 0px 10px;
        margin-bottom: 20px;
    }

    section.mainContent div.row.net-empresa #box-acesso h4 {
        margin-top: 20px;
        margin-left: 45px;
        margin-right: 10px;
        font-size: 13px !important;
    }

    section.mainContent div.row.net-empresa #box-acesso p {
        margin-left: 30px;
    }

    section.mainContent div.ecpf>a div.description,
    section.mainContent div.ecpf>wlauto a div.description,
    section.mainContent div.ecpf>.wlautoHover a div.description {
        margin-top: 10px;
    }

    section.mainContent a.btn-saibamais-capitalizacao {
        right: -160px;
    }

    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;
    }

    #creditoCarousel .owl-pagination {
        display: none;
    }

    .prod-serv .col-lg-10 {
        padding: 0 45px;
    }

    .form-imobiliarias-parceiras .form-input {
        max-width: 259px;
    }

    .form-imobiliarias-parceiras .form-input-busca input[type="text"] {
        max-width: 504px;
    }

    .form-imobiliarias-parceiras .form-busca-letra ul {
        max-width: 439px;
    }

    .iframeContainer {
        max-width: 595px;
    }

    .iframeContainer iframe {
        /*width:595px!important;*/
        border: 0;
    }

    .iframeContainer.full iframe {
        width: 890px !important;
        height: 2200px;
    }

    div.cntTodosLayouts ul li div.cntThumb div.mes-ano {
        width: 50px;
        height: 50px;
        font-size: 11px;
        padding-top: 10px;
    }

    div.cntTodosLayouts ul li div.cntThumb div.mes-ano span {
        margin: 2px auto 0;
        padding-top: 2px;
    }
}

@media only screen and (max-width: 639px) {

    .boxInvestimento .passo-passo-invest .box-left .box-1:before,
    .boxInvestimento .passo-passo-invest .box-left .box-2:before,
    .boxInvestimento .passo-passo-invest .box-left .box-3:before {
        top: 35px;
    }

    section.mainContent div.row.net-empresa .lst-ico {
        padding: 10px 0 0 90px !important;
    }

    section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red a {
        padding: 25px 60px 25px 10px;
        text-align: left;
    }

    section.mainContent div.row.net-empresa #box-novidade h3 {
        margin-left: 70px;
        font-size: 16px !important;
    }

    section.mainContent div.row.net-empresa #box-novidade h4 {
        margin-left: 70px;
        font-size: 13px !important;
    }

    ul#carouselNovidades li div h3 {
        color: blue;
        margin-left: 0px !important;
        font-size: 13px !important;
    }

    section.mainContent div.row.net-empresa #box-acesso {
        padding: 10px 10px 0px 10px;
        margin-bottom: 20px;
    }

    section.mainContent div.row.net-empresa #box-acesso h4 {
        margin-left: 65px;
        font-size: 13px !important;
    }

    section.mainContent div.row.net-empresa #box-acesso p {
        margin-left: 50px;
    }

    .lst-acessar {
        padding: 15px 32px 0 !important;
    }

    p.abraconta {
        margin: 15px auto;
        margin-left: 0;
    }

    #bannerCarousel div.owl-controls div.owl-buttons div.owl-prev {
        bottom: 30%;
    }

    #bannerCarousel div.owl-controls div.owl-buttons div.owl-next {
        bottom: 30%;
    }

    #passoapassoCarousel div.owl-controls div.owl-buttons div.owl-prev {
        display: none;
    }

    #passoapassoCarousel div.owl-controls div.owl-buttons div.owl-next {
        display: none;
    }

    #passoapassoCarousel .item img {
        margin-bottom: 15px;
    }

    .pbt {
        margin: 0 0 20px 0;
        display: block;
    }

    section.mainContent div.row.mais-produtos {
        width: 100%;
        margin: 0 auto;
    }

    section.mainContent div.row.mais-produtos ul li {
        float: none;
    }

    section.mainContent div.row.mais-produtos ul li div.holder {
        height: auto;
        padding-bottom: 20px;
    }

    section.mainContent div.row.mais-produtos ul li div.holder div.description {
        width: 80%;
    }

    section.mainContent div.row.mais-produtos ul li div.holder div.description p {
        margin-bottom: 10px;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li,
    section.mainContent div.row.deposito-cheque div.row.captura ul li {
        height: 335px !important;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li h4,
    section.mainContent div.row.deposito-cheque div.row.captura ul li h4 {
        font-size: 12px;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li h4.bigTitle,
    section.mainContent div.row.deposito-cheque div.row.captura ul li h4.bigTitle {
        line-height: 17px;
        padding-top: 3px;
    }

    section.mainContent a.btn-saibamais-capitalizacao {
        right: -120px;
        top: -45px;
    }

    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;
    }

    ul.accordion.solucoes>li a.lnkAcc {
        padding: 21px 23px 21px 90px;
        font-size: 14px;
    }

    ul.accordion.solucoes>li a.lnkAcc:before {
        right: 16px;
    }

    ul.accordion.beneficios>li a.lnkAcc {
        padding: 21px 23px 21px 90px;
        font-size: 14px;
    }

    ul.accordion.beneficios>li a.lnkAcc:before {
        right: 16px;
    }

    ul.accordion.beneficios>li a.lnkAcc {
        font-size: 14px;
    }

    div.box_info_carousel {
        position: relative;
        width: 100%;
        padding: 20px;
    }

    div.box_info_carousel h3,
    div.box_info_carousel p {
        text-align: left;
    }

    div.box_info_carousel a.btnMais {
        position: initial;
        display: inline-table;
        margin-top: 20px;
        margin-left: 10px;
    }

    div.sobreBanner .tt {
        text-align: center;
    }

    div.sobreBanner .tt span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    div.sobreBanner p {
        padding: 0;
        text-align: center;
    }

    div.sobreBanner .linha,
    div.sobreBanner .linha2 {
        margin: 20px 0;
        min-height: auto;
    }

    .iframeContainer {
        max-width: 435px;
    }

    .iframeContainer iframe {
        /*width:435px!important;*/
        border: 0;
    }

    .iframeContainer.full {
        max-width: 435px !important;
    }

    .iframeContainer.full iframe {
        max-width: 630px !important;
        min-height: 2500px;
    }

    div.cntTodosLayouts {
        display: none;
    }

    div.cntTodosLayouts ul li div.cntThumb {
        position: relative;
    }

    div.cntTodosLayouts ul li div.cntThumb div.mes-ano {
        color: #fff;
        box-sizing: border-box;
    }

    div.cntTodosLayouts ul li div.cntThumb div.mes-ano span {
        clear: both;
        display: table;
        border-top: 1px solid #fff;
    }

    section.posto div.thumb {
        display: none;
    }

    section.posto div.ask {
        padding: 10px !important;
    }

    .nsolucoes {
        text-align: center;
        border-bottom-left-radius: 0;
        padding: 3px 2px 20px 0px;
    }

    .nsolucoes .col-lg-2,
    .nsolucoes .col-lg-3,
    .nsolucoes .col-lg-6 {
        width: 100% !important;
    }

    .nsolucoes .pull-right {
        float: none;
    }

    .form-solicitar-contato #content-passo-02 ul li {
        margin-bottom: 5px;
    }

    .form-solicitar-contato #content-passo-02 ul li label {
        width: auto;
        text-align: left;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {

    .description .tabsScroll ul {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        white-space: nowrap;
        margin-bottom: -9px;
    }

    .description>.tabsScroll {
        padding: 0;
    }

    .description .tabsScroll ul li {
        margin: 0;
    }

    .mgr-btn {
        margin-right: 38px;
        float: right;
    }

    div#bx-dispositivo-seguranca .bx-content-red a {
        font-size: 13px;
    }

    div#bx-dispositivo-seguranca .bx-content-red a strong {
        font-size: 16px;
    }

    .primeiros-passos .col-lg-8:before {
        left: 0 !important;
    }

    .primeiros-passos .col-lg-8 h3 {
        padding-left: 60px;
    }

    .thumb-captura-img {
        height: auto !important;
    }

    section.mainContent div.row.net-empresa .lst-ico {
        padding: 10px 0 0 90px !important;
    }

    section.mainContent div.row.net-empresa div#bx-tipo-acesso .bx-content-red a {
        padding: 30px 30px 30px 20px;
    }

    section.mainContent div.row.net-empresa #box-novidade h3 {
        margin-left: 10px;
        font-size: 16px !important;
    }

    section.mainContent div.row.net-empresa #box-novidade h4 {
        margin-left: 10px;
        font-size: 13px !important;
    }

    ul#carouselNovidades li div h3 {
        color: blue;
        margin-left: 0px !important;
        font-size: 13px !important;
    }

    section.mainContent div.row.net-empresa #box-acesso {
        padding: 10px 10px 0px 10px;
        margin-bottom: 20px;
    }

    section.mainContent div.row.net-empresa #box-acesso h4 {
        margin-top: 20px;
        margin-left: 0px;
        margin-right: 10px;
        font-size: 13px !important;
    }

    section.mainContent div.row.net-empresa #box-acesso p {
        margin-left: -15px;
    }

    .lst-acessar {
        padding: 15px 52px 0 !important;
    }

    .vr {
        border: 0;
    }

    #bannerCarousel div.owl-controls div.owl-buttons div.owl-prev {
        bottom: 22%;
    }

    #bannerCarousel div.owl-controls div.owl-buttons div.owl-next {
        bottom: 22%;
    }

    section.mainContent {
        padding: 10px;
    }

    section.mainContent>header {
        width: 300px;
        padding: 10px 10px 10px 0;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    section.mainContent>header.single {
        margin-bottom: 10px;
    }

    section.mainContent>div.row {
        width: 300px;
    }

    section.mainContent div.row {
        margin: 0 auto;
    }

    section.mainContent div.row.default div.banner.mini-banner {
        margin-bottom: 25px;
    }

    section.mainContent div.row.investimento div.apoio-investir div.thumb {
        width: 41.66666667%;
    }

    section.mainContent div.row.investimento div.apoio-investir div.thumb h5 {
        font-size: 15px;
    }

    section.mainContent div.row.investimento div.apoio-investir div.description {
        width: 58.33333333%;
        padding-left: 10px !important;
    }

    section.mainContent div.row.investimento div.apoio-investir div.description h5 {
        font-size: 16px;
    }

    section.mainContent div.row.investimento div.apoio-investir div.description p {
        font-size: 13px;
    }

    section.mainContent div.row.investimento div.comece-investir h5 {
        font-size: 15px;
    }

    section.mainContent div.row.investimento div.comece-investir div.thumb {
        width: 41.66666667%;
    }

    section.mainContent div.row.investimento div.comece-investir div.description {
        width: 58.33333333%;
        padding-left: 10px !important;
    }

    section.mainContent div.row.produtos-servicos ul li {
        width: 100%;
    }

    section.mainContent div.row.mais-produtos ul li {
        padding: 0;
    }

    section.mainContent div.row.mais-produtos ul li div.holder div.description {
        width: 70%;
    }

    section.mainContent div.row.boleto ul.botoes {
        margin-bottom: 0;
    }

    section.mainContent div.row.boleto ul.botoes li {
        margin-bottom: 15px;
    }

    section.mainContent div.row.boleto ul.botoes li a {
        font-size: 11px;
    }

    section.mainContent div.row.boleto div.atencao ul li p {
        padding: 0 10px 0 10px;
    }

    section.mainContent div.row.boleto div.atencao ul li img {
        max-width: 280px;
    }

    section.mainContent div.row.deposito-cheque div.row ul.listApp li {
        width: 50%;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li,
    section.mainContent div.row.deposito-cheque div.row.captura ul li {
        height: auto !important;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li h4,
    section.mainContent div.row.deposito-cheque div.row.captura ul li h4 {
        font-size: 12px;
    }

    section.mainContent div.row.deposito-cheque div.row.cheques ul li h4.bigTitle,
    section.mainContent div.row.deposito-cheque div.row.captura ul li h4.bigTitle {
        line-height: 17px;
        padding-top: 3px;
    }

    section.mainContent div.row.apoio-investir div.row.primeiro-investimento div.col-lg-4 {
        width: 33.33333333%;
    }

    section.mainContent div.row.apoio-investir div.row.primeiro-investimento div.col-lg-8 {
        width: 66.66666667%;
        padding-left: 10px !important;
    }

    section.mainContent div.row.apoio-investir div.row.api-bradesco div.col-lg-7 {
        width: 58.33333333%;
    }

    section.mainContent div.row.apoio-investir div.row.api-bradesco div.col-lg-5 {
        width: 41.66666667%;
    }

    section.mainContent aside.none-box {
        display: none;
    }

    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: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    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 a.btn-saibamais-capitalizacao {
        right: -170px;
        top: -12px;
    }

    div.ncliente div.description {
        width: 65% !important;
        padding: 15px 10px 5px 15px;
        position: relative;
    }

    div.ncliente div.description p {
        text-align: left;
        float: none;
        font-size: 13px !important;
    }

    div.ncliente div.description p a {
        display: table;
    }

    div.ncliente div.description.interessou p {
        text-align: left;
    }

    .iframeContainer {
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .iframeContainer iframe {
        border: 0;
    }

    .iframeContainer.full {
        max-width: 300px !important;
    }

    .iframeContainer.full iframe {
        max-width: 410px !important;
        min-height: 3000px;
    }

    div.consorcio-servicos div.col-mn-4 {
        width: 50%;
    }

    div.consorcio-servicos div.bloco-servicos {
        max-width: 140px;
    }

    div.consorcio-servicos img {
        max-height: 119px;
    }

    .vant-ib-content {
        margin-top: 30px;
    }

    .buscaGrupo label.label-data {
        float: none;
        display: table;
        width: 100%;
    }

    .prod-serv .inner-border img {
        width: 100%;
    }

    .prod-serv .col-lg-10 {
        margin-top: 10px;
    }

    .form-imobiliarias-parceiras .form-input {
        padding-right: 0;
        max-width: 100%;
    }

    .form-imobiliarias-parceiras .form-input-busca input[type="text"] {
        margin-right: 0;
        max-width: 100%;
    }

    .form-imobiliarias-parceiras .form-busca-letra {
        display: none;
    }

    ul.accordion.solucoes>li a.lnkAcc {
        padding: 21px 34px 21px 90px;
        font-size: 12px;
    }

    ul.accordion.beneficios>li a.lnkAcc {
        font-size: 12px;
    }

    .box-outros-produtos {
        margin-bottom: 10px !important;
    }

    .box-outros-produtos div.col-lg-2 {
        width: 20%;
    }

    .box-outros-produtos div.col-lg-10 {
        margin-left: 5%;
        width: 75%;
    }

    div.cntTodosLayouts ul li {
        min-height: auto;
        padding-bottom: 30px;
    }

    div.cntTodosLayouts ul li div.cntThumb {
        float: left;
        width: 35%;
    }

    div.cntTodosLayouts ul li div.cntThumb div.mes-ano {
        width: 50px;
        height: 50px;
        font-size: 10px;
        padding-top: 10px;
    }

    div.cntTodosLayouts ul li div.cntThumb div.mes-ano span {
        margin: 2px auto 0;
        padding-top: 2px;
    }

    div.cntTodosLayouts ul li div.description {
        width: 63%;
        float: left;
        margin: 0 0 0 2%;
    }

    div.cntTodosLayouts ul li div.description a {
        padding-left: 30px;
    }

    #carouselNovidades .item img,
    #carouselAcesso .item img {
        width: auto !important;
        margin-left: -28px;
    }

    section.mainContent>.banner img {
        margin-left: -12%;
        margin-top: -2%;
        margin-bottom: 5%;
        background-repeat: url('/assets/pessoajuridica/img/solucoes-integradas/emprestimo-e-financiamento/veiculos/banner-cdc-veiculos-mobile.jpg') no-repeat;
    }

    section.mainContent div.row.solucoes-integradas div.subtitulo {
        text-align: center;
        margin-left: 0% !important;
    }
}

@media only screen and (max-width: 320px) {
    .mgr-btn {
        margin-right: 20px;
    }

    section.mainContent>header,
    section.mainContent>div.row {
        width: 280px;
    }

    section.mainContent div.consorcio-servicos div.col-mn-4 {
        width: 47%;
        margin-right: 7px;
    }

    section.mainContent a.btn-saibamais-capitalizacao {
        right: -161px;
        top: -12px;
        padding: 4px 17px 4px 7px !important;
    }

    .link-appStore,
    .link-googlePlay {
        left: 60px;
    }
}

.bra-img {
    max-width: 100% !important;
    display: block;
    min-height: auto !important;
    max-height: none !important;
}

.border-servicos.bra-col {
    max-width: 100% !important;
}

.div-alelo {
    background-color: #007c5e;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
}

.div-alelo-cinza {
    background-color: #F7F7F7;
    border-radius: 10px;
}


.SaibaMais {
    font-size: 16px !important;
}


.solBradAlelo {
    color: #007c5e;
    font-size: 11px;
    text-align: left;
}

section.mainContent>.banner img {
    margin-left: -2%;
    margin-top: -2%;
    margin-bottom: 1%;
    background-repeat: url('/assets/pessoajuridica/img/solucoes-integradas/emprestimo-e-financiamento/veiculos/banner-cdc-veiculos.jpg') no-repeat;
}

@media screen and (max-width: 1024px) {
    .classic.mainContent .saiba {
        display: flex !important;
        flex-direction: column;
        padding: 30px 30px !important;
    }
}

section.mainContent div.row.solucoes-integradas div.titulo {
    text-align: center;
}

section.mainContent div.row.solucoes-integradas div.subtitulo {
    text-align: center;
    margin-left: 15%
}

section.mainContent div.divisor {
    display: block;
    height: 4px;
    width: 87px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #cb092f, #be0d38 14%, #39388b 37%, #333a8f);
    background: -webkit-linear-gradient(to right, #cb092f, #be0d38 14%, #39388b 37%, #333a8f);
    background: -moz-linear-gradient(to right, #cb092f, #be0d38 14%, #39388b 37%, #333a8f);
    background: -o-linear-gradient(to right, #cb092f, #be0d38 14%, #39388b 37%, #333a8f);
    background: -ms-linear-gradient(to right, #cb092f, #be0d38 14%, #39388b 37%, #333a8f);
}

section.mainContent div.solucoes-integradas div.cdbPJ {
    margin: 0px 10px;
}

section.mainContent div.solucoes-integradas div.cdbPJ a {
    color: #00539F;
}

.c-btn {color:#fff!important; }
.c-btn:hover {text-decoration: none!important;}
.botao-ib {display: flex; justify-content: center;}

.mainContent.bbdfast {
    background-color: #FFF
}


.mainContent.bbdfast.wrapper {
    min-height: auto !important;
}

#wrapper > section > div > div.col-lg-9.col-md-12 > ul > li > a:before {
    content: '+';
    width: 16px;
    height: 15px;
    position: absolute;
    display: inline-table;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    top: 94%;
    left: 0;
    text-align: center;
    color: #488AE6;
}

.content{display:flex;padding:20px 0;font-size:13px}
.selects{display:flex;flex-direction:column}
.selects div{margin:5px 0}
.selects select{max-width:150px}
.selects label{display:inline-block;width:40px}
.resultados{display:flex;justify-content:space-between;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc}
.resultados p span{color:#CC092F;font-weight:700;font-size:30px}
.resultados p{font-family:"Bradesco";font-size:13px;line-height:46px!important}
@media screen and (max-width: 768px) {.resultados{flex-direction:column}}