﻿/**
    ***************************************************************************************************************************
    BASE
    ***************************************************************************************************************************
*/
@font-face {
    font-family: 'Conv_RobotoCondensed-Regular';
    src: url('fontes/roboto-condensed-webfont.eot');
    src: url('fontes/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('fontes/roboto-condensed-webfont.woff') format('woff'), url('fontes/roboto-condensed-webfont.ttf') format('truetype'), url('fontes/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_RobotoCondensed-Italic';
    src: url('fontes/roboto-condensed-webfont.eot');
    src: url('fontes/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'), url('fontes/roboto-condensed-webfont.woff') format('woff'), url('fontes/roboto-condensed-webfont.ttf') format('truetype'), url('fontes/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'humnst777_blk_btblack_italic';
    src: url('fontes/humanist_777_black_italic_bt-webfont.eot');
    src: url('fontes/humanist_777_black_italic_bt-webfont.eot?#iefix') format('embedded-opentype'), url('fontes/humanist_777_black_italic_bt-webfont.woff') format('woff'), url('fontes/humanist_777_black_italic_bt-webfont.ttf') format('truetype'), url('fontes/humanist_777_black_italic_bt-webfont.svg#humnst777_blk_btblack_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pinyon Script';
    font-style: normal;
    font-weight: 400;
    src: local('Pinyon Script'), local('PinyonScript'), url(http://themes.googleusercontent.com/static/fonts/pinyonscript/v3/TzghnhfCn7TuE73f-CBQ0BEVhAA1gnTRu3Am0EzDRlM.woff) format('woff');
}

@font-face {
    font-family: 'texto';
    src: url('fontes/helvetica-condensed.eot');
    src: url('fontes/helvetica-condensed.eot?#iefix') format('embedded-opentype'), url('fontes/helvetica-condensed.woff') format('woff'), url('fontes/helvetica-condensed.ttf') format('truetype'), url('fontes/helvetica-condensed.svg#helvetica_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'Open Sans';
    background-repeat: repeat-x;
    margin: 0;
    background: #f6f6f6;
    min-width: 1200px;
}

img {
    border: 0;
}

.geral {
    width: 1170px;
    margin: auto;
    position: relative;
}

.base {
    /*width: 100%;
    float: left;*/
}

.input-box-master {
    background-color: rgb(255,255,255);
    border-color: rgb(239,242,241);
    border-width: 1px;
    /* Firefox v1.0+ */
    -moz-border-radius: 1px;
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-border-radius: 1px;
    /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
    border-radius: 1px;
    border-style: solid;
    /* Firefox v3.5+ */
    -moz-box-shadow: inset 0px 3px 3px rgba(144,144,144,0.4);
    /* Safari v3.0+ and by Chrome v0.2+ */
    -webkit-box-shadow: inset 0px 3px 3px rgba(144,144,144,0.4);
    /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
    box-shadow: inset 0px 3px 3px rgba(144,144,144,0.4);
    float: left;
    font-size: 13px;
    color: #999;
    height: 22px;
    left: 0;
    margin: 0;
    padding: 0 5px;
    position: relative;
    text-align: left;
    font-family: 'Conv_RobotoCondensed-Regular', sans-serif;
}

.bt-input {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    height: 28px;
    float: left;
    text-align: center;
    font-size: 13px;
    font-family: 'Conv_RobotoCondensed-Regular', sans-serif;
    color: #fff;
    cursor: pointer;
}

input.bt-input {
    padding: 0 0 6px 0;
}

.bt-input.bt_28 {
    width: 28px;
    background: url('images/bt_28.png');
    padding: 0 3px 6px 0; /*alinha o botao OK*/
}

    .bt-input.bt_28:hover {
        background: url('images/bt_28.png') -28px 0px no-repeat;
    }



/**
    ***************************************************************************************************************************
    TOPO
    ***************************************************************************************************************************
*/
.topo {
    height: 202px;
    margin: 0 auto 0 auto;
}

    /*______topo logo______*/
    .topo .logo {
        float: left;
        margin-top: 48px;
    }


    /*______topo buscarcorpo______*/
    .topo .buscarcorpo {
        width: 481px;
        position: relative;
        margin-left: 317px;
    }

        .topo .buscarcorpo .telefones {
            font-family: 'humnst777_blk_btblack_italic';
            color: #FF0000;
            font-size: 16px;
            letter-spacing: -1px;
            padding-top: 28px;
            margin-bottom: 5px;
            overflow: hidden;
            height: 33px;
            width: 260px;
            float: left;
        }

            .topo .buscarcorpo .telefones span {
                font-size: 12px;
                margin-left: 0px;
            }

        .topo .buscarcorpo input[type=text] {
            width: 342px;
            height: 21px;
            border: 1px solid #eff2f1;
            border-right: 0;
            -webkit-box-shadow: inset 0px 3px 6px -1px rgba(219, 219, 219, 1);
            -moz-box-shadow: inset 0px 3px 6px -1px rgba(219, 219, 219, 1);
            box-shadow: inset 0px 3px 6px -1px rgba(219, 219, 219, 1);
            float: left;
            color: #ccc;
            padding: 0 10px;
            font-family: 'Conv_RobotoCondensed-Regular';
            font-size: 12px;
            outline: none;
        }

        .topo .buscarcorpo input[type=submit] {
            width: auto;
            padding: 2px 10px;
            height: auto;
            float: left;
            margin-top: -4px;
        }

/*______topo redes______*/

.topocorpodireita {
    float: left;
    width: 696px;
    height: 88px;
    margin-left: 57px;
    margin-top: 56px;
    position: relative;
}

.iconface {
    position: absolute;
    right: 0;
    top: -20px;
}

.topocorpodireita .corpo1 {
    width: 105px;
    float: left;
    color: #666;
    font-size: 14px;
}

.topocorpodireita .meucarrinho {
    float: right;
    width: 147px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 23px;
}

    .topocorpodireita .meucarrinho .icon {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

    .topocorpodireita .meucarrinho .textoscarrinho {
        float: left;
        width: 107px;
        text-align: center;
        color: #df328e;
    }

        .topocorpodireita .meucarrinho .textoscarrinho .itenscarrinho {
            color: #0067b1;
        }

.icontel {
    float: left;
    margin-top: 8px;
}

.teltopo {
    color: #666;
    float: left;
    border-right: 2px solid #9b9b9b;
    font-size: 14px;
    padding: 9px 20px 9px 11px;
}

    .teltopo p {
        margin: 0;
        padding: 0;
    }

.campobusca {
    width: 236px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
}

    .campobusca .linhalogin {
        color: #666;
    }

        .campobusca .linhalogin a {
            color: #1967a5;
            font-weight: 700;
            text-decoration: none;
        }

            .campobusca .linhalogin a:hover {
                color: #2f526e;
            }

    .campobusca .linhabusca {
        margin-top: 9px;
    }

        .campobusca .linhabusca input[type=text] {
            width: 190px;
            height: 26px;
            padding: 0 8px;
            border: 1px solid #53c5cf;
            border-right: 0;
            float: left;
            outline: none;
            font-family: 'Open Sans';
        }

        .campobusca .linhabusca input[type=submit] {
            float: left;
            width: 28px;
            height: 28px;
            border: 0;
            background: #383637 url(../images/iconbuscar.jpg);
            outline: none;
            cursor: pointer;
        }


.topo .redes {
    float: right;
    margin-top: 18px;
    margin-right: 18px;
}

    .topo .redes a {
        float: left;
        margin-right: 10px;
    }

        .topo .redes a:last-child {
            margin-right: 0;
        }

    .topo .redes .carrinho {
        clear: both;
        color: #333;
        font-size: 13px;
    }

        .topo .redes .carrinho .ic_carrinho {
            display: inline-block;
            margin: 0px 10px 0px 0px;
        }

        .topo .redes .carrinho .expandecarrinho {
            width: 286px;
            height: 204px;
            position: absolute;
            margin-left: -57px;
            margin-top: 6px;
            z-index: 999;
            display: none;
        }

        .topo .redes .carrinho:hover .expandecarrinho {
            display: block;
        }

        .topo .redes .carrinho .expandecarrinho .corpocarrinho {
            display: block;
            width: 266px;
            height: 161px;
            margin-top: 38px;
            margin-left: 10px;
        }

            .topo .redes .carrinho .expandecarrinho .corpocarrinho .titulo {
                border-bottom: 1px solid #dcdcdc;
                color: #a1a1a1;
                padding-bottom: 5px;
                font-weight: bold;
            }

            .topo .redes .carrinho .expandecarrinho .corpocarrinho .rolagem {
                height: 100px;
                overflow: auto;
                margin-top: 3px;
                color: #a1a1a1;
            }

                .topo .redes .carrinho .expandecarrinho .corpocarrinho .rolagem .carrinhoitem {
                    border-bottom: 1px solid #dcdcdc;
                    padding: 7px 0 7px 0;
                    margin-right: 10px;
                    color: #bababa;
                }

                    .topo .redes .carrinho .expandecarrinho .corpocarrinho .rolagem .carrinhoitem b {
                        color: #FF0000;
                    }

            .topo .redes .carrinho .expandecarrinho .corpocarrinho .carrinhovalor {
                text-align: right;
                font-size: 13px;
                margin-top: 9px;
                color: #a1a1a1;
                margin-right: 5px;
            }

                .topo .redes .carrinho .expandecarrinho .corpocarrinho .carrinhovalor b {
                    color: #FF0000;
                }

        .topo .redes .carrinho img {
            float: left;
        }

        .topo .redes .carrinho span {
            float: left;
            display: block;
            margin-top: 7px;
            margin-left: 10px;
        }

            .topo .redes .carrinho span span {
                float: none;
                display: inline;
                margin-top: 0px;
                margin-left: 7px;
                color: #FF0000;
                font-size: 14px;
                font-weight: bold;
            }


/*______menu______*/
.menu {
    height: 32px;
    background: url(../images/menu.jpg);
}

    .menu .logintopo {
        float: left;
        width: 158px;
        margin-top: 8px;
        margin-left: 25px;
        line-height: 14px;
        color: #fff;
        position: relative;
        z-index: 999;
    }

        .menu .logintopo img {
            float: left;
            margin-right: 10px;
            margin-top: 2px;
        }

        .menu .logintopo .carinha {
            display: inline-block;
            float: left;
            margin: 2px 10px 0 0;
        }

        .menu .logintopo .linha1 {
            font-size: 12px;
            display: block;
        }

            .menu .logintopo .linha1 a {
                color: #fff;
            }

        .menu .logintopo .linha2 {
            font-size: 11px;
            display: block;
        }

            .menu .logintopo .linha2 a {
                color: #fff;
            }

                .menu .logintopo .linha2 a:hover {
                    text-decoration: none;
                }

        .menu .logintopo .boxlogin {
            background: #FF0000;
            border-radius: 4px;
            width: 299px;
            height: 46px;
            position: absolute;
            margin-left: 20px;
            margin-top: 8px;
            -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.28);
            -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.28);
            box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.28);
            display: none;
        }

            .menu .logintopo .boxlogin .setinha {
                position: absolute;
                margin-left: 44px;
                margin-top: -4px;
            }

            .menu .logintopo .boxlogin #logar {
                padding-left: 3px;
                padding-top: 0;
                position: absolute;
                right: 8px !important;
                margin-top: -5px;
            }

.boxposi_enviarlogin {
    float: left;
    cursor: pointer;
    margin: 15px 0 0 -4px;
}

#btn_enviar {
    height: 28px;
    float: left;
    cursor: pointer;
    margin: 0 0 0 0;
    transition: all linear 0.3s;
}

    #btn_enviar:hover {
        opacity: 0.7;
    }

