body{
	font-family: "Trebuchet MS", Calibri, sans-serif;
	color: #2C2C2C;
	font-size: 14px;
	overflow-x: hidden !important;
	margin: 0;
	padding: 0;
	background: #f1f1f1 url("../images/bg.jpg") no-repeat center center;
	background-size: cover;
}

.row,
.container-fluid{
	margin: 0;
	padding: 0;
}

#construcao{
	background: url("../images/artefaco.png") no-repeat center right;
	background-size: 55%;
}

.conteudo{
	padding: 20px 30px 10px 30px;
	background-color: rgba(0,0,0,0.5);
	height: 94vh;
	margin: 0;
}

.conteudo .centro{
	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	width: 90%;
}

.conteudo .marca{
	display: none;
}

.conteudo h2{
	font-family: "Trebuchet MS";
	color: #F7CF21;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

.conteudo a{
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

.conteudo .unidade{
	margin: 25px 0;
}

.conteudo .unidade h3{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

.conteudo .unidade p{
	font-size: 13px;
	color: #fff;
	text-align: justify;
	margin: 15px 0 15px 10px;
}

.conteudo .btn-insta{
	display: block;
	margin: 0 auto;
	background-color: #555;
	border-radius: 8px;
	text-align: center;
	width: 140px;
	padding: 6px 0;
}

.conteudo .btn-insta:hover{
	background-color: #444;
}

.rodape{
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	border-top: 1px solid #fff;
	line-height: 5.7vh;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #fff;
}

.rodape a{
	color: #c1c1c1;
}

.clr{
	clear: both;
}


/* Start Media Queries */
/* Smaller than standard 1225 (devices and browsers) */
@media only screen and (min-width: 1225px) and (max-width: 1600px){
	.conteudo h2{
		font-size: 16px;
	}
	
	.conteudo .centro{
		position: relative;
	  	top: 0;
	  	-ms-transform: translateY(0%);
	  	transform: translateY(0%);
	  	width: auto;
	}
	
	.conteudo .unidade p{
		font-size: 13px;
		color: #fff;
		text-align: justify;
		margin: 5px 0 5px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px){
	#construcao{
		background: none;
	}
	
	.conteudo{
		padding: 10px 15px 10px 15px;
		background-color: rgba(0,0,0,0.05);
		height: auto;
		margin: 0;
	}
	
	.conteudo h2{
		font-size: 14px;
	}
	
	.conteudo .marca{
		display: block;
	}
	
	.conteudo .centro{
		position: relative;
	  	top: 0;
	  	-ms-transform: translateY(0%);
	  	transform: translateY(0%);
	  	width: auto;
	}
	
	.conteudo .unidade p{
		font-size: 13px;
		color: #fff;
		text-align: justify;
		margin: 5px 0 5px 10px;
	}
	
	.conteudo .btn-insta{
		background-color: #333;
	}
	
	
	.conteudo .btn-insta:hover{
		background-color: #444;
	}
	
	
	.rodape{
		background-color: rgba(0,0,0,0.0.5);
		line-height: auto;
		font-size: 9px;
		padding: 10px 0;
	}
	
	.col-md-4{
		width: 100%;
	}
	
	.col-md-8{
		width: 0%;
	}
}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px){
	#construcao{
		background: none;
	}
	
	.conteudo{
		padding: 10px 15px 10px 15px;
		background-color: rgba(0,0,0,0.05);
		height: auto;
		margin: 0;
	}
	
	.conteudo h2{
		font-size: 14px;
	}
	
	.conteudo .marca{
		display: block;
	}
	
	.conteudo .centro{
		position: relative;
	  	top: 0;
	  	-ms-transform: translateY(0%);
	  	transform: translateY(0%);
	  	width: auto;
	}
	
	.conteudo .unidade p{
		font-size: 13px;
		color: #fff;
		text-align: justify;
		margin: 5px 0 5px 10px;
	}
	
	.conteudo .btn-insta{
		background-color: #333;
	}
	
	
	.conteudo .btn-insta:hover{
		background-color: #444;
	}
	
	
	.rodape{
		background-color: rgba(0,0,0,0.0.5);
		line-height: auto;
		font-size: 9px;
		padding: 10px 0;
	}
}