*{
    padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: Raleway;
    font-weight: normal;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
        margin: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: center;
    font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
figure {
    margin: 0;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
form button,
form button:focus,
form input,
form input:focus,
form textarea,
form textarea:focus,
.icone,
.icone:hover,
header nav a,
header nav a:hover{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

*, *:before, *:after{
    -webkit-font-smoothing : antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
input::-webkit-input-placeholder{ color: #545454; }
input::-moz-placeholder{
    color: #545454;
    opacity: 1; }
input:-ms-input-placeholder{ color: #545454; }

textarea::-webkit-input-placeholder{ color: #545454; }
textarea::-moz-placeholder{
    color: #ffffff;
    opacity: 1; }
textarea:-ms-input-placeholder{ color: #545454; }
/*************************************************/
.centraliza{
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
.img-responsiva{
    width: 100%;
}
.social li{
    display: inline-block;
}
footer .social li, .social.social2 li{
    display: inline-block;
    margin-right: 10px;
}
.social li a{
    display: block;
    background: url("../img/sprite.png") no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
}
footer .social li a, .social.social2 li a{
    background: url("../img/social.png") no-repeat;
}
.social li a.instagram{
    background-position: -20px 0;
}
.content{
    position: static;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
}
.content .content1{
    vertical-align: middle;
    display: table-cell;
    position: static;
}
.content .content1 .content2{    
    margin: auto;
    display: table;
}
.content .content1 .content22{    
    margin: auto;
    display: table;
    width: 100%;
    max-width: 420px;
}
.adjPagina{
    height: 140px;
    background: #25401f;
}
header{
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
}
header #head1{
    height: 40px;
}
header #head2{
    background: #fff;
    height: 90px;
}
header nav ul{
    margin-top: 40px;
}
header nav #menu{
    display: none;
}
header nav ul li{
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
header nav ul li a{
    font-size: 16px;
    color: #1f2d1c;
    font-weight: 900;
    position: relative;
}
header nav ul li a.ativo,
header nav ul li a:hover{
    color: #3a9b46;
}
header nav ul li.sub > a{
    padding-right: 15px;
}
header nav ul li.sub > a:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("../img/sub.png") no-repeat;
    top: 6px;
    right: 0;
}
header nav ul li.sub ul{
    position: absolute;
    margin-top: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    width: 160px;
    display: none;
}
header nav ul li.sub:hover ul{
    display: block;
}
header nav ul li.sub:hover a{
    color: #3a9b46;
}
header nav ul li.sub ul li{
    margin: 0;
}
header nav ul li.sub ul li a{
    font-size: 14px;
    font-weight: bold;
}
header .contatos{
    margin-top: 8px;
}
header .contatos li{
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 20px;
}
header .contatos li a{
    color: #fff;
    font-size: 11px;
}
header .contatos li a:hover{
    text-decoration: underline;
}
header .contatos li .ico-phone{
    float: left;
    background: url("../img/sprite.png") 0 -20px no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-right: 3px;
}
header .contatos li .ico-email{
    float: left;
    background: url("../img/sprite.png") -20px -20px no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-right: 3px;
}
#banner{
    height: 790px;
    width: 100%;
    background: #15706a;
}
#banner .banner{
    width: 100%;
    height: 790px;
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
#banner .banner .centraliza{
    height: 790px;
}
#banner .banner .centraliza div{
    max-width: 350px;
    width: 100%;
}
#banner .banner .centraliza h3{
    color: #fff;
    font-family: bebas;
    font-size: 60px;
    font-weight: 200;
}
#banner .banner .centraliza p{
    font-size: 14px;
    color: #fff;
}
#banner .banner .centraliza a{
    display: table;
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #fff;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#banner .banner .centraliza a:hover{
    background: #fff;
    color: #3a9b46;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#banner .banner .bannerContent{
    margin-left: -300px;
    opacity: 0;
    padding-top: 50px;
}
#produtos-home{
    padding: 30px 0;
    background: url("../img/bg-produtos.jpg") fixed;
}
#produtos-home .produtoHome{
    width: 100%;
    height: 300px;
    background: no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#produtos-home .produtoHome1{
    background-image: url("../img/produto-1.jpg");
}
#produtos-home .produtoHome2{
    background-image: url("../img/produto-2.jpg");
}
#produtos-home .produtoHome3{
    background-image: url("../img/produto-3.jpg");
}
#produtos-home .produtoHome h3{
    font-size: 40px;
    color: #1f2d1c;
    text-transform: uppercase;
    font-family: bebas;
    font-weight: bold;
    margin-bottom: 10px;
}
#produtos-home .produtoHome p{
    font-size: 13px;
    color: #1f2d1c;
    line-height: 20px;
    margin-bottom: 20px;
}
#produtos-home .produtoHome a{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: 1px solid #1f2d1c;
    line-height: 40px;
    font-size: 18px;
    color: #1f2d1c;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#produtos-home .produtoHome a:hover{
    background: #1f2d1c;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.sobreHome{
    text-align: center;
}
.sobreHome h2{
    color: #25401f;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: bebas;
    margin-bottom: 20px;
}
.sobreHome article{
    margin: auto;
    width: 100%;
    max-width: 800px;
}
.sobreHome article p{
    font-size: 14px;
    color: #25401f;
    line-height: 22px;
}
.galeria .slick-dots{
    bottom: -50px!important;
}
.galeria .slick-dots li button {
    border: 1px solid #ffcf62;
    background: #ffcf62;
}
.galeria .slick-dots li.slick-active button, .galeria .slick-dots li button:hover {
    border: 1px solid #25a991;
    background: #25a991;
}
#blogHome{
    background: url("../img/bg-blog.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}
#blogHome h2{
    text-align: center;
    color: #fff;
    font-size: 40px;    
    font-weight: bold;
    margin-bottom: 50px;
}
#blogHome .postHome{
    text-align: left;
}
#blogHome .postHome h4{
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
}
#blogHome .postHome h4 b{
    font-size: 40px;
    font-family: bebas;
    padding-right: 5px;
}
#blogHome .postHome .postHomeBloco{
    background: #fff;
}
#blogHome .postHome .postHomeBloco h3{
    color: #25a991;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 40px;
}
#blogHome .postHome .postHomeBloco p{
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}
#blogHome .postHome .postHomeBloco a{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #25401f;
    color: #25401f;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#blogHome .postHome .postHomeBloco a:hover{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #25401f;
    color: #fff;
}
#blogHome .btnBlog{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 200px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#blogHome .btnBlog:hover{
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #fff;
    color: #25401f;
}
footer{
    background: #85c669;
}
footer h3{
    text-align: center;
    color: #1f2d1c;
    font-size: 30px;
    font-weight: 900;
}
footer ul{
    display: table;
    margin: auto;
    margin-top: 30px;
}
footer ul li{
    display: block;
    margin-bottom: 3px;
}
footer ul li a{
    font-size: 16px;
    color: #1f2d1c;
    font-weight: bold;
}
footer form{
    position: relative;
}
footer form input{
    width: 100%;
    height: 40px;
    border: none;
    text-indent: 10px;
    font-size: 13px;
    padding-right: 100px;
}
footer form button{
    height: 40px;
    border: none;
    width: 100px;
    border: 2px solid #28763b;
    background: #28763b;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
footer form button:hover{
    border: 2px solid #28763b;
    background: #fff;
    color: #28763b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
footer .fotInfo{
    display: table;
    margin: auto;
}
footer .fotInfo p{
    font-size: 14px;
    color: #1f2d1c;
}
footer .fotInfo p a{
    color: #1f2d1c;
}
footer .fotInfo p a:hover{
    text-decoration: underline;
}
#copy{
    padding: 60px 0;
    text-align: center;
}
#copy p{
    font-size: 14px;
    color: #1f2d1c;
}
#copy a{
    display: table;
    margin: auto;
    width: 122px;
    height: 22px;
    text-indent: -999999px;
    background: url("../img/project.jpg") no-repeat;
    margin-top: 30px;
}
.produtosInformacoes{
    padding: 30px 0;
    background: url("../img/bg-info.jpg") fixed;
}
.produtosInformacoes .produtosInfo{
    text-align: center;
    position: relative;
    background: #fff;
    height: 320px;
    padding: 0 10px;
}
.produtosInformacoes .produtosInfo .ico{
    display: table;
    width: 140px;
    height: 140px;
    background: no-repeat center center;
    margin: auto;
}
.produtosInformacoes .produtosInfo .ico.ico1{
    background-image: url("../img/info-1.jpg");
}
.produtosInformacoes .produtosInfo .ico.ico2{
    background-image: url("../img/info-2.jpg");
}
.produtosInformacoes .produtosInfo .ico.ico3{
    background-image: url("../img/info-3.jpg");
}
.produtosInformacoes .produtosInfo h3{
    font-size: 40px;
    color: #1f2d1c;
    font-weight: bold;
    margin-top: 10px;
}
.produtosInformacoes .produtosInfo p{
    font-size: 14px;
    color: #1f2d1c;
    margin-top: 10px;
}
.produtaLista{
    position: relative;
}
.produtos{
    text-align: center;
}
.produtos h2{    
    font-size: 60px;
    color: #1f2d1c;
    text-transform: uppercase;
    font-family: bebas;
    font-weight: bold;
    margin-bottom: 10px;
}
.produtos p{    
    font-size: 18px;
    color: #1f2d1c;
}
.produtos .tamanhos p{
    font-weight: 900;
    font-size: 24px;
    color: #1f2d1c;
}
.produtos .icones{
    display: table;
    margin: auto;
}
.produtos .icones li{
    display: inline-block;
    text-align: center;
    width: 150px;
    padding: 0 10px;
}
.produtos .icones li i.ico{
    display: table;
    margin: auto;
    width: 130px;
    height: 80px;
    background: no-repeat center center;
}
.produtos .icones li i.ico.ico1{
    background-image: url("../img/ico-1.jpg");
}
.produtos .icones li i.ico.ico2{
    background-image: url("../img/ico-2.jpg");
}
.produtos .icones li i.ico.ico3{
    background-image: url("../img/ico-3.jpg");
}
.produtos .icones li i.ico.ico4{
    background-image: url("../img/ico-4.jpg");
}
.produtos .icones li i.ico.ico5{
    background-image: url("../img/ico-5.jpg");
}
.produtos .icones li span{
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    display: block;
}
.bloco2produtos{
    background: url("../img/grama-bola.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.bloco2produtos2{
    background: url("../img/grama-casa.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.bloco2produtos3{
    background: url("../img/grama-paisa.jpg") no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.bloco2produtos a, .bloco2produtos2 a, .bloco2produtos3 a{
    position: absolute;
    display: block;
    width: 290px;
    height: 60px;
    border: 2px solid #fff;
    line-height: 60px;
    background: #28763b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    bottom: 40px;
    left: 50%;
    margin-left: -145px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.bloco2produtos a:hover, .bloco2produtos2 a:hover, .bloco2produtos3 a:hover{
    background: #fff;
    color: #28763b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
 /*****************/
section#conteudo .packery:after {
    content: ' ';
    display: block;
    clear: both;
}
section#conteudo .item,
section#conteudo .grid-sizer {
    width: 25%;
}
section#conteudo .item {
    float: left;
    positio: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
section#conteudo .item img{
    float: left;
    width: 100%;
}
section#conteudo .item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-indent: -999999px;
    z-index: 999;
}
section#conteudo .item .workss{
    position: relative;
    overflow: hidden;
}
section#conteudo .item .worksHover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
section#conteudo .item:hover .worksHover{
    opacity: 1.0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
