body {
    height: 100%;
    font-family: Proximanova, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

p {
    margin-bottom: 10px;
    color: #807b6f;
    font-size: 16px;
    line-height: 20px;
}

.barra-lateral {
    position: fixed;
    width: 80px;
    height: 100%;
    background-color: #fff;
}

.link-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.link-social:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.link-social.ico-facebook {
    background-color: #373f9b;
    background-image: url('../images/icone_facebook.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.link-social.ico-twitter {
    background-color: #007fff;
    background-image: url('../images/icone_twitter.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.link-social.ico-youtube {
    background-color: red;
    background-image: url('../images/icone_youtube.svg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.redes-sociais {
    position: absolute;
    bottom: 0px;
    width: 40px;
    margin-left: 20px;
    float: left;
    text-align: center;
}

.slider-frutas {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #e6b740;
}

.nav-menu {
    position: static;
    overflow: visible;
}

.item-menu {
    position: static;
    display: block;
    width: 100%;
    float: left;
    text-decoration: none;
}

.item-ico {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 54px;
    margin-bottom: 10px;
    float: left;
    background-color: #fff;
}

.item-ico.ico-home {
    background-image: url('../images/icone_inicio.svg');
    background-position: 30px 17px;
    background-size: contain;
    background-repeat: no-repeat;
}

.item-ico.ico-home:hover {
    background-position: -30px 17px;
}

.item-ico.ico-euro {
    background-image: url('../images/icone_empresa.svg');
    background-position: 32px 16px;
    background-repeat: no-repeat;
}

.item-ico.ico-euro:hover {
    background-position: -41px 16px;
}

.item-ico.ico-origem {
    background-image: url('../images/icone_origem.svg');
    background-position: 29px 13px;
    background-repeat: no-repeat;
}

.item-ico.ico-origem:hover {
    background-position: -47px 13px;
}

.item-ico.ico-produtos {
    background-image: url('../images/icone_produtos.svg');
    background-position: 32px 17px;
    background-repeat: no-repeat;
}

.item-ico.ico-produtos:hover {
    background-position: -33px 17px;
}

.item-ico.ico-gourmet {
    background-image: url('../images/icone_gourmet.svg');
    background-position: 30px 16px;
    background-repeat: no-repeat;
}

.item-ico.ico-gourmet:hover {
    background-position: -38px 16px;
}

.item-ico.ico-saude {
    background-image: url('../images/icone_saude.svg');
    background-position: 30px 19px;
    background-repeat: no-repeat;
}

.item-ico.ico-saude:hover {
    background-position: -33px 19px;
}

.item-ico.ico-impresa {
    background-image: url('../images/icone_imprensa.svg');
    background-position: 31px 18px;
    background-repeat: no-repeat;
}

.item-ico.ico-impresa:hover {
    background-position: -49px 18px;
}

.item-ico.ico-contato {
    background-image: url('../images/icone_contato.svg');
    background-position: 30px 20px;
    background-repeat: no-repeat;
}

.item-ico.ico-contato:hover {
    background-position: -35px 20px;
}

.nome-pagina {
    position: fixed;
    left: 0px;
    display: none;
    padding: 18px 26px 14px;
    background-image: -webkit-linear-gradient(0deg, #d1101a, #ec1b24);
    background-image: linear-gradient(90deg, #d1101a, #ec1b24);
    opacity: 0;
    font-family: Bahiana, sans-serif;
    color: #fff;
    font-size: 26px;
}

.logo {
    position: absolute;
    left: 50%;
    top: -10px;
    z-index: 20;
    width: 196px;
    height: 103px;
    margin-left: -55px;
    background-image: url('../images/logo_euro_company_brasil.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.logo:hover {
    top: 0px;
}

.fundo-abacaxi {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, #fbcc1e, #f47c0e 61%, #ee4507);
    background-image: radial-gradient(circle farthest-side at 50% 50%, #fbcc1e, #f47c0e 61%, #ee4507);
    text-align: center;
}

.paginador {
    bottom: 40px;
}

.foto-produto {
    position: relative;
    z-index: 4;
    height: 70%;
    margin-top: 140px;
    margin-left: 26px;
}

.botao-saiba-mais {
    position: absolute;
    left: 50%;
    bottom: 100px;
    z-index: 5;
    display: block;
    width: 260px;
    margin-left: -130px;
    padding: 14px 56px 12px;
    border: 1px solid #f73100;
    border-radius: 4px;
    background-color: transparent;
    font-family: Proximanova, sans-serif;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.botao-saiba-mais:hover {
    background-color: #f73100;
    color: #fff;
}

.botao-saiba-mais.cores-coco {
    border-color: #ad60fc;
    color: #ad60fc;
}

.botao-saiba-mais.cores-coco:hover {
    background-color: #ad60fc;
    color: #fff;
}

.botao-saiba-mais.cores-uva {
    border-color: #3de056;
    color: #3de056;
}

.botao-saiba-mais.cores-uva:hover {
    background-color: #3de056;
    color: #fff;
}

.botao-saiba-mais.cores-castanhas {
    border-color: #e28126;
    color: #e28126;
}

.botao-saiba-mais.cores-castanhas:hover {
    background-color: #e28126;
    color: #fff;
}

.botao-saiba-mais.cores-goji {
    border-color: #f79441;
    color: #f79441;
}

.botao-saiba-mais.cores-goji:hover {
    background-color: #f79441;
    color: #fff;
}

.botao-saiba-mais.cores-amendoas {
    border-color: #f68d39;
    color: #f68d39;
}

.botao-saiba-mais.cores-amendoas:hover {
    background-color: #f68d39;
    color: #fff;
}

.botao-saiba-mais.cores-manga {
    border-color: #ee2424;
    color: #ee2424;
}

.botao-saiba-mais.cores-manga:hover {
    background-color: #ee2424;
    color: #fff;
}

.botao-saiba-mais.cores-nozes {
    border-color: #f15f22;
    color: #f15f22;
}

.botao-saiba-mais.cores-nozes:hover {
    background-color: #f15f22;
    color: #fff;
}

.imagens-frutas {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.icones-frutas {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.fruta1 {
    position: absolute;
    left: 5%;
    bottom: -100px;
}

.fruta2 {
    position: absolute;
    left: -70px;
    bottom: 20%;
    -webkit-transform: rotate(-57deg) scale(0.8);
    -ms-transform: rotate(-57deg) scale(0.8);
    transform: rotate(-57deg) scale(0.8);
}

.fruta3 {
    position: absolute;
    top: 20%;
    right: -5%;
    -webkit-transform: rotate(-100deg) scale(0.8);
    -ms-transform: rotate(-100deg) scale(0.8);
    transform: rotate(-100deg) scale(0.8);
}

.fruta4 {
    position: absolute;
    left: 5%;
    top: -16%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.fruta5 {
    position: absolute;
    top: -13%;
    right: 10%;
    -webkit-transform: rotate(-47deg) scale(0.7);
    -ms-transform: rotate(-47deg) scale(0.7);
    transform: rotate(-47deg) scale(0.7);
}

.fruta6 {
    position: absolute;
    right: 5%;
    bottom: -5%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.ico-fruta-1 {
    position: absolute;
    left: 5%;
    top: 26%;
    -webkit-transform: rotate(123deg);
    -ms-transform: rotate(123deg);
    transform: rotate(123deg);
}

.ico-fruta-2 {
    position: absolute;
    left: 24%;
    bottom: -3%;
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ico-fruta-3 {
    position: absolute;
    top: 3%;
    right: 3%;
}

.ico-fruta-4 {
    position: absolute;
    right: 10%;
    bottom: 43%;
    -webkit-transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
    transform: rotate(-67deg);
}

.left-arrow-frutas {
    left: 32%;
    top: -10%;
    height: 40px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.left-arrow-frutas:hover {
    opacity: 0.7;
}

.left-arrow-frutas >p,.right-arrow-frutas >p{
    line-height: 40px;
}

.left-arrow-frutas >div,.right-arrow-frutas >div{
    position: relative;
    top: 50%;
    margin-top: -6px;
    float: left;
}

.right-arrow-frutas >div{
    float: right;
}

.right-arrow-frutas {
    top: -10%;
    right: 33%;
    height: 40px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.right-arrow-frutas:hover {
    opacity: 0.7;
}

.ico-anterior {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../images/icone_setas.svg');
    background-position: 0px 0px;
}

.ico-anterior.ico-proximo {
    background-position: 100% 0px;
}

.texto-pagina {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0px;
    margin-left: 6px;
    font-family: Proximanova, sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.coluna-central {
    position: relative;
    height: 100%;
    padding-left: 80px;
}

.slider-mix {
    overflow: hidden;
    height: auto;
    background-color: #000;
    background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, transparent, rgba(0, 0, 0, .6)), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/bg_mix.png');
    background-image: radial-gradient(circle farthest-side at 50% 50%, transparent, rgba(0, 0, 0, .6)), linear-gradient(180deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url('../images/bg_mix.png');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, 400px;
    background-attachment: scroll, scroll, fixed;
}

.col-mix {
    position: relative;
    top: 0px;
    display: block;
    width: 30%;
    height: 600px;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
    text-align: center;
    overflow: hidden;
}

.tela-mix {
    padding-right: 7%;
    padding-left: 10%;
    text-align: center;
}

.nav {
    display: none;
}

.titulo-mix {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Bahiana, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.descricao-mix {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.bloco-mix {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    padding-bottom: 21px;
    background-color: #000;
}

.mosaico {
    width: 362px;
    margin-left: -180px;
    position: absolute;
    left: 50%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-right: 1px solid #fa420e;
    border-left: 1px solid #fa420e;
    background-color: #fc100b;
    box-shadow: 0 0 6px 6px #000;
    opacity: 0;
    overflow: hidden;
}

.linha-mosaico {
    display: block;
    width: 30px;
    height: 100%;
    float: left;
}

.linha-mosaico.svg2 {
    background-image: url('../images/mosaico2.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg3 {
    background-image: url('../images/mosaico3.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg4 {
    background-image: url('../images/mosaico4.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg5 {
    background-image: url('../images/mosaico5.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg6 {
    background-image: url('../images/mosaico6.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg7 {
    background-image: url('../images/mosaico7.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg8 {
    background-image: url('../images/mosaico8.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg9 {
    background-image: url('../images/mosaico11.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg10 {
    background-image: url('../images/mosaico10.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg11 {
    background-image: url('../images/mosaico11.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg12 {
    background-image: url('../images/mosaico12.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.linha-mosaico.svg1 {
    background-image: url('../images/mosaico1.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: repeat-y;
}

.produto-mix {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 118px;
    text-decoration: none;
}

.right-arrow-mix {
    width: 135px;
    height: 70px;
    margin-right: -10px;
    padding-right: 5px;
    border-top: 1px solid #b20000;
    border-bottom: 1px solid #b20000;
    border-left: 1px solid #b20000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 55px;
}

.right-arrow-mix:hover {
    margin-right: 0px;
    padding-right: 0px;
    background-color: #b20000;
}

.left-arrow-mix {
    width: 135px;
    height: 70px;
    margin-left: -10px;
    padding-left: 5px;
    border-top: 1px solid #b20000;
    border-right: 1px solid #b20000;
    border-bottom: 1px solid #b20000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 55px;
}

.left-arrow-mix:hover {
    margin-left: 0px;
    padding-left: 0px;
    background-color: #b20000;
}

.chamada {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 720px;
    padding: 12px;
    float: left;
    text-decoration: none;
}

.foto-chamada {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.foto-chamada.gourmet {
    background-image: url('../images/bg_gourmet_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.foto-chamada.saude {
    background-image: url('../images/bg_saude.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.pontilhado {
    position: absolute;
    z-index: 1;
    width: 93%;
    height: 93%;
    margin-top: 2%;
    margin-left: 2%;
    border-style: dashed;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, .5);
    text-align: center;
}

.titulo-chamada {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Bahiana, sans-serif;
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
}

.linha-chamada {
    position: absolute;
    left: 50%;
    top: 40px;
    right: 0px;
    width: 40%;
    height: 14px;
    margin-left: -20%;
}

.linha-chamada.linha-gourmet {
    background-color: #ed1c24;
}

.linha-chamada.linha-saude {
    width: 30%;
    margin-left: -15%;
    background-color: #81d107;
}

.alinhar-descricao {
    position: relative;
    top: 50%;
    width: 100%;
    height: 170px;
    margin-top: -85px;
}

.icone-chamada {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.icone-chamada.icone-gourmet {
    background-image: url('../images/icone_chamada_gourmet.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.icone-chamada.icone-saude {
    background-image: url('../images/icone_chamada_saude.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.tit-chamada {
    position: relative;
}

.rodape {
    width: 100%;
    padding: 30px 30px 25px;
    float: left;
    border-left: 1px solid #eee;
}

.texto-direitos {
    width: 40%;
    margin-bottom: 0px;
    float: left;
    color: #aaa;
    font-size: 14px;
    line-height: 16px;
}

.bloco-assinatura {
    float: right;
}

.logo-desenvolvedor {
    margin-left: 30px;
    float: left;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.logo-desenvolvedor[href="https://neexbrasil.com/"]{
    width: 165px;
}

.logo-desenvolvedor:hover {
    opacity: 0.8;
}

.texto-desenvolvedor {
    margin-bottom: 0px;
    float: left;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #aaa;
    font-size: 12px;
}

.texto {
    text-align: center;
}

.texto.alinhar-bloco {
    margin-bottom: 30px;
}

.conteudo {
    width: 100%;
    padding: 120px 9% 100px;
    float: left;
    background-image: -webkit-linear-gradient(270deg, #eae1c2, #eae1c2);
    background-image: linear-gradient(180deg, #eae1c2, #eae1c2);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.bg-coco {
    background-image: url('../images/mosaico.svg'), url('../images/fundo_internas_coco.jpg'), -webkit-linear-gradient(270deg, #eae1c2, #eae1c2);
    background-image: url('../images/mosaico.svg'), url('../images/fundo_internas_coco.jpg'), linear-gradient(180deg, #eae1c2, #eae1c2);
    background-position: 0px -20px, 50% 0px, 0px 0px;
    background-size: 180px 40px, contain, auto;
    background-repeat: repeat-x, no-repeat, repeat;
}

.bg-abacaxi {
    background-image: url('../images/mosaico.svg'), url('../images/fundo_internas_abacaxi.jpg'), -webkit-linear-gradient(270deg, #eae1c2, #eae1c2);
    background-image: url('../images/mosaico.svg'), url('../images/fundo_internas_abacaxi.jpg'), linear-gradient(180deg, #eae1c2, #eae1c2);
    background-position: 0px -20px, 50% 0px, 0px 0px;
    background-size: 180px 40px, contain, auto;
    background-repeat: repeat-x, no-repeat, repeat;
}

.bg-uva {
    background-image: url('../images/mosaico.svg'), url('../images/fundo_internas_uva.jpg'), -webkit-linear-gradient(270deg, #eae1c2, #eae1c2);
    background-image: url('../images/mosaico.svg'), url('../images/fundo_internas_uva.jpg'), linear-gradient(180deg, #eae1c2, #eae1c2);
    background-position: 0px -20px, 50% 0px, 0px 0px;
    background-size: 180px 40px, contain, auto;
    background-repeat: repeat-x, no-repeat, repeat;
}

.fundo-castanha {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fae1c3, #ebaa68);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fae1c3, #ebaa68);
    text-align: center;
}

.fundo-goji {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fd8b0f, #fa0612);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fd8b0f, #fa0612);
    text-align: center;
}

.fundo-amendoas {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #e99230, #802200);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #e99230, #802200);
    text-align: center;
}

.fundo-manga {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #fed20a, #fe6900);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fed20a, #fe6900);
    text-align: center;
}

.fundo-nozes {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #e9c874, #e06c33);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #e9c874, #e06c33);
    text-align: center;
}

.foto-tempo {
    display: inline-block;
    width: 300px;
    float: left;
}

.foto-tempo.alinhar-foto {
    float: right;
}

.bloco-tempo {
    position: relative;
    display: block;
    width: 650px;
    margin-right: auto;
    margin-left: auto;
}

.item-tempo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.linha-central {
    position: absolute;
    left: 50%;
    top: 0px;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    background-color: rgba(68, 41, 41, .1);
}

.descricao-tempo {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    padding: 14px;
    border-radius: 3px;
    background-color: #000;
    color: #fff;
    line-height: 16px;
}

.seta-tempo {
    position: absolute;
    left: -4px;
    top: 2px;
    z-index: 1;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 4px 3px 0px;
    border-color: transparent #000 transparent transparent;
}

.seta-tempo.seta-2 {
    left: auto;
    right: -4px;
    border-right-width: 0px;
    border-right-color: transparent;
    border-left-width: 4px;
    border-left-color: #000;
}

.texto-tempo {
    position: relative;
    display: inline-block;
    width: 300px;
    float: right;
}

.texto-tempo.sdsadsd {
    float: left;
}

.titulo-tempo {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    font-family: Bahiana, sans-serif;
    font-size: 35px;
    text-align: center;
}

.ponto {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5.5px;
    border: 2px solid #d8ceb2;
    border-radius: 50%;
    background-color: #d51a1a;
}

.titulo {
    margin-top: 60px;
    margin-bottom: 0px;
    font-family: Bahiana, sans-serif;
    color: #d51a1a;
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
}

.titulo.titulo-interno {
    margin-bottom: 20px;
}

.video {
    margin-top: 30px;
    margin-bottom: 30px;
}

.data {
    margin-bottom: 0px;
    color: #929292;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.data.alinhar-data {
    text-align: center;
}

.link-titulo {
    display: block;
    width: 100%;
    float: left;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-decoration: none;
}

.link-titulo:hover {
    opacity: 0.7;
}

.titulo-imprensa {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.item-imprensa {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 30px;
    float: left;
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.botao-imprensa {
    margin-top: 10px;
    padding: 10px 20px 8px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: rgba(0, 0, 0, .3);
    font-weight: 700;
}

.botao-imprensa:hover {
    border-color: #d10000;
    background-color: #d10000;
    color: #fff;
}

.item-paginador {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    float: left;
    border-top: 3px solid rgba(0, 0, 0, .1);
    text-align: center;
}

.link-pagina {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 21px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .04);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .04);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: rgba(0, 0, 0, .31);
    font-weight: 700;
    text-decoration: none;
}

.link-pagina:hover {
    border-color: red;
    background-color: red;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    color: #fff;
}

.link-pagina.pagina-atual {
    border-color: red;
    background-color: red;
    color: #fff;
}

.descricao-imprensa {
    width: 100%;
    float: left;
    color: #818181;
}

.col {
    padding-right: 15px;
    padding-left: 15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.campo {
    height: 55px;
    margin-bottom: 30px;
    padding-top: 9px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .8));
    color: #444;
    font-weight: 400;
}

.campo:focus {
    border-color: #ca1313;
}

.campo.mensagem {
    height: 165px;
    padding-top: 14px;
}

.formulario-contato {
    margin-top: 30px;
    margin-bottom: 30px;
}

.botao-enviar {
    padding: 13px 30px 11px;
    float: right;
    border-radius: 4px;
    background-color: #ec1b24;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.botao-enviar:hover {
    background-color: #cc0009;
}

.barra {
    padding: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: hsla(0, 0%, 100%, .4);
    text-align: center;
}

.telefone {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.telefone:hover {
    opacity: 0.7;
}

.ico-telefone {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url('../images/sprite.svg');
    background-position: -303px 233px;
}

.numero-telefone {
    display: inline-block;
    margin-bottom: 0px;
}

.foto-blog {
    width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    float: left;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.foto-blog .imgProduto, .foto-post .imgProduto{
    width: 100%;
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.foto-blog:hover {
    opacity: 0.8;
}

.bloco-descricao {
    width: 60%;
    float: left;
}

.titulo-blog {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
    font-size: 36px;
    text-align: center;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.foto-post {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.autor-foto {
    margin-bottom: 0px;
    padding: 10px 14px 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: hsla(0, 9%, 91%, .29);
    font-size: 12px;
}

.autor-post {
    margin-bottom: 0px;
    font-size: 12px;
}

.subtitulo-post {
    margin-top: -20px;
    margin-bottom: 20px;
    color: #757575;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.compartilhar {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 4px;
    background-color: rgba(65, 42, 2, .1);
    text-align: center;
}

.mapa {
    height: 400px;
}

.produto {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(167, 136, 81, .25);
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-align: center;
}

.produto:hover {
    opacity: 0.7;
}

.produto-foto {
    height: 230px;
}

.produto-foto.produto-destaque {
    height: auto;
}

.titulo-produto {
    margin-bottom: 0px;
    color: #5a5346;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.lista-produtos {
    margin-top: 30px;
}

.bloco-produtos {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.titulo-lista {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.tabs {
    margin-top: 30px;
}

.tab-link {
    width: 33.33%;
    padding: 14px 5px;
    border-bottom: 1px solid #0dc3db;
    background-color: transparent;
    color: #535f61;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    float: left;
}

.tab-link:hover {
    color: #009cb1;
}

.tab-link.w--current {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #0dc3db;
    color: #fff;
}

.tabs-conteudo {
    padding-top: 30px;
    clear: left;
}

.texto-importante {
    font-size: 14px;
    line-height: 16px;
}

.copiar-link {
    display: inline-block;
    width: 260px;
    margin-bottom: 0px;
    margin-left: 20px;
    float: right;
}

.label-link {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    line-height: 40px;
}

.campo-link {
    display: inline-block;
    width: 80%;
    height: 40px;
    margin-bottom: 0px;
    padding-top: 10px;
    border-style: none;
    border-radius: 4px;
    font-size: 12px;
}

.link-compartilhar {
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 4px;
    background-color: #e4e4e4;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    text-decoration: none;
}

.link-compartilhar:hover {
    opacity: 0.8;
}

.link-compartilhar.link-facebook {
    border-bottom-color: #254573;
    background-color: #325c99;
}

.link-compartilhar.link-twitter {
    border-bottom-color: #0181b1;
    background-color: #02acec;
}

.link-compartilhar.link-google {
    border-bottom-color: #a6382b;
    background-color: #dd4b39;
}

.link-compartilhar.link-whatsapp {
    display: none;
    border-bottom-color: #1f9431;
    background-color: #2cb742;
}

.icone-social {
    position: relative;
    top: -2px;
    height: 16px;
}

.nome-social {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.bloco-erro {
    height: 600px;
    padding-top: 200px;
    text-align: center;
}

.fundo-coco {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #7f00e9, #5800c9 50%, #150056);
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #7f00e9, #5800c9 50%, #150056);
    text-align: center;
}

.fundo-uva {
    overflow: hidden;
    background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, #00e923, #00ac0b 50%, #045500);
    background-image: radial-gradient(circle farthest-side at 50% 50%, #00e923, #00ac0b 50%, #045500);
    text-align: center;
}

.detalhe-topo {
    width: 100%;
    height: 15px;
    background-image: url('../images/mosaico.svg');
    background-position: 0px 0px;
    background-size: 180px;
}

.aviso {
    margin-top: 10px;
    color: rgba(97, 97, 97, .5);
    font-size: 12px;
    line-height: 14px;
}

.divicao {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
}

.foto-imprensa {
    display: block;
    width: 250px;
    margin-right: 30px;
    float: left;
}

.gramas {
    text-align: center;
}

.titulo-impr {
    margin-top: 0px;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

html.w-mod-js *[data-ix="produto"] {
    opacity: 0;
}

html.w-mod-js *[data-ix="nome-produto"] {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="tempo1"] {
    opacity: 0;
    -webkit-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="tempo2"] {
    opacity: 0;
    -webkit-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="ponto"] {
    opacity: 0;
    -webkit-transform: translate(0px, 45px);
    -ms-transform: translate(0px, 45px);
    transform: translate(0px, 45px);
}

@media (max-width: 991px) {
    body {
        height: auto;
    }
    .barra-lateral {
        position: relative;
        width: 100%;
        height: 60px;
        padding: 10px;
    }
    .link-social {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    .menu {
        float: right;
        text-align: right;
    }
    .redes-sociais {
        position: relative;
        width: 50%;
        margin-left: 0px;
        text-align: left;
    }
    .slider-frutas {
        height: 850px;
    }
    .nav-menu {
        position: absolute;
        background-color: #c90b13;
    }
    .item-menu {
        padding-top: 5px;
        padding-right: 30px;
        padding-left: 30px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .16);
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        text-decoration: none;
    }
    .item-menu:hover {
        background-color: #000;
        opacity: 0.5;
    }
    .item-ico {
        display: none;
        margin-bottom: 0px;
    }
    .nome-pagina {
        position: relative;
        display: block;
        margin-bottom: 0px;
        padding: 17px 0px;
        background-image: none;
        opacity: 1;
        text-align: center;
        letter-spacing: 1px;
    }
    .logo {
        position: absolute;
        margin-top: 60px;
        margin-left: -97px;
    }
    .foto-produto {
        height: 60%;
        margin-top: 160px;
        margin-left: 0px;
    }
    .fruta1 {
        width: 150px;
    }
    .fruta2 {
        width: 150px;
    }
    .fruta3 {
        width: 150px;
    }
    .fruta4 {
        width: 150px;
    }
    .fruta5 {
        width: 150px;
    }
    .fruta6 {
        width: 150px;
    }
    .ico-fruta-1 {
        width: 100px;
    }
    .ico-fruta-2 {
        width: 100px;
    }
    .ico-fruta-3 {
        width: 100px;
    }
    .ico-fruta-4 {
        width: 100px;
    }
    .left-arrow-frutas {
        left: 10%;
    }
    .right-arrow-frutas {
        right: 10%;
    }
    .coluna-central {
        height: auto;
        padding-left: 0px;
    }
    .col-mix {
        height: 500px;
    }
    .mosaico {
        width: auto;
        margin-left: 0;
        left: 0;
    }
    .titulo-mix {
        font-size: 30px;
    }
    .descricao-mix {
        font-size: 14px;
    }
    .mosaico {
        background-image: url('../images/mosaico.svg');
        background-position: 50% 50%;
        background-size: 360px;
        background-repeat: repeat;
    }
    .linha-mosaico {
        display: none;
    }
    .foto-mix {
        width: 110px;
    }
    .right-arrow-mix {
        width: 100px;
    }
    .left-arrow-mix {
        width: 100px;
    }
    .chamada {
        height: 440px;
    }
    .pontilhado {
        width: 91%;
        height: 91%;
    }
    .titulo-chamada {
        font-size: 50px;
    }
    .icone-chamada {
        margin-bottom: 0px;
    }
    .logo-desenvolvedor {
        margin-left: 10px;
    }
    .botao-menu {
        width: 110px;
        height: 40px;
        margin-top: 0px;
        padding: 2px 3px 0px 0px;
        float: none;
        font-size: 36px;
        text-align: center;
    }
    .botao-menu.w--open {
        background-color: transparent;
    }
    .ico-menu {
        float: right;
        color: #666;
    }
    .texto-menu {
        margin-top: 9px;
        margin-bottom: 0px;
        float: right;
        color: #666;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .conteudo {
        padding-right: 70px;
        padding-bottom: 70px;
        padding-left: 70px;
        border-left-style: none;
    }
    .foto-tempo {
        width: 45%;
    }
    .bloco-tempo {
        width: 100%;
    }
    .texto-tempo {
        width: 45%;
    }
    .link-titulo {
        margin-bottom: 30px;
    }
    .item-imprensa {
        text-align: center;
    }
    .botao-imprensa {
        float: none;
    }
    .botao-enviar {
        width: 100%;
    }
    .foto-blog {
        width: auto;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .bloco-descricao {
        width: 100%;
    }
    .foto-post {
        width: 300px;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .produto-foto.produto-destaque {
        height: 350px;
    }
    .link-compartilhar {
        width: 50px;
        padding-right: 5px;
        padding-left: 5px;
    }
    .link-compartilhar.link-whatsapp {
        display: block;
    }
    .icone-social {
        height: 16px;
    }
    .nome-social {
        display: none;
    }
    .divicao {
        display: none;
    }
    .foto-imprensa {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 14px;
    }
    .barra-lateral {
        height: 65px;
    }
    .link-social {
        margin-bottom: 5px;
    }
    .slider-frutas {
        height: 680px;
    }
    .foto-produto {
        height: 50%;
    }
    .fruta1 {
        width: 100px;
    }
    .fruta2 {
        left: -30px;
        width: 100px;
    }
    .fruta3 {
        width: 100px;
    }
    .fruta4 {
        top: -8%;
        width: 100px;
    }
    .fruta5 {
        top: -8%;
        width: 100px;
    }
    .fruta6 {
        width: 100px;
    }
    .ico-fruta-1 {
        width: 50px;
    }
    .ico-fruta-2 {
        width: 50px;
    }
    .ico-fruta-3 {
        width: 50px;
    }
    .ico-fruta-4 {
        width: 50px;
    }
    .col-mix {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .tela-mix {
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .produto-mix {
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .right-arrow-mix {
        margin-top: 0px;
    }
    .left-arrow-mix {
        margin-top: 0px;
    }
    .chamada {
        width: 100%;
        height: 320px;
    }
    .pontilhado {
        width: 93%;
        height: 85%;
    }
    .alinhar-descricao {
        margin-top: -75px;
    }
    .rodape {
        width: 100%;
        float: left;
        text-align: center;
    }
    .texto-direitos {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }
    .bloco-assinatura {
        width: 100%;
    }
    .logo-desenvolvedor {
        display: inline-block;
        margin-right: 20px;
        margin-left: 20px;
        float: none;
    }
    .texto-desenvolvedor {
        width: 100%;
        margin-bottom: 10px;
    }
    .botao-menu {
        margin-top: 4px;
    }
    .conteudo {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }
    .bloco-tempo {
        width: 100%;
    }
    .titulo {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .link-titulo {
        height: auto;
    }
    .item-paginador {
        padding-top: 20px;
    }
    .link-pagina {
        margin-right: 5px;
        margin-left: 5px;
        padding: 8px 12px 6px;
    }
    .foto-blog {
        margin-bottom: 10px;
    }
    .titulo-blog {
        font-size: 30px;
        line-height: 30px;
    }
    .compartilhar {
        padding-right: 20px;
        padding-left: 20px;
    }
    .mapa {
        height: 300px;
    }
    .produto-foto.produto-destaque {
        height: 300px;
    }
    .tab-link {
        height: 59px;
        padding-right: 15px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 14px;
    }
    .tabs-conteudo {
        padding-top: 20px;
    }
    .copiar-link {
        width: 100%;
        margin-top: 5px;
        margin-left: 0px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, .05);
    }
    .link-compartilhar {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
        margin-left: 0px;
        float: none;
    }
    .nome-social {
        display: inline-block;
    }
}

@media (max-width: 479px) {
    .barra-lateral {
        height: 50px;
    }
    .link-social {
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }
    .link-social.ico-facebook {
        background-size: 6px;
    }
    .link-social.ico-twitter {
        background-size: 14px;
    }
    .link-social.ico-youtube {
        background-size: 14px;
    }
    .slider-frutas {
        height: 550px;
    }
    .logo {
        margin-top: 50px;
    }
    .foto-produto {
        margin-top: 115px;
    }
    .botao-saiba-mais {
        width: 200px;
        margin-left: -100px;
    }
    .fruta1 {
        left: -10%;
        bottom: -10%;
    }
    .fruta2 {
        display: none;
    }
    .fruta3 {
        display: none;
    }
    .fruta4 {
        left: -10%;
        top: -10%;
    }
    .fruta5 {
        top: -10%;
        right: -10%;
    }
    .fruta6 {
        right: -10%;
        bottom: -10%;
    }
    .left-arrow-frutas {
        left: 0%;
    }
    .right-arrow-frutas {
        right: 0%;
    }
    .ico-anterior {
        position: relative;
        top: -9px;
    }
    .texto-pagina {
        top: -9px;
    }
    .right-arrow-mix {
        width: 90px;
        height: 50px;
        padding-right: 15px;
        border-top-style: none;
    }
    .left-arrow-mix {
        width: 90px;
        height: 50px;
        padding-left: 15px;
        border-top-style: none;
    }
    .pontilhado {
        width: 90%;
        height: 88%;
    }
    .logo-desenvolvedor {
        margin-right: 10px;
        margin-left: 10px;
    }
    .botao-menu {
        margin-top: -8px;
        font-size: 30px;
    }
    .ico-menu {
        margin-top: 7px;
    }
    .texto-menu {
        margin-top: 13px;
        font-size: 18px;
    }
    .conteudo {
        padding-right: 10px;
        padding-left: 10px;
    }
    .titulo {
        font-size: 34px;
        line-height: 38px;
    }
    .botao-imprensa {
        width: 100%;
        text-align: center;
    }
    .link-pagina {
        padding-right: 7px;
        padding-left: 7px;
    }
    .foto-blog {
        margin: 0 auto 20px;
        float: none;
        display: block;
    }
    .titulo-blog {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0px;
    }
    .foto-post {
        width: 100%;
    }
    .subtitulo-post {
        margin-top: -10px;
    }
    .mapa {
        height: 250px;
    }
    .produto-foto.produto-destaque {
        height: 200px;
    }
    .tab-link {
        width: 100%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        border: 1px solid #0dc3db;
        border-radius: 4px;
    }
    .tab-link.w--current {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

@font-face {
    font-family: 'Bahiana';
    src: url('../fonts/Bahiana-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/*AJUSTES*/
::-moz-selection    {color: #FFF;background: #ED1C24;}
::selection         {color: #FFF;background: #ED1C24;}

.texto > img {max-width:100%; margin: 30px 0;}

.campo::-webkit-input-placeholder,
.campo:-moz-placeholder,
.campo::-moz-placeholder,
.campo:-ms-input-placeholder    {color: #444;}

.foto-blog > img {width:100%;}

.paginador > .w-slider-dot  {width: 6px; height: 6px; background-color: transparent; background-image: url(../images/icone_paginador_2.svg);}
.paginador > .w-slider-dot:hover,
.paginador > .w-active      {width: 18px; height: 21px; background-image: url(../images/icone_paginador.svg); top: 5px; margin-left: 4px !important; margin-right: 4px !important;}

.fb-comments > span, .fb-comments > span > iframe, .fb_iframe_widget  {width:100% !important;}
.fb_iframe_widget                                                     {position: relative;}

.w--current > .item-ico.ico-home      {background-position: -30px 17px;}
.w--current > .item-ico.ico-euro      {background-position: -41px 16px;}
.w--current > .item-ico.ico-origem    {background-position: -47px 13px;}
.w--current > .item-ico.ico-produtos  {background-position: -33px 17px;}
.w--current > .item-ico.ico-gourmet   {background-position: -38px 16px;}
.w--current > .item-ico.ico-saude     {background-position: -33px 19px;}
.w--current > .item-ico.ico-impresa   {background-position: -49px 18px;}
.w--current > .item-ico.ico-contato   {background-position: -35px 20px;}

/*@media screen and (min-width: 992px) {
  .linha-mosaico                  {animation: linha-mosaico 10s linear infinite;-webkit-animation: linha-mosaico 10s linear infinite;-moz-animation: linha-mosaico 10s linear infinite;}
  @keyframes linha-mosaico        {0%   {background-position: 0 0;}100% {background-position: 0 -600px;}}
  .linha-mosaico:nth-child(2n+0)  {animation: linha-mosuicao1 10s linear infinite;-webkit-animation: linha-mosaico1 10s linear infinite;-moz-animation: linha-mosaico1 10s linear infinite;}
  @keyframes linha-mosaico1       {0%   {background-position: 0 0;}100% {background-position: 0 600px;}}
}*/

@media screen and (max-width: 992px) {
    .item-menu    > .nome-pagina    {transform-style: preserve-3d; display: block;transform: translateX(0px) translateY(0px) translateZ(0px); transition: opacity 200ms, transform 200ms; opacity:1 !important;}
    .item-menu:hover > .nome-pagina {transform-style: preserve-3d; display: block;transform: translateX(0px) translateY(0px) translateZ(0px) !important; opacity:1;}
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
    .fruta1, .fruta2, .fruta3, .fruta4, .fruta5, .fruta6    {width: 170px;}
    .ico-fruta-1, .ico-fruta-2, .ico-fruta-3, .ico-fruta-4  {width: 110px;}
    .img-produto    {height: 60px;}
    .nome-produto   {top: 200px;}
}

@media screen and (min-width: 992px) and (max-width: 1260px) {
    .chamada              {height: 600px;}
    .titulo-chamada       {font-size: 70px;}
    .left-arrow-frutas    {left: 21%;}
    .right-arrow-frutas   {right: 24%;}
    .conteudo             {padding: 120px 7% 100px;}
}

/* Tabela */
.tabela-produto                               {width: 100%; min-width: 300px; background: #012849; color: #fff; border-radius: 4px; overflow: hidden; margin-bottom:30px; margin-top:20px;}
.tabela-produto tr                            {border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; border-color: #123F63;}
.tabela-produto th                            {display: none;}
.tabela-produto td                            {display: block;}
.tabela-produto td:first-child                {padding-top: .5em;}
.tabela-produto td:last-child                 {padding-bottom: .5em;}
.tabela-produto td:before                     {content: attr(data-th) ": ";font-weight: bold;width: 100%;display: inline-block;}
.tabela-produto th, .tabela-produto td        {text-align: left;}
.tabela-produto th, .tabela-produto td        {margin: .5em 1em;}
.tabela-produto th, .tabela-produto td:before {color: #01B3E6;}

@media (min-width: 480px) {
    .tabela-produto td:before {display: none;}
}

@media (min-width: 480px) {
    .tabela-produto th, .tabela-produto td                         {display: table-cell; padding: .25em .5em;}
    .tabela-produto th:first-child, .tabela-produto td:first-child {padding-left: 0;}
    .tabela-produto th:last-child, .tabela-produto td:last-child   {padding-right: 0;}
}

@media (min-width: 480px) {
    .tabela-produto th, .tabela-produto td {padding: 1em !important;}
}

@media (min-width: 480px) {
    .tabela-produto th, .tabela-produto td {padding: 1em !important;}
}
