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

body {
  font-family: "Bradesco", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #f0f1f5 !important;
}

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

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

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

.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 {
  color: red !important;
  font-size: 1rem;
  background: #fff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 2rem !important;
  top: 54% !important;
}

.swiper-button-prev {
  color: red !important;
  font-size: 1rem;
  background: #fff;
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 2rem !important;
  top: 54% !important;
}

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

/* Gray box */
.box-gray {
  position: relative;
  bottom: 0px;
  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;
}

.container-arrows {
  margin-top: -38px !important;
  display: flex;
  justify-content: center !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 {
  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: 12rem;
  width: 100%;
}

.card-machine {
  width: 282px;
  height: 100px;
  min-height: 110px;
  border-radius: 16px;
  background-color: #fff;
  transition: all 0.5s;

  cursor: pointer;
}

.card-machine .text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 33px;
}

.card-machine h3 {
  padding: 0;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

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

.button-machine-cards {
  max-width: 210px;
  width: 100%;
  font-family: "Bradesco", sans-serif;
  border-radius: 24px;
  font-weight: 600;
  border: 1.5px solid #cc092f;
  padding: 12px 48px;
  background: #fff;
  color: #cc092f;
}

.card-machine:hover {
  height: 264px;
}

.card-machine:hover .know-more {
  opacity: 1;
  animation: fadeIn 2s;
}

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

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

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

.home #background-home .banner-swiper-container img {
  filter: brightness(40%);
}
.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-container {
  position: fixed !important;
}

@media only screen and (min-width: 1700px){
  .white-popup-block {
    background: #fff;
    color: #000;
    width: 23%;}
}

@media only screen and (min-width: 768px){
  .white-popup-block {
    width: 90%;
    background: #fff;
    color: #000;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    padding: 50px 75px;
  }
}

@media only screen and (max-width: 768px){
  .white-popup-block {
    width: 90% !important;
  }
}

.swiper {
  height: 120%;
}

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

.card-machine:hover {
  height: 245px;
}

.box-gray {
  background-image: url("../../solucoes-pagamento/assets/box-background.svg");
  background-size: cover;
  background-position-y: 271px;
  background-repeat: no-repeat;
}

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

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

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

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

.card-content-container img {
  width: auto !important;
  height: auto !important;
}

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

.container-machines-swiper {
  width: 100%;
  display: flex;
}

/* 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;
}

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

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

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

.card-machine-mobile .text-content p {
  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: space-between;
}

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

#card-content-lio-mobile {
  position: relative;
  bottom: 267px;
}

#card-content-flash-mobile {
  position: relative;
  bottom: 255px;
}

#card-content-zip-mobile {
  position: relative;
  bottom: 156px;
}

#card-content-lio-mobile img {
  width: 85%;
}

#card-content-flash-mobile img {
  width: 50%;
}

#card-content-zip-mobile img {
  width: 60%;
}

#card-content-lio-mobile .know-more-mobile {
  position: relative;
  top: 12px;
}

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

#card-content-zip-mobile .know-more-mobile {
  position: relative;
}

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

footer {
  position: relative;
}

@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) {

  .titleBanner {
    position: absolute;
    top: 173px;
    width: 261px;
    text-align: left;
    font-size: 25px;
    left: 20px;
    z-index: 2;
    color: #ffff;
  }

  .img-util {
    display: none;
  }

  .breadcrumb-navigation {
    display: none;
  }

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

  .banner-img-mobile {
    display: block;
  }

  #box-background {
    bottom: 35px !important
  }

  .mySwiper-banner .swiper-pagination {
    padding-bottom: 8rem !important;
    padding-right: 4rem !important;
    left: -15% !important;
  }
}

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

  .home #background-home img {
    padding-top: 0;
  }

  div#topBar.headertopBar div.holderMobile p {
    margin: 0 0 0 55px !important;
  }
  
  #swiper-wrapper-57a0f6db5da83ad8>div {
    top: 55px;
  }

  .card-mobile p {
    margin-bottom: unset;
  }

  .card-content-container-mobile img {
    width: 232px !important;
    height: 280px !important;
  }

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

  #card-content-lio-mobile {
    bottom: 227px !important;
  }

  #card-content-flash-mobile {
    bottom: 215px !important;
  }

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

  .banner-swiper-container {
    margin-top: 110px;
  }

}

@media only screen and (max-width: 390px) {
  .home #background-home .swiper-pagination {
    left: -70px !important;
    bottom: .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;
  }
}