.btn_logar_login {
    background-image: url("images/ok_login.png");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 28px auto;
    border: medium none;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

#logar {
    color: #000000;
    float: right;
    height: 42px;
    padding-left: 3px;
    padding-top: 0;
    position: absolute;
    right: 0;
}

#Logado {
    display: none;
    font-size: 13px;
    margin-top: 16px;
    text-align: center;
}

#Logando {
    display: none;
    font-size: 13px;
    margin-top: 16px;
    text-align: center;
}

#ChatHome {
    position: absolute;
    right: 33px;
    top: -20px;
}

.form_login {
    border: medium none;
    float: left;
    margin-right: 16px;
    margin-top: 15px;
    width: 112px;
}

.menu .chat {
    float: left;
    margin-top: 2px;
    margin-left: 10px;
    padding: 6px 20px 8px 20px;
}

    .menu .chat:hover {
        background: #ff9631;
    }

.menu .menutopo {
    position: absolute;
    list-style-type: none;
    padding: 0;
    margin: 0;
    right: 0;
}

    .menu .menutopo li {
        float: left;
        list-style-type: none;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 5px 20px;
    }

        .menu .menutopo li:first-child {
            border-left: 0;
        }

        .menu .menutopo li:last-child {
            border-right: 0;
        }

        .menu .menutopo li a {
            color: #fff;
            text-decoration: none;
            transition: all linear 0.3s;
            -webkit-transition: all linear 0.3s;
            -moz-transition: all linear 0.3s;
        }

            .menu .menutopo li a:hover {
                color: #be8e8e;
            }

