.box-padrao {
    padding: 0;
    width: 1075px;
    margin-bottom: 50px;
    float: right;
    overflow-x: hidden;
    position: relative;
    margin-top: 50px;
  }
  
  .box-padrao.mainContent{
    padding: 0 !important;
  }
  
  .no-min {
    min-height: auto !important;
  }
  
  body.mobile section.box-padrao {
    width: 100%;
  }
  
  .box-padrao header {
    margin-bottom: 0px;
    background: white;
  }
  
  .box-padrao .new-chamada h2 {
    font-size: 27px;
    letter-spacing: 3.3px;
    text-align: center;
    color: #595959;
    text-transform: uppercase;
    padding: 60px 0px 45px 0px;
    margin-bottom: 0px;
    line-height: 40px;
    position: relative;
  }
  
  .box-padrao .new-chamada h1 {
    font-size: 27px;
    letter-spacing: 3.3px;
    text-align: center;
    color: #595959;
    text-transform: uppercase;
    padding: 60px 0px 45px 0px;
    margin-bottom: 0px;
    line-height: 40px;
    position: relative;
  }
  
  .box-padrao header h2:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 81px;
    height: 4px;
    background: #b9975b;
    bottom: 30px;
  }
  
  .box-padrao header h2.classic:before {
    background: #ff003e;
  }
  
  .box-padrao .new-banner img {
    width: 100%;
  }
  
  .box-padrao .bg-branco {
    background: #ffffff;
    padding: 50px;
    display: inline-block;
    width: 100%;
    margin-top: -4px;
  }
  
  .box-padrao p {
    font-size: 15px;
    line-height: 26px;
    color: #221816;
  }
  
  .box-padrao .center {
    text-align: center;
  }
  
  .box-padrao .center h2 {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #221816;
    font-weight: 400;
  }
  
  .box-padrao .center.layout {
    width: 73%;
    margin: 0 auto;
    display: block;
  }
  
  .box-padrao .bg-branco .new-list {
    padding: 60px 0 0 0;
    display: block;
    position: relative;
    height: 355px;
    margin-bottom: 17px;
  }
  
  .box-padrao .bg-branco .new-list li {
    list-style: none;
    float: left;
    width: 50%;
    font-size: 19px;
    text-align: center;
    color: #707070;
    letter-spacing: 0.4px;
    border-right: 1px solid #cecece;
  }
  
  .box-padrao .bg-branco .new-list li .underline-font {
    text-decoration: underline;
  }
  
  .box-padrao .bg-branco .new-list li:last-child {
    border-right: none;
    padding: 23px 0;
  }
  
  .box-padrao .bg-branco .new-list li a {
    text-decoration: none;
    color: #707070;
  }
  
  .box-padrao .bg-branco .new-list li .new-icon-internet-banking,
  .box-padrao .bg-branco .new-list li .new-icon-mobile {
    width: 100%;
    height: 90px;
    display: block;
    margin-bottom: 17px;
  }
  
  .box-padrao .bg-branco .new-list li .new-icon-internet-banking {
    background: url("../img/produtos-servicos-exclusive/new-icon-internet-banking.png") center no-repeat;
  }
  
  .box-padrao .bg-branco .new-list li .new-icon-internet-banking.classic {
    background: url("../../classic/img/new/new-icon-internet-banking-classic.png") center no-repeat;
  }
  
  .box-padrao .bg-branco .new-list li .new-icon-mobile {
    background: url("../img/produtos-servicos-exclusive/new-icon-mobile.png") center no-repeat;
  }
  
  .box-padrao .bg-branco .new-list li .new-icon-mobile.classic {
    background: url("../../classic/img/new/new-icon-mobile-classic.png") center no-repeat;
  }
  
  .box-padrao .bg-branco .new-list li h2 {
    font-size: 19px;
    text-align: center;
    color: #707070;
    letter-spacing: 0.4px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  
  .box-padrao .bg-cinza {
    background: #ebebeb;
    padding: 50px;
    margin-top: -5px;
  }
  
  .box-padrao .new-telefone {
    color: #808080;
  }
  
  .box-padrao .new-telefone b {
    font-size: 28px;
    font-weight: 900;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    padding: 11px 0;
    margin: 0 auto;
    margin-top: 31px;
    display: block;
    width: 320px;
    color: #535353;
  }
  
  .box-padrao .recuar {
    width: 85%;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    background: white;
    margin-top: -113px;
    padding: 35px 21px 0 21px;
  }
  
  .box-padrao .lista-certificado-digital {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 64px;
    height: 300px;
  }
  
  .box-padrao .lista-certificado-digital ul {
    padding: 0 30px;
    float: left;
    width: 50%;
    margin: 50px 0 20px 0;
  }
  
  .box-padrao .lista-certificado-digital ul li {
    list-style: none;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }
  
  .box-padrao .lista-certificado-digital ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background: #b9975b;
    position: absolute;
    margin: 10px 0 0 -18px;
  }
  
  .box-padrao .new-icon-cadeado {
    background: url("../img/produtos-servicos-exclusive/new-icon-cadeado.png") center no-repeat;
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 30px;
    margin-top: 0;
  }
  
  .box-padrao .new-icon-cadeado.classic {
    background: url("../../classic/img/new/lock-new.png") center no-repeat;
  }
  
  .box-padrao .ecpf-certificado-digital {
    background: white;
    border-top: 1px solid #e3e8eb;
    border-bottom: 1px solid #e3e8eb;
    display: inline-block;
    width: 100%;
  }
  
  .box-padrao .ecpf-certificado-digital h2 {
    font-size: 16px;
    font-weight: 700;
    color: #535353;
  }
  
  .box-padrao .ecpf-certificado-digital a {
    color: #b39258;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #b39258;
    padding: 10px 0 12px 40px;
    display: block;
    width: 123px;
    margin-left: 121px;
    margin-top: 15px;
    position: relative;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .box-padrao .ecpf-certificado-digital.classic a {
    color: #ff003e;
    border: 2px solid #ff003e;
  }
  
  .box-padrao .ecpf-certificado-digital a .ecpf-icon-comprar {
    background-image: url(/assets/exclusive/img/produtos-servicos/mais-produtos-servicos/regularizacao/ico_seta_exclusive.png) !important;
    width: 9px;
    height: 13px;
    position: absolute;
    left: 17px;
    margin-top: 1px;
  }
  
  .box-padrao .ecpf-certificado-digital a .ecpf-icon-comprar.classic {
    background-image: url(/assets/classic/img/new/arrow-new.png) !important;
    width: 10px;
    height: 16px;
    background-size: contain;
  }
  
  .box-padrao .ecpf-certificado-digital .box-ecpf-certificado {
    padding: 32px 0 0 75px;
    margin: 50px 0;
    border-right: 1px solid #b9975b;
    height: 150px;
  }
  
  .box-padrao .ecpf-certificado-digital .box-ecpf-certificado.classic {
    border-right: 1px solid #ff003e;
  }
  
  .box-padrao .ecpf-certificado-digital .box-ecpf-certificado:last-child {
    border: none;
  }
  
  .box-padrao .bg-branco ul.accordion > li a.lnkAcc:before {
    display: none;
  }
  
  .box-padrao .bg-branco ul.accordion > li a.lnkAcc:after {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 36%;
    border-top: 2px solid #b9975b;
    border-right: 2px solid #b9975b;
    transform: rotate(135deg);
    transition: all 0.5s;
    border-left: none;
    left: inherit;
  }
  
  .box-padrao .bg-branco ul.accordion > li a.lnkAcc {
    color: #535353;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .box-padrao .bg-branco ul.accordion > li a.lnkAcc:hover {
    color: #b9975b;
  }
  
  .box-padrao .lista-certificado-digital.classic ul li:before {
    background: #ff003e;
  }
  
  .box-padrao .bg-branco ul.accordion > li:first-child {
    border-top: 1px solid #707070;
  }
  
  .box-padrao .bg-branco ul.accordion > li {
    border-bottom: 1px solid #707070;
  }
  
  .box-padrao .accordion-arrow {
    border: solid transparent;
    border-width: 0 0 1px 1px;
    transition: 0.2s;
    width: 15px;
    height: 15px;
    padding: 6px;
    box-shadow: 1px -1px 0 1px #b9975b inset;
    -webkit-box-shadow: 2px -2px #b9975b inset;
    transform: rotate(-45deg);
  }
  
  .box-padrao .new-tab.accordion .card-header:after {
    float: right;
    content: " ";
    width: 10px;
    height: 10px;
    border: none;
    border-top: 2px solid #b9975b;
    border-right: 2px solid #b9975b;
    transform: rotate(-45deg);
    transition: all 0.5s;
    margin-top: 8px;
  }
  
  .box-padrao .new-tab.accordion .card-header.classic:after {
    border-top: 2px solid #ff003e;
    border-right: 2px solid #ff003e;
  }
  
  .box-padrao .new-tab.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: " ";
    transform: rotate(135deg);
    margin-top: -4px;
  }
  
  .box-padrao .new-tab .card-header {
    color: #535353;
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .box-padrao .new-tab .borda {
    border-bottom: 1px solid #707070;
    position: relative;
  }
  
  .box-padrao .new-tab .card-header:hover {
    color: #b9975b;
  }
  
  .box-padrao .new-tab .card-header.classic:hover {
    color: #ff003e;
  }
  
  .box-padrao .new-tab .card-body {
    padding: 10px 40px;
    font-size: 16px;
    line-height: 24px;
    font-family: "BradescoSans", sans-serif;
  }
  
  .box-padrao .new-tab .card-body p {
    margin-bottom: 25px;
  }
  
  .box-padrao .new-tab .card-body ul {
    margin-left: 20px;
    list-style: inherit;
    font-size: 14px;
  }
  
  .box-padrao .new-tab .card-body ul li {
    margin-bottom: 18px;
  }
  
  .box-padrao .new-tab .card-body .lnk {
    color: #b39258 !important;
    text-decoration: none;
    font-weight: 700 !important;
    border: 2px solid #b39258;
    padding: 10px 15px 12px 40px;
    position: relative;
    line-height: 14px;
    font-size: 13px !important;
    text-transform: uppercase;
    background: none !important;
  }
  
  .box-padrao .new-tab .card-body .lnk.classic {
    color: #ff003e !important;
    border: 2px solid #ff003e;
  }
  
  .box-padrao .new-tab .card-body .lnk:after {
    content: "";
    background-image: url(/assets/exclusive/img/produtos-servicos/mais-produtos-servicos/regularizacao/ico_seta_exclusive.png) !important;
    width: 9px;
    height: 13px;
    position: absolute;
    left: 17px;
    margin-top: 1px;
    top: 50%;
    margin-top: -7px;
  }
  
  .box-padrao .new-tab .card-body .lnk.classic:after {
    background-image: url(/assets/classic/img/new/arrow-new.png) !important;
    background-size: contain;
    width: 10px;
    height: 16px;
  }
  
  .box-padrao .new-cetificado-digital {
    font-size: 12px;
  }
  
  .box-padrao .cheque-box-cinza-negativo {
    background: #ebebeb;
    width: 80%;
    margin: 0 auto;
    margin-top: -80px;
    padding: 50px;
  }
  
  .box-padrao .cheque-box-cinza-negativo p {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #221816;
    margin-bottom: 18px;
  }
  
  .box-padrao .cheque-box-cinza-negativo .link-solicite {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #b9975b;
    padding: 10px 11px 12px 40px;
    position: relative;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    display: block;
    width: 168px;
    background: #b9975b;
  }
  
  .box-padrao .cheque-box-cinza-negativo .link-solicite.classic {
    border: 2px solid #ff003e;
    background: #ff003e;
  }
  
  .box-padrao .cheque-box-cinza-negativo .link-solicite:after {
    content: "";
    background-image: url(/assets/exclusive/img/produtos-servicos-exclusive/new-icon-solicite.png) !important;
    width: 8px;
    height: 12px;
    position: absolute;
    left: 20px;
    margin-top: 2px;
  }
  
  .box-padrao .comprovantes-box-negativo {
    background: white;
    width: 85%;
    margin: 0 auto;
    margin-top: -80px;
    padding: 50px;
  }
  .box-padrao .comprovantes-box-negativo p {
    text-align: center;
  }
  
  .box-padrao .new-debido-margem .cheque-box-cinza-negativo p {
    margin: 0;
  }
  
  .box-padrao .bg-branco.branco-cheque-box.new-debido-margem {
    padding: 32px 0 0 0;
  }
  
  .box-padrao .new-debido-coluna {
    margin: 50px 0 50px 178px;
  }
  
  .box-padrao .new-debido-coluna p {
    font-size: 15px;
    line-height: 26px;
    color: #221816;
  }
  
  .box-padrao .new-debido-coluna p:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #b9975b;
    position: absolute;
    top: 9px;
    left: -12px;
  }
  
  .box-padrao .new-debido-coluna.classic p:after {
    background: #ff003e;
  }
  
  .box-padrao p a {
    color: #221816;
  }
  
  .box-padrao .new-debido-cadastre {
    color: #b9975b;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #b9975b;
    padding: 13px 11px 13px 40px;
    position: relative;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 219px;
    margin-top: 60px;
    margin-bottom: 50px;
  }
  
  .box-padrao .new-debido-cadastre.classic {
    color: #ff003e;
    border: 2px solid #ff003e;
  }
  
  .box-padrao .new-debido-cadastre:after {
    content: "";
    background-image: url(/assets/exclusive/img/produtos-servicos/mais-produtos-servicos/regularizacao/ico_seta_exclusive.png) !important;
    width: 9px;
    height: 13px;
    position: absolute;
    left: 24px;
  }
  
  .box-padrao .new-debido-cadastre.classic:after {
    background-image: url(/assets/classic/img/new/arrow-new.png) !important;
    width: 10px;
    height: 16px;
  }
  
  .box-padrao .lista-certificado-digital.lista-d-automatico {
    height: 150px;
  }
  
  .box-padrao .new-chamada.new-gerenciamento-financeiro h2 {
    padding: 25px 0px 50px 0px;
  }
  
  .box-padrao .new-chamada.new-gerenciamento-financeiro h2:before {
    bottom: 13px;
  }
  
  .box-padrao .new-link-color {
    color: #535353;
  }
  
  /**/
  
  .box-padrao .new-tab-padrao {
    margin: 0;
    padding: 0;
  }
  .box-padrao .new-tab-padrao li {
    float: left;
    list-style: none;
  }
  
  .box-padrao .new-tab-padrao li a.active {
    color: white;
    background: #b9975b;
  }
  
  .box-padrao .new-tab-padrao.classic li a.active {
    color: white;
    background: #ff003e;
  }
  
  .box-padrao .new-tab-padrao li a {
    color: #b9975b;
    background: white;
    text-decoration: none;
    text-align: center;
    border: 2px solid #b9975b;
    margin: 0 20px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
  }
  
  .box-padrao .new-tab-padrao.classic li a {
    color: #ff003e;
    border: 2px solid #ff003e;
  }
  
  .box-padrao .new-tab-padrao li a:hover {
    color: white;
    background: #b9975b;
  }
  
  .box-padrao .new-tab-padrao.classic li a:hover {
    background: #ff003e;
  }
  
  /**/
  
  .box-padrao .infoemail-infocelular-tab {
    padding: 30px 100px 55px 100px;
  }
  
  .box-padrao .infoemail-infocelular-tab li {
    width: calc(50%);
  }
  
  .box-padrao .t-s-d-tab {
    padding: 30px 20px 55px 20px;
  }
  
  .box-padrao .t-s-d-tab li {
    width: calc(33.33%);
  }
  
  .box-padrao .lista-certificado-digital.lista-recarga {
    height: 62px;
  }
  
  .box-padrao .lista-certificado-digital.lista-recarga ul {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  
  @media (min-width: 768px) and (max-width: 1600px) {
    .box-padrao .bg-branco .new-list li {
      font-size: 16px;
    }
  }
  
  @media (min-width: 0px) and (max-width: 767px) {
    .box-padrao .bg-branco .new-list li {
      font-size: 16px;
      width: 100%;
      border: none;
      margin: 0px 0 35px 0;
    }
  
    .box-padrao .new-chamada h2 {
      font-size: 26px;
    }
  
    .box-padrao .bg-branco .new-list {
      height: 100%;
      padding: 0;
      margin-top: 35px;
    }
    .box-padrao .bg-branco .new-list li:last-child {
      padding: 0;
    }
    .box-padrao .new-telefone b {
      width: 100%;
      border: none;
    }
    .box-padrao .bg-branco {
      padding: 50px 15px;
    }
    .box-padrao .lista-certificado-digital ul {
      padding: 0 0;
      float: inherit;
      width: 100%;
      margin: 20px 0 20px 0;
    }
    .box-padrao .lista-certificado-digital {
      height: auto;
      padding: 0 20px 0 40px;
    }
    .box-padrao .recuar {
      padding: 20px;
      margin-top: -30px;
    }
  
    .box-padrao .new-icon-cadeado {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 22px;
    }
    .box-padrao .ecpf-certificado-digital .box-ecpf-certificado {
      padding: 20px !important;
      height: auto;
      border-right: none;
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .box-padrao .ecpf-certificado-digital h2 {
      text-align: center;
      margin-bottom: 30px;
    }
    .box-padrao .ecpf-certificado-digital a {
      margin: 0 auto;
      display: block;
    }
  
    .new-tab .card-header {
      padding-right: 28px;
    }
  
    .new-tab.accordion .card-header:after {
      margin-right: -8px;
    }
    .box-padrao .cheque-box-cinza-negativo {
      width: 100%;
      margin-top: -50px;
      padding: 35px 20px;
    }
  
    .box-padrao .branco-cheque-box {
      padding: 0;
    }
  
    .box-padrao .comprovantes-box-negativo {
      margin-top: -50px;
      padding: 27px 0;
    }
  
    .box-padrao .new-debido-coluna {
      margin: 50px 0 50px 46px !important;
    }
  
    .box-padrao .new-debido-coluna p {
      margin-bottom: 19px;
    }
  
    .box-padrao .new-debido-coluna p:after {
      left: -24px;
    }
    .box-padrao .infoemail-infocelular-tab {
      padding: 20px 0;
    }
  
    .box-padrao .infoemail-infocelular-tab li {
      width: calc(100%);
      margin: 15px 0;
    }
  
    .box-padrao .t-s-d-tab {
      padding: 20px 0;
    }
  
    .box-padrao .t-s-d-tab li {
      width: calc(100%);
      margin: 15px 0;
    }
  }
  
  /**/
  
  @media only screen and (max-width: 1279px) {
    section.box-padrao {
      width: 784px;
    }
    .box-padrao .recuar {
      width: 100%;
    }
    .box-padrao .ecpf-certificado-digital .box-ecpf-certificado {
      padding: 32px 0 0 30px;
    }
    .box-padrao .new-debido-coluna {
      margin: 50px 0 50px 63px;
    }
    .box-padrao .lista-certificado-digital.lista-d-automatico {
      height: 175px;
    }
  
    .box-padrao .lista-certificado-digital.lista-recarga {
      height: 62px;
    }
  }
  
  @media only screen and (max-width: 1023px) {
    section.box-padrao {
      width: 100%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    section.box-padrao {
      width: 100%;
    }
  }
  
  .downloads-nl{
    position: relative;
    margin-top: 20px;
  }
  
  .downloads-nl ul{
    padding: 0 34px; 
    height: 57px;
  }
  
  @media only screen and (max-width: 375px) {
    .downloads-nl ul{
      padding: 0; 
    }
  }
  
  .downloads-nl li{
    font-size: 12px;
    font-weight: 400;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px
  }
  
  .downloads-nl i{
      background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2226.642%22%20height%3D%2226.012%22%20viewBox%3D%220%200%2026.642%2026.012%22%3E%3Cg%20transform%3D%22translate%28-955%20-1431.372%29%22%3E%3Cpath%20d%3D%22M5114.311-10659.945v-19.006h-21.182v25.012h14.807v-6.006h6.375v.424l-6.189%2C5.7%22%20transform%3D%22translate%28-4133.168%2012110.823%29%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22/%3E%3Cg%20transform%3D%22translate%28955%201439%29%22%20fill%3D%22%23fff%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%3E%3Crect%20width%3D%2217%22%20height%3D%228%22%20stroke%3D%22none%22/%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2216%22%20height%3D%227%22%20fill%3D%22none%22/%3E%3C/g%3E%3Ctext%20transform%3D%22translate%28958%201445%29%22%20fill%3D%22%23535353%22%20font-size%3D%226%22%20font-family%3D%22BradescoSans-SemiBold%2C%20Bradesco%20Sans%22%20font-weight%3D%22600%22%3E%3Ctspan%20x%3D%220%22%20y%3D%220%22%3EPDF%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E');
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
  }
  
  .box-padrao p.intro-servidor{
    margin-top: 48px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .como-funciona-recarga h3{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  
  .como-funciona-recarga .content-recarga{
    font-size: 16px;
    font-weight: 400;
  }
  
  /*  */
  
  .box-padrao .new-chamada-classic h1 {
    font-size: 27px;
    letter-spacing: 3.3px;
    text-align: center;
    color: #595959;
    text-transform: uppercase;
    padding: 60px 0px 45px 0px;
    margin-bottom: 0px;
    line-height: 40px;
    position: relative;
  }
  
  .box-padrao header h1:before {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 81px;
    height: 4px;
    background: #b9975b;
    bottom: 30px;
  }
  
  .box-padrao header h1.classic:before {
    background: #ff003e;
  }
  
  .box-padrao .new-tab .card-header h2 {
    color: #535353;
    padding: 0px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .box-padrao .new-tab .card-header:hover h2 {
    color: #b9975b;
  }
  
  .box-padrao .new-tab .card-header.classic:hover h2 {
    color: #ff003e;
  }
  
  .path-link {
    float: left;
    list-style: none;
    position: relative;
    top: 100px;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    left: -150px;
  }
  
  .path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
  }