#features {
  background: #f9f9f9;
}
#features .featured-bg {
  background: #fff;
}
#features .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#features .featured-border2 {
  border-bottom: 1px solid #ededed;
}
#features .featured-border3 {
  border-right: 1px solid #ededed;
}
#features .feature-item {
  padding: 30px;
  overflow: hidden;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3c96ff;
  margin-top: 12px;
}
#features .feature-item .feature-icon i {
  font-size: 40px;
  color: #3c96ff;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}
#features .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#features .feature-item p {
  font-size: 16px;
  display: block;
}
#features .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon {
  background: #3c96ff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon i {
  color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.img-func {
  max-width: 90%;
}

.txt-size {
  font-size: 17px;
}

.item-funcionalidade {
  margin: 100px 0px;
}
