.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: #702f8a;
  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: #702f8a;
  position: relative;
  bottom: 0;
  margin-top: 14px;
}

.exclusive .title-tertiary {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 10px;
}

.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/classic/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/classic/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/classic/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: #702f8a;
  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: #e5173f;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e5173f),
      color-stop(44%, #cc0930),
      to(#702f8a)
    );
  background: linear-gradient(90deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5173f', endColorstr='#702f8a', 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/classic/img/atendimento/icon-perguntas.svg);
}

.exclusive .menu-flutuante li.item a .img-sac {
  background: url(/assets/classic/img/atendimento/icon-sac-ouvidoria.svg);
}

.exclusive .menu-flutuante li.item a .img-libras {
  background: url(/assets/classic/img/atendimento/icon-libras.svg);
}

.exclusive .menu-flutuante li.item a .img-tel {
  background: url(/assets/classic/img/atendimento/icon-telefone.svg);
}

.exclusive .menu-flutuante li.item a .img-agencia {
  background: url(/assets/classic/img/atendimento/icon-agencia.svg);
}

.exclusive .menu-flutuante li.item a .img-denuncia {
  background: url(/assets/classic/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: #e5173f;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e5173f),
      color-stop(44%, #cc0930),
      to(#702f8a)
    );
  background: linear-gradient(90deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5173f', endColorstr='#702f8a', 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/classic/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/classic/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/classic/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/classic/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/classic/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/classic/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: #702f8a;
}

.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/classic/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: #e5173f;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e5173f),
      color-stop(44%, #cc0930),
      to(#702f8a)
    );
  background: linear-gradient(90deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5173f', endColorstr='#702f8a', 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: #702f8a;
  font-size: 20px;
  margin-top: 3.5px;
}

.exclusive .denuncia .faq-denuncia {
  margin-top: 50px;
  margin-top: 25px;
}

.exclusive .denuncia .faq-denuncia i.index {
  color: #702f8a;
  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: #702f8a;
  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: #702f8a;
  font-weight: 700;
  border-bottom: 3px solid #702f8a;
  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: #702f8a;
  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 #702f8a;
  border-right: 3px solid #702f8a;
  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/classic/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 #702f8a;
  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 #702f8a;
  border-right: 3px solid #702f8a;
  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 #702f8a;
  border-right: 3px solid #702f8a;
  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: #702f8a;
  font-size: 20px;
  margin-top: 3.5px;
}

.exclusive .denuncia .faq-denuncia {
  margin-top: 50px;
  margin-top: 25px;
}

.exclusive .denuncia .faq-denuncia i.index {
  color: #702f8a;
  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/classic/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 #702f8a;
  border-right: 1px solid #702f8a;
  -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: #702f8a;
  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: #702f8a;
  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%;
}

.c-banner .title h1 {
  font-size: 1.5em;
}

.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: #702f8a;
  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 300px !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 screen and (max-width: 1600px) {
  .c-banner .title h1 {
    font-size: 1em;
  }
}

@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: 30px !important;
  }

  .exclusive .bg-banner {
    background: url(/assets/classic/img/atendimento/mobile-atendimento.jpg) center top no-repeat !important;
    background-size: contain !important;
  }

  .exclusive .bg-banner-1 {
    background: url(/assets/classic/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;
  }

  .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;
    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/classic/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;
    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;
    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: #702f8a;
  }
}

@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(229,23,63);
  background: linear-gradient(90deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);  
}

.banner {
  position: relative;
  z-index: -1;
}

.banner .title-banner {
  position: absolute;
  font-size: 2.3rem;
  color: #fff;
  left: 290px;
  top: 380px;
}

.title-section {
  color: #47484C;
  margin: 10px 40px 40px;
}

.title-section h2 {
  font-size: 38px;
  margin: 8px 0;
}

.title-section h2:not(.desc):after {
  content: '';
  width: 80px;
  height: 10px;
  border-bottom: 3px solid #752E86;
  display: block
}

.title-section h3 {
  font-weight: 400;
  width: 70%;
}

section#conteudo {
  background: transparent !important;
  height: auto !important;
  width: 100%;
  float: right;
  margin: 0 auto;
}

section#conteudo .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 20px 40px;
  max-height: 550px;
  /* margin: 0 auto; */
  /* margin-right: 60px; */
}

section#conteudo .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: 16px;
}

.cards .card {
  width: 160px;
  border-radius: 16px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  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: 190px;
}

.cards .card:not(:last-child) {
  margin-right: 20px;
}

.cards .card.active {
  background: rgb(229,23,63);
  background: linear-gradient(180deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  color: #fff;
  /* padding-bottom: 100px; */
  height: 300px;
}

.cards .card i {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 20px auto 20px auto;
}

/* Icons Cards */
.cards .card .card1 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon1.svg");
}

.cards .card .card2 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon2.svg");
}

.cards .card .card3 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon3.svg");
}

.cards .card .card4 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon4.svg");
}

.cards .card .card5 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon5.svg");
}

.cards .card .card6 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon6.svg");
}

.cards .card .card7 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon7.svg");
}

