.classic {
  padding: 0;
  color: #47484C;
  margin-bottom: 50px;
  margin-top: 0px;
  z-index: 6;
}

.classic p,
.classic li {
  font-size: 0.875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}

.classic .link {
  color: #CC092F;
  text-decoration: none;
}

.classic .mb-3 {
  margin-bottom: 30px !important;
}
#collapseCartoes > div > div > div:nth-child(21) > div.column{
  width: 36%;
}
.text-concierge{
  text-align: center;
}
.classic .title-secondary:after {
  content: " ";
  width: 50px;
  height: 4px;
  display: block;
  background: #CC092F;
  position: relative;
  bottom: 0;
  margin-top: 14px;
}

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

.classic .btn-solid {
  color: #fff;
  background: #CC092F;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  margin-bottom: 1.25rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

.classic .btn-solid-a {
  color: #fff;
  background: #CC092F;
  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;
}

.classic hr {
  background: #cecece;
}

.classic .divHide {
  display: none;
}

.classic .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classic .flex-row .column {
  margin: 20px;
}

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

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

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

.classic ul.destaque {
  list-style: none;
  padding-left: 25px;
}

.classic ul.destaque li:before {
  content: "\25AA";
  color: #CC092F;
  display: inline-block;
  width: 15px;
  margin-left: -15px;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}

.classic header {
  margin-bottom: 0;
}

.classic .bg-banner {
  background: none;
  background-size: cover;
  min-width: 70vw;
  min-height: 20px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  color: #fff;
}

.classic .bg-banner .banner {
  position: relative;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

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

.classic .bg-banner .destaque-banner img {
  max-width: 40vw;
  max-height: 400px;
  position: absolute;
  left: 0;
}

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

.classic .menu-flutuante li.item {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
}

.classic .menu-flutuante li.item.card-destaque a:before {
  background: #f36279;
  background: -webkit-gradient(linear, left top, left bottom, from(#f36279), color-stop(44%, #cc092f), to(#b41a83));
  background: linear-gradient(to bottom, #f36279 0%, #cc092f 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;
}

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

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

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

.classic .menu-flutuante li.item a .title-card {
  font-size: 16px;
  line-height: 1rem;
  font-weight: bold;
  height: 42px;
  display: block;
}

.classic .menu-flutuante li.item a .img-perguntas,
.classic .menu-flutuante li.item a .img-sac,
.classic .menu-flutuante li.item a .img-libras,
.classic .menu-flutuante li.item a .img-tel,
.classic .menu-flutuante li.item a .img-agencia,
.classic .menu-flutuante li.item a .img-denuncia {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  display: block;
}

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

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

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

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

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

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

.classic .menu-flutuante li.item a p {
  font-size: 14px;
  line-height: 20px;
}

.classic .menu-flutuante li.item a.active,
.classic .menu-flutuante li.item a:hover {
  background: #f36279;
  background: -webkit-gradient(linear, left top, left bottom, from(#f36279), color-stop(44%, #cc092f), to(#b41a83));
  background: linear-gradient(to bottom, #f36279 0%, #cc092f 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 .4s ease-out, -webkit-transform 1s, -webkit-filter .4s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.classic .menu-flutuante li.item a.active:after,
.classic .menu-flutuante li.item a:hover:after {
  background: #fff;
}

.classic .menu-flutuante li.item a.active .img-perguntas,
.classic .menu-flutuante li.item a:hover .img-perguntas {
  background: url(/assets/classic/img/atendimento/icon-perguntas-white.svg);
}

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

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

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

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

.classic .menu-flutuante li.item a.active .img-denuncia,
.classic .menu-flutuante li.item a:hover .img-denuncia {
  background: url(/assets/classic/img/atendimento/icon-denuncia-white.svg);
}

.classic .menu-flutuante .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  width: 160px !important;
}

.classic .menu-flutuante .owl-stage-outer {
  overflow: visible;
}

.classic .menu-flutuante .owl-dots {
  display: none;
}

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

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

.classic .duvidas .asugest {
  margin: 9px 0;
  font-size: 12px;
  cursor: pointer;
}

.classic .duvidas .asugest:hover {
  color: #CC092F;
}

.classic .duvidas input[type=text] {
  background-color: transparent;
  color: #47484C;
  border: none;
  border-bottom: 1px solid #cecece;
  width: 24vw;
}

.classic .duvidas input[type=text]::-webkit-input-placeholder {
  color: #47484C;
  font-size: 16px;
}

.classic .duvidas input[type=text]:-ms-input-placeholder {
  color: #47484C;
  font-size: 16px;
}

.classic .duvidas input[type=text]::-ms-input-placeholder {
  color: #47484C;
  font-size: 16px;
}

.classic .duvidas input[type=text]::placeholder {
  color: #47484C;
  font-size: 16px;
}

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

.classic .duvidas .form-control:focus {
  border-radius: 0;
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.classic .duvidas label {
  font-weight: 400;
  position: relative;
  top: 33px;
  left: 13px;
  color: #fff;
  z-index: -9999;
}

.classic .duvidas label.move-label {
  top: 13px;
  font-size: .8em;
  -webkit-transition: top .5s, left .5s;
  transition: top .5s, left .5s;
}

.classic .libras:nth-child(2) {
  padding: 0;
}

.classic .libras .libras-texto {
  padding: 50px 50px 10px 50px;
  margin-bottom: 20px;
  font-size: 16px;
}

.classic .libras .libras-texto ul {
  list-style: disc;
  padding-left: 15px;
}

.classic .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%, #cc092f), to(#b41a83));
  background: linear-gradient(to bottom, #f36279 0%, #cc092f 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 .4s ease-out, -webkit-transform 1s, -webkit-filter .4s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.classic .libras .libras-video iframe {
  border-radius: 12px;
  margin-top: -10px;
  margin-bottom: 30px;
  width: 607px;
  max-width: 100%;
  max-height: auto;
  height: 293px;
}

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

.classic .libras .libras-video a {
  text-decoration: none;
}

.classic .libras .libras-video a button {
  font-weight: 600;
}

.classic .libras .libras-video a button img {
  max-width: 35px;
  max-height: 35px;
  width: auto;
  height: auto;
}

.classic .sac-box,
.classic .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;
}

.classic .denuncia {
  bottom: unset
}

.classic .denuncia p.video {
  text-align: center;
}

.classic .denuncia h2.title-secondary {
  margin-bottom: 25px;
}

.classic .denuncia ul.list {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}

.classic .denuncia ul.list li:before {
  content: "â–ª";
  display: inline;
  float: left;
  position: relative;
  bottom: 4px;
  margin-left: -18px;
  font-weight: 700;
  color: #CC092F;
  font-size: 20px;
  margin-top: 3.5px
}

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

.classic .denuncia .faq-denuncia i.index {
  color: #CC092F;
  margin-right: 10px;
}

.classic .denuncia input:checked~.tab-content {
  height: auto !important;
}

.classic .denuncia .faq-denuncia ul.list-faq {
  padding-left: 20px;
  list-style: square;
}

.classic .denuncia .btn-denuncia {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  margin-left: -13px;
}

.classic .denuncia .btn-denuncia .btn-solid {
  width: 235px;
  margin: 0 20px;
}

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

.classic .perguntas .title-secondary {
  margin: 40px 0;
}

.classic .perguntas i {
  font-size: 20px;
  font-weight: 500;
  color: #CC092F;
  padding-right: 20px;
  text-decoration: none;
}

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

.classic .perguntas .nav-tabs li a {
  font-size: 12px;
  color: #47484C;
  text-decoration: none;
  padding: 15px 100px;
  border-bottom: 1px solid #cecece;
}

.classic .perguntas .nav-tabs li a.active {
  color: #CC092F;
  font-weight: 700;
  border-bottom: 3px solid #CC092F;
  border-radius: 3px;
}

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

.classic .perguntas ul#top10 li a {
  text-decoration: none;
  font-weight: 600;
  color: #47484C;
}

.classic .perguntas ul#top10 li a i {
  font-size: 20px;
  font-weight: 500;
  color: #CC092F;
  padding-right: 20px;
  text-decoration: none;
}

.classic .perguntas ul#topCategoria li h4.txt-tp8 {
  padding: 25px 0;
}

.classic .perguntas ul#topCategoria li ul li {
  padding: 10px 25px;
  position: relative;
}

.classic .perguntas ul#topCategoria li ul li a {
  text-decoration: none;
  color: #47484C;
}

.classic .perguntas ul#topCategoria li ul li a:before {
  content: " ";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  bottom: 42%;
  border-top: 3px solid #CC092F;
  border-right: 3px solid #CC092F;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

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

.classic .correspondente {
  color: #fff;
  position: relative;
}

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

.classic .correspondente .bg-correspondente .title-correspondente {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px 100px;
  width: 100%;
}

.classic .correspondente .bg-correspondente .title-correspondente .title-secondary {
  max-width: 230px;
}

.classic .correspondente .bg-correspondente .title-correspondente .title-secondary:after {
  background: #fff;
}

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

.classic .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 #CC092F;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.classic .correspondente .group-cards .card-item img {
  margin-right: 10px;
}

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

.classic #accordion .btn-link:after {
  content: " ";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  bottom: 42%;
  border-top: 3px solid #CC092F;
  border-right: 3px solid #CC092F;
  border-radius: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.classic .accordion .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classic .accordion .flex-row .col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.classic .accordion .flex-row .col:last-child {
  margin-left: 1em;
}

.classic .accordion .tabs {
  overflow: hidden;
}

.classic .accordion .tabs .tab {
  width: 100%;
  color: #47484C;
  overflow: hidden;
}

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

.classic .accordion .tabs .tab .tab-label:after {
  content: " ";
  width: 11px;
  height: 11px;
  position: absolute;
  right: 20px;
  bottom: 42%;
  border-top: 3px solid #CC092F;
  border-right: 3px solid #CC092F;
  border-radius: 2px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.classic .accordion .tabs .tab .tab-content {
  height: 5px;
  padding: 0 1em;
  color: #47484C;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.classic .accordion .tabs .tab input:checked~.tab-content {
  max-height: 100%;
  padding: 1em;
  height: auto;
}

.classic .accordion .tabs .tab input:checked~.in-line {
  padding: 1em 1rem 6rem;
}

.classic .accordion .tabs .tab input:checked~.in-line-two {
  padding: 1em 1rem 8rem;
}

.classic .accordion .tabs .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.classic .accordion .tabs .tab input:checked+.tab-label:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.classic .sac-box,
.classic .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;
}

.classic .libras {
  bottom: unset
}

.classic .sac-box,
.classic .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;
}

.classic .denuncia {
  bottom: unset
}

.classic .denuncia h2.title-secondary {
  margin-bottom: 25px;
}

.classic .denuncia ul.list {
  margin-left: 0;
  padding-left: 20px;
  list-style: none;
}

.classic .denuncia ul.list li:before {
  content: "â–ª";
  display: inline;
  float: left;
  position: relative;
  bottom: 4px;
  margin-left: -18px;
  font-weight: 700;
  color: #CC092F;
  font-size: 20px;
  margin-top: 3.5px
}

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

.classic .denuncia .faq-denuncia i.index {
  color: #CC092F;
  margin-right: 10px;
}

.classic .denuncia input:checked~.tab-content {
  height: auto !important;
}

.classic .denuncia .faq-denuncia ul.list-faq {
  padding-left: 20px;
  list-style: square;
}

.classic .denuncia .btn-denuncia {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  margin-left: -13px;
}

.classic .denuncia .btn-denuncia .btn-solid {
  width: 235px;
  margin: 0 20px;
}

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

.classic .sac-box .title-card {
  font-size: 22px;
  font-weight: 300;
}

.classic .sac-box .flex-row img {
  max-width: 40px;
}

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

.classic .ouvidoria .title-secondary {
  margin-bottom: 30px;
}

.classic .ouvidoria input[type=text],
.classic .ouvidoria select {
  background-color: transparent;
  color: #47484C;
  border: none;
  border-bottom: 1px solid #cecece;
  margin: 0 0 20px;
  width: 50%;
}

.classic .tel-ouvidoria {
  padding: 50px 100px 0;
}

.classic .tel-ouvidoria .title-card {
  font-size: 22px;
  font-weight: 300;
}

.classic .tel-ouvidoria .flex-row img {
  max-width: 140px;
}

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

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

.classic .telefones-uteis {
  background: #f4f4f4;
  padding: 80px 100px 20px;
  position: relative;
}

.classic .telefones-uteis .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.classic .telefones-uteis .flex-row .column {
  margin: 20px;
}

.classic .telefones-uteis .space {
  margin: 20px 20px -10px;
}

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

.classic .telefones-uteis ul.destaque {
  width: calc(50% - 20px);
}

.classic .telefones-uteis ul.destaque li {
  width: 100%;
}

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

.classic .voltar {
  text-align: center;
  padding: 25px;
  position: relative;
  font-weight: 600;
}

.classic .voltar a:before {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 35%;
  border-top: 1px solid #CC092F;
  border-right: 1px solid #CC092F;
  -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: #CC092F;
  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: #CC092F;
  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: #CC092F;
  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) {
  .classic .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;
  }

  .classic .bg-banner {
    background: url(/assets/classic/img/atendimento/mobile-atendimento.jpg) center top no-repeat !important;
    background-size: contain !important;
  }
  .classic .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;
  }

  .classic .menu-flutuante {
    margin: unset;
    top: -240px;
  }

  .classic header {
    top: -275px;
  }

  .classic .duvidas,
  .classic .sac-box,
  .classic .libras,
  .classic .denuncia,
  .classic .perguntas,
  .classic .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;
  }

  .classic header {
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 768px) {
  .bg-banner {
    min-width: 100% !important;
    background-size: contain;
  }

  .classic {
    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;
  }
  .classic .duvidas,
  .classic .sac-box,
  .classic .libras,
  .classic .denuncia,
  .classic .perguntas,
  .classic .fale-conosco {
    bottom: 280px;
  }

  .telefones-uteis {
    bottom: 330px;
  }

  .destaque-banner {
    height: 370px;
    padding: 0;
  }

  .classic .menu-flutuante li.item {
    transform: scale(0.75);
  }

  .classic .ouvidoria,
  .classic .tel-ouvidoria {
    margin: 0;
  }

  .no-js .owl-carousel,
  .owl-carousel.owl-loaded {
    display: block;
  }

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

  .classic .libras .libras-texto {
    padding: 10px 25px 5px 25px;
    margin-top: 40px;
  }

  .classic .libras .libras-texto br {
    display: none;
  }

  .classic .libras .libras-texto ul {
    list-style: disc;
  }

  .classic .libras .libras-texto ul li {
    margin-bottom: .1em;
  }

  .classic .libras .libras-texto ul li::marker {
    color: #E1173F;
  }

  .classic .libras .libras-video {
    height: auto;
    padding-bottom: 30px;
  }

  .classic .libras .libras-video iframe {
    width: calc(100% - 20%);
    height: auto;
  }

  .classic .libras .libras-video a .btn-iniciar-videochamada {
    width: 170px;
    height: 40px;
    font-size: 10px;
  }

  .classic .sac-box {
    max-width: calc(100% - 20px);
    padding: 20px;
    margin-top: 70px;
  }

  .classic .sac-box .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .classic .ouvidoria,
  .classic .tel-ouvidoria {
    padding: 50px 20px 50px;
  }

  .classic .ouvidoria input[type=text],
  .classic .ouvidoria select {
    width: 100%;
  }

  .classic .chat {
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .classic .telefones-uteis {
    padding: 80px 20px 150px;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .classic .telefones-uteis ul.destaque {
    width: 100%;
  }

  .classic .telefones-uteis .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .classic .telefones-uteis .flex-row .column {
    margin: 20px 0;
  }

  .classic .telefones-uteis .flex-row-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .classic .telefones-uteis .flex-row-xs .column {
    margin: 0 10px;
  }

  .classic .telefones-uteis .flex-row-xs .column:first-child {
    margin-left: 0;
  }

  .classic .telefones-uteis .flex-row-xs .column:last-child {
    margin-right: 0;
  }

  .classic .perguntas {
    padding: 80px 30px 150px;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .classic .perguntas .nav-tabs li a {
    font-size: 12px;
    color: #47484C;
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 1px solid #cecece;
  }

  .classic .correspondente {
    margin-bottom: 80px;
  }

  .classic .correspondente .bg-correspondente .title-correspondente {
    padding: 50px 30px;
  }

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

  .classic .correspondente .group-cards .card-item {
    margin: 32px 0 32px 0;
  }

  .classic .correspondente .group-cards .card-item:last-child {
    margin-top: 0;
  }

  .classic .accordion .tabs .tab:nth-child(1) input:checked~.tab-content,
  .classic .accordion .tabs .tab:nth-child(2) input:checked~.tab-content,
  .classic .accordion .tabs .tab:nth-child(4) input:checked~.tab-content {
    padding: 1em;
  }

  .classic .accordion .tabs .tab:nth-child(3) input:checked~.tab-content,
  .classic .accordion .tabs .tab:nth-child(10) input:checked~.tab-content {
    padding: 1em;
  }

  .classic .accordion .tabs .tab:nth-child(4) input:checked~.tab-content {
    padding: 1em;
  }

  .classic .accordion .tabs .tab:nth-child(5) input:checked~.tab-content {
    padding: 1em;
  }

  .classic .accordion .tabs .tab:nth-child(6) input:checked~.tab-content,
  .classic .accordion .tabs .tab:nth-child(7) input:checked~.tab-content,
  .classic .accordion .tabs .tab:nth-child(8) input:checked~.tab-content,
  .classic .accordion .tabs .tab:nth-child(9) input:checked~.tab-content {
    padding: 1em;
  }

  .classic .form_cancel {
    width: 100%;
  }

  .classic .form_cancel_txt {
    width: 100%;
  }

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

  .classic .duvidas,
  .classic .sac-box,
  .classic .libras,
  .classic .denuncia,
  .classic .perguntas,
  .classic .fale-conosco {
    bottom: 221px;
  }

  .destaque-banner {
    height: 250px;
  }

  body.mobile #wrapper {
    padding-top: 75px !important;
  }

  .classic .menu-flutuante li.item {
    transform: scale(.8);
  }

  .classic .menu-flutuante {
    margin: unset;
  }

  .classic .libras .libras-texto {
    margin-top: 110px;
  }

  .classic .denuncia {
    margin-top: 118px;
  }

  .classic .perguntas {
    padding: 110px 30px 150px;
  }
}

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

  .classic .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) {
  .classic .denuncia .btn-denuncia {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    margin-left: -13px;
  }

  .owl-stage {
    width: 1000px !important;
  }

  .classic .denuncia {
    max-width: calc(100% - 20px);
    padding: 20px;
  }

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

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

  .classic .denuncia .btn-denuncia {
    display: flex;
    justify-content: center;
    margin: 50px 0;
    margin-left: -13px;
  }

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

@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: linear-gradient(136deg, #CC092F 0%, #CB0A34 44%, #B71570 100%)!important;
}

section#conteudo {
  background: transparent!important;
  height: auto!important;
}

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 100px 40px;
  min-height: 400px;
}

