*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

html {
	font-size: 62.5%;
}

#index_header {
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	height: 100px;
	z-index: 9999;
}

#interna_header {
	width: 100%;
	background: #fff;
	height: 100px;
	z-index: 9999;
}

#index_logo, #interna_logo {
	margin-top: 7px;
}

#index_menu ul, #interna_menu ul {
	list-style: none;
}

#index_menu li, #interna_menu li {
	display: inline-block;
	margin: 0 30px;
}

#index_menu a, #interna_menu a {
	color: #0175a0;
	text-decoration: none;
	font-size: 1.8em;
	line-height: 100px;
}

#index_menu a:hover, #interna_menu a:hover {
	color: #e67e22;
}

#interna_tel {
	line-height: 100px;
	font-size: 2.1em;
	color: #e67e22;
}

#interna_tel span {
	font-size: 0.8em;
}

#header_mobile {
	display: none;
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 5px 0;
}

#header_mobile-logo img {
	display: block;
	width: 100%;
	max-width: 110px;
}

#header_mobile-telefone {
	font-size: 1.6em;
	display: inline-block;
	margin-top: 20px;
	color: #e67e22;
	text-align: center;
}

#header_mobile-telefone span {
	font-size: 0.8em;
}

#header_mobile-openMenu {
	font-size: 3em;
	margin-top: 10px;
	text-align: center;
}

#header_mobile-menu{
	display: none;
	background: #fff;
}

#header_mobile-menu ul {
	list-style: none;
}

#header_mobile-menu li {
	border-bottom: #ccc solid 1px;
}

#header_mobile-menu a {
	display: block;
	text-decoration: none;
	color: #111;
	text-align: center;
	padding: 15px 0;
	font-size: 1.6em;
}

#header_mobile-menu li:last-of-type {
	border-bottom: none;
}

#index_telaServicos {
	width: 100%;
	background: url(images/index_0.jpg) no-repeat fixed center center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.main_title {
	font-family: 'Quicksand', sans-serif;
	font-size: 5em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-shadow: rgba(0,0,0,0.9) 1px 1px 3px;
	text-transform: uppercase;
}

#index_main_title {
	margin-top: 200px;
	margin-bottom: 50px;
}

#index_btns {
	text-align: center;
}

.index_btn {
	background: #e67e22;
	padding: 10px;
	display: inline-block;
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
}

.index_btn:hover {
	background: none;
}

.index_btn a {
	color: #fff;
	text-decoration: none;
	font-family: 'Quicksand', sans-serif;
	font-size: 2.5em;
	display: block;
	border: #fff solid 3px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 10px;
	line-height: 110%;
}

.index_btn:hover a {
	color: #fff;
	background: none;
	text-shadow: rgba(0,0,0,0.8) 0px 1px 1px;
	border: #e67e22 solid 3px;
}

/* ========== PÁGINAS INTERNAS ==========*/
.interna_title {
	width: 100%;
	padding: 50px 0;
	text-align: left;
}

#interna_title-posobra {
	background: url(images/index_posobra.jpg) no-repeat fixed center -200px;
	background-size: 100%;
}

#interna_title-predial {
	background: url(images/index_predial.jpg) no-repeat fixed center top;
	background-size: 100%;
}

#interna_title-fachadaVidro {
	background: url(images/index_vidro.jpg) no-repeat fixed center -200px;
	background-size: 100%;
}

#interna_title-terceirizacao {
	background: url(images/index_terceirizacao.jpg) no-repeat fixed center -200px;
	background-size: 100%;
}

#interna_title-parceiros {
	background: url(images/index_terceirizacao.jpg) no-repeat fixed center -200px;
	background-size: 100%;
}

.interna_title h1 {
	text-align: left;
	font-size: 5em;
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.6) 0px 1px 3px;
}

.interna_main {
	width: 100%;
	background: url(images/interna_main_bg.png);
	padding: 100px 0;
}

.interna_main-texto {
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	color: #111;
}

.interna_main-texto h3 {
	font-size: 2.2em;
	font-style: italic;
	margin: 30px 0 10px 0;
}

.interna_main-texto h3:first-of-type {
	margin-top: 0;
}

.interna_main-texto p {
	font-size: 1.6em;
	line-height: 140%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.interna_main-btnOrcamento {
	background: #2980b9;
	height: 60px;
	border: #fff solid 3px;
	border-radius: 60px;
	text-align: center;
	font-size: 1.8em;
	text-align: center;
	text-transform: uppercase;
	margin-top: 50px;
	box-shadow: rgba(0,0,0,0.5) 0px 1px 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.interna_main-btnOrcamento:hover {
	background: #034f81;
}

.interna_main-btnOrcamento a {
	color: #fff;
	text-decoration: none;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 1px;
	line-height: 55px;
}

.inerna_main-galeria {
	height: 450px;
}

.slider-img {
	border: #f39c12 solid 8px;
	width: 200px;
	height: 200px;
	position: absolute;
	border-radius: 200px;
	background: #000 url(images/index_0.jpg);
	background-size: 100%;
	box-shadow: rgba(0,0,0,0.4) 1px 1px 3px;
}

.slider-img img {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	border-radius: 200px;
	z-index: 9;
}

.slider-img a {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99;
	border-radius: 200px;
	opacity: 0;
	color: #fff;
	font-weight: bold;
	font-size: 2em;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	padding-top: 40px;
}

.slider-img:hover a {
	opacity: 0.6;
}

.slider-img a span {
	font-size: 2.5em;
}

#slider1 {
	left: 50px;
	z-index: 9;
}

#slider2 {
	top: 130px;
	left: 170px;
	z-index: 0;
}

