﻿/*@font-face {
    font-family: 'open_sansregular';
    src: url('OpenSans-Regular-webfont.eot');
    src: url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') format('woff'), url('OpenSans-Regular-webfont.ttf') format('truetype'), url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, h1, h2, h3, h4, h4, h6, p, span, a {
    font-family: open_sansregular, Tahoma !important;
}*/
body {
    padding: 0 !important;
    margin: 0 !important;
}

input[type="text"] {
    height: 30px;
    font-size: 14px;
}

input[type="file"] {
    font-size: 14px !important;
    width: 100% !important;
    height: 40px !important;
    border: none !important;
}

.green {
    color: #66a736 !important;
}

.container-fluid {
    padding: 0 !important;
}

.title-hidden {
    height: 0px;
    line-height: 1px;
    color: transparent;
    width: 100%;
    margin: 0;
    padding: 0;
}


.main {
    width: auto;
    margin: auto;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.header {
    display: table;
    width: 100%;
    background: #fff;
    /*position: fixed;
    z-index: 2000;*/
    box-shadow: 0 0 5px #888888;
    -moz-box-shadow: 0 0 5px #888888;
    -webkit-box-shadow: 0 0 5px #888888;
}


    .header .logo {
        width: 100%;
        max-width: 250px;
        padding: 27px 0px;
    }

        .header .logo a {
            width: 100%;
            height: auto;
            display: block;
        }

    .header .header_right {
        float: right;
        display: table;
        margin: auto;
    }

.icones {
    display: table;
    padding-top: 5px;
    float: left;
}



.header .icones ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    width: auto;
}

/* Pesquisa */
.pesquisa {
    width: 300px;
    height: 28px;
    display: table;
    margin: auto;
    padding: 44px 0 10px 0;
}

    .pesquisa span {
        display: block;
        height: 28px;
        width: 25px;
        cursor: pointer;
        z-index: 1000;
        position: absolute;
        background: url(../Images/icone_lupa.png) no-repeat center center;
        margin-left: 270px;
    }

    .pesquisa input {
        border: 1px solid #999;
        height: 28px;
        width: 100%;
        font-size: 0.8em;
        font-style: italic;
        color: #999;
        float: right;
    }

.header .icones ul li {
    float: right;
    margin-left: 10px;
    height: 20px;
}

.header .icones .telefone {
    background: url(../Images/icone_telefone.png) no-repeat 3px 5px;
    padding-left: 25px;
    font-size: 0.8em;
}

.header .icones .whatsapp {
    background: url(../Images/icone_whatsapp.png) no-repeat 3px 3px;
    padding-left: 25px;
    font-size: 0.8em;
}

    .header .icones .whatsapp a {
        color: #747475;
        text-decoration: none;
    }

        .header .icones .whatsapp a:hover {
            color: black;
        }

.header .icones .email {
    background: url(../Images/icone_email.png) no-repeat 3px 5px;
    padding-left: 25px;
    font-size: 0.8em;
}

    .header .icones .email a {
        color: #747475;
        text-decoration: none;
    }

        .header .icones .email a:hover {
            color: black;
        }

.menu {
    width: 100%;
    height: 30px;
    background: url(../Images/linha_menu.png) repeat-x left bottom;
    float: right;
    border: 1px solid transparent;
}

.links {
    float: right;
    display: table;
    padding: 0;
    margin: 0;
}

    .links li {
        display: block;
        float: left;
        margin: 0 10px;
    }

        .links li a {
            text-decoration: none;
            color: #747475;
            width: 100%;
            display: block;
            text-align: center;
            padding: 5px 0;
            font-size: 0.8em;
            float: left;
        }

            .links li a:hover {
                color: black;
            }

.textbox_menu {
    padding-left: 3px;
}

.buscatopo {
    float: right;
    width: 286px;
    height: 45px;
}

    .buscatopo span {
        display: block;
        height: 30px;
        width: 30px;
        margin-top: -31px;
        margin-left: 245px;
        cursor: pointer;
        z-index: 1000;
        position: absolute;
        background: url(../Images/icone_lupa.png) no-repeat center center;
    }

    .buscatopo input {
        height: 22px;
        width: 275px;
        font-style: italic;
        color: #999;
        padding-top: 6px;
        padding-left: 6px;
    }

.corpo {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 600px;
}

.menulateral {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 300px;
    margin-top: 10px;
}

.retornaMenuLateral {
    text-decoration: none;
    color: Black;
    margin-top: 20px;
    height: 30px;
}

    .retornaMenuLateral:hover {
        color: Gray;
    }

.menuDireita {
    width: 100%;
    height: auto;
    min-height: 600px;
}

.menulateral .menulateral_titulo {
    font-size: 13px;
    border-bottom: 1px solid #999;
    text-transform: uppercase;
    background-color: #66a736;
}

    .menulateral .menulateral_titulo a {
        background-color: #fff;
        color: #fff;
        text-decoration: none;
        padding: 5px 10px;
        background: none;
    }

        .menulateral .menulateral_titulo a:hover {
            opacity: 0.7;
        }

