@charset "utf-8";
/* CSS Document */
  
*{ margin:0 auto; padding:0; font-family:Arial, Helvetica, sans-serif;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
a,body,input,p,ul{color:#000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,pre,q,s,samp,small,span,strike,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;list-style:none}a,input,p,textarea,ul{font-family:Arial,Helvetica,sans-serif;font-size:12px}body{line-height:normal}table{border-collapse:separate;border-spacing:0}caption{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}address{font-style:normal}
a{text-decoration:none}
img,object,embed,video, iframe,iframe[style]{max-width:100%;}
 
.centro{ max-width:1200px; width:100%; margin:0 auto; position: relative; }
.clear{ clear:both}
header, figure, section, aside, article, nav, footer {display: block;}

@font-face {
    font-family: 'futura-md-bt-medium';
    src: url('fonts/futura-md-bt-medium.eot');
    src: url('fonts/futura-md-bt-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-md-bt-medium.woff') format('woff'),
         url('fonts/futura-md-bt-medium.ttf') format('truetype'),
         url('fonts/futura-md-bt-medium.svg#futura-md-bt-medium') format('svg');
font-weight: normal;font-style: normal;}

@font-face {
    font-family: 'futura-md-bt-medium-italic';
    src: url('fonts/futura-md-bt-medium-italic.eot');
    src: url('fonts/futura-md-bt-medium-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-md-bt-medium-italic.woff') format('woff'),
         url('fonts/futura-md-bt-medium-italic.ttf') format('truetype'),
         url('fonts/futura-md-bt-medium-italic.svg#futura-md-bt-medium-italic') format('svg');
font-weight: normal;font-style: italic;}

@font-face {
    font-family: 'futura-md-bt-bold-italic';
    src: url('fonts/futura-md-bt-bold-italic.eot');
    src: url('fonts/futura-md-bt-bold-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura-md-bt-bold-italic.woff') format('woff'),
         url('fonts/futura-md-bt-bold-italic.ttf') format('truetype'),
         url('fonts/futura-md-bt-bold-italic.svg#futura-md-bt-bold-italic') format('svg');
font-weight: bold;font-style: italic;}

.topo{ background-image: url(../img/bg/menu.png) ; display: block; height: 100%;
background-repeat: no-repeat;
background-position: center 100px;
} 
#header{height:185px; position:relative; float: left; width: 100%;
background: rgb(144, 198, 230);
background: -moz-linear-gradient(90deg, rgb(144, 198, 230) 0%, rgb(251, 251, 251) 100%);
background: -webkit-linear-gradient(90deg, rgb(144, 198, 230) 0%, rgb(251, 251, 251) 100%);
background: -o-linear-gradient(90deg, rgb(144, 198, 230) 0%, rgb(251, 251, 251) 100%);
background: -ms-linear-gradient(90deg, rgb(144, 198, 230) 0%, rgb(251, 251, 251) 100%);
background: linear-gradient(180deg, rgb(144, 198, 230) 0%, rgb(251, 251, 251) 100%);
}

.logo{ margin: 30px 0 0 50px; float: left;}

.midias{position: absolute; top: 15px; right: 0; width: 130px; }
	.midias li{display: inline-block; margin: 0 1px;}
	.midias li a{display: block; width: 61px; height: 61px; background-image: url(../img/icones/midias.png);}
	.midias li a em{text-indent: -999999px; display: block;}
	.facebook{background-position: -65px 0; } 
	.instagram{background-position: 0 0; }  
/********************** Inicio Menu *******************************/
#menu-toggle {cursor: pointer; display: none; }		
#menu{ height:53px; width:100%; float: left; left:0; top:114px; position:absolute; z-index:99; }
#menu ul {max-width:1120px; width:100%; margin:0 auto; display: block;}
#menu ul li{ float:left; height: 53px; position: relative;}
#menu ul li a{ font-size:16px; display: block; height: 53px; padding: 0px 10px; font-family: 'futura-md-bt-medium'; line-height: 53px; color:#fff; text-transform: uppercase; } 
#menu ul li a:hover{ background: #233d85; transition: all 0.6s; -moz-transition: all 0.6s; -o-transition: all 0.6s; -webkit-transition: all 0.6s; } 
.sep{width: 1px; background: url(../img/icones/sep.png) no-repeat center;}
#menu span{display: none;}
#menu img{ padding-top: 14px;}

/* Submenu */
#menu li ul {position: absolute; z-index:99999; top: 48px; left:0px; display: none; width:180px; background:#2e3b38;  }
#menu li ul li { height:auto; width:180px; background:#2e3b38; }
#menu ul li:hover > ul {display: block; }
#menu li ul li a{height:auto; line-height:20px; padding: 6px 10px; color:#FFF; font-size:12px; background: #2e3b38; display:block; border-bottom:1px solid #738380;}
#menu li ul li a:hover{background: #202b28;}

.nav-fixed {position: fixed !important; left: 0; top:0 !important; z-index: 9001 !important; background: #0063AF; }
.nav-fixed  ul{ display: block; margin: 0 auto; float: none !important; max-width: 830px; }
/********************** Inicio titulos *******************************/ 

.tthome, .ttsub{font-size: 30px; color: #3397d1; text-transform: uppercase; margin-bottom: 55px; font-family: 'futura-md-bt-medium-italic';}
.tthome strong, .ttsub strong{font-size: 36px; display: block; color: #0d699f; font-family: 'futura-md-bt-bold-italic';}

.tthome2{color: #0d699f; font-size: 24px; text-transform: uppercase; margin-bottom: 10px; font-family: 'futura-md-bt-bold-italic';}
.tthome2 span{ font-size: 18px; display: block;}

.tthome3{color: #fff; font-size: 18px; text-transform: uppercase; margin-bottom: 10px; font-family: 'futura-md-bt-bold-italic';}
.tthome3 span{ font-size: 36px; display: block;}

.subtt{color: #3c3c3c; font-size: 28px; margin-bottom: 1em; font-family: 'Raleway', sans-serif; }
.tt{color: #0063af; font-size: 26px; font-family: 'Raleway', sans-serif; margin-bottom: 10px;}

.tit {border-bottom: 1px solid #d8eaf5; margin-bottom: 2.5em; background: url(../img/icones/tit.jpg) repeat-x 0 2px;}
.tit h1{font-size: 36px; text-transform: uppercase; color: #014375; font-family: 'Raleway', sans-serif; font-weight: 800;}
.tit h1 span{background:#fff; padding-right: 10px; position: relative;}
.tit h1 span:before{content: ""; background: none; width: 0; height: 0; position: absolute; right: -19px; top: 0; 
  border-top: 0 solid transparent; border-bottom: 35px solid transparent; border-left: 20px solid #fff;}

.ttsub {font-size: 14px; margin-bottom:10px; margin-left: 50px; margin-top: 2em;}
.ttsub strong {font-size: 20px;}
/********************** Inicio Conteiner *******************************/

#conteiner {padding: 2em 0; clear: both;}
#conteiner p {line-height: 18px;} 

#painel-home{display: block; clear: both; width: 100%; }  

.cola{float: left; width: 55%;}
.colb{float: right; width: 45%;}


.boxe-home{ float:left; width:32%; height:auto; min-height: 200px; margin:0 2% 3% 0; text-align: center;}
.boxe-home:nth-of-type(3n+0){margin:0 0 3% 0;} 
.boxe-home h3{ color:#0f3e80; font-size:18px; margin:10px 0; text-transform: uppercase; font-weight: bold; font-family: 'futura-md-bt-medium'; }
.boxe-home h3 span{display: block; font-size: 14px; font-weight: normal;}
.boxe-home img{max-width: 200%;}


.home{position: relative; -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);}

.home2{background: #dde0e2;}

.col2{float: left; width: 49%;}
.boxenoticia{float: left; width: 49%; background: #fff; padding: 2%; height: 150px; margin-bottom: 2%;  }
.boxenoticia:hover{background: #EFF6FB;}
.col2:nth-of-type(2n+0),.boxenoticia:nth-of-type(2n+0){float: right; }
.boxenoticia time{color: #7f8589; font-size: 14px; display: block; margin: 8px 0; font-family: 'futura-md-bt-medium';}
.boxenoticia h2{font-size: 14px; font-weight: bold; font-family: 'futura-md-bt-bold-italic'; line-height: 20px;}

.btn-noticias{float: right; width: 49%; height: 150px; border:10px solid #0d699f; color: #fff; text-align: center; 
	background: #2079ad; position: relative;}
	.btn-noticias:hover{background: #0d699f; border-color: #2079ad; transition: all 0.6s; -moz-transition: all 0.6s; 
		-o-transition: all 0.6s; -webkit-transition: all 0.6s;}	
.btn-noticias span{display: block; margin-top: 30%; font-size: 14px; text-transform: uppercase; font-family: 'futura-md-bt-bold-italic';}
.btn-noticias span::before,.btn-noticias span::after{ width: 15%; height: 1px; position: absolute; top: 30%; left: 50%; background: #fff; content: ''; }
.btn-noticias span::before {-webkit-transform: translate3d(-50%,-50%,0) rotate(0deg); transform: translate3d(-50%,-50%,0) rotate(0deg); } 
.btn-noticias span::after { -webkit-transform: translate3d(-50%,-50%,0) rotate(-90deg); transform: translate3d(-50%,-50%,0) rotate(-90deg); }

.home3{background: url(../img/bg/home3.jpg); background-size: cover; height: 506px; position: relative; color: #fff;}
.imgmulher{position: absolute; right: 0; top: 0;}
.box-home3{float: left; width: 100%; padding: 2% 0; font-size: 14px;}
.box-home3 img{float: left; margin: 0 2% 0 0;}
.box-home3 span{font-size: 18px; font-family: 'futura-md-bt-medium'; font-weight: bold; display: block; padding-top: 15px;}
.home3 p{color: #fff; font-size: 18px; font-family: 'futura-md-bt-medium-italic'; margin-bottom: 2em;}

/*---------------------- Formulários --------------------*/
#form {width: 49%; float: left; margin-bottom: 1em;}
#form label{display: block; float: left; padding: 0 0 16px 0; min-height: 50px; font-family: Arial, sans-serif; }
#form input, #form textarea{background: #fff; border: 1px solid #96c6e2; height: 40px; font-size:14px; padding: 5px; 
	width: 100%; font-family: 'Raleway', sans-serif; font-weight: 600;}
#form .lr {float: right;}
.maior{ width: 100%; }
.medio{width: 49%;} 
#form textarea{ height:145px; }
#form span{ color: #014375; display: block; font-family: 'Raleway', sans-serif; font-weight: 600; margin-bottom: 5px;}
#form input[type=submit]{ cursor:pointer; background:#253f89; color:#fff; border:none; font-family: 'Raleway', sans-serif; 
width: 85px; font-size:16px; height:45px; float:left; }
#form input[type=submit]:hover{background:#3981db;}

#form ::-webkit-input-placeholder { color: #014375;}
#form ::-moz-placeholder { color: #014375; }
#form :-ms-input-placeholder { color: #014375; }
#form :-moz-placeholder { color: #014375; }

.sidebar{float: right; width: 47%;}

/*Footer Rodapé*/
#footer{ background:#051950 url(../img/bg/footer.jpg) repeat top; height:auto; color:#FFF; clear: both; padding: 10px 0; 
border-top: 5px solid #0b2d72;} 
#footer address, .telefones, .cnpj{ float:left; font-size:14px; width: 80%; margin-top: 20px; width: 100%;
font-family: 'futura-md-bt-medium-italic'; text-transform: uppercase;}
.cnpj{ color: #2d5ab4; }

#footer address:before, .telefones:before{width: 32px; height: 32px; float: left; content: ""; margin: -9px 10px 0 0;
background-image: url(../img/icones/icones-rodape.png);}
.telefones:before {background-position: 0 -41px;}
#footer address:before {background-position: 0 0;}
.pratica {background: url(../img/pratica.png) no-repeat left top; float:right;height: 19px;width: 65px; clear: both;}
 

/********************** Inicio Interna *******************************/
.main{min-height: 350px;}
	.main p{margin-bottom: 25px; }
	.main p, .main li{ font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 14px;}

/*Quem Somos*/
.col3{float: left; width: 30%; margin: 0 3% 2% 0;}
	.col3:nth-of-type(3n+0){ margin: 0 0 2% 0; }

.icone-qm{float: left; margin: 0 4% 60px 0;}

.frota{float: left; width: 23.5%; margin: 0 2% 2% 0;}
	.frota:nth-of-type(4n+0){ margin: 0 0 2% 0; }
.frota h2{color: #0063af; font-size: 22px; margin-bottom: 10px; font-family: 'Raleway', sans-serif;}
.frota img {border: 2px solid #eee;}

/*Notícias*/	
.noticias{float: left; width: 100%; padding-bottom: 1%; margin-bottom: 2%; font-family: 'Raleway', sans-serif;
border-bottom: 1px dotted #0063af;}
.noticias time, .detalhe header time{width: 9%; float: left; color: #7f8589; font-family: 'futura-md-bt-medium'; font-size: 18px;
border-right: 2px solid #add5ed; margin-right: 2%;}
.noticias-content{float: left; width: 89%;}
.noticias-content h2, .detalhe header h2{color: #014375; font-size: 16px; margin-bottom: 5px; font-weight: 600;}
.noticias-content p{color: #3c3c3c; margin-bottom: 0 !important;}
.noticias a:hover h2{text-decoration: underline;}
.detalhe header h2{font-size: 20px;}
.detalhe header{border-bottom: 1px dotted #0063af; margin-bottom: 2em; padding-bottom: 1%;}


/*Localização*/
.mapa{float: left; width: 59%; height: 410px; margin-bottom: 1em;}
.lateral{float: right; width: 36%;}
.lateral .box-home3{color: #2567bb;}
.imgtrab{margin-bottom: -2.25em; margin-top: 3em;}


.b1 {    cursor: pointer;
    background: #253f89;
    color: #fff;
    border: none;
    font-family: 'Raleway', sans-serif;
    width: 85px;
    font-size: 16px;
    height: 45px; display: inline-block; text-align: center; line-height: 45px;}

/********************** Classes úteis *******************************/
.bt-efeito:hover {opacity: 0.80; -moz-opacity: 0.80; -webkit-opacity: 0.80; -o-opacity: 0.80; filter: alpha(opacity=80);}
.visuallyhidden{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}
p.error {margin: 0; padding: 0;  color: #f00; font-size: 10px;}
#dp_swf_engine {display:none;}
#fb-root {display: none;}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {width: 100% !important;}#header .maia-teleport { height:1px; left:-10000px; overflow:hidden; position:absolute; top:auto; width:1px} [dir=rtl] #maia-header .maia-teleport {left:auto; right:-10000px} #header .maia-teleport:active,#header .maia-teleport:focus,#header .maia-teleport:hover {background:#f9edbe; border:1px solid #f0c36d; -moz-border-radius:2px;
-webkit-border-radius:2px; border-radius:2px; -moz-box-shadow:0 2px 4px rgba(0,0,0,.14); -webkit-box-shadow:0 2px 4px rgba(0,0,0,.14); box-shadow:0 2px 4px rgba(0,0,0,.14);
height:auto; left:0; margin:5px auto; max-width:180px; padding:6px; right:0; text-align:center;	width:auto;	z-index:3} 
/* INICIO PAGINAÇÕES */
#paginacao {margin: 2em 0 0 0; clear:both; line-height: 35px; width:100%; text-align:center; vertical-align:middle;	float:left;}
#paginacao a{color:#041952; text-decoration: none;	border:1px solid #3981DB; line-height:20px;	padding:6px 9px; margin-left:3px; font-size:14px;}
#paginacao strong{background:#3981DB;border:1px solid #3981DB;line-height:0;padding:6px 9px;margin-left:3px;color:#fff; font-size:14px;}
/* FIM PAGINAÇÕES */

.barratopo{display:none} 
.pull {display: none; background: url(../img/icones/pull.png) no-repeat right top; width: 36px; height: 36px; margin-right: 10px; cursor: pointer;}
@media only screen and (max-width: 1200px) { 
	.pull {display: block; float: right; padding: 0 40px 0 0; }
	.bgplb {background: url(../img/icones/pull.png) no-repeat right bottom; width: 36px; height: 36px; margin-right: 20px; float: right; padding: 0 40px 0 0;}  
	#menu {background: #0b5cb0; position: fixed; left: -100%; top: 0;  z-index: 99999; width: 200px; height: 100%; overflow-y: scroll; overflow-x: hidden;transition-property: left; transition-duration: 0.5s; transition-timing-function:  ease-in-out; margin: 0;}
	#menu ul li {width: 200px; display: block; float: none; height: auto; border-bottom:1px solid #2783d1;}
	#menu ul li a {text-align: left; color: #fff; font-size: 1.2em; text-indent: 0px; width: auto; height: auto; line-height: 36px; padding: 0 0 0 10px; } 
	#menu ul li.sep,#menu img{display: none;} 
	#menu ul li ul{position:relative; top:0px; margin:0px; }
	#menu span{display: block;} 
	#menu-toggle:checked + #menu { left: 0 !important; }
	.barratopo{position:fixed; display: block; left: 0; top: 0; padding: 0; width: 100%; height: 35px; z-index:99999; background: #0a55a2; border-bottom:1px solid #2783d1;}	
	.barratopo p{color: #fff; position: absolute; z-index: 99999; line-height:35px; right: 60px; font-size:14px;}
	.barratopo span {color: #fff; position: absolute; z-index: 99999; line-height:35px; left: 10px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

	.topo{background: none; height: auto;}
	#header{margin-top: 35px; padding: 0 2% 20px; height: auto;}
	#footer{padding: 0 1% 10px 1%;}
	#conteiner {padding: 2em 1%;}
	.imgmulher{display: none;}
	.boxe-home img{max-width: 100%;}
	.frota h2{font-size: 1.2em; }
}
@media only screen and (max-width: 960px) {
	.home3 .col2{width: 100%;} 
	.tthome, .ttsub{font-size: 1.2em;}
	.tthome strong, .ttsub strong{font-size: 1.5em;}
	.noticias time, .detalhe header time{width: 50px; margin-bottom: 5px; border-bottom: 2px solid #add5ed; border-right: none;}
	.noticias-content{width: 100%;}
	#footer address, .telefones, .cnpj{width: 80%;}
}

@media only screen and (max-width: 850px) {
	.col3{width: 100%; margin-bottom: 1em;}
	.icone-qm{margin-bottom: 15px;}
}
@media only screen and (max-width: 767px) {
	#form, .medio{width:100%;}  	
	.home .colb, .none{display: none;}
	#footer address, .telefones, .cnpj, .cola, .colb, .lateral, .mapa, .col2{width: 100%; float: left !important;}
	.frota {width: 31%; margin: 1% 1% 2% 1%;}
	.frota:nth-of-type(4n+0){ margin: 1% 1% 2% 1%; }
	.sidebar{width:100%; text-align: center;}
	#footer .midias{display: block; position: relative; clear: both; margin: 0 auto; float: none;}
	.boxe-home img{width: 60%;}
	.boxe-home h3{font-size: 1em;}
	.boxe-home{width: 45%; margin: 1% !important; float: none; display: inline-block; vertical-align: top;}
	.boxe-home:nth-of-type(3n+0){width: 50%;}
	.tthome3{font-size: 1em;}
	.tthome3 span{font-size: 1.4em;}
	.box-home3 img{margin: 2% 2% 2% 0;}
	.tit h1{font-size: 2em;}
	.ttsub{margin: 0 0 1em 0;}
	#form .lr{float: left;}

}

@media only screen and (max-width: 600px) { 
	.frota h2{height: 40px;}
	#header .midias{display: none;}
	.logo{float: none; display: block; margin: 25px auto;}
	#painel-home{display: none;}
	#header {padding-bottom: 0;}
}	  
	
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 470px) { 
	.icone-qm{margin-bottom: 2em;}
	.frota {width: 48%;}
	.boxe-home{min-height: 130px;}

}	