/*font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import 'https://fonts.googleapis.com/css?family=Abel|Alegreya+Sans|Muli|Oswald';

/* Preloader */

#preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #121212;
	z-index: 99999999;
}

#status{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* GERAIS -------------------------------------------------------------*/

html{
	margin:0px auto;padding:0px 0px;
	overflow-x: hidden;
}

body {
	font-family: 'Open Sans', Arial, serif;
	overflow-x: hidden;
	margin:0px auto;padding:0px 0px;
}

*{margin:0px auto;padding:0px 0px;	}

ul{list-style: none;}

a {
	text-decoration: none;
	border: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;	
}

p{margin-top:1em;font-size: 16px !important;}

img{border: none;}

.conteudo{max-width:80%;height: 100%;}

.no-margin-top{margin-top:0 !important;}

.no-margin-right{margin-right:0 !important;}

.noscroll {
	height: 100%;
	overflow: hidden;
}

.azul-selec{color:#000;}

/* HEADER -------------------------------------------------------------*/

header{
	width:100%; 
	background-color:#FFF;
	float:left;
	position: relative;
	z-index:9999;
}

.logo{
	position:relative;
	float:left;
	margin: 15px 0;
}

.menu-mobile-mask{
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.5);
	z-index:9999999;
	display:none;
}

.menu-mobile{
	width:25%;
	height:100%;
	position:fixed;
	right:0;
	background:#000;
	z-index:99999999;
	display:none;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);	
}

.topo-menu-mobile{
	width:100%;
	float:left;
	position:relative;
	padding:20px 0;
	border-bottom:1px solid #252525;	
}

