#wrapper {
  padding: 0;
}

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

.c-section__full {
  width: 100%;
}

.arrow-more {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="23" height="23" viewBox="0 0 23 23"><g transform="translate(6.899 9.684)"><path d="M2528.469-2238.143l4.677,4.351,4.525-4.351" transform="translate(-2528.469 2238.143)" fill="none" stroke="%230e1e64" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"/></g><g fill="none" stroke="%230e1e64" stroke-width="1.25"><circle cx="11.5" cy="11.5" r="11.5" stroke="none"/><circle cx="11.5" cy="11.5" r="10.875" fill="none"/></g></svg>') no-repeat !important;
  width: 23px;
  height: 23px;
}

ul.stepper .step .step-content .row {
  background: #eee;
  padding: 1rem;
}

ul.stepper2 .step .step-content .row {
  background: #eee;
  padding: 1rem;
}

.etapas {
  width: 40%;
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 4rem !important;
}

.etapa {
  background: transparent;
  border: 0;
  font-size: 2rem;
  font-family: 'Bradesco';
  font-weight: 600;
}

.etapa.ativo {
  border-bottom: 4px solid red;
}

.step-by-step {
  padding: 7rem 4rem 2rem !important;
}

.step-by-step .section {
  min-height: unset;
  height: 500px !important;
}

.stepper-title {
  width: 100%;
}

.step-title {
  padding: 0 0 24px 64px !important;
  justify-content: space-between;
}

.stepper-text {
  width: 100%;
}

.step-dimension img {
  width: 80%;
}

section.mainContent.hub-credito .limite-credito__table--line .grid h3 {
  text-transform: unset;
}

.passo1 {
  display: flex;
  justify-content: space-between;
}

.qrcode .img-qrcode {
  width: 100px;
}

.qrcode {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qrcode span {
  font-size: 14px;
  margin-bottom: 5px !important;
}

.passo img {
  width: 100% !important;
}

.title-dif span {
  font-weight: 200;
  font-size: 1.8rem;
  line-height: 10px;
}

/* .slick-prev, .slick-next {
      width: 90px;
      height: 90px;
      box-shadow: none;
    } */
/* 
    .slick-next {
      background: url('https://assets.bradesco/content/dam/portal-bradesco/assets/classic/img/promocoes/arrow.svg') no-repeat;
      transform: matrix(0, 1, -1, 0, 0, 0);
    } */

.c-footer {
  z-index: 9999;
}

.embed-responsive {
  height: 400px;
}

.play-img:before {
  background: url('https://assets.bradesco/content/dam/portal-bradesco/html/classic/canais-digitais/bradesco-explica/img/video-play.png') no-repeat;
  background-size: contain;
  height: 80px;
  content: "";
  position: absolute;
  width: 100%;
  top: 44%;
  left: 44%;
  z-index: 9;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.play-img:hover:before {
  height: 90px;
  top: 43%;
  left: 43%;
}

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

  .panel-group {
    width: 100%;
    margin: 0 auto;
  }

  .etapas {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .step-by-step {
    padding: 7rem 3rem 2rem !important;
  }

  .row {
    margin: 0 auto;
  }

  #wrapper>section.mainContent.bbdfast>div>div>div.row>div.col-lg-9 {
    padding: 20px;
    padding-left: 37px !important;
  }

  .c-timeline__item .step-body {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }
}

.emprestimo-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
}

.top-message {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 6px;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(90deg, rgba(3, 70, 145, 1) 0%, rgba(14, 30, 100, 1) 100%);
  padding: 30px 40px;
  color: #fff;
  justify-content: space-between;
  margin-top: 20px;
  height: 445px;
  align-items: center;
  margin-left: -50px;
  width: 1078px;
}

.text-section {
  flex: 1 1 300px;
  padding-right: 20px;
  margin-left: 25px;
}

.text-section h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.text-section p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
  padding: 10px;
}

.qr-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.qr-info img {
  margin-right: 10px;
  width: 80px;
  height: 80px;
}

.video-section {
  flex: 1 1 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-section {
  width: 100%;
  max-width: 475px;
  border-radius: 8px;
}

video {
  width: 90%
}

.barra-section {
  width: 0px;
  height: 60px;
  opacity: 1;
  border: 0.1px solid #FFFFFF;
  margin: 15px;
}

@media (max-width: 798px) {
  .info-box {
    width: 472px;
    height: 813px;
    padding: 25px 50px;
  }

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

  .text-section p {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
  }

  .btn-box-inss {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Bradesco', sans-serif;
    font-size: 1em;
    background-color: #ffffff;
    color: #00539f !important;
    padding: 20px 40px 20px 30px;
    font-weight: bolder;
    margin-right: 14px;
    text-decoration: none;
    border-radius: 40px;
  }

  .video-section {
    margin-left: 10px;
    max-width: 350px;
  }
}

@media (max-width: 375px) {
  .text-section {
    padding-right: 80px;
  }

  .video-section {
    margin-left: 10px;
    max-width: 315px;
  }

  .text-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 390px) {
  .video-section {
    max-width: 335px;
    margin-left: 10px;
  }
}

@media (max-width: 375px) {
  .text-section {
    padding-right: 80px;
  }

  .video-section {
    margin-left: 10px;
    max-width: 315px;
  }

  .text-section h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}