/*2023-05-03*/
.input-eye {
  position: relative;
}

.input-eye i {
  position: absolute;
  right: 0.4rem;
  top: 0.8rem;
  /* width: 1.8rem;
  height: 1.8rem; */
}

.aba-pix {
  display: none;
  width: 100%;
}


@media (max-width: 768px) {
  .fab_whatsappchat {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .fab_whatsappchat span {
    display: none;
  }

  .fab_whatsappchat i.fa-whatsapp {
    margin: unset;
  }
}