.home #boxGrey {
  padding-top: 0rem !important;
}
body {
  background: #f0f1f1 !important;
}

.w-75 {
  margin-top: -51px;
}

.cardDaytoDay {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.containerCards {
  display: flex;
  justify-content: center;
  align-items: center;
}
#modal-tap{
  width: 60%;
}
#modal-tap > ul > small{
  text-align: left;
    display: flex;
    font-size: 9px;
    width: 100%;
    padding: 11px 0;
}
.cardDaytoDay .containerCards {
  display: flex;
  justify-content: space-around;
  width: 80rem;
  margin: 0 auto;
  flex-wrap: wrap;
}

.titleBanner {
  position: absolute;
  top: 257px;
  width: 678px;
  font-size: 53px;
  left: 143px;
  z-index: 2;
  color: #ffff;
}

.cardDaytoDay .cardItem {
  padding: 20px;
  width: 282px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 172px;
  border-radius: 16px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

.containerCards p {
  padding-top: 20px;
  width: 234px;
  font: normal normal 600 16px / 24px Bradesco;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.containerCards .iconXd1 {
  width: 56px;
  height: 56px;
}

.home #lightT {
  top: 0;
  width: 100%;
  position: fixed;
  height: 120px;
  z-index: 999;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.mySwiperPjMobile {
  display: none;
}

.banner {
  width: 100%;
  height: auto;
  margin-top: 58px;
}
#background-home > div.swiper.mySwiperPj > div > div > a > picture > img {
  margin-top: 58px;
}
.container-solucoes {
  margin-top: 117px;
}

.home #background-home #lightT .navbar-nav {
  width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
.home #background-home #lightT .navbar-nav > .active > a {
  padding-bottom: 20px;
  text-align: center;
  outline: 0;
  color: #cc092f;
  font-weight: 600;
}

.home #background-home img {
  width: 100%;
}

.home #background-home #lightT .img-logo {
  margin-top: 46px;
}

.home #background-home #lightT .img-logo {
  width: 200px;
  display: flex;
  align-items: center;
  height: 65px;
  margin-right: 50px;
}

.home #background-home #lightT .navbar-nav .nav-link {
  font-size: 14px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(---47484c-grayscale-dg);
  text-align: center;
  font: normal normal 500 14px / 18px Bradesco;
  padding-bottom: 25px;
  font-weight: 500;
  width: 200px;
  letter-spacing: 0px;
  color: #47484c;
  opacity: 1;
}

.machines-container {
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  width: 60vw;
  height: 300px;
  margin-top: 10rem;
}

.card-machine {
  width: 282px;
  max-height: 300px;
  margin: 100px 10px 0 10px;
  transition: all 0.5s !important;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}

.card-machine.open {
  max-height: 440px;
  height: 440px;
}

.card-machine .image-content {
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-machine .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
  transform: translateY(45px)
}

.card-machine.small .text-content {
  transform: translateY(calc(45px + 55px))
}

.card-machine h3 {
  padding: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.card-machine p {
  text-align: left;
  color: #47484C;
  font-size: 16px;
  line-height: 24px;
}

.card-machine .button-expand {
  font-weight: bold;
  color: #47484C;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-decoration: none;
}

.card-machine .button-expand img {
  margin-left: 5px;
}

.card-machine.open .button-expand img {
  transform: rotate(90deg);
}

.mfp-hide {
  display: none !important;
}
.popup-modal a {
  text-decoration: none;
}
.box-gray {
  background-image: url(/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/box-background.svg);
  background-size: contain;
  background-position-y: 350px;
  background-repeat: no-repeat;
  background-size: cover;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
}

.box-gray {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #f0f1f5;
  border-radius: 40px 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 85px;
  margin-top: 20px;
}

.button-machine-cards {
  font-family: "Bradesco", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: end;
  color: #3B69FF;
  display: block;
  width: 100%;
}

.button-solicite {
  display: block;
  margin: 20px auto;
  padding: 15px 0;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  background-color: #E1173F;
}

.card-machine.open .know-more {
  opacity: 1;
  animation: fadeIn 2s;
  display: flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

.card-machine.open .know-more span {
  max-width: 145px;
  margin-left: 10px;
  font-size: 16px
}

#card-content-zip {
  bottom: 174px !important;
}

#card-content-lio,
#card-content-flash {
  bottom: 261px;
}

