html, body, header, .intro-2 {
    height: 100%;
}
.intro-2 {
    background: -webkit-linear-gradient(45deg,#68d0ff,#50a55ae6 100%);
    background: 0 0,0 0,0 0,to(#50a55ae6);
    background: -o-linear-gradient(45deg,#68d0ff,#50a55ae6 100%);
    background: -webkit-gradient(linear,45deg,from(#68d0ff),to(#50a55ae6));
    background: linear-gradient(to 45deg,#68d0ff,#50a55ae6 100%);
}

.img-caracteristicas {
    width: 160%;
    margin: 0 auto;
    float: none;
    display: block;
}

.img-sistema {
    float: none;
    margin: 0 auto;
    display: block;
}

#caracteristicas .title {
   /*color: #25778d; */
   color: #29557C
}

#caracteristicas i {
    font-size: 2rem;
    color: #25778d;
    
}

.lista_vantagens ul li i {
    color: #02893c;
}

.color-verde-padrao {
    color: #009f3a !important;
}

.navbar {
    background-color: transparent;
}

.top-nav-collapse {
    background-color: #0A7BBE;
}
.btn-padrao {
    background-color: #0A7BBE;
}

.whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
      cursor: pointer;
      z-index: 1000;
    }

    .whatsapp-float img {
      width: 35px;
      height: 35px;
    }

    .whatsapp-float:hover {
      background-color: #20b858;
    }

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}

.bgParallax {

    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    min-height: 100%;
    
    background-size: cover;
    background-attachment: fixed;
}

#parceiros {
    background-image: url(../img/paralax.png);
}

#parceiros .mascara {
    background: -webkit-linear-gradient(45deg,rgba(73, 167, 201, 0.7),rgba(94,192,84,.8) 100%);
    background: -webkit-gradient(linear,45deg,from(rgba(73, 167, 201, 0.7)),to(rgba(94,192,84,.8)));
    background: -o-linear-gradient(45deg,rgba(73, 167, 201, 0.7),rgba(94,192,84,.8) 100%);
    background: linear-gradient(to 45deg,rgba(73, 167, 201, 0.7),rgba(94,192,84,.8) 100%);
}