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

*{
	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;
	text-align:justify;
}

img {
    border: none;
}

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

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

header{
    width:100%;
	height:auto;
	position: relative;
	float:left;
	z-index:999;
}

/* Logo ------------------------------------------------------------*/
.logo{
	position: absolute;
	padding-top:2%;
	width:100%;
}


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

.menu{
background:#123b65;
}

.menu a{
	color:#fff;
	font-size:0.9em;
	padding-left:10px;
	margin-top:10px;
}

/*Links Topo--------------------------------------------------------------*/

.topo a{
	color:#fff;
	font-size:0.9em;
	padding-left:10px;
	margin-top:10px;
}

/*Alinhamento-------------------------------------------------------------*/
.text-align{
	text-align:right;
}
.text-align-justify{
	text-align:justify !important;
}
.text-aling-center{
	text-align:center !important;
}
/* Padding ------------------------------------------------------------*/
.padding-menu{
	padding:45px 0 0 0;
}

.padding-1{
	padding:20px;
}

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

.padding-2{
	padding:30px;
}

.padding-top{
	padding-top:20px;
}
/* Border--------------------------------------------------------------*/


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

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

.bg-1{
	background:#ebebeb;
}

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

.banner{
	width: 100%;
    height:auto;
	position:relative;
}

.banner img {
	border:1px solid #d5d8db;
}


/*Bem Vindo-----------------------------------------------------------*/

.bem-vindo{
	width:80%;
	margin:auto auto;
	text-align:center;
}

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

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

.section-1{
	width:100%;
	float:left;
	position:relative;
	padding:20px 0;
}

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

.faixa-home{	
	z-index:999;
	padding-top:2%;
	padding-bottom:25px;
	background: rgba(18,59,101,0.9);
	margin-top:-9%;
	margin-bottom:1%;
	position:absolute;
	width:100%;
	color:#fff;
}

.faixa-home a{
	color:#fff;
}

.faixa-home h2{
	color:#fff !important;
	font-weight:300 !important;
}


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

.faixa-title{	
	z-index:999;
	padding-top:1%;
	background: rgba(18,59,101,0.9);
	margin-top:-4%;
	margin-bottom:1%;
	position:absolute;
	width:100%;
	color:#fff;
}

.faixa-title a{
	color:#fff;
}

.faixa-title h2{
	color:#fff !important;
	font-weight:300 !important;
}
/*Links Úteis-------------------------------------------------------*/

.link-uteis-2 {
	background:#f0f0f0;
	padding:15px 5px;
	width:100%;
	margin-bottom:5%;
	margin-top:5%;
	text-transform:uppercase;
	text-align:center;
}

.link-uteis-2:hover {
	background:#4aafd8;
	color:#fff !important;
}

.link-uteis-2 a:hover{
	color:#fff;
}
.no-padding{
	padding-left:2px !important;
	padding-right:2px !important;
}
/* 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%;
}



/*Botão-------------------------------------------------------*/

.btn-2{
	border:2px solid #2e3b4b;
	padding:10px;
	
}

.btn-2:hover{
	background:#2e3b4b;
	padding:5px 10px;
	color:#fff;
	border:2px solid #2e3b4b;
	
}
/*Titulos-----------------------------------------------------*/

h1{
	color:#FFF !important;
	font-size:1.8em !important;
	font-weight:normal !important;
	margin:0 !important;
	text-transform:uppercase;
	padding-bottom:3%;
}

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

h3{
	color:#123b65 !important;
	font-weight:bolder !important;
	font-size:1.4em !important;
	margin-top:5px !important;
	text-transform:uppercase;
	
}

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

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

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

.foto-home-title{
	color:#123b65;
	text-transform:uppercase;
	position: relative;
	width:100%;
	padding:18px 0;
	text-align: left;
	font-weight:bolder;
	font-size:1.2em;
}

.foto-home-title a{
	color:#123b65;
}
/*Section 2------------------------------------------------------------------------*/

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

.bg{
	background:#f5f5f5;
}

/*Section 3------------------------------------------------------------------------*/

.section-3{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 1%;
	padding:2% 0 2% 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;
}

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


/*Clientes--------------------------------------------------------------*/

.clientes img{
	border:1px solid #eee;
}

/* Contato -------------------------------------------------------------*/
.btn-form{
	background:#123b65 !important;
	color:#fff;
	font-weight:bolder;
}
.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: #2e3b4b;
	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 #bababa; 
	width: 100%; 
	height: 40px; 
	margin-bottom:2%; 
	border-radius:8px; 
	background: #fff;
	color:#123b65;
}

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

footer{
    width: 100%;
    height:auto;
    background:#123b65;
    color:#fff !important;
	font-weight:normal !important;
    position:relative;
	line-height:1.8em;
	font-size:13px !important;
	padding:1% 0;
	text-align:center;
	margin-top:0%;

}


footer a {
	color:#fff !important;
	font-weight:normal;
	margin-bottom:5%;
}


.footer-2{
	background:#0d2c4c;
	padding:10px 0;

}


/* 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 :1440px){
.section-3{
	margin-top: 3%;
}
.faixa-title{
	position:relative;
	margin-top:0;
}
}

@media only screen and (max-width :1680px){
	.logo{
		padding-top:0.7%;
	}
	
}

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

ul#main-menu li a {	
    padding: 14px 28px;    
}

.faixa-home{
	position:relative;
	margin-top:-5%;
}
}


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

.bem-vindo{
	width:100%;
}

.menu{
	background:#123b65;
	padding-bottom:1%;
}

.exclui-img{
	display:none;
}
.foto-home-title{
	width:90%;
	top:55%;
	font-size:1em;
}
.faixa-home{
	margin-top:0;
}
.col-md-2-5{
	margin-bottom:2% !important;
}
}

@media only screen and (max-width :667px){
	.text-right, .text-left{
		text-align:center !important;
	}
}

@media only screen and (max-width :603px){
	.exclui-foto{
		display:none !important;
	}

}

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

.banner{
	display:none;
}

.logo{
	position:relative;
}
.col-pp{
	width:100% !important;
}
.faixa-home{
	position:relative;
	margin-top:6%;

}

}