/**
    ***************************************************************************************************************************
    CORPO
    ***************************************************************************************************************************
*/
.corpo {
    min-height: 500px;
    background: #f6f6f6;
    margin: 0 auto 0 auto;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

/*______menu corpo left______*/
#lateral {
    float: left;
    margin-left: -30px;
    margin-top: 0px;
    width: 226px;
    min-height: 700px;
}

#menu_lateral_centro {
    float: left;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 224px;
    background: #f8f8f8;
    border: 1px solid #efefef;
}

    #menu_lateral_centro ul {
        padding: 0;
        list-style-type: none;
    }

        #menu_lateral_centro ul li a {
            display: block;
            color: #666666;
            font-size: 12px;
            margin: 0;
            padding: 0;
            text-align: left;
            text-decoration: none;
        }

#nav li a:hover, #nav li a.active {
    text-decoration: underline;
}

.menuItem h2 {
    cursor: pointer;
    font-size: 12px;
    color: #666666;
    margin: 0;
    padding: 6px 0 0px 6px;
    font-weight: normal;
}

.boxposi_camponews {
    float: left;
    margin: 5px 0 0 10px;
}

#newsleter input[type=text] {
    width: 183px !important;
    height: 26px !important;
    border: 1px solid #53c5cf;
    font-family: 'Open Sans';
    padding: 0 10px;
    margin-top: 5px;
}

