.main-hero-pix .hero-image{
  aspect-ratio: 1920 / 1038 !important;
}

.main-hero-pix .legend {
  color: var(--color-2) !important;
}
.main-hero-pix .description {
  color: var(--color-3);
}

.main-vantagens-pix {
  padding: 0 100px;

}
.main-vantagens-pix .cards {
  display: flex;
  justify-content: center;
  column-gap: 48px;
}
.main-vantagens-pix .cards .card-column {
  max-width: 47.7%;
}

.banner-pix {
  padding: 136px 100px;
}
.parceiros-pix {
  padding: 0 !important;
  margin: 0 !important;
}
.main-faq-pix {
  padding: 136px 100px;
}
.main-faq-pix .title {
  color: #021E46;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
}

.main-cta-pix .buttom-menu {
  display: inline-block;
  max-width: 305px;
}

.main-faq-pix .buttom-menu{
  display: block;
  width: 100% !important;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}

.main-cta-servicos .title strong{
  color: #0860DB;
  font-weight: 700;
}

.pix-page .main-hero-pix{
  margin-bottom: 10vw;
}

@media (max-width: 1024px) {
  .main-cta-servicos .title{
    margin-top: 0 !important;
  }
  .main-vantagens-pix {
    padding: 0;
    background: url("../../images/bg-solucoes-pagamento.png") top left no-repeat;
    background-size: 272px 272px;
  }
  .main-vantagens-pix .title-default {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .main-vantagens-pix .cards {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    padding-top: 0 !important;
  }
  .main-vantagens-pix .cards .card-column {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .main-vantagens-pix .cards:last-child .card-column {
    margin-bottom: 0;
  }
  .main-vantagens-pix .card-component {
    background: #ffffff;
    width: 100%;
  }
  .banner-pix {
    padding: 65px 24px;
  }
  .parceiros-pix .header-solucoes-pagamento {
    padding: 0 24px !important;
  }
  .parceiros-pix .title-default {
    font-size: 32px;
    line-height: 39.01px;
  }
  .main-faq-pix {
    padding: 136px 24px 50px;
  }
  .main-faq-pix .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    margin: 0 0 24px 0;
  }
  .main-cta-pix .buttom-menu {
    max-width: 100%;
  }

  .pix-page .banner .container-banner{
    padding-top: 40px;
  }

  .pix-page .parceiros{
    margin-bottom: 70px;
  }

  .pix-page .faq .faq-title{
    display: grid;
    grid-template-columns: 1fr 32px;
  }

  footer .container-banner{
    margin-top: 65px !important;
    padding-top: 0 !important;
  }

  .pix-page .main-hero-pix{
    margin-bottom: 60px; 
  }
 
}

.pix-page + footer .container-banner{
  margin-top: 100px;
}

.bg-layer{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 60%;
}

@media screen and (min-width: 2250px) {
  .bg-layer{
    max-width: 45%;
  }
  .main-vantagens-pix {
    padding-top: 150px;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .bg-layer{
    max-width: 100%;
  }
}

.main-cta-servicos .col-12.col-lg-6 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1900px) {
  .main-vantagens-pix {
      margin-top: 25rem;
  }
}