/*font*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* 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{overflow-x: hidden;}

body {
    font-family: 'Open Sans', Arial, serif;
	overflow-x: hidden;
}

*{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;}

img{border: none;}

.conteudo{max-width:80%;height: 100%;}

.no-margin-top{margin-top:0 !important;}

.no-margin-right{margin-right:0 !important;}

.no-border-right{border-right:none !important;}

.vermelho{color:#0e3766;}

.field-vermelho{background:#FFD5D5;}

.relative-left{float:left;position:relative;}

.margin-bottom{margin-bottom:40px;}

/* HEADER -------------------------------------------------------------*/

header{
    width:100%; 
	position: absolute;
	float:left;
	top:0;
	z-index:9999;
}

.logo{
	position:relative;
	float:left;
	margin: 15px 0;
}

.menu-mobile{
	width:100%;
	height:100%;
	position:fixed;
	background:#1E1E1E;
	z-index:99999999;
	display:none;	
}

.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:100%;
	float:left;
	position:relative;
	padding:25px 0;
	background:#1E1E1E;
	color:#666;
	border-bottom:1px solid #252525;
	text-align:center;
}

.links-menu-mobile a:hover{
	background:#0e3766;
	color:#fff;
	border-bottom:1px solid #0e3766;
	text-align:center;
}

/* MENU -------------------------------------------------------------*/

nav{
    position: relative;
    float: right;
	margin:25px 0 0 0;
	padding: 30px 0;
}

nav a{
	font-size:0.85em;
	color: #fff;
    padding:15px 0;
	margin:0 0 0 40px;
}

nav a:hover{
	width:50%;
	color: #fff;
	border-bottom:1px solid #FFF;
}

.menu-tablet{
	float:right;
	position:relative;
	display:none;
	margin-top:35px;
}