.menulateral ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    width: auto;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 6px;
}

    .menulateral ul li {
        height: auto;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        background-color: #66a736 !important;
    }

        .menulateral ul li a {
            display: block;
            min-height: 20px;
            text-decoration: none;
            color: #fff;
            padding: 5px 10px;
            /*padding-top: 10px;
            padding-bottom: 5px;*/
            /*background: url(../images/pontilhado_menu.png) repeat-x -14px bottom;*/
            overflow: auto;
            overflow-x: hidden;
            overflow-y: hidden;
        }

            .menulateral ul li a:hover {
                opacity: 0.9;
            }

.acc-menu,
.acc-menu ul {
    line-height: 1.5;
    list-style: none;
    padding: 0;
    margin: 0;
}

.acc-menu {
    margin-left: -1.5em;
}

    .acc-menu > li {
        padding-top: 5px;
    }


    .acc-menu li a {
        display: block;
        padding: 0.25em;
        background: rgb(230, 230, 230);
        color: #444;
        text-decoration: none;
    }

    .acc-menu > li > a {
        color: white;
        font-weight: bold;
    }

        .acc-menu > li > a:hover {
            opacity: 0.9;
        }

    .acc-menu input[type="checkbox"] ~ ul li,
    .acc-menu input[type="checkbox"].current:checked ~ ul li {
        height: 0;
        overflow: hidden;
        transition: .2s ease-in;
    }

    .acc-menu input[type="checkbox"]:checked ~ ul li,
    .acc-menu input[type="checkbox"].current ~ ul li {
        height: auto;
    }

    .acc-menu input[type="checkbox"] {
        display: none;
    }

    .acc-menu label {
        display: block;
        float: left;
        content: "";
        width: 100%;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }

        .acc-menu label:hover {
            opacity: 0.9;
        }

.menutopo {
    width: 100%;
    height: 70px;
    float: left;
    display: block;
    background-color: #eeeded;
    margin: auto;
    padding: 0 !important;
}

    .menutopo ul {
        list-style: none;
        padding: 0;
        max-width: 95%;
        margin: auto;
        width: auto;
        display: table;
        overflow: hidden;
    }

        .menutopo ul li {
            height: 68px;
            overflow: auto;
            overflow-x: hidden;
            overflow-y: hidden;
            float: left;
            border-right: 1px solid #c4c4c4;
            min-width: 154px;
        }

            .menutopo ul li:first-child {
                border-left: 1px solid #c4c4c4;
            }

            .menutopo ul li a {
                display: block;
                min-height: 20px;
                text-decoration: none;
                color: #747475;
                padding: 5px 15px;
                height: auto;
                overflow: auto;
                overflow-x: hidden;
                overflow-y: hidden;
                text-align: center;
            }

                .menutopo ul li a:hover {
                    color: #66a736;
                }

            .menutopo ul li i {
                margin: auto !important;
                display: block !important;
                margin-top: 10px !important;
            }

.contPage {
    width: 100%;
    padding: 15px 0;
}

