#navbarNavDropdown{

  /*justify-content: center;*/
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
.navbar-nav{  
  padding-left: 40px;
  padding-right: 40px;
}
.nav-link{
  color: #00AFEF;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-link:hover{

  color:#585570;
}
.dropdown-item{
  color: #00AFEF;
}
.dropdown-item:hover{

  color:#585570;
}
.fonte-azul{
  color: #00AFEF;
}
.btn-cinza{
  background-color: #585570;
  color: white;
  min-width: 100px;
}
.btn-cinza:hover{
  background-color: #006692;
  color: white;
}
.privacidade{
  font-size: 13px;
  color: white;
}
/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
    margin-top: 25px;
  }
  
  .about-us {
    background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 45px;
  }

  .about-us .services .item {
    margin-bottom: 30px;
  }
  
  .about-us .services .item .icon {
    float: left;
    margin-right: 25px;
  }
  
  .about-us .services .item .icon img {
    max-width: 70px;
  }
  
  .about-us .services .item h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  
  .about-us .services .item p {
    color: #fff;
  }
  
  .texto-1 {

    color: rgb(0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    text-align: center;

  }
  .texto-2{
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }
  .text-2-1{
    text-align: left;
    margin-bottom: 20px;
  }
  .text-2-1-1{
    text-align: left;
  }
  #planos{
    margin-bottom: 5px;
    text-align: center;
  }

  #form{
    margin-top: 3px;
    border-radius: 5px;
  }
  #check{
    margin-top: 3px;
    border-radius: 5px;
    text-align: right;
  }
  
  #button {
    border-radius: 5px;
    border-radius: 15px;
  }
  
  #politica{
    margin-top: 3px;
    margin-bottom: 5px;
  }

  .card {
    color: rgb(0, 140, 255);
    margin-top: 20px;
  }
  .fsistema{
    margin-top: 30px;
    margin-bottom: 40px;

  }
  
#footer-text-1{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#footer-text-2{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
#footer-text-3{
  padding-top: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}