*{
    padding: 0px;
    margin: auto;
    border: none;
    font-family: 'calibri';
    list-style: none;

}
body{

    background: url("../imagens/internas/bg.jpg") top center repeat fixed;

}

.caixa{
    width: 100%;
    height: auto;
    display: table;
}
.sub-caixa{
    width: 980px;
    padding: 10px;
    position: relative;
    display: table;
}
.topo{
    height: 160px;
    text-align: center; 
    background: url("../imagens/internas/logo.png") bottom center no-repeat;
}
.topo img{
    margin-left: -5px;
}

.topo .sub-caixa .dados{
    float: right;
    color: #fff;
    text-align: right;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}
.menu .sub-caixa{

    background: #555;
    box-shadow: 0px -10px 25px #333 inset;
    display: table;
    padding: 1px 0px;
    margin-bottom: 5px;
    border-bottom: solid 2px #7ac943; 
}   

.menu .sub-caixa a{
    line-height: 0px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    padding: 25px 17px 25px 17px;
    display: block;
    float: left;
}
.menu a:hover{
    border-left: solid 1px #555;
    border-right: solid 1px #555;
    box-shadow: 0px 10px 15px #333 inset;
    padding: 25px 16px 25px 16px;
    color: #fff;
    text-shadow: 0px 0px 5px #7ac943 ;
}
.banner .sub-caixa , .banner .sub-caixa img{
    width: 1000px;
    padding: 0px;
}

.banner .sub-caixa img{
    width: 1000px;
    position: absolute;
    border-bottom: solid 1px #222;
    border-top: solid 1px #222;
    min-height: 350px;
}
.destaque{
    width: 1000px;
    border-top: solid 1px #444;
    
    background: #333 url("../imagens/internas/bg-destaque.png") top center repeat-y;
    box-shadow: 0px 90px 125px #333 inset;
    margin-top: 370px;
}
.destaque .sub-caixa div{
    width: 200px;
    height: 200px;
    background: #fff;
    padding: 10px;
    float: left;
    margin: 12px 12px 36px 12px;
    box-shadow: 0px 0px 20px #000;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.destaque img{
    width: 100%;
}

.destaque .sub-caixa div h1{
    font-weight: normal;
    color: #396D11 ;
    margin: 10px 0px 10px 0px;
    font-size: 15px;
    font-weight: bold;
}
.destaque .sub-caixa div p{
    text-align: justify;
    color: #666;
    font-size: 13px;
}
.destaque .sub-caixa div a{
    padding: 12px 12px 12px 25px;
    line-height: 0px;
    background: #00a550 url("../imagens/internas/saiba-mais.png") left center no-repeat;
    position: absolute;
    left: 0px;  
    bottom: -24px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}
.noticia .sub-caixa , .corpo .sub-caixa{
    background: #fff;
    margin-top: 20px;

}
.noticia .sub-caixa .colunaEsq{
    width: 620px;
    padding: 10px;
    margin-right: 10px;
    float: left;
}
.colunaEsq a{
    border-bottom: solid 1px #ccc;
}
.noticia .sub-caixa .colunaDir{
    width: 310px;
    padding: 10px;
    float: right;
}

.colunaDir h1 , .colunaEsq h1{
    font-weight: normal;
    color: #396D11;
    border-bottom: solid 1px #ccc;
    font-weight: normal;
}
.colunaDir ul{
    margin-top: 10px;
}
.colunaDir ul li{
    margin: 0px;
    padding: 0px;
}
.colunaDir ul li a{
    text-align: left;
    padding: 3px 5px 3px 25px;
    margin: 1px 0px 1px 0px;
    color: #555;
    background: url("../imagens/internas/seta1.gif") left center no-repeat;
}
.colunaDir ul li a:hover{
    color: #7ac943;
    background: url("../imagens/internas/seta.gif") left center no-repeat;
}

.noticia a{
    width: 600px;
    display: table;
    margin-top: 20px;
    text-decoration: none;
    padding-bottom: 10px;
    clear: both;
    padding-top: 10px;
}
.noticia img{
    width: 200px;
    height: 130px;
    display: block;
    background: green;
    position: absolute;
    margin: 0px 10px 10px 0px; 
    box-shadow: 0px 0px 10px #ccc;
}
.noticia h3{
    width: 390px;
    margin-bottom: 5px;
    font-size: 15px; 
    color: #396D11;
    float: right
}
.noticia p{
    width: 390px;
    font-size: 13px; 
    color: #555;
    float: right;
    clear: both
}

.rodape{
    margin-top: 20px;
    background: #111;
    border-top: solid 1px #010; 

}
.rodape .dados{
    float: left;
    color: #7ac943;
    font-size: 13px;
}
address{
    width: 400px;
    float: right;
    text-align: right;
    color: #7ac943;
    font-size: 13px;
}
.desenvolvedor{
    background: #222;
    text-align: center;
}
.desenvolvedor a{
    color: #555;
    text-decoration: none;
    font-size: 12px;
}
.desenvolvedor a:hover{
    color: #999;
}
.botao{
    margin-top: 20px;
    padding: 7px;
    display: block;
    float: left;
    background: #00a550;
    color: #f4fad4;
    border: solid 3px #f4fad4;
    font-size: 13px;
    font-weight: bold;
    clear: both;
}
.corpo{
    text-align: left;

}