#titulo_news {
    color: #ae2a13;
    font-size: 20px;
    font-weight: bold;
}

#texto_newsletter {
    color: #aaa;
    float: left;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
}

#bannerNewsletter {
    background-repeat: no-repeat;
    float: left;
    height: 24px;
    margin: 40px 15px 0 0;
    width: 132px;
}

.form_news {
    background-image: url("../images/layout/fundo_form_newsletter.png");
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    height: 32px;
    margin-left: 10px;
    margin-top: 20px;
    width: 201px;
}

#text_box_news {
    background-color: transparent;
    border: medium none;
    margin-left: 2px;
    margin-top: 4px;
}

#btn_envia_news {
    background-repeat: no-repeat;
    float: right;
    transition: all linear 0.3s;
}

    #btn_envia_news input[type=submit] {
        font-family: 'Open Sans';
        background: transparent;
        color: #1d71b9;
        border: 0;
        font-weight: bold;
        margin: 5px 2px 0 0;
        padding: 0;
        font-size: 15px;
        cursor: pointer;
    }

        #btn_envia_news input[type=submit]:hover {
            color: #2b4a65;
        }

    #btn_envia_news .enviar {
        cursor: pointer;
    }


#conteudo {
    margin-top: 5px;
    padding: 10px;
}


/*______conteudo right______*/
.dvBoxNivel-1-1-2-1 {
    float: right;
    height: auto;
    width: 925px;
    margin-right: 0px;
}


/*______ordenar barra______*/
.ordenar_barra {
    width: 713px;
    height: 25px;
    background: url(../images/ordenar.jpg);
    float: right;
    margin-right: 20px;
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
    padding-top: 5px;
    color: #d2d2d2;
    letter-spacing: 0.06em;
}

    .ordenar_barra a {
        color: #d2d2d2;
        text-decoration: none;
        transition: all linear 0.3s;
        -webkit-transition: all linear 0.3s;
        -moz-transition: all linear 0.3s;
    }

        .ordenar_barra a:hover {
            color: #000;
        }


/*______mais vendidos______*/
#titulo_mais_vendido {
    color: #9a9a9a;
    float: left;
    font-size: 13px;
    margin-top: 40px;
    margin-left: 25px;
    width: 960px;
    font-weight: bold;
    font-style: italic;
}

