/*font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Lily+Script+One);


/* GERAIS -------------------------------------------------------------*/
html{
	margin: 0;
	padding: 0;	
	overflow-x: hidden;
}

body {
    font-family: 'Open Sans', Arial, serif;
	color:#000;
	font-size:0.8em;
}

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

ul{
    list-style: none;
}

a {
    text-decoration: none;
    border: none;
	color:#000;
}
a:hover {
    text-decoration: underline;
}

p {
    margin-top:1em;
}

img {
    border: none;
}

.clear{
	clear:both;
}
.clearout{
	display:none;
}
.conteudo{
    max-width:1100px;
    height: auto;
}

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

header{
    width:100%;
	height:auto;
	position:absolute;
	float:left;
	z-index:999;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

/* Logo ------------------------------------------------------------*/
.logo{
	padding:10px 0;
}


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

.text-align{
	text-align:right;
}
.text-align-justify{
	text-align:justify !important;
}
/* Padding ------------------------------------------------------------*/
.padding-menu{
	padding: 60px 0;
}

.padding-1{
	padding:20px;
}

.margin-2{
	margin-bottom:3%;
}

.padding-2{
	padding:30px;
}

/* Border--------------------------------------------------------------*/


.border-top{
	border-top:5px #003663 solid;
	margin-bottom:3%;
}

/* Background----------------------------------------------------------*/

.bg-1{
	background:#ebebeb;
}

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

#banner{
	width: 100%;
    height:auto;
	position:relative;
	float:left;
	
}


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

#miolo {
    width: 100%;
    height:auto;
	position:relative;
	float:left;    
}

.section-1{
	width:100%;
	float:left;
	position:relative;
}

/* Home--------------------------------------------------------*/

.faixa-home{
	background:#ebebeb;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	z-index:999;
	padding-top:2%;
	padding-bottom:25px;
	font-size:0.9em;
	border-top: 5px solid #3e4095;
}

.faixa-home strong{
	font-size:1.2em;
	padding-top:5px;
}

/*Links Home--------------------------------------------------------*/

.links{    min-height: 90px !important}

.link-home {
	background: url(../images/icone-mais.png) no-repeat bottom right #ccd7e0;
	padding:2% 5%;
	margin-bottom:5%;
	min-height:135px;
	
}

.link-home h2{
	color:#1f5989;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bolder;
}

.link-home a{
	text-decoration:none;
	color:#000 !important;	
}

.link-home a:hover {
	text-decoration:none !important;
}

.link-home:hover {
	background: url(../images/icone-mais.png) no-repeat bottom right #ccc;
	text-decoration:none;

}

/*Links Home--------------------------------------------------------*/

.link-empresa {
	background:#ccd7e0;
	padding:5%;
	margin-bottom:5%;
	min-height:430px;
	
}

.link-empresa h2{
	color:#1f5989;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bolder;
}

.link-empresa a{
	text-decoration:none;
	color:#000 !important;	
}

.link-empresa a:hover {
	text-decoration:none !important;
}

.link-empresa:hover {
	background:#ccc;
	text-decoration:none;

}

/*Links Úteis-------------------------------------------------------*/

.link-uteis-2 {
	border:1px solid #959595;
	padding:15px 10px;
	width:100%;
	margin-bottom:5%;
	margin-top:5%;
	text-transform:uppercase;
	text-align:center;
}


/* Link -1 ---------------------------------------------------------*/

.link-1{
	background:#003663;
	color:#fff;
	padding:23% 8% 33% 8%;
	text-align:center;
	font-size:0.9em;
}


.link-1:hover{
	background:#7b7979;
	color:#fff;
	padding:23% 8% 33% 8%;
	text-align:center;
	font-size:0.9em;
}

.link-2{
	background:#1f5989;
	color:#fff;
	padding:28% 8%;
	text-align:center;
	font-size:0.9em;
}

.link-1 h2, .link-2 h2{
	color:#fff;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:bolder;
	border-bottom:1px solid #fff;
	padding-bottom:3%;
}

/*Acesso Rapido-------------------------*/

.title{
	width:100%;
	background: rgba(0,54,99,0.8);
	color:#fff;
	position: absolute;
	z-index:1;
	top:130px;
	padding:10px 0;
	font-weight:bolder;
	text-transform:uppercase;
}

