.div-geral-section {
  display: flex;
  flex-direction: column;
}

/* --------------- conteudo geral primeira seção */
.section-zapplus-1 {
  width: 100%;
  height: 450px;
  margin-top: 70px;
  background: #007be3;
}
.conteudo-section-1 {
  display: flex;
  width: 100%;
  height: 100%;
  background: #007be3;
}
.conteudo-quero-conhecer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #007be3;
}
.conteudo-quero-conhecer-imagem {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #007be3;
}

/* logo */
.home-img-logo {
  border-radius: 100px;
  width: 72px;
  height: 60px;
}

.zapplus-conteudo-logo {
  background-color: white;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 4px;
}

/* texto abaixo da logo */
.zapplus-conteudo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zapplus-row-center {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}

.mobile {
  display: none;
  justify-content: center;
  margin-left: 6px;
  margin-right: 6px;
}

.branco {
  color: #fff;
}

/* butão conhecer */
.btn-app-conhecer {
  margin-top: 20px;
  margin-bottom: 25px;
}
.btn-conhecer {
  width: 215px;
}
.div-button-conhecer {
  width: 100%;
}
.button-conhecer {
  width: 215px;
  background: #fff;
  color: #007be3;
  border-radius: 25px;
  padding: 10px;
  font-size: 22px;
  font-weight: 600;
}
.button-conhecer:hover {
  transition: 0.6s;
  background: #00bf63;
  color: #fff;
}

/* Animação do Botão */
@-webkit-keyframes btn-pulsando {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes btn-pulsando {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #ffffff;
  }
}
.btn-pulsando {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.btn-pulsando:hover,
.btn-pulsando:focus,
.btn-pulsando:active,
.btn-pulsando {
  -webkit-animation-name: btn-pulsando;
  animation-name: btn-pulsando;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
/* --------------------------- */

/* conteudo seção 1 imagem */
  .img-zapplus-home {
  width: 278px;
  height: 360px;
}

/* --------------- conteudo geral segunda seção */
.section-zapplus-2 {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 70px;
}
.conteudo-section-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}
.title-section-2 {
  color: #00bf63;
  font-size: 27px;
  font-weight: bold;
  margin-top: -35px;
}
.div-conteudo-title-section-2 {
  margin-top: 50px;
  margin-left: 8%;
}
.texto-section-2 {
  font-size: 25px;
  margin-bottom: 15px;
}
.img-zapplus-check {
  width: 20px;
  margin-right: 18px !important;
}

/* --------------- conteudo geral terceira seção praticidade */
#section-praticidade {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 40px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #00141b;
}

#section-praticidade h3 {
  font-size: 40px;
  text-align: left;
  margin-left: 6%;
  color: #fff;
  font-weight: bold;
}

#section-praticidade span {
  color: #fff;
}

#nfc-e {
  font-size: 20px;
  font-weight: 500;
}

.lista-tem-mais {
  margin-left: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}

#section-praticidade strong{
  color: #6bc25a;
  font-weight: 500;
}

.div-columns {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.praticidade-left {
  display: flex;
  margin-left: 6%;
}

.praticidade-right {
  margin-left: 80px;
  display: flex;
  margin-right: 6%;
}

.icons-praticidade {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #007be3;
  border-radius: 50px;
  margin-bottom: 25px;
}

.img-icons-praticidade {
  width: 50px;
  height: 50px;
}

.img-praticidade {
  width: 250px;
  height: 250px;
}

#section-praticidade h1 {
  text-align: left;
  margin-left: 6%;
}

.div-centralizada {
  display: flex;
  justify-content: space-evenly;
}

@media(max-width: 1050px) {
  .div-centralizada {
    flex-direction: column;
    align-items: center;
  }

  @media(max-width: 500px) {
    .lista-tem-mais {
      font-size: 16px;
    }
  }
}