section#conteudo .filter h2 {
  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 {
  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 .6s ease-in-out;
  min-height: 200px;
}

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

.cards .card.active {
  background: linear-gradient(to bottom, #CC092F 0%, #CB0A34 44%, #B71570 100%);
  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 {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-credito.svg');
}

.cards .card .limite {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-limite.svg');
}

.cards .card .intercambio {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-intercambio.svg');
}

.cards .card .matricula {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-matricula.svg');
}

.cards .card .material {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-material.svg');
}

.cards .card .mba {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-mba.svg');
}

.cards .card .seminarios {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-seminarios.svg');
}

.cards .card .outros-bens {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-outros-bens.svg');
}

.cards .card .credito-pessoal {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-credito-pessoal.svg');
}


/* active */



.cards .card.active .credito {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-credito-w.svg');
}

.cards .card.active .limite {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-limite-w.svg');
}

.cards .card.active .intercambio {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-intercambio-w.svg');
}

.cards .card.active .matricula {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-matricula-w.svg');
}

.cards .card.active .material {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-material-w.svg');
}

.cards .card.active .mba {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-mba-w.svg');
}

.cards .card.active .seminarios {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-seminarios-w.svg');
}

.cards .card.active .outros-bens {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-outros-bens-w.svg');
}

.cards .card.active .credito-pessoal {
  background-image: url('/assets/classic/img/produtos-servicos/emprestimos-e-financiamentos/universitario/ico-credito-pessoal-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 110px 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: 70%;
}

.cards-contents .card-content .text p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 16px;
}

.cards-contents .card-content .text p::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: 220px;
  top: 320px;
}

.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 screen and (max-width: 768px) {
  .c-banner .title {
    position: absolute;
    font-size: 1.1rem;
    color: #fff;
    left: 30px;
    top: 150px;
    z-index: 1;
  }
  .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: linear-gradient(136deg, #CC092F 0%, #CB0A34 44%, #B71570 100%)!important;
  }
  section#conteudo .filter {
    margin: -80px 20px 0!important;
    padding: 30px;
  }
  section#conteudo .filter h2 {
    width: 100%;
  }
  .cards-contents {
    display: none;
  }
  .cards {
    flex-direction: column;
    gap: 15px;
  }
  .cards .card {
    width: 100%;
    cursor: none;
    padding: 40px 20px;
  }
  .cards .card .text {
    margin: 20px;    
    text-align: left;
  }
  .cards .card .text p {
    margin: 0;    
  }
  .cards .card .text p::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;
  }
  .cards .card:not(:last-child) {
    margin-bottom: 20px;
  }
  .c-banner{
    position: relative;
  }
  .c-banner::after{
    content: '';
    background: rgb(0,0,0);
    background: -moz-linear-gradient(66deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.773546918767507) 33%, rgba(0,0,0,0) 73%);
    background: -webkit-linear-gradient(66deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.773546918767507) 33%, rgba(0,0,0,0) 73%);
    background: linear-gradient(66deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.773546918767507) 33%, rgba(0,0,0,0) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
  }
  .card-hidden {
    display: flex;
    flex-direction: column;
  }
}

.cards {
  display: block;
}
.slick-prev:before{
  content: "";
  position: absolute;
  padding: 5px;
  box-shadow: 2px -2px 0 1px #fff inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
  left: -18px;
  top: 62px;
}
.slick-prev:after{
    content: '';
  position: absolute;
  background: #fff;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  opacity: .3;
  left: -30px;
  top: 51px;
}
.slick-next:before{
  content: "";
  position: absolute;
  padding: 5px;
  box-shadow: 2px -2px 0 1px #fff inset;
  border: solid transparent;
  border-width: 0 0 2px 2px;
  transform: rotate(225deg);
  top: 62px;
}
.slick-next:after{
    content: '';
  position: absolute;
  left: -2px;
    top: 50px;
  background: #fff;
  border-radius: 4px;
  height: 35px;
  width: 35px;
  opacity: .3;
}


.slick-prev {
  margin-top: -115px;
}

.slick-next {
  margin-top: -115px;
}