	@charset "UTF-8";
/* CSS Document */

h3{ font-size: 19px; margin-top: 25px; margin-bottom: 15px; }

/* Boostrap Navbar Alterações */
.navbar-brand{
  padding: 0;
}
/* Fim Boostrap Navbar Alterações */

.topo {
    padding: 135px 0 50px 0;
}
.language{
	padding-bottom: 15px;
}
.titulo-topo {
    font-size: 20px;
    line-height: 20px;
}
.sub-titulo-topo {
  font-size: 16px;
  padding-top: 5px;
}
.equipe {
    padding: 80px 0;
}
.redes-sociais img{
	margin-bottom: 15px;
}

@media only screen and (max-width: 850px) {
.topo {
    padding: 135px 0 50px 0;
}
.language{
	font-size: 12px;
	padding-bottom: 5px;
}
.titulo-topo {
    font-size: 17px;
    line-height: 16px;
}
.sub-titulo-topo {
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
}
.redes-sociais-icon {
    display: inline;
    margin: 10px 0 0 10px;
}

}	