.cabecalho .navbar-brand {
  height: 80px;
}

.cabecalho .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.cabecalho .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.navbar-nav.navbar-right li a {
    color: black;
}
.navbar {
    margin-bottom: 0px;
	background-color:rgb(200,200,200);
	color:black;

	
}

body {
	font-family: 'Quicksand', sans-serif;
	padding-top: 80px;
}

.jumbotron {
	background-image: url("../img/intro.jpg");
	background-size: cover;
	height: 900px;
	background-position: center bottom;
	margin-bottom: 0px;
}
.rightContainer {
	 position: absolute;
    right: 0px;
    width: 450px;
}
.leftContainer {
	 position: absolute;
    left: 0px;
    width: 500px;
}
span.glyphicon-chevron-down {
    font-size: 2em;
}

.sobre {
	background-color: #fdf3e7;
	font-size: 18px;
	line-height: 1.5;
}

.trabalhe {
	background-color: #f3fab6;
}

.parceria {
	background-color: lavender;
	padding-bottom: 10px;
}

.rodape {
	background-color: gray;
	text-align: center;
	font-size: 14px;
	color: white;
}

.espaco {
	margin-top: 30px;
}

@media (min-width: 768px) { 
    .row.alinha_vertical {
        display: flex;
        align-items: center;
    }
}