#mais_vendidos {
    height: 296px;
    width: 1150px;
    background: url(../images/destaques.png);
    position: relative;
}

    #mais_vendidos .titulodestaque {
        color: #000;
        position: absolute;
        top: 15px;
        left: 28px;
        width: 121px;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
    }

#seta_esquerda {
    float: left;
    margin-top: 130px;
    width: 56px;
    transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    margin-left: 14px;
}

#seta_direita {
    float: right;
    margin-top: 130px;
    transition: all 0.5s cubic-bezier(0.680, -0.550, 0.265, 1.550);
    margin-right: 14px;
}

.anyClass {
    float: left;
    height: 215px !important;
    margin-left: 30px;
    width: 952px !important;
    margin-top: 60px;
    position: relative;
}

    .anyClass ul {
        height: 178px;
        position: absolute;
        position: absolute !important;
    }

        .anyClass ul li {
            height: 220px !important;
            margin-right: 25px;
            text-align: left;
            width: 217px !important;
            font-size: 13px;
            color: #343434;
            font-style: italic;
            font-weight: bold;
            background: url(../images/bgthumbproduto.png);
            text-align: center;
        }

            .anyClass ul li .alignvertical {
                width: 217px;
                height: 212px;
                display: table-cell;
                vertical-align: middle;
            }

            .anyClass ul li img {
                max-width: 172px;
                max-height: 172px;
            }

    .anyClass a {
        color: #888;
        text-decoration: none;
    }

        .anyClass a:hover {
            color: #000;
            text-decoration: underline;
        }

/*______cartoões______*/
.cartoes {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 1px dashed #ccc;
    margin-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}


/**
    ***************************************************************************************************************************
    PÁGINA - FALE CONOSCO
    ***************************************************************************************************************************
*/
.corpocontato {
    padding-top: 10px;
    float: left;
}


    .corpocontato textarea {
        display: block;
        width: 279px;
        height: 127px;
        border: 1px solid #e1e3e2;
        -webkit-box-shadow: inset 0px 2px 5px 0px rgba(216, 218, 217, 1);
        -moz-box-shadow: inset 0px 2px 5px 0px rgba(216, 218, 217, 1);
        box-shadow: inset 0px 2px 5px 0px rgba(216, 218, 217, 1);
        margin-bottom: 20px;
        margin-top: 2px;
        padding: 5px;
        color: #666;
        font-family: 'texto';
    }

    .corpocontato select {
        display: block;
        width: 41px;
        height: 20px;
        border: 1px solid #e1e3e2;
        -webkit-box-shadow: inset 0px 2px 5px 0px rgba(216, 218, 217, 1);
        -moz-box-shadow: inset 0px 2px 5px 0px rgba(216, 218, 217, 1);
        box-shadow: inset 0px 2px 5px 0px rgba(216, 218, 217, 1);
        margin-bottom: 15px;
        margin-top: 2px;
        color: #666;
        font-family: 'texto';
    }

    .corpocontato input[type=submit] {
        width: 50px;
        height: 13px;
        border: 0;
        float: right;
        cursor: pointer;
        background: url(../images/enviarcontato.jpg);
        outline: none;
        margin-top: -15px;
    }

        .corpocontato input[type=submit]:hover {
            opacity: 0.7;
        }

.corpocontato2 {
    float: left;
    margin-left: 20px;
    width: 90px;
    margin-top: 30px;
}

.contato {
    float: right;
    margin-top: 28px;
    width: 272px;
    margin-bottom: 26px;
}

.corpocontato2 img {
    float: left;
    margin-right: 20px;
}

.corpocontato2 span {
    display: block;
    color: #cf2727;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 5px;
}

.carrinhovalor b {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px !important;
}

.carrinhovalor h4 {
    float: right;
    width: 80px;
    margin: 0px;
    padding-top: 6px;
}


/**
    ***************************************************************************************************************************
    PÁGINA - CURSOS
    ***************************************************************************************************************************
*/
.cursos {
    margin-bottom: 15px;
}

    .cursos h2 {
        font-size: 13px;
        margin-bottom: 3px;
    }

    .cursos p {
        margin-top: 0;
    }


/**
    ***************************************************************************************************************************
    PÁGINA - DETALHES
    ***************************************************************************************************************************
*/
.Galeria {
    width: 300px;
    height: 320px;
    float: left;
    margin-left: 40px;
    margin-right: 33px;
    width: auto;
}