#card-content-flash img {
  width: 60% !important;
}

#card-content-flash .know-more {
  position: relative;
  top: 17px;
}

.card-machine .card-content-container {
  position: relative;
  bottom: 181px;
}

.button-active {
  background: #cc092f;
  color: #fff;
  border: none;
}

.warranty {
  display: flex;
}

.warranty p {
  color: #fff !important;
}

.card-machine .cards-carrosel-container {
  display: flex;
  gap: 25px;
}

.swiper {
  height: 120%;
}

.swiper-container-cards {
  width: 78vw;
  height: 2rem;
}

.swiper-container-cards>.swiper {
  display: none;
}

.swiper .containerArrows {
  right: 0;
  top: 480px;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.swiper .arrows {
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 100;
}

.swiper .arrows img {
  padding-top: 0 !important;
}

.swiper .swiper-button-next-unique {
  left: 50px;
  width: 32px;
  height: 32px;
}

.swiper .swiper-button-disabled {
  filter: invert(0.5) sepia(1) saturate(0) hue-rotate(175deg);
}

.swiper .swiper-button-prev-unique {
  left: 50px;
  width: 32px;
  height: 32px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.swiper .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 5rem;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 74%;
  height: 1px;
  left: -43px;
  top: 15px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
  box-shadow: 0 1px 5px #fff;
}

.white-popup-block {
  background: #fff;
  color: #000;
  width: 38%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  padding: 50px 75px;
}

.white-popup-block h3 {
  margin: 10px;
}

.white-popup-block p {
  margin: 30px 0;
}

.white-popup-block ul {
  list-style: disc;
  margin-bottom: 30px;
}

.white-popup-block ul li {
  text-align: left;
}

.mfp-close:before {
  content: "x";
  color: #000;
  cursor: pointer;
}
.container-cards-e-commerce {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 875px;
  width: 100%;
  margin-top: -118px;
  flex-direction: column;
}
.img-hover-ecommerce {
  display: none;
}
.container-cards-ecommerce {
  display: flex;
}
.cards-ecommerce {
  padding: 0 32px;
}
.cards-ecommerce-1:hover .img-ecommerce-1 {
  display: none;
}
.texto-ecommerce-1 {
  bottom: 56%;
  margin: 122px 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.container-1 {
  width: 350px;
  height: 388px;
}
.container-2 {
  width: 350px;
  height: 388px;
  margin: 0 auto;
}
#background-home
  > section
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-2
  > button {
  bottom: 86%;
}
#background-home
  > section
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-3
  > button {
  bottom: 86%;
  left: 46%;
}
.bnt-E-commerce {
  background: #ffffff;
  color: #cc092f;
  border-radius: 12px;
  width: 126px;
  height: 25px;
  border: none;
  margin: 35px 105px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.container-4 .bnt-E-commerce {
  margin: 13px auto;
}
.container-4:hover .bnt-E-commerce {
  margin: 33px auto;
}
.container-3 .bnt-E-commerce {
  margin: 13px auto;
}
.container-2 .bnt-E-commerce {
  margin: 14px auto;
}
.container-2:hover .bnt-E-commerce {
  margin: 32px auto;
}
.container-3:hover .bnt-E-commerce {
  margin: 34px auto;
}
.container-3 {
  width: 350px;
  height: 388px;
}

.container-4 {
  width: 350px;
  height: 388px;
}

.texto-ecommerce-1-hover {
  display: none;
}

.container-1:hover .texto-ecommerce-1-hover {
  bottom: 67%;
  width: 100%;
  margin: 109px auto;
  display: flex;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 0 38px;
}
#background-home
  > section
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-3
  > p.texto-ecommerce-1 {
  width: 86%;
  bottom: 55%;
}
.info-fale-com-gerente {
  color: #ffffff;  
}
.solucoes-texto {
  color: #ffffff;
}
.container-1:hover .texto-ecommerce-1 {
  bottom: 68%;
}

.divisor-branco {
  width: 35px;
  height: 3px;
  background: #ffffff;
  margin: -107px auto;
  left: 50%;
  bottom: 58%;
}

.container-4:hover .texto-ecommerce-1 {
  margin: 47px 0;
}
#background-home
  > section
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-3
  > div.divisor-branco {
  left: 44%;
  bottom: 56%;
}
.container-1:hover .divisor-branco {
  bottom: 70%;
}
.container-2:hover .divisor-branco {
  left: 47%;
  bottom: 73% !important;
}
.container-3:hover .divisor-branco {
  left: 47%;
  bottom: 66% !important;
}
.container-4:hover .divisor-branco {
  margin: -37px auto;
}
.container-2:hover .texto-ecommerce-1-hover {
  text-align: center;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  padding: 0 35px;

  margin: 115px auto;
}
.container-3:hover .texto-ecommerce-1-hover {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 0 35px;
  margin: 118px auto;
}
#background-home
  > section
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-4
  > div.divisor-branco {
  left: 47%;
  bottom: 57%;
}

.divisor4 {
  left: 50%;
}
#background-home
  > section
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-4
  > p.texto-ecommerce-1 {
  bottom: 56%;
}

body
  > section:nth-child(5)
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-2
  > p.texto-ecommerce-1 {
  bottom: 55%;
}
body
  > section:nth-child(5)
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-2
  > div.divisor-branco {
  bottom: 57%;
}
body
  > section:nth-child(5)
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-3
  > p.texto-ecommerce-1 {
  bottom: 55%;
}
body
  > section:nth-child(5)
  > div
  > div.container-cards-e-commerce
  > div
  > div.container-3
  > div.divisor-branco {
  bottom: 58%;
}
.container-4:hover .texto-ecommerce-1-hover {
  display: flex;
  bottom: 80%;
  width: 100%;
  margin: 53px auto;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  padding: 0 53px;
}
.containerSwiperecommerce {
  width: 100%;
}
.cards-ecommerce-1-mob {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-hover.png");
  height: 388px;
  width: 348px;
  margin: 0 auto;
}
.cards-ecommerce-2-mob {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-api-hover.png");
  height: 388px;
  width: 348px;
  margin: 0 auto;
}
.cards-ecommerce-3-mob {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-big-data-hover.png");
  height: 388px;
  width: 348px;
  margin: 0 auto;
}
.cards-ecommerce-4-mob {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-recebimengto-hover.png");
  height: 388px;
  width: 348px;
  margin: 0 auto;
}

.cards-ecommerce-1 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo.png");
  height: 388px;
  width: 327px;
  margin: 0px 10px;
  position: absolute;
}

.cards-ecommerce-2 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-api.png");
  height: 340px;
  width: 300px;
  margin: 20px -2px;
  position: absolute;
}

.cards-ecommerce-3 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-big-data.png");
  height: 340px;
  width: 300px;
  margin: 20px 10px;
  position: absolute;
}

