.total-transparente-sobrenos {
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999999;
	opacity:0.6;
	left:0px;
	top:0px;
	background:#000;
}
.total-branco-sobrenos {
	width:756px;
	height: calc(100% - 40px);
	max-height: calc(100% - 40px);
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	position:fixed;
	overflow-x:hidden;
	overflow-y:auto;
	left:50%;
	top:0px;
	margin-left:-378px;
	z-index:99999999999;
	text-align:center;
}
.total-sobre-nos{
	display:table;
	margin:0 auto;
	background:#FFF;
	text-align:center;
	overflow-x:hidden;
	overflow-y:auto;
	padding-top:100px;
	padding-bottom:100px;
}
.titulo-sobrenos{
	font-size:30px;
	margin-top:35px;
    font-family: 'roboto_condensedbold';	
}
.texto-sobre-nos{
	color:#575656;
	font-size:19px;
    font-family: 'roboto_condensedregular';
	margin-top:35px;	
}
.fechar-lightbox{
	position:absolute;
	right:20px;
	top:15px;
	width:20px;
	height:20px;
	font-size:18px;
    font-family: 'Roboto Condensed';
	color:#AAAAAA;
	cursor:pointer;
}
@media (max-width: 767px){
	.total-branco-sobrenos {
		background:#FFF;
		width:calc(100% - 20px);
		height: calc(100% - 20px);
		margin:10px;
		position:fixed;
		left:0px;
		top:0px;
		overflow-x:hidden;
		overflow-y:scroll;
		z-index:99999999999;
		text-align:center;	
	}
	.total-sobre-nos{
		padding-top:60px;
	}
}