.menu-tablet a{font-size:1.2em;color:#fff;cursor:pointer; padding:10px 15px; border:1px solid #FFF;}

.menu-tablet a:hover{background:#FFF;color:#0e3766;border:1px solid #fff;}

/* BANNER -------------------------------------------------------------*/

.banner{
	width:100%;
	z-index:9;
}

.banner-pages{
	width: 100%;
	height:125px;
	z-index:9;
	background: url(../images/bg-conteudo.png) repeat;
}

/* MIOLO -------------------------------------------------------------*/

.titulo{
	text-align:center;
	margin:50px 0 15px 0;
}

.titulo h1{
	font-size:1.4em;
	color:#666;
	font-weight:300;
}

.titulo p{
	font-size:0.9em;
	color:#666;
}

.servicos-home-area{}

.servicos-home{
	margin:5% 0;
	text-align:center;
}

.circulo{
	width: 33%;
	margin:0 auto;
	position:relative;
}

.circulo a{
	background:#fff;
	color:#333;
	padding:30% 34%;
	border-radius:50%;
	border: 1px #333 solid;
	font-size:1.4em;
}

.circulo a:hover{
	background:#0e3766;
	color:#fff;
	border: none;
}

.servicos-home h1{
	width:100%;
	float:left;
	position:relative;
	font-size:1.0em;
	font-weight:300;
	color:#333;
	margin-top:55px;
}

.servicos-home p{
	width:100%;
	float:left;
	position:relative;
	font-size:0.8em;
	color:#666;
}

.orcamento-home{
	margin:50px 0 0 0;
	padding:70px 0;
	background:#fff;
	border-top: 1px solid #eee;
}

.orcamento-home h1{
	font-size:1.4em;
	color:#666;
	font-weight:300;
}

.orcamento-home video{
	width:100%;
	position: absolute;
	-webkit-filter: hue-rotate(180deg) saturate(0%);
	opacity: 0.1;
	top:0;
}

.orcamento-form{
	padding:3%;
	background:rgba(204,204,204,0.3);
	border-radius:8px;	
}

.orcamento-form h2{
	font-size:1.2em;
	color:#666;
	font-weight:300;
}

.utilitarios{
	background: url(../images/utilitarios.png) repeat #FFF;
	padding:60px 0;
}

.utilitarios h1{
	font-size:1.5em;
	color:#fff;
	font-weight:300;
}

.noticias{
	font-size:0.9em;
	color:#fff;
}

.calendario{
	font-size:0.9em;
	color:#fff;
}

.imposto{
	font-size:0.9em;
	color:#fff;
}

.servicos{margin:0 0 80px 0;}

.valores{
	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% 2% 0 5%;
	-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 #0e3766;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.valores h2{
	font-size:1.2em;
	color:#666;
	font-weight:300;
}

.valores p{
	font-size:0.9em;
	color:#666;
	font-weight:400;
}

.links{font-size:1.0em;}

.links a{
	width:100%;
	float:left;
	position:relative;
	background:#FFF;
	text-align:center;
	color:#666;
	margin-bottom:5%;
	padding:8% 5%;
	border: 1px #E5E5E5 solid;
}

.links a:hover{
	background:#0e3766;
	color:#fff;
	border: 1px #0e3766 solid;
}

.contato{
	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% 2% 0 5%;
	-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 #0e3766;
	-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:#10437e;}

/* 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:#0e3766;
	-webkit-background:#0e3766;
	-moz-background:#0e3766;
	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 #0b2a4f solid;
	-webkit-border-bottom:3px #0b2a4f solid;
	-moz-border-bottom:3px #0b2a4f solid;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.button:hover {
	background: #0b2a4f;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

/* FOOTER -------------------------------------------------------------*/

footer{
    width: 100%;
    padding: 40px 0 0 0;
    background-color:#111111;
	position:relative;
	float:left;
}

.footer-area{
	height:200px;
	color:#666;
	font-size:0.9em;
	line-height:1.8em;
	font-weight:300;
	border-right:1px dashed #666666;
}

.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;}
.skype 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;}
.skype a:hover{background:#00aef1; color:#fff;}
.youtube a:hover{background:#F00; color:#fff;}

.copy{
	width:100%;
	float:left;
	padding:30px 0 35px 0;
	margin-top:140px;
	background:#0e0e0e;
	text-align:center;
}

.copy a{color:#444;}
.copy a:hover{color:#666;}

.rights{
	float:left;
	position:relative;
	font-size:0.9em;
	color:#444;
}

.ftmenu{
	float:right;
	position:relative;
	font-size:0.9em;
	color:#444;
}


/* PLUGIN ORÇAMENTO -------------------------------------------------------*/

.contador{
	 width:100%;
	 float:left;
	 position:relative;
 }
 
 .contador p{
	 font-size:1.0em;
	 color:#666;
	 text-align:center;
 }
 
 .calculadora{
	 padding:3%;
	 background:rgba(204,204,204,0.3);
	 border-radius:8px;
 }
 
 .calculadora p{
	 font-size:1.0em;
	 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{
	 text-align:center !important;
 }
 
 .resultado h1{
	 font-size:1.2em;
	 color:#333;
	 font-weight:400;
	 margin-bottom:20px;
	 text-transform:none !important;
 }
 
 .numeros{
	 width:49%;
	 float:left;
	 position:relative;
	 text-align:center;
	 background:#0e3766;
	 border-bottom:3px #88000d solid;
	 border-radius:8px;
	 margin:10px 2% 0 0;
	 padding:2% 0 2% 0;
 }
 
 .numeros p{color:#fff !important; margin-top:10px;}
 
 .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){
	nav{display:none;}
	.menu-tablet{display:block;}
	.conteudo{max-width:90%;}
	.orcamento-form{
	 float:left;
	 position:relative;
	 margin:30px 0 30px 0;
	 padding:3%;
	 background:rgba(204,204,204,0.3);
	 border-radius:8px;	
     }
	.orcamento-home video{display:none;}
	.orcamento-home{background: url(../images/orca-mob.png) repeat; margin:50px 0 0 0;}
}

@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;}
	
}

@media only screen and (max-width:600px){
    .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:#0e3766;
	border: 1px #0e3766 solid;
	}
	 
	 .margin-social{margin-left:20% !important;}
	
}

@media only screen and (max-width:500px){
	.margin-social{margin-left:15% !important;}
	.valores{
	width:95%;
	padding:10px 2%;
	margin:3% 5% 0 0;
    }
}

@media only screen and (max-width:400px){
	.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;}
}