/* --------------- conteudo geral quarta seção */
.section-zapplus-4 {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 0px;
}
.conteudo-section-4 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
}
.conteudo-texto-section-4 {
  display: flex;
  justify-content: left;
  flex-direction: column;
  align-items: left;
  margin-left: 8%;
  width: 50%;
  height: 100%;
  background: #fff;
}
.title-section-4 {
  color: #007be3;
  font-size: 36px;
  margin-top: 30px;
}
.subtitle-section-4 {
  font-size: 19px;
  margin-bottom: 37px;
}
.texto-section-4 {
  font-size: 25px;
  margin-bottom: 15px;
}
.conteudo-img-section-4 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: 100%;
  background: #fff;
}

@media (max-width: 700px) {
  /* retira o footer nessa resolução */
  .mobile {
    display: flex;
  }

  .section-zapplus-1 {
    width: 100%;
    margin-top: 76px;
  }
  .conteudo-section-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .conteudo-quero-conhecer {
    width: 100%;
    height: 100%;
  }
  .conteudo-quero-conhecer-imagem {
    width: 100%;
    height: 100%;
    background-color: #007be3;
  }

  /* ----------------------------- */
  .section-zapplus-2 {
    width: 100%;
    margin-top: 218px;
  }
  .title-section-2 {
    margin-top: 0px;
  }
  .conteudo-section-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  /* ----------------------------- */

  .section-zapplus-3 {
    width: 100%;
    margin-top: 350px;
  }
  .conteudo-section-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .conteudo-texto-section-3 {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }
  .icones-tem-mais {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
  }
  .icones-section-3 {
    margin-top: 16px;
    width: 24%;
    display: flex;
    justify-content: left;
    flex-direction: column;
  }
  .texto-tem-mais-1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 19px;
  }
  .texto-tem-mais-2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 19px;
  }
  .texto-tem-mais-3 {
    font-size: 14px;
    color: #fff;
  }
  .texto-section-3 {
    margin-top: 91px;
    width: 90%;
    display: flex;
    justify-content: left;
    flex-direction: column;
    margin-left: -15px;
  }
  .title-tem-mais {
    font-size: 14px;
  }
  .conteudo-img-section-3 {
    width: 100%;
    height: 100%;
  }
  /* ----------------------------- */
  .section-zapplus-4 {
    width: 90vw;
    height: auto;
    background: #fff;
    padding: 0 5vw;
  }
  .conteudo-section-4 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .conteudo-texto-section-4 {
    width: 100%;
    height: 100%;
    margin-left: 0%;
  }
  .conteudo-img-section-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
  }
}

@media (max-width: 375px) {
  .texto-tem-mais-1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 19px;
  }
  .texto-tem-mais-2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 19px;
  }
  .texto-tem-mais-3 {
    font-size: 14px;
    color: #fff;
  }
  .texto-section-4 {
    margin-left: 6px;
  }
  .title-tem-mais {
    margin-left: 6px;
  }
  .icones-tem-mais {
    margin-left: 3px;
  }
  .div-conteudo-title-section-2 {
    margin-left: 3%;
  }
}

@media (min-width: 376px) and (max-width: 390px) {
  .texto-tem-mais-1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
  }
  .texto-tem-mais-2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 16px;
  }
  .texto-tem-mais-3 {
    font-size: 14px;
    color: #fff;
  }
  .texto-section-4 {
    margin-left: 6px;
  }
  .title-tem-mais {
    margin-left: 6px;
  }
  .icones-tem-mais {
    margin-left: 3px;
  }
  .div-conteudo-title-section-2 {
    margin-left: 3%;
  }
}

@media (min-width: 391px) and (max-width: 414px) {
  .texto-tem-mais-1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 38px;
  }
  .texto-tem-mais-2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 38px;
  }
  .texto-tem-mais-3 {
    font-size: 14px;
    color: #fff;
  }
  .texto-section-4 {
    margin-left: 6px;
  }
  .title-tem-mais {
    margin-left: 6px;
  }
  .icones-tem-mais {
    margin-left: 3px;
  }
  .div-conteudo-title-section-2 {
    margin-left: 3%;
  }
}
