.exclusive {
    padding: 0;
    color: #47484c;
    margin-bottom: 50px;
    margin-top: 0px;
    z-index: 6;
  }
  
  .exclusive p,
  .exclusive li {
    font-size: 0.875rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
  }
  
  .exclusive .link {
    color: #b9975b;
    text-decoration: none;
  }
  
  .exclusive .mb-3 {
    margin-bottom: 30px !important;
  }
  #collapseCartoes > div > div > div:nth-child(21) > div.column {
    width: 36%;
  }
  .text-concierge {
    text-align: center;
  }
  .exclusive .title-secondary:after {
    content: " ";
    width: 50px;
    height: 4px;
    display: block;
    background: #b9975b;
    position: relative;
    bottom: 0;
    margin-top: 14px;
  }
  
  .exclusive .title-tertiary {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
  }
  
  .exclusive .btn-solid {
    color: #fff;
    background: #b9975b;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    white-space: nowrap;
    height: 3rem;
    line-height: 3rem;
    padding: 0 3rem;
    border-radius: 1.5rem;
    cursor: pointer;
    display: block;
    text-align: center;
  }
  
  .exclusive .btn-solid-a {
    color: #fff;
    background: #b9975b;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    white-space: nowrap;
    height: 3rem;
    line-height: 3rem;
    padding: 0 3rem;
    border-radius: 1.5rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
  }
  
  .exclusive hr {
    background: #cecece;
  }
  
  .exclusive .divHide {
    display: none;
  }
  
  .exclusive .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .exclusive .flex-row .column {
    margin: 20px;
  }
  
  .exclusive .linhas-3:before {
    content: "";
    background: url(/assets/exclusive/img/atendimento/grafismo-linhas2.svg) center
      no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
    height: 400px;
  }
  
  .exclusive .linhas-2:before {
    content: "";
    background: url(/assets/exclusive/img/atendimento/grafismo-linhas.svg) center
      no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 146px;
    height: 153px;
  }
  
  .exclusive .linhas-1:before {
    content: "";
    background: url(/assets/exclusive/img/atendimento/grafismo-linhas-2.svg) center
      no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 153px;
  }
  
  .exclusive ul.destaque {
    list-style: none;
    padding-left: 25px;
  }
  
  .exclusive ul.destaque li:before {
    content: "\25AA";
    color: #b9975b;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
  }
  
  .exclusive header {
    margin-bottom: 0;
  }
  
  .exclusive .bg-banner {
    background: none;
    background-size: cover;
    min-width: 70vw;
    min-height: 20px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    color: #fff;
  }
  
  .exclusive .bg-banner .banner {
    position: relative;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
  }
  
  .exclusive .bg-banner .destaque-banner {
    position: relative;
    top: 0;
    left: 0;
    padding: 50px 110px 50px 50px;
    width: 100%;
    -webkit-animation-name: scale-up-center;
    animation-name: scale-up-center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    text-align: right;
  }
  
  .exclusive .bg-banner .destaque-banner img {
    max-width: 40vw;
    max-height: 400px;
    position: absolute;
    left: 0;
  }
  
  .exclusive .menu-flutuante {
    position: relative;
    top: -30px;
    margin: 0 150px 50px;
    /* max-width: 480px; */
  }
  
  #CardNavbar {
    display: flex;
    justify-content: center;
  }
  
  @media screen and (max-width: 768px) {
    #CardNavbar {
      display: block;
    }
  }
  
  .exclusive .menu-flutuante li.item {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    position: relative;
  }
  
  .exclusive .menu-flutuante li.item.card-destaque a:before {
    background: #f36279;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f36279),
      color-stop(44%, #b9975b),
      to(#b41a83)
    );
    background: linear-gradient(to bottom, #f36279 0%, #b9975b 44%, #b41a83 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36279', endColorstr='#b41a83', GradientType=0);
    display: block;
    height: 40px;
    content: " ";
    width: 190px;
    height: 2.6875rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
    z-index: 2;
  }
  
  .exclusive .menu-flutuante li.item.card-destaque a:after {
    content: " ";
    width: 3.125rem;
    height: 0.25rem;
    display: block;
    background: #fff;
    margin: 1.25rem auto 1.25rem auto;
    text-align: right;
    left: 20px;
    bottom: 0;
    position: absolute;
    z-index: 3;
  }
  
  .exclusive .menu-flutuante li.item a {
    background: #fff;
    width: 190px;
    height: 264px;
    padding: 16px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    position: relative;
    text-decoration: none;
    color: #47484c;
    display: block;
  }
  
  .exclusive .menu-flutuante li.item a:after {
    content: " ";
    width: 3.125rem;
    height: 0.25rem;
    display: block;
    background: #e5173f;
    margin: 1.25rem auto 1.25rem auto;
    text-align: right;
    left: 20px;
    bottom: 0;
    position: absolute;
  }
  
  .exclusive .menu-flutuante li.item a .title-card {
    font-size: 16px;
    line-height: 1rem;
    font-weight: bold;
    height: 42px;
    display: block;
  }
  
  .exclusive .menu-flutuante li.item a .img-perguntas,
  .exclusive .menu-flutuante li.item a .img-sac,
  .exclusive .menu-flutuante li.item a .img-libras,
  .exclusive .menu-flutuante li.item a .img-tel,
  .exclusive .menu-flutuante li.item a .img-agencia,
  .exclusive .menu-flutuante li.item a .img-denuncia {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    display: block;
  }
  
  .exclusive .menu-flutuante li.item a .img-perguntas {
    background: url(/assets/exclusive/img/atendimento/icon-perguntas.svg);
  }
  
  .exclusive .menu-flutuante li.item a .img-sac {
    background: url(/assets/exclusive/img/atendimento/icon-sac-ouvidoria.svg);
  }
  
  .exclusive .menu-flutuante li.item a .img-libras {
    background: url(/assets/exclusive/img/atendimento/icon-libras.svg);
  }
  
  .exclusive .menu-flutuante li.item a .img-tel {
    background: url(/assets/exclusive/img/atendimento/icon-telefone.svg);
  }
  
  .exclusive .menu-flutuante li.item a .img-agencia {
    background: url(/assets/exclusive/img/atendimento/icon-agencia.svg);
  }
  
  .exclusive .menu-flutuante li.item a .img-denuncia {
    background: url(/assets/exclusive/img/atendimento/icon-denuncia.svg);
  }
  
  .exclusive .menu-flutuante li.item a p {
    font-size: 14px;
    line-height: 20px;
  }
  
  .exclusive .menu-flutuante li.item a.active,
  .exclusive .menu-flutuante li.item a:hover {
    background: #f36279;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f36279),
      color-stop(44%, #b9975b),
      to(#b41a83)
    );
    background: linear-gradient(to bottom, #f36279 0%, #b9975b 44%, #b41a83 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36279', endColorstr='#b41a83', GradientType=0);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition: transform 1s, filter 0.4s ease-out, -webkit-transform 1s,
      -webkit-filter 0.4s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .exclusive .menu-flutuante li.item a.active:after,
  .exclusive .menu-flutuante li.item a:hover:after {
    background: #fff;
  }
  
  .exclusive .menu-flutuante li.item a.active .img-perguntas,
  .exclusive .menu-flutuante li.item a:hover .img-perguntas {
    background: url(/assets/exclusive/img/atendimento/icon-perguntas-white.svg);
  }
  
  .exclusive .menu-flutuante li.item a.active .img-sac,
  .exclusive .menu-flutuante li.item a:hover .img-sac {
    background: url(/assets/exclusive/img/atendimento/icon-sac-ouvidoria-white.svg);
  }
  
  .exclusive .menu-flutuante li.item a.active .img-libras,
  .exclusive .menu-flutuante li.item a:hover .img-libras {
    background: url(/assets/exclusive/img/atendimento/icon-libras-white.svg);
  }
  
  .exclusive .menu-flutuante li.item a.active .img-tel,
  .exclusive .menu-flutuante li.item a:hover .img-tel {
    background: url(/assets/exclusive/img/atendimento/icon-telefone-white.svg);
  }
  
  .exclusive .menu-flutuante li.item a.active .img-agencia,
  .exclusive .menu-flutuante li.item a:hover .img-agencia {
    background: url(/assets/exclusive/img/atendimento/icon-agencia-white.svg);
  }
  
  .exclusive .menu-flutuante li.item a.active .img-denuncia,
  .exclusive .menu-flutuante li.item a:hover .img-denuncia {
    background: url(/assets/exclusive/img/atendimento/icon-denuncia-white.svg);
  }
  
  .exclusive .menu-flutuante .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    width: 160px !important;
  }
  
  .exclusive .menu-flutuante .owl-stage-outer {
    overflow: visible;
  }
  
  .exclusive .menu-flutuante .owl-dots {
    display: none;
  }
  
  .exclusive .duvidas {
    background: #fff;
    background-size: cover;
    max-width: calc(100% - 100px);
    min-height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    margin: 138px auto;
    -webkit-box-shadow: 0px 9px 15px #00000029;
    box-shadow: 0px 9px 15px #00000029;
    border-radius: 4px;
    position: relative;
    bottom: -20px;
    z-index: 2;
  }
  
  .exclusive .duvidas #duvida-search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .exclusive .duvidas .asugest {
    margin: 9px 0;
    font-size: 12px;
    cursor: pointer;
  }
  
  .exclusive .duvidas .asugest:hover {
    color: #b9975b;
  }
  
  .exclusive .duvidas input[type="text"] {
    background-color: transparent;
    color: #47484c;
    border: none;
    border-bottom: 1px solid #cecece;
    width: 24vw;
  }
  
  .exclusive .duvidas input[type="text"]::-webkit-input-placeholder {
    color: #47484c;
    font-size: 16px;
  }
  
  .exclusive .duvidas input[type="text"]:-ms-input-placeholder {
    color: #47484c;
    font-size: 16px;
  }
  
  .exclusive .duvidas input[type="text"]::-ms-input-placeholder {
    color: #47484c;
    font-size: 16px;
  }
  
  .exclusive .duvidas input[type="text"]::placeholder {
    color: #47484c;
    font-size: 16px;
  }
  
  .exclusive .duvidas input[type="submit"] {
    background: url("/assets/exclusive/img/ico-lupa.gif") center no-repeat;
    color: transparent;
    padding: 2px 0;
    margin: -8px;
    outline: none;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #fff;
    width: 20px;
  }
  
  .exclusive .duvidas .form-control:focus {
    border-radius: 0;
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .exclusive .duvidas label {
    font-weight: 400;
    position: relative;
    top: 33px;
    left: 13px;
    color: #fff;
    z-index: -9999;
  }
  
  .exclusive .duvidas label.move-label {
    top: 13px;
    font-size: 0.8em;
    -webkit-transition: top 0.5s, left 0.5s;
    transition: top 0.5s, left 0.5s;
  }
  
  .exclusive .libras:nth-child(2) {
    padding: 0;
  }
  
  .exclusive .libras .libras-texto {
    padding: 50px 50px 10px 50px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .exclusive .libras .libras-texto ul {
    list-style: disc;
    padding-left: 15px;
  }
  
  .exclusive .libras .libras-video {
    width: 100%;
    height: 406px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0px 0px 4px 4px;
  
    background: #f36279;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f36279),
      color-stop(44%, #b9975b),
      to(#b41a83)
    );
    background: linear-gradient(to bottom, #f36279 0%, #b9975b 44%, #b41a83 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36279', endColorstr='#b41a83', GradientType=0);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    transition: transform 1s, filter 0.4s ease-out, -webkit-transform 1s,
      -webkit-filter 0.4s ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .exclusive .libras .libras-video iframe {
    border-radius: 12px;
    margin-top: -10px;
    margin-bottom: 30px;
    width: 607px;
    max-width: 100%;
    max-height: auto;
    height: 293px;
  }
  
  .exclusive .libras .libras-video a .btn-iniciar-videochamada {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 221px;
    height: 60px;
    border-radius: 5px;
    background: #fff;
  }
  
  .exclusive .libras .libras-video a {
    text-decoration: none;
  }
  
  .exclusive .libras .libras-video a button {
    font-weight: 600;
  }
  
  .exclusive .libras .libras-video a button img {
    max-width: 35px;
    max-height: 35px;
    width: auto;
    height: auto;
  }
  
  .exclusive .sac-box,
  .exclusive .denuncia {
    background: #fff;
    background-size: cover;
    max-width: calc(100% - 100px);
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 9px 15px #00000029;
    box-shadow: 0px 9px 15px #00000029;
    border-radius: 4px;
    position: relative;
    bottom: -10px;
    z-index: 2;
  }
  
  .exclusive .denuncia {
    bottom: unset;
  }
  
  .exclusive .denuncia p.video {
    text-align: center;
  }
  
  .exclusive .denuncia h2.title-secondary {
    margin-bottom: 25px;
  }
  
  .exclusive .denuncia ul.list {
    margin-left: 0;
    padding-left: 20px;
    list-style: none;
  }
  
  .exclusive .denuncia ul.list li:before {
    content: "â–ª";
    display: inline;
    float: left;
    position: relative;
    bottom: 4px;
    margin-left: -18px;
    font-weight: 700;
    color: #b9975b;
    font-size: 20px;
    margin-top: 3.5px;
  }
  
  .exclusive .denuncia .faq-denuncia {
    margin-top: 50px;
    margin-top: 25px;
  }
  
  .exclusive .denuncia .faq-denuncia i.index {
    color: #b9975b;
    margin-right: 10px;
  }
  
  .exclusive .denuncia input:checked ~ .tab-content {
    height: auto !important;
  }
  
  .exclusive .denuncia .faq-denuncia ul.list-faq {
    padding-left: 20px;
    list-style: square;
  }
  
  .exclusive .denuncia .btn-denuncia {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    margin-left: -13px;
  }
  
  .exclusive .denuncia .btn-denuncia .btn-solid {
    width: 235px;
    margin: 0 20px;
  }
  
  .exclusive .perguntas {
    background: #f4f4f4;
    padding: 154px 100px 150px;
    -webkit-clip-path: polygon(0% 0%, 0% 210%, 100% 75%, 100% 0%, 100% 0);
    clip-path: polygon(0% 0%, 0% 210%, 100% 75%, 100% 0%, 100% 0);
    position: relative;
    margin-top: -268px;
  }
  
  .exclusive .perguntas .title-secondary {
    margin: 40px 0;
  }
  
  .exclusive .perguntas i {
    font-size: 20px;
    font-weight: 500;
    color: #b9975b;
    padding-right: 20px;
    text-decoration: none;
  }
  
  .exclusive .perguntas .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    border: none;
  }
  
  .exclusive .perguntas .nav-tabs li a {
    font-size: 12px;
    color: #47484c;
    text-decoration: none;
    padding: 15px 100px;
    border-bottom: 1px solid #cecece;
  }
  
  .exclusive .perguntas .nav-tabs li a.active {
    color: #b9975b;
    font-weight: 700;
    border-bottom: 3px solid #b9975b;
    border-radius: 3px;
  }
  
  .exclusive .perguntas ul#top10 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 50px 20px 0;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
  }
  
  .exclusive .perguntas ul#top10 li a {
    text-decoration: none;
    font-weight: 600;
    color: #47484c;
  }
  
  .exclusive .perguntas ul#top10 li a i {
    font-size: 20px;
    font-weight: 500;
    color: #b9975b;
    padding-right: 20px;
    text-decoration: none;
  }
  
  .exclusive .perguntas ul#topCategoria li h4.txt-tp8 {
    padding: 25px 0;
  }
  
  .exclusive .perguntas ul#topCategoria li ul li {
    padding: 10px 25px;
    position: relative;
  }
  
  .exclusive .perguntas ul#topCategoria li ul li a {
    text-decoration: none;
    color: #47484c;
  }
  
  .exclusive .perguntas ul#topCategoria li ul li a:before {
    content: " ";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    bottom: 42%;
    border-top: 3px solid #b9975b;
    border-right: 3px solid #b9975b;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .exclusive .chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 20px;
    padding: 0 100px;
  }
  
  .exclusive .correspondente {
    color: #fff;
    position: relative;
  }
  
  .exclusive .correspondente .bg-correspondente {
    background: url(/assets/exclusive/img/atendimento/grafismo-correspondente.png)
      center no-repeat;
    background-size: cover;
    max-width: 527px;
    min-height: 390px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    color: #fff;
    position: relative;
  }
  
  .exclusive .correspondente .bg-correspondente .title-correspondente {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 100px;
    width: 100%;
  }
  
  .exclusive
    .correspondente
    .bg-correspondente
    .title-correspondente
    .title-secondary {
    max-width: 230px;
  }
  
  .exclusive
    .correspondente
    .bg-correspondente
    .title-correspondente
    .title-secondary:after {
    background: #fff;
  }
  
  .exclusive .correspondente .group-cards {
    color: #47484c;
    font-weight: 600;
    top: 130px;
    margin: 0 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
  }
  
  .exclusive .correspondente .group-cards .card-item {
    width: 315px;
    height: 75px;
    padding: 10px;
    margin: 32px 32px 32px 0;
    color: #47484c;
    text-decoration: none;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border-left: 5px solid #b9975b;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .exclusive .correspondente .group-cards .card-item img {
    margin-right: 10px;
  }
  
  .exclusive #accordion .btn-link {
    width: 100%;
    padding: 20px 50px 20px 0;
    color: #47484c;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    margin-bottom: 20px;
  }
  
  .exclusive #accordion .btn-link:after {
    content: " ";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 20px;
    bottom: 42%;
    border-top: 3px solid #b9975b;
    border-right: 3px solid #b9975b;
    border-radius: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .exclusive .accordion .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .exclusive .accordion .flex-row .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .exclusive .accordion .flex-row .col:last-child {
    margin-left: 1em;
  }
  
  .exclusive .accordion .tabs {
    overflow: hidden;
  }
  
  .exclusive .accordion .tabs .tab {
    width: 100%;
    color: #47484c;
    overflow: hidden;
  }
  
  .exclusive .accordion .tabs .tab .tab-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    padding: 20px 50px 20px 0;
    border-bottom: 1px solid #cecece;
    font-weight: 600;
    cursor: pointer;
    position: relative;
  }
  
  .exclusive .accordion .tabs .tab .tab-label:after {
    content: " ";
    width: 11px;
    height: 11px;
    position: absolute;
    right: 20px;
    bottom: 42%;
    border-top: 3px solid #b9975b;
    border-right: 3px solid #b9975b;
    border-radius: 2px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .exclusive .accordion .tabs .tab .tab-content {
    height: 5px;
    padding: 0 1em;
    color: #47484c;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  
  .exclusive .accordion .tabs .tab input:checked ~ .tab-content {
    max-height: 100%;
    padding: 1em;
    height: auto;
  }
  
  .exclusive .accordion .tabs .tab input:checked ~ .in-line {
    padding: 1em 1rem 6rem;
  }
  
  .exclusive .accordion .tabs .tab input:checked ~ .in-line-two {
    padding: 1em 1rem 8rem;
  }
  
  .exclusive .accordion .tabs .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  
  .exclusive .accordion .tabs .tab input:checked + .tab-label:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .exclusive .sac-box,
  .exclusive .libras {
    background: #fff;
    background-size: cover;
    max-width: calc(100% - 20px);
    min-height: 103px;
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 9px 15px #00000029;
    box-shadow: 0px 9px 15px #00000029;
    border-radius: 4px;
    position: relative;
    bottom: -20px;
    z-index: 2;
  }
  
  .exclusive .libras {
    bottom: unset;
  }
  
  .exclusive .sac-box,
  .exclusive .denuncia {
    background: #fff;
    background-size: cover;
    max-width: calc(100% - 100px);
    padding: 50px;
    margin: 4px auto;
    -webkit-box-shadow: 0px 9px 15px #00000029;
    box-shadow: 0px 9px 15px #00000029;
    border-radius: 4px;
    position: relative;
    bottom: -10px;
    z-index: 2;
  }
  
  .exclusive .denuncia {
    bottom: unset;
  }
  
  .exclusive .denuncia h2.title-secondary {
    margin-bottom: 25px;
  }
  
  .exclusive .denuncia ul.list {
    margin-left: 0;
    padding-left: 20px;
    list-style: none;
  }
  
  .exclusive .denuncia ul.list li:before {
    content: "â–ª";
    display: inline;
    float: left;
    position: relative;
    bottom: 4px;
    margin-left: -18px;
    font-weight: 700;
    color: #b9975b;
    font-size: 20px;
    margin-top: 3.5px;
  }
  
  .exclusive .denuncia .faq-denuncia {
    margin-top: 50px;
    margin-top: 25px;
  }
  
  .exclusive .denuncia .faq-denuncia i.index {
    color: #b9975b;
    margin-right: 10px;
  }
  
  .exclusive .denuncia input:checked ~ .tab-content {
    height: auto !important;
  }
  
  .exclusive .denuncia .faq-denuncia ul.list-faq {
    padding-left: 20px;
    list-style: square;
  }
  
  .exclusive .denuncia .btn-denuncia {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    margin-left: -13px;
  }
  
  .exclusive .denuncia .btn-denuncia .btn-solid {
    width: 235px;
    margin: 0 20px;
  }
  
  .exclusive .sac-box {
    background: #fff;
    background-size: cover;
    max-width: calc(100% - 100px);
    min-height: 103px;
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 9px 15px #00000029;
    box-shadow: 0px 9px 15px #00000029;
    border-radius: 4px;
    position: relative;
    bottom: -20px;
    z-index: 2;
  }
  
  .exclusive .sac-box .title-card {
    font-size: 22px;
    font-weight: 300;
  }
  
  .exclusive .sac-box .flex-row img {
    max-width: 40px;
  }
  
  .exclusive .ouvidoria {
    background: #f4f4f4;
    padding: 80px 100px 50px;
    -webkit-clip-path: polygon(0% 0%, 0% 210%, 100% 75%, 100% 0%, 100% 0);
    clip-path: polygon(0% 0%, 0% 210%, 100% 75%, 100% 0%, 100% 0);
    position: relative;
  }
  
  .exclusive .ouvidoria .title-secondary {
    margin-bottom: 30px;
  }
  
  .exclusive .ouvidoria input[type="text"],
  .exclusive .ouvidoria select {
    background-color: transparent;
    color: #47484c;
    border: none;
    border-bottom: 1px solid #cecece;
    margin: 0 0 20px;
    width: 50%;
  }
  
  .exclusive .tel-ouvidoria {
    padding: 50px 100px 0;
  }
  
  .exclusive .tel-ouvidoria .title-card {
    font-size: 22px;
    font-weight: 300;
  }
  
  .exclusive .tel-ouvidoria .flex-row img {
    max-width: 140px;
  }
  
  .exclusive .tel-ouvidoria ul.appList li a.pdf {
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    color: #47484c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .exclusive .tel-ouvidoria ul.appList li a.pdf:before {
    content: "";
    background: url(/assets/exclusive/img/atendimento/icon-pdf.svg) 0 3px no-repeat;
    width: 29px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
  }
  
  .exclusive .telefones-uteis {
    background: #f4f4f4;
    padding: 80px 100px 20px;
    position: relative;
  }
  
  .exclusive .telefones-uteis .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .exclusive .telefones-uteis .flex-row .column {
    margin: 20px;
  }
  
  .exclusive .telefones-uteis .space {
    margin: 20px 20px -10px;
  }
  
  .exclusive .telefones-uteis .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .exclusive .telefones-uteis ul.destaque {
    width: calc(50% - 20px);
  }
  
  .exclusive .telefones-uteis ul.destaque li {
    width: 100%;
  }
  
  .exclusive .destaque-diagonal {
    margin-top: -1px;
    height: 150px;
    display: block;
    background: #f4f4f4;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 80% 100%, 100% 0%, 100% 0);
    clip-path: polygon(0% 0%, 0% 100%, 80% 100%, 100% 0%, 100% 0);
  }
  
  .exclusive .voltar {
    text-align: center;
    padding: 25px;
    position: relative;
    font-weight: 600;
  }
  
  .exclusive .voltar a:before {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    bottom: 35%;
    border-top: 1px solid #b9975b;
    border-right: 1px solid #b9975b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  .duvidaNaoResolvida .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .duvidaNaoResolvida .center .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .duvidaNaoResolvida .center .box .btn-solid {
    color: #fff;
    background: #b9975b;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    white-space: nowrap;
    height: 3rem;
    line-height: 3rem;
    padding: 0 3rem;
    border-radius: 1.5rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
    display: inline-block;
  }
  
  ul.destaque {
    list-style: none;
    padding-left: 25px;
  }
  
  ul.destaque li:before {
    content: "\25AA";
    color: #b9975b;
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    font-weight: bold;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
  }
  
  div.ncliente div.description {
    width: 100%;
  }
  
  div.ncliente div.description:before {
    display: none;
  }
  
  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  
  ul.navSeg li > a {
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    opacity: 0.6;
    letter-spacing: 0.6px;
    border: none !important;
    font-weight: bold;
  }
  
  ul.navSeg li div.navCnt {
    border-bottom: 3px solid #e5173f;
    border-top: none;
    box-shadow: none;
    top: 53px;
    right: -26px;
  }
  
  ul.navSeg li div.navCnt ul.nav {
    padding: 0;
  }
  
  ul.navSeg li div.navCnt ul.nav > li {
    border-top: 1px solid #dbdbdb;
    float: none;
    margin-right: 0;
    position: initial;
    height: auto;
    width: 100%;
  }
  
  ul.navSeg li div.navCnt ul.nav > li:first-child {
    border-top: 0;
  }
  
  ul.navSeg li div.navCnt ul.nav > li a {
    font-size: 13px;
    padding: 10.5px 5px;
    color: #3c3c3c;
    font-family: "Bradesco", sans-serif;
    text-align: center;
    text-transform: unset;
    opacity: 1;
    letter-spacing: 1.5px;
    font-weight: normal !important;
    border: none !important;
  }
  
  ul.navSeg li a span {
    text-transform: none;
    font-size: 9px;
    display: block;
  }
  
  ul.navSeg li > a {
    font-family: "Bradesco", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    opacity: 0.6;
    letter-spacing: 0.6px;
    border: none !important;
    font-weight: bold;
  }
  
  ul.navSeg li div.navCnt.emp {
    width: 240px;
  }
  
  ul.navSeg li div.navCnt ul.nav > li a {
    font-size: 13px;
    padding: 10.5px 5px;
    color: #3c3c3c;
    font-family: "Bradesco", sans-serif;
    text-align: center;
    text-transform: unset;
    opacity: 1;
    letter-spacing: 1.5px;
    font-weight: normal !important;
  }
  
  .clear {
    clear: both;
  }
  
  ul.navSeg li div.navCnt ul.nav > li a:hover {
    color: #3c3c3c !important;
    background-color: #ebebeb !important;
    text-decoration: none;
  }
  
  ul.navSeg li div.navCnt ul.nav:after {
    display: none !important;
  }
  
  .mais-perfis .arrow_down:after {
    display: block;
    content: "\203A";
    font-size: 35px;
    font-weight: 400;
    top: 12px;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(10deg);
    position: absolute;
    color: #47484c;
    width: 20px;
    height: 20px;
  }
  
  ul.navSeg li a {
    height: auto;
  }
  
  body.mobile #wrapper {
    padding-top: 75px !important;
  }
  
  .c-banner--hero {
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 720px;
    overflow: hidden;
  }
  
  .c-banner--hero picture {
    height: 100%;
    width: 100%;
  }
  
  .c-banner--hero picture img {
    height: auto;
  }
  
  .c-banner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  
  .destaque-banner {
    color: #fff;
    position: absolute;
    top: 75px;
    padding: 50px 110px 50px 50px;
    animation-fill-mode: none;
    text-align: left;
    left: 75px;
  }
  
  .destaque-banner.atendimento::after {
    content: " ";
    width: 3.125rem;
    height: 0.25rem;
    display: block;
    background: #b9975b;
    margin: 1.25rem auto 1.25rem auto;
    text-align: right;
    right: 110px;
    position: absolute;
    display: none;
  }
  
  .destaque-banner::after {
    display: none;
  }
  
  .path-link {
    margin: 100px 0px 0px 0px !important;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    bottom: 18px;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    height: 35px;
  }
  
  .path-link a {
    color: #fff;
    font-size: 13px;
    display: inline;
    text-decoration: none;
  }
  
  @media screen and (min-width: 1800px) {
    .bg-banner {
      min-width: 100% !important;
      background-size: contain;
    }
  }
  
  @media (max-width: 1280px) {
    .exclusive .menu-flutuante {
      margin: unset;
    }
  }
  
  @media (min-width: 1025px) {
    header.mainHeader {
      display: block !important;
      top: 0;
    }
  }
  
  @media only screen and (max-width: 1024px) {
    .path-link {
      display: none;
    }
  
    header.headerMobile {
      width: 100%;
    }
  
    #wrapper {
      width: 100%;
    }
  
    body {
      background: #fff;
    }
  
    body.mobile #wrapper {
      padding-top: 120px !important;
    }
  
    .exclusive .bg-banner {
      background: url(/assets/exclusive/img/atendimento/mobile-atendimento.jpg)
        center top no-repeat !important;
      background-size: contain !important;
    }
    .exclusive .bg-banner-1 {
      background: url(/assets/exclusive/img/atendimento/banner-atendimento-1.png)
        center top no-repeat !important;
      background-size: contain !important;
    }
  
    .destaque-banner {
      height: 500px;
      padding: 0;
    }
  
    .exclusive .menu-flutuante {
      margin: unset;
      top: -240px;
    }
  
    .exclusive header {
      top: -275px;
    }
  
    .exclusive .duvidas,
    .exclusive .sac-box,
    .exclusive .libras,
    .exclusive .denuncia,
    .exclusive .perguntas,
    .exclusive .fale-conosco {
      bottom: 229px;
    }
  
    .destaque-banner {
      height: 500px;
    }
  }
  @media screen and (min-width: 1300px) {
    #collapseCartoes
      > div
      > div
      > div:nth-child(21)
      > div
      > div
      > p:nth-child(4) {
      width: 604px !important;
    }
  }
  @media (min-width: 1025px) {
    .c-banner--hero {
      opacity: 1;
      position: relative;
      z-index: -1;
      width: 100vw;
    }
  
    .exclusive header {
      margin-bottom: -80px;
    }
  }
  
  @media screen and (min-width: 768px) {
    .bg-banner {
      min-width: 100% !important;
      background-size: contain;
    }
  
    .exclusive {
      overflow-x: initial;
    }
  }
  
  @media screen and (max-width: 768px) {
    #collapseCartoes > div > div > div:nth-child(21) > div.column {
      width: 100%;
    }
    .text-concierge {
      text-align: initial;
    }
    .exclusive .duvidas,
    .exclusive .sac-box,
    .exclusive .libras,
    .exclusive .denuncia,
    .exclusive .perguntas,
    .exclusive .fale-conosco {
      bottom: 280px;
    }
  
    .telefones-uteis {
      bottom: 330px;
    }
  
    .destaque-banner {
      height: 370px;
      padding: 0;
    }
  
    .exclusive .menu-flutuante li.item {
      transform: scale(0.75);
    }
  
    .exclusive .ouvidoria,
    .exclusive .tel-ouvidoria {
      margin: 0;
    }
  
    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
      display: block;
    }
  
    .exclusive .duvidas {
      max-width: 100%;
      -webkit-clip-path: none;
      clip-path: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .exclusive .libras .libras-texto {
      padding: 10px 25px 5px 25px;
      margin-top: 40px;
    }
  
    .exclusive .libras .libras-texto br {
      display: none;
    }
  
    .exclusive .libras .libras-texto ul {
      list-style: disc;
    }
  
    .exclusive .libras .libras-texto ul li {
      margin-bottom: 0.1em;
    }
  
    .exclusive .libras .libras-texto ul li::marker {
      color: #e1173f;
    }
  
    .exclusive .libras .libras-video {
      height: auto;
      padding-bottom: 30px;
    }
  
    .exclusive .libras .libras-video iframe {
      width: calc(100% - 20%);
      height: auto;
    }
  
    .exclusive .libras .libras-video a .btn-iniciar-videochamada {
      width: 170px;
      height: 40px;
      font-size: 10px;
    }
  
    .exclusive .sac-box {
      max-width: calc(100% - 20px);
      padding: 20px;
      margin-top: 70px;
    }
  
    .exclusive .sac-box .flex-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .exclusive .ouvidoria,
    .exclusive .tel-ouvidoria {
      padding: 50px 20px 50px;
    }
  
    .exclusive .ouvidoria input[type="text"],
    .exclusive .ouvidoria select {
      width: 100%;
    }
  
    .exclusive .chat {
      padding: 0 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .exclusive .telefones-uteis {
      padding: 80px 20px 150px;
      -webkit-clip-path: none;
      clip-path: none;
    }
  
    .exclusive .telefones-uteis ul.destaque {
      width: 100%;
    }
  
    .exclusive .telefones-uteis .flex-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  
    .exclusive .telefones-uteis .flex-row .column {
      margin: 20px 0;
    }
  
    .exclusive .telefones-uteis .flex-row-xs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
    }
  
    .exclusive .telefones-uteis .flex-row-xs .column {
      margin: 0 10px;
    }
  
    .exclusive .telefones-uteis .flex-row-xs .column:first-child {
      margin-left: 0;
    }
  
    .exclusive .telefones-uteis .flex-row-xs .column:last-child {
      margin-right: 0;
    }
  
    .exclusive .perguntas {
      padding: 80px 30px 150px;
      -webkit-clip-path: none;
      clip-path: none;
    }
  
    .exclusive .perguntas .nav-tabs li a {
      font-size: 12px;
      color: #47484c;
      text-decoration: none;
      padding: 10px 30px;
      border-bottom: 1px solid #cecece;
    }
  
    .exclusive .correspondente {
      margin-bottom: 80px;
    }
  
    .exclusive .correspondente .bg-correspondente .title-correspondente {
      padding: 50px 30px;
    }
  
    .exclusive .correspondente .group-cards {
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .exclusive .correspondente .group-cards .card-item {
      margin: 32px 0 32px 0;
    }
  
    .exclusive .correspondente .group-cards .card-item:last-child {
      margin-top: 0;
    }
  
    .exclusive .accordion .tabs .tab:nth-child(1) input:checked ~ .tab-content,
    .exclusive .accordion .tabs .tab:nth-child(2) input:checked ~ .tab-content,
    .exclusive .accordion .tabs .tab:nth-child(4) input:checked ~ .tab-content {
      padding: 1em;
    }
  
    .exclusive .accordion .tabs .tab:nth-child(3) input:checked ~ .tab-content,
    .exclusive .accordion .tabs .tab:nth-child(10) input:checked ~ .tab-content {
      padding: 1em;
    }
  
    .exclusive .accordion .tabs .tab:nth-child(4) input:checked ~ .tab-content {
      padding: 1em;
    }
  
    .exclusive .accordion .tabs .tab:nth-child(5) input:checked ~ .tab-content {
      padding: 1em;
    }
  
    .exclusive .accordion .tabs .tab:nth-child(6) input:checked ~ .tab-content,
    .exclusive .accordion .tabs .tab:nth-child(7) input:checked ~ .tab-content,
    .exclusive .accordion .tabs .tab:nth-child(8) input:checked ~ .tab-content,
    .exclusive .accordion .tabs .tab:nth-child(9) input:checked ~ .tab-content {
      padding: 1em;
    }
  
    .exclusive .form_cancel {
      width: 100%;
    }
  
    .exclusive .form_cancel_txt {
      width: 100%;
    }
  
    .exclusive .flex-row {
      gap: 40px;
      align-items: center;
    }
  
    #genesys-mxg-container-frame {
      max-height: 70%;
      bottom: 94px !important;
    }
  }
  
  @media (max-width: 542px) {
    .telefones-uteis {
      bottom: 180px;
    }
  
    .exclusive .duvidas,
    .exclusive .sac-box,
    .exclusive .libras,
    .exclusive .denuncia,
    .exclusive .perguntas,
    .exclusive .fale-conosco {
      bottom: 221px;
    }
  
    .destaque-banner {
      height: 250px;
    }
  
    body.mobile #wrapper {
      padding-top: 125px !important;
    }
  
    .exclusive .menu-flutuante li.item {
      transform: scale(0.8);
    }
  
    .exclusive .menu-flutuante {
      margin: unset;
    }
  
    .exclusive .libras .libras-texto {
      margin-top: 110px;
    }
  
    .exclusive .denuncia {
      margin-top: 118px;
    }
  
    .exclusive .perguntas {
      padding: 110px 30px 150px;
    }
  }
  
  @media only screen and (max-width: 520px) {
    .exclusive .title-principal:after {
      right: 165px;
    }
  
    div.comboSegmentos {
      margin-top: 45px;
      position: relative;
      top: 0px !important;
    }
  
    .comboSegmentos.comboSegmentosHome.tablinks-pf.topbarFechado,
    .comboSegmentos.comboSegmentosHome.tablinks-pj.topbarFechado {
      top: -20px !important;
      height: 20px;
      margin-top: 20px;
    }
  
    .comboSegmentos.comboSegmentosHome.tablinks-pf.topbarFechado.active,
    .comboSegmentos.comboSegmentosHome.tablinks-pj.topbarFechado.active {
      top: -15px !important;
      height: 40px;
    }
  }
  
  @media only screen and (max-width: 450px) {
    .exclusive .denuncia .btn-denuncia {
      display: flex;
      justify-content: center;
      margin: 50px 0;
      margin-left: -13px;
    }
  
    .exclusive .btn-solid {
      color: #fff;
      background: #b9975b;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 700;
      white-space: nowrap;
      height: 3rem;
      line-height: 3rem;
      padding: 0 4rem;
      border-radius: 1.5rem;
      margin-bottom: 1.25rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
    }
  
    .exclusive .btn-solid-a {
      color: #fff;
      background: #b9975b;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 700;
      white-space: nowrap;
      height: 3rem;
      line-height: 3rem;
      padding: 0 3rem;
      border-radius: 1.5rem;
      margin-bottom: 1.25rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      margin-top: 72px;
      margin-left: -255px;
    }
  
    .owl-stage {
      width: 1000px !important;
    }
  
    .exclusive .denuncia {
      max-width: calc(100% - 20px);
      padding: 20px;
    }
  
    .exclusive .bg-banner {
      background: url(/assets/exclusive/img/atendimento/banner-atendimento.png)
        center top no-repeat !important;
      background-size: contain !important;
    }
  
    .exclusive .menu-flutuante {
      top: -110px;
    }
  
    .banner .cards .carrossel-cards .card h2 {
      font-size: 12px !important;
    }
  
    #CardNavbar > div.owl-stage-outer > div {
      padding-left: 0 !important;
    }
  
    #wrapper > section > header > nav {
      margin: unset !important;
    }
  
    .exclusive .btn-solid {
      color: #fff;
      background: #b9975b;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 700;
      white-space: nowrap;
      height: 3rem;
      line-height: 3rem;
      padding: 0 4rem;
      border-radius: 1.5rem;
      margin-bottom: 1.25rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
    }
  
    .exclusive .btn-solid-a {
      color: #fff;
      background: #b9975b;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 700;
      white-space: nowrap;
      height: 3rem;
      line-height: 3rem;
      padding: 0 3rem;
      border-radius: 1.5rem;
      margin-bottom: 1.25rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      margin-top: 72px;
      margin-left: -255px;
    }
  
    .exclusive .denuncia .btn-denuncia {
      display: flex;
      justify-content: center;
      margin: 50px 0;
      margin-left: -13px;
    }
  
    .exclusive .btn-solid {
      color: #fff;
      background: #b9975b;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 700;
      white-space: nowrap;
      height: 3rem;
      line-height: 3rem;
      padding: 0 4rem;
      border-radius: 1.5rem;
      margin-bottom: 1.25rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
    }
  
    .exclusive .btn-solid-a {
      color: #fff;
      background: #b9975b;
      text-decoration: none;
      font-size: 0.875rem;
      font-weight: 700;
      white-space: nowrap;
      height: 3rem;
      line-height: 3rem;
      padding: 0 3rem;
      border-radius: 1.5rem;
      margin-bottom: 1.25rem;
      cursor: pointer;
      display: inline-block;
      text-align: center;
      margin-top: 72px;
      margin-left: -255px;
    }
  
    #faleconosco-form {
      padding: 0;
    }
  }
  
  .destaque-banner.atendimento h1 {
    font-size: 42px;
  }
  
  .destaque-banner.atendimento p {
    font-size: 26px;
  }
  
  .qr-code {
    display: flex;
    position: relative;
    top: 50px;
  }
  
  .qr-code img {
    width: 150px;
    height: 150px;
    position: relative;
    left: 15px;
  }
  
  .bg-banner .destaque-banner {
    display: none;
  }
  
  @media only screen and (max-width: 620px) {
    .banner-1 {
      display: block !important;
    }
    .bg-banner-1 {
      min-width: 100% !important;
      background-size: contain;
    }
    .bg-banner-1 .destaque-banner {
      display: block;
    }
    .bg-banner .destaque-banner {
      display: block;
    }
  
    .bg-banner .destaque-banner h2 {
      position: relative;
      text-align: left;
      font-size: 16px;
      bottom: 45px;
    }
    .bg-banner .destaque-banner p {
      position: relative;
      text-align: left;
      font-size: 12px;
      bottom: 30px;
      line-height: normal;
    }
    .bg-banner .destaque-banner .btn.btnBia {
      background: #fff;
      border: 1px solid #fff;
      position: relative;
      font-size: 12px;
      bottom: 71px;
      border-radius: 1.5rem;
      right: -42px;
    }
    .bg-banner .destaque-banner .btn.btnBia a {
      text-decoration: none;
      font-weight: 700;
      color: #b9975b;
    }
  }
  
  @media only screen and (max-width: 375px) {
    .bg-banner .destaque-banner h2 {
      font-size: 14px;
    }
    .bg-banner .destaque-banner p {
      font-size: 10px;
    }
    .bg-banner .destaque-banner .btn.btnBia {
      right: 100px;
      top: -30px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .bg-banner .destaque-banner h2 {
      font-size: 12px;
    }
    .bg-banner .destaque-banner p {
      font-size: 10px;
      bottom: 40px;
    }
    .bg-banner .destaque-banner .btn.btnBia {
      right: 55px;
      bottom: 55px;
      font-size: 10px;
    }
  }
  
  body {
    background: rgb(204,9,47);
    background: -moz-linear-gradient( 149deg, #cc092f 40%, #ac164d 75%, #702f8a 95% );
    background: -webkit-linear-gradient( 149deg, #cc092f 40%, #ac164d 75%, #702f8a 95% );
    background: linear-gradient( 149deg, #cc092f 40%, #ac164d 75%, #702f8a 95% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc092f",endColorstr="#73268a",GradientType=1);
  }
  
  section#content {
    background: transparent !important;
    height: auto !important;
  }
  
  section#content .filter {
    background: rgba(0, 0, 0, 0.41);
    border-radius: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-top: -130px !important;
    padding: 50px 100px 40px;
    min-height: 400px;
  }
  
  section#content .filter h2.main {
    color: #fff;
    width: 48%;
    text-align: center;
    margin: 0 auto;
  }
  
  .cards {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: flex-start;
  }
  
  .cards .card h2 {
    font-size: 1.17em;
  }
  
  .cards .card {
    width: 190px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.67);
    flex: 1;
    transition: padding 0.6s ease-in-out;
    min-height: 200px;
  }
  
  .cards .card:not(:last-child) {
    margin-right: 20px;
  }
  
  .cards .card.active {
    background: rgb(204,9,47);
    background: -moz-linear-gradient(180deg, rgba(204,9,47,1) 0%, rgba(169,23,80,1) 60%, rgba(115,38,138,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(204,9,47,1) 0%, rgba(169,23,80,1) 60%, rgba(115,38,138,1) 100%);
    background: linear-gradient(180deg, rgba(204,9,47,1) 0%, rgba(169,23,80,1) 60%, rgba(115,38,138,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc092f",endColorstr="#73268a",GradientType=1);
    color: #fff;
    /* padding-bottom: 100px; */
    height: 300px;
  }
  
  .cards .card i {
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 20px;
  }
  
  .cards .card .credito-pessoal-bradesco { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credito-pessoal-bradesco.svg");
  }
  
  .cards .card .limite-credito-pessoal { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-limite-de-credito-pessoal.svg");
  }
  
  .cards .card .credito-pessoal-vinculado { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credito-pessoal-vinculado.svg");
  }
  
  .cards .card .credimovel-bradesco { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credimovel-bradesco.svg");
  }
  
  .cards .card .credfacil-veiculo-bradesco { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credifacil-veiculo.svg");
  }
  
  .cards .card.active .credito-pessoal-bradesco { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credito-pessoal-bradesco-w.svg");
  }
  
  .cards .card.active .limite-credito-pessoal { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-limite-de-credito-pessoal-w.svg");
  }
  
  .cards .card.active .credito-pessoal-vinculado { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credito-pessoal-vinculado-w.svg");
  }
  
  .cards .card.active .credimovel-bradesco { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credimovel-bradesco-w.svg");
  }
  
  .cards .card.active .credfacil-veiculo-bradesco { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-credifacil-veiculo-w.svg");
  }
  
  .cards .card .limite-credito-pessoal-garantia { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-limite-de-credito-pessoal-garantia.svg");
  }
  
  .cards .card.active .limite-credito-pessoal-garantia { 
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/icons/ico-limite-de-credito-pessoal-garantia-w.svg");
  }
  
  .card-content {
    position: relative;
    top: -90px;
  }
  
  .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 20px 80px 20px 40px;
    -webkit-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.67);
    box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.67);
    /* margin-top: -60px; */
    position: relative;
    z-index: 2;
  }
  
  .cards-contents .card-content .text {
    width: 80%;
  }
  
  .cards-contents .card-content .text h2 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .cards-contents .card-content .text h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
  }
  
  .cards-contents .card-content .text h3::before {
    content: "";
    background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/ico-check.svg");
    width: 19px;
    height: 15px;
    display: inline-block;
    margin: 5px 10px 0 0;
  }
  
  section#content .filter small {
    color: #fff;
    margin: 40px 0 0;
    display: block;
  }
  
  .graphics-right:after {
    content: "";
    background: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/bg2.png")
      center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 30px;
    height: 200px;
    z-index: -1;
  }
  
  .graphics-left:after {
    content: "";
    background: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/bg4.png")
      center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0px;
    width: 160px;
    height: 230px;
    z-index: -1;
  }
  
  .graphics-left:before {
    content: "";
    background: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/bg3.png")
      center no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 150px;
    left: 70px;
    width: 170px;
    height: 260px;
    z-index: -1;
  }
  
  .c-banner .title {
    position: absolute;
    font-size: 3rem;
    color: #fff;
    left: 220px;
    top: 320px;
  }
  
  .c-banner .title h1:nth-child(1) {
    margin-bottom: 10px;
  }

  .c-banner .title h1:nth-child(2) {
    margin-left: 100px;
    margin-top: -30px;
  }
  
  .slick-dots {
    bottom: -175px;
  }
  
  .slick-dots li button:before {
    content: "";
    bottom: -155px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 40px;
  }

  @media (min-width: 768px) and (max-width: 1500px)  {
    .c-banner .title {
      left: 100px;
      top: 210px;
    }
    section#conteudo .filter {
      margin-top: -60px !important;
    }
  }
  
  @media screen and (max-width: 768px) {
    .c-banner .title {
      position: absolute;
      font-size: 1.1rem;
      color: #fff;
      left: 30px;
      top: 240px;
    }
    .c-banner .title h1:nth-child(2) {
      margin-left: 100px;
      margin-top: -18px;
    }
    .graphics-left:before,
    .graphics-left:after,
    .graphics-right:before,
    .graphics-right:after {
      display: none;
    }
    body {
      background: #fff !important;
    }
    .c-banner--hero {
      display: block;
    }
    section#content {
      margin: unset !important;
      padding: 20px 0;
      background: rgb(204,9,47)!important;
      background: -moz-linear-gradient(90deg, rgba(204,9,47,1) 0%, rgba(169,23,80,1) 60%, rgba(115,38,138,1) 100%);
      background: -webkit-linear-gradient(90deg, rgba(204,9,47,1) 0%, rgba(169,23,80,1) 60%, rgba(115,38,138,1) 100%);
      background: linear-gradient(90deg, rgba(204,9,47,1) 0%, rgba(169,23,80,1) 60%, rgba(115,38,138,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc092f",endColorstr="#73268a",GradientType=1);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9975b",endColorstr="#0e1e64",GradientType=1);
    }
    section#content .filter {
      margin: -60px 20px 0 !important;
      padding: 20px;
    }
    section#content .filter h2 {
      width: 100%;
    }
    .cards-contents {
      display: none;
    }
    .cards {
      flex-direction: column;
      gap: 15px;
    }
    .cards .card {
      width: 100%;
      cursor: none;
    }
    .cards .card .text {
      margin: 20px;
      text-align: left;
    }
    .cards .card .text h3 {
      margin: 0;
      font-size: 1rem;
      font-weight: 400;
      margin: 5px 0;
    }
    .cards .card .text h3::before {
      content: "";
      background-image: url("/assets/exclusive/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/ico-check.svg");
      width: 19px;
      height: 15px;
      display: inline-block;
      margin: 5px 10px 0 0;
    }
    .cards .card:not(:last-child) {
      margin-bottom: 20px;
    }
    section#content .filter h2.main {
      width: 100%;
    }
  }
  
header.mainHeader {
  position: relative;
}
.mainHeader ul.navSeg {
  display: none!important;
}

div.breadcrumb ul.links {
  display: none!important;
}

#mainMenu {
  display: none!important;
}

.menu__lateral .botaoAbraConta{
  display: none!important;
}

#conteudo {
  display: none!important;
}

.path-link {
  top: 70px;
}