@media (max-width: 670px) {
  .carousel-caption h5 {
    font-size: 2.5rem;
  }
}

logo-img {
  max-width: 20px;
  width: 63%;
}

.bg-dark {
  background-color: #fff !important;
}

.carousel-caption.d-md-block {
  padding-bottom: 20%;
}

.carousel-box {
  height: 100vh;
}

.contato-zap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  z-index: 90;
}

.bi {
  fill: #25D366;
  cursor: pointer;
}

.feature {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
}

.lottie {
  position: fixed;
  right: -30px;
  bottom: -30px;
  z-index: 90;
}

.about-section {
  background-color: #002350a6;
}

.abnt {
  fill: white;
  background-color: white;
  border-radius: 6px;
  padding: 9px;
  margin-left: 10px;
}

.obrigado {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fundo {
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
