.section-slide{
    background: url(../img/img-banner.png) no-repeat top center;
    background-size: cover;
    color: white;
}

.img-logo{
    width: 200px;
}

.section-info{
    min-height: 50vh;
}

.section-recursos{
    padding-bottom: 80px;
}

.h2, h2{
    font-size: 50px;
}

.img-smart1{
    margin-top: -100px;
}

.img-smart2{
    margin-top: -30px;
}

.bg-light{
    background-color: azure!important;
}

.info-border{
    border-bottom: 2px solid #0AA2FA;
    border-left: 2px solid #0AA2FA;
}

.p-coletor{
    margin-top: 40px;
}

.p-funcionalidade{
    margin-top: 30px;
}

footer {
    padding: 50px 0;
    text-align: center;
}

.img-footer{
    display: inline-block;
    padding: 15px;
}

/*mobile*/

@media(max-width: 768px){
    .img-smart1{
            margin-top: -55px;
        }
       }

@media(max-width: 768px){
.img-smart2{
        margin-top: -20px;
    }
   }

   .social-icons i {
    font-size: 32px;
    display: inline-block;
    color: var(--bs-secondary);
    margin: 0 10px;
    width: 45px;
    height: 60px;
    /*border: 1px solid #c8ced7;*/
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
  }
  
  @media (max-width:767px) {
    .social-icons {
      padding: 30px 0;
    }
  }
  
  .social-icons {
    color: #313437;
    /*background-color: #fff;*/
    text-align: center;
    /*padding: 16px 0;*/
  }

  .social-icons i {
    font-size: 32px;
    display: inline-block;
    color: var(--bs-secondary);
    margin: 0 10px;
    width: 45px;
    height: 60px;
    /*border: 1px solid #c8ced7;*/
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
  }
  
  @media (max-width:767px) {
    .social-icons {
      padding: 30px 0;
    }
  }
  
  .social-icons {
    color: #313437;
    /*background-color: #fff;*/
    text-align: center;
    /*padding: 16px 0;*/
  }