@media only screen and (max-width: 1366px) and (min-width: 700px) {

  .breadcrumb {
    top: 15% !important;
  }

  #wrapper {
    width: 100%;
  }

  body.home.cartoes {
    background-position-y: 60%;
    background-image: url('../img/conheca-cartoes/background-home-cartoes.svg');
  }

  .home #boxGrey {
    width: 1200px !important;
    margin: 0 auto;
  }

  #wrapper #boxGrey {
    margin-top: 41rem;
    padding-top: 0px !important;
  }

  .mySwiper .swiper-pagination {
    bottom: -1rem !important;
  }

  .home #boxGrey .textSlide {
    height: 74%;
  }

  .home #boxGrey .textSlide2 {
    height: 19rem;
  }


}

.livelo {
  display: flex;
  flex-direction: row;
  row-gap: 80px;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}

.compra-virtual img {
  width: 146px !important;
  height: 228px !important;
}

.livelo h3 {
  font-size: 20px;
  text-align: left;
  margin-left: 5px;
}

div#topBar.headertopBar div.holderMobile p {
  margin: 0 0 0 25px !important;
}

@media only screen and (max-width: 520px) {
  .livelo {
    display: block;
    margin: 30px 0;
  }

  .home #facilidadesBox .buttonTabMobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  .livelo h3 {
    text-align: center;
  }
}