*{
	box-sizing:  content-box;
}
html, body{
	margin: 0;
	padding: 0;
}
.clear{ clear: both;}
.topo{
	width: 100%;
	display: block;
	float: left;
	background: #f4f4f4;
	height: 130px;
	border-bottom: 2px solid #ec3237;
}
.t-content{
	width: 990px;
	height: 100px;
	margin: 0 auto;
	position: inherit;
}
.t-line{
	width: 100%;
	height: 150px;
	background: #f4f4f4;
}

.fala-buttom{
	padding: 10px 20px;
	float: right;
	background: #ec3237;
	margin: 20px 0 0 20px;
	font-family: 'Myriad Set Pro';
	font-weight: 500;
	font-size: 1.4em;
	text-decoration: none;
	color: #fff;
}
.t-menu{
	background: #fff;
	width: 990px;
	height: 90px;
	position: absolute;
	top: 90px;
	border-bottom: 4px solid #ec3237;
}

.topbar-content{
	float: left;
	line-height: 50px;
	height: 50px;
	font-family: 'Myriad Set Pro';
	font-weight: 300;
	font-size: 1.4em;
	margin-right: 10px;
	margin: 20px;
}

.fa{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border-bottom: 1px solid #D3D3D3;
	background: #fff;
	float: left;
	display: block;
	margin-right: 10px;
	text-align: center;
	font-size: 0.8em;
	line-height: 50px;
	color: #ec3237;
}
.menu{
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 20px;
	
}

.menu li{
	list-style: none;
	float: left;
	font-family: 'Myriad Set Pro';
	font-weight: 400;
	font-size: 1.4em;
	margin-left: 10px;
	line-height: 40px;
	padding-top: 27px;
}

.menu li:hover{
	border-bottom: 2px solid #ec3237;
}

.active{ border-bottom: 2px solid #ec3237; }

.menu li a{
	text-decoration: none;
	color: #373737;
	display: block;
}

.logo{
	width: 192px;
	height: 70px;
	background: url(../../images/logo.jpg);
	float: left;
	margin-top: 10px;
}


.slider{
	width: 100%;
	float: left;
	display: block;
	height: 750px;
	background: url(../../images/bg.jpg);
}
.content{
	float: left;
	display: block;
	width: 100%;
	height: auto;
	background: #f4f4f4;
}
footer{
	background: #ec3237;
	height: 400px;
	clear: both;
	width: 100%;
}
.f-content{
	width: 990px;
	margin: 0 auto;
}

.copy{
	width: 990px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	font-family: 'Myriad Set Pro';
	font-weight: 300;
	font-size: 1.4em;
	margin-top: 300px;
	float: left;
	text-align: center;
	padding: 20px;
}

.center{
	margin: 0 auto;
	width: 990px;
}

.title{
	font-size: 3em;
	font-family: 'Myriad Set Pro';
	font-weight: 500;
	text-align: center;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.missao{
	float: left;
	width: 100%;
	color:#fff;
	background: #ec3237;
	padding: 50px 0;
	font-family: 'Myriad Set Pro';
	font-weight: 300;
	line-height: 1.5em;
	font-size: 1.2em;
	text-align: center;
}

.servicos{
	padding: 50px 0;
	text-align: center;
}

.thumbs .tbs{
	width: 323px;
	float: left;
	height: 400px;
	background: #373737;
	margin-right: 10px;
	margin-bottom: 50px;
}


.tbs .img{
	width: 323px;
	height: 200px;
	background: #fff;
}

.thumbs .tbs:last-child{
	margin-right: 0;
}

.disposicao{
	padding: 50px 0;
	background: #373737;
	height: auto;
}
.disposicao .center{
	display: table;
	height: auto;
}
.disposicao .text{
	float: left;
	width: 600px;
	border-right: 1px solid #fff;
	padding: 15px 15px 0 0;
	font-family: 'Myriad Set Pro';
	font-weight: 300;
	font-size:  1.2em;
	line-height: 1.5em;
	color:#fff;
	
}
.disp{
	background: #ec3237;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Myriad Set Pro';
	font-size: 1.4em;
	font-weight: 500;
	text-decoration: none;
	float: right;
}

.mais{
	font-family: 'Myriad Set Pro';
	font-size: 1.4em;
	font-weight: 300;
	color: #373737;
	text-decoration: none;
}

.mais:hover{
	color: #ec3237;
}