.cards-ecommerce-4 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-recebimengto.png");
  height: 340px;
  width: 300px;
  margin: 20px 27px;
  position: absolute;
}
.container-1:hover .cards-ecommerce-1 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-hover.png");
  height: 388px;
  width: 348px;
  display: block;
  margin: 0px 11px;
  position: absolute;
}
.container-2:hover .cards-ecommerce-2 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-api-hover.png");
  height: 388px;
  width: 348px;
  display: block;
  margin: 0px -28px;
  position: absolute;
}

.container-3:hover .cards-ecommerce-3 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-pagamento-cielo-big-data-hover.png");
  height: 388px;
  width: 348px;
  display: block;
  margin: 0px -11px;
  position: absolute;
}

.container-4:hover .cards-ecommerce-4 {
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/link-recebimengto-hover.png");
  height: 388px;
  width: 348px;
  display: block;
  margin: 0px 4px;
  position: absolute;
}

@import url(/assets/common/css/font-bradesco/font-bradesco.css);

body {
  font-family: "Bradesco", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#wrapper {
  width: 100%;
  padding: unset;
}

.home #background-home {
  min-height: unset;
  position: relative;
  height: unset;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-weight: 900;
  font-size: 1rem;
}

.swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  background-color: transparent !important;
  border-radius: 40px !important;
  border: 1px solid #fff !important;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0rem !important;
  top: 95% !important;
}
.swiper-button-next::after {
  content: "" !important;
  position: absolute !important;
  padding: 7px !important;
  box-shadow: 2px -2px 0 1px #fff inset !important;
  border: solid transparent !important;
  border-width: 0 0 2px 2px !important;
  transform: rotate(225deg) !important;
}

