/*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');

/* GERAIS -------------------------------------------------------------*/

html{overflow-x: hidden;}

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

*{margin:0px auto;padding:0px 0px;	}

ul, li{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;}

.vermelho{color:#d10014;}

.field-vermelho{background:#FFD5D5;}

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

.corbase{color:#0256a8;}

.no-side-padding{padding-right:none; padding-left:none;}

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

header{width:100%;}

.topo{
	width:100%;
	background:#17191c;
	padding:20px 0;
}

.topo a{color:#fff;}

.topo a:hover{color:#0256a8;}

nav{width:100%; padding:2% 0;}

nav ul{margin-top:44px;}

nav li{float:left; position:relative;}

nav li a{font-size:1.0em; color:#333; padding:10px 20px; background:#fff; border-radius:4px;}

nav li a:hover{background:#0256a8; color:#fff;}


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

.menu-mob{display:none;}

.menu-mob a{font-size:1.1em;font-weight:bold;color:#333;cursor:pointer;}
.menu-mob a:hover{color:#0256a8;}

.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:#0256a8;
	color:#fff;
	border-bottom:1px solid #0256a8;
	text-align:center;
}

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

.banner{width:100%;}

/* CONTEUDO ----------------------------------------------------------------*/

.bemvindo{width:100%;padding:4% 0;}

.bemvindo h1{
	font-size:2.5em;
	font-weight:800;
	color:#333;
	text-transform:uppercase;	
}

.bemvindo h2{
	font-size:1.5em;
	font-weight:300;
	color:#333;	
}

.bemvindo p{
	font-size:1.0em;
	font-weight:300;
	color:#333;	
}

.bemvindo hr{
	width:100%;
	float:left;
	position:relative;
	margin:20px 0;
    border: 0;
    border-bottom: 2px dashed #ccc;
    background: #fff;
}

.bemvindo-botoes{text-align:right;}
h2.empresa {
	font-size: 20px;
	color:#fff;
}
.servicos-home{width:100%;padding:2% 0;}

.servicos-home img{width:100%;}

.servicos-home h1{
	font-size:2.5em;
	font-weight:800;
	color:#333;
	text-transform:uppercase;	
}

.servicos-home h2{
	font-size:1.4em;
	font-weight:bold;
	color:#333;	
}

.servicos-home p{
	font-size:0.95em;
	font-weight:300;
	color:#333;	
}

.servicos-home a{
	background:#0256a8;
	color:#fff;
	padding:15px 45px;
	font-size:0.9em;
	border-radius:4px;
}

.servicos-home a:hover{background:#0256a8;}

.servicos-home-box{ margin:0 0 100px 0;}

.utilitarios{width:100%; margin:2% 0 0 0; padding:2% 0; background:#f1f1f1;}

.utilitarios h2{
	font-size:1.4em;
	font-weight:bold;
	color:#333;	
}

.pagina{
	width:100%;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.pagina-verde{background: rgba(2,86,168,0.8); padding:10% 0 15% 0;}
.pagina-verde article{
	margin:0 0 0 20%;
}
.pagina-verde article h1{
	font-size:3.2em;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;	
}

.pagina-verde article p{
	font-size:1.0em;
	font-weight:400;
	color:#fff;
}

.pagina-verde article a{
	background:none;
	color:#fff;
	padding:20px 55px;
	font-size:1.0em;
	border-radius:4px;
	border: 1px solid #FFF;
}

.pagina-verde article a:hover{
	background:#FFF;
	color:#0256a8;
	border: 1px solid #FFF;
}

.pagina-branca{background:rgba(255,255,255,0.75); margin:15% 0 0 -10%; padding:4%;}

.pagina-branca h2{
	font-size:1.2em;
	font-weight:600;
	color:#444;
}

.pagina-branca p{
	font-size:1.0em;
	font-weight:400;
	color:#444;	
}

.links-area{margin:0 0 60px 0;}

.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:#0256a8;
	color:#fff;
	border: 1px #0256a8 solid;
}

.titulo{
	width:100%;
	margin:0 0 3% 0;
	padding:2% 0;
	background: rgba(2,86,168,0.8);
	/*background:url(../images/topo.png);*/
}

.titulo h1{
	font-size:2.0em;
	font-weight:800;
	color:#FFF;
	text-transform:uppercase;
}

.titulo p{
	font-size:1.0em;
	font-weight:400;
	color:#FFF;	
}

footer{
	width:100%;
	background:#17191c;
	padding:2% 0 0 0;
}

footer h1{font-size:1.2em;color:#ccc;font-weight:bold;}
footer p{font-size:1.0em;color:#ccc;}

footer a{font-size:1.0em;color:#ccc;}
footer a:hover{color:#0256a8;}

.copy{
	width:100%;
	background:#141518;
	margin: 30px 0 0 0;
	padding:20px 0;
	text-align:center;
}

.copy p{color:#ccc;font-size:1.0em;}

.copy a{color:#ccc;}
.copy a:hover{color:#0256a8;}


/* FORMULÁRIO --------------------------------------------------------------*/

.field-form{
	 width:100%;
	 float:left;
	 position:relative;
	 padding: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:#0256a8;
	-webkit-background:#0256a8;
	-moz-background:#0256a8;
	color:#fff;
	margin:20px 15px 20px 0;
	padding:20px 30px;
	font-size:0.9em;
	float:left;
	position:relative;
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

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

.button-verde{
  border-radius:4px;
  background-color:#0256a8;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.0em;
  font-weight:300;
  margin:50px 0;
  padding: 5% 8%;
  transition: all 0.5s;
  cursor: pointer;
}

.button-verde:hover{background-color:#0256a8;}

.button-cinza{
  border-radius:4px;
  background-color:#17191c;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.0em;
  font-weight:300;
  margin:50px 0;
  padding: 5% 8%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0 0 0 20px;
}

.button-cinza:hover{background-color:#282c31;}

/* 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){
	.topo{display:none;}
	.utilitarios{display:none;}
	nav ul li{display:none;}
	.menu-mob{display:block;}
	.pagina-branca{background:rgba(255,255,255,0.75); margin:0% 0 0 0%;}
	
	.pagina-verde{background: rgba(2,86,168,0.8); padding:10% 0 15% 0;}
    .pagina-verde article{margin:0 0 0 10%;}
	
	.bemvindo-botoes{display:none;}

}

@media only screen and (max-width:800px){
	.copy{margin: 60px 0 0 0;}
	footer{text-align:center; padding:50px 0 0 0;}
	.footer-area{margin-top:5%; text-align:center; border-top:1px dashed #666666;}	
}

@media only screen and (max-width:450px){
	.pagina-verde article a{
	background:none;
	color:#fff;
	padding:20px;
	font-size:1.0em;
	border-radius:4px;
	border: 1px solid #FFF;
	}
	.logo img{width:150%;}
	.banner{display:none;}
	footer img {width:100%;}
}

@media only screen and (max-width:350px){
}