.boxdetalhe {
    width: 316px;
    min-height: 244px;
    float: right;
    background: url(../images/boxdetalhes.jpg) no-repeat;
    margin-right: 15px;
}

    .boxdetalhe .parcelamento_tabela {
        border-left: 1px dashed #cccccc;
        margin-left: 17px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .boxdetalhe .parcelamento_tabela h2 {
            color: #787878;
            font-size: 15px;
            padding-left: 15px;
            font-style: italic;
        }

        .boxdetalhe .parcelamento_tabela .parcelas {
            margin-left: 15px;
            color: #777;
            font-size: 14px;
        }

            .boxdetalhe .parcelamento_tabela .parcelas span {
                font-size: 21px;
                letter-spacing: -1px;
            }

    .boxdetalhe .valores {
        border-top: 1px dashed #ccc;
        margin-left: 17px;
        padding: 10px 0;
        color: #777777;
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        margin-right: 45px;
    }

        .boxdetalhe .valores span {
            color: #FF0000;
            font-size: 20px;
            font-weight: normal;
            margin-left: 10px;
            font-style: normal;
        }

    .boxdetalhe .valores2 {
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        margin-left: 17px;
        padding: 10px 0;
        color: #777777;
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        margin-right: 45px;
    }

        .boxdetalhe .valores2 span {
            color: #FF0000;
            font-size: 20px;
            font-weight: normal;
            margin-left: 10px;
            font-style: normal;
        }

.botaocomprar {
    margin-top: 28px;
    width: 190px;
    float: right;
}

    .botaocomprar .ImputComprar:hover {
        opacity: 0.7;
    }

.descprodutos_titulo {
    color: #992410;
    font-size: 15px;
    font-weight: bold;
    margin: 50px 0 5px 0 !important;
    width: 100%;
}

.descprodutos_texto {
    color: #777777;
    font-size: 13px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: justify;
    margin-top: 15px;
}

.nomeproduto {
    color: #992410;
    font-size: 15px;
    font-weight: bold;
    margin: 25px 0 0 0;
}


/**
    ***************************************************************************************************************************
    RODAPÉ
    ***************************************************************************************************************************
*/
.rodape {
    clear: both;
    position: relative;
    display: block;
    height: 95px;
    background: #811300;
}

.rodape_corpo {
    width: 1000px;
    margin: auto;
    position: relative;
    padding-top: 1px;
}

    .rodape_corpo .footerlinhas {
        display: block;
        text-align: center;
        font-size: 12px;
        color: #fff;
    }

    .rodape_corpo .footerlinhas2 {
        display: block;
        text-align: center;
        font-size: 11px;
        color: #fff;
        margin-bottom: 25px;
    }

#mumbai {
    bottom: 0px;
    position: absolute;
    right: 10px;
}

    #mumbai .logo-rodape {
        display: block;
    }


/**
    ***************************************************************************************************************************
    AUXILIARES
    ***************************************************************************************************************************
*/
.ModalIndicacao {
    background-color: #FFFFFF;
    display: none;
    height: 338px;
    left: 27%;
    position: absolute;
    top: 25%;
    width: 578px;
    z-index: 9999;
}

    .ModalIndicacao ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

.ModalContato_Fechar {
    background-color: Black;
    background-repeat: repeat-y;
    height: 100%;
    position: fixed;
    width: 100%;
    opacity: 0.7;
    display: none;
    z-index: 100;
    top: 0;
}

