@media (max-width: 768px) {

#container {
	width:100% !important;
	margin:auto !important;
	background:none !important;
}

#bar {
	width:100%;
	height:22px;
}

	#topo {
		width:100%;
		height:80px;
		margin-bottom:15px;
	}
	
		#conteudo-topo {
			width:100%;
			height:80px;
			position:relative;
		}
		
			#logo {
				position:absolute;
				left:50%;
				top:16px;
				margin-left:-90px;
			}

			#menu-mobile {
				display:block;
				background-color:#feda31;
				padding-top:5px;
			}
		
				#menu-mobile li {
					width:100%;
					height:45px;
					float:none;
					display:table;
					background-color:#feda31;
				}
		
					#menu-mobile li a {
						display:table-cell;
						vertical-align:middle;
						font-weight:lighter;
						color:#262424;
						font-size: 20px;
						letter-spacing: 0.04em;
						text-decoration:none;
						padding-left:5%;
						font-weight:600;
						text-transform:uppercase;
					}
					
						#menu-mobile li a:hover {
							background-color:#ffed00;
							color:#262424;
						}


	#espaco-rodape {
		display:table;
		width:100%;	
		height:30px;
	}
	
	#rodape-mobile {
		display:block;
		width:100%;
		height:100px;
	}
	
		#conteudo-rodape-mobile {
			width:100%;
			height:100px;
			position:relative;
			background: url(../arquivos/mobile/bar-rodape.jpg);
		}
		
			#endereco-mobile {
				display:block;
				font-size:12px;
				color:#FFF;
				top:50px;
				position:absolute;
				left:5%;
				line-height:1;
			}
			
			#fone-mobile {
				display:block;
				position:absolute;
				left:5%;
				top:10px;
			}
			
			
	#conteudo {
		width:100%;
		min-height:200px;
		margin-top:0px;
	}
	
			
/***************************************************************************************************** PG HOME *****************************************************************************************************/

#home-mobile {
	display:block !important;
	width:100%;
	min-height:400px;
	margin-bottom:10px;
}

	#img-mobile {
		width:90%;
		left:5%;
		position:relative;
		margin-bottom:-5px;
	}

/***************************************************************************************************** PG CONTATO *****************************************************************************************************/

#mapa {
	position:absolute !important;
	top:20px !important;
	height:250px;
	width:100%;
	margin-bottom:20px;
}

/************************************************************************************************* PG OBRAS CONCLUIDAS ************************************************************************************************/

#pg-padrao {
	display:block;
	width:100%;
	min-height:200px;
}

	#pg-padrao p {
		text-align:justify;
		width:90%;
		margin-top:20px;
		margin-left:5%;
		margin-bottom:20px;
	}

	#imgs-obras {
		width:100%;
		margin-top:20px;
	}
	
	
	#galeria-mobile {
		width:100%;
		min-height:220px;
		margin-left:5%;
	}
	
		#galeria-mobile li {
			float:left;
			margin-bottom:5px;
			margin-right:5px;
			width:44%;
		}
		
			#galeria-mobile li:nth-child(2n) {
				margin-right:0px;
				opacity:0.90;
			}
	

/************************************************************************************************* PG CONTATO ************************************************************************************************/

#contato {
	width:100%;
	min-height:810px;
}

	#formulario {
		width:100%;
		height:560px;
		position: relative;
		top:280px;
		background-color:none;
	}

		input, textarea {
			padding: 10px;
			border: 1px solid #4d4d4d;
			width: 95%;
			color: #4d4d4d;
			height:10px;
			max-width:95%;
			margin-left:5%;
		}
		
		textarea {
			width: 95%;
			height: 120px;
			max-width: 95%;
			max-height:120px;
			line-height: 18px;
			color: #4d4d4d;
			margin-left:5%;
		}
		
		input:hover, textarea:hover,
		input:focus, textarea:focus {   
		}
		
		.form label {
			margin-top:20px;
			margin-bottom: 10px;
			color: #4d4d4d; /*muda cor do titulo*/
			display: block;
			font-size:12px;
			margin-left:5% !important;
		}
		
		.submit input {
			width: 100px;
			height: 40px;
			background-color: #4d4d4d;
			color: #FFF;
			left:0px;
			font-size:13px;
			position:absolute;
			margin-top:500px;   
			cursor: pointer;   
			border:0px;                       
		}
		
			.submit input:active {
				background-color:#ffec00;
				color:#4d4d4d;                      
			}
		
		.name {
			position:absolute;
			top:0px;
			left:0px;
			width:90%;
		}
		
		.mensagem {
			margin-top:290px;
			left:0px;
			position:absolute;
			margin-bottom:20px;
			width:90%;
		}
		
		.limpar input {
			width: 100px;
			height: 40px;
			background-color: #4d4d4d;
			color: #FFF;
			left:105px;
			position:absolute;
			font-size:13px;
			margin-top:500px;
			cursor: pointer;
			border:0px;               
		}
		
			.limpar input:active {
				background-color:#ffec00;
				color:#4d4d4d;             
			}
		
		
		.assunto {
			top:-20px;
			left:0px;
			position:absolute;
			width:90%;
		}
		
		.email {
			position:absolute;
			margin-top:80px;
			left:0px;
			width:90%;
		}
		
		.telefone {
			position:absolute;
			left:0px;
			margin-top:220px;
			width:90%;
		}
	


/***************************************************************************************************** MENUS MOBILE *****************************************************************************************************/
	


#menu-obras-concluidas-mobile {
	width:100%;
	top:20px;
	height:100px;
	position:relative;
	min-height:220px;
	margin-left:5%;
}

	#menu-obras-concluidas-mobile li {
		display:table;
		float:none;
		margin-bottom:10px !important;
		width:90%;
		height:100px;
		background-color:#000;
	}

		#menu-obras-concluidas-mobile li p {
			font-size:14px;
			color:#FFF;
			text-decoration:none;
			margin-top:-60px;
			margin-left:58%;
			font-weight:500;
		}
		
		#menu-obras-concluidas-mobile li:nth-child(2n) {
			margin-right:0px;
		}
		
		#img-obras-concluidas-mobile {
			height:100px;
			width:55%;
		}

/**************************************************************************************************** DESABILITADOS *****************************************************************************************************/
	
	
#menu {
	display:none;
}

#adao-arquiteto {
	display:none;
}

#banner {
	display:none;
}
	
#home {
	display:none;
}
	
#bar-rodape {
	display:none;
}

#menu-rodape {
	display:none;
}

#fone {
	display:none;
}

#end {
	display:none;
}
	
#rodape {
	display:none;
}

#obras-concluidas {
	display:none;
}
	
#quem-somos {
	display:none;
}

#obras-em-andamento {
	display:none
}
	
#menu-projetos-comerciais {
	display:none;
}
	
#conteudo-internas {
	display:none;
}
	
	
	
	
	
	
	
	
	
	
	
		
		
}