@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato_black-webfont.eot');
    src: url('fonts/lato_black-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato_black-webfont.woff') format('woff'),
        url('fonts/lato_black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('fonts/lato_bold-webfont.eot');
    src: url('fonts/lato_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato_bold-webfont.woff') format('woff'),
        url('fonts/lato_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato_light-webfont.eot');
    src: url('fonts/lato_light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato_light-webfont.woff') format('woff'),
        url('fonts/lato_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latohairline';
    src: url('fonts/lato_slim-webfont.eot');
    src: url('fonts/lato_slim-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato_slim-webfont.woff') format('woff'),
        url('fonts/lato_slim-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato_regular-webfont.eot');
    src: url('fonts/lato_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lato_regular-webfont.woff') format('woff'),
        url('fonts/lato_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*

#868483 _ CINZA
#adcd53 - VERDE CLARO
#244b1e - VERDE ESCURO

*/

html, body, ul, li, p, span, h1, h2, h3, h4, h5{
    margin: 0px;
    padding: 0px;
}

html{
    height: 100%;
}

body{
    height: 100%;
    font-family: latoregular;
}

a{
    text-decoration: none;
    color: #000;
}

ul{
    list-style: none;
}

.clear{
    clear: both;
}

/****************
HEADER
****************/

header{
    width: 100%;
    height: 150px;
    position: relative;
    float: left;
}

.header-language{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #adcd53;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-family: latoblack;
}

.header-language > a{
    color: #fff;
    font-size: 12.44px;
}

.header-language > a:hover{
    text-decoration: underline;
}

.header-logo{
    float: left;
    margin-top: 50px;
}

ul.header-menu{
    float: right;
    margin-top: 70px;
}

ul.header-menu > li{
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

ul.header-menu > li:last-child{
    padding-right: 0px;
}

ul.header-menu > li > a{
    color: #244b1e;
    font-size: 14.52px;
    font-family: latoregular;
}

ul.header-menu > li.active > a{
    color: #adcd53;
    font-family: latoblack;
}

.banner{
    width: 100%;
    height: 350px;
    text-align: center;
    float: left;
}

/****************
FIM HEADER
****************/


/****************
FOOTER
****************/

.info-footer{
    background: url('../images/bg-poligno.png') no-repeat top center;
    float: left;
    width: 100%;
    height: 280px;
}

.info-footer > .box-center{
    border-top: solid 1px #9c9c9c;
}

.info-siga,
.info-funcionamento,
.info-contatenos{
    float: left;
    width: 330px;
    margin-top: 80px;
}

.info-siga > h4,
.info-funcionamento h4,
.info-contatenos h4{
    font-family: latobold;
    font-size: 24px;
    color: #244b1e;
    margin-bottom: 25px;
}

.info-funcionamento p,
.info-contatenos p{
    color: #868483;
    font-size: 18px;
    font-family: latolight;
}

.info-siga{
    width: 260px;
    margin-right: 80px;
}

.info-siga > a{
    float: left;
    margin-right: 5px;
}

.info-funcionamento{
    padding-left: 30px;
    width: 300px;
}

.info-contatenos{
    width: 280px;
    float: right;
}

footer{
    width: 100%;
    height: 63px;
    background-color: #244b1e;
    display: block;
    float: left;
}

.footer-logo{
    float: left;
    margin-top: 14px;
}

.footer-direitos{
    float: left;
    margin-top: 19px;
    font-size: 17.05px;
    font-family: latolight;
    color: #fff;
    margin-left: 70px;
}

.footer-telefone{
    float: left;
    margin-top: 19px;
    font-size: 17.05px;
    font-family: latolight;
    color: #fff;
    margin-left: 40px;
}
.footer-gautio{
    float: right;
    margin-top: 14px;
}

/****************
FIM FOOTER
****************/

/****************
GERAL
****************/

.container{
    width: 100%;
    min-height: 400px;
    float: left;
}

.box-center{
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

.ico{
    background: url('../images/icones.png') no-repeat;
    display: block;
    background-position: 0px 0px;
}

.ico-youtube-small{
    width: 58px;
    height: 58px;
    background-position: -20px -360px;
}

.ico-youtube-small:hover{
    background-position: -20px -442px;
}

.ico-facebook-small{
    width: 58px;
    height: 58px;
    background-position: -103px -360px;
}

.ico-facebook-small:hover{
    background-position: -103px -442px;
}

.ico-pinterest-small{
    width: 58px;
    height: 58px;
    background-position: -183px -360px;
}

.ico-pinterest-small:hover{
    background-position: -183px -442px;
}

.ico-instagram-small{
    width: 58px;
    height: 58px;
    background-position: -266px -360px;
}

.ico-instagram-small:hover{
    background-position: -266px -442px;
}

.ico-projeto{
    width: 127px;
    height: 125px;
}

.ico-projeto:hover{
    background-position: 0px -170px;
}

.ico-lojavirtual{
    width: 127px;
    height: 125px;
    background-position: -222px 0px;
}

.ico-lojavirtual:hover{
    background-position: -222px -170px;
}

.ico-brindes{
    width: 127px;
    height: 125px;
    background-position: -442px 0px;
}

.ico-brindes:hover{
    background-position: -442px -170px;
}

.ico-premios{
    width: 127px;
    height: 125px;
    background-position: -662px 0px;
}

.ico-premios:hover{
    background-position: -662px -170px;
}

.ico-seta{
    width: 27px;
    height: 24px;
    background-position: -838px -19px;
}

.ico-facebook{
    width: 100%;
    height: 35px;
    background-position: -408px -376px;
    background-color: #244b1e;
}

div.title{
    text-align: center;
}

div.title > h2{
    font-size: 64.5px;
    font-family: latohairline;
    color: #244b1e;
}

div.title > h5{
    color: #244b1e;
    font-family: latoblack;
    font-size: 29.91px;
}

/****************
FIM GERAL
****************/




/****************
HOME
****************/
.home-icones{
    float: left;
    height: 400px;

}

.home-icone{
    float: left;
    width: 165px;
    height: 230px;
    margin-top: 70px;
    margin-left: 48px;
    margin-right: 35px;
    text-align: center;
    cursor: pointer;
}

.home-icone > .ico{
    margin: 0px auto;
    margin-bottom: 20px;
}

.home-icone > h2{
    color: #244b1e;
    font-family: latobold;
    font-size: 22px;
    margin-bottom: 20px;

    width: 230px;
    text-align: center;
    margin-left: -34px;
}

.home-icone > p{
    font-size: 18px;
    font-family: latolight;
    color: #969696;
}


.home-icone:hover > h2{
    color: #adcd53;
}

.home-midia{
    float: left;
    width: 100%;
    height: 490px;
    background-color: #efefef;
}

.home-midia .home-pinterest{
    float: left;
    width: 670px;
    margin-top: 70px;
}

.home-midia .home-facebook{
    float: right;
    margin-top: 70px;
    border: solid 1px #b1b1b1;
}


.home-publicacoes{
    float: left;
    width: 100%;
    height: 820px;
    background: url('../images/bg-poligno2.png') no-repeat top center;
}

.home-publicacoes .title{
    margin-top: 115px;
}


.home-publicacoes .title > h5{
    width: 200px;
    margin: 0px auto;
    position: relative;
}

.home-publicacoes .title > h5 > .ico{
    position: absolute;
    top: 9px;
}
.publicacoes{
    float: left;
    width: 100%;
    margin-top: 80px;
}
.publicacao{
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    width: 290px;
    margin-bottom: 80px
}

.publicacao > .publicacao-img{
    float: left;
    margin-right: 10px;
    width: 90px;
}

.publicacao > h3{
    float: left;
    color: #2f2f2f;
    font-size: 17px;
    font-family: latolight;
    margin-bottom: 5px;
    width: 190px;
    height: 27px;
}

.publicacao > p{
    width: 190px;
    float: left;
    color: #989898;
    font-family: latolight;
    height: 57px;
    font-size: 14px;
}

.midia-video{
    cursor: pointer;
}

.publicacao > .btn-publicacao{
    border: solid 1px #adcd53;
    height: 30px;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #adcd53;
    cursor: pointer;
    text-align: center;

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
}

.btn-publicacao:hover{
    color: #fff;
    background-color: #adcd53;
}

.btn-visualizar-publicacoes{
    height: 52px;
    line-height: 52px;
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background-color: #244b1e;
    display: block;
    float: left;
    font-size: 18px;
    font-family: latolight;
    margin-left: 290px;
}


/****************
FIM HOME
****************/



.box-content{
    width: 100%;
    height: auto;

}



.box-content .title{
    border-top: #e4e4e4 solid 1px;
    padding-top: 70px;
    background: url('../images/bg-poligno.png') no-repeat top center;
}

.box-content .title > h5{
    width: auto;
    margin: 0px auto;
    position: relative;
    text-align: center;
}

.box-content .subtitle{

}


.box-content .subtitle > h3{
    position: relative;
    text-align: center;
    color: #244b1e;
    font-family: latolight;
    font-size: 24px;
}


/*.box-content .title > h5:before{
    position: absolute;
    top: 3px;
    background: url('../images/icones.png') no-repeat;
    display: block;
    width: 27px;
    height: 24px;
    background-position: -838px -19px;
    content: "";    
    left: 0px;
}*/

.box-content .content{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-family: latolight;
    font-size: 18px;
    color: #242424;
    clear: both;
}

.box-content .content b{
    font-family: 'latobold';
}

.box-content .content a{
    color: #244b1e;
    font-family: 'latoblack';
}

.premiacoes{
    border-top: #adcd53 solid 3px;
    padding-top: 20px;
    width: 590px;
    margin-top: 20px;
    margin-bottom: 60px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

.premiacoes > .premiacao{
    float: left;
    margin-right: 19px;
    margin-bottom: 20px;
    border: solid 1px #aeaeae;
    width: 100px;
    height: 100px;
    cursor: pointer;

    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.premiacoes > .premiacao.active{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.premiacao.no-mar,
.premiacoes > .premiacao:nth-child(5n+0){
    margin-right: 0px;
}


.publicacoes-facebook{
    width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border: solid 1px #b1b1b1;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


.publicacoes-youtube{
    width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.publicacoes-youtube-video{

}

.publicacoes-youtube-lista{
    width: 750px;
    height: 240px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 50px;
}

.publicacoes-youtube-lista > ul{
    width: 750px;
}

.publicacoes-youtube-lista > ul > li:nth-child(4n+0){
    margin-right: 0px;
}

.publicacoes-youtube-lista > ul > li{
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 180px;
    height: 190px;
}

.publicacoes-youtube-lista > ul > li > img{
    width: 100%;
    height: auto;
}

.publicacoes-youtube-lista > ul > li > .titulo-video{
    color: #0073cb;
    font-family: latoblack;
    font-size: 14px;
    margin-bottom: 5px;
}


.publicacoes-youtube-lista > ul > li > .linha-video{
    color: #ccc;
    font-family: latolight;
    font-size: 12px;
}

.publicacoes-pinterest{
    width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.seta-subtitulo{
    line-height: 28px;
    background: url('../images/icones.png') no-repeat;
    width: 27px;
    height: 24px;
    background-position: -838px -19px; 
    margin-right: 4px;
    display: inline-block;
}