#slider3 {
	top: 210px;
	z-index: 9;
}

.slider-seta {
	position: absolute;
	width: 50px;
	height: 50px;
	border: #f39c12 solid 6px;
	border-radius: 50px;
	background: #fff url(images/slider_seta.png) no-repeat center center;
	top: 50%;
	z-index: 99;
	margin-top: -55px;
	left: 335px;
	cursor: pointer;
}

#text-to-animate {
	text-transform: uppercase;
	font-style: italic;
}

#footer {
	width: 100%;
	background: #2980b9;
	padding: 50px 0 35px 0;
}

#footer_mapa {
	height: 300px;
}

#footer_endereco {
	color: #fff;
	font-size: 1.8em;
	font-style: italic;
}

#footer_endereco-tel {
	font-size: 1.4em;
	margin: 15px 0;
}

#footer_endereco-tel span {
	font-size: 0.7em;
}

#footer_endereco-endereco {
	font-weight: 300;
}

.logo_parceiro {
	margin-bottom: 15px;
}

.logo_parceiro img {
	display: block;
	width: 100%;
}

#contato_texto a {
	color: #0175a0;
	font-style: italic;
	font-weight: 700;
}

#contato_form p {
	padding: 5px;
}

#contato_form input[type="text"] {
	width: 100%;
	height: 50px;
	border: #ccc solid 1px;
	border-radius: 10px;
	padding-left: 8px;
	font-size: 1.6em;
}

#contato_form input:focus {
	outline: 0;
	box-shadow: #2980b9 0px 0px 3px;
}

#contato_form textarea {
	width: 100%;
	height: 200px;
	border: #ccc solid 1px;
	border-radius: 10px;
	padding: 8px;
	font-size: 1.6em;
	resize: none;
}

#contato_form textarea:focus {
	outline: 0;
	box-shadow: #2980b9 0px 0px 3px;
}

#contato_form input[type="submit"] {
	background: #2980b9;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	width: 100%;
	height: 50px;
	border: #fff solid 3px;
	border-radius: 10px;
	padding-left: 8px;
	font-size: 1.6em;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#contato_form input[type="submit"]:hover {
	background: #034f81;
}

@media (min-width: 147px) and (max-width: 960px){
	#header_mobile {
		display: block;
	}
	#interna_header, #index_header {
		display: none;
	}
	.interna_title h1 {
		font-size: 2.5em;
	}
	#interna_title-posobra {
		background: url(images/index_posobra.jpg) no-repeat center center;
		background-size: 100%;
	}

	#interna_title-predial {
		background: url(images/index_predial.jpg) no-repeat center top;
		background-size: 100%;
	}

	#interna_title-fachadaVidro {
		background: url(images/index_vidro.jpg) no-repeat center center;
		background-size: 100%;
	}

	#interna_title-terceirizacao {
		background: url(images/index_terceirizacao.jpg) no-repeat center center;
		background-size: 100%;
	}

	#interna_title-parceiros {
		background: url(images/index_terceirizacao.jpg) no-repeat center center;
		background-size: 100%;
	}
	.interna_main {
		padding: 50px 0 0 0;
	}
	.inerna_main-galeria {
		margin: 30px 0 0 0;
		height: 330px;
	}
	.slider-img {
		width: 150px;
		height: 150px;
	}
	.slider-img a {
		padding-top: 10px;
	}
	#slider2{
		top: 100px;
		left: 140px;
	}
	#slider3 {
		top: 150px;
	}
	.slider-seta {
		left: 250px;
	}
}

@media (min-width: 420px) and (max-width: 960px) {
	#header_mobile {
		display: block;
	}
	#header_mobile-telefone {
		margin-top: 30px;
	}
	#header_mobile-openMenu {
		margin-top: 20px;
	}
	#interna_header, #index_header {
		display: none;
	}
	.interna_title h1 {
		font-size: 2.5em;
	}
	#interna_title-fachadaVidro {
		background: url(images/index_vidro.jpg) no-repeat center center;
		background-size: 100%;
	}
	.interna_main {
		padding: 50px 0 0 0;
	}
	.inerna_main-galeria {
		margin: 30px 0 0 0;
		height: 330px;
	}
	.slider-img {
		width: 150px;
		height: 150px;
	}
	.slider-img a {
		padding-top: 10px;
	}
	#slider2{
		top: 100px;
		left: 140px;
	}
	#slider3 {
		top: 150px;
	}
	.slider-seta {
		left: 250px;
	}
}

@media (max-width: 1199px) {
	#interna_menu li {
		margin: 0 15px;
	}
}