.global {
    background-color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.container-banner {
  max-width: 1074px;
  margin: 2rem auto;
  text-align: center;
  padding: 0 1rem;
}
.container-banner-title {
  max-width: 800px;
  margin: 0 auto 2rem auto;
  font-size: 2rem;
  line-height: 1.2;
}
.container-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.pagamento-online-agilidade{
    background-color: #2D0061;
    padding: 76px 0px;
}
/* agilidades */
.pagamento-online-agilidade span{
    color: #46F5E0;
    font-weight: 600;
}
.pagamento-online-agilidade-div{
    margin-top: 100px;
    padding: 50px 20px;
}
.pagamento-online-agilidade-description{
    text-align: center;
    color: white;
}
.pagamento-online-agilidade-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 50px 0px;
}

.footer-main {
  color: #fff;
  background-color: #8011FF;
  font-size: 15px;
}
.pagamento-online-detalhes {
    margin: 100px 0;
    color: #3F3F3F;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pagamento-online-detalhes-texto,
.pagamento-online-detalhes-img {
    flex: 1 1 100%;
    max-width: 100%;
}
@media (max-width: 768px) {
  .pagamento-online-agilidade-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .btn-primary, .btn-transparent{
    width: 100% !important;
    display: block;
  }
}
@media (min-width: 768px) {
    .pagamento-online-detalhes {
        flex-wrap: nowrap;
    }
    .pagamento-online-detalhes-texto,
    .pagamento-online-detalhes-img {
        flex: 1 1 0;
        max-width: 50%;
    }
    .pagamento-online-detalhes-texto {
        margin-bottom: 0;
    }
    .pagamento-online-detalhes-img {
        margin-bottom: 0;
    }
    .btn-primary, .btn-transparent{
    width: auto !important;
    display: inline-block;
  }
  .pagamento-online-detalhes-texto {
        margin-bottom: 0;
        text-align: left;
    }
}

/* Espaçamento entre texto e imagem no mobile */
.pagamento-online-detalhes-texto {
    margin-bottom: 2rem;
}
.pagamento-online-detalhes.destaque--sessao1 .pagamento-online-detalhes-texto {
    order: 1;
}
.pagamento-online-detalhes.destaque--sessao1 .pagamento-online-detalhes-img {
    order: 2;
}
.pagamento-online-detalhes.destaque--sessao1 .pagamento-online-detalhes-texto h2 {
    color: #170030;
}
.pagamento-online-detalhes.destaque--sessao2 {
    margin-top: 20px;
}
.pagamento-online-detalhes.destaque--sessao2 .pagamento-online-detalhes-texto {
    order: 2;
}
.pagamento-online-detalhes.destaque--sessao2 .pagamento-online-detalhes-img {
    order: 1;
}
.pagamento-online-detalhes.destaque--sessao2 .pagamento-online-detalhes-texto h2 {
    color: #170030;
}

.pagamento-online-detalhes-img img {
    max-width: 100%;
    height: auto;
    border-radius: 2rem;
    display: block;
    margin: 0 auto;
}
