/*
Azul Claro: rgba(39, 129, 196, 1);
Azul Escuro: rgb(12, 71, 114, 1);
Cinza: rgba(88, 89, 91, 1);
*/
.zColor{
    color: rgba(39, 129, 196, 1); 
}


.navbar-brand{
    padding-top: 0 !important;
}

.custom-navbar.top-nav-collapse{
    background:  rgb(12, 71, 114, 1) !important;
    background:  #212121 !important;
}

.custom-navbar {
  
    background-color: rgba(0,0,0,0.2) !important;

}


.csstransforms3d .section-btn a:hover span::before,
.csstransforms3d .section-btn a:focus span::before,
.csstransforms3d .section-btn button:hover span::before,
.csstransforms3d .section-btn button:hover span::before {
    background:  rgb(12, 71, 114, 1) !important;  
  }

.a:hover, a:active, a:focus {
    color:rgba(39, 129, 196, 1) ;

  }
.csstransforms3d .section-btn button span::before {
    background: rgb(12, 71, 114, 1) !important;
}

.custom-navbar .nav li a {
    font-size: 18px;
    text-transform: none !important;
  }

.preloader {
    background: none repeat scroll 0 0 #212121 !important;
  }

  
.spinner:before {
    border: 1px solid rgb(12, 71, 114, 1) !important;
    border-top-color: rgba(39, 129, 196, 1) !important;
  }

  a:hover, a:active, a:focus {
    color:rgba(39, 129, 196, 1)!important;
    text-decoration: none;
  }

  .team-item{
      color: #444 !important;
  }

  .home{

  }

  .home_contacts{
    color: #ccc !important;
    margin-right: 15px !important;
    font-size: 1.5em !important;
  }
