.sobre-nos {
	width: 100%;
	height: auto;
	float: left;
	margin-top: -40px;
}

/* ------------------Aside----------------- */
.sobre-nos aside {
	width: calc(360px + 1000px);
	height: 500px;
	float: right;
}

.sobre-nos aside h2.titulo {
	width: 360px;
	height: 80px;
	float: right;
	text-align: left;
	background-color: #bf1e2e;
	line-height: 80px;
	font-size: 30px;
	color: #ffffff;
	font-family: 'bree';
	padding-left: 20px;
	margin-bottom: 20px;
}

.sobre-nos aside nav {
	width: 100%;
	height: 848px;
	float: right;
	background: url('../../../image/bg-sobre-nos.jpg') no-repeat right top;
}

.sobre-nos aside nav a {
	width: 360px;
	height: auto;
	float: right;
	text-align: left;
	font-size: 34px;
	color: #58585a;
	font-family: 'brooklyn';
	margin-left: 100%;
	line-height: 22px;
	padding: 20px;
	text-decoration: none;
	margin-top: 10px;
}

.sobre-nos aside nav a:first-child {
	margin-top: 20px;
}

.sobre-nos aside nav a:nth-child(2) {
	color: #7e7e7e;
}

.sobre-nos aside nav a:last-child {
	color: #9da69a;
}

.sobre-nos aside a span {
	font-size: 24px;
	color: #000000;
	font-family: 'bree';
}

.sobre-nos aside a.select,
.sobre-nos aside a:hover {
	background-color: #ffffff;
}

/* ----------------------------Article---------------------------- */
.sobre-nos article {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 60px;
}

.sobre-nos article h2.topo {
	font-size: 60px;
	color: #2e2e2e;
	font-family: 'brooklyn';
	margin: 10px 0;
}

.sobre-nos article h1.titulo {
	font-size: 33px;
	color: #666666;
	font-family: 'bree';
	margin: 30px 0 20px 0;
}

.sobre-nos article p {
	margin: 20px 0;
}

.sobre-nos article figure {
	width: 100%;
	height: auto;
	margin: 20px 0;
	float: left;
}

.sobre-nos article figure img {
	width: 100%;
	height: auto;
	float: left;
}

.sobre-nos article figure.direita {
	width: 45%;
	height: auto;
	float: right;
	margin: 20px 0 20px 5%;
}

.sobre-nos article figure.esquerda {
	width: 45%;
	height: auto;
	float: left;
	margin: 20px 5% 20px 0;
}

/* ---------------------------------------------------------------------------------------------------------- 
08 Media queries  -------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

/* ultrawide and down */
@media screen and (min-width:1921px) and (max-width:2560px) {
	.sobre-nos {
		margin-top: -90px;
	}

}

/* 1099 and down */
@media screen and (max-width:1199px) {
	.sobre-nos aside nav a,
	.sobre-nos aside h2.titulo {
		width: 292px;
	}

}

/* 991 and down */
@media screen and (max-width:991px) {
	.sobre-nos {
		margin-top: 150px;
	}

	.sobre-nos aside nav a,
	.sobre-nos aside h2.titulo {
		width: 283px;
	}

	.sobre-nos article h1.titulo {
		font-size: 30px;
	}

}

/* 767 and down */
@media screen and (max-width:767px) {
	.sobre-nos {
		margin-top: 60px;
	    min-height: auto;
	    margin-bottom: 20px;
	}

	.sobre-nos aside {
		width: 100%;
		height: auto;
		float: left;
	}

	.sobre-nos aside h2.titulo {
		width: 100%;
		height: 50px;
		text-align: center;
		line-height: 50px;
		font-size: 20px;
		padding-left: 0;
		margin-bottom: 0;
	}

	.sobre-nos aside nav {
		width: 100%;
		height: auto;
		background: none;
		background-color: #f4f4f4;
		margin-bottom: 20px;
	}

	.sobre-nos aside nav a {
		width: 33.333%;
		font-size: 22px;
		margin: 0;
		padding: 15px 5%;
		margin: 0;
	}

	.sobre-nos aside nav a span {
		display: none;
	}

	.sobre-nos article h2.topo {
		font-size: 30px;
	}

	.sobre-nos article h1.titulo {
		font-size: 24px;
	}

	.sobre-nos aside nav a:first-child {
		margin-top: 0;
	}

}

/* 450 and down */
@media screen and (max-width:450px) {
	.sobre-nos aside nav a {
		font-size: 16px;
	}

}

/* 349 and down */
@media screen and (max-width:349px) {
	.sobre-nos aside nav a {
		padding: 15px 1.5%;
	}

}

/* Retina Display */
@media screen and (-webkit-min-device-pixel-ratio:2) {
}