.swiper-button-prev {
  width: 44px !important;
  height: 44px !important;
  background-color: transparent !important;
  border-radius: 40px !important;
  border: 1px solid #fff !important;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 55rem !important;
  top: 95% !important;
}
.swiper-button-prev::after {
  content: "" !important;
  position: absolute !important;
  padding: 7px !important;
  box-shadow: 2px -2px 0 1px #fff inset !important;
  border: solid transparent !important;
  border-width: 0 0 2px 2px !important;  
  transform: rotate(45deg) !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0 !important;
  bottom: -72px !important;
}

.cards-container {
  position: relative;
  z-index: 100;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cards-container p {
  width: 100%;
  top: 2em;
  color: #47484c;
}

.cards-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 1.3rem;
}

.card {
  border-radius: 15px !important;
  width: 282px;
  height: auto;
  text-align: left;
  padding: 25px !important;
  border-radius: 16px;
  box-shadow: 0px 3px 10px #00000029;
  font-weight: 600;
  background: #fff !important;
}

.choose-machine {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.buttons-rent-buy-container {
  margin-top: 40px;
  display: none;
}

.button-buy,
.button-rent,
.button-buy-mobile,
.button-rent-mobile {
  cursor: pointer;
  border-radius: 24px;
  border: 2px solid #cc092f;
  padding: 12px 48px;
  color: #cc092f;
  font-size: 14px;
  font-family: "Bradesco", sans-serif;
  font-weight: 600;
  background: transparent;
  width: 208px;
}

.button-active {
  background: #cc092f;
  color: #fff;
  border: none;
  outline: none;
}

.buttons-rent-buy-container button:focus {
  outline: none;
}

.machines-container {
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  width: 60vw;
  height: 300px;
  margin-top: 10rem;
}

.mfp-hide {
  display: none !important;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.card-machine .know-more {
  opacity: 0;
  display: none;
}

.button-machine-cards:hover,
.button-machine-cards:focus {
  text-decoration: none;
  color: #3B69FF;
}

#card-content-zip {
  bottom: 174px !important;
}

#card-content-lio,
#card-content-flash {
  bottom: 261px;
}

#card-content-flash img {
  width: 60% !important;
}

#card-content-flash .know-more {
  position: relative;
  top: 17px;
}

.card-machine .card-content-container {
  position: relative;
  bottom: 181px;
}

.button-active {
  background: #cc092f;
  color: #fff;
  border: none;
}

.warranty {
  display: flex;
}

.warranty p {
  color: #fff !important;
}

.card-machine .cards-carrosel-container {
  display: flex;
  gap: 25px;
}

.swiper {
  height: 120%;
}

.swiper-container-cards {
  width: 78vw;
  height: 2rem;
}

.swiper-container-cards>.swiper {
  display: none;
}