/* Icons Cards Actives */
.cards .card.active .card1 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon1-w.svg");
}

.cards .card.active .card2 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon2-w.svg");
}

.cards .card.active .card3 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon3-w.svg");
}

.cards .card.active .card4 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon4-w.svg");
}

.cards .card.active .card5 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon5-w.svg");
}

.cards .card.active .card6 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon6-w.svg");
}

.cards .card.active .card7 {
  background-image: url("/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/credito-pessoal/icon7-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/classic/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/ico-check.svg");
      width: 19px;
      height: 15px;
      display: inline-block;
      margin: 5px 10px 0 0;
    } */

section#conteudo .filter small {
  color: #fff;
  margin: 40px 0 0;
  display: block;
}

.graphics-right:after {
  content: "";
  background: url("/assets/classic/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-right:before {
  content: "";
  background: url("/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/credito-pessoal/bg1.png") center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 570px;
  height: 360px;
  z-index: -1;
}

.graphics-left:after {
  content: "";
  background: url("/assets/classic/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/classic/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: 280px;
  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;
}

.inicio {
  min-height: 500px;
  background: rgb(229,23,63);
  background: linear-gradient(90deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
}

.servicos {
  background: #EBEBEB;
  padding: 20px 0 0;
  position: relative;
}

.servicos:after {
  content: '';
  width: 95%;
  height: 418px;
  display: block;
  background: rgb(229,23,63);
  background: linear-gradient(90deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  border-radius: 0 16px 16px 0;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

section#conteudo .filter h2.main {
  margin-bottom: 20px;
}

.bar-servicos {
  width: 98%;
  background: #E5173F;
  position: relative;
  border-radius: 0 15px 15px 0;
}

.cards-servicos {
  width: 80%;
  position: relative;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin: 0 auto;
  z-index: 1;
}

.cards-servicos .card {
  position: relative;
  border-radius: 8px;
  margin: 0 10px;
  /* cursor: pointer; */
}

.cards-servicos .card img {
  border-radius: 8px;
  width: 270px;
  height: 400px;
  z-index: 1;
  display: block;
  position: relative;
}

.cards-servicos .card .title-card {
  position: absolute;
  bottom: 40px;
  left: 10px;
  z-index: 3;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  transition: all .4s ease-in-out;
}

.servicos small {
  display: block;
  margin: 40px 0;
}

.cards-servicos .card .title-card h3 {
  text-align: left;
  font-size: 18px;
  margin: 10px 0;
}

.cards-servicos .card .title-card h3::after {
  content: '';
  border-bottom: 3px solid #FFFFFF;
  width: 100px;
  height: 5px;
  display: block;
  padding: 5px 0;
}

.cards-servicos .card .title-card>.btn {
  transition: all .4s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 9;
  margin: 25px 0 0;
  color: #702f8a;
  background: #fff;
  border: none;
  border-radius: 40px;
  text-align: center;
  font-weight: 600;
  padding: 10px 55px !important;
}

.cards-servicos .card:hover .title-card>.btn {
  opacity: 1;
}

.cards-servicos .card:after {
  content: '';
  background: rgb(229,23,63);
  background: linear-gradient(180deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#702f8a", endColorstr="#702f8a", GradientType=1);
  transition: all .4s ease-in-out;
  width: 100%;
  height: 190px;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity: .8;
  border-radius: 8px;
}

.cards-servicos .card:hover:after {
  height: 400px;
}

.cards-servicos .card:hover>.title-card {
  transition: all .4s ease-in-out;
  bottom: 150px;
}

.cards-servicos .card:hover>.btn {
  display: block;
  bottom: 10px;
}

.whatsApp {
  background-color: #FFF;
  padding-top: 75px;
  padding-bottom: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: start;
}

.whatsApp .box-text {
  width: calc(100% - 636px);
  display: flex; 
  justify-content: center;
}

.whatsApp .title-section{
  margin-left: 20px;
  max-width: 500px;
}

.whatsApp .title-section h2 {
  margin-bottom: 70px;
}

.whatsApp .title-section h2.desc {
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 35px;
}

.qr-code-info {
  display: flex;
  align-items: center;
}

.qr-code-info small{
  max-width: 340px;
}

.whatsApp img.mobile {
  display: none;
  width: 100%;
  height: auto;
}

.qr-code-info .img-qr-code {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000073;
  border-radius: 8px;
  margin-right: 30px;
}

.whatsApp .title-section .btn-solid {
  display: none;
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
}

.whatsApp .box-image img.desktop {
  display: block;
  width: 636px;
  height: 630px;
}

.bradesco-explica {
  background-color: #fcf1f1;
  background: url('/assets/exclusive/img/produtos-servicos/emprestimo-e-financiamento/bg-explica.jpg') no-repeat #EBEBEB;
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bradesco-explica-box {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, .6) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  border-radius: 10px;
  padding: 40px;
}

.bradesco-explica-box iframe {
  height: 315px;
  width: 560px;
  margin: 0 auto;
  display: block;
}


@media (min-width: 768px) and (max-width: 1500px) {
  section#conteudo .filter {
    margin-top: -60px !important;
  }

  .bradesco-explica-box {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .title-section h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .title-section h3 {
    width: 100%;
    text-align: left;
  }

  .cards-servicos .card img {
    width: 100%;
  }

  .c-banner .title {
    position: absolute;
    font-size: 1.1rem;
    color: #fff;
    left: 30px;
    top: 270px;
  }

  .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#conteudo {
    margin: unset !important;
    padding: 20px 0;
    background: rgb(229,23,63);
    background: linear-gradient(180deg, rgba(229,23,63,1) 0%, rgba(204,9,48,1) 40%, rgba(112,47,138,1) 100%);
  }

  section#conteudo .filter {
    margin: -60px 20px 0 !important;
    padding: 20px 20px 40px;
    max-height: 800px;
  }

  section#conteudo .filter h2:not(.main) {
    text-align: start;
  }

  section#conteudo .filter h2:not(.main)::after {
    content: '';
    width: 60px;
    height: 10px;
    border-bottom: 3px solid #752E86;
    display: block;
  }

  .cards-contents {
    display: none;
  }

  .cards {
    display: block;
  }

  .cards .card {
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    cursor: none;
    cursor: none;
    padding: 25px 15px;
    min-height: 365px;
  }

  .cards .card .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cards .card .body p {
    margin: 0;
  }

  .cards .card .text {
    margin: 0;
    text-align: left;
  }

  .cards .card .text h3 {
    margin: 20px 0;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
  }

  .cards .card i {
    display: block;
    margin: 0 0 20px 0;
  }

  .bradesco-explica {
    background-image: none;
  }

  .bradesco-explica-box {
    background: none;
  }

  .servicos .title-section {
    margin: 10px 40px 40px;
  }

  .title-section {
    margin: 10px 0px 40px;
  }

  .bradesco-explica-box {
    padding: 10px 40px;
  }

  .cards .card:not(:last-child) {
    margin-bottom: 20px;
  }

  section#conteudo .filter h2.main {
    width: 100%;
  }

  .cards-servicos {
    display: block;
  }

  .servicos:after {
    width: 100%;
    border-radius: 0;
  }

  .servicos .slick-dots {
    bottom: -50px;
  }

  .inicio .slick-dots {
    bottom: -40px;
  }

  .inicio .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .cards {
    padding: 0;
  }

  .whatsApp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .whatsApp .box-text {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .whatsApp .title-section {
    margin: 0;
    max-width: 100vw;
  }

  .whatsApp .title-section h2,
  .whatsApp .title-section p {
    padding: 0 30px;
  }

  .whatsApp .title-section .btn-solid {
    display: block;
  }

  .whatsApp .box-image img.desktop,
  .qr-code-info {
    display: none;
  }

  .whatsApp img.mobile {
    display: block;
    margin-bottom: 30px;
  }
  
  .whatsApp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .whatsApp .box-text {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .whatsApp .title-section {
    margin: 0;
    max-width: 100vw;
  }

  .whatsApp .title-section h2:not(.desc) {
    margin-bottom: 40px;
  }

  .whatsApp .title-section h2 {
    padding: 0 30px;
  }

  .whatsApp .title-section .btn-solid {
    display: block;
  }

  .whatsApp .box-image img.desktop,
  .qr-code-info {
    display: none;
  }

  .whatsApp img.mobile {
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 320px) {
  section#conteudo .filter {
    margin: -60px 0 0 0 !important;
    padding: 20px 15px 40px;
  }

  .cards .card {
    min-height: 370px;
  }

  .cards .card:not(:last-child) {
    margin: 0 12px;
  }

  .container {
    padding: 0;
  }

  .cards-servicos {
    width: 90%;
  }
  
  .bradesco-explica-box {
    padding: 10px 25px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .c-banner .title {
    left: 270px;
    top: 300px
  }

  .c-banner .title h1 {
    font-size: 0.9em;
  }

  section#conteudo {
    width: 85%;
  }

  .cards .card h2 {
    font-size: 13px;
  }

  .servicos .title-section {
    margin: 10px 40px 40px 200px;
  }

  .cards-servicos {
    width: 70%;
  }
  
  .cards-servicos .card .title-card h3 {
    font-size: 14px;
  }

  .cards-servicos .card img {
    width: auto;
    height: auto;
  }

  .cards-servicos .card:hover:after {
    height: 345px;
  }

  .cards-servicos .card .title-card>.btn {
    padding: 10px 30px !important;
  }

  .bradesco-explica-box {
    width: 70%;
  }
}

.legenda-acessa-conta {
  float: left;
  width: 172px;
  height: 17px;
  position: absolute;
  top: 11px;
  padding: 0 0 0 30px;
  overflow: hidden;
  font-family: "Bradesco", sans-serif;
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 20px;
}

@media only screen and (max-width: 1600px) {
  section#conteudo .filter {
    position: relative;
    left: 70px;
  }
  .title-section {
    margin: 10px 40px 40px 70px;
  }
}

@media only screen and (max-width: 520px) {
  section#conteudo .filter {
    left: 0px;
  }
}