/*Meu Tema*/
.texto-light {
  color: #f4f3ea
}

.texto-dark {
  color: #2e303b
}

.btn-claro {
  color: #2e303b;
  background: #f4f3ea;
}

.btn-claro:hover {
  color: #f4f3ea;
  background: #2e303b;  
}

.btn-escuro {
  color: #f4f3ea;
  background: #2e303b;
}

.btn-escuro:hover {
  color: #2e303b;
  background: #f4f3ea;  
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {  
  background-color: transparent;
  border-bottom:  1.5px solid #f4f3ea ;
  border-radius: 0;
}


/*Fim do meu tema*/

.logo{
  height: 70px;
}

.navbar-default{
  background: #2e303b;  
}

.header{
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
  height: 100vh;
  padding: 150px 0;
}

#parcerias{
  padding: 0px 0px 80px 0px;
  background: #f0f0f0;
}

#contato{
  background: #f0f0f0;
}

.avatar {
  width: 150px;
}

#clientes {  
  background: #2e303b;
}

footer {
  padding: 20px 0 0 0;
  background: #D4D4D4;
}

.footerdark {
  background: #BEBEBE;
}

.back-to-top {
  border-radius: 50px;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display:none;  
}

.fb-messenger {
  border-radius: 50px;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 20px;
  padding-right: 10px;
  padding-left: 10px;
}