.swiper .containerArrows {
  right: 0;
  top: 480px;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  width: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.swiper .arrows {
  display: flex;
  gap: 14px;
  position: relative;
  z-index: 100;
}

.swiper .arrows img {
  padding-top: 0 !important;
}

.swiper .swiper-button-next-unique {
  left: 50px;
  width: 32px;
  height: 32px;
}

.swiper .swiper-button-disabled {
  filter: invert(0.5) sepia(1) saturate(0) hue-rotate(175deg);
}

.swiper .swiper-button-prev-unique {
  left: 50px;
  width: 32px;
  height: 32px;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.swiper .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 5rem;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 20% !important;
    height: 5px !important;
    left: 40rem !important;
    top: 37.5rem !important;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff !important;
  box-shadow: 0 1px 5px #fff;
}

.benefits-text {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff !important;
}

.breadcrumb-navigation {
  position: absolute;
  top: 133px;
  left: 125px;
  z-index: 2;
}

.breadcrumb {
  background: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #d6d6d6;
  margin: 0 10px;
}

.breadcrumb-item {
  font-size: 20px;
  color: #d6d6d6 !important;
}

.breadcrumb-item a {
  color: #bfbfbf;
  font-size: 1rem;
}

.breadcrumb-item.active {
  opacity: 1;
  color: #fff !important;
  font-size: 1rem;
}
@media only screen and (min-width: 1700px) {
  .white-popup-block {
    background: #fff;
    color: #000;
    width: 23%;
  }
}

.white-popup-block {
  background: #fff;
  color: #000;
  width: 24%;
}

@media only screen and (min-width: 900px) {
  #cielo-flash,
  #cielo-zip {
    position: relative;
    top: 40px;
  }

  #cielo-lio+.text-content,
  #cielo-flash+.text-content {
    bottom: 273px;
  }

  #card-content-zip .know-more{
    position: relative;
    top: 0px;
  }
  #card-content-flash-web .know-more {
    position: relative;
    top: 20px;
  }

  .box-background {
    position: relative;
    bottom: 1745px;
  }

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

  .swiper {
    height: 100%;
  }

  .mySwiper-benefits {
    height: 80% !important;
  }

  .swiper .swiper-pagination {
    position: absolute !important;
    z-index: 10 !important;

    left: -182px !important;
    width: 100%;
  }

  .swiper .containerArrows {
    top: 433px;
  }

  .card-content-container {
    position: relative;
    top: -370px;
  }

  .card-machine {
    width: 385px !important;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
      rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-top: 38px;
  }

  /* .card-machine:hover {
    height: 280px !important;
  } */

  .swiper-pagination-cards {
    height: 1px !important;
    width: 225px !important;
    top: 15px;
  }

  .swiper-pagination-machines {
    width: 310px !important;
    left: -325px !important;
  }
}

.swiper {
  height: 630px;
}

.box-background {
  position: relative;
  bottom: 1581px;
}

.container-arrows {
  margin-top: 78px;
  display: flex;
  justify-content: center !important;
}

#card-content-lio,
#card-content-flash {
  bottom: 248px;
}

.swiper .swiper-pagination {
  bottom: -5px !important;
  left: -100px !important;
}

.choose-machine .warranty {
  margin-bottom: 0 !important;
  margin-left: 100px;
}

.machines-container {
  width: 20vw !important;
  justify-content: center;
  margin-left: 700px;
}

.card-content-container {
  position: relative;
  top: -277px;
}

.card-content-container picture img {
  position: relative;
  top: 70px;
}

.small .card-content-container picture img {
  top: 120px;
}

#card-content-flash-web .know-more {
  position: relative;
  bottom: -20px;
}

#machine-arrow > .swipper-pagination-machine {
  width: 200%;
  left: -200px;
}

#benefits-arrow > .swipper-pagination-machine {
  width: 42%;
  left: 73px;
}

