/*
Blazina Responsive Template
Author: Rodrigo Lima
Author URI: http://www.rlgweb.com/
*/
/* -------------------------------------------- */
/* ------------------Reset--------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;text-decoration: none;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table, table td {padding:0;border:none;border-collapse:collapse;}
img {vertical-align:top;}
embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;text-decoration: none;list-style: none;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}
/* -------------------------------------------- */
/* ------------------Font---------------------- */

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

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

@font-face {
  font-family: 'TrebuchetMS-Bold';
  src: url('../fonts/TrebuchetMS-Boldeot'); /* IE9 Compat Modes */
  src:  url('../fonts/TrebuchetMS-Bold.eot?#iefix') format('embedded-opentype'),
  		url('../fonts/TrebuchetMS-Bold.woff') format('woff'),
  		url('../fonts/TrebuchetMS-Bold.ttf')  format('truetype'),
  		url('../fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold') format('svg');
  font-weight: bold !important;
  font-style: normal;
}

@font-face {
  font-family: 'TrebuchetMS';
  src: url('../fonts/TrebuchetMS.eot'); /* IE9 Compat Modes */
  src: url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
  	   url('../fonts/TrebuchetMS.woff') format('woff'),
  	   url('../fonts/TrebuchetMS.ttf')  format('truetype'),
  	   url('../fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* -------------------------------------------- */
/* ------------------Style--------------------- */
html, body {
	width:100%; 
	height: 100%;
	padding:0;
	margin:0;
	background: #001031;
}
body {
	color: #474747;
	font: 12px/25px;
	/*font-family: 'MyriadPro-Regular';*/
	font-family: 'MyriadPro-Regular';
	font-weight: normal !important;
	overflow-x: hidden;
	background: #001031;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal !important;
}
*{
	font-weight: normal !important;
}
.minimenu{
	display:none;
}
.minimenu{
	position: relative;
	margin: 0px;
	background:#ccc;
	width: 100%; 
	text-align: center;
	height: 40px;
	border: solid 1px #eee;
}
.minimenu div{
	overflow: hidden;
	position: relative;
	color: #fff;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.minimenu select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%; 
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
	cursor: pointer;
}
.menu li{
	text-align: center !important;
}
.menu li:hover{
	border-bottom: solid 3px #fff;
}
.featured{
	background: #015A8F;
	padding: 20px 0 0 0;
	margin-top: 10px;
}

.holder {
    margin: 25px 0 0 0;
    text-align: center;
}
.holder a {
    font-size:12px;
    cursor:pointer;
    margin:0 5px;
    color: #666;
    padding: 5px 10px;
    border: solid 1px #ccc;  
}
.holder a:hover {
    border: solid 1px #333;  
    color:#666;
}

.holder a.jp-current,a.jp-current:hover {
    color:#666;
    border: solid 1px #ccc !important;
    font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    color:#bbb;
    box-shadow: 1px 1px 1px #000;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default;
    background:none;
}
.holder span {
    margin: 0 5px;
}
.holder a.jp-previous {
	display: none;
    margin-right:15px;
    box-shadow: none;
}
.holder a.jp-next {
	display: none;
    margin-left:15px;
    box-shadow: none;
}
.pagination-top{
	float: right;
	text-align: right;
	font-size: 0.35em !important;
	margin-top: 25px;
	margin-right: 20px;
	font-family: arial !important;
	text-transform: lowercase !important;
}
.pag_pagination{
	float: right;
	text-align: right;
}
/**/
header{
	position: relative;
	padding: 20px 0 40px 0;
	background: url(../images/faixa1.png) no-repeat top center;
	z-index: 9
}

.faixaDiagonal{
	content: "";
	display: block;
	border-top: 25px solid #ff6c26;
	border-left: 30px solid #fff;
	margin: 60px auto 0 auto;
}
footer{
	padding: 10px 0;
}
.menu{
	text-align: right;
	margin-top: 20px;
}
.menu li{
	display: inline;
	padding: 0 17px 0 17px;
	font-size: 1em;
	text-transform: uppercase;
}
.menu li a{
	color: #fff;
	font-weight: bold;
}

.banner{
	width: 100%;
	/*margin-top: -200px;*/
}
.banner img{
	width: 100%;
	margin-top: -200px;
}
.bannerInner{
	width: 100%;
}
.bannerServ{
	max-height: 200px;
	overflow-y: hidden;
	margin-bottom: 10px;
}
.bannerServ img{
	width: 100%;
	margin-top: -200px;
}
.faixa2{
	background: url(../images/faixa2.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	font-size: 1.5em;
	padding: 50px 0;
	margin-top: -330px;
	position: relative;
	text-align: right;
}
.faixa2 h1{
	margin-right: 50px;
}
/* */

.home1{
	color: #fff;
	padding: 80px 0 20px 0;
}
.home1 h1{
	font-size: 1.3em;
	margin: 15px 0 20px 0;
}
.home1  p{
	font-size: 0.8em;
	line-height: 1.7;
	margin-bottom: 30px;
}
.home1 a{
	color: #fff;
	font-size: 0.8em;
}
.home1 a:after{
	position: relative;
	content:'\27F6';
	top: -5px;
}

/**/

.home2{
	width: 100%;
	padding: 80px 0 0 0;
	background: url(../images/faixa3.png) no-repeat top center;
	background-size: 100%;
}
.bgBranco{
	background: #fff;
}
.bgBranco div{
	padding: 25px;
}
.bgBranco h1{
	text-transform: uppercase;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold !important;
}
.bgBranco h2 p{
	text-transform: uppercase;
	text-align: center;
	color: #0049df;
	font-size: 1.3em;
}
.bgBranco figure{
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.bgBranco p{
	text-align: left;
	color: #0049df;
	font-size: 1em;
	margin-bottom: 10px;
}
.bgBranco a{
	color: #333;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold !important;
}
/**/
.bgContrate{
	width: 100%;
}
.txtContrate{
	width: 100%;
	/*position: absolute;*/
	text-align: center;
	padding: 100px 0;
	color: #fff;
}
.txtContrate p{
	font-size: 1.4em;
}
.txtContrate h1{
	font-size: 4em;
}

.home2Foto figure{
	overflow: hidden;
}
.home2Foto figure image{
	height: 100%;
	max-height: inherit !important;
}
footer{
	color: #fff;
	background: #0d1119;
	padding: 30px 0;
}
footer h3{
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
}
footer p{
	font-size: 0.9em;
}
footer img{
	width: 35px;
	margin: 0 5px;
}
.news{
	margin-top: 40px;
}
.news h3{
	text-align: right !important;
}
.news input{
	padding: 10px;
	width: 25%;
}
.assinar{
	cursor: pointer;
	background: #a2ca28;
	color: #fff;
}
/**/

.sobre1{
	padding: 10px 0 40px 0;
}
.sobre1 h1{
	color: #21285e;
	font-style: italic;
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-size: 1.4em;
	margin-bottom: 30px;
}
.sobre1 h2{
	color: #21285e;
	font-size: 1.4em;
}
.sobre1 p{
	font-size: 0.9em;
}
.institucional h3{
	color: #21285e;
	font-style: italic;
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-size: 1.4em;
	margin-bottom: 30px;
}
.institucional iframe{
	width: 98%;
	height: 400px;
	border: solid 10px #7f8287;
}
.politica{
	padding: 30px 0;
	background: url(../images/bgPolitica.jpg) no-repeat center center;
	background-size: cover;
}
.politica h3{
	color: #21285e;
	font-style: italic;
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-size: 1.4em;
	margin-bottom: 30px;
}
.politica p{
	font-size: 0.9em;
}
.missao{
	/*background: url(../images/bgMissao.png) no-repeat bottom center;
	background-size: 100%;*/
	padding: 50px 0 50px 0;
}
.missao h4{
	color: #21285e;
	font-style: italic;
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-size: 1.4em;
	margin-bottom: 30px;
}
.missao p{
	font-size: 1em;
}
.faixaMissao{
	width: 100%;
}

/**/

.servicos .zerogrid{
	background: #fff;
	padding: 30px 0;
}
.servicos {
	padding: 30px 0;
}
.servicos h1{
	text-align: center;
	color: #001031;
	font-size: 1.3em;
}
.servicos table{
	width: 100%;
	font-size: 1em;
}
.servicos table h2{
	text-align: center;
	font-size: 1.3em !important;
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-style: italic;
	margin: 15px 0 10px 0;
}
.servicos img,.fotoServ img,.home1 img {
	-webkit-transition: all 0.1s ease; /* Safari and Chrome */
    -moz-transition: all 0.1s ease; /* Firefox */
    -ms-transition: all 0.1s ease; /* IE 9 */
    -o-transition: all 0.1s ease; /* Opera */
    transition: all 0.1s ease;
}

.servicos td:hover img{
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.fotoServ img:hover{
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}

.home1 img:hover{
    -webkit-transform:scale(1.30); /* Safari and Chrome */
    -moz-transform:scale(1.30); /* Firefox */
    -ms-transform:scale(1.30); /* IE 9 */
    -o-transform:scale(1.30); /* Opera */
     transform:scale(1.30);
}

.produtos select{
	border: none;
	font-size: 1.4em;
}

.subProdutos{
	text-align: right;
}
.subProdutos li{
	display: inline;
	padding: 5px 15px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}
.subProdutos li:hover{
	border-bottom: solid 2px #fff;
}
.listaProdutos .zerogrid{
	background: #fff;
	padding: 20px 0;
}
.listaProdutos h4{
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-style: italic;
	font-size: 1.4em;
	color: #21285e;
}
.listaProdutos h5{
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-style: italic;
	font-size: 1.1em;
	margin: 20px 0;
	color: #21285e;
}
.listaProdutos p{
	font-size: 1em;
}
.listaProdutos a{
	color: #21285e;
	margin-top: 20px;
	font-family: 'TrebuchetMS-Bold';
	font-style: italic;
}

/**/
.localizacao_form h4{
	margin-bottom: 20px;
	color: #0d1119;
}
.localizacao_form p{
	margin: 10px 0;
}
.localizacao_form .inpt_text{
	padding: 10px;
	width: 80%;
	border: solid 1px #ccc;
}
.localizacao_form textarea{
	padding: 10px;
	width: 80%;
	height: 50px;
	border: solid 1px #ccc;
}
.formEnvia{
	padding: 5px 15px;
	cursor: pointer;
    background: #a2ca28;
    color: #fff;
    font-size: 1em;
}
.localizacao iframe{
	width: 100%;
	height: 200px;
}

.localizacao h1 p{
	text-align: center;
	color: #0d1119;
	font-size: 1.4em;
	text-transform: uppercase;
}
.localizacao h4{
	text-align: center;
	margin-bottom: 30px;
}

.contato{
	padding: 30px 0;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

.blog{
	padding: 30px 0;
}

.blog h1{
	color: #21285e;
	font-style: italic;
	font-weight: bold !important;
	font-family: 'TrebuchetMS-Bold';
	font-size: 1.4em;
	margin-bottom: 30px;
}

#sidebar{
	padding: 10px;
	background: #eee;
}

.widget{
	margin-bottom: 20px;: 
}

.widget h2{
	color: #000;
}
.widget a{
	color: #666;
	font-size: 0.9em;
	padding: 2px 0;
}
.widget ul li{
	border-bottom: solid 1px #fff;
	padding: 5px 0;
}
.blog h3{
	font-size: 1.3em;
	color: #21285e;
}

.blog a{
	margin: 10px 0;
	
}
.listaBlog p{
	color: #666;
}
.blog .listaBlog{
	float: left;
	border-bottom: solid 1px #eee;
}
.detalheArtigo h3{
	margin: 20px 0;
}

.blocoComentario{
	background: #eee;
	margin-top: 30px;
	padding: 15px;
}

#commentform{
	margin-top: 20px;
}
#commentform input[type=text]{
	width: 50%;
	padding: 5px;
	margin: 5px 0;
	border: solid 1px #666;
}
#commentform textarea{
	width: 50%;
	padding: 5px;
	margin: 5px 0;
	border: solid 1px #666;
}

#commentform input[type=submit]{
	padding: 5px 15px;
	cursor: pointer;
    background: #a2ca28;
    color: #fff;
    font-size: 1em;
}

.commentlist{
	padding: 10px;
}
.commentmetadata{
	margin: 5px 0;
}
.commentmetadata a{
	font-size: 0.7em;
	color: orange;
}
.comment p{
	border-left: solid 2px orange;
	padding-left: 20px;
}
.reply{
	float: right;
	padding: 5px 15px;
	cursor: pointer;
    background: #a2ca28;
    
}
.reply a{
	color: #fff;
    font-size: 1em;
}


/**/


.home3{
	width: 100%;
	padding: 100px 0;
	background: url(../images/bgContate.jpg) no-repeat center center fixed;
	background-size: 100%;
}