.vantagens{
  padding-top: 100px;
  padding-bottom: 50px;
  background: #000;
}

.vantagens .icon-box {
  margin-bottom: 20px;
  text-align: center;
  width: 340px;
  padding: 20px 10px;
}

.vantagens h2{
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing:-1px;
  font-size: 35px;
}
.vantagens i{
  color: #fa7000;
}
.vantagens .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.vantagens .icon i {
  font-size: 36px;
  line-height: 0;
}
.vantages .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}
.vantages .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.vantagens .title a {
  color: #fff;
  transition: 0.3s;
}
.vantagens .title a:hover {
  color: #3fbbc0;
}

.vantagens .description {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 768px){
  .vantagens .icon-box{
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

/* === CONTATO ===== */
.contato{
  padding: 50px 50px;
}

.contato h2{
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.contato h2::after{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1573AF;
  bottom: 0px;
  left: calc(50% - 20px);
}


.caixa-contato {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}

.caixa-contato h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.caixa-contato i{
  background: #1573AF;
  font-size: 30px;
  padding: 5px 10px;
  border-radius: 100%;
  color: #fff;
}

#non-class i{
  border: none !important;
  font-size:  18px;
  padding: 0px;
  background: none;
  color: #000;
}

#non-class a{
  color: #000;
}

#non-class a:hover{
  color: #FA7000;
}
.contato .caixa-contato p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