.swiper-pagination-machines {
  left: -204px !important;
  width: 241% !important;
}
.banner-img-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .mySwiper-banner {
    height: 600px;
  }
  .mySwiper-banner .swiper-wrapper {
    height: 100%;
  }
  .mySwiper-banner .swiper-slide {
    height: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .button-machine-cards {
    text-align: center;
  }
  .img-util {
    display: none;
  }
  .breadcrumb-navigation {
    display: none;
  }
  .home #background-home {
    min-height: unset;
  }
  .banner-img-mobile {
    display: block;
  }
  #box-background {
    bottom: 20px !important;
  }

  .mySwiper-banner .swiper-pagination {
    padding-bottom: 8rem !important;
    padding-right: 4rem !important;
    left: -15% !important;
  }
}
.container-machines-swiper {
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #modal-tap {
    width: 100%;
}
  .titleBanner {
    position: absolute;
    top: 173px;
    width: 261px;
    text-align: left;
    font-size: 25px;
    left: 20px;
    z-index: 2;
    color: #ffff;
  }
  .card-mobile {
    width: 225px !important;
    display: block !important;
    height: 199px !important;
  }
  #box-background
    > div
    > div.swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    width: 100%;
  }
  .warranty {
    display: flex;
    justify-content: center;
  }
  .container-1 .divisor-branco {
    margin: 464px auto;
    display: flex;
  }

  .container-2 .divisor-branco {
    margin: 464px auto;
  }
  .container-3 .divisor-branco {
    margin: 464px auto;
    display: flex;
  }
  .container-3 .E-commerce-2 {
    top: 60%;
    width: 78%;
    left: 50%;
  }
  .container-4 .divisor-branco {
    margin: 421px auto;
    display: flex;
  }
  .container-4 .bnt-E-commerce {
    bottom: 87%;
    left: 51%;
  }
  .containerSwiperecommerce {
    width: 105%;
  }
  .container-1:hover .divisor-branco {
    bottom: 64%;
  }
  .container-1:hover .bnt-E-commerce {
    bottom: 87%;
  }
  .bnt-E-commerce {
    bottom: 87%;
  }
  .divisor-branco {
    margin: -318px auto;
  }
  .container-4 .E-commerce {
    top: 24%;
  }
  .container-2:hover .divisor-branco {
    margin: 464px auto;
  }

  .container-4 .divisor-branco {
    margin: 421px auto;
    display: flex;
  }

  .container-4 .bnt-E-commerce {
    bottom: 87%;
    left: 51%;
  }

  .containerSwiperecommerce {
    width: 105%;
  }

  .container-1:hover .divisor-branco {
    bottom: 64%;
  }

  .container-1:hover .bnt-E-commerce {
    bottom: 87%;
  }

  .bnt-E-commerce {
    bottom: 87%;
  }

  .divisor-branco {
    margin: -318px auto;
  }

  .container-4 .E-commerce {
    top: 24%;
  }

  .container-2:hover .divisor-branco {
    margin: 464px auto;
  }

  .container-3:hover .divisor-branco {
    margin: 464px auto;
  }

  .container-4:hover .divisor-branco {
    margin: 421px auto;
  }

  .container-1:hover .bnt-E-commerce {
    margin: -358px auto;
  }
  .container-2:hover .bnt-E-commerce {
    margin: -354px auto;
  }
  .container-3:hover .bnt-E-commerce {
    margin: -354px auto;
  }
  .container-4:hover .bnt-E-commerce {
    margin: -358px auto;
  }
  .container-2:hover .bnt-E-commerce {
    margin: -354px auto;
  }
  .container-3:hover .bnt-E-commerce {
    margin: -354px auto;
  }
  .container-2 .texto-ecommerce-2-mob {
    top: 60%;
    width: 78%;
    left: 53%;
  }
  .container-2 .E-commerce {
    display: flex;
    top: 36%;
    left: 44%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .container-2 .bnt-E-commerce {
    left: 53%;
  }

  .container-4 .E-commerce-2 {
    left: 53%;
    top: 60%;
    width: 72%;
  }
  .solucoes-texto {
    color: #ffffff;
    text-align: left;
    font-size: 18px;
  }
  .warranty p {
    color: #47484c !important;
  }

  a:focus,
  a:hover {
    text-decoration: none;
  }

  .white-popup-block {
    width: 100%;
    background: #fff;
    color: #000;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    padding: 50px 75px;
  }

  .solucoes-texto {
    color: #47484c !important;
    text-align: center;
    font-size: 28px;
  }
  .info-fale-com-gerente {
    color: #47484c !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #e1173f !important;
  }
  .container-1 {
    width: 100%;
    height: 388px;
  }
  .container-3 {
    width: 100%;
    height: 388px;
  }
  .container-4 {
    width: 100%;
    height: 388px;
  }
  .texto-ecommerce-1-mob {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 41%;
    width: 100%;
    left: 48%;
    transform: translate(-50%, -50%);
  }
  .texto-ecommerce-2-mob {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 66%;
    width: 83%;
    left: 48%;
    transform: translate(-50%, -50%);
  }

  .container-1 .bnt-E-commerce {
    margin: -357px auto;
  }
  .container-2 .bnt-E-commerce {
    margin: -357px auto;
  }
  .container-3 .bnt-E-commerce {
    margin: -357px auto;
  }
  .container-4 .bnt-E-commerce {
    margin: -357px auto;
  }
  .E-commerce {
    top: 36%;
    left: 50%;
  }

  .container-1 .E-commerce-2 {
    top: 60%;
    padding: 0 36px;
    width: 100%;
    left: 50%;
  }
  .mySwiperPjMobile {
    display: block;
    width: 100%;
    height: 800px;
  }
  .mySwiperPj {
    display: none;
  }
  .banner {
    width: 100%;
    height: 100%;
    margin-top: -265px;
  }
}