section#conteudo .item .worksHover .worksBg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.8;
}
section#conteudo .item .worksHover .worksContent{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section#conteudo .item .worksHover .worksContent .worksContent1{
    position: static;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section#conteudo .item .worksHover .worksContent .worksContent1 div{
    vertical-align: middle;
    display: table-cell;
    position: static;
    text-align: center;
    padding: 0 20px;
}
section#conteudo .item .worksHover .worksContent .worksContent1 div h2{
    font-size: 35px;
    text-transform: uppercase;
    color: #6E6E71;
}
.fotosProdutos{
    padding-top: 160px;
    text-align: center;
}
.fotosProdutos h3{
    color: #25401f;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: bebas;
    margin-bottom: 20px;
}
.fotosProdutos p{
    font-size: 24px;
    color: #1f2d1c;
}
.fotosProdutos ul{
    display: table;
    margin: auto;
    padding: 60px 0;
}
.fotosProdutos ul li{
    display: inline-block;
    padding: 0 10px;
}
.fotosProdutos ul li a{
    font-size: 24px;
    color: #28763b;
    text-transform: uppercase;
}
.fotosProdutos ul li a.ativo{
    border-bottom: 2px solid #ffcf62;
}
.paginaContato{
    padding: 160px 0;
}
.paginaContato h3{
    font-size: 48px;
    color: #1f2d1c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.paginaContato form input{
    width: 100%;
    border: solid 1px #1f2d1c;
    height: 60px;
    margin-bottom: 20px;
    text-indent: 15px;
    font-size: 24px;
}
.paginaContato form textarea{
    width: 100%;
    border: solid 1px #1f2d1c;
    height: 260px;
    padding: 10px 15px;
    font-size: 24px;
    resize: none;
}
.paginaContato form input::-webkit-input-placeholder{ color: #1f2d1c; }
.paginaContato form input::-moz-placeholder{
    color: #1f2d1c;
    opacity: 1; }
.paginaContato form input:-ms-input-placeholder{ color: #1f2d1c; }

.paginaContato form textarea::-webkit-input-placeholder{ color: #1f2d1c; }
.paginaContato form textarea::-moz-placeholder{
    color: #1f2d1c;
    opacity: 1; }
.paginaContato form textarea:-ms-input-placeholder{ color: #1f2d1c;
}
.paginaContato form button{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 320px;
    height: 60px;
    border: none;
    background: #85c669;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
}
.paginaContato form button:hover{
    background: #1f2d1c;
}
.paginaContato .texto{
    padding-top: 160px;
}
.paginaContato .texto p{
    font-size: 24px;
    color: #1f2d1c;
}
.paginaContato .texto p a{
    color: #1f2d1c;
}
.paginaContato .texto p a:hover{
    text-decoration: underline;
}
.PaginaBlog{
    padding-top: 160px;
}
.PaginaBlog h2{
    font-weight: 900;
    font-size: 60px;
    color: #1f2d1c;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.PaginaBlog h2 span{
    font-weight: 900;
    color: #28763b;
    text-transform: uppercase;
}
.PaginaBlog h4{
    text-align: center;
    font-size: 30px;
    color: #1f2d1c;
    font-weight: bold;
    margin-bottom: 40px;
}
.PaginaBlog .botaoVoltar{
    display: table;
    margin: auto;
    width: 100%;
    max-width: 240px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    color: #fff;
    background: #1f2d1c;
    font-weight: 900;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 100px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
.PaginaBlog .botaoVoltar:hover{
    background: #28763b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
#post .post{
    position: relative;
}
#post .post .postInfo{
    margin-bottom: 60px;
}
#post .post .postInfo p{
    font-size: 20px;
    color: #1f2d1c;
    font-weight: bold;
}
#post .post h3{
    font-size: 34px;
    color: #1f2d1c;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#post .post p{
    font-size: 30px;
    color: #1f2d1c;
}
#post .post .compartilhamento{
    position: relative;
    margin-top: 40px;
    margin-bottom: 100px;
}
#post .post .compartilhamento ul{
    display: table;
    margin: auto;
}
#post .post .compartilhamento ul li{
    display: inline-block;
    padding: 0 10px;
}
#post .post .compartilhamento ul li a{
    display: block;
    width: 40px;
    height: 40px;
    background: #1f2d1c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
    text-align: center;
}
#post .post .compartilhamento ul li a:hover{
    background: #28763b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