.topo-menu-mobile a{position:relative; color:#666; cursor:pointer;}
.topo-menu-mobile a:hover{position:relative; color:#fff;}

.links-menu-mobile{
	width:100%;
	float:left;
	position:relative;
}

.links-menu-mobile a{
	width:90%;
	float:left;
	position:relative;
	padding:12px 0 20px 10%;
	background:#000;
	font-size:0.9em;
	color:#666;
	border-bottom:1px solid #252525;
}

.links-menu-mobile a:hover{
	background:#00afef;
	color:#fff;
	border-bottom:1px solid #00afef;
}

/* MENU -------------------------------------------------------------*/

nav{
	position: relative;
	float: right;
	padding: 30px 0;
}

nav a{
	font-size:1.2em;
	font-weight:300;
	background: rgba(255,255,255,0);
	color: #333;
	padding: 9% 20px;
	cursor:pointer;
}

nav a:hover{
	background: rgba(255,255,255,0.2);
	color: #00afef;
}

/* BANNER -------------------------------------------------------------*/

.banner{
	width: 100%;
	position:relative;
	float:left;
	z-index:9;
}

.banner-pages{
	width: 100%;
	position:relative;
	float:left;
	padding:0px 0 20px 0;
	background:#00afef;
	border-top: 4px solid #193e84;
	border-bottom: 4px solid #d7dff0;
}

.banner-pages h1{
	font-size:1.8em;
	color:#fff;	
}

.banner-pages p{font-size:0.85em;color:#fff;margin-top:5px;}

.banner-pages a{color:#fff;}

.banner-pages a:hover{color:#008cdd;}

.banner2{
	width: 100%;
	position:relative;
	float:left;
	z-index:9;
}

/* MIOLO -------------------------------------------------------------*/

.base{
	width:100%;
	float:left;
	position:relative;	
}

.titulo{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	margin:35px 0 15px 0;
}

.titulo h1{
	font-size:1.4em;
	color:#666;
	font-weight:300;
}

.titulo p{
	font-size:0.8em;
	color:#666;
}

.servicos-home{
	width:100%%;
	float:left;
	position:relative;
	margin:-7% 4% 3% 6%;
}

.servicos-home h1{
	width:100%;
	float:left;
	position:relative;
	font-size:1.0em;
	font-weight:300;
	color:#333;
	margin-top:10px;
}

.servicos-home p{
	width:100%;
	float:left;
	position:relative;
	font-size:0.6em;
	color:#666;
}

.servicos-home a{color:#333;font-size:1.2em;}
.servicos-home a:hover{color:#00afef;}

.servicos{

	margin-bottom:3% !important;

	padding-right:5% !important;

}
.orcamento-home{
	width:100%;
	float:left;
	position:relative;
	margin:50px 0;
	padding:150px 0;
	background: url(../images/orca-mob.png) 50% 50%;
	border-top: 1px solid #eee;
	text-align:center;
}

.orcamento-home h1{
	font-size:1.8em;
	color:#fff;
}

.orcamento-home a{
	background:none;
	color:#fff;
	margin:45px 18px 0 0;
	padding:20px 80px;
	font-size:0.9em;
	border-radius:30px;
	border:1px #FFF solid;
}

.orcamento-home a:hover{background:#FFF;color:#00afef;}

.utilitarios{
	width:100%;
	float:left;
	position:relative;
	background:#FFF;
	margin:0;
}

.utilitarios h1{
	font-size:1.2em;
	color:#666;
	font-weight:300;
}

.noticias{
	width:50%;
	float:left;
	position:relative;
	margin-right:2%;
	font-size:0.9em;
	color:#666;
}

.calendario{
	width:24%;
	float:left;
	position:relative;
	margin-right:2%;
	font-size:0.9em;
	color:#666;
}

.imposto{
	width:22%;
	float:left;
	position:relative;
	font-size:0.9em;
	color:#666;
}

.txt-conteudo{
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	margin:35px 0 15px 0;
}

.txt-conteudo h1{
	font-size:1.8em;
	color:#333;
	font-weight:300;
}

.txt-conteudo p{
	font-size:1.3em;
	font-weight:300;
	color:#666;
}


.valores{
	width:100%%;
	float:left;
	position:relative;
	background:#FFF;
	border-top:3px solid #CCC;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 2%;
	margin:2% 2% 2px 0px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.valores:hover{
	border-top:3px solid #00afef;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.valores h2{
	font-size:1.0em;
	color:#666;
	font-weight:300;
}

.valores p{
	font-size:0.8em;
	color:#666;
	font-weight:400;
}

article.links{
	width:100%;
	float:left;
	position:relative;
	background:#FFF;
	text-align:center;
	color:#666;
	margin-bottom:5%;
	padding:8% 5%;
	border: 1px #E5E5E5 solid;
}

article.links:hover{
	background:#00afef;
	color:#fff;
	border: 1px #00afef solid;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.contato{
	width:42.5%;
	float:left;
	position:relative;
	background:#FFF;
	border-top:3px solid #CCC;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px 2%;
	margin:3% 5% 0 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.contato:hover{
	border-top:3px solid #00afef;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.contato h2{
	font-size:1.2em;
	color:#666;
	font-weight:300;
}

.contato p{
	font-size:0.85em;
	color:#666;
	font-weight:300;
}

.contato a{
	font-size:0.85em;
	color:#666;
	font-weight:300;
}

.contato a:hover{color:#00afef;}

/* FORM ----------------------------------------------------------------*/

.field{
	width:96%;
	float:left;
	position:relative;
	padding:4% 2%;
	font-size:0.9em;
	color:#666;
	margin: 10px 0 0 0;
	border: 1px solid #999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #fff;
	color:#888;
	border:none;
	outline:none;
	display:inline-block;
	font-family: 'Open Sans', Arial, serif;
}

.field-form{
	width:96%;
	float:left;
	position:relative;
	padding:4% 2%;
	font-size:0.9em;
	color:#666;
	margin: 10px 0 0 0;
	border: 1px solid #eee;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #fff;
	color:#888;
	outline:none;
	display:inline-block;
	font-family: 'Open Sans', Arial, serif;
}

.button{
	width:100%;
	cursor:pointer;
	background:#00afef;
	-webkit-background:#00afef;
	-moz-background:#00afef;
	color:#fff;
	margin:20px 15px 0 0;
	padding:18px 40px;
	font-size:0.9em;
	float:left;
	position:relative;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-right:none;
	border-bottom:3px #001741 solid;
	-webkit-border-bottom:3px #001741 solid;
	-moz-border-bottom:3px #001741 solid;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.button:hover {
	background: #ccc;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

/* FOOTER -------------------------------------------------------------*/

footer{
	width: 100%;
	margin:5% 0 0 0;
	padding: 40px 0 0 0;
	background-color:#1F1F1F;
	position:relative;
	float:left;
}

.footer-area{
	width:32%;
	float:left;
	position:relative;
	margin: 0 2% 0 0;
	color:#666;
	font-size:0.85em;
	line-height:1.8em;
	font-weight:300;
}

.footer-area h1{
	font-size:1.2em;
	color:#666;
	font-weight:300;
}

.footer-area p{
	color:#666;
	font-weight:300;
	margin:5px 0 10px 0;
}

.footer-area a{color:#666;}

.footer-area a:hover{color:#CCC;}

.social{
	width:auto;
	float:left;
	position:relative;
	margin:10px 2% 0 0;
}

.social a{
	text-align:center;
	border-radius:50%;
	background:#333;
	color:#666;
	margin:10px 0 0 0;	
}

.facebook a{padding:10px 16px;}
.twitter a{padding:10px 13px;}
.gplus a{padding:10px 12px;}
.linkedin a{padding:10px 13px;}
.insta a{padding:10px 13px;}
.youtube a{padding:10px 13px;}

.facebook a:hover{background:#3b5998; color:#fff;}
.twitter a:hover{background:#2aa9e0; color:#fff;}
.gplus a:hover{background:#d74137; color:#fff;}
.linkedin a:hover{background:#0077b5; color:#fff;}
.insta a:hover{background:#d13598; color:#fff;}
.youtube a:hover{background:#F00; color:#fff;}

.copy{
	width:100%;
	float:left;
	padding:30px 0 35px 0;
	margin-top:140px;
	background:#141414;
}

.copy a{color:#444;}
.copy a:hover{color:#666;}

.rights{
	float:left;
	position:relative;
	font-size:0.85em;
	color:#444;
}

.ftmenu{
	float:right;
	position:relative;
	font-size:0.85em;
	color:#444;
}


/* PLUGIN ORÇAMENTO -------------------------------------------------------*/

.contador{
	width:100%;
	float:left;
	position:relative;
}

.contador p{
	font-size:0.9em;
	color:#666;
	text-align:center;
}

.calculadora{
	width:91%;
	float:left;
	position:relative;
	padding:3%;
	background:rgba(204,204,204,0.3);
	border-radius:8px;
}

.calculadora p{
	font-size:0.9em;
	color:#333;
	text-align:center;
}

.field-bottom{
	width:100%;
	float:left;
	position:relative;
	border: none;
	border-bottom: 1px solid #999 !important;
	padding:1% 0;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#666;
}

.lista{
	width:100%;
	float:left;
	position:relative;
	padding:2%;
	text-align-last:center;
	font-size:1.4em;
	font-weight:bold;
	color:#666;
	margin: 10px 0 0 0;
	border: 1px solid #999;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	-moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
	background: #fff;
	color:#888;
	border:none;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
}

.resultado{
	width:48%;
	float:left;
	position:relative;
	margin-right:2%;
	text-align:center !important;
}

.resultado h1{
	font-size:1.2em;
	color:#333;
	font-weight:400;
	margin-bottom:20px;
	text-transform:none !important;
}

.numeros{
	width:48%;
	float:left;
	position:relative;
	text-align:center;
	background:#00afef;
	border-bottom:3px #88000d solid;
	border-radius:8px;
	margin:10px 1% 0 0;
	padding:0 0 25px 0;
}

.numeros p{color:#fff !important; margin-top:30px;}

.numeros h2{
	font-size:2.2em;
	color:#fff;
	font-weight:700;
	margin-top:-10px;
}

/* SCROLL BAR -------------------------------------------------------------*/

body::-webkit-scrollbar{
	width:0px;
	background-color:#eaeaea;
	margin-right:00px;
}

body::-webkit-scrollbar:horizontal{
	height:0px;
}

body::-webkit-scrollbar-track{
	border:none;
}

/*-----------------------*/

#scrollbar-custom::-webkit-scrollbar{
	width:6px;
	background-color:#eaeaea;
	margin-right:50px;
}

#scrollbar-custom::-webkit-scrollbar:horizontal{
	height:6px;
}

#scrollbar-custom::-webkit-scrollbar-track{
	border:1px #e5e9ec solid;
	border-radius:10px;
	-webkit-box-shadow:0 0 6px #C8C8C8 inset;
}

#scrollbar-custom::-webkit-scrollbar-thumb{
	background-color:#2f2f2f;
	border:1px solid #e5e9ec;
	border-radius:16px;
}

#scrollbar-custom::-webkit-scrollbar-thumb:hover{
	background-color:#2f2f2f;
	border:1px solid #e5e9ec;
}

#scrollbar-custom::-webkit-scrollbar-thumb:active{
	background-color:#2f2f2f;
	border:1px solid #e5e9ec;
}


/* POP UP IE -------------------------------------------------------------*/


#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#333;
	display:none;
}

#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}

#boxes #dialog2 {
	background:transparent; 
	width:650px;
	margin:0 auto;
	margin-top:-160px;
}

.close{
	display:block; 
	float: left;
	margin-left: 0;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 1px #64799e;
	/* Background gradient */
	background: #191d2f;
	/* Border style */
	border: 0.1px solid #051c44;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-color: #25a9e0;
	background-position: 0% 0%;
}

/**
Breakpoint
*/

@media only screen and (max-width:1024px){
	.conteudo{max-width:90%;}
	.menu-mobile{width:45%;}
}

@media only screen and (max-width:800px){
	
	.servicos-home{
		width:42%;
		float:left;
		position:relative;
		margin:10% 0 2% 8%;
		text-align:center;
	}
	
	.footer-area{
		width:100%;
		margin: 2% 0 4% 0;
		text-align:center;
	}
	
	.margin-social{margin-left:25% !important;}
	
	.ftmenu{
		width:100%;
		float:left;
		position:relative;
		text-align:center;
	}
	
	.copy{text-align:center;}
	
	.rights{
		width:100%;
		text-align:center;
	}
	
	.utilitarios{display:none;}
	
	.links{
		width:100%;
		margin-right:0%;
	}
	
}

@media only screen and (max-width:600px){
	.menu-mobile{width:70%;}
	.servicos-home{
		width:100%;
		float:left;
		position:relative;
		margin:10% 0 4% 0%;
		text-align:center;
	}
	
	.circulo a{
		background:#fff;
		color:#CCC;
		padding:20% 22%;
		border-radius:50%;
		border: 1px #CCC solid;
		font-size:1.4em;
	}
	
	.circulo a:hover{
		background:#fff;
		color:#00afef;
		border: 1px #00afef solid;
	}
	
	.resultado{
		width:100%;
		margin-right:0%;
	}

	.orcamento-form{
		width:91%;
		float:left;
		position:relative;
		margin-top:25px;
		margin-bottom:25px;
		margin-right:0%;
		padding:3%;
		background:rgba(204,204,204,0.3);
		border-radius:8px;	
	}

	.numeros{
		width:48%;
		float:left;
		position:relative;
		text-align:center;
		background:#00afef;
		border-bottom:3px #88000d solid;
		border-radius:8px;
		margin:10px 1% 0 0;
		padding:0 0 15px 0;
	}

	.numeros p{color:#fff !important; margin-top:20px;}

	.margin-social{margin-left:20% !important;}

	.valores{
		width:95%;
		padding:10px 2%;
		margin:3% 5% 0 0;
	}
	
	.contato{
		width:95%;
		padding:10px 2%;
		margin:3% 5% 0 0;
	}
	
}

@media only screen and (max-width:500px){
	.topo-mobile{display:block;}
	.margin-social{margin-left:15% !important;}
}

@media only screen and (max-width:400px){
	.logo{width:60%;}
	.logo img{width:100%;}
	.margin-social{margin-left:10% !important;}
}

@media only screen and (max-width:350px){
	.margin-social{margin-left:5% !important;}
}

@media only screen and (max-width:320px){
	.margin-social{margin-left:0% !important;}
}