.corpo .colunaEsq {
    width: 650px;
    float: left;
    padding: 10px;

}
.produtos .colunaEsq {
    width: 960px;
    float: left;
    padding: 10px;

}
.colunaEsq h1{
    font-size: 25px;
    font-weight: normal;
    padding: 10px 30px 10px 20px;
    margin-left: -30px;
    background:#7ac943;
    box-shadow: 0px -20px 20px #468819 inset;
    color: #396D11;
    text-shadow: 1px 1px 1px #d1f6c5;
    float: left;
    border-radius: 10px 10px 0px 10px;
}
#enviar{
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px 10px 20px;
    background:#7ac943;
    box-shadow: 0px -20px 20px #468819 inset;
    color: #396D11;
    text-shadow: 1px 1px 1px #d1f6c5;
    border-radius: 10px 10px 0px 10px;
}
#enviar:hover{
    color: #fff;
    cursor: pointer;
    text-shadow: 1px 1px 1px #396D11;
}

.miniaturas li{
    width: 180px;
    padding: 10px 10px 10px 10px;
    background: #fff;
    float: left;
    margin: 15px;
    text-align: center;
    display: block;
    box-shadow: 0px 0px 5px #ccc;
}
.miniaturas li img{
    width: 180px;
    height: 180px;
    display: block;
}
.miniaturas h4{
    width: 180px;
    height: 30px;
    margin-top: 5px;
    font-size: 14px;
    font-weight:normal;
    text-decoration: none;
    padding: 5px 0px 15px 0px;
    line-height: 20px;
    background:#eee;
    box-shadow: 0px 0px 20px #ccc inset;
    text-shadow: 1px 1px 1px #fff;
}
.miniaturas h4 a{
    text-decoration: none;
    color: #555;
}
.miniaturas a{
    text-decoration: none;
    border-bottom: none;
}
.corpo .colunaDir {
    width: 280px;
   background: #00a550 url("../imagens/internas/diagonal.gif");
    float: right;
    margin-top: -30px;
    padding: 10px;
    box-shadow: 0px 0px 10px #ccc inset;
}
.corpo .colunaDir h1{
    width: 280px;
    background:#7ac943;
    margin: -10px 0px 0px -10px;
    padding: 10px;
    display: block;
    box-shadow: 0px -20px 20px #468819 inset;
    color: #fff;
    text-shadow: 1px 1px 2px #1c3708;
    border-bottom: 1px solid #7ac943;
    font-size: 20px;
}
.corpo .colunaDir li {
    margin-bottom: 7px;
}
.corpo .colunaDir li a{
    font-size: 15px;
    text-decoration: none;
}
.corpo .colunaEsq h1{
    font-weight: bold; 
    margin-bottom: 10px;
}
.corpo .colunaEsq p{
    margin-bottom: 5px;
}
ul, form, p{
    clear: both;
}
#formulario-contato{

}
#formulario-contato label{
    width: 150px;
    display: block;
    text-align: right;
    float: left;
    padding: 8px;
    color: #555;
    font-size: 16px;

}
#formulario-contato input , #formulario-contato textarea{
    width: 400px;
    padding: 10px;
    border: solid 1px #eee;
    font-size: 14px;
    color: #468819;
}
#formulario-contato input:focus , #formulario-contato textarea:focus{
    background: #ecf4e9;
}
#formulario-contato li{
    clear: both;
    padding: 5px;
}
h2{
    clear: both;
    margin-bottom: 20px;
    border-bottom: solid 1px #00a550;
    color: #333;
}
h3{
    clear: both;
    margin-top: 30px;
    color: #222;
}
.medidas{
 display: none;
    width: 100%;
    border-collapse: collapse;   
    margin-top: 10px;
    margin-bottom: 10px;
}
.medidas td{
    width: auto;
    text-align: center;
    padding: 5px;
    border-right: solid 1px #ddd;
}
.medidas tr{
    border-bottom: solid 1px #ddd;
}
.medidas tr:nth-child(1) td {
    width: auto;
    background:#777;
    padding: 7px;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #222;


}
.medidas tr:nth-child(2n+1) {
    background:#eee;
}
.medidas tr td:last-child {
    border-right: none;
}

#home a{
    width: 280px;
}
#produtosRelacionados a{
    width: 260px;
    display:table;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 5px #ddd;
    border-bottom: solid 1px #7ac943;
}
#produtosRelacionados a img{
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #ddd;
    padding: 5px;
    box-shadow: 0px 0px 5px #eee;
}
#produtosRelacionados a p{
    width: 180px;
    float: right;
}
#produtosRelacionados a strong{
    width: 260px;
    color: #396D11;   
    float: left;
    font-size: 17px;
    margin-bottom: 5px;
    border-bottom: solid 1px #eee;
}
.album{
    width: 100%;
    display: table;
   
}
.album a ,.album img {
    width: 120px;
    height: 90px;
    display: block;
   
    float: left;
    margin: 5px;
} 
.album img{
    float: none;
    margin: 0px;
    border: solid 2px #fff;
    box-shadow: 0px 0px 4px #888;
}
.download{
    width: 630px;
    padding: 10px;
  background: #00a550 url("../imagens/internas/diagonal.gif");
  display: table;
  margin-bottom: 5px;
  box-shadow: 0px 0px 10px #ddd inset;
  position: relative;
  color: #00a550;
}
.pdf img{
     border-right: solid 1px #00a550;
     padding-right: 10px;
     margin-right: 10px;
      
}
.pdf h2{
    width: 550px;
    display: block;
    background: #fff;
    padding: 5px;
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 80px;
}
.pdf p{
    width: 535px;
    display: block;
    background: #fff;
    padding: 5px;
    padding-left: 20px;
    font-size: 12px;
    position: absolute;
    top: 35px;
    left: 80px;
}