.modalselecionarfrete {
    background: url(../../images/bgmodal.png);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

    .modalselecionarfrete .corpomodal {
        background: #fff;
        width: 366px;
        height: 119px;
        border-radius: 5px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -70px;
        margin-left: -183px;
        -webkit-box-shadow: 0px 4px 6px 1px rgba(50, 50, 50, 1);
        -moz-box-shadow: 0px 4px 6px 1px rgba(50, 50, 50, 1);
        box-shadow: 0px 4px 6px 1px rgba(50, 50, 50, 1);
    }

        .modalselecionarfrete .corpomodal .fechar {
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
        }

        .modalselecionarfrete .corpomodal .textomodal {
            text-align: center;
            margin: 40px 35px 0 35px;
            color: #B20000;
            font-weight: bold;
            font-style: italic;
            font-size: 17px;
            border-bottom: 1px dashed #773248;
            padding-bottom: 20px;
        }

.bgtopo {
    background: url(../images/bgtopo.jpg);
}

.bgcategorias {
    width: 213px;
    background: url(../images/topocategorias2.jpg);
}

    .bgcategorias ul {
        margin: 0 20px 0 33px;
        list-style-type: none;
        padding: 0;
    }

    .bgcategorias .corpocategorias {
        margin-top: -20px;
    }

    .bgcategorias ul h2 {
        margin: 0;
        border-bottom: 1px solid #ae2a13;
        color: #ae2a13;
        padding: 5px 0;
        font-size: 15px;
    }

    .bgcategorias .catlist {
        margin: 0 0 10px 0;
        padding: 0;
    }

        .bgcategorias .catlist li {
            margin: 0;
            border-bottom: 2px dotted #d8d8d8;
            padding: 5px;
        }

            .bgcategorias .catlist li a {
                color: #848585;
                text-decoration: none;
                font-size: 14px;
            }

                .bgcategorias .catlist li a:hover {
                    color: #313131;
                }

#newsleter {
    margin-left: 19px;
    margin-top: 60px;
}

.bgimgprincipal {
    width: 338px;
    height: 342px;
    background: url(../images/imgdestaquebg.jpg);
}

    .bgimgprincipal .alignverticalimg {
        width: 338px;
        height: 342px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .bgimgprincipal .alignverticalimg img {
            max-width: 280px;
            max-height: 280px;
        }

.listathumbsdetalhes {
    list-style-type: none;
    margin: 15px 0 0 11px;
    padding: 0;
    width: 320px;
}

    .listathumbsdetalhes li {
        float: left;
        width: 70px;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
        margin-right: 13px;
        margin-bottom: 13px;
        text-align: center;
    }

        .listathumbsdetalhes li:nth-child(0n+4) {
            margin-right: 0;
        }

        .listathumbsdetalhes li a {
            width: 70px;
            height: 70px;
            display: table-cell;
            vertical-align: middle;
        }

            .listathumbsdetalhes li a img {
                max-width: 70px;
                max-height: 70px;
            }

.ladoimagemdetalhe {
    float: left;
}

.tabeladetalhe {
    width: 551px;
    margin-left: 30px;
    float: left;
}

.iconsdownload {
    float: left;
    width: 25px;
    height: 25px;
}

.textoespecificacoes {
    color: #868686;
    font-size: 13px;
}

    .textoespecificacoes table {
        width: 100%;
        border: 0;
        border-spacing: 0px;
        border-collapse: separate;
    }

        .textoespecificacoes table td {
            border: 0;
            border-bottom: 1px solid #868686;
            padding: 5px 0;
        }

.valores {
    text-align: right;
}

    .valores .precode {
        font-size: 12px;
    }

    .valores .precopor {
        font-size: 19px;
        margin-left: 25px;
    }

        .valores .precopor .reais {
            font-weight: 700;
            font-size: 25px;
        }

        .valores .precopor .centavos {
            font-weight: 700;
            font-size: 20px;
            margin-left: -2px;
        }

.precodehome {
    font-size: 12px;
    float: left;
    margin-top: 19px;
}

.precoporhome {
    font-size: 19px;
    float: right;
    margin-top: 8px;
}

    .precoporhome .reais {
        font-weight: 700;
        font-size: 25px;
    }

    .precoporhome .centavos {
        font-weight: 700;
        font-size: 20px;
        margin-left: -2px;
    }

.cadastro3 {
    POSITION: absolute;
    top: 70px;
    left: 36px;
    color: #7e2223;
    font-weight: 700;
    font-size: 26px;
    margin-top: 12px;
}

#modallogin {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

    #modallogin .modalloginbg {
        background: #000;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999;
        opacity: 0.8;
    }

    #modallogin .modalloginmodal {
        width: 400px;
        height: 258px;
        background: #fff;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -200px;
        margin-top: -129px;
        z-index: 99999;
        border-radius: 15px 15px 10px 10px;
    }

        #modallogin .modalloginmodal .header {
            width: 400px;
            height: 36px;
            background: #a82d2f;
            border-radius: 10px 10px 0 0;
            background: url(../images/headermodal.jpg) 100% 100%;
            position: relative;
        }

            #modallogin .modalloginmodal .header h2 {
                margin: 0;
                padding: 6px 0 0 21px;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
            }

            #modallogin .modalloginmodal .header span {
                position: absolute;
                color: #752023;
                right: 10px;
                top: 6px;
                font-weight: 700;
                cursor: pointer;
            }

        #modallogin .modalloginmodal .texto {
            color: #000000;
            font-size: 12px;
            text-align: center;
            margin-top: 12px;
        }
        #modallogin .modalloginmodal .texto span {
            color: #9a3030;
            display: block;
            font-size: 13px;
            font-weight: 700;
        }

        #modallogin .modalloginmodal .inputs {
            width: 276px;
            height: 55px;
            margin: 15px auto 0;
        }

            #modallogin .modalloginmodal .inputs .linha {
                width: 276px;
                height: 22px;
                margin-bottom: 11px;
            }

            #modallogin .modalloginmodal .inputs .linha2 {
                width: 214px;
                height: 22px;
                background: #eeeeee;
            }

                #modallogin .modalloginmodal .inputs .linha2 input {
                    float: right;
                    width: 80px;
                    height: 22px;
                    background: #a72f30;
                    border-radius: 4px;
                    border: 0;
                    color: #fff;
                    font-weight: 600;
                    font-size: 12px;
                    padding: 0;
                    font-family: 'Open Sans';
                    cursor: pointer;
                }

            #modallogin .modalloginmodal .inputs .linha input {
                border: 1px solid #e8e8e8;
                padding: 0;
                width: 202px;
                height: 20px;
                outline: none;
                padding: 0 5px;
                color: #a5a5a5;
                background: url(../images/bginput.jpg) repeat-x;
                font-family: 'Open Sans';
                font-size: 12px;
                float: left;
            }

            #modallogin .modalloginmodal .inputs .linha a {
                color: #5c5c5c;
                font-size: 12px;
                font-weight: 700;
                text-decoration: none;
                float: left;
                margin-left: 10px;
                margin-top: 2px;
            }

        #modallogin .modalloginmodal .cadastro {
            position: absolute;
            bottom: 15px;
            right: 20px;
            font-size: 14px;
            font-weight: 600;
            color: #8e8e8e;
        }

            #modallogin .modalloginmodal .cadastro a {
                color: #a62f35;
            }

