body{
    color: #1f2a2b;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: lighter !important;
    font-size: 16px !important;
}

h2{
    font-size: 40px !important;
    font-weight: lighter !important;
}

/*HEADER*/
header{
    background: #013a4b;
}
header div.container{
}
header nav.navbar{
    border:0;
    padding: 11px 0;
    margin:0;
}
header a.navbar-brand {
    float: left;
    padding: 10px 0 12px 0;
    line-height: 0;
    height: auto;
}
header ul.navbar-nav{
    float: right;
}
ul.navbar-nav>li {
    float: left;
    height: 70px;
    padding: 10px;
}
ul.navbar-nav>li span{
    color: #6fbc63;
    font-weight: bolder;
    display: block;
    margin: 14px 0 0 0;
}
ul.navbar-nav>li a{
    color: #c5cacc;
    border: 2px solid #013a4b;
    font-size: 10pt;
    float: right;
    text-transform: uppercase;
}
ul.navbar-nav>li a:hover{
    background: transparent;
    color: #fff;
    transition: color 0.1s linear 0.01s;
}
#contato a.orcamento{
    color: #013a4b;
    border: 2px solid #013a4b;
    text-decoration: none;
    padding: 15px 20px;
    }
#contato a:hover.orcamento{
    color: #02c1e2;
    border: 2px solid #02c1e2;
    transition: border-color 0.1s linear 0.01s;
}

section{
    padding: 65px 0;
}
/*Banner*/
#banner{
    background: url(../img/bg_banner.jpg)no-repeat;
    background-attachment: fixed;
    color: #fff;
    font-family:'Open Sans', sans-serif;
    font-weight: lighter;
    display: block;
    height: 420px;
    margin: 0;
    padding: 0;
}
.carousel{
    height: 100%;
}
#banner h2{
    font-size: 30px !important;
}
#banner h2 span{
    color:#6fbc63;
}
div.item > div.carousel-caption {
font-size: 26pt;
text-align: right;
margin: auto 0;
top: 115px;
}
div.item > div.carousel-caption span{
    color: #55bd0a;
    font-size: 18pt;
    line-height: 16pt;
}

/*CONTENT*/
div.categoria{
    text-align: center;
}
div.categoria h4{
    font-weight: bold;
}
/*Linha*/
div.linha{
    background: url(../img/div.jpg)no-repeat;
    height: 50px;
    margin: 0 auto;
    width: 1220px;
}
/*Garrafas e Frascos*/
section#garrafasefrascos div.categoria{
    margin-top: 20px;
}
section#garrafasefrascos div.descricao{
    margin-bottom: 20px;
    text-align: center;
}
section#garrafasefrascos p {
    line-height: 28px;
}
/* Pré Formas */
section#preformas{
    line-height: 24px;

    background: #efefef;
}
section#preformas ul{
    margin-top: 50px;
}
section#preformas img {
    margin-left: 33px;
}
section#preformas div.categoria h4{
    font-size: 70pt;
}

/*Serviços*/
#servicos{
    background-color: #6fbc63;
}
#servicos h2, #servicos h4 {
    color: #fff;
}
#servicos p {
    line-height: 24px;
}
#servicos div.img{
    display: block;
    height: 202px;
    margin: auto;
    width: 202px;
}
#servicos div#injecao div.img{
    background: transparent url(../img/img_injecao.png) no-repeat;
}
#servicos div#injecao div.img:hover{
    background: transparent url(../img/img_injecao-ov.png) no-repeat;
    transition: 0.1s linear 0.01s;
}
#servicos div#sopro div.img{
    background: transparent url(../img/img_sopro.png) no-repeat;
}
#servicos div#sopro div.img:hover{
    background: transparent url(../img/img_sopro-ov.png) no-repeat;
    transition: 0.1s linear 0.01s;
}
#servicos div#rotulagem div.img{
    background: transparent url(../img/img_rotulagem.png) no-repeat;
}
#servicos div#rotulagem div.img:hover{
    background: transparent url(../img/img_rotulagem-ov.png) no-repeat;
    transition: 0.1s linear 0.01s;
}

#alimenticia p, #farmaceutica p, #quimica p, #cosmetica p {
  line-height: 24px !important;
}
/*Empresa*/
#empresa{
    background:#013a4b url(../img/bg_empresa.jpg) no-repeat;
    background-attachment: fixed;
    color: #fff;
    font-family:'Open Sans', sans-serif;
    font-weight: lighter;
    position: relative;
    width: 100%;
    padding: 80px 0 100px 0;

      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;

}
#empresa h2{
    color:#6fbc63;
    font-weight: lighter;
    margin: 40px 0 30px 0;
}
#empresa p {
    line-height: 28px;
}
/*Contato*/
#contato{
    padding: 0px;
    padding-top: 50px;
}
#contato .row:last-child {
    padding-bottom: 45px;
}
#contato address div{
    padding-top:50px;
}
#contato address p span{
    text-decoration: underline;
    margin: 0 0 0 -7px;
}
#contato address img{
    margin: 0 5px 0 -25px;
}
#contato address div.horario img{
    margin: 0 14px 0 -34px;
}
#contato h2{
    color: #013a4b;
    margin: 50px 0 70px 0;
}
#image-panel {
    padding: 0 0 40px 0;
}
#image-panel > .container{
    border:1px solid #e0e0e0;
}
#image-panel .asset,  #image-panel .thumbnail {
  padding: 0;
  margin: 0;
}

#image-panel img{
    border: 1px solid #fff;
  border-radius: 0px;
}
/*FOOTER*/
footer{
    background: #3a4f50;
    color: #77a1a3;
    font-size: 12px;
    text-align: right;

}
footer p{
    padding: 25px 0 0 0;
}
footer .row {
    padding-bottom: 15px;
}