@media only screen and (max-width: 500px) {
  .card-mobile p {
    margin-bottom: unset;
  }
  .card-content-container-mobile img {
    max-width: 300px;
    max-height: 400px;
    width: auto;
    height: auto;
  }

  .small .card-content-container-mobile img {
    position: relative;
    top: 50px;
  }

  #card-content-link-pagamento img {
    position: relative;
    bottom: 0;
  }

  .container-machines-swiper {
    width: unset;
  }

  #cielo-zip {
    width: 189px !important;
    height: 231px !important;
  }

  #cielo-flash {
    width: 137px !important;
    height: 281px !important;
  }
  .choose-machine h2 {
    text-align: left;
    font: normal normal 600 22px/28px Bradesco;
  }
  .buttons-rent-buy-container button {
    padding: unset;
    width: 98px;
    height: 48px;
  }
  .choose-machine {
    margin-top: 50px;
  }
  .buttons-rent-buy-container {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 430px) {
  #box-background
    > div
    > div.swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    width: 86%;
  }
  .home #background-home .swiper-pagination {
    left: -70px !important;
    bottom: 0.5rem !important;
  }
  .card-text-container {
    width: 300px !important;
  }
  .choose-machine h2 {
    margin-right: 50px;
    width: 270px;
  }
  .mySwiper-cards-machine-mobile {
    width: 330px;
  }
  .cards-img-mobile img {
    width: 320px !important;
  }
}

@media only screen and (max-width: 400px) {
  #box-background
    > div
    > div.swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-ios.swiper-backface-hidden {
    width: 95%;
  }
}
/* Mobile */
.cards-container-mobile {
  position: relative;
  z-index: 100;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card-text-container {
  width: 81%;
}

.card-mobile {
  display: flex;
  gap: 10px;
  width: 100%;
  height: auto;
  text-align: left;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0px 3px 10px #00000029;
  font-weight: 600;
  background: #fff;
}

.benefits-wrapper-cards {
  padding-bottom: 25px;
  gap: 25px;
  display: none !important;
}

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

.cards-img-mobile img {
  width: 100%;
}

.mySwiper-benefits .swiper-slide a {
  position: relative;
  text-decoration: none;
}

#box-background {
  background-image: url("../../solucoes-pagamento/assets/background-mobile.svg");
  background-size: cover;
  bottom: -85px;
}

