/****************
----NATIVOS
*****************/
body{
    font-family: 'Ubuntu', sans-serif;
    color: #333;
    font-size: 16px;
}
.navbar-inverse {
  background-color: #09243f;
  border-color: #09243f;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #333;
  color: #fff;
}
.prodativo{
	background:#262d37 !important;
}
/****************
----HELPERS
*****************/

/**********
Textos
/**********/
.text-azul-escuro{
    color: #09243F;
}
.text-cinza-escuro{
    color: #333333;
}
/**********
Fundos
/**********/
.bg-verde{
    background: #39B54A;
}
.bg-verde-h{
    background: #006837;
}
.bg-laranja{
    background: #F68B6B;
}
.bg-azul{
    background: #09243F;
}
/**********
Botões
/**********/
.btn-verde{
  background: #39b54a none repeat scroll 0 0;
  border-bottom: 5px solid #006837;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  padding: 14px 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-verde span{
    background: #cae89c none repeat scroll 0 0;
    border-radius: 25px;
    color: #006837;
    font-size: 17px;
    margin-left: 10px;
    padding: 8px;
}
.btn-verde:hover{
    background: #006837 none repeat scroll 0 0;
    border-bottom: 5px solid #39b54a;
    color: #fff;
}


/**********
Margin
/**********/


/**********
Flexs
/**********/
.navbar-scroll ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
}

/**********
Formularios
/**********/
.form-control {
  border: 1px solid #09243F;
}

.form-control:focus {
  border-color: #F68B6B;
  box-shadow: 0 1px 1px rgba(249, 139, 107, 0.075) inset, 0 0 8px rgba(249, 139, 107, 0.6);
  outline: 0 none;
}
/**********
TABS
/**********/
.if-lateral .nav-tabs{
	border-bottom:none;
	margin-bottom:10px;
}
.tabmarkpeerless{
	font-size:0.9em;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #09243f;
  border-color: 0;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  cursor: default;
}
.nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1.42857;
  margin-right: 2px;
}

/****************
----SECOES
*****************/
header .if-topo{
    position: absolute;
    width: 100%;
    z-index: 4;
}
header .if-topo .if-logo{
    margin-top:50px;
}
header .if-topo .if-menu{
    margin-top:50px;
}
header .if-topo .if-menu a{
    display: inline-block;
    height: 50px;
    min-width: 80px;
    padding-top: 35px;
    text-align: center;
    margin: 0 8px;
}
header .if-topo .if-menu a:focus, header .if-topo .if-menu a:hover{
    text-decoration: none;
}
header .if-topo .if-menu a:last-child{
    margin: 0;
}
header .if-topo .if-menu a.if-item-home{
    background: url("../img/estrutura/icon-home.png") center top no-repeat;
}
header .if-topo .if-menu a.if-item-produtos{
    background: url("../img/estrutura/icon-produtos.png") center top no-repeat;
}
header .if-topo .if-menu a.if-item-servicos{
    background: url("../img/estrutura/icon-servicos.png") center top no-repeat;
}
header .if-topo .if-menu a.if-item-sobre{
    background: url("../img/estrutura/icon-sobre.png") center top no-repeat;
}
header .if-topo .if-menu a.if-item-localizacao{
    background: url("../img/estrutura/icon-localizacao.png") center top no-repeat;
}
header .if-topo .if-menu a.if-item-contato{
    background: url("../img/estrutura/icon-contato.png") center top no-repeat;
}
header .if-topo .if-menu a.if-item span{
    padding: 2px;
    display:block;
     color:#fff;
}
header .if-topo .if-item:hover span{
    background: #09243F;    
}


.if-geral main{
    padding:30px 0;
}
main section h1.if-titulo-secao{
    margin-top: 30px;
    font-size: 50px;
}
main section p.lead{
    width: 80%;
    margin-bottom: 50px;
}
main section.if-servicos p{
    width: 80%;
	margin-bottom:25px;
}
main section.if-servicos img{
	margin-bottom:25px;
}
main section .if-grid-home .if-item{
    display: inline-block;
    width: 228px;
    margin: 0 10px;
}
main section .if-grid-home .if-item a{
    display: block;
    position: relative;
}
main section .if-grid-home .if-item a span{
    background-color: rgba(11, 46, 78, 0.7); 
    color: #fff;   
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 25px;
    padding: 7px 0;
}
main section .if-grid-home .if-item a:hover span{
    background-color: rgba(11, 46, 78, 1);
}
main section.if-aplicacoes .if-grid-home .if-item a span{
    opacity: 0;
    filter: alpha(opacity=0);
    top:0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size:20px;
    
}
main section.if-aplicacoes .if-grid-home .if-item a:hover span{
     opacity: 1;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

main section .if-mais-info{
    margin: 50px auto;
}
main section .if-mais-info p.if-desc{
    font-size: 1.2em;
}

main section.if-sobre{
    background: #09243F;
    font-size: 1.1em;
    padding-top:30px;
    padding-bottom: 30px;
}
main section.if-sobre .if-text-sobre{
    color: #fff;
    background: url("../img/estrutura/bg-text-sobre.png") bottom center no-repeat;
    text-align: justify;
    padding-bottom: 80px;
}
main section.if-sobre .if-text-sobre h1{
    margin-bottom: 24px;
}
main section.if-sobre .if-marca{
    margin: 60px 0 0;
}

main section.if-contato{
	margin-top:80px;
}
main section.if-contato h3{
    text-transform: uppercase;
}
main section.if-contato .if-col-form{

}
main section.if-contato .if-col-form p{
    margin: 0 auto 20px auto;
    width: 80%;
}
main section.if-contato .if-info-contato div p{
 margin: 0 0 20px;    
}
footer .if-mapa {
  margin: 20px auto 30px;
  border-top: 1px solid #09243F;
  padding-top: 20px;
}
footer .if-mapa a{
    padding: 5px 12px;
    display: inline-block;
	color: #4D4D4D;
}
footer .if-creditos{
    padding: 20px 0;
    color: #fff;
    font-size: 0.8em;
}
footer .if-creditos a{
    color: #fff;
}


/****************
----PRODUTOS
*****************/
.pg-produtos .if-banner-pg{
	height:250px;
	overflow:hidden;
}
.if-descricao-produto h1, .if-descricao-produto h3{
    color: #09243F;
	margin-top:20px;
}
.if-descricao-produto h1, .if-descricao-produto h3, .if-descricao-produto p{
	text-align:center;
}
.if-img-produto{
	margin-bottom:20px;
}