#post .post .compartilhamento ul li a i{
    float: left;
    background: url("../img/sprite.png") no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    margin-top: 10px;
    margin-left: 10px;
}
#post .post .compartilhamento ul li a i.twitter{
    background-position: -40px 0;
}
#post .post .compartilhamento:after{
    position: absolute;
    content: "";
    width: calc(50% - 80px);
    left: 0;
    height: 1px;
    background: #1f2d1c;
    top: 50%;
}
#post .post .compartilhamento:before{
    position: absolute;
    content: "";
    width: calc(50% - 80px);
    right: 0;
    height: 1px;
    background: #1f2d1c;
    top: 50%;
}
#post .post .postBotao{
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    left: 0;
    top: 0;
    text-indent: -9999999px;
}
#paginacao{
    margin-bottom: 100px;
}
#paginacao ul{
    float: right;
}
#paginacao ul li{
    display: inline-block;
    margin: 0 2px;
}
#paginacao ul li a{
    display: block;
    width: 40px;
    float: left;
    height: 40px;
    background: #1f2d1c;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
#paginacao ul li a.ativo,
#paginacao ul li a:hover{
    background: #28763b;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
#paginacao ul li a i{
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    text-indent: -9999999px;
}
#paginacao ul li a i.pag1{
    background: url("../img/pag1.png") no-repeat;
}
#paginacao ul li a i.pag2{
    background: url("../img/pag2.png") no-repeat;
}
#paginacao ul li a i.pag3{
    background: url("../img/pag3.png") no-repeat;
}
#paginacao ul li a i.pag4{
    background: url("../img/pag4.png") no-repeat;
}
#post .relacionados{
    
}
#post .relacionados .relacionado {
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
    background: #f2f2f2;
}
#post .relacionados .relacionado img{
    opacity: 0.2;
}
#post .relacionados .relacionado:hover img{
    opacity: 0.8;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