.titulocontato {
    color: #9a230f;
    font-weight: 700;
    margin-left: 45px;
    margin-top: 70px;
    font-size: 17px;
}

.corpocontato {
    float: left;
    width: 462px;
}

    .corpocontato h2 {
        text-align: center;
        color: #a43030;
        font-weight: 600;
        font-size: 16px;
    }

    .corpocontato .linha {
        clear: both;
    }

    .corpocontato .nomecampo {
        float: left;
        width: 85px;
        text-align: right;
        margin-top: 4px;
    }

    .corpocontato .campo {
        float: right;
        width: 363px;
    }

        .corpocontato .campo input, .corpocontato .campo select, .corpocontato .campo input, .corpocontato .campo textarea {
            width: 341px;
            height: 27px;
            border: 1px solid #ccdae5;
            padding: 0 10px;
            margin: 0 0 25px 0;
            outline: none;
            background: #edf2f6;
        }

        .corpocontato .campo select {
            padding: 0;
            width: 361px;
        }

        .corpocontato .campo textarea {
            height: 87px;
            padding: 10px;
        }

.googlemaps {
    width: 320px;
    height: 320px;
    float: right;
    background: #000;
    margin-top: 57px;
    position: relative;
}

    .googlemaps img {
        position: absolute;
    }
    .googlemaps .lado1 {
        top: 0;
        left: 0;
    }
    .googlemaps .lado2 {
        right: 0;
        bottom: 0;
    }

    .googlemaps iframe {
        width: 320px !important;
        height: 320px !important;
    }

.infoscontato {
    width: 348px;
    float: left;
    margin-right: 34px;
}

    .infoscontato h2 {
        font-weight: 600;
        margin: 0 0 0 25px;
        padding: 0;
        color: #842626;
        font-size: 14px;
    }

    .infoscontato .linhainfos {
        clear: both;
        padding-top: 5px;
    }

    .infoscontato .icone {
        width: 20px;
        float: left;
        text-align: center;
    }

    .infoscontato .info {
    width: 327px;
    float: right;
    font-size: 14px;
}


.topo .logo a {
    background: transparent !important;
}