body {
  background: #f5f5f5;
}

.rounded-lg {
  border-radius: 1rem;
}

.nav-pills .nav-link {
  color: #555;
}

.nav-pills .nav-link.active {
  color: rgb(0, 0, 0);
}

.qt_precisa {
  text-align: center;
}



/*WHATSAPP BUTTON*/
.fa-whatsapp {
  color: #fff;
}

.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #64d46c !important;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

@media only screen and (max-width: 570px) {
  .logoacredite {
    padding-top: 50px;
    padding-bottom: 35px;
    width: 65%;
    height: 65%;
  }

}

@media only screen and (min-width: 571px) {
  .logoacredite {
    padding-top: 50px;
    padding-bottom: 35px;
    width: 30%;
    height: 30%;
  }
}

.txtfooter {
  padding: 4rem;
}

.footerst {
  margin-top: 10rem;
}

::-moz-selection {
  background: #7affbb;
}

::selection {
  background: #7affbb;
}