.choose-machine .warranty {
  font-size: 14px;
  text-align: left;
  margin-bottom: 4rem;
  margin-left: 5rem;
}

#mobile-section {
  margin-bottom: -81px;
}

.machines-container-mobile {
  display: flex;
  padding-top: 100px;
  align-items: flex-start;
  width: 80vw;
  height: 300px;
  margin-top: 10rem;
  margin-bottom: 1rem;
}

.card-machine-mobile {
  width: 310px !important;
  margin-right: 20px !important;
  height: 300px !important;
  border-radius: 16px;
  background-color: #fff;
}

.card-machine-mobile .image-content {
  transform: translateY(50px);
}

.card-machine-mobile .text-content {
  padding: 18px 45px;
}

.card-machine-mobile.small .text-content {
  position: relative;
  top: 50px;
}

.card-content-link-pagamento .text-content {
  position: relative;
  bottom: 50px;
}

.card-machine-mobile .text-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.card-machine-mobile .text-content p {
  font-size: 14px;
  font-weight: 500;
}

.benefits-text-mobile {
  position: relative;
  bottom: 60px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff !important;
}

.arrows-mobile {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  z-index: 20;
}

.left-arrow {
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.container-arrows-mobile {
  display: flex;
  width: 100%;
  justify-content: center;
}

.card-content-container-mobile {
  position: relative;
  bottom: 221px !important;
}

.swiper-pagination-machines-mobile {
  width: 240px !important;
  height: 1px;
  left: 12px !important;
  top: 15px;
  position: relative;
}

@media (width < 600px) {
  .mySwiper-banner .swiper-pagination {
    padding-bottom: 2rem !important;

    left: unset !important;
  }

  .home #background-home .mySwiper-banner .swiper-pagination {
    bottom: 2px !important;
  }

  .cards-container-mobile {
    font-size: 14px;
    margin-top: -49px;
  }

  .home #background-home .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }

  .banner-swiper-container {
    height: 315px;
  }

  #box-background {
    z-index: 3;
  }

  .benefits-text {
    bottom: 60px;
  }

  .swiper {
    height: 133%;
  }

  .warranty {
    margin: 2rem 0 4rem 0;
  }
}

footer {
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 1280px) {
  .home #boxGrey {
    padding-top: 0rem !important;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 700px) {
  .choose-machine .warranty {
    margin-left: 40px;
  }
}


#card-content-zip > div.know-more > a, 
#card-content-zip > div.know-more > a {
  position: relative;
  bottom: 45px;
}

.info-fale-com-gerente.maquinasCielo {
  margin-top: 35px;
  text-align: left;
  font-size: 16px;
}

@media only screen and (max-width: 520px) {
  #card-content-zip > div.know-more > a, #card-content-zip > div.know-more > a {
    bottom: 20px;
  }

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

.container-cards-e-commerce h2 {
  color: #FFF;
  /* margin-top: 10rem; */
}

/* Cards Machines */
.cards-machines {
  width: 100%;
  display: flex;
}

.cards-machines .slick-list {
  padding-top: 200px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}

.c-dots {
  position: absolute;
  bottom: -50px;
  right: 120px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
}

.c-dots > li {
  width: 150px;
  height: 4px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.c-dots > li > button {
  width: 150px;
  height: 2px;
  display: block;
  font-size: 0;
  background-color: #a7a8ac;
  border: 0;
  transition: 0.2s ease-out;
  outline: 0;
  padding: 0;
  cursor: pointer;
}

.c-dots > li.slick-active > button {
  height: 4px;
  background-color: #fff;
}

.slick-next, .slick-prev {
  position: absolute;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
}

.slick-prev {
  bottom: -60px;
  right: 200px;
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/icons/btn-prev.svg");
}

.slick-next {
  bottom: -60px;
  right: 140px;
  background-image: url("/html/pessoajuridica/solucoes-integradas/cartoes/solucoes-de-pagamento/img/icons/btn-next.svg");
}