#post .relacionados .relacionado a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999px;
}
#post .relacionados .relacionado .contenteudi{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
#post .relacionados .relacionado .content{
    top: 0;
    left: 0;
    text-align: center;
    padding: 0 20px;
}
#post .relacionados .relacionado .content .content1{
    text-align: center;
    font-size: 24px;
    color: #1f2d1c;
    font-weight: bold;
}
@media screen and (max-width: 1100px) { 
    section#conteudo .item,
    section#conteudo .grid-sizer {
        width: 50%;
    }
}
@media screen and (max-width: 940px) {
    .paginaContato .size2of3{
        width: 100%!important;
    }
    .paginaContato .size1of3{
        width: 100%!important;
    }
    .paginaContato .pr10{
        padding-right: 0!important;
    }
    .paginaContato .pl30{
        padding-left: 0!important;
    }
    .paginaContato .texto {
        padding-top: 100px;
    }
    .paginaContato{
        padding: 100px 0;
    }
}
@media screen and (max-width: 900px) {
    #produtos-home .size1of2{
        width: 100%!important;
    }
    #produtos-home .size1of3{
        width: 100%!important;
    }
    #produtos-home .size1of2 .pl30.pr30{ 
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #produtos-home .produtoHome {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    #produtos-home .size1of2 .produtoHome1{
        margin-bottom: 30px;
    }
    #blogHome .size1of3{
        width: 100%!important;
    }
    #blogHome .postHome-2,
    #blogHome .postHome-3{
        display: none;
    }
    #blogHome.pt80.pb80{
        padding-top: 60px!important;
        padding-bottom: 60px!important;
    }
    .sobreHome.pt80{
        padding-top: 40px!important;
    }
    .produtos h2 {
        font-size: 40px;
    }
    .produtos p {
        font-size: 16px;
    }
    .produtos .icones li {
        margin-bottom: 10px;
    }
    .produtosInformacoes .size1of3{
        width: 100%!important;
    }
    .post-2{
        display: none;
    }
    .relacionados .size1of4{
        width: 50%!important;
    }
}
@media screen and (max-width: 800px) { 
    header.ativo nav {
         padding-top: 0; 
    }
    header nav{
        width: 30px;
        height: 30px;
        float: right;
        z-index: 9999999;
        margin-top: 24px;
        right: 0;
        padding-top: 0;
    }
    nav ul{
        display: none;
    }
    nav #menu{
        width: 30px;
        height: 30px;
        display: block!important;
        position: relative;

    }
    nav #menu div{
        position: absolute;
        width: 100%;
        height: 100%;
    }
    nav #menu div i{
        width: 30px;
        height: 25px;
        display: block;
        background: url("../img/menu.png") no-repeat;
        margin-top: 7px;
    }
    nav #menu a{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        text-indent: -999999px;
        line-height: 60px;
        color: #fff;
        font-size: 30px;
    }
    nav.aberto{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #28763b;
        left: 0;
        top: 0;
        margin-top: 0;
        z-index: 99999;
    }
    nav.aberto:before{
        content: "";
        position: absolute;
        bottom: 30px;
        width: 50px;
        height: 50px;
        background: url("../img/icone.png") no-repeat;
        background-size: 50px;
        left: 50%;
        margin-left: -25px;
    }
    .pagina-home nav{
        margin-top: 20px;
    }
    .pagina-home nav.aberto{
        margin-top: 0;
    }
    nav.aberto #menu{
        width: 100%;
        background: #28763b url("../img/menu-black.png") no-repeat right;
        height: 60px;
    }
    nav.aberto #menu a{
        text-align: center;
        padding-right: 30px;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }
    nav.aberto #menu div{
        display: none;
    }
    header nav.aberto ul{
        display: block;
        position: absolute;
        top: 10%;
        width: 100%;
        padding: 0 40px;
    }
    header  nav.aberto ul li{
        width: 100%;
        margin: 0;
    }
    header  nav.aberto ul li ul{
        display: none!important;
    }
    header nav ul li.sub > a:after{
        display: none;
    }
    header  nav.aberto ul li a{
        color: #fff;
        text-align: center;
        font-size: 20px;
        display: block;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #fff!important;
    }
    header  nav.aberto ul li a:hover{
        border-bottom: 1px solid #fff!important;
    }
    header  nav.aberto ul li a{
        color: #fff;
        text-align: center;
        font-size: 20px;
        display: block;
        width: 100%;
    }
    header  nav.aberto ul li a:hover{
    }
    header  nav.aberto ul li{
        padding: 0;
    }
    footer .size1of3{
        width: 100%!important;
    }
    footer .foot12{
        margin-bottom: 60px;
    }
    .produtaLista .size1of2{
        width: 100%!important;
    }
    .unitNew, .unitNew2{
        position: relative;
        height: 200px;
    }
    .fotosProdutos h3 {
        font-size: 50px;
    }
    .fotosProdutos p {
        font-size: 18px;
    }
    .fotosProdutos {
        padding-top: 100px;
    }
    .PaginaBlog {
        padding-top: 100px;
    }
    .PaginaBlog h2 {
        font-size: 28px;
    }
    #post .post h3 {
        font-size: 24px;
    }
    #post .post p {
        font-size: 18px;
    }
}
@media screen and (max-width: 600px) {
    header #head1{
        display: none!important;
    }
    header #head2{
        height: 70px;
    }
    header #head2 h1 img{
        width: 100px;
        margin-top: 5px;
    }
    header nav{
        margin-top: 16px;
    }
    .adjPagina{
        height: 90px;
    }
    section#conteudo .item,
    section#conteudo .grid-sizer {
        width: 100%;
    }
    .post-3{
        display: none;
    }
    .relacionados .size1of4{
        width: 100%!important;
    }
}