@charset "UTF-8";
/* CSS Document */


.container{
	width:1282.5px;
	height:auto;
	margin: 0 auto;
	background-color:#1E1E1E;
	font-family: 'Dosis', sans-serif;
	font-size:20px;
	font-weight:400;
	letter-spacing:1.5px;
    text-align:center;
	}
	
#mobile{
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
	}
	
#mobile img{
	width:inherit;
	height:auto;
	position:relative;
	z-index:1;
	}
	
#carrossel{
	width:inherit;
	height:570px;
	position:relative;
	z-index:0;
	}
	
#carrossel img{
	width:inherit;
	height:auto;
	position:relative;
	z-index:1;
	}
	
.name h1{
	padding-top:130px;
	padding-left:130px;
	text-align:left;
	font-size:42px;
	text-transform:uppercase;
	position:absolute;
	z-index:0;
	}
	

.right{
	width:inherit;
	height:380px;
	background-color:#908F91;
	float:right;
	clear:right;
	}
	
.right h2{
	width:370px;
	padding:190px 60px;
	text-align:right;
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	}

.right p{
	padding-top:5px;
	text-align:right;
	font-size:19px;
	font-weight:300;
	text-transform:none;
	line-height:22px;
	color:#FFF;
	}
	
.left{
	width:inherit;
	height:380px;
	background-color:#5E5E5E;
	float:left;
	clear:left;
	}
	
.left h2{
	width:370px;
	padding:190px 60px;
	text-align:left;
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	}
	
.left p{
	padding-top:5px;
	text-align:left;
	font-size:19px;
	font-weight:300;
	text-transform:none;
	line-height:22px;
	color:#FFF;
	}
	
.menu-principal a{
	text-decoration:none;
	
	}

#orcamento {
	width:inherit;
	height:120px;
	padding:10px;
	background-color:#908F91;
	clear:left;
	}
	
#orcamento a{	
	text-decoration:none;
	color:#FFF;
	}

#orcamento h2{
	font-size:40px;
	font-weight:700;
	text-transform:uppercase;
	color:#000;
	}
	
#orcamento p{
	font-size:20px;
	font-weight:400;
	color:#000;
	}

#rodape{
	width:1282.5px;
	height:90px;
	background-color:#5E5E5E;
	position:absolute;
	z-index:100;
	}

#rodape h1{
	padding-top:25px;
	font-size:30px;
	font-weight:400;
	color:#FFF;
	text-transform:uppercase;
	}