.ulContPage {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.corpo .menulateral .menulateral_titulo a {
    background-color: #fff;
    color: #777b7c;
    text-decoration: none;
    padding-left: 5px;
    padding-top: 4px;
    background: none;
}

    .corpo .menulateral .menulateral_titulo a:hover {
        color: #999;
    }

.corpo .menulateral ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    width: 190px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .corpo .menulateral ul li {
        height: auto;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }

        .corpo .menulateral ul li a {
            display: block;
            min-height: 20px;
            text-decoration: none;
            color: #fff;
            padding-left: 15px;
            padding-top: 10px;
            padding-bottom: 5px;
            height: auto;
            overflow: auto;
            overflow-x: hidden;
            overflow-y: hidden;
        }

            .corpo .menulateral ul li a:hover {
                color: #999;
            }

/* Categoria/subcategoria selecionada no menu lateral */
.corpo .menulateral ul li a.categoria-ativa,
.menulateral ul li a.categoria-ativa {
    /* para pais, aplica fundo; para filhos (que já têm fundo inline) mantém a mesma cor,
       mas adiciona destaque visual extra */
    background-color: #0f442f;
    color: #ffeb3b; /* amarelo para destacar */
    font-weight: bold;
    border-left: 4px solid #ffeb3b;
    padding-left: 11px; /* compensa a borda para não “pular” o texto */
}

.corpo .conteudo {
    width: 100%;
    float: left;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 600px;
}

    .corpo .conteudo .titulo {
        width: 100%;
        color: #fff;
        height: 25px;
        background-color: #78c043;
        font-size: 1.8em;
        font-weight: bold;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
    }

/* FOOTER*/

.footer {
    background: #747475;
}

    .footer aside h4 {
        font-size: 1.2em;
        color: #78c043;
        font-weight: 800;
    }

    .footer aside ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .footer aside ul li {
            line-height: 32px;
        }

            .footer aside ul li a {
                line-height: 32px;
                font-size: 1em;
                color: #fff;
            }

                .footer aside ul li a:hover {
                    color: #78c043;
                }

    .footer aside .textwidget {
        font-size: 1em;
        color: #fff;
    }

    .footer .footer_copy {
        width: 100%;
        background: #333;
    }

        .footer .footer_copy .copyright p {
            text-align: center;
            font-size: 0.8em;
            color: #ccc;
        }

/*END FOOTER*/
.linhacinza {
    background: url(../Images/linha_cinza.png) repeat-x top center;
    padding-top: 15px;
    margin-top: 10px;
}

    .linhacinza h3 {
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        color: #000;
    }


.migalha {
    width: 100%;
    height: 24px;
    float: none;
    margin-top: 10px;
}

    .migalha a {
        text-decoration: none;
        color: #747475;
    }

        .migalha a:hover {
            color: #999;
        }

/* PRODUTOS */
.produtos {
    width: 99%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: 4px;
}

    .produtos ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .produtos ul li {
            height: 405px;
            width: 192px;
            float: left;
            display: block;
            margin-right: 1px;
            margin-bottom: 10px;
        }

            .produtos ul li a {
                display: block;
                height: 390px;
                width: 185px;
                text-decoration: none;
                color: #fff;
            }

                .produtos ul li a span {
                    display: block;
                    width: 100%;
                    height: auto;
                    min-height: 25px;
                }

                .produtos ul li a .imagem {
                    width: 100%;
                    height: 150px;
                    margin-bottom: 15px;
                }

                .produtos ul li a .detalhes {
                    height: 150px;
                    width: 90%;
                    color: #727272;
                    margin: auto;
                    text-align: justify;
                    text-transform: capitalize;
                }

                .produtos ul li a:hover .detalhes {
                    color: #b1b0b0;
                }

                .produtos ul li a .preco {
                    color: #b9170b;
                    margin: auto;
                    margin-top: 15px;
                    width: 88%;
                }

                .produtos ul li a .adicionar {
                    background: url(../Images/botao_maisdetalhes.png) no-repeat center center;
                    width: 100%;
                    height: 45px;
                }

.dot {
    background-color: #66a736;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin: auto;
    display: block;
}

    .dot .icon-footer {
        padding-top: 55px;
        text-decoration: none;
        text-align: center;
        width: 125px;
        display: block;
        height: 125px;
        margin: auto;
    }

.white {
    color: #fff !important;
}

.align-center {
    text-align: center;
}

/* PAGINADOR */

.paginador {
    background-color: #eaeaea;
    height: 35px;
    color: #015ea2;
    margin: auto;
    width: 100%;
    background: url(../Images/fundo_paginador.png) repeat-x center center;
    display: block;
    float: left;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
}

    .paginador .paginas {
        width: 100%;
        text-align: center;
        margin: auto;
        margin: 5px 0 0 0;
    }

        .paginador .paginas a {
            color: #015ea2;
            text-decoration: none;
        }

            .paginador .paginas a:hover {
                color: #2e7ab1;
            }

.paginacorrente {
    /*background: url(../images/fundo_paginacorrente.png) no-repeat center center;*/
    color: #999;
    height: 30px;
    font-weight: bold;
    font-size: 1.3em;
}

/* DETALHE DO PRODUTO */
.produto {
    width: 100%;
    margin-top: 15px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .produto .detalhes {
        color: #5b5b5b;
    }

        .produto .detalhes .descricao {
            font-size: 1em;
            overflow: auto;
            overflow-x: hidden;
            overflow-y: hidden;
        }

.nomeproduto {
    color: #000;
    padding: 0;
    margin: 0 0 15px 0;
    width: 100%;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
}

.titulo_especificacoes {
    width: 100%;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.produto .detalhes ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    width: 100%;
    font-size: 16px;
    display: table;
}

    .produto .detalhes ul li {
        width: 100%;
        height: 25px;
    }

.produto .detalhes_esquerda {
    width: 50%;
    height: auto;
    font-size: 1em;
    display: table;
    float: left;
}

    .produto .detalhes_esquerda .imagem {
        display: block;
        margin: auto;
        height: 400px;
        z-index: 2000;
        background-position: center center !important;
    }

.produto .detalhes_direita {
    width: 50%;
    height: auto;
    font-size: 1em;
    display: table;
    float: right;
    margin-top: 20px;
}


    .produto .detalhes_direita ul {
        list-style: none;
        padding: 0;
        width: 100%;
        font-size: 16px;
        display: table;
        margin-bottom: 20px;
    }

        .produto .detalhes_direita ul li {
            width: 100%;
            height: 30px;
        }

.produto .detalhes .spacer {
    display: block;
    width: 100%;
    height: 340px;
    border: 1px solid red !important;
}

.produto .detalhes p {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.produto .detalhes .texto {
    background: url(../Images/text_quantidade.png) no-repeat;
    border: 0;
    width: 200px;
    height: 40px;
    padding-left: 10px;
    text-align: left;
    color: #5b5b5b;
    font-size: 18px;
    margin: 20px 0px;
}

.produto .detalhes .max {
    font-style: italic;
}

.produto .detalhes .valor {
    font-size: 24px;
    margin-top: 25px;
}

    .produto .detalhes .valor span {
        font-weight: bold;
    }

.migalhaproduto {
    width: 100%;
    float: left;
    padding-left: 12px;
    height: 25px;
    padding-top: 5px;
}

    .migalhaproduto a {
        text-decoration: none;
        color: #747475;
    }

        .migalhaproduto a:hover {
            color: #999;
        }

.produto .imagem {
    width: 350px;
    height: 261px;
}

.precototalcarrinho {
    text-align: right;
    background-color: #29654d;
    height: 37px;
    color: #fff;
    padding-top: 2px;
    padding-right: 20px;
}

.lnkmarca {
    text-decoration: none;
    text-align: left;
    display: block;
    height: 24px;
    z-index: 2000;
    margin: 15px 0;
}

.carrinhobotoes {
    width: 100%;
    height: 60px;
}


    .carrinhobotoes .continuar {
        display: block;
    }

        .carrinhobotoes .continuar span {
            display: block;
            float: left;
            background: url(../Images/botao_continuar_comprando.png) no-repeat;
            width: 220px;
            height: 45px;
        }

    .carrinhobotoes .finalizar {
        float: right;
    }

/*  ADESAO */
.formadesao {
    width: 100%;
    font-size: 1.3em;
}

    .formadesao ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .formadesao ul li {
            width: 100%;
            min-height: 70px;
            margin: 0 5% 35px 0;
            display: block;
            float: left;
        }

            .formadesao ul li label {
                width: 200px;
                height: 18px;
                display: block;
            }

            .formadesao ul li input {
                height: 50px !important;
                border-radius: 5px !important;
                background: #fff !important;
                font-size: 18px !important;
                padding-left: 10px !important;
                width: 100% !important;
                color: var(--grey-lfc-dark) !important;
            }

            .formadesao ul li textarea {
                border-radius: 5px !important;
                background: #fff !important;
                font-size: 18px !important;
                padding-left: 10px !important;
                width: 100% !important;
                color: var(--grey-lfc-dark) !important;
            }

.alertmin {
    float: left;
    display: block;
    position: absolute;
    color: #b73a08;
    font-size: 1.0em;
    text-shadow: 0px 0px 1px red;
}

.comunicado {
    font-size: 1.1em;
    width: 100%;
    margin: auto;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .comunicado span {
        display: block;
        width: 100%;
        height: 25px;
        color: #000;
        padding-left: 5px;
    }

/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

#closeModal {
    position: absolute;
    top: -12px;
    /* Half the icon's height */
    right: -12px;
    /* half the icon's width */
    z-index: 50;
}

/* Banner das paginas */
.banner {
    height: 238px;
    width: 100%;
    display: none;
}

    .banner a {
        height: 100%;
        width: 100%;
        display: block;
    }

/* Quem somos */
.title {
    color: #ffffff;
    background: #78c043;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-size: 1.8em;
    text-shadow: 1px 1px 3px green;
    border-radius: 5px;
}

.empresaPrincipios {
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

    .empresaPrincipios article h3 {
        width: 100%;
        text-align: center;
        color: #fff;
        text-shadow: 1px 1px 2px solid #000;
        padding: 10px;
        margin: 10px auto;
        font-size: 1.5em;
        background: #747475;
        border-radius: 5px;
    }

    .empresaPrincipios article h4 {
        font-size: 1.3em;
        margin: 0 0 0 5px;
        font-weight: bold;
    }

    .empresaPrincipios p {
        padding: 0;
        margin: 15px 0 15px 5px;
    }

    .empresaPrincipios article ul {
        margin-top: 15px;
    }

        .empresaPrincipios article ul li {
            display: block;
            margin-bottom: 5px;
            float: left;
            list-style: square;
        }

.quemSomosBaixo {
    width: 99%;
    text-align: center;
}

    .quemSomosBaixo .backVerde {
        padding: 20px;
        margin: 0 auto;
        width: 100%;
        margin-top: 25px;
    }

    .quemSomosBaixo h2 {
        text-align: center;
        font-weight: bold;
        color: #fff;
        padding-top: 0px;
    }

    .quemSomosBaixo p {
        color: #f1f1f1;
        padding-top: 15px;
        font-size: 1em;
        text-align: center;
    }

.modalPopup {
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 980px;
    height: 500px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.dumbBoxWrap {
    /* The div that shows/hides. */
    display: none;
    /* starts out hidden */
    z-index: 40001;
    /* High z-index to ensure it appears above all content */
}

.dumbBoxOverlay {
    /* Shades out background when selector is active */
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    /* Sets opacity so it's partly transparent */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE transparency */
    filter: alpha(opacity=50);
    /* More IE transparency */
    z-index: 40001;
}

.vertical-offset {
    /* Fixed position to provide the vertical offset */
    position: fixed;
    top: 30%;
    width: 100%;
    z-index: 40002;
    /* ensures box appears above overlay */
}

.dumbBox {
    /* The actual box, centered in the fixed-position div */
    width: 405px;
    /* Whatever width you want the box to be */
    position: relative;
    margin: 0 auto;
    /*Everything below is just visual styling */
    background-color: white;
    padding: 10px;
}

#closeModal {
    position: absolute;
    top: -12px;
    /* Half the icon's height */
    right: -12px;
    /* half the icon's width */
    z-index: 50;
}

/* Pagina inicial */
.tituloPagina {
    width: 100%;
    height: auto;
}

    .tituloPagina h3 {
        color: #fff;
        background-color: #66a736;
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 18px;
        margin: 0px;
        font-weight: normal;
    }

    .tituloPagina h2 {
        color: #fff;
        background-color: #66a736;
        border-radius: 5px;
        padding: 10px 10px;
        font-size: 16px;
        margin: 0px;
        font-weight: normal;
    }

.produtosDestaque {
    margin: auto;
    margin-top: 20px;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

    .produtosDestaque ul {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 20px;
        width: 100%;
        list-style: none;
    }

        .produtosDestaque ul li {
            min-height: 340px;
            height: auto;
            width: 100%;
            display: block;
        }

@media (max-width:1400px) {
    .produtosDestaque ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1170px) {

    .produtosDestaque ul {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width:728px) {
        .produtosDestaque ul {
            grid-template-columns: repeat(1, 1fr);
        }
    }
}

.produtosDestaque ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: auto;
    text-decoration: none;
    background-position: 19px 100%;
}

    .produtosDestaque ul li a:hover p {
        color: black;
    }

    .produtosDestaque ul li a span {
        width: 100%;
        height: 165px;
        display: block;
        margin: 15px 0 15px 0;
    }

    .produtosDestaque ul li a p {
        display: block;
        text-align: justify;
        color: gray;
        line-height: 17px;
    }
    
    .produtosDestaque ul li a p.detalhes {
        display: block;
        text-align: justify;
        color: #727272;
        line-height: 17px;
        font-size: 14px;
        text-transform: capitalize;
        margin: 15px 0 10px 0;
        min-height: 60px;
        height: auto;
        overflow: visible;
        word-wrap: break-word;
    }
    
    /* Estilos para parágrafos de informações adicionais (Ata, Adesão Mínima) */
    .produtosDestaque ul li a p[style*="font-weight: bold"] {
        font-size: 13px;
        margin: 0 0 -3px 0;
        line-height: 14px;
        padding: 0;
    }

    .produtosDestaque ul li a h4 {
        margin: 0px;
        padding: 0px;
        color: #b9170b;
        margin-bottom: 8px;
        margin-top: auto;
        padding-top: 3px;
    }
    
    .produtosDestaque ul li a input[type="button"] {
        margin-top: 8px;
    }

/* Roda pe da master com ultimas novidades, etc... */
.infoRodape {
    margin: auto;
    list-style: none;
    margin-top: 30px;
    display: table;
    padding: 0;
}

.rodapeEsq {
    height: auto;
    margin: auto;
    list-style: none;
}

.rodapeCentro {
    list-style: none;
}

.rodapeDir {
    list-style: none;
}

.conteudo {
    height: auto;
}

.maisPopulares {
    width: 100%;
    min-height: 316px;
    margin: auto;
    height: auto;
}

    .maisPopulares h2 {
        padding-left: 25px;
        color: White;
        text-align: left;
    }

    .maisPopulares .maisPopularesCorpo {
        list-style: none;
        padding-top: 15px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .maisPopulares .maisPopularesCorpo li {
            height: 50px;
            width: 95%;
            display: block;
            float: left;
            /*background: url(../images/pontilhado_horizontal.png) repeat-x left bottom;*/
        }

            .maisPopulares .maisPopularesCorpo li a {
                display: block;
                height: 20px;
                width: 98%;
                text-decoration: none;
                color: Gray;
            }

.numero {
    width: 30px;
    padding-left: 10px;
    margin-top: -7px;
    float: left;
    font-size: 2em;
}

.texto_populares {
    height: 50px;
    width: 98%;
}

.maisPopulares .maisPopularesCorpo li a:hover span {
    background: url(../Images/seta_populares.png) no-repeat center left;
    color: #6aac39;
}

.maisPopulares .maisPopularesCorpo li a:hover p {
    color: black;
}

.maisPublicadas {
    width: 100%;
    margin: auto;
    height: auto;
}

    .maisPublicadas h2 {
        margin: 0px;
        padding: 0px;
        color: White;
        text-align: center;
    }

.maisPublicadas {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    text-align: center;
    width: 92%;
    height: auto;
}

    .maisPublicadas a {
        font-size: 1.2em;
        margin: 3px;
        color: Gray;
        text-decoration: none;
    }

        .maisPublicadas a span {
            font-weight: bold;
        }

        .maisPublicadas a:hover {
            color: Black;
        }

.saibaMais {
    width: 100%;
}

.description {
    padding: 0 10px;
    margin-top: 10px;
    float: left;
    display: block;
    width: 100%;
    list-style: none;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.detalhes {
    padding: 0;
    float: left;
    display: block;
    width: 100%;
    list-style: none;
    min-height: 75px;
}

    .detalhes li {
        font-size: 1.2em;
        width: 100%;
        height: 25px;
        float: left;
        display: block;
        margin-bottom: 5px;
    }

        .detalhes li a {
            font-size: 0.9em;
            color: #66a736;
            text-decoration: none;
            height: 25px;
            display: block;
        }

            .detalhes li a:hover {
                color: #93bf73;
            }

@media (max-width:992px) {
    .header > div:first-child {
        border-bottom: 2px solid #66a736;
        padding-bottom: 10px;
    }

    .header .logo a {
        text-align: center;
    }

    .menutopo {
        display: none;
    }

    .menulateral {
        width: 280px;
        position: absolute;
        left: -280px;
        top: 40px;
        z-index: 99;
        background: #fff;
        transition: 0.4s;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        -ms-transition: 0.4s;
        -moz-transition: 0.4s;
    }

    .g-recaptcha-outer {
        text-align: center;
        border-radius: 2px;
        background: #f9f9f9;
        border-style: solid;
        border-color: #37474f;
        border-width: 1px;
        border-bottom-width: 2px;
    }

    .g-recaptcha-inner {
        overflow: hidden;
        margin: 0 auto;
    }

    .g-recaptcha {
        position: relative;
    }

        .g-recaptcha div {
            height: auto !important;
            width: 100% !important;
        }

    .cadastroNews {
        display: none !important;
    }

    .ultimaAta {
        display: none !important;
    }

    .produto .detalhes_direita {
        width: 100%;
    }

    .produto .detalhes_direita {
        width: 100%;
    }

    .aparece {
        left: 15px;
    }

    .header .icones ul {
        float: none;
        display: inline-block;
        margin: auto;
    }

        .header .icones ul li {
            float: none;
            height: auto;
            margin-bottom: 5px;
        }

    .links {
        margin: auto;
        margin-bottom: 15px !important;
        float: none;
    }

        .links li a {
            float: none;
        }

    .detalhes p input {
        float: none;
        max-width: 100%;
    }

    .logo {
        margin: auto;
        float: none !important;
    }

    .icones {
        text-align: center;
    }

        .icones ul {
            display: inline-block;
            float: none !important;
        }

    .header .header_right {
        float: none;
    }

    .pesquisa {
        float: none;
        padding: 10px 0;
        margin: auto;
    }

    .links {
        float: none;
        margin: auto;
        margin-left: 10px;
    }

    #menuTopoo {
        position: initial !important;
    }

    #contPage {
        margin-top: 0 !important;
    }
}

/* Quem somos */
.aEmpresa {
    height: auto;
    margin-top: 20px;
}

.principios {
    height: auto;
    margin-top: 20px;
}

.quemSomosBaixo {
    width: 99%;
    text-align: center;
}

.backVerde {
    background-color: #78c043;
}

.imagemQuemSomos {
    width: 100%;
    height: auto;
}

    .imagemQuemSomos img {
        height: auto;
        width: 100%;
    }

/* sobre atas */
.linhaAtas_1 {
    margin-top: 20px;
    margin-left: 0.7%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 320px;
    border: 5px solid #666666;
}

    .linhaAtas_1 p {
        line-height: 22px;
    }

.linhaAtas_2 {
    margin-top: 20px;
    margin-left: 0.7%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 625px;
    border: 5px solid #666666;
}

    .linhaAtas_2 p {
        line-height: 22px;
    }

.linhaAtas_3 {
    margin-top: 20px;
    margin-left: 0.7%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 670px;
    border: 5px solid #666666;
}

    .linhaAtas_3 p {
        line-height: 22px;
    }

.ata {
    display: table;
}

    .ata > div {
        display: table-cell;
        vertical-align: top;
    }

        .ata > div:last-child {
            padding: 15px;
        }


/* Como aderir */
.passosAdesao {
    width: 100%;
    margin-top: 30px;
}

    .passosAdesao h3 {
        color: White;
        margin: 0px;
        padding: 6px;
    }

    .passosAdesao p {
        line-height: 25px;
        text-align: justify;
    }


.duvidasFrequentes {
    width: 100%;
    margin-top: 30px;
}

    .duvidasFrequentes h3 {
        color: White;
        margin: 0px;
        padding: 6px;
    }

    .duvidasFrequentes p {
        line-height: 25px;
        text-align: justify;
    }

.faleConosco {
    width: 100%;
    height: auto;
    margin-top: 25px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.entreEmContato {
    width: 100%;
    height: 100px;
    background-color: #78c043;
}

    .entreEmContato h1 {
        color: White;
        text-align: center;
        padding-top: 3%;
    }

.dados {
    width: 100%;
    height: auto;
}

    .dados .tituloTop {
        margin-top: 20px;
    }

    .dados p {
        width: 98%;
        text-align: justify;
        height: auto;
    }

.btnEnviar {
    float: right;
    margin-top: 10px;
}

.dadosContato {
    margin: 0 !important;
}

    .dadosContato li {
        width: 99%;
        margin: 0 5% 10px 0;
        display: block;
        float: left;
    }

        .dadosContato li label {
            width: 200px;
            height: 18px;
            display: block;
        }

        .dadosContato li input {
            width: 100%;
            min-height: 25px;
            border: 1px solid #666;
        }

        .dadosContato li textarea {
            width: 100%;
            min-height: 25px;
            border: 1px solid #666;
        }


/* Menu da direita */
.ultimaAta {
    display: block;
    height: 300px;
}

    .ultimaAta a {
        display: block;
        width: 100%;
        height: auto;
        overflow: auto;
        overflow-x: hidden;
        overflow-y: hidden;
    }

        .ultimaAta a span {
            width: 100%;
            height: 160px;
            display: block;
            margin-top: 25px;
            background: url(/images/imagemProduto.jpg) no-repeat top center;
        }

        .ultimaAta a:hover {
            color: #999;
        }

    .ultimaAta h5 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        color: #7b7b7b;
        padding-top: 5px;
    }

    .ultimaAta p {
        margin: 0px;
        padding: 0px;
        color: #9b0000;
        text-align: center;
        padding-top: 5px;
    }

    .ultimaAta a {
        color: Black;
        text-decoration: none;
        padding-top: 5px;
    }

.marcasRecomendadas {
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.marcas {
    margin: 0;
    padding: 0;
    margin: auto;
}

    .marcas li {
        display: block;
        float: left;
        width: 25%;
        height: 80px;
        padding-top: 10px;
    }


.clientes {
    margin: 0;
    padding: 0;
    margin: auto;
}

    .clientes li {
        display: block;
        float: left;
        height: 120px;
        padding: 10px;
        list-style-type: none;
    }

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.item:not(.prev) {
    visibility: visible;
}

.item.right:not(.prev) {
    visibility: hidden;
}

.rightest {
    visibility: visible;
}



.imagemProdutoMenuL {
    margin-top: 25px;
    text-align: center;
}

.adesoesMenuL {
    display: block;
    margin-top: 25px;
    width: 100%;
}

    .adesoesMenuL a {
        width: 100%;
        display: block;
        font-size: 0.8em;
        color: Black;
        text-decoration: none;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

        .adesoesMenuL a:hover {
            color: #66a736;
        }

.cadastroNews {
    display: block;
    margin-top: 25px;
}

    .cadastroNews div {
        margin: auto;
    }

    .cadastroNews h4 {
        margin: 0px;
        padding: 6px;
        color: White;
        text-align: center;
        font-size: 0.8em;
    }

    .cadastroNews p {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        margin: auto;
    }

.cadastrar {
    margin-top: 10px;
}

.alertminObrViews {
    color: Red;
    font-size: 1.0em;
}

.alertminNews {
    color: Red;
    font-size: 1.0em;
    margin-left: -125px;
}

#gridCarrinho {
    min-height: 50px;
    max-width: 85%;
    margin: auto;
    margin-top: 5px;
}

/* titulos */
.titulosBackCinsa {
    width: 100%;
    display: block;
    height: 40px;
    margin-bottom: 15px;
}

    .titulosBackCinsa ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 40px;
        display: block;
    }

.backTituloEsquerda {
    background: url(/images/backTitulosEsquerda.png) no-repeat left top;
    height: 40px;
    float: left;
    width: 0.5%;
}

.backTituloCentro {
    height: 40px;
    float: left;
    background: url(/images/backTitulosCentro.png) repeat-x left top;
    width: 98%;
}

    .backTituloCentro h3 {
        color: White;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }

.backTituloDireita {
    background: url(/images/backTitulosDireita.png) no-repeat left top;
    float: left;
    height: 40px;
    width: 1%;
}

/* titulos do menu lateral da direita */
.tituloTop {
    background-color: #666666;
    border-radius: 5px;
}

    .tituloTop h3 {
        color: #fff;
        margin: 0px;
        text-align: left;
        padding: 10px 10px;
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 15px;
    }

.titulosBackCinsaMenuL {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

    .titulosBackCinsaMenuL ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        display: block;
    }


.backTituloCentroMenuL {
    background-color: #666666;
    border-radius: 5px;
}


    .backTituloCentroMenuL h3 {
        color: #fff;
        margin: 0px;
        text-align: left;
        padding: 6px 10px;
        text-transform: uppercase;
    }

.title-footer {
    text-align: center;
    font-size: 1.4em;
}

.conteudoAcordao {
}

/* Ilustração da pagina "como aderir" */
.container_comoAderir {
    height: auto;
    display: block;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.ilustracaoPassos {
    margin: auto;
    width: 100%;
    display: block;
    background-color: #45a781;
    text-align: center;
}

.passosIlustracao {
    margin: 0;
    padding: 0;
    margin: auto;
    display: table;
}

    .passosIlustracao li {
        margin: 0px;
        width: 100%;
        padding: 0px;
        min-height: 200px;
        display: block;
        float: left;
        /*background: url(/images/pontilhadoProdutos.png) repeat-x center bottom;*/
    }

        .passosIlustracao li span {
            width: 100%;
            height: 130px;
            display: block;
        }

        .passosIlustracao li p {
            height: auto;
            display: block;
            text-align: center;
            color: white;
            line-height: 17px;
            width: 100%;
            margin: auto;
        }

        .passosIlustracao li h4 {
            margin: 0px;
            padding: 0px;
            color: #666666;
            padding-left: 4px;
            font-size: 1.5em;
        }

/* hover dos passos */
.passo1:hover {
    background: url(/images/luz_ilustracao.png) no-repeat center 15px;
}

.passo2:hover {
    background: url(/images/luz_ilustracao2.png) no-repeat center 12px;
}

.passo3:hover {
    background: url(/images/luz_ilustracao3.png) no-repeat center 1px;
}

.passo4:hover {
    background: url(/images/luz_ilustracao4.png) no-repeat center 45px;
}

.passo5:hover {
    background: url(/images/luz_ilustracao5.png) no-repeat center 11px;
}

.passo6:hover {
    background: url(/images/luz_ilustracao6.png) no-repeat center 12px;
}

/* SLIDES DETALHES */
.miniaturas {
    padding: 0;
    margin: auto;
    list-style: none;
    display: table;
    width: auto;
}

    .miniaturas li {
        width: 100px;
        float: left;
        margin: 0 0 0 10px;
    }

        .miniaturas li img {
            height: 55px;
            width: 75px;
        }

.pontilhadorodape {
    width: 100%;
    /*background: url(/images/pontilhado.png) repeat-x center center;*/
    height: 30px;
}

.car {
    width: 100%;
    float: left;
    display: block;
}

.barraSuperior {
    width: 100%;
    margin: auto;
    background: #747475;
    color: White;
    text-align: center;
    padding: 0 15px;
    position: relative;
    /*margin-top: 155px;*/
}

    .barraSuperior h1 {
        font-size: 1.4em;
        text-decoration: none;
        margin: 0;
        font-weight: bold;
    }

#txtBusca {
    height: 30px;
}

.services-block .fa {
    background: #e85425;
}

.services-block .fa {
    font-size: 38px;
    padding: 35px 0 0;
}

.services-block .fa {
    background: #05263C;
    color: #fff;
    width: 105px;
    height: 106px;
    line-height: 1;
    border-radius: 50%;
    position: relative;
    margin-bottom: 29px;
}

.services-block .item {
    border-right: solid 1px #e8e7e7;
    padding-top: 9px;
}

.content-center {
    text-align: center;
}


.botaomenu {
    width: auto;
    margin-bottom: 15px;
}

.bars {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #66a736;
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
    margin: 3px 0;
    margin-left: 5px;
}

    .bars:before,
    .bars:after {
        display: inline-block;
        width: 20px;
        height: 3px;
        background: #66a736;
        border-radius: 3px;
        transition: 0.3s;
        position: absolute;
        left: 0;
        content: '';
        -webkit-transform-origin: 5px center;
        transform-origin: 5px center;
    }

    .bars:before {
        top: 6px;
    }

    .bars:after {
        top: -6px;
    }

.btn {
    border-radius: 0;
    background: #fff;
    border: 1px solid #66a736;
    outline: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
}

    .btn:focus {
        box-shadow: none;
        outline: none !important;
        background: #fff;
        border: 1px solid #66a736;
    }

    .btn.active {
        background: #66a736;
        color: #fff;
    }

        .btn.active .bars,
        .btn.active .bars:before,
        .btn.active .bars:after {
            background: #fff;
        }


h3 {
    font-size: 16px;
}

img.full {
    width: 100%;
}


.carousel-inner .active,
.carousel-inner .active + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item,
.carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
}

.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
}

.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
}

.carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
}

/* left or forward direction */
.active.carousel-item-left + .carousel-item-next.carousel-item-left,
.carousel-item-next.carousel-item-left + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}

/* farthest right hidden item must be abso position for animations */
.carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
}

/* right or prev direction */
.active.carousel-item-right + .carousel-item-prev.carousel-item-right,
.carousel-item-prev.carousel-item-right + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(50%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
}
