/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.navbar-inverse {
	background-color: #d9edf7;
	min-height: 145px;
	border-color: #fcf8e3
}
.navbar-header .colaboradores{
	float: right;
}

.jumbotron {
	padding-top: 100px;
}
p{
	text-align: justify;
}

#content{
	padding-top: 125px;
}
#content h1{
	margin-top: 0;
}

.alert h3{
	margin-top: 0;
}

#breadcrumbs{
	background: #f6f6f6;
	margin-bottom: 20px;
	border-radius: 4px;
}

#infografia img{
	max-width: 100%;
}

/* responsive */
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-inverse .navbar-brand{
		width: 50%;
		float: left;
	}
	.navbar-inverse{
		min-height: 115px;
	}
	.jumbotron {
		padding-top: 80px;
	}
	#content {
		padding-top: 105px;
	}
}
@media (min-width: 600px) and (max-width: 991px) {
	.navbar-inverse .navbar-brand{
		width: 50%;
		float: left;
	}
	.navbar-inverse{
		min-height: 90px;
	}
	.jumbotron {
		padding-top: 60px;
	}
	#content {
		padding-top: 65px;
	}
}
@media (min-width: 500px) and (max-width: 599px) {
	.navbar-inverse {
		min-height: 195px;
	}
	.jumbotron {
		padding-top: 140px;
	}
	.navbar-brand:last-child{
		margin-top:35px;
	}
}
@media (max-width: 499px) {
	.navbar-brand>img{
		width: 100%;
	}
	.navbar-brand:last-child{
		margin-top:30px;
	}
	.navbar-inverse {
		min-height: 175px;
	}
	.jumbotron {
		padding-top: 130px;
	}
	#content {
		padding-top: 140px;
	}
}