/* Faixa------------------------------------------------------------*/

.faixa{
	background: url(../images/bg-faixa.jpg) no-repeat 50% 50%;
	background-size: cover !important;
	-webkit-background-size: cover !important;
    background-attachment: fixed;
	position: relative;
    min-height: 150px;
    width: 100%;
    overflow: hidden;
}

.texto-faixa{
	font-size:1.5em;
	color:#fff;
	font-weight:500;
	text-align:center;
	padding:30px 20px;
	
}
.texto-faixa h2, .texto-faixa a {color:#fff !important;}

.texto-faixa .btn-1 {
	border:3px solid #fff;
	width:20%;
	margin:0 auto;
	padding:10px;
	margin-top:3%;
}
/*Titulos-----------------------------------------------------*/

h1{
	color:#2e2e2e!important;
	font-size:3em !important;
	font-weight:300 !important;
	margin:0 !important;
	text-transform:uppercase;
}

h2{
	color:#2e2e2e !important;
	font-size:1.2em !important;
	font-weight:700 !important;
	margin:0 !important;
	text-transform:uppercase;
}

h3{
	color:#1f5989 !important;
	font-weight:normal !important;
	font-size:1.3em !important;
	text-transform:uppercase;
	
}

/*Border---------------------------------------------------------------------------*/

.border{
	border-top:8px solid #3e4095;
	margin-bottom:3%;
	margin-top:1%;
}

/*Section 2------------------------------------------------------------------------*/

.section-2{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1%;
	margin-bottom: 1%;
	padding:1% 0 1% 0;
}

/* Empresa  -------------------------------------------------------*/

.exclui-foto{
}

.exclui-foto-2{
}

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

.margin-top{
	margin-top:5%;
}

.no-padding-left{
	padding-left:0 !important;
}

/*Pagina Links Uteis --------------------------------------------------*/
.link-uteis{
	width:100%;
	margin-top:3%;
}


/* Contato -------------------------------------------------------------*/

.button{
	width:33%;
	height:35px;
	font-size:1.1em;
	text-transform:uppercase;
	float: left;
	font-weight:300;
	line-height: 1em;
	cursor: pointer;
	color: #fff;
	text-align: center;
	background: #003663;
	border-radius:0;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.button:hover {
	background: #ccc;
	color:#003663;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

input{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
	padding: 3px; 
	border: 1px solid #ccc; 
	width: 100%; 
	height: 30px; 
	margin-bottom:2%; 
	border-radius:0px; 
	background: #fff;
}

textarea{
	font-family: 'Open Sans', Arial, serif;
	font-size:0.9em;
	padding: 3px; 
	border: 1px solid #cccccc; 
	width: 100%; 
	color:#7f7f7f;
	margin-bottom:3%; 
	border-radius:0px; 
	background: #FFF;
}
/* FOOTER -------------------------------------------------------------*/

footer{
    width: 100%;
    height:auto;
    background:#111376;
    color:#fff;
    position:relative;
	line-height:1.8em;
	padding-top:1%;
	padding-bottom:1%;
	border-top:8px solid #3e4095;
}

.footer-2 a, footer a{
	color:#fff !important;
	text-decoration:none;
	font-weight:lighter;
}

.footer-2{
	background:#111376 !important;
	color:#fff;
	text-align:center !important;
	font-size:0.8em;
	padding:10px 0;
}


footer a {
	color:#fff !important;
	text-transform:uppercase;
	font-weight:bolder;
	margin-bottom:5%;
}



/* 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%;
}


/*Responsivo---------------------------------------------*/

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

.conteudo{
	padding:0px 5px;
}
	
ul#main-menu li a {	
    padding: 14px 15px;    
}



}


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

.texto-faixa .btn-1{
	width:30%;
}

.exclui-foto-3{
		display:none !important;
	}
.padding-bottom{
	margin-bottom:2%;
}
h1{margin: 3% 0!important;}

header{position:relative;}
}
@media only screen and (max-width :650px){

.menu{
	width:100%;
}

.links{line-height:1.8em;}

.links img{padding-right: 5%;}

}

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

.menu{
	width:100%;
}


.texto-faixa .btn-1{
	width:100%;
}
.col-pp{
	width:100% !important;
}
header{
	position:relative;
}

h1{